@charset "UTF-8";
@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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #ecdfc7;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

a:hover, a:active, a.active {
  color: #707070;
}

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;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
header {
  width: 100%;
  padding: 0;
}
header:not(:last-child) {
  margin-bottom: 0;
}
header .inner {
  width: 100%;
  margin: 0 auto;
}
header .inner.on .visual h1 {
  opacity: 1;
}
header .inner.on .visual picture {
  opacity: 1;
}
header .inner .visual {
  width: 100%;
  position: relative;
}
header .inner .visual h1 {
  width: 15vw;
  /*opacity: 0;
  @include motion(all 0.8s ease-in 0.5s);*/
  position: absolute;
  top: 42%;
  right: 18%;
  transform: translateY(-50%);
  z-index: 2;
}
header .inner .visual picture {
  opacity: 1;
}
header .inner .visual .catch {
  width: 32vw;
  position: absolute;
  top: 42%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 2;
  transition: opacity 0.3s ease-in-out 0s;
}
header .inner .visual .loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: opacity 0.3s ease-in-out 0s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner .visual .loader .header {
  width: 100%;
}
header .inner .visual .loader .footer {
  width: 100%;
}
header .inner .visual .loader .logo {
  width: 210px;
  height: 41px;
  background-image: url(../images/title_load.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% - 105px);
  top: calc(50% - 20px);
}
header .inner .visual .loader .bar {
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
header .inner .visual .loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 30px;
  left: 40px;
  z-index: 5;
}
nav ul li:not(:last-child) {
  margin-right: 5px;
}
nav ul li span {
  color: #FFF;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: horizontal-tb;
}
nav ul li a {
  color: #FFF;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: horizontal-tb;
  transition: all 0.25s ease-in 0s;
}
nav ul li a:hover {
  color: #707070;
}

/* common credits------ */
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt span:nth-child(2)::after {
  content: "(TAX IN)";
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dd {
  width: 60px;
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 1px 9px;
  border: solid 1px #000;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
}
main .notoverlap {
  position: relative;
}
main .layered01 {
  width: 100%;
  background-color: #ecdfc7;
}
main .layered02 {
  width: 100%;
  padding-bottom: 150px;
  background: linear-gradient(to bottom, #ecdfc7 0%, #FFF 10%, #FFF 100%);
}
main .sec {
  width: 100%;
  padding: 0px;
}
main .sec#lead {
  width: 1000px;
  margin: 120px auto 150px;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#lead.on .lead_text {
  opacity: 1;
}
main .sec#lead.on .staff {
  opacity: 1;
}
main .sec#lead h2 {
  font-size: 1.6rem;
  padding-bottom: 60px;
}
main .sec#lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#lead .lead_text:not(:last-child) {
  padding-bottom: 20px;
}
main .sec#lead .staff {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
  padding-top: 30px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
main .sec#sec1:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec2 {
  padding-bottom: 150px;
}
main .sec#sec3:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec4:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec5:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec6:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec7 {
  margin-bottom: 200px;
}
main .sec#sec8:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec9:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec10:not(:last-child) {
  margin-bottom: 0;
}
main .sec .insec {
  width: 1000px;
  margin: 0 auto;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec .photo.with-c::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
main .sec .insec .photo.with-c.active::before {
  transform: rotate(135deg);
}
main .sec .insec .photo.with-c.active .c-wrap {
  opacity: 1;
  pointer-events: auto;
}
main .sec .insec .photo .c-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  pointer-events: none;
}
main .sec .insec .photo .c-wrap .credits {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .photo .c-wrap .credits > div dl dt strong {
  color: #FFF;
}
main .sec .insec .photo .c-wrap .credits > div dl dt span {
  color: #FFF;
}
main .sec .insec .photo .c-wrap .credits > div dl dd a {
  color: #FFF;
  border: solid 1px #FFF;
}
main .sec .insec.type1 {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1.on .credits {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: calc((100% - 40px) / 2);
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .photo.small {
  width: 420px;
}
main .sec .insec.type1 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type2 {
  width: 100%;
}
main .sec .insec.type2 .photo {
  width: 100%;
}
main .sec .insec.type2 .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type2 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type3 {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type3.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type3.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type3 .photo:nth-child(1) {
  width: 63%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 .photo:nth-child(2) {
  width: 28%;
  padding-top: 180px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type3 .photo:nth-child(2) img:not(:last-child) {
  padding-bottom: 30px;
}
main .sec .insec.type4 {
  width: 100%;
  margin: 0 auto;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
  transform: scale(1);
}
main .sec .insec.type4 .photo {
  width: 100%;
  opacity: 0;
  transform: scale(0.84);
  transition: all 0.8s ease-out 0s;
}
main .interview {
  width: 920px;
  margin: 0 auto 150px;
}
main .interview.on h3 {
  opacity: 1;
}
main .interview h3 {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 10px;
}
main .interview .interview_set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
}
main .interview .interview_set.on .text {
  opacity: 1;
}
main .interview .interview_set.on .photo {
  opacity: 1;
}
main .interview .interview_set.inverted > div:nth-child(1) {
  order: 1;
}
main .interview .interview_set.inverted > div:nth-child(2) {
  order: 0;
}
main .interview .interview_set:not(:last-child) {
  margin-bottom: 150px;
}
main .interview .interview_set > div {
  width: calc((100% - 50px) / 2);
}
main .interview .interview_set .text {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .interview .interview_set .text h4 {
  color: #913403;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 15px;
}
main .interview .interview_set .text h4 > span {
  padding-left: 5px;
  font-size: 2.2rem;
}
main .interview .interview_set .text h4.pt {
  padding-top: 40px;
}
main .interview .interview_set .text h5 {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0em;
  padding-bottom: 10px;
}
main .interview .interview_set .text .caption {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  padding-bottom: 20px;
}
main .interview .interview_set .text .credits {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .interview .interview_set .text .credits Ul li {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .interview .interview_set .text .credits Ul li:not(:last-child) {
  padding-bottom: 8px;
}
main .interview .interview_set .text .credits p {
  padding-bottom: 10px;
}
main .interview .interview_set .text .credits .credits_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .interview .interview_set .text .credits .credits_inner ul {
  width: calc((100% - 20px) / 2);
}
main .interview .interview_set .text .credits .credits_inner ul:not(:last-child) {
  margin-bottom: 18px;
}
main .interview .interview_set .photo {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .interview .interview_set .photo h4.sp {
  display: none;
}
main .interview .interview_set.with_photo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .interview .interview_set.with_photo .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
main .interview .interview_set.with_photo .photo .sub_photo_sp {
  display: none;
}
main .interview .interview_set.with_photo .photo h5.sp {
  display: none;
}
main .interview .interview_set.with_photo .photo .caption_sp {
  display: none;
}
main .info {
  margin: 0 auto;
}
main .info.on .info_inner {
  opacity: 1;
}
main .info .info_inner {
  width: 920px;
  margin: 120px auto 0;
  text-align: left;
}
main .info .info_inner h4 {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  padding-bottom: 8px;
}
main .info .info_inner h4 span {
  font-size: 1.4rem;
}
main .info .info_inner h5 {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  padding: 50px 0 10px;
}
main .info .info_inner h5 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
}
main .info .info_inner .date {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px 0 20px !important;
}
main .info .info_inner p {
  width: 500px;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
main .info .info_inner p:not(:last-child) {
  padding-bottom: 8px;
}
main .info .info_inner p span {
  font-weight: 600;
  display: block;
  padding: 20px 0 5px;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 50px 0 90px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
  background-color: #FFF;
}
footer .infoot {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 8px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #707070;
}
footer .infoot div p {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
footer .infoot .pgtop a {
  color: #000;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #707070;
  text-decoration: underline;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  header {
    width: 100%;
    padding: 0;
  }
  header:not(:last-child) {
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner .visual {
    width: 100%;
    position: relative;
  }
  header .inner .visual h1 {
    width: 56vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  header .inner .visual picture {
    opacity: 1;
  }
  header .inner .visual .catch {
    width: 56vw;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  header .inner .visual .loader {
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: 100%;
    background-color: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: opacity 0.5s ease-in-out 0s;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner .visual .loader .header {
    width: 100%;
    height: 30px;
  }
  header .inner .visual .loader .header img {
    height: 100%;
    width: auto;
    overflow: hidden;
  }
  header .inner .visual .loader .footer {
    width: 100%;
    height: 30px;
  }
  header .inner .visual .loader .footer img {
    height: 100%;
    width: auto;
    overflow: hidden;
  }
  header .inner .visual .loader .logo {
    width: 210px;
    height: 41px;
    background-image: url(../images/title_load.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% - 105px);
    top: calc(50% - 20px);
  }
  header .inner .visual .loader .bar {
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
  }
  header .inner .visual .loader .bar span {
    width: 0%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    display: block;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) {
    margin: 0 0 5px 0;
  }
  .credits > div dl dt strong:nth-child(2) {
    margin: 0px;
  }
  .credits > div dl dt strong span:first-child {
    margin: 0px;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dd {
    width: 50px;
    margin-left: 20px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 1px 9px;
    border: solid 1px #000;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .layered01 {
    width: 100%;
    background-color: #ecdfc7;
  }
  main .layered02 {
    width: 100%;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, #ecdfc7 0%, #FFF 2%, #FFF 100%);
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec#lead {
    width: 100%;
    margin: 50px auto 50px;
    padding: 0 30px;
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  main .sec#lead h2 {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
  main .sec#lead .lead_text:not(:last-child) {
    padding-bottom: 14px;
  }
  main .sec#sec1:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec#sec2 {
    padding-bottom: 150px;
  }
  main .sec#sec3:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec4:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec5:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec6:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec7 {
    margin-bottom: 0px;
  }
  main .sec#sec8:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec9:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec10:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec .photo:nth-child(odd) .c-wrap.wide {
    left: calc(100% - 50vw);
  }
  main .sec .insec .photo:nth-child(even) .c-wrap.wide {
    left: -50vw;
  }
  main .sec .insec .photo.with-c::before {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
  }
  main .sec .insec .photo.with-c.active::before {
    transform: rotate(135deg);
    z-index: 15;
  }
  main .sec .insec .photo.with-c.active .c-wrap {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
  main .sec .insec .photo .c-wrap.wide {
    width: 100vw;
  }
  main .sec .insec .photo .c-wrap .credits {
    width: calc(100% - 20px);
  }
  main .sec .insec.type1 {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec .insec.type1.on .photo {
    opacity: 1;
  }
  main .sec .insec.type1.on .credits {
    opacity: 1;
  }
  main .sec .insec.type1 .photo {
    width: 100%;
  }
  main .sec .insec.type1 .photo:not(:last-child) {
    padding-bottom: 50px;
  }
  main .sec .insec.type1 .photo.small {
    width: 100%;
    padding: 0 15px 50px;
  }
  main .sec .insec.type1 .photo.small_sp {
    width: 100%;
    padding: 0 15px;
  }
  main .sec .insec.type2 {
    width: 100%;
  }
  main .sec .insec.type2 .photo {
    width: 100%;
  }
  main .sec .insec.type2 .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec.type3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-between;
  }
  main .sec .insec.type3 .photo:nth-child(1) {
    width: 100%;
    padding-bottom: 50px;
  }
  main .sec .insec.type3 .photo:nth-child(2) {
    width: 100%;
    padding-top: 0;
  }
  main .sec .insec.type3 .photo:nth-child(2) img:first-child {
    width: 68%;
    padding-bottom: 0;
    margin: 0 auto 50px 30px;
    display: block;
  }
  main .sec .insec.type3 .photo:nth-child(2) img:last-child {
    width: 68%;
    padding-bottom: 0;
    margin: 0 30px 50px auto;
    display: block;
  }
  main .sec .insec.type4 {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec.type4.on .photo {
    opacity: 1;
    transform: scale(1);
  }
  main .sec .insec.type4 .photo {
    width: 100%;
    opacity: 0;
    transform: scale(0.84);
    transition: all 0.8s ease-out 0s;
  }
  main .interview {
    width: 100%;
    margin: 0 auto 100px;
  }
  main .interview h3 {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    padding: 50px 30px 30px;
  }
  main .interview .interview_set {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  main .interview .interview_set > div:nth-child(1) {
    order: 1;
  }
  main .interview .interview_set > div:nth-child(2) {
    order: 0;
  }
  main .interview .interview_set:not(:last-child) {
    margin-bottom: 100px;
  }
  main .interview .interview_set > div {
    width: 100%;
  }
  main .interview .interview_set .text {
    padding: 20px 0 0;
  }
  main .interview .interview_set .text h4 {
    display: none;
    color: #913403;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding-bottom: 15px;
  }
  main .interview .interview_set .text h4 > span {
    padding-left: 5px;
    font-size: 2.2rem;
  }
  main .interview .interview_set .text h5 {
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    padding-bottom: 10px;
  }
  main .interview .interview_set .text .caption {
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    padding-bottom: 20px;
  }
  main .interview .interview_set .text .credits {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .interview .interview_set .text .credits Ul li {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .interview .interview_set .text .credits Ul li:not(:last-child) {
    padding-bottom: 8px;
  }
  main .interview .interview_set .text .credits p {
    padding-bottom: 10px;
  }
  main .interview .interview_set .text .credits .credits_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .interview_set .text .credits .credits_inner ul {
    width: 100%;
  }
  main .interview .interview_set .text .credits .credits_inner ul:not(:last-child) {
    margin-bottom: 18px;
  }
  main .interview .interview_set .photo {
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .interview .interview_set .photo h4.sp {
    display: block;
    padding-bottom: 25px;
    color: #913403;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
  main .interview .interview_set .photo h4.sp > span {
    padding-left: 5px;
    font-size: 2.2rem;
  }
  main .interview .interview_set.with_photo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .interview_set.with_photo .text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .interview_set.with_photo .text .sub_photo {
    display: none;
  }
  main .interview .interview_set.with_photo .text h5 {
    display: none;
  }
  main .interview .interview_set.with_photo .text .caption {
    display: none;
  }
  main .interview .interview_set.with_photo .photo .sub_photo_sp {
    display: block;
    margin-bottom: 20px;
  }
  main .interview .interview_set.with_photo .photo h5.sp {
    display: block;
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0em;
    padding-bottom: 10px;
  }
  main .interview .interview_set.with_photo .photo .caption_sp {
    display: block;
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    padding-bottom: 20px;
  }
  main .info {
    margin: 0 auto;
  }
  main .info .info_inner {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 30px;
    text-align: left;
  }
  main .info .info_inner h4 {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    padding-bottom: 8px;
  }
  main .info .info_inner h4 span {
    font-size: 1.2rem;
  }
  main .info .info_inner h5 {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    padding: 50px 0 10px;
  }
  main .info .info_inner h5 span {
    display: block;
    font-size: 1.2rem;
    padding-top: 10px;
  }
  main .info .info_inner p {
    width: 100%;
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  main .info .info_inner p:not(:last-child) {
    padding-bottom: 8px;
  }
  main .info .info_inner p span {
    font-weight: 600;
    display: block;
    padding: 20px 0 5px;
  }
  footer {
    padding: 40px 0 50px 0;
  }
  footer .infoot {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
    color: #707070;
  }
  footer .infoot div p {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "aktiv-grotesk-extended", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot .pgtop a:hover {
    color: #707070;
  }
}/*# sourceMappingURL=style.css.map */