@charset "utf-8";
.bk-ttl {
  padding: 67px 0 35px;
}
.bk-ttl__intro p {
  line-height: 1.56;
}

.sttl {
  font-size: clamp(13px, 3.28vw, 21px);
  font-weight: 600;
  text-align: center;
  color: #fff;
  max-width: 479px;
  /* min-width: 262px; */
  margin: 0 auto 16px;
  padding: 4px 15px;
  background: #00baa6;
  border-radius: 22px;
}
.sttl span {
  display: inline-block;
}
/* バナー */
.bnr-btn .txt--lrg {
  line-height: 1.365;
}
.bnr-type2 .bnr-btn img {
  width: 10%;
  max-width: 76px;
}
/* -------------
movie_interview
---------------- */
/* #movie_interview {
  padding-bottom: 60px;
} */
/* #movie_interview .movie_int__wrap {
  padding-top: 100px;
} */
#movie_interview .movie_int__list {
  max-width: 547px;
  margin: 0 auto;
}
#movie_interview .movie_int__list li {
  margin-bottom: 100px;
}
.item_movie {
  width: 100%;
}
#movie_interview .item_movie {
  margin-bottom: 18px;
}

.item_movie iframe {
  border: solid 3px #e6e6e6;
  border-radius: 37px;
  aspect-ratio: 547 / 352;
  width: 100%;
  height: 100%;
}
.int_btn {
  display: flex;
  border-radius: 10px;
  width: 92%;
  max-width: 294px;
  margin: 0 auto;
  overflow: hidden;
}
.int_btn .txtblk {
  font-size: clamp(14px, 3.4vw, 17px);
  color: #fff;
  line-height: 1.66;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 41px;
  background: #51c4d8;
}
.int_btn .arrowblk {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a5c4;
}
.int_btn .arrowblk img {
  width: 92%;
  max-width: 18px;
}

.tgl_btn.sttl {
  cursor: pointer;
  position: relative;
  padding-right: 34px;
}

.tgl_btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.tgl_btn.open::after {
  transform: translateY(-50%) rotate(-135deg);
}
/* -------------
movie_cm
---------------- */
/* #movie_cm {
  padding: 70px 0;
} */
#movie_cm {
  padding-bottom: 70px;
}
.movie_cm__ttl {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 auto 17px;
  padding: 6px 15px;
  background: #00baa6;
  border-radius: 17px;
}
#movie_cm .movie_cm__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#movie_cm .movie_cm__list li {
  width: 49%;
  max-width: 429px;
  margin-bottom: 60px;
}
#movie_cm .item_movie iframe {
  border-radius: 29px;
}

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

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

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 640px) {
  .bk-ttl {
    padding: 12% 0 6%;
  }
  .sttl {
    padding: 6px 15px;
  }
  #movie_interview .movie_int__list li:not(:last-child) {
    margin-bottom: 18%;
  }
  .item_movie iframe {
    border-radius: 29px !important;
  }

  #movie_cm .movie_cm__list {
    flex-direction: column;
    align-items: center;
  }
  #movie_cm .movie_cm__list li {
    width: 100%;
  }
  #movie_cm .movie_cm__list li:not(:last-child) {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
  .item_movie iframe {
    border-radius: 7.25vw !important;
  }
}
@media screen and (max-width: 375px) {
}
