@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top {
  background: url(../images/top/bg.jpg) center;
  background-size: 100% auto;
  overflow: visible;
}

#top.preload {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

#top.preload .site-header {
  opacity: 0;
}

#top.preload .splash .text {
  opacity: 1;
}

#top.preload .mainVisual .mv {
  transform: scale(1.1);
}

#top.onload .splash::after {
  width: 0;
}

#top.onload .splash .text {
  opacity: 0;
}

#top.onload .mainVisual .mv {
  transform: scale(1);
}

#top.forced .site-header {
  transition: none;
  opacity: 1;
}

#top.forced .site-header:after {
  transition: none;
}

#top.forced .mainVisual .mv {
  transition: none;
  transform: scale(1);
}

#top .menu-wrapper {
  top: 62%;
}

#top .splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

#top .splash::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: width 1.5s;
}

#top .splash .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 500rem;
  z-index: 1;
  transition: opacity 2s;
  opacity: 0;
}

#top .menu {
  display: none;
}

#top .site-header {
  opacity: 1;
  position: absolute;
  background-color: transparent;
  transition: opacity 1.2s;
}

#top .site-header .header-upper {
  position: relative;
  z-index: 2;
}

#top .site-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffff;
  transition: width 1.2s;
}

#top .site-header.on::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top .site-header {
    position: fixed;
  }
}

#top main {
  position: relative;
  padding-top: 0;
}

#top .mainVisual {
  position: relative;
  overflow: hidden;
}

#top .mainVisual .mv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  transform: scale(1);
  transition: transform 2s;
  overflow: hidden;
}

#top .mainVisual .mv img {
  width: 100vw;
}

#top .mainVisual .mv .mvs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.2s;
  opacity: 0;
  background-size: cover;
}

#top .mainVisual .mv .mvs.on {
  opacity: 1;
}

#top .mainVisual .mv .mv02 {
  transition: height 2s;
  height: 0;
  top: auto;
  bottom: 0;
  opacity: 1;
  overflow: hidden;
}

#top .mainVisual .mv .mv02 img {
  position: absolute;
  bottom: 0;
  left: 0;
}

#top .mainVisual .mv .mv02.on {
  height: 100vh;
}

#top .mainVisual .text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 1200rem;
  z-index: 2;
  transition: opacity 1.4s;
  opacity: 0;
}

#top .mainVisual .text.on {
  opacity: 1;
}

#top .mainVisual .movie {
  display: none;
}

#top .mainVisual .bg {
  opacity: 0;
  width: 100vw;
}

#top .mainVisual .bg img {
  width: 100vw;
}

#top .apeal {
  background: #fff;
  background-size: cover;
  padding: 46rem 0 45rem;
}

#top .apeal .wrap {
  max-width: 835rem;
}

#top .apeal .text01 {
  max-width: 585rem;
  padding-bottom: 30rem;
}

#top .apeal .text02 {
  max-width: 700rem;
  padding-top: 25rem;
}

#top .intro {
  padding-top: 120rem;
  padding-bottom: 120rem;
  background: url(../images/top/bg-intro.jpg) no-repeat top center;
  background-size: cover;
}

#top .intro .point {
  padding: 37rem 0 122rem;
}

#top .intro .information {
  text-align: center;
}

#top .intro .information .title {
  font-size: 20rem;
  line-height: 1.6;
  font-weight: normal;
  padding-bottom: 40rem;
}

#top .intro .information .info-txt {
  font-size: 24rem;
}

#top .intro .information .info-lead {
  font-size: 27rem;
  line-height: 1.8;
  padding-bottom: 60rem;
}

#top .intro .information .entryButton {
  max-width: 360rem;
  width: 40%;
  padding-bottom: 20rem;
  margin: 30px auto 0;
  display: inline-block;
}

#top .intro .information .entryButton.last {
  margin-left: 2%;
}

#top .intro .information .text01 {
  font-size: 13rem;
  line-height: 2;
}

#top .intro .information .text01 + .text01 {
  padding-top: 30rem;
  padding-bottom: 40rem;
}

#top .intro .information .text01.bottom {
  padding-bottom: 60rem;
}

#top .intro .information .text02 {
  font-size: 13rem;
  line-height: 2;
  border: 1px solid;
  display: inline-block;
  padding: 14px 30px;
  margin-bottom: 50rem;
}

#top .intro .information .box {
  padding: 40rem;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 800rem;
  box-shadow: 0px 0px 20px #ccc;
  background: #fff;
}

#top .intro .information .box .entryButton {
  width: 100%;
}

#top .intro .information .box a {
  font-size: 14rem;
  line-height: 1.6;
  padding: 12rem 20rem 12rem;
}

#top .intro .information .box a.none {
  pointer-events: none;
}

#top .intro .information .box a span {
  letter-spacing: .05em;
}

#top .intro .information .box .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .intro .information .box .img {
  position: relative;
  width: 47%;
}

#top .intro .information .box .img .soon {
  position: absolute;
  max-width: 120px;
  width: 25%;
  top: -5%;
  left: -5%;
}

#top .intro .information .box .texts {
  width: 49%;
  text-align: left;
}

#top .intro .information .box .texts .text01 {
  text-align: center;
  font-size: 14rem;
  line-height: 2;
}

#top .intro .information .box .entryButton {
  padding-bottom: 0;
}

#top .bnr {
  max-width: 800rem;
  margin: 0 auto 170rem;
  padding: 10px;
}

@keyframes concept-open {
  100% {
    --maskTop01: 0%;
    --maskTop02: 0%;
    --maskTop03: 100%;
    --maskTop04: 0%;
  }
}

@keyframes concept-close {
  100% {
    --maskTop01: 100%;
    --maskTop02: 50%;
    --maskTop03: 100%;
    --maskTop04: 50%;
  }
}

#top .concept {
  position: relative;
  background-color: #0C130D;
}

#top .concept .empty {
  height: 300vh;
}

#top .concept .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#top .concept .block .first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 1;
  z-index: 0;
  transition: opacity 1.2s;
}

#top .concept .block .first .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#top .concept .block .bg-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  clip-path: inset(var(--maskTop01) var(--maskTop02) 0% var(--maskTop02));
  transition: clip-path .7s linear;
}

#top .concept .block .bg-list.on {
  clip-path: inset(0% 0% 0% 0%);
}

#top .concept .block .bg-list.off {
  animation: concept-close .7s linear;
  animation-fill-mode: forwards;
}

#top .concept .block .bg-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 1.2s;
  background-position: center;
  background-size: cover;
}

#top .concept .block .bg-list li.on {
  opacity: 1;
}

#top .concept .block .bg-list .bg01 {
  background-image: url(../images/top/concept-img01.jpg);
}

#top .concept .block .bg-list .bg02 {
  background-image: url(../images/top/concept-img02.jpg);
}

#top .concept .block .bg-list .bg03 {
  background-image: url(../images/top/concept-img03.jpg);
}

#top .concept .body {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: flex-start;
  margin: 0 120rem;
  width: 90%;
  padding-bottom: 100rem;
}

#top .concept .body .left {
  position: sticky;
  top: 35vh;
  width: 56%;
  max-width: 620px;
  padding-right: 5%;
}

#top .concept .body .right .text {
  font-size: 16rem;
  line-height: 2;
  padding-bottom: 45rem;
}

#top .concept .body .right .image .annotation {
  padding-top: 9rem;
  text-align: right;
  font-size: 11rem;
}

#top .concept.locked .block {
  position: fixed;
}

#top .concept.secound .first {
  opacity: 0;
}

#top .content {
  position: relative;
  z-index: 2;
  padding: 140rem 0 30rem;
  background: url(../images/top/bg.jpg) center;
  background-size: 100% auto;
}

@keyframes mm {
  100% {
    --topmaskColorPosition1: 100%;
  }
}

#top .sections {
  padding-bottom: 120rem;
}

#top .sections .caption.top {
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
}

#top .sections a {
  display: block;
  clip-path: inset(0% 0% 100% 0%);
  transition: clip-path 1s linear;
}

#top .sections a.on {
  clip-path: inset(0% 0% 0% 0%);
}

#top .sections a:hover {
  opacity: 1 !important;
}

#top .sections a:hover .body .text02::after {
  width: 100rem;
}

#top .sections a.coming {
  pointer-events: none;
}

#top .sections a.coming .header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

#top .sections a.coming .header::after {
  content: "COMING SOON...";
  font-size: 25rem;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#top .sections .header {
  position: relative;
  overflow: hidden;
}

#top .sections .header .title {
  position: absolute;
  bottom: -14rem;
  text-align: center;
  left: 0;
  width: 100%;
  font-size: 70rem;
  color: #fff;
}

#top .sections .image {
  position: relative;
}

#top .sections .body {
  padding: 30rem 15rem;
  text-align: center;
  background-color: #fff;
  min-height: 100rem;
  color: #231815;
}

#top .sections .body .text01 {
  font-size: 14rem;
  line-height: 1.8;
  padding-bottom: 15rem;
}

#top .sections .body .text02 {
  font-size: 14rem;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
}

#top .sections .body .text02::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0rem;
  height: 1px;
  background-color: #231815;
  margin-left: 8rem;
  transition: width .5s;
}

#top .blocks {
  display: flex;
  gap: 10px;
}

#top .blocks section {
  width: 33.333%;
}

#top .blocks section:nth-child(2) a {
  transition-delay: .2s !important;
}

#top .blocks section:nth-of-type(3) a {
  transition-delay: .4s !important;
}

#top #fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

#top #fixed {
  position: fixed;
  bottom: 670px;
  right: -230px;
  z-index: 10000;
  opacity: 1;
  transform: translateY(300px);
  transition: 0.5s ease;
}

#top #fixed.bnr02 {
  bottom: 500px;
}

#top #fixed:hover {
  right: 0;
  transition: 0.5s ease;
}

#top #fixed:hover .shiny-btn::before {
  display: none;
}

#top #fixed a:hover {
  opacity: 1;
}

#top #fixed .shiny-btn {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#top #fixed .shiny-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -30px;
  left: -30px;
  width: 10px;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: .3s;
  animation: shiny-btn 3s ease-in-out infinite;
  z-index: 100001;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-5deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(30) rotate(-45deg);
    opacity: 0;
  }
}

#top .fixed_bnr {
  max-width: 300px;
}

@media (max-width: 768px) {
  #top .intro {
    padding-bottom: 40rem;
  }
  #top .intro .information .title {
    font-size: 20rem;
    padding-bottom: 20rem;
  }
  #top .intro .information .info-txt {
    font-size: 22rem;
    margin-bottom: 40rem;
  }
  #top .intro .information .info-lead {
    font-size: 25rem;
  }
  #top .intro .information .text01 {
    text-align: left;
    padding-top: 25rem;
  }
  #top .intro .information .text01 + .text01 {
    padding-top: 20rem;
  }
  #top .intro .information .box {
    padding: 25rem 5% 30rem;
  }
  #top .intro .information .box .in {
    display: block;
  }
  #top .intro .information .box .img {
    width: auto;
  }
  #top .intro .information .box .texts {
    padding-top: 20rem;
    width: auto;
  }
  #top .intro .information .box .texts .text01 {
    font-size: 15rem;
    padding-bottom: 20rem;
  }
  #top .intro .information .entryButton {
    max-width: 360rem;
    width: 100%;
    padding-bottom: 0;
    margin: 20px auto 0;
    display: block;
  }
  #top .intro .information .entryButton.last {
    margin-left: auto;
    padding-bottom: 40rem;
  }
  #top .bnr {
    margin: 0 auto 80rem;
  }
  #top main {
    position: relative;
    padding-top: 114rem;
    background-color: #fff;
  }
  #top .mainVisual .text {
    top: 133rem;
  }
  #top .apeal {
    background: #fff;
    background-size: cover;
    padding: 46rem 0 0rem;
  }
  #top .apeal .wrap {
    width: 80%;
  }
  #top .apeal .text01 {
    padding-bottom: 30rem;
  }
  #top .apeal .text02 {
    padding-top: 25rem;
  }
  #top .concept .empty {
    height: 300vh;
  }
  #top .concept .block .bg-list .bg01 {
    background-image: url(../images/top/concept-img01-sp.jpg);
  }
  #top .concept .block .bg-list .bg02 {
    background-image: url(../images/top/concept-img02-sp.jpg);
  }
  #top .concept .block .bg-list .bg03 {
    background-image: url(../images/top/concept-img03-sp.jpg);
  }
  #top .concept .block .first .title {
    width: 72%;
  }
  #top .concept .body {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 40rem;
  }
  #top .concept .body .left {
    position: static;
    top: auto;
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 30rem;
  }
  #top .concept .body .right .text {
    font-size: 16rem;
    line-height: 2;
    padding-bottom: 45rem;
  }
  #top .concept .body .right .image .annotation {
    padding-top: 9rem;
    text-align: right;
    font-size: 11rem;
  }
  #top .content {
    padding: 40rem 0 30rem;
    background: url(../images/top/bg.jpg) center;
  }
  #top .sections {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 25rem;
  }
  #top .sections a:hover .body .text02::after {
    width: 40rem;
  }
  #top .sections a.coming .header::after {
    font-size: 22rem;
  }
  #top .sections .header .title {
    bottom: -9rem;
    font-size: 50rem;
  }
  #top .sections .body {
    padding: 30rem 15rem;
    min-height: 0rem;
  }
  #top .sections .body .text01 {
    font-size: 14rem;
    padding-bottom: 15rem;
  }
  #top .sections .body .text02 {
    font-size: 14rem;
    line-height: 1.2;
  }
  #top .section-access .header .title {
    bottom: 2rem;
    font-size: 50rem;
  }
  #top .blocks {
    display: block;
  }
  #top .blocks section {
    width: 90%;
  }
  #top .blocks section:nth-child(2) a {
    transition-delay: 0s !important;
  }
  #top .blocks section:nth-of-type(3) a {
    transition-delay: 0s !important;
  }
  #top #fixed {
    right: auto;
    left: 0;
    bottom: 293px;
  }
  #top #fixed.bnr02 {
    right: 17%;
    left: auto;
    bottom: 293px;
  }
  #top .fixed_bnr {
    max-width: 240px;
    width: 42%;
    position: fixed;
    bottom: 50%;
    right: 0;
    transform: translate(300px);
  }
}

/*# sourceMappingURL=top.css.map */
