@charset "UTF-8";
/*! autoprefixer grid: no-autoplace */

.main-contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

.main-contents * {
  font-weight: inherit;
}

.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 .txt-new-line {
  display: block;
}

.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 ::before,
.main-contents ::after {
  pointer-events: none;
}

.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 {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-contents .contents__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-contents .js-fade {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.main-contents .js-fade.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-contents .js-fade--left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.main-contents .js-fade--right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.main-contents .js-fade--up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.main-contents .js-fade--down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.main-contents .js-fade--in {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.main-contents .js-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: #F9F7EE;
  -webkit-transition: width 1s cubic-bezier(0, 0.83, 0.82, 0.97);
  transition: width 1s cubic-bezier(0, 0.83, 0.82, 0.97);
  z-index: 2;
}

.main-contents [data-anime="horizon"].anime-show::before {
  width: 0 !important;
}

.main-area {
  max-width: none;
  min-width: auto;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  font-size: 10px;
}

.main-contents {
  background-color: #F9F7EE;
}

.main-contents .border--top {
  border-top: 0.05rem solid #000;
}

.main-contents .border--bottom {
  border-bottom: 0.05rem solid #000;
}

.main-contents .credit-wrapper {
  white-space: nowrap;
}

.main-contents .credit-wrapper__link {
  letter-spacing: 0.02em;
  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;
}

#footer {
  position: relative;
}

#footer::before {
  content: "";
  background-color: #F9F7EE;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@font-face {
  font-family: 'Helvetica';
  src: url("/Page/collection/2022/ss_1st/dist/fonts/Helvetica.ttf") format("truetype");
}

.main-contents .credit-wrapper__link,
.main-contents .model-wrapper__each::before {
  font-family: 'Helvetica';
}

html _:-ms-lang(x)::-ms-backdrop, html {
  overflow-x: hidden;
}

body _:-ms-lang(x)::-ms-backdrop, body {
  overflow-x: hidden;
}

.main-contents .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.main-contents .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:nth-of-type(1)) {
  margin-left: 0.5rem;
}

.main-contents .swiper-container-horizontal > .swiper-pagination-bullets,
.main-contents .swiper-pagination-custom,
.main-contents .swiper-pagination-fraction {
  width: auto;
  bottom: inherit;
  right: 0;
  left: inherit;
  top: 0.8rem;
}

.main-contents .swiper-pagination-bullet {
  opacity: 1;
  border: 0.1rem solid #000;
  background: transparent;
  width: 0.6rem;
  height: 0.6rem;
}

.main-contents .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.main-contents .firstview {
  margin: 0 auto;
  position: relative;
  width: 110rem;
  padding-bottom: 7rem;
  margin-bottom: 8rem;
}

.main-contents .firstview__movie {
  margin: 0 auto;
  width: 53.5rem;
}

.main-contents .firstview__title {
  margin: 0 auto;
  margin-top: 4.7rem;
}

.main-contents .firstview .fixed-title {
  position: fixed;
  left: auto;
  -webkit-transition: 0.5s cubic-bezier(0, 0.83, 0.82, 0.97);
  transition: 0.5s cubic-bezier(0, 0.83, 0.82, 0.97);
  width: 1.43rem;
  top: 52rem;
  margin-left: 111.8rem;
}

.main-contents .firstview .fixed-title.js-hidden {
  opacity: 0;
  pointer-events: none;
}

.main-contents .item {
  margin: 0 auto;
  width: 110rem;
  margin-bottom: 9.5rem;
}

.main-contents .item .model-wrapper {
  margin: 0 auto;
  width: 103.5rem;
}

.main-contents .item .model-wrapper__each::before {
  line-height: 1;
  z-index: 1;
}

.main-contents .item .model-wrapper .model-wrapper__each--note {
  margin-left: calc(70 * (100vw / 750));
}

.main-contents .item .model-wrapper .model-wrapper__each--note .model-wrapper__img {
  width: calc(510 * (100vw / 750));
}

.main-contents .item .model-wrapper [data-item="0"]::before {
  content: "01";
}

.main-contents .item .model-wrapper [data-item="1"]::before {
  content: "02";
}

.main-contents .item .model-wrapper [data-item="2"]::before {
  content: "03";
}

.main-contents .item .model-wrapper [data-item="3"]::before {
  content: "04";
}

.main-contents .item .model-wrapper [data-item="4"]::before {
  content: "05";
}

.main-contents .item .model-wrapper [data-item="5"]::before {
  content: "06";
}

.main-contents .item .model-wrapper [data-item="6"]::before {
  content: "07";
}

.main-contents .item .model-wrapper [data-item="7"]::before {
  content: "08";
}

.main-contents .closing {
  margin: 0 auto;
}

.main-contents .closing__img {
  margin: 0 auto;
}

.main-contents .back-page {
  margin: 0 auto;
}

@media only screen and (min-width: 768px){
  .bredlist.lp {
    width: 120rem;
  }
  .main-contents {
    padding-bottom: 16rem;
    margin: 3.5rem 0 0;
  }
  .main-contents .credit-wrapper {
    margin-top: 1.6rem;
  }
  .main-contents .credit-wrapper__link {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .main-contents .credit-wrapper__link:not(:nth-of-type(1)) {
    margin-left: 0.7rem;
  }
  .main-contents .credit-wrapper__link.pointer-none span {
    font-size: 1rem;
    margin-left: 0.3rem;
  }
  .main-contents {
    padding-top: 7.5rem;
  }
  .main-contents .swiper-container {
    padding-top: 5rem;
  }
  .main-contents .item .model-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-contents .item .model-wrapper__each {
    width: 47.5rem;
  }
  .main-contents .item .model-wrapper__each:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 8rem;
  }
  .main-contents .item .model-wrapper__each::before {
    font-size: 2.5rem;
    top: -0.4rem;
  }
  .main-contents .closing__img {
    width: 37rem;
  }
  .main-contents .closing__text {
    margin-top: 12.3rem;
  }
  .main-contents .back-page {
    width: 31.1rem;
  }
  .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;
  }
  .bredlist.lp {
    max-width: 70rem;
  }
  .main-contents {
    width: calc(750 * (100vw / 750));
    padding-bottom: calc(200 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) 0 0;
  }
  .main-contents .credit-wrapper {
    margin-top: calc(13 * (100vw / 750));
  }
  .main-contents .credit-wrapper__link {
    font-size: calc(17 * (100vw / 750));
    line-height: 1.94;
  }
  .main-contents .credit-wrapper__link:not(:nth-of-type(1)) {
    margin-left: calc(8 * (100vw / 750));
  }
  .main-contents .credit-wrapper__link.pointer-none span {
    font-size: calc(20 * .13333vw);
    margin-left: calc(5 * .13333vw);
  }
  #footer::before {
    z-index: 1;
    height: calc(110 * (100vw / 750));
  }
  #footer .page-top {
    position: relative;
    z-index: 2;
  }
  .main-contents {
    padding: calc(55 * (100vw / 750)) 0 calc(107 * (100vw / 750));
  }
  .main-contents .swiper-container {
    padding-top: calc(37 * (100vw / 750));
  }
  .main-contents .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:nth-of-type(1)) {
    margin-left: calc(9 * (100vw / 750));
  }
  .main-contents .swiper-container-horizontal > .swiper-pagination-bullets,
  .main-contents .swiper-pagination-custom,
  .main-contents .swiper-pagination-fraction {
    top: calc(11 * (100vw / 750));
    right: calc(4 * (100vw / 750));
  }
  .main-contents .swiper-pagination-bullet {
    width: calc(11 * (100vw / 750));
    height: calc(11 * (100vw / 750));
  }
  .main-contents .firstview {
    width: calc(671 * (100vw / 750));
    padding-bottom: calc(62 * (100vw / 750));
    margin-bottom: calc(180 * (100vw / 750));
  }
  .main-contents .firstview__movie {
    width: calc(650 * (100vw / 750));
  }
  .main-contents .firstview__title {
    margin-top: calc(74 * (100vw / 750));
  }
  .main-contents .item {
    width: calc(671 * (100vw / 750));
    margin-bottom: calc(95 * (100vw / 750));
  }
  .main-contents .item .model-wrapper {
    width: calc(650 * (100vw / 750));
  }
  .main-contents .item .model-wrapper__each:not(:nth-of-type(1)) {
    margin-top: calc(172 * (100vw / 750));
  }
  .main-contents .item .model-wrapper__each::before {
    font-size: calc(30 * (100vw / 750));
    top: calc(-4 * (100vw / 750));
    left: calc(1 * (100vw / 750));
  }
  .main-contents .back-page {
    width: calc(311 * (100vw / 750));
  }
  .main-contents .pc-contents {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */