@charset "UTF-8";
@import url("https://use.typekit.net/uem8lkk.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes change {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: trumpgothicpro, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #282e4c;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .logo {
  width: 256px;
  height: 160px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 128px);
  top: calc(50% - 80px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  margin-bottom: 100px;
}
header .inner {
  width: 100%;
  max-width: 1360px;
  min-width: 1200px;
  padding: 30px 30px 0 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header .inner .text {
  text-align: left;
  width: 50%;
  padding: 160px 0 0 90px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner .text ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 55px;
}
header .inner .text ul li {
  color: #edd55e;
  font-family: trumpgothicpro, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
header .inner .text ul li:not(:first-child) {
  margin: 0 0 0 50px;
}
header .inner .text h3 {
  color: #edd55e;
  font-family: trumpgothicpro, sans-serif;
  font-size: 15.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
header .inner .text dl {
  margin-top: auto;
}
header .inner .text dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
header .inner .text dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  width: 300px;
}
header .inner .photo {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner .photo div {
  width: 50%;
}
main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main section {
  width: 100%;
}
main section:not(:last-child) {
  margin-bottom: 180px;
}
main section.sec1 {
  padding: 100px 0 0 0;
  border-top: solid 1px #000;
}
main section.sec1 .inner .link a {
  width: 21px;
  height: 252px;
  background-image: url(../images/link_insta1.png);
}
main section.sec2 .inner .link a {
  width: 21px;
  height: 159px;
  background-image: url(../images/link_insta2.png);
}
main section.sec3 .inner .link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec3 .inner .link a:nth-child(1) {
  width: 21px;
  height: 243px;
  background-image: url(../images/link_insta3_1.png);
}
main section.sec3 .inner .link a:nth-child(2) {
  width: 21px;
  height: 221px;
  background-image: url(../images/link_insta3_2.png);
  pointer-events: none;
}
main section.sec3 .inner .contents .interview .set .photo.set {
  height: 600px;
}
main section.sec3 .inner .contents .interview .set .photo.set div:nth-child(1) {
  width: 300px;
}
main section.sec3 .inner .contents .interview .set .photo.set div:nth-child(2) {
  width: 215px;
}
main section.sec4 .inner .link a {
  width: 21px;
  height: 318px;
  background-image: url(../images/link_insta4.png);
}
main section.popup {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
  background-image: url(../images/dot.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 4px 1px;
}
main section.popup .title {
  width: 500px;
  margin: 0 auto;
}
main section.popup .title:not(:last-child) {
  margin-bottom: 40px;
}
main section.popup .title h4 {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section.popup .title h5 {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main section.popup .title p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
}
main section.popup .date:not(:last-child) {
  margin-bottom: 40px;
}
main section.popup .date dl:not(:last-child) {
  margin-bottom: 20px;
}
main section.popup .date dl dt {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0em;
}
main section.popup .date dl dd {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0em;
}
main section.popup .photo {
  width: 500px;
  margin: 0 auto;
}
main section .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section .inner .link {
  width: 30px;
  position: sticky;
  top: 0px;
}
main section .inner .link a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
main section .inner .link a:hover {
  opacity: 0.7;
}
main section .inner .contents {
  width: calc(100% - 30px);
}
main section .inner .contents .pset {
  width: 100%;
}
main section .inner .contents .pset:not(:last-child) {
  margin-bottom: 60px;
}
main section .inner .contents .pset .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section .inner .contents .pset .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
  height: auto;
}
main section .inner .contents .interview {
  text-align: left;
  width: 100%;
}
main section .inner .contents .interview .lead:not(:last-child) {
  margin-bottom: 60px;
}
main section .inner .contents .interview .lead h4 {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section .inner .contents .interview .lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main section .inner .contents .interview .photos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section .inner .contents .interview .photos:not(:last-child) {
  margin-bottom: 60px;
}
main section .inner .contents .interview .photos > div:nth-child(1) {
  width: 583px;
}
main section .inner .contents .interview .photos > div:nth-child(2) {
  width: 365px;
}
main section .inner .contents .interview .photos > div:nth-child(2) p {
  margin-bottom: 10px;
}
main section .inner .contents .interview .photos > div.credits {
  width: 365px;
  padding-top: 10px;
  margin-left: auto;
}
main section .inner .contents .interview dl:not(:last-child) {
  margin-bottom: 60px;
}
main section .inner .contents .interview dl.long {
  margin-bottom: 120px;
}
main section .inner .contents .interview dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
main section .inner .contents .interview dl dt span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0em;
  margin: 0 0 0 3px;
}
main section .inner .contents .interview dl dt::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  display: block;
}
main section .inner .contents .interview dl dd p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
}
main section .inner .contents .interview dl dd p:not(:last-child) {
  margin-bottom: 20px;
}
main section .inner .contents .interview .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section .inner .contents .interview .set:not(:last-child) {
  margin-bottom: 120px;
}
main section .inner .contents .interview .set.center {
  align-items: center;
}
main section .inner .contents .interview .set .set-l {
  width: 400px;
}
main section .inner .contents .interview .set .set-r {
  width: 400px;
  margin: 0 0 0 90px;
}
main section .inner .contents .interview .set .photo {
  width: 100%;
}
main section .inner .contents .interview .set .photo:not(:last-child) {
  margin-bottom: 100px;
}
main section .inner .contents .interview .set .photo.cs {
  margin-bottom: 10px;
}
main section .inner .contents .interview .set .photo.ps {
  margin-bottom: 30px;
}
main section .inner .contents .interview .set .photo.short {
  padding: 0 50px;
}
main section .inner .contents .interview .set .photo.set {
  height: 500px;
  position: relative;
}
main section .inner .contents .interview .set .photo.set div:nth-child(1) {
  width: 265px;
}
main section .inner .contents .interview .set .photo.set div:nth-child(2) {
  width: 217px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
main section .inner .contents .interview .set .spphoto {
  display: none;
}
main section .inner .contents .interview .credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .inner .contents .interview .credits:not(:last-child) {
  margin-bottom: 120px;
}
main section .inner .contents .interview .credits .credit dl:not(:last-child) {
  margin-bottom: 0px;
}
main section .inner .contents .interview .credits .credit dl dt {
  margin: 0px;
}
main section .inner .contents .interview .credits .credit dl dt a span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
}
main section .inner .contents .interview .credits .credit dl dt a:hover {
  text-decoration: underline;
}
main section .inner .contents .interview .credits .credit dl dt a:not([href]) {
  opacity: 0.8;
  pointer-events: none;
}
main section .inner .contents .interview .credits .credit dl dt::before {
  content: none;
}
main section .inner .contents .interview .credits > div {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
}

footer {
  text-align: left;
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
footer .infoot {
  width: 1000px;
  margin: 0 auto 120px auto;
  padding: 0 35px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li {
  text-align: left;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li:nth-last-child(2) {
  margin-bottom: 40px;
}
footer .infoot ul li a,
footer .infoot ul li span {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover,
footer .infoot ul li span:hover {
  opacity: 0.7;
}
footer .infoot ul li span {
  text-decoration: underline;
}
footer .infoot .banner {
  width: 379px;
}
footer .infoot .banner a {
  display: block;
}
footer .infoot .banner a img {
  transition: all 0.25s ease-in 0s;
}
footer .infoot .banner a:hover img {
  opacity: 0.7;
}
footer p {
  color: #000;
  font-family: trumpgothicpro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

header .inner .text ul {
  transition: opacity 0.5s ease-in 0.5s;
  opacity: 0;
}
header .inner .text h3 {
  transition: opacity 0.5s ease-in 0.75s;
  opacity: 0;
}
header .inner .text dl dt {
  transition: opacity 0.5s ease-in 1s;
  opacity: 0;
}
header .inner .text dl dd {
  transition: opacity 0.5s ease-in 1.25s;
  opacity: 0;
}
header .inner .photo div {
  opacity: 0;
}
header .inner .photo div:nth-child(1) {
  transition: opacity 0.25s ease-in 0s;
}
header .inner .photo div:nth-child(2) {
  transition: opacity 0.25s ease-in 0.25s;
}
header .inner .photo div:nth-child(3) {
  transition: opacity 0.25s ease-in 0.5s;
}
header .inner .photo div:nth-child(4) {
  transition: opacity 0.25s ease-in 0.75s;
}
header.on .inner .text ul {
  opacity: 1;
}
header.on .inner .text h3 {
  opacity: 1;
}
header.on .inner .text dl dt {
  opacity: 1;
}
header.on .inner .text dl dd {
  opacity: 1;
}
header.on .inner .photo div {
  opacity: 1;
}

main .point {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .point.on {
  opacity: 1;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .logo {
    width: 128px;
    height: 80px;
    left: calc(50% - 64px);
    top: calc(50% - 40px);
  }

  header {
    width: 100%;
    margin-bottom: 0px;
  }
  header .inner {
    width: 100%;
    min-width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  header .inner .text {
    text-align: left;
    width: calc(100% - 30px);
    padding: 0px;
    position: relative;
    top: -60px;
    left: auto;
    bottom: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  header .inner .text ul {
    margin-bottom: 20px;
  }
  header .inner .text ul li {
    color: #edd55e;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner .text ul li:not(:first-child) {
    margin: 0 0 0 25px;
  }
  header .inner .text h3 {
    color: #edd55e;
    font-family: trumpgothicpro, sans-serif;
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  header .inner .text dl {
    margin: 0px;
  }
  header .inner .text dl dt {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  header .inner .text dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    width: 100%;
  }
  header .inner .photo {
    width: 100%;
    padding: 36px 36px 0 36px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }

  main section {
    width: 100%;
  }
  main section:not(:last-child) {
    margin-bottom: 120px;
  }
  main section.sec1 {
    padding: 50px 0 0 0;
  }
  main section.sec1 .inner .link a {
    width: 15px;
    height: 180px;
  }
  main section.sec2 .inner .link a {
    width: 15px;
    height: 114px;
  }
  main section.sec3 .inner .link {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec3 .inner .link a:nth-child(1) {
    width: 15px;
    height: 174px;
  }
  main section.sec3 .inner .link a:nth-child(2) {
    width: 15px;
    height: 158px;
  }
  main section.sec3 .inner .contents .interview .set .photo.set {
    height: 120vw;
  }
  main section.sec3 .inner .contents .interview .set .photo.set div:nth-child(1) {
    width: 80%;
  }
  main section.sec3 .inner .contents .interview .set .photo.set div:nth-child(2) {
    width: 55%;
  }
  main section.sec4 .inner .link a {
    width: 15px;
    height: 227px;
  }
  main section.popup {
    width: 100%;
    padding: 80px 0 0 0;
    margin: 0px;
  }
  main section.popup .title {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  main section.popup .title:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.popup .title h4 {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section.popup .title h5 {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section.popup .title p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section.popup .date:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.popup .date dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.popup .date dl dt {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main section.popup .date dl dd {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
  main section.popup .photo {
    width: 100%;
    margin: 0 auto;
  }
  main section .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main section .inner .link {
    width: 38px;
    padding: 0 0 0 9px;
    position: sticky;
    top: 0px;
  }
  main section .inner .link a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 0.25s ease-in 0s;
  }
  main section .inner .link a:hover {
    opacity: 0.7;
  }
  main section .inner .contents {
    width: calc(100% - 38px);
  }
  main section .inner .contents .pset {
    width: calc(100% - 38px);
    overflow: hidden;
  }
  main section .inner .contents .pset:not(:last-child) {
    margin-bottom: 30px;
  }
  main section .inner .contents .pset .swiper-wrapper .swiper-slide {
    width: auto;
    height: auto;
  }
  main section .inner .contents .interview {
    text-align: left;
    width: calc(100% - 38px);
  }
  main section .inner .contents .interview .lead:not(:last-child) {
    margin-bottom: 30px;
  }
  main section .inner .contents .interview .lead h4 {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section .inner .contents .interview .lead p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section .inner .contents .interview .photos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section .inner .contents .interview .photos:not(:last-child) {
    margin-bottom: 30px;
  }
  main section .inner .contents .interview .photos div:nth-child(1) {
    width: auto;
  }
  main section .inner .contents .interview .photos div:nth-child(2) {
    width: auto;
  }
  main section .inner .contents .interview .photos div.credits {
    width: 100%;
    padding-top: 10px;
    margin: 0px;
  }
  main section .inner .contents .interview dl:not(:last-child) {
    margin-bottom: 30px;
  }
  main section .inner .contents .interview dl.long {
    margin-bottom: 30px;
  }
  main section .inner .contents .interview dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  main section .inner .contents .interview dl dt span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0em;
    margin: 0 0 0 3px;
  }
  main section .inner .contents .interview dl dt::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #000;
    display: block;
  }
  main section .inner .contents .interview dl dd p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main section .inner .contents .interview dl dd p:not(:last-child) {
    margin-bottom: 10px;
  }
  main section .inner .contents .interview .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .inner .contents .interview .set:not(:last-child) {
    margin-bottom: 60px;
  }
  main section .inner .contents .interview .set.center {
    align-items: flex-start;
  }
  main section .inner .contents .interview .set .set-l {
    width: 100%;
    margin-bottom: 30px;
  }
  main section .inner .contents .interview .set .set-r {
    width: 100%;
    margin: 0px;
  }
  main section .inner .contents .interview .set .photo {
    width: 100%;
  }
  main section .inner .contents .interview .set .photo:not(:last-child) {
    margin-bottom: 30px;
  }
  main section .inner .contents .interview .set .photo.cs {
    margin-bottom: 10px;
  }
  main section .inner .contents .interview .set .photo.ps {
    margin-bottom: 20px;
  }
  main section .inner .contents .interview .set .photo.short {
    padding: 0 25px;
  }
  main section .inner .contents .interview .set .photo.set {
    height: 100vw;
    position: relative;
  }
  main section .inner .contents .interview .set .photo.set div:nth-child(1) {
    width: 65%;
  }
  main section .inner .contents .interview .set .photo.set div:nth-child(2) {
    width: 55%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }
  main section .inner .contents .interview .set .spphoto {
    width: 100%;
    display: block;
  }
  main section .inner .contents .interview .set .spphoto:not(:last-child) {
    margin-bottom: 30px;
  }
  main section .inner .contents .interview .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .inner .contents .interview .credits:not(:last-child) {
    margin-bottom: 60px;
  }
  main section .inner .contents .interview .credits .credit dl:not(:last-child) {
    margin-bottom: 0px;
  }
  main section .inner .contents .interview .credits .credit dl dt {
    margin: 0px;
  }
  main section .inner .contents .interview .credits .credit dl dt span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main section .inner .contents .interview .credits .credit dl dt::before {
    content: none;
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 80px 0;
    margin: 0 auto;
    border-top: none;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto 60px auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul li {
    text-align: left;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li:nth-last-child(2) {
    margin-bottom: 20px;
  }
  footer .infoot ul li a,
footer .infoot ul li span {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover,
footer .infoot ul li span:hover {
    opacity: 0.7;
  }
  footer .infoot ul li span {
    text-decoration: underline;
  }
  footer .infoot .banner {
    width: 190px;
  }
  footer .infoot .banner a:hover img {
    opacity: 1;
  }
  footer p {
    color: #000;
    font-family: trumpgothicpro, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
  }
}