@charset "utf-8";
.inner-810 {
  width: 92%;
  max-width: 810px;
  margin: 0 auto;
}
.int_mv_img,
.int_blk .imgblk {
  width: 100%;
  aspect-ratio: 810 / 414;
  overflow: hidden;
  position: relative;
}
.int_mv_img img,
.int_blk .imgblk img {
  width: auto;
  height: 100%;
}
.int_mv_img .img_inner,
.int_blk .imgblk .img_inner {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.inteview_s {
  padding: 85px 0 53px;
}
/* -------------- 
int_mv
----------------- */
.int_mv_img {
  margin-bottom: 40px;
}
/* int_mv_psn */
.int_mv_psn .int_name {
  font-size: clamp(19px, 5.16vw, 33px);
  font-weight: 400;
  margin-bottom: 8px;
}
.int_mv_psn dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 710px;
  margin-bottom: 54px;
}
.int_mv_psn dl > div {
  font-size: clamp(13px, 2.66vw, 17px);
  font-weight: 400;
  display: flex;
  align-items: center;
  min-width: 221px;
  /* max-width: 660px; */
  margin-right: 10px;
  margin-bottom: 12px;
  border: 1px solid #c3a4e0;
  border-radius: 13px;
  overflow: hidden;
}
.int_mv_psn dl dt {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 100%;
  padding: 0 10px;
  background: #c3a4e0;
}
.int_mv_psn dl dd {
  width: calc(100% - 105px);
  padding: 0 10px;
}
.int_mv_ttl {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 68px;
}
.int_mv_ttl span {
  display: inline-block;
}
/* ------------------
int_blk
------------------ */
.int_blk .int_sttl {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 4px 23px;
  margin-bottom: 32px;
  background: #c3a4e0;
  border-radius: 19px;
}
.int_blk .imgblk {
  margin-bottom: 15px;
}
.int_blk .int_txt {
  font-size: clamp(13px, 1.95vw, 15px);
  line-height: 2.28;
  padding-bottom: 55px;
}
.int_blk .int_txt .int_ssttl {
  font-size: 17px;
  line-height: 2;
  color: #c18bd5;
  margin-bottom: 15px;
}
.int_blk .int_txt p:not(:last-child) {
  margin-bottom: 2em;
}
.item_movie {
  width: 100%;
  max-width: 547px;
  margin: 0 auto;
}
#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%;
}
.date {
  padding-top: 26px;
}
.date p {
  font-weight: 600;
  line-height: 1.865;
  text-align: center;
}
.bl_btn {
  display: flex;
  border-radius: 10px;
  width: 92%;
  max-width: 294px;
  margin: 35px auto 0;
  overflow: hidden;
}
.bl_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;
}
.bl_btn .arrowblk {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a5c4;
}
.bl_btn .arrowblk img {
  width: 92%;
  max-width: 18px;
}
@media screen and (max-width: 640px) {
  .inteview_s {
    padding: 13% 0 53px;
  }
  .int_mv_img {
    margin-bottom: 7%;
  }
  .int_mv_psn dl {
    margin-bottom: 9%;
  }
  .int_mv_ttl {
    margin-bottom: 12%;
  }
  .int_blk .int_sttl {
    margin-bottom: 5%;
  }
  .int_blk .int_txt {
    padding-bottom: 9%;
  }
}
@media screen and (max-width: 480px) {
  .int_mv_psn dl dt {
    width: 84px;
  }
  .int_mv_psn dl dd {
    width: calc(100% - 84px);
  }
}
@media screen and (max-width: 375px) {
}
