.wrapper {
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro", "Hiragino Kaku Gothic Pro", æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic", YuGothic,
   ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    text-align: center;
    font-weight: 400;
    position: relative;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    max-width: 100%;
}

.main-visual__wrapper {
    position: relative;
}
.main-visual{
    height: auto;
    width: 100%;
    margin-bottom: 24px;
}

.main-visual__logo{
    height: 10%;
    width: 14%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main-visual__text{
    /* font-family: 'NotoSansJP-Bold'; */
    font-size: 2vw;
    color: #003E89;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.video-section{
    margin:0 auto;
    padding-bottom: 30px;
    padding-top: 60px;
}
.video-section__inner{
    margin:0 auto;
    max-width: 960px;
}

.video-heading__outer{
    padding: 4px 3px;
    border: solid 3px #AFD7EA;
    border-radius: 20px;
    width:60%;
    margin: 64px auto 0;
}
.video-section__inner div:first-child{
    margin: 0 auto;
}
.video-heading__outer.full-width{
  width: 90%;
  margin-bottom: 24px !important;
}
.video-heading__inner{
    padding: 20px 0;
    border-radius: 15px;
    background-color: #E7F3F9;
    text-align: center;
    color: #003E89;
}
.video-heading__inner.video-heading__sub-inner {
  color: #000;
  background-color: #fff;
  text-align: left;
}
.video-heading{
    letter-spacing: 2px;
    /* font-family: 'NotoSansJP-Medium'; */
    font-weight: normal;
    font-size: 20px;
}
.video-heading.video-heading--sub {
  font-size: 18px;
}
.video__wrapper{
    margin-top: 32px;
    text-align: center;
}
.video__wrapper.flex{
  display: flex;
  gap: 16px;
}
.video__wrapper.flex .video:nth-of-type(2){
  padding-left: 16px;
}

.video-section_description{
  font-size: 18px;
  line-height: 1.75;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.video-section_description_Img{
  width: 100%;
  max-width: 600px !important;
}
.video-section_caption{
  font-size: 13px;
  margin-top: 12px;
}
.video_iframe_wrapper{
  margin: 0 !important;
  width: 50%;
}
.video_iframe_wrapper .video{
  width: 50%;
}
.video_iframe_wrapper .video-heading-sub{
  margin-bottom: 32px;
  min-height: 38px;
}

@media only screen and (max-width: 768px) {
    .wrapper {
    max-width: 100%;
    }
    .video-section{
      padding-top: 80px;
    }
    .main-visual__logo{
    height: 10%;
    width: 25%;
    }
    .video-section__inner{
  
    max-width: 100%;
    }
    .video-heading__outer{
    width: 100%;
    border-radius: 0;
    }
    .video{
    width: 100%!important;
    }
    .video-heading__outer{
    padding: 3px 0;
    border-width: 3px 0px;
    }
    .video-heading__inner{
    border-radius: 0;
    padding: 10px 10px;
    }
    .video-heading__outer.full-width{
      width: 100% !important;
    }
    .video-heading
    {
    text-align: left;
    font-size: 18px;
    }
    .video__wrapper{
    padding: 0 10px;
    }
  
    .main-visual__text{
      font-size: 2.3vh;
    }

    .video__wrapper.flex{
      flex-direction: column;
    }
    .video__wrapper.flex > * + *{
      margin-top: 32px !important;
    }
    .video__wrapper.flex .video:nth-of-type(1){
      padding-right: 0;
    }
    .video__wrapper.flex .video:nth-of-type(2){
      padding-top: 32px;
      padding-left: 0;
    }

    .video_iframe_wrapper{
      width: 100%;
    }
    .video-section_description{
      font-size: 16px;
    }
    
}


.video-section_headline{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.video-section-link-group {
  margin-top: 32px;
}
.video-section-link-group a{
  color: #333;
  text-decoration: underline;
  padding: 8px 12px;
  font-size: 13px;
  box-sizing: border-box;
  margin-top: 12px;
  line-height: 2;
}

.sp{
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .video-section_headline{
    font-size: 20px;
    line-height: 1.6;
  }
  .video-section-link-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .video-section-link-group a{
    margin-top: 0px;
  }
}
/* -------------------------
	lineup
--------------------------- */


#wrapper .inner {
    max-width: 932px;
    padding: 0 10px;
    margin: 0 auto;
  }
#lineup {
    padding: 60px 0;
 
  }
  
  @media screen and (max-width: 768px) {
    #lineup {
      padding: 7.8125vw 0;
    }
  }
  
  #lineup .lineup_ttl {
    text-align: center;
    margin-bottom: 25px;
  }
  
  #lineup .lineup_ttl img {
    width: 45vw;
  }
  @media screen and (max-width: 768px) {
    #lineup .lineup_ttl {
      margin-bottom: 6.51042vw;
    }
    #lineup .lineup_ttl img {
      width: 80vw;
    }
  }
  
  #lineup .lineup_txt {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0.24em;
    margin-bottom: 35px;
    color: #000;
  }
  
  @media screen and (max-width: 768px) {
    #lineup .lineup_txt {
      font-size: 4.29688vw;
      letter-spacing: 0.22em;
      margin-bottom: 6.51042vw;
    }
  }
  
  #lineup .lineup_category_headline{
    border-bottom: 1px solid #000;
    font-size: 22px;
    text-align: left;
    margin: 24px 12px;
    padding-bottom: 8px;
  }
  #lineup .lineup_category_headline:not(:nth-of-type(1)){
    margin-top: 80px;
  }
  #lineup .lineup_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    justify-content: center;
  }
  
  #lineup .lineup_list .lineup_item {
    display: block;
    border-bottom: 1px solid #a5a5a5;
    margin: 0 12px;
    position: relative;
    width: calc(25% - 24px);
  }
  
  #lineup .lineup_list .lineup_item:nth-child(5) {
    margin-top: 32px;
  }

  #wrapper img,
  #wrapper picture {
  /* vertical-align: middle; */
  max-width: 100%;
  }
  @media screen and (max-width: 768px) {
    #lineup .lineup_list .lineup_item {
      margin: 0 0 4.42708vw !important;
      width: 40.26667vw;
    }
    #lineup .lineup_list .lineup_item:nth-child(even) {
      margin-left: 5.98958vw !important;
    }
  }
  
  #lineup .lineup_list .lineup_item::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 23px;
    bottom: 6%;
    right: 5%;
    background: url(../img/lineup_img_arrow.png) no-repeat center/100% 100%;
    transition: all 0.2s;
  }
  
  @media screen and (max-width: 768px) {
    #lineup .lineup_list .lineup_item::before {
      width: 3.125vw;
      height: 4.55729vw;
      bottom: 7%;
    }
  }
  
  @media screen and (min-width: 769px) {
    #lineup .lineup_list .lineup_item:hover {
      opacity: 1;
    }
    #lineup .lineup_list .lineup_item:hover::before {
      right: 3%;
    }
  }
  

  .video-heading-sub{
    font-size: 14px;
    margin-top: 16px;
    line-height: 1.4;
  }
  .lineup_List_Item{
    width: 25%;
    margin: 0 12px;
    width: calc(25% - 24px);
  }
  .lineup_list .lineup_List_Item:nth-of-type(5){
    margin-top: 32px;
  }
  .lineup_List_Item_Image{
    position: relative;
  }
  .lineup_List_Item_Image img{
    width: 100%;
  }
  .lineup_List_Item_Tag{
    position: absolute;
    top: 6px;
    left: 6px;

    padding: 6px 3px;
    background-color: #FC016E;
    color: #fff;
    font-size: 14px;
    font-weight: bold;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;

  }
  .lineup_List_Item_TextGroup{
  }
  .lineup_List_Item_TextGroup_Top{
  }
  .lineup_List_Item_TextGroup_Bottom{
    padding: 16px 6px;
    border-bottom: 1px solid #000;
    position: relative;
    color: #000;
  }
  .lineup_List_Item_TextGroup_Bottom_Name{
    font-size: 22px;
    text-align: left;
  }
  .lineup_List_Item_TextGroup_Bottom_Arrow{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
  }
  .lineup_List_Item:hover .lineup_List_Item_TextGroup_Bottom_Arrow{
    transform: translate(8px,-50%);
  }

  @media screen and (max-width: 768px) {
    .lineup_List_Item{
      width: calc(50% - 24px);
    }
    .lineup_List_Item_TextGroup_Bottom_Name{
      font-size: 16px;
    }
    .lineup_list .lineup_List_Item:nth-of-type(5){
      margin-top: 0;
    }
    .lineup_list .lineup_List_Item:nth-of-type(n + 3){
      margin-top: 32px;
    }
    .lineup_List_Item_TextGroup_Bottom_Arrow{
      max-width: 12px !important;
    }
    .lineup_List_Item_Tag{
      font-size: 12px;
    }
  }