.coming-box{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;

}

.coming-box .logo{
  position: absolute;
  text-align: center;
  width: 100%;
}

.coming-box .logo img{
  width: 100%;
  max-width: 1000px;
}

.coming-box .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../assets/images/common/overlay.png);
  background-size: 3px auto;
  z-index: 1;
}

.coming-box .video{
  width: 100%;
}

@media (max-width: 767px){
  .coming-box .video{
    width: auto;
    height: 100%;
  }
}

/*===========================================*/


body{
  background: #111;
}

.wp{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cate-hx{
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin: 1em 0 1em;
  font-weight: 400;
  font-family: "Cormorant Garamond";
  line-height: 0.5;
  color: #c3bd66;
}

.cate-hx .sub{
  font-size: 0.7rem;
}

/* ====================
      ヘッダー
==================== */

.header{
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header .inr{
  width: 100%;
}

.header .inr .logo{
  text-align: center;
  margin: 0 auto;
}

.header .inr .logo img{
  width: 100%;
  max-width: 200px;
  padding-top: 7px;
}


/* ====================
      フッター
==================== */

.footer{

}


.footer .ft-logo{
  text-align: center;
}

.footer .ft-logo img{
  width: 100%;
  max-width: 120px;
}

.footer .copy{
  text-align: center;
  color: #fff;
  padding: 1em;
  font-family: "Cormorant Garamond";
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}


/* ====================
    main
==================== */

.main{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  font-family: serif,"Cormorant Garamond";
  color: #fff;
}

/* ====================
       TOP
==================== */

.top-box{
  margin-bottom: 100px;
}

.top-box .inr{
  position: relative;
}

.top-box .inr .intro-text{
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 30px;
  font-size: 5rem;
  letter-spacing: 0.04em;
}

.top-box .inr .intro-text .eng{
  font-size: 1rem;
}

.top-box .inr .video-box{
}

.top-box .inr .video-box video{
  width: 100%;
}

@media (max-width: 767px){
  .top-box .inr .intro-text{
    font-size: 2rem;
  }
  .top-box .inr .intro-text .eng{
    font-size: 0.7rem;
  }
}


/* ====================
       CONCEPT
==================== */

.concept-box{
  margin-bottom: 100px;
}

.concept-box .concept-text{
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  padding: 0 2em;
  line-height: 2;
}

.sp-only{
  display: none;
}

@media (max-width: 767px){
  .concept-box .concept-text{
    font-size: 0.75rem;
  }
  .sp-only{
    display: inline-block;
  }
}

/* ====================
       DETAIL
==================== */


.detail-box{
  margin-bottom: 100px;
}

.detail-box .detail{
  display: flex;
  flex-wrap: wrap;
  padding: 1em 2em;
  border: solid 1px #fff;
  margin: 0 auto 50px;
  justify-content: center;
  width: 700px;
}

.detail-box .detail dt{
  width: 20%;
  font-size: 0.8rem;
  margin: 5px 0;
  letter-spacing: 0.04em;
}

.detail-box .detail dd{
  width: 80%;
  font-size: 0.8rem;
  margin: 5px 0;
  letter-spacing: 0.04em;
}

.detail-box .address{
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

.detail-box .iframe-box{
  filter: grayscale(1);
}

.detail-box .iframe-box iframe{
  width: 100%;
  height: 300px;
}

@media (max-width: 767px){
  .detail-box .detail{
    display: block;
    margin: 0 auto 30px;
    width: 95%;
  }
  .detail-box .detail dt{
    width: 8em;
    margin: 0 auto 10px;
    font-size: 0.7rem;
    text-align: center;
    font-weight: bold;
    color: #111;
    background: #fff;
    padding: 0.5em 1.5em;
  }
  .detail-box .detail dd{
    width: 100%;
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}

/* ====================
       MENU
==================== */

.menu-box{
  margin-bottom: 100px;
}

.menu-list{
  margin-bottom: 30px;
}

.menu-list .text{
  font-size: 0.7rem;
  text-align: center;
  margin-bottom: 30px;
}

.menu-list .more{
  font-size: 0.5rem;
  text-align: center;
}

.menu-list dl{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  margin: 0 auto 20px;
}

.menu-list dl dt{
  width: 60%;
  font-size: 0.9rem;
  margin-right: 1em;
}

.menu-list dl dd{
  font-size: 0.9rem;
  width: 40%;
  text-align: right;
}

.menu-list dl dd .sub{
  font-size: 0.6em;
}

.slider-box{

}

.slider-box .child{
  padding: 10px;
}

.slider-box .child img{
  width: 100%;
  margin-bottom: 10px;
}

.slider-box .child .menu-name{
  text-align: center;
  font-size: 0.85rem;
}


/* ====================
      背景スモーク
==================== */

.bg-box{
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.bg-box .logo{
  position: absolute;
  text-align: center;
  width: 100%;
}

.bg-box .logo img{
  width: 100%;
  max-width: 1000px;
}

.bg-box .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url(../assets/images/common/overlay.png);
  background-size: 3px auto;
  z-index: 1;
}

.bg-box .video{
  width: 100%;
}

@media (max-width: 767px){
  .bg-box .video{
    width: auto;
    height: 100%;
  }
}




/* ====================
    ローディング
==================== */

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: linear-gradient(150deg, #000 0%, #222 100%);
  animation: Grad 4s infinite alternate;
}

#loading .logo{

}

#loading .loading-text{
  font-size: 230px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "Cormorant Garamond";
  letter-spacing: -0.02em;
  line-height: 0.8;
}

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

.fingerprint-spinner, .fingerprint-spinner * {
      box-sizing: border-box;
    }

    .fingerprint-spinner {
      height: 64px;
      width: 64px;
      padding: 2px;
      overflow: hidden;
      position: relative;
      margin: 300px auto;
    }

    .fingerprint-spinner .spinner-ring {
      position: absolute;
      border-radius: 50%;
      border: 2px solid transparent;
      border-top-color: #ff1d5e;
      animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
      margin: auto;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
    }

    .fingerprint-spinner .spinner-ring:nth-child(1) {
      height: calc(60px / 9 + 0 * 60px / 9);
      width: calc(60px / 9 + 0 * 60px / 9);
      animation-delay: calc(50ms * 1);
    }

    .fingerprint-spinner .spinner-ring:nth-child(2) {
      height: calc(60px / 9 + 1 * 60px / 9);
      width: calc(60px / 9 + 1 * 60px / 9);
      animation-delay: calc(50ms * 2);
    }

    .fingerprint-spinner .spinner-ring:nth-child(3) {
      height: calc(60px / 9 + 2 * 60px / 9);
      width: calc(60px / 9 + 2 * 60px / 9);
      animation-delay: calc(50ms * 3);
    }

    .fingerprint-spinner .spinner-ring:nth-child(4) {
      height: calc(60px / 9 + 3 * 60px / 9);
      width: calc(60px / 9 + 3 * 60px / 9);
      animation-delay: calc(50ms * 4);
    }

    .fingerprint-spinner .spinner-ring:nth-child(5) {
      height: calc(60px / 9 + 4 * 60px / 9);
      width: calc(60px / 9 + 4 * 60px / 9);
      animation-delay: calc(50ms * 5);
    }

    .fingerprint-spinner .spinner-ring:nth-child(6) {
      height: calc(60px / 9 + 5 * 60px / 9);
      width: calc(60px / 9 + 5 * 60px / 9);
      animation-delay: calc(50ms * 6);
    }

    .fingerprint-spinner .spinner-ring:nth-child(7) {
      height: calc(60px / 9 + 6 * 60px / 9);
      width: calc(60px / 9 + 6 * 60px / 9);
      animation-delay: calc(50ms * 7);
    }

    .fingerprint-spinner .spinner-ring:nth-child(8) {
      height: calc(60px / 9 + 7 * 60px / 9);
      width: calc(60px / 9 + 7 * 60px / 9);
      animation-delay: calc(50ms * 8);
    }

    .fingerprint-spinner .spinner-ring:nth-child(9) {
      height: calc(60px / 9 + 8 * 60px / 9);
      width: calc(60px / 9 + 8 * 60px / 9);
      animation-delay: calc(50ms * 9);
    }

    @keyframes fingerprint-spinner-animation {
      100% {
        transform: rotate( 360deg );
      }
    }

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 260px auto 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(255, 255, 255, 0.2);
  border-right: 0.6em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
  border-left: 0.6em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}