@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;
}

_:-ms-lang(x)::-ms-backdrop,
html {
  overflow-x: hidden;
}

_:-ms-lang(x)::-ms-backdrop,
body {
  overflow-x: hidden;
}

.main-contents _:-ms-lang(x)::-ms-backdrop, .main-contents {
  background-color: transparent;
  position: relative;
}

.main-contents _:-ms-lang(x)::-ms-backdrop, .main-contents::before {
  content: "";
  background-color: #F9F7EE;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16rem;
}

.main-contents _:lang(x) + _:-webkit-full-screen-document, .main-contents {
  position: relative;
  background-color: unset;
}

.main-contents _:lang(x) + _:-webkit-full-screen-document, .main-contents::before {
  content: "";
  background-color: #F9F7EE;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16rem;
}

.main-contents .firstview {
  position: sticky;
  top: 0;
}

.main-contents .firstview _:-ms-lang(x)::-ms-backdrop, .main-contents .firstview {
  height: 82rem;
}

.main-contents .firstview__inner _:-ms-lang(x)::-ms-backdrop, .main-contents .firstview__inner {
  position: relative;
}

.main-contents .firstview__inner _:-ms-lang(x)::-ms-backdrop, .main-contents .firstview__inner.js-scroll {
  position: fixed;
  top: 0;
  z-index: -1;
}

.main-contents .top-heading {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 41.1rem;
  top: -33rem;
  pointer-events: none;
}

.main-contents .section-container {
  position: relative;
  background-color: #F9F7EE;
  padding-top: 7.6rem;
}

.main-contents .section-container _:lang(x) + _:-webkit-full-screen-document, .main-contents .section-container {
  z-index: 1;
}

.main-contents .introductory {
  margin: 0 auto;
  width: 110rem;
  margin-bottom: 13.7rem;
}

.main-contents .introductory__inner {
  padding: 6rem 0 6.3rem 4.1rem;
}

.main-contents .introductory__introductory {
  width: 80.1rem;
}

.main-contents .introductory__heading {
  width: 30.7rem;
  margin-top: 8rem;
}

.main-contents .introductory__lead {
  width: 100.6rem;
  margin-top: 3.2rem;
}

.main-contents .scene {
  margin: 0 auto;
  width: 99.7rem;
  margin-bottom: 8.3rem;
}

.main-contents .scene__img {
  margin-top: 1rem;
}

.main-contents .scene__version {
  width: 9rem;
}

.main-contents .staff-credit {
  width: 110rem;
  margin: 0 auto 5.4rem;
}

.main-contents .staff-credit__inner {
  padding: 11rem 0 0 5.9rem;
}

.main-contents .staff-credit__text {
  width: 58.8rem;
}

.main-contents .title {
  width: 34.4rem;
}
@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 .scene__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-contents .scene__each {
    width: 43rem;
  }
  .main-contents .scene__each--a .scene__title--lead {
    width: 17.6rem;
    margin: 1.7rem 0.5rem 0 0;
  }
  .main-contents .scene__each--b .scene__title--lead {
    width: 15.7rem;
    margin: 1.7rem 0.5em 0 0;
  }
  .main-contents .scene__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-contents .scene__title--heading {
    width: 10.9rem;
  }
  .main-contents .scene__version {
    margin: 3.7rem auto 0;
  }
  .main-contents .title {
    margin: 0 auto;
    position: relative;
    left: -32rem;
  }
  .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-area {
    overflow: initial;
  }
  .main-contents _:lang(x) + _:-webkit-full-screen-document, .main-contents::before {
    height: calc(200 * (100vw / 750));
  }
  .main-contents .top-heading {
    width: calc(411 * (100vw / 750));
    top: calc(-640 * (100vw / 750));
  }
  .main-contents .section-container {
    padding-top: calc(67 * (100vw / 750));
  }
  .main-contents .introductory {
    width: calc(648 * (100vw / 750));
    margin-bottom: calc(74 * (100vw / 750));
  }
  .main-contents .introductory__inner {
    padding: calc(59 * (100vw / 750)) 0 calc(78 * (100vw / 750)) calc(13 * (100vw / 750));
  }
  .main-contents .introductory__introductory {
    width: calc(500 * (100vw / 750));
  }
  .main-contents .introductory__heading {
    width: calc(307 * (100vw / 750));
    margin-top: calc(74 * (100vw / 750));
  }
  .main-contents .introductory__lead {
    width: calc(611 * (100vw / 750));
    margin-top: calc(27 * (100vw / 750));
  }
  .main-contents .scene {
    width: calc(638 * (100vw / 750));
    margin: 0 0 calc(81 * (100vw / 750)) calc(50 * (100vw / 750));
  }
  .main-contents .scene__each {
    position: relative;
  }
  .main-contents .scene__each--a .scene__title {
    width: calc(205 * (100vw / 750));
    margin-left: calc(3 * (100vw / 750));
  }
  .main-contents .scene__each--a .scene__version {
    top: calc(357 * (100vw / 750));
    right: 0;
  }
  .main-contents .scene__each--b {
    margin-top: calc(122 * (100vw / 750));
  }
  .main-contents .scene__each--b .scene__title {
    width: calc(182 * (100vw / 750));
    margin-left: calc(5 * (100vw / 750));
  }
  .main-contents .scene__each--b .scene__img {
    margin-top: calc(28 * (100vw / 750));
  }
  .main-contents .scene__each--b .scene__version {
    top: calc(421 * (100vw / 750));
    right: 0;
  }
  .main-contents .scene__img {
    width: calc(503 * (100vw / 750));
    margin-top: calc(23 * (100vw / 750));
  }
  .main-contents .scene__version {
    width: calc(87 * (100vw / 750));
    position: absolute;
  }
  .main-contents .staff-credit {
    width: calc(604 * (100vw / 750));
    margin: 0 0 calc(57 * (100vw / 750)) calc(59 * (100vw / 750));
  }
  .main-contents .staff-credit__inner {
    padding: calc(71 * (100vw / 750)) 0 0 calc(6 * (100vw / 750));
  }
  .main-contents .staff-credit__text {
    width: calc(556 * (100vw / 750));
  }
  .main-contents .title {
    width: calc(370 * (100vw / 750));
    margin-left: calc(65 * (100vw / 750));
  }
  .main-contents .pc-contents {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */