#pass_section {
  padding-top: 160px;
  padding-bottom: 120px;
  box-sizing: border-box;
  min-height: 100vh;
}
#pass_section .inner {
  min-height: calc(100vh - 280px);
}
.pass_no_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pass_no_title {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.page_title {
  font-size: 24px;
  font-weight: bold;
}
.pass_no_title > span {
  color: var(--point);
}
.no_pass_img {
  display: block;
  margin: auto;
}

#video_icon_1 {
  position: fixed;
  bottom: 0px;
  left: 0px;
}
#video_icon_2 {
  bottom: 0px;
  right: 0px;
  position: fixed;
}
#video_icon_3 {
  position: fixed;
  top: 20%;
  right: 0px;
}
.list_youtube_itemList_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.list_youtube_itemList_line > iframe {
  width: 708px;
  height: 400px;
}
.list_youtube_itemList_fullbox {
  margin-top: 24px;
}
@media (max-width: 956px) {
  .pass_no_title {
    font-size: 20px;
  }
  #video_icon_1,
  #video_icon_2 {
    width: 100px;
  }
  #video_icon_3 {
    width: 60px;
  }
  .list_youtube_itemList_line {
    display: block;
    margin-top: 0px;
  }
  .list_youtube_itemList_line iframe {
    margin-top: 20px;
    width: 100%;
    height: 220px;
  }
}
