@charset "utf-8";

main {
  border-top: none;
}

/*==================
mv
==================*/
.mv {
  min-height: 900px;
  height: 67.361vw;
  position: relative;
  background: url("../imgs/index/mv_bg.jpg") center center / cover no-repeat;
}
.mv__wrap {
  width: 100%;
  height: 100%;
  padding: 3% 5% 0;
  margin: 0 auto;
}
.mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv_imgicon {
  position: absolute;
}
.mv_day_txr {
  width: 36.6%;
  max-width: 328px;
  min-width: 80px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom:5%;
}
.mv__enText {
  width: 83.5%;
  max-width: 748px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.mv__img_rgt {
  width: 28.6%;
  max-width: 256px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 66%;
  /*transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
}
.scroll__btn {
  color: #ec69b0;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  min-width: 83px;
  padding: 3px;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.75;
  letter-spacing: 0.1em;
  background-color: #fff;
}

.tcttl {
  text-align: center;
  margin-bottom: 30px;
}

/*==================
intro
==================*/
#intro {
  padding: 50px 0;
}
.intro_wrap {
  text-align: center;
}
.intro_txt_blk {
  display: inline-block;
  position: relative;
}
.intro_ttl {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.intro_ttl span {
  display: inline-block;
}
.intro_txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.27;
}
.intro_img_wrap {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.intro_icon {
  width: 35%;
  max-width: 87px;
  position: absolute;
}
.intro_icon.icon_lft {
  bottom: 0;
  right: calc(100% + 30px);
}
.intro_icon.icon_rgt {
  bottom: 0;
  left: calc(100% + 30px);
}

/*==================
banner-wrap1
==================*/
.banner-wrap1 {
  position: relative;
}
.bnr-pp_ussan {
  color: #fff;
  /*text-align: center;*/
  padding-left: 25px;
  background: #2d6692;
}
/*.bnr-pp_ussan .bnr_in {
  max-width: 917px;
}*/
.bnr-pp_ussan img {
  width: 15%;
  max-width: 93px;
  min-width: 58px;
}
.bnr-pp_ussan .bnr-ttl {
  padding-left: 4%;
  /*width: 85%;*/
}
/*.bnr-pp_ussan .bnr-ttl .txt--sml {
  font-size: clamp(12px, 2.08vw, 23px);
  font-weight: 600;
}*/

.bnr-type2 .bnr-bl_list {
  color:#fff;
  padding-left: 25px;
}
.bnr-type2 .bnr-btn img {
  width: 15%;
  max-width: 93px;
  min-width: 58px;
}

/*.banner-wrap1__btn {
  position: relative;
  padding: 40px 175px 35px;
  display: block;
}
.banner-wrap1__btn::before {
  content: "";
  width: 121px;
  height: 127px;
  display: block;
  background: url("../imgs/index/mascot.svg") left center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 33px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner-wrap1__btn::after {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  background: url("../imgs/common/arrow_btn_rgt_pink.png") right center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 44px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner-wrap1__btn span {
  text-align: center;
  display: block;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.banner-wrap1__text--sml {
  font-size: 23px;
}
.banner-wrap1__text--lrg {
  font-size: 31px;
}*/

/*==================
banner-wrap2
==================*/
/*.banner-wrap2 {
  padding-top: 70px;
  padding-bottom: 51px;
}
.banner-wrap2__text {
  color: #00a5c4;
  font-size: 21px;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.banner-wrap2__list {
  display: flex;
  justify-content: center;
  gap: 21px;
}
.banner-wrap2__list--item {
  width: calc(100% / 3);
  max-width: 296px;
}*/

/*==================
event_bnr
==================*/
#event_bnr {
  padding: 50px 0;
}
#event_bnr ul {
  display: flex;
  justify-content: center;
  gap:20px;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
#event_bnr ul li {
  width: calc((100% - 20px) / 2);
  max-width: 388px;
}

/*==================
movie
==================*/
.movie {
  padding: 50px 0;
}
.movie__heading {
  color: #00a5c4;
  font-size: 24px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.movieList {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.movieList__item {
  width: calc(100% / 3);
  max-width: 296px;
  position: relative;
}
.coming_soon {
  /*visibility: hidden;
  opacity: 0;*/
}
.coming_soon_txt {
  font-size: 30px;
  color: #ed848c;
  text-align: center;
  width: 100%;
  padding: 7% 0;
}

/* youtube埋め込み ↓ */
.movie__wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 296 / 190;
  margin: 0 auto 20px;
  border: 3px solid #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
}
.movie__wrap iframe,
.movie__wrap a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* youtube埋め込み ↑ */

.movie__text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background: #ed848c;
  max-width: 406px;
  padding: 12.5px 40px;
  margin: 0 auto;
  position: relative;
}
.movie__text::after {
  content: "";
  width: 10%;
  max-width: 34px;
  height: 34px;
  background: url(../imgs/common/bnr_btn_pink.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}
.movie-original .movieList__item {
  width: 100%;
  max-width: 700px;
}

/*==================
tiktok
==================*/
.tiktok {
  padding: 50px 0;
}
.tiktok .tcttl {
  margin-bottom: 10px;
}
.tiktok_hashtag {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.kaigodance_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.kaigodance_list_item {
  max-width: 200px;
}

/* banner-wrap3 ↓ */
.banner-wrap3 {
  position: relative;
  background-color: #73d8cd;
}
.banner-wrap3__btn {
  position: relative;
  padding: 50px 151px 43px;
  display: block;
}
.banner-wrap3__btn::before {
  content: "";
  width: 60px;
  height: 55px;
  display: block;
  background: url("../imgs/index/icon_movie.svg") left center / contain no-repeat;
  position: absolute;
  top: 50%;
  left: 56px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner-wrap3__btn::after {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  background: url("../imgs/common/arrow_btn_rgt_green.png") right center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 44px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner-wrap3__btn span {
  display: block;
  line-height: 1.55;
  letter-spacing: 0.1em;
}
.banner-wrap3__text--lrg {
  font-size: 26px;
}
.banner-wrap3__text--sml {
  font-size: 16px;
  font-weight: 400;
}
/* banner-wrap3 ↑ */

/*==================
top-slide
==================*/
.top-slide {
  padding-top: 57px;
  padding-bottom: 37px;
  background-color: #d9e793;
}
.top-slide__wrap {
  width: calc(100% - 20px);
  max-width: 95.2%;
  margin: 0 0 0 auto;
}

/*==================
interview-column 共通
==================*/
.interview .subContents__left .txt,
.column .subContents__left .txt {
  color: #00a5c4;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  padding-top: 30px;
}
.list__item {
  padding: 7% 6.5%;
  border-bottom: 3px solid #e6e6e6;
}
.list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 70px;
  position: relative;
}
.list__item a:after {
  content: "";
  display: block;
  width: 67px;
  height: 14px;
  background: url(../imgs/common/arrow_long.svg) right center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.list__item .thum_img {
  width: 39%;
  max-width: 170px;
  min-width: 135px;
  aspect-ratio: 170 / 238;
  border-radius: 9999px;
  overflow: hidden;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.list__item .thum_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.list__item .txt_cont {
  width: calc(60% - 20px);
  max-width: 300px;
}

/*==================
interview
==================*/
.interview .heading2__en {
  color: #00949d;
}
.interview .txt_cont .job {
  font-size: 17px;
  display: inline-flex;
  margin-bottom: 7px;
  border: 1px solid #c3a4e0;
  border-radius: 13px;
  overflow: hidden;
}
.interview .txt_cont .num {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  padding-left: 5px;
  background-color: #c3a4e0;
}
.interview .txt_cont .job_name {
  padding: 0 15px 0 10px;
}
.interview .txt_cont .job_name > span {
  display: inline-block;
}
.interview .txt_cont .iname {
  font-size: 27px;
}

/*==================
column
==================*/
.column .heading2__en {
  color: #2d6692;
}
.column .txt_cont .date {
  color: #00a5c4;
  font-size: 17px;
  margin-bottom: 10px;
}
.column .txt_cont .col-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}
/*.column .list__item:last-child {
  border: none;
}*/

/*==================
bnr-pk_ussan
==================*/
.bnr-pk_ussan {
  color: #222222;
  text-align: center;
  padding-left: 25px;
  background: #efc3d6;
}
.bnr-pk_ussan .bnr_in {
  max-width: 917px;
}
.bnr-pk_ussan img {
  width: 15%;
  max-width: 122px;
}
.bnr-pk_ussan .bnr-ttl {
  padding-left: 0;
  width: 85%;
}
.bnr-pk_ussan .bnr-ttl .txt--sml {
  font-size: clamp(12px, 2.08vw, 19px);
  font-weight: 600;
}

/*==================
guide_book
==================*/
.guide_book .heading2__ja {
  line-height: 1.22;
  margin-bottom: 10px;
}
.guide_book .heading2__en {
  color: #1ebfa0;
}
.guide_book .txt_cont .gb-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}
.guide_book .list__item:last-child {
  border: none;
}

@media screen and (min-width: 1441px) {
  /*==================
mv
==================*/
  .mv {
    height: 970px;
  }
  .mv__img {
    /*width: 660px;
    height: 660px;*/
  }
  /*.mv__enText {
    width: 644px;
    margin:0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mv__jaText {
    width: 462px;
    position: absolute;
    bottom: -44px;
    right: -70px;
  }*/
}

@media screen and (max-width: 1440px) {
  /*==================
top-slide
==================*/
  .top-slide__wrap {
    max-width: 945px;
  }

  /*==================
interview
==================*/
  .interview .txt_cont .job {
    font-size: clamp(13px, 1.187vw, 17px);
  }
  .interview .txt_cont .iname {
    font-size: clamp(16px, 1.87vw, 27px);
  }
}

@media screen and (max-width: 1100px) {
  /*==================
mv
==================*/
  /*.mv__img {
    width: 85%;
    max-width: 502px;
    height: auto;
  }*/
  /*.mv__enText {
    width: 60%;
    max-width: 198px;
    position: absolute;
  }
  .mv__jaText {
    width: 95%;
    max-width: 350px;
  }*/

  /*==================
banner-wrap2
==================*/
  .banner-wrap2__text {
    font-size: clamp(16px, 1.9vw, 21px);
  }

  /*==================
movie
==================*/
  .movie__heading {
    font-size: clamp(18px, 2.18vw, 24px);
  }

  /*==================
interview-column 共通
==================*/
  .interview .subContents__left .txt,
  .column .subContents__left .txt {
    font-size: 14px;
  }
  .list__item a {
    justify-content: start;
  }
  .list__item .thum_img {
    margin-right: 20px;
  }
  /* .list__item .txt_cont {
    width: calc(60% - 20px);
  } */

  /*==================
column
==================*/
  .column .txt_cont .col-ttl {
    font-size: clamp(14px, 1.63vw, 18px);
  }
}

@media screen and (max-width: 880px) {

/*==================
mv
==================*/
.mv__enText {
  width:100%;
  max-width:650px;
  top: 37%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.mv__img_rgt {
  width: 45%;
  max-width: 200px;
}
.mv_day_txr {
  width: 50%;
  max-width: 285px;
}

  /*==================
banner-wrap2
==================*/
  .banner-wrap2__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .banner-wrap2__list--item {
    width: calc((100% - 20px) / 2);
    max-width: 275px;
  }

  /*==================
movie
==================*/
  .movieList__item {
    width: calc((100% - 20px) / 2);
    max-width: 275px;
  }
}

@media screen and (max-width: 768px) {
  /*==================
intro
==================*/
  .intro_ttl {
    font-size: clamp(18px, 3.3vw, 26px);
  }
  .intro_txt {
    font-size: 14px;
    line-height: 2;
  }

  /*==================
interview-column 共通
==================*/
  .list__item a {
    padding-right: 50px;
  }
  .list__item a:after {
    width: 47px;
  }

  /*==================
guide_book
==================*/
  .guide_book .txt_cont .gb-ttl {
    font-size: clamp(14px, 2.34vw, 18px);
  }
}

@media screen and (max-width: 640px) {
/*==================
mv
==================*/
.mv__enText {
  width:100%;
  max-width:650px;
  top: 35%;
}
.mv__img_rgt {
  width: 40%;
  max-width: 200px;
  right:3%;
  left:auto;
}
.mv_day_txr {
  width: 70%;
  max-width: 70%;
  top:41%;
  bottom:auto;
  z-index:1;
}


  .intro_img_wrap {
    padding-top: 25px;
  }
  .intro_icon {
    position: static;
  }

  /*==================
event_bnr
==================*/
  #event_bnr ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  #event_bnr ul li {
    width: 100%;
    max-width: 388px;
  }

  /*==================
interview-column 共通
==================*/
  .interview .subContents__left .txt,
  .column .subContents__left .txt {
    padding-top: 15px;
  }
  .interview .subContents__left .txt br,
  .column .subContents__left .txt br {
    display: none;
  }
  .interview .subContents__left .txt span,
  .column .subContents__left .txt span {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  /*==================
mv
==================*/
  .mv {
    min-height: 500px;
    height: 100vh;
  }
  .mv_day_txr {
    top: 50%;
  }

  /*==================
tiktok
==================*/
  .kaigodance_list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .kaigodance_list_item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  /*==================
mv
==================*/

  /*.mv_imgicon.icon1 {
    top: 11%;
    left: 0;
  }
  .mv_imgicon.icon2 {
    top: 66%;
    left: 0;
  }
  .mv_imgicon.icon3 {
    top: 52%;
    right: 0;
  }*/

  /*.mv__enText {
    top: 37%;
    left: 50%;
  }*/

  /*==================
interview-column 共通
==================*/
  .list__item a {
    padding-right: 0;
  }
  .list__item a:after {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  /*==================
banner-wrap2
==================*/
  .banner-wrap2__list--item {
    width: 100%;
  }

  /*==================
movie
==================*/
  .movieList__item {
    width: 100%;
    margin-bottom: 20px;
  }

  /*==================
interview-column 共通
==================*/
  .list__item a {
    display: block;
  }
  .list__item .thum_img {
    margin: 0 auto 20px;
  }
  .list__item .txt_cont {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .list__item a {
    padding-bottom: 40px;
  }
  .list__item a:after {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
