@charset "UTF-8";
/*########## ミックスイン ##########*/
/*########## 共通レイアウト ##########*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul:after {
  display: block;
  content: "";
  clear: both;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #d8d8d8;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #979797;
  padding: 5px 10px;
  background: #fff;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 40px;
  /*image: url(../img/select_caret.png);*/
}
@media screen and (max-width: 780px) {
  select {
    font-size: 16px;
  }
}

::-webkit-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

::-moz-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}

::placeholder {
  color: #aaa !important;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  ::-ms-input-placeholder {
    font-size: 16px;
  }
  ::placeholder {
    font-size: 16px;
  }
}

::-webkit-placeholder {
  /*padding-top: 0.25em;*/
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #aaa;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  textarea {
    font-size: 16px;
  }
}

input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #d8d8d8 !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #979797;
  padding: 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
    font-size: 16px;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  font-size: 9px;
}
@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1341px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 11px;
  }
}

body {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #231815;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  background: #231815;
}
body.bind {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
}

article.disnone {
  display: none;
  height: 0;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header .header_inner {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .header_logo {
  margin-left: 4vw;
}
header .header_inner .header_logo .return_top {
  display: block;
  width: 180px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/common/header_logo.svg);
}
header .header_inner .hum_button button {
  width: 60px;
  height: 60px;
  position: relative;
}
header .header_inner .hum_button button span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: #acacac;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .header_inner .hum_button button span:nth-of-type(1) {
  top: 25px;
}
header .header_inner .hum_button button span:nth-of-type(2) {
  bottom: 25px;
}
header.hum_open .header_inner {
  width: 100vw;
}
header.hum_open .header_inner .hum_button button span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 4.5px, 0) rotate(-45deg);
          transform: translate3d(0, 4.5px, 0) rotate(-45deg);
}
header.hum_open .header_inner .hum_button button span:nth-of-type(2) {
  -webkit-transform: translate3d(0, -4.5px, 0) rotate(45deg);
          transform: translate3d(0, -4.5px, 0) rotate(45deg);
}

@media screen and (min-width: 720px) {
  header .header_inner .header_logo {
    margin-left: 4vw;
  }
  header .header_inner .header_logo .return_top {
    width: calc(180px * 1.2);
    height: calc(12px * 1.2);
  }
  header .header_inner .hum_button button {
    width: 80px;
    height: 80px;
  }
  header .header_inner .hum_button button span {
    width: 25px;
    height: 1px;
  }
  header .header_inner .hum_button button span:nth-of-type(1) {
    top: 35px;
  }
  header .header_inner .hum_button button span:nth-of-type(2) {
    bottom: 35px;
  }
}
@media screen and (min-width: 1100px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  header .header_inner {
    width: 100vw;
  }
  header .header_inner .header_logo {
    margin-left: 40px;
  }
  header .header_inner .hum_button button {
    width: 100px;
    height: 100px;
    position: relative;
  }
  header .header_inner .hum_button button span {
    width: 30px;
    height: 1px;
  }
  header .header_inner .hum_button button span:nth-of-type(1) {
    top: 45px;
  }
  header .header_inner .hum_button button span:nth-of-type(2) {
    bottom: 45px;
  }
}
.comp-hummenu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 0;
  z-index: 999;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: height 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 1s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: height;
  background-color: #f8f8f8;
}
.comp-hummenu.open {
  height: var(--wHeightPx);
  pointer-events: all;
}
.comp-hummenu .fade_box {
  overflow: hidden;
}
.comp-hummenu .fade_box a, .comp-hummenu .fade_box button, .comp-hummenu .fade_box p {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  will-change: transform;
}
.comp-hummenu .fade_box.display a, .comp-hummenu .fade_box.display button, .comp-hummenu .fade_box.display p {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.comp-hummenu .hummenu_inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
  overflow-x: hidden;
}
.comp-hummenu .hummenu_inner .content {
  padding-top: 120px;
  width: 86vw;
  margin: 0 auto;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav .nav_ttl {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #acacac;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav {
  margin-bottom: 40px;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li {
  margin-bottom: 10px;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li.link {
  margin-bottom: 25px;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li a, .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li a .ttl_en, .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li button .ttl_en {
  display: block;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 400;
  color: #231815;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li a .ttl_ja, .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li button .ttl_ja {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  color: #231815;
  letter-spacing: 0.05em;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav.sns {
  position: absolute;
  width: 86vw;
  left: 7vw;
  right: 7vw;
  bottom: 80px;
  margin: auto;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav.sns ul li {
  margin-bottom: 15px;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav.sns ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.comp-hummenu .hummenu_inner .content .hummenu_nav nav.sns ul li a .ttl_en, .comp-hummenu .hummenu_inner .content .hummenu_nav nav.sns ul li button .ttl_en {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1100px) {
  .comp-hummenu .hummenu_inner .content {
    padding-top: 120px;
    width: 100vw;
    text-align: center;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav {
    text-align: center;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav .nav_ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav {
    margin-bottom: 50px;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li {
    margin-bottom: 10px;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li.link {
    margin-bottom: 25px;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li a, .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li button {
    text-align: center;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li a .ttl_en, .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li button .ttl_en {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li a .ttl_ja, .comp-hummenu .hummenu_inner .content .hummenu_nav nav ul li button .ttl_ja {
    display: block;
    margin-top: 10px;
  }
  .comp-hummenu .hummenu_inner .content .hummenu_nav nav.sns {
    bottom: 60px;
    margin: auto;
  }
}
/*@import 'common/footer.scss';*/
/*@import 'common/animation.scss';*/
/*########## ページ個別レイアウト ##########*/
.page-index section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-index section .overflow_wrap {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: height 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 0.1s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: height, max-height;
}
.page-index section .overflow_wrap .bg_wrap {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
}
.page-index section .overflow_wrap .movie_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
}
.page-index section .overflow_wrap .movie_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: cover;
}
.page-index section .overflow_wrap .section_wrapper {
  width: 100%;
  height: var(--wHeightPx);
  position: relative;
  z-index: 30;
}

@-webkit-keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.page-index .section-main {
  height: calc(100vh * 2);
}
.page-index .section-main .overflow_wrap {
  max-height: calc(calc(100vh * 1) - calc(var(--scrollPx) * 0.5));
  z-index: 100;
}
.page-index .section-main .overflow_wrap .section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  height: var(--wHeightFixedPx) !important;
}
.page-index .section-main .overflow_wrap .section_wrapper .img_wrap {
  width: 55%;
  text-align: center;
}
.page-index .section-main .overflow_wrap .section_wrapper .comp-play-button {
  margin-top: 50px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.page-index .section-main .scroll_bar {
  position: fixed;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: calc(1 - calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 56 / 1000)));
}
.page-index .section-main .scroll_bar button {
  width: 100%;
  color: #fff;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.page-index .section-main .scroll_bar button:hover {
  opacity: 0.75;
}
.page-index .section-main .scroll_bar button .img_wrap {
  display: block;
  width: 120px;
  margin: 0 auto 15px;
}
.page-index .section-main .scroll_bar button .line {
  margin: 0;
  display: inline-block;
  width: 1px;
  height: 35px;
  position: relative;
  overflow: hidden;
  background: #acacac;
}
.page-index .section-main .scroll_bar button .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  -webkit-animation: scrollbar 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: scrollbar 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 720px) {
  .page-index .section-main {
    height: calc(100vh * 2);
  }
  .page-index .section-main .overflow_wrap .section_wrapper .img_wrap {
    width: 100%;
  }
  .page-index .section-main .overflow_wrap .section_wrapper .img_wrap img {
    width: 220px;
  }
  .page-index .section-main .scroll_bar button .img_wrap {
    display: block;
    width: 160px;
    margin: 0 auto 25px;
  }
  .page-index .section-main .scroll_bar button .line {
    width: 1px;
    height: 40px;
  }
}
.page-index .section-lead {
  height: calc(1100vh * 2);
  display: none;
}
.page-index .section-lead .overflow_wrap {
  max-height: calc(calc(100vh * 11) - calc(var(--scrollPx) * 0.5));
  background: #fff;
  z-index: 99;
}
.page-index .section-lead .overflow_wrap .section_wrapper .title_txt {
  position: absolute;
  width: 20px;
  height: 150px;
  top: 70px;
  right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/index/lead_ttl.svg);
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap {
  padding-top: 60px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
@media screen and (max-width: 350px) {
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .logo_wrap {
  height: calc(60vw + calc(calc(50vh * 2) - calc(var(--scrollPx) * 0.25)));
  height: calc(calc(calc(50vh * 2) - calc(var(--scrollPx) * 0.25)));
  max-height: 60vw;
  overflow: hidden;
  margin: 0px auto 30px;
}
@media screen and (min-width: 720px) {
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .logo_wrap {
    max-height: 250px;
  }
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .logo_wrap .lead_ttl {
  width: 6vw;
  max-width: 25px;
  height: 60vw;
  max-height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0px auto;
  will-change: height;
  background-position: center bottom;
  background-image: url(../img/index/ttl_logo.svg);
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .map {
  width: 37vw;
  max-width: 155px;
  height: 74vw;
  max-height: 310px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/index/map.svg);
  position: relative;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .map::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  /*opacity: calc(0 + calc(calc(var(--scroll) / 1000)) - calc(var(--top1) / 1000));*/
  opacity: calc(0 + calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 3.5 / 1000)));
  will-change: opacity;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap {
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: opacity;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  height: 36em;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p .reline {
  display: block;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p .reline.indent {
  text-indent: -0.25em;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p .reline .yakuhan {
  margin: -0.25em auto;
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(1) {
  width: calc(2em * 5);
  opacity: calc(0 + calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 6 / 1000)));
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(1) .reline {
  opacity: calc(1 - calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 8 / 1000)));
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(2) {
  width: calc(2em * 6);
  opacity: calc(0 + calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 10 / 1000)));
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(2) .reline {
  opacity: calc(1 - calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 12 / 1000)));
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(3) {
  width: calc(2em * 3);
  opacity: calc(0 + calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 14 / 1000)));
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(3) .reline {
  opacity: calc(1 - calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 16 / 1000)));
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(4) {
  width: calc(2em * 3);
  opacity: calc(0 + calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 18 / 1000)));
}
.page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p:nth-of-type(4) .reline {
  opacity: calc(1 - calc(calc(var(--scroll) / 1000) - calc(var(--wHeight) * 20 / 1000)));
}

@media screen and (min-width: 720px) {
  .page-index .section-lead .overflow_wrap .section_wrapper .title_txt {
    top: 85px;
    right: 28px;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap {
    padding-top: 160px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .logo_wrap {
    max-height: 250px;
    margin: 0px auto 30px;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap {
    top: 25vw;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner {
    height: 36em;
  }
}
@media screen and (min-width: 980px) {
  .page-index .section-lead .overflow_wrap .section_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .title_txt {
    top: 100px;
    right: 38px;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap {
    padding-top: 0px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    padding-bottom: 10vh;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .logo_wrap {
    max-height: 250px;
    margin: 0px auto 30px;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap {
    top: -10vh;
    bottom: 0;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner {
    height: 37em;
  }
  .page-index .section-lead .overflow_wrap .section_wrapper .flex_wrap .desc_wrap .desc_inner p {
    font-size: 2rem;
  }
}
.page-index .section-story {
  height: calc(300vh * 2);
}
.page-index .section-story .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.page-index .section-story .content_wrap {
  padding-top: 60px;
  position: relative;
  z-index: 30;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
@media screen and (max-width: 350px) {
  .page-index .section-story .content_wrap {
    padding-top: 40px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.page-index .section-story .content_wrap .ttl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 350px) {
  .page-index .section-story .content_wrap .ttl_box {
    margin-bottom: 15px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.page-index .section-story .content_wrap .ttl_box .ttl_txt {
  font-size: 120px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
  margin-right: 20px;
}
.page-index .section-story .content_wrap .ttl_box .img_wrap {
  width: 100px;
  margin-top: 20px;
}
.page-index .section-story .content_wrap .txt_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-index .section-story .content_wrap .txt_box .box_inner {
  height: calc(100vh - 210px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}
.page-index .section-story .content_wrap .txt_box .box_inner .story_ttl {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
.page-index .section-story .content_wrap .txt_box .box_inner .story_ttl br {
  display: none;
}
.page-index .section-story .content_wrap .txt_box .box_inner .story_ttl .reline {
  display: block;
}
.page-index .section-story .content_wrap .txt_box .box_inner .story_ttl .reline.indent {
  text-indent: -0.25em;
}
.page-index .section-story .content_wrap .txt_box .box_inner .story_ttl .reline .yakuhan {
  margin: -0.25em auto;
}
.page-index .section-story .content_wrap .txt_box .box_inner .desc_wrap {
  will-change: opacity;
}
.page-index .section-story .content_wrap .txt_box .box_inner .desc_wrap p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.page-index .section-story .content_wrap .txt_box .box_inner .desc_wrap p span {
  display: block;
}
.page-index .section-story .content_wrap .txt_box .box_inner .desc_wrap p span.rotate {
  display: inline-block;
  -webkit-transform: rotate(-90deg) translateY(0.2em);
          transform: rotate(-90deg) translateY(0.2em);
  padding-bottom: 0.15em;
}
.page-index .section-story .content_wrap .txt_box .box_inner .desc_wrap p span.a_indent {
  display: inline-block;
  -webkit-transform: translateX(0.025em);
          transform: translateX(0.025em);
}
.page-index .section-story.story01 .overflow_wrap {
  max-height: calc(calc(100vh * 14) - calc(var(--scrollPx) * 0.5));
  z-index: 98;
}
.page-index .section-story.story01 .box_inner, .page-index .section-story.story01 .overlay {
  opacity: calc(0 + calc(var(--scroll) / 1000) + calc(var(--wHeight) / 500) - calc(var(--top2) / 1000));
}
.page-index .section-story.story01 .bg_wrap {
  background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/sp/story01_sp_ys7ze4.jpg);
}
.page-index .section-story.story02 .overflow_wrap {
  max-height: calc(calc(100vh * 17) - calc(var(--scrollPx) * 0.5));
  z-index: 97;
}
.page-index .section-story.story02 .box_inner, .page-index .section-story.story02 .overlay {
  opacity: calc(0 + calc(var(--scroll) / 1000) + calc(var(--wHeight) / 500) - calc(var(--top3) / 1000));
}
.page-index .section-story.story02 .bg_wrap {
  background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/sp/story02_sp_nztlu9.jpg);
}
.page-index .section-story.story03 .overflow_wrap {
  max-height: calc(calc(100vh * 20) - calc(var(--scrollPx) * 0.5));
  z-index: 96;
}
.page-index .section-story.story03 .box_inner, .page-index .section-story.story03 .overlay {
  opacity: calc(0 + calc(var(--scroll) / 1000) + calc(var(--wHeight) / 500) - calc(var(--top4) / 1000));
}
.page-index .section-story.story03 .bg_wrap {
  background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/sp/story03_sp_e9v9wq.jpg);
}
.page-index .section-story.story04 .overflow_wrap {
  max-height: calc(calc(100vh * 23) - calc(var(--scrollPx) * 0.5));
  z-index: 95;
}
.page-index .section-story.story04 .box_inner, .page-index .section-story.story04 .overlay {
  opacity: calc(0 + calc(var(--scroll) / 1000) + calc(var(--wHeight) / 500) - calc(var(--top5) / 1000));
}
.page-index .section-story.story04 .bg_wrap {
  background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/sp/story04_sp_upjm8q.jpg);
}
.page-index .section-story.story05 .overflow_wrap {
  max-height: calc(calc(100vh * 26) - calc(var(--scrollPx) * 0.5));
  z-index: 94;
}
.page-index .section-story.story05 .box_inner, .page-index .section-story.story05 .overlay {
  opacity: calc(0 + calc(var(--scroll) / 1000) + calc(var(--wHeight) / 500) - calc(var(--top6) / 1000));
}
.page-index .section-story.story05 .bg_wrap {
  background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/sp/story05_sp_lwkxxm.jpg);
}

@media screen and (min-width: 720px) {
  .page-index .section-story .content_wrap {
    padding-top: 32vw;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-index .section-story.story01 .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/pc/story01_yxurkq.jpg);
  }
  .page-index .section-story.story02 .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/pc/story02_fxpaud.jpg);
  }
  .page-index .section-story.story03 .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/pc/story03_jjjm71.jpg);
  }
  .page-index .section-story.story04 .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/pc/story04_sfamra.jpg);
  }
  .page-index .section-story.story05 .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/pc/story05_exjw7i.jpg);
  }
}
@media screen and (min-width: 980px) {
  .page-index .section-story .content_wrap {
    padding-top: 120px;
  }
  .page-index .section-story .story_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-index .section-story .content_wrap {
    padding-top: 0vh;
    height: 540px;
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  .page-index .section-story .content_wrap .txt_box .box_inner .story_ttl {
    font-size: 2.4rem;
    margin-left: 15px;
  }
  .page-index .section-story .content_wrap .txt_box .box_inner .story_ttl br {
    display: none;
  }
  .page-index .section-story .content_wrap .txt_box .box_inner .desc_wrap {
    will-change: opacity;
    margin: 0;
  }
  .page-index .section-story .content_wrap .txt_box .box_inner .desc_wrap p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
.page-index .section-movie {
  height: calc(200vh * 2);
}
.page-index .section-movie .bg_wrap {
  background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/sp/movie_sp_mftzys.jpg);
}
.page-index .section-movie .overflow_wrap {
  max-height: calc(calc(100vh * 29) - calc(var(--scrollPx) * 0.5));
  z-index: 34;
}
.page-index .section-movie .overflow_wrap .section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: opacity;
  /*opacity: calc(0 + calc(calc(var(--scroll) / 1000)) - calc(var(--wHeight) / 1000) - calc(var(--top7) / 1000));*/
}
.page-index .section-movie .overflow_wrap .section_wrapper .movie_content .movie_ttl {
  width: 280px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/index/interview_ttl.svg);
}

@media screen and (min-width: 720px) {
  .page-index .section-movie {
    height: calc(300vh * 2);
  }
  .page-index .section-movie .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637423/index/bg/pc/movie_tab_wymubq.jpg);
  }
  .page-index .section-movie .overflow_wrap .section_wrapper .movie_content {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (min-width: 980px) {
  .page-index .section-movie {
    height: calc(300vh * 2);
  }
  .page-index .section-movie .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637425/index/bg/pc/interview_nhz08d.jpg);
  }
  .page-index .section-movie .overflow_wrap .section_wrapper .movie_content {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.page-index .section-reservation .bg_wrap {
  background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637426/index/bg/sp/reservation_sp_tchwv4.jpg);
}
.page-index .section-reservation .overflow_wrap {
  height: ver(--wHeightPx) !important;
  -webkit-transition: height 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: height;
}
.page-index .section-reservation .page_top_buttom {
  position: fixed;
  z-index: 120;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 50px;
  height: 43px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/index/pagetop.svg);
}
.page-index .section-reservation .section_wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-index .section-reservation .section_wrapper .button_wrap {
  width: 68vw;
  margin: 0 auto;
}
.page-index .section-reservation .section_wrapper .button_wrap a, .page-index .section-reservation .section_wrapper .button_wrap button {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: inherit;
  margin-bottom: 20px;
}
.page-index .section-reservation .section_wrapper .button_wrap a .txt_en, .page-index .section-reservation .section_wrapper .button_wrap button .txt_en {
  font-family: garamond-premier-pro-display, serif;
  font-weight: 400;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.page-index .section-reservation .section_wrapper .button_wrap a .txt_ja, .page-index .section-reservation .section_wrapper .button_wrap button .txt_ja {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.page-index .section-reservation .section_wrapper .button_wrap a.mb, .page-index .section-reservation .section_wrapper .button_wrap button.mb {
  margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .page-index .section-reservation .bg_wrap {
    background-image: url(https://res.cloudinary.com/cottonroad/image/upload/f_auto,q_auto/v1643637521/index/bg/pc/reservation_joew8j.jpg);
  }
  .page-index .section-reservation .page_top_buttom {
    bottom: 30px;
    width: calc(50px * 1.2);
    height: calc(43px * 1.2);
  }
  .page-index .section-reservation .section_wrapper .button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .page-index .section-reservation .section_wrapper .button_wrap a, .page-index .section-reservation .section_wrapper .button_wrap button {
    max-width: 330px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: inherit;
    margin-bottom: 0px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    cursor: pointer;
  }
  .page-index .section-reservation .section_wrapper .button_wrap a:hover, .page-index .section-reservation .section_wrapper .button_wrap button:hover {
    background-color: rgba(235, 235, 235, 0.85);
  }
  .page-index .section-reservation .section_wrapper .button_wrap a .txt_en, .page-index .section-reservation .section_wrapper .button_wrap button .txt_en {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .page-index .section-reservation .section_wrapper .button_wrap a .txt_ja, .page-index .section-reservation .section_wrapper .button_wrap button .txt_ja {
    font-size: 1.4rem;
  }
  .page-index .section-reservation .section_wrapper .button_wrap a:nth-of-type(1), .page-index .section-reservation .section_wrapper .button_wrap button:nth-of-type(1) {
    margin-right: 20px;
  }
  .page-index .section-reservation .section_wrapper .button_wrap a.mb, .page-index .section-reservation .section_wrapper .button_wrap button.mb {
    margin-bottom: 0px;
  }
}
/*########## コンポーネント ##########*/
@-webkit-keyframes borderCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes borderCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.comp-play-button {
  width: 60px;
  height: 60px;
  margin: 30px auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 18px;
  background-position: top 20px left 23px;
  background-image: url(../img/common/play.svg);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comp-play-button .button_wrap {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  animation: borderCircle 4s linear infinite;
  -webkit-animation: borderCircle 4s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}
.comp-play-button .button_wrap .play_btn_border {
  position: absolute;
  top: 0%;
  left: 0%;
  top: 0;
  bottom: 0;
}
.comp-play-button .button_wrap .play_btn_border .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-dasharray: 80, 20;
}
.comp-play-button.playing {
  opacity: 0;
  pointer-events: none;
}

.comp-movie-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wHeightPx);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .comp-movie-pop {
    display: none;
  }
}
.comp-movie-pop.open {
  opacity: 1;
  pointer-events: all;
}
.comp-movie-pop .close_button {
  position: absolute;
  z-index: 20;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 30%;
  background-image: url(../img/common/close.svg);
}
.comp-movie-pop .overlay {
  position: absolute;
  width: 100%;
  height: var(--wHeightPx);
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.9);
}
.comp-movie-pop .pop_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--wHeightPx);
}
.comp-movie-pop .pop_inner .video_wrap {
  width: 1000px;
  height: calc(1000px * 0.5625);
  margin: 0 auto;
  position: relative;
}
.comp-movie-pop .pop_inner .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comp-index-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  z-index: 10000;
  overflow: hidden;
  -webkit-transition: height 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: height;
}
.comp-index-loading.loaded {
  height: 0;
}
.comp-index-loading .loading_inner {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: var(--wHeightPx);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  will-change: height;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-index-loading .loading_inner .img_wrap {
  position: relative;
  width: 50%;
  max-width: 250px;
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  will-change: opacity;
}
@media screen and (max-width: 350px) {
  .comp-index-loading .loading_inner .img_wrap {
    -webkit-transform: translateX(2vw);
            transform: translateX(2vw);
  }
}
.comp-index-loading .loading_inner .img_wrap::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  -webkit-transition: height 3s;
  transition: height 3s;
  will-change: height;
  z-index: 10;
}
.comp-index-loading .loading_inner .img_wrap .img_lower {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  will-change: opacity;
}
.comp-index-loading .loading_inner .img_wrap .img_upper {
  width: 100%;
  position: relative;
  z-index: 20;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  will-change: opacity;
}
.comp-index-loading .loading_inner .img_wrap .img_logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  will-change: opacity;
  -webkit-transform: translateX(-2vw);
          transform: translateX(-2vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 350px) {
  .comp-index-loading .loading_inner .img_wrap .img_logo {
    -webkit-transform: translateX(-2vw);
            transform: translateX(-2vw);
  }
}
.comp-index-loading .loading_inner .img_wrap .img_logo img {
  width: 70px;
}
.comp-index-loading .loading_inner .img_wrap.display {
  opacity: 1 !important;
}
.comp-index-loading .loading_inner .img_wrap.display .img_lower, .comp-index-loading .loading_inner .img_wrap.display .img_upper {
  opacity: 1 !important;
}
.comp-index-loading .loading_inner .img_wrap.loading::before {
  height: 0%;
}
.comp-index-loading .loading_inner .img_wrap.loading2 .img_lower, .comp-index-loading .loading_inner .img_wrap.loading2 .img_upper {
  opacity: 0 !important;
}
.comp-index-loading .loading_inner .img_wrap.loading2 .img_logo {
  opacity: 1 !important;
}

.comp-dot-indicator {
  position: fixed;
  right: 28px;
  top: 5px;
  bottom: 0px;
  width: 5px;
  height: var(--wHeightPx);
  min-height: 667px;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 350px) {
  .comp-dot-indicator {
    /*top: 100px;
    height: calc(var(--wHeightPx) - 100px);*/
  }
}
@media screen and (min-width: 720px) {
  .comp-dot-indicator {
    right: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .comp-dot-indicator {
    top: 10px;
    right: 46px;
  }
}
.comp-dot-indicator .dots_inner button {
  position: relative;
  display: block;
  width: 30px;
  height: 10px;
  cursor: pointer;
  padding: 0;
  margin: 0 0 5px;
}
@media screen and (min-width: 1100px) {
  .comp-dot-indicator .dots_inner button {
    height: 12px;
    margin: 0 0 5px;
  }
}
.comp-dot-indicator .dots_inner button::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #acacac;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  will-change: background;
}
.comp-dot-indicator .dots_inner button.active-dot::before {
  background: #6F63D7;
}