.news{
  max-width: 920px;
  margin-inline: auto;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-block: 20px 60px;
  font-family: 'GenJyuuGothic-Regular';
}
.news-title{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #536D51;

  span{
    display: block;
    font-size: 14px;
  }
}
.news-date{
  min-width: 150px;
}
.news-item{
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  
  @media only screen and (max-width:641px){
    font-size: 14px;
    flex-direction: column;
  }

  a{
    text-decoration: underline;
  }

  &:first-child{
    border-top: 1px solid #e0e0e0;
  }
}
.cta{
  margin-bottom: 60px;
  font-family: 'GenJyuuGothic-Regular';
}
.cta-btn{
  text-align: center;
}
.plan-catchcopy{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: 'GenJyuuGothic-Regular';
}
.youtube{
  &.c-space_normal .g-column>.column{
    margin-right: 0;;
  }

  >div{
    padding-top: 0 !important;
  }
}
.youtube-video{
  iframe{
    aspect-ratio: 16/9;
    width: 100% !important;
    height: auto !important;
  }
  span{
    display: block !important;
  }
}

/* ========================================
   MVスライダー
   ======================================== */
.mv{
  max-width: 1050px;
  margin-inline: auto;
  margin-block: 10px 20px;
}
.mv-item{
  position: relative;

  .mv-link_01{
    position: absolute;
    top: 30px;
    left: min(calc(450 / 1280 * 100vw), 369px);
    width: min(calc(150 / 1280 * 100vw), 150px);
    height: auto;
    margin: auto;
    transition: opacity 0.3s;
    
    @media only screen and (max-width:641px){
      top: 10px;
      left: 10px;
      width: calc(80 / 375 * 100vw);
    }
    
    img{
      border-radius: 10px;
    }

    &:hover{
      opacity: 0.7;
    }
  }
  .mv-link_02{
    position: absolute;
    top: 30px;
    right: min(calc(50 / 1280 * 100vw), 50px);
    width: min(calc(150 / 1280 * 100vw), 150px);
    height: auto;
    transition: opacity 0.3s;
    
    @media only screen and (max-width:641px){
      top: 10px;
      right: 10px;
      width: calc(80 / 375 * 100vw);
    }

    &:hover{
      opacity: 0.7;
    }
  }
}
.mv-slider{
  position: relative;
  overflow: hidden;
}
.mv-slider .swiper-slide{
  text-align: center;
}
.mv-slider .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
}

/* ページネーション：横棒スタイル・右下配置・画像に被せる */
.mv-slider .swiper-pagination{
  position: absolute;
  bottom: 16px !important;
  right: 20px !important;
  left: auto;
  width: auto !important;
  text-align: right;
  z-index: 10;
}
.mv-slider .swiper-pagination-bullet{
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
  transition: background 0.3s, width 0.3s;

  @media only screen and (max-width:641px){
    width: 30px;
  }
}
.mv-slider .swiper-pagination-bullet-active{
  width: 60px;
  background: #fff;

  @media only screen and (max-width:641px){
    width: 30px;
  }
}

#bk1996 {
  max-width: 1250px;
  margin-inline: auto;
}
.instagram{
  background-color: #f5f5f5;
  padding-block: 60px;
  margin-bottom: 60px;
}
.instagram_box{
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.instagram_iframe_pc{
  display: block;

  iframe{
    aspect-ratio: 1/0.408;
  }
}
.instagram_iframe_sp{
  display: none;
}
@media (max-width: 641px){
  .instagram_iframe_pc{
    display: none;
  }
  .instagram_iframe_sp{
    display: block;
  }
}