@charset "utf-8";

:root {
  --vw-base: 1200;
  --vw12: calc((12 / var(--vw-base)) * 100vw);
  --vw14: calc((14 / var(--vw-base)) * 100vw);
  --vw16: calc((16 / var(--vw-base)) * 100vw);
  --vw20: calc((20 / var(--vw-base)) * 100vw);
  --vw26: calc((26 / var(--vw-base)) * 100vw);
  --vw36: calc((36 / var(--vw-base)) * 100vw);
}

.header__title a {
  color: var(--font-black-color);
}

.hero-mv {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-mv img {
  display: block;
  width: 100%;
  height: 83.91891891891892%;
  object-fit: cover;
}
.hero__title {
  letter-spacing: 0;
}
.hero__title .lens-name {
  display: block;
  margin-bottom: 15px;
  font-size: 0.65em;
}

.page-section.interview,
.page-section.special {
  margin-bottom: 100px;
}
.page-section.interview .section-lead {
  text-align: center;
}

.section-banner {
  margin-block: 40px;
}
.page-section.special .section-lead {
  text-align: center;
}
.page-section.interview .photos-wrap {
  margin-top: 140px;
}
.page-section.interview .photos-wrap .photo {
  margin-bottom: 60px;
}
.page-section.interview .photo__text {
  border-bottom: none;
}

.profile-box {
  display: flex;
  align-items: center;
  margin-block: 100px;
  background: #f1f1f1;
}
.profile-box__image {
  width: calc((525 / 1008) * 100%);
}
.profile-box__text {
  flex: 1;
  padding: 20px 46px;
}

.image-center {
  display: block;
  margin-inline: auto;
}

.talk-title {
  position: relative;
  padding-bottom: 15px;
  margin-block: 100px 40px;
  font-size: var(--vw26);
  font-weight: var(--normal-font-weight);
  line-height: 1.5;
}
.talk-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  content: "";
  background-color: var(--primary-color);
}
.talk-q {
  display: flex;
  margin-block: 20px;
  color: #0900e3;
  text-align: justify;
}
.talk-a + .talk-q {
  margin-top: 60px;
}
.talk-q::before {
  display: inline-block;
  min-width: 2em;
  content: "——";
}
.talk-a {
  display: flex;
  margin-block: 20px;
  text-align: justify;
}
.talk-a__name {
  display: inline-block;
  min-width: 3.1em;
  clear: both;
}
.talk-a__name:not(:empty)::after {
  float: right;
  content: "：";
}
.talk-credit {
  margin-top: 40px;
  text-align: right;
}
.talk-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-block: 60px;
}
.talk-row.is-mt-sm {
  margin-top: 20px;
}
.talk-row__talk {
  flex: 1;
}
.talk-row__talk :first-child {
  margin-top: 0;
}
.talk-image {
  width: calc((450 / 1008) * 100%);
  line-height: 1.6;
}
.talk-image p {
  margin-top: 8px;
  font-size: var(--vw12);
}

@media only screen and (min-width: 768px) {
  .talk-row.is-left-image .talk-row__talk {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --vw-base: 375;
  }

  .hero__title {
    font-size: var(--vw36);
  }
  .hero__title .lens-name {
    margin-bottom: 12px;
  }

  .page-section.interview,
  .page-section.special {
    margin-bottom: 60px;
  }

  .section-banner {
    margin-block: 30px;
  }

  .page-section.interview .photos-wrap {
    margin-top: 60px;
  }
  .page-section.interview .photos-wrap .photo {
    margin-bottom: 60px;
  }

  .profile-box {
    flex-direction: column;
    padding-bottom: 10px;
    margin-block: 60px;
  }
  .profile-box__image {
    width: 100%;
  }
  .profile-box__text {
    flex: auto;
    padding: 20px;
  }

  .talk-title {
    margin-block: 60px 30px;
  }
  .talk-a + .talk-q {
    margin-top: 40px;
  }
  .talk-credit {
    margin-top: 30px;
    text-align: left;
  }

  .talk-row {
    flex-direction: column;
    margin-block: 40px;
  }
  .talk-image {
    width: 100%;
  }
}
