@charset "UTF-8";
/*! autoprefixer grid: no-autoplace */

.main-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-contents * {
  font-weight: inherit;
}

.main-contents ::before,
.main-contents ::after {
  pointer-events: none;
}

.main-contents a,
.main-contents picture {
  display: block;
}

.main-contents video,
.main-contents img {
  width: 100%;
  height: auto;
}

.main-contents a:link,
.main-contents h2,
.main-contents h3,
.main-contents h4,
.main-contents h5,
.main-contents h6 {
  color: inherit;
}

.main-contents [data-anime^="fade"] {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.main-contents [data-anime^="fade"].js-anime-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-contents [data-anime="fade-up"] {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.main-contents [data-anime="fade-down"] {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.main-contents [data-anime="fade-left"] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.main-contents [data-anime="fade-right"] {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.main-contents [data-anime="fade-in"] {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.main-contents [data-anime="fade-out"] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-contents [data-anime="horizon"] {
  position: relative;
}

.main-contents [data-anime="horizon"]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, transform 1250ms, -webkit-transform 1250ms;
  z-index: 3;
}

.main-contents [data-anime="horizon"].js-anime-show::before {
  width: 0;
}

.main-contents .text-new-line {
  display: block;
}

.main-contents .text-line {
  font-weight: bold;
}

.main-contents .text-line _:-ms-lang(x)::-ms-backdrop, .main-contents .text-line {
  border: none;
  background: linear-gradient(transparent 60%, #d1d1d1 60%, #d1d1d1 70%, transparent 70%);
  padding: 0;
}

.main-contents .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-contents .flex-wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-contents .flex-direction-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-contents .flex-direction-container _:-ms-lang(x)::-ms-backdrop,
.main-contents .flex-direction-container > * {
  min-height: 0%;
}

.main-contents .grid-container {
  display: -ms-grid;
  display: grid;
  justify-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-column-align: start;
  -ms-grid-row-align: start;
}

.main-contents .img-opacity-block {
  background-color: #fff;
}

.main-contents .img-background {
  position: relative;
}

.main-contents .img-background::before {
  content: "";
  width: 110%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-contents .background-parent {
  position: relative;
}

.main-contents .background-parent::before, .main-contents .background-parent::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-contents .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-area {
  max-width: none;
  min-width: auto;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  font-size: 10px;
}

.main-contents {
  color: #000;
  margin: 3.5rem auto 16rem;
}

.main-contents .credit-wrapper {
  white-space: nowrap;
}

.main-contents .credit-wrapper__link {
  font-size: 1.3rem;
  line-height: 1.77;
  letter-spacing: 0.025em;
  text-align: left;
  display: inline-block;
  pointer-events: all;
}

.main-contents .credit-wrapper__link.pointer-none {
  pointer-events: none;
}

.main-contents .credit-wrapper__link.pointer-none span {
  font-family: Pragmatica, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1rem;
  margin-left: 0.3rem;
}

.main-contents .viewall {
  width: 38rem;
  height: 6.4rem;
  margin: 0 auto;
  border: solid 1px #000;
}

.main-contents .viewall__link {
  font-size: 1.8rem;
  line-height: 0;
  letter-spacing: 0.06em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contents .__heading--vol {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.main-contents .credit-wrapper__link,
.main-contents .profile__heading,
.main-contents .profile__name--eng,
.main-contents .staff-credit {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.main-contents .staff-credit__slash {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-contents .__heading {
  font-size: 2.4rem;
  line-height: 2.33;
  text-align: center;
  margin-bottom: 4.1rem;
}

.main-contents .__heading--vol {
  font-size: 2.6rem;
  line-height: 2.15;
}

.main-contents _:-ms-lang(x)::-ms-backdrop, .main-contents {
  overflow-x: hidden;
}

.main-contents .firstview__visual-container {
  position: relative;
  overflow: hidden;
}

.main-contents .firstview__title {
  width: 44rem;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.main-contents .firstview__vol {
  width: 4.4rem;
  margin: 0 auto;
  margin-top: 8.2rem;
}

.main-contents .firstview__heading {
  font-size: 2.4rem;
  line-height: 2.33;
  text-align: center;
  margin-top: 0.3rem;
}

.main-contents .firstview__lead {
  text-align: center;
}

.main-contents .video {
  width: 75rem;
  margin: 0 auto 21.3rem;
  position: relative;
}

.main-contents .video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: all;
  overflow: hidden;
}

.main-contents .video__button::before {
  width: 6.4rem;
  height: 4rem;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/Page/feature/nagasaku/220223/dist/img/movie-icon-play.svg), url(/Page/feature/nagasaku/220223/dist/img/movie-icon-stop.svg);
  background-size: cover, 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: .3s;
          transform: .3s;
}

.main-contents .video__button::after {
  content: "";
  display: inline-block;
  background-image: url(/Page/feature/nagasaku/220310/dist/img/movie-poster.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.main-contents .video__button.js-active {
  opacity: 0;
}

.main-contents .video__button.js-ended::before {
  z-index: 1;
}

.main-contents .video__button.js-ended::after {
  opacity: 1;
}

.main-contents .s01 {
  margin-bottom: 7.3rem;
}

.main-contents .s01__inner {
  width: 116rem;
  margin: 0 auto;
}

.main-contents .s01 .model-wrapper__img {
  width: 50%;
}

.main-contents .s01 .credit-wrapper {
  margin-top: 2.5rem;
}

.main-contents .s02 {
  margin-bottom: 14.4rem;
}

.main-contents .s02__inner {
  width: 110rem;
  margin: 0 auto;
}

.main-contents .s02 .model-wrapper:nth-of-type(2) {
  width: 90rem;
}

.main-contents .s02 .model-wrapper:nth-of-type(3) {
  width: 50rem;
}

.main-contents .s02 .credit-wrapper__link:nth-of-type(even) {
  margin-left: 0.8rem;
}

.main-contents .s03 {
  margin-bottom: 14.4rem;
}

.main-contents .s03 .model-wrapper:nth-of-type(2) {
  width: 70rem;
}

.main-contents .s03 .model-wrapper:nth-of-type(3) {
  justify-self: end;
  -ms-grid-column-align: end;
  width: 45rem;
  margin-top: 1rem;
}

.main-contents .s03 .credit-wrapper {
  margin-top: 2.5rem;
}

.main-contents .s03 .credit-wrapper__link:nth-of-type(even) {
  margin-left: 0.8rem;
}

.main-contents .s04 {
  margin-bottom: 7.3rem;
}

.main-contents .s04 .credit-wrapper {
  margin-top: 2.5rem;
}

.main-contents .s04 .credit-wrapper__link:nth-of-type(even) {
  margin-left: 0.8rem;
}

.main-contents .s05 {
  margin-bottom: 15rem;
}

.main-contents .s05 .model-wrapper:nth-of-type(2) {
  width: 65rem;
}

.main-contents .s05 .model-wrapper:nth-of-type(3) {
  width: 48rem;
  margin-top: 6rem;
}

.main-contents .viewall {
  margin-bottom: 11.2rem;
}

.main-contents .staff-credit {
  font-size: 1.2rem;
  line-height: 1.92;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 10.4rem;
}

.main-contents .profile {
  text-align: center;
  margin: 0 auto;
}

.main-contents .profile::before {
  background-color: #000;
  width: 100rem;
  height: 0.1rem;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-contents .profile__heading {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
  width: 12rem;
  height: 3.8rem;
  margin: 0 auto;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contents .profile__container {
  margin-top: 5rem;
}

.main-contents .profile__name {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
}

.main-contents .profile__name--eng {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 1rem;
}

.main-contents .profile__summary {
  margin-top: 2rem;
}

.main-contents .profile__career {
  margin-top: 3.6rem;
}

.main-contents .profile__lead {
  font-size: 1.4rem;
  line-height: 1.93;
  letter-spacing: 0.09em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media only screen and (min-width: 768px){
  .main-contents .text-line {
    border-bottom: #d1d1d1 3px solid;
    padding-bottom: 0.2rem;
  }
  .main-contents .img-out-border {
    -webkit-box-shadow: 0px 0px 0px 1.5rem #fff;
            box-shadow: 0px 0px 0px 1.5rem #fff;
  }
  .bredlist.lp {
    width: 120rem;
  }
  .main-contents {
    max-width: 140rem;
  }
  .main-contents .firstview {
    width: 120rem;
    margin: 0 auto 13.8rem;
  }
  .main-contents .firstview__title {
    position: absolute;
    top: 25.4rem;
    right: 7rem;
  }
  .main-contents .firstview__lead {
    font-size: 1.5rem;
    line-height: 2.53;
    margin-top: 3rem;
  }
  .main-contents .video__contents {
    height: 42.2rem;
    overflow: hidden;
  }
  .main-contents .video__button.js-active:hover {
    opacity: 1;
  }
  .main-contents .video__button.js-active:hover::before {
    background-size: 0 0, cover;
  }
  .main-contents .s01 .model-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-contents .s01 .model-wrapper__img:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-contents .s01 .credit-wrapper__link:nth-of-type(2), .main-contents .s01 .credit-wrapper__link:nth-of-type(3), .main-contents .s01 .credit-wrapper__link:nth-of-type(5), .main-contents .s01 .credit-wrapper__link:nth-of-type(6) {
    margin-left: 0.8rem;
  }
  .main-contents .s02__inner {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .main-contents .s02__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    margin-left: 45rem;
  }
  .main-contents .s02__heading _:-ms-lang(x)::-ms-backdrop, .main-contents .s02__heading {
    display: inline-table;
  }
  .main-contents .s02 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
    -ms-grid-column-align: end;
  }
  .main-contents .s02 .model-wrapper:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
    margin-top: 8rem;
  }
  .main-contents .s02 .credit-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
    align-self: end;
    -ms-grid-row-align: end;
    margin: 0 0 -0.4rem 3rem;
  }
  .main-contents .s03__inner {
    width: 84rem;
    margin-left: 35rem;
  }
  .main-contents .s03__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 12.6rem;
  }
  .main-contents .s03__heading _:-ms-lang(x)::-ms-backdrop, .main-contents .s03__heading {
    display: inline-table;
  }
  .main-contents .s03 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .main-contents .s03 .model-wrapper:nth-of-type(3) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
  }
  .main-contents .s03 .credit-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .main-contents .s04__inner {
    width: 111rem;
    margin: 0 0 0 13rem;
  }
  .main-contents .s04__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    margin-left: 34.7rem;
  }
  .main-contents .s04__heading _:-ms-lang(x)::-ms-backdrop, .main-contents .s04__heading {
    display: inline-table;
  }
  .main-contents .s04 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    margin: 8.8rem 0 0 8rem;
    width: 45rem;
  }
  .main-contents .s04 .model-wrapper:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    width: 58rem;
  }
  .main-contents .s04 .credit-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .main-contents .s05__inner {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    width: 80.5rem;
    margin-left: 22rem;
  }
  .main-contents .s05__heading {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
    margin-left: 28rem;
  }
  .main-contents .s05__heading _:-ms-lang(x)::-ms-backdrop, .main-contents .s05__heading {
    display: inline-table;
  }
  .main-contents .s05 .model-wrapper:nth-of-type(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
    -ms-grid-column-align: end;
  }
  .main-contents .s05 .model-wrapper:nth-of-type(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .main-contents .s05 .credit-wrapper {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
    align-self: end;
    -ms-grid-row-align: end;
    margin: 0 0 -0.4rem 3rem;
  }
  .main-contents .s05 .credit-wrapper__link:nth-of-type(even) {
    margin-left: 0.8rem;
  }
  .main-contents .staff-credit__each:nth-of-type(2), .main-contents .staff-credit__each:nth-of-type(3), .main-contents .staff-credit__each:nth-of-type(5), .main-contents .staff-credit__each:nth-of-type(6) {
    margin-left: 1rem;
  }
  .main-contents .profile {
    width: 100rem;
  }
  .main-contents .sp-contents {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1400px){
  html,
  body {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media only screen and (min-width: 1400px){
  html,
  body {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 767px){
  html,
  body {
    font-size: calc(10 * (100vw / 750));
  }
  .main-contents video _:lang(x) + _:-webkit-full-screen-document, .main-contents video {
    object-fit: fill;
  }
  .main-contents .text-line {
    border-bottom: #d1d1d1 2px solid;
    padding-bottom: calc(3 * (100vw / 750));
  }
  .main-contents .img-out-border {
    -webkit-box-shadow: 0px 0px 0px calc(30 * (100vw / 750)) #fff;
            box-shadow: 0px 0px 0px calc(30 * (100vw / 750)) #fff;
  }
  .bredlist.lp {
    max-width: 70rem;
  }
  .main-contents {
    width: calc(750 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) 0 calc(200 * (100vw / 750));
  }
  .main-contents .credit-wrapper__link {
    font-size: calc(24 * (100vw / 750));
    line-height: 1.92;
  }
  .main-contents .credit-wrapper__link.pointer-none span {
    font-size: calc(20 * .13333vw);
    margin-left: calc(5 * .13333vw);
  }
  .main-contents .viewall {
    width: calc(675 * (100vw / 750));
    height: calc(120 * (100vw / 750));
  }
  .main-contents .viewall__link {
    font-size: calc(28 * (100vw / 750));
  }
  .main-contents .__heading {
    font-size: calc(34 * (100vw / 750));
    line-height: 1.65;
    margin-bottom: calc(83 * (100vw / 750));
  }
  .main-contents .__heading--vol {
    font-size: calc(36 * (100vw / 750));
    line-height: 1.56;
  }
  .main-contents .firstview {
    margin-bottom: calc(122 * (100vw / 750));
  }
  .main-contents .firstview__visual-container a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-contents .firstview__img, .main-contents .firstview__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .main-contents .firstview__title {
    width: calc(644 * (100vw / 750));
    position: relative;
    top: calc(150 * (100vw / 750));
  }
  .main-contents .firstview__vol {
    width: calc(69 * (100vw / 750));
    margin-top: calc(100 * (100vw / 750));
  }
  .main-contents .firstview__heading {
    font-size: calc(34 * (100vw / 750));
    line-height: 1.65;
    margin-top: calc(12 * (100vw / 750));
  }
  .main-contents .firstview__lead {
    font-size: calc(24 * (100vw / 750));
    line-height: 2.33;
    margin-top: calc(53 * (100vw / 750));
  }
  .main-contents .video {
    width: calc(750 * (100vw / 750));
    margin-bottom: calc(258 * (100vw / 750));
  }
  .main-contents .video__button::before {
    width: calc(124 * (100vw / 750));
    height: calc(76 * (100vw / 750));
  }
  .main-contents .s01 {
    margin-bottom: calc(140 * (100vw / 750));
  }
  .main-contents .s01__inner {
    width: calc(750 * (100vw / 750));
  }
  .main-contents .s01 .model-wrapper__img:nth-of-type(1) {
    width: calc(750 * (100vw / 750));
  }
  .main-contents .s01 .model-wrapper__img:nth-of-type(2) {
    width: calc(620 * (100vw / 750));
    margin: calc(60 * (100vw / 750)) auto 0;
  }
  .main-contents .s01 .credit-wrapper {
    margin: calc(46 * (100vw / 750)) 0 0 calc(40 * (100vw / 750));
  }
  .main-contents .s01 .credit-wrapper__link:nth-of-type(even) {
    margin-left: calc(18 * (100vw / 750));
  }
  .main-contents .s02 {
    margin-bottom: calc(139 * (100vw / 750));
  }
  .main-contents .s02__inner {
    width: calc(750 * (100vw / 750));
  }
  .main-contents .s02__heading {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .main-contents .s02 .model-wrapper:nth-of-type(2) {
    width: calc(750 * (100vw / 750));
  }
  .main-contents .s02 .model-wrapper:nth-of-type(3) {
    width: calc(520 * (100vw / 750));
    margin-top: calc(60 * (100vw / 750));
  }
  .main-contents .s02 .credit-wrapper {
    margin: calc(46 * (100vw / 750)) 0 0 calc(40 * (100vw / 750));
  }
  .main-contents .s02 .credit-wrapper__link:nth-of-type(even) {
    margin-left: calc(18 * (100vw / 750));
  }
  .main-contents .s03 {
    margin-bottom: calc(139 * (100vw / 750));
  }
  .main-contents .s03__heading {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .main-contents .s03 .model-wrapper:nth-of-type(2) {
    width: calc(750 * (100vw / 750));
  }
  .main-contents .s03 .model-wrapper:nth-of-type(3) {
    -ms-grid-column-align: center;
        justify-self: center;
    width: calc(550 * (100vw / 750));
    margin-top: calc(60 * (100vw / 750));
  }
  .main-contents .s03 .credit-wrapper {
    margin: calc(46 * (100vw / 750)) 0 0 calc(40 * (100vw / 750));
  }
  .main-contents .s03 .credit-wrapper__link:nth-of-type(even) {
    margin-left: calc(18 * (100vw / 750));
  }
  .main-contents .s04 {
    margin-bottom: calc(140 * (100vw / 750));
  }
  .main-contents .s04__inner {
    width: calc(630 * (100vw / 750));
    margin: 0 auto;
  }
  .main-contents .s04__heading {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .main-contents .s04 .model-wrapper:nth-of-type(3) {
    margin-top: calc(60 * (100vw / 750));
  }
  .main-contents .s04 .credit-wrapper {
    margin: calc(46 * (100vw / 750)) 0 0 calc(-20 * (100vw / 750));
  }
  .main-contents .s04 .credit-wrapper__link:nth-of-type(even) {
    margin-left: calc(18 * (100vw / 750));
  }
  .main-contents .s05 {
    margin-bottom: calc(194 * (100vw / 750));
  }
  .main-contents .s05__heading {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .main-contents .s05 .model-wrapper:nth-of-type(2) {
    width: calc(750 * (100vw / 750));
  }
  .main-contents .s05 .model-wrapper:nth-of-type(3) {
    width: calc(550 * (100vw / 750));
    margin: calc(60 * (100vw / 750)) 0 0 calc(50 * (100vw / 750));
  }
  .main-contents .s05 .credit-wrapper {
    margin: calc(46 * (100vw / 750)) 0 0 calc(40 * (100vw / 750));
  }
  .main-contents .s05 .credit-wrapper__link:nth-of-type(2), .main-contents .s05 .credit-wrapper__link:nth-of-type(3), .main-contents .s05 .credit-wrapper__link:nth-of-type(5), .main-contents .s05 .credit-wrapper__link:nth-of-type(6), .main-contents .s05 .credit-wrapper__link:nth-of-type(8) {
    margin-left: calc(18 * (100vw / 750));
  }
  .main-contents .viewall {
    margin-bottom: calc(188 * (100vw / 750));
  }
  .main-contents .staff-credit {
    margin-bottom: calc(167 * (100vw / 750));
  }
  .main-contents .staff-credit {
    font-size: calc(24 * (100vw / 750));
    line-height: 1.84;
    letter-spacing: 0;
  }
  .main-contents .profile::before {
    top: calc(20 * (100vw / 750));
    width: calc(750 * (100vw / 750));
  }
  .main-contents .profile__heading {
    font-size: calc(24 * (100vw / 750));
    width: calc(145 * (100vw / 750));
    height: calc(38 * (100vw / 750));
  }
  .main-contents .profile__container {
    margin-top: calc(73 * (100vw / 750));
  }
  .main-contents .profile__name {
    font-size: calc(35 * (100vw / 750));
  }
  .main-contents .profile__name--eng {
    font-size: calc(17 * (100vw / 750));
    margin-top: calc(11 * (100vw / 750));
  }
  .main-contents .profile__summary {
    margin-top: calc(31 * (100vw / 750));
  }
  .main-contents .profile__career {
    margin-top: calc(56 * (100vw / 750));
  }
  .main-contents .profile__lead {
    font-size: calc(24 * (100vw / 750));
  }
  .main-contents .pc-contents {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */