@charset "UTF-8";


/* KEYVIS ========================================== */
.teaser_header{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
}
.head_wrap{
  position: absolute;
  top: 1em;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width:fit-content;
  height:fit-content;
  
  transition: opacity 2s;
}
.head_logo{
  /* width: 4em; */
  width: 3.8em;
  margin: auto;
  filter: drop-shadow(0 0 1em #00000050);
}
.teaser_txt_wrap{
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 6em;
  margin: auto; */
  font-size: 1.6em;
  text-align: center;
  letter-spacing: .07em;
  padding: .5em 0 0;
  color: #fff;
}

.head_logo_sub_wrap{
  position: relative;
  z-index: 1;
  padding-right: .1em;
}
.head_logo_sub{
  display: block;
  width: 6em;
  margin: 0 auto .2em;
  transform: rotateZ(-10deg);
}
.head_logo_txt{
  display: block;
  width: 100%;
  font-size: 2rem;
  text-align-last: justify;
  margin-top: .7em;
}
.head_kevis_txt{
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 1em 0 1em 1em;
}
.head_kevis_txt p{
  padding: .2em 0;
}

.gsap{
  opacity: 0;
}
@media (min-width:769px){
  .head_wrap {
    top: 1.5em;
  }
  .head_logo {
    width: 14em;
    margin-top: 1em;
  }
  .head_logo_txt {
    margin-top: .8em;
  }
  .head_kevis_txt {
    font-size: 1.4em;
    padding: 2em 0 0;
    line-height: 1.5;
    letter-spacing: .13em;
  }
  .teaser_txt_wrap {
    padding: 1.7em 0 0;
  }
}/*  */




/* TEASER INTRO
========================================================== */
.sec_top_intro {
  padding: 0 0 6em;
}
.teaser_body{
  position: relative;
  display: block;
  width: 100%;
  /* padding-bottom: 11em; */
  color: var(--c-white);
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1,1,1,.2) 20%); */
}
.teaser_body_ttl{
  font-size: 1rem;
  padding: 1.5em 0 3em;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.teaser_body_ttl .caption{
  font-size: 1.2rem;
  font-weight: 100;
  display: block;
  color: var(--c-grey-d2);
}
.teaser_body_ttl .ttl{
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.45;
  padding: .7em 0;
}
.teaser_body_ttl .sub{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 1.2em 0 0;
}
.teaser_body_ttl .ttl .en{
  font-size: 1.15em;
  font-weight: 500;
}
/* .teaser_body_ttl {
  writing-mode: tb;
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .2em;
} */

.teaser_body_txt{
  font-size: 1.2em;
  font-weight: 500;
  padding: 1em 0;
  line-height: 2;
  letter-spacing: 0.03em;
}
/* .teaser_body_txt .sub {
  font-size: 1.1em;
  margin-bottom: 1em;
  letter-spacing: .04em;
} */
.teaser_body_txt p{
  padding: .8em 0;
}

.top_concept_img_box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10em;
  margin: auto;
  width: 87%;
  max-width: 38em;
}

.intro_vd_box video{
  width: 100%;
  height: auto;
}

/* @media (min-width:769px){
  .teaser_body_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    max-width: 84rem;
    margin: auto;
  }

  .intro_vd_box {
    width: 32%;
    aspect-ratio: 5 / 4;
  }
  .intro_vd_box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .teaser_body_ttl{
    width: 60%;
    padding: 0 0 1.2em;
  }
  .teaser_body_ttl .ttl{
    font-size: 3.2rem;
  }
  .top_concept_img_box{
    bottom: -13em;
  }

  .teaser_body_txt{
    font-size: 1.1em;
  }
} */
/*  */



/* TEASER BACK GROUND ==================================== */
.teaser_bg_inner{
  transition: filter 1s;
}
#teaser_bg_slider{
  opacity: 0;
  transition: opacity .5s;
}
#teaser_bg_slider.slick-initialized{
  opacity: 1;
}
.teaser_bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100vh;
  min-width: 32rem;
  min-height: 48rem; 
}
.teaser_bg_inner,
.teaser_bg_slider,
.teaser_bg_slider .slick-list,
.teaser_bg_slider .slick-track,
.teaser_bg_slider_box figure{
  width: 100%;
  height: 100%;
}

.teaser_bg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* .teaser_bg_img{
  transition: transform 6s;
  transition-timing-function: ease-in-out;
} */
/* .zoom_in{
  transform: scale(1.2);
}
.slick-active .zoom_in{
  transform: scale(1);
}
.zoom_out{
  transform: scale(1);
}
.slick-active .zoom_out{
  transform: scale(1.08);
}
.x_slide{
  transform: scale(1.2);
  transform-origin: left;
}
.slick-active .x_slide{
  transform: scale(1);
} */

.teaser_bg::before,
.teaser_bg::after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.teaser_bg::after{
  background-color: rgba(0, 5, 10, .1); 
  animation: fadeInOnce 4s 1.5s 1 forwards;
}
@keyframes fadeInOnce {
  0% { background-color: rgba(0, 5, 10, .1); }
  100% { background-color: rgba(0, 5, 10, .5) ; }
}

/* scrolled */
.bg_filter .teaser_bg_inner{
  filter: blur(3px);
}
.head_wrap{
  transition: opacity 1s;
}
.bg_filter .head_wrap {
  opacity: 0;
}
.teaser_bg::before{
  transition: background-color 1.5s;
}
.bg_filter .teaser_bg::before{
  background-color: rgba(1, 5, 10, .6) ;
  transition: background-color 1s;
}

@media (min-width:769px){
  .teaser_bg{
    min-width: auto;
    min-height: 480px;
  }
}/*  */


/* TOP - CONTENTS
==================================================== */
.contents_block{
  background-color: var(--c-grey-bg);
  padding: 4em 0;
}
@media (min-width:769px){
  .contents_block{
    padding: 4em 0 6em;
  }
}/*  */


/* TOP - ABOUT
==================================================== */
.sec_top_about{
  color: #fff;
  padding: 0;

  transition: margin 0 ;
}
.bg_filter .sec_top_about{
  margin-top: -8em;
  transition: margin 2s ;
}

.about_caption {
  font-size: 1.2rem;
  font-weight: 100;
  display: block;
  color: var(--c-grey-d2);
}
.top_about_ttl{
  writing-mode: vertical-rl;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .05em;
  padding: 0 0 1.5em;
  margin: auto;
  color: #d0bc95;
}
.top_about_ttl_en{
  font-size: 4.8em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  padding: .3em .4em .1em 0;
}
.top_about_detail_wrap{
  padding-bottom: 6em;
}
.ttl_block{
  display: block;
  padding: .5em 0;
}
.top_about_desc {
  /* font-family: 'ZenKakuGothicNew', sans-serif; */
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;

  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
  padding-bottom: 2em;
  margin: auto;
}
.top_about_desc p{
  margin: 0 .8em;
}
.top_about_list_wrap{
  display: none;
  padding: 5em 0;
  margin: auto;
  max-width: 58em;
}
.top_about_inner{
  display: flex;
  gap: 0.5em;
  padding: 0 1em 0 0;
  padding-bottom: 1em;
}
.top_about_list_box._02 .top_about_inner{
  flex-direction: row-reverse;
  padding: 0 0 0 1em;
}
.top_about_inner .en{
  font-size: 2.5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: var(--c-black4);
}
.top_about_list_desc{
  padding: 1em 0;
  line-height: 1.7;
}

#top_about_slider{
  opacity: 0;
  transition: opacity .5s;
}
#top_about_slider.is-active{
  opacity: 1;
}

.top_about_slide_img {
  aspect-ratio: 1.618/1;
}
.top_about_slide_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


@media (min-width:769px){
  .sec_top_about{
    /* padding: 0 0 8em; */

    transition: margin 0 ;
  }
  .bg_filter .sec_top_about{
    margin-top: -10em;
    transition: margin 2s ;
  }
  
  .top_about_detail_wrap{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    padding-bottom: 8em;
  }
  .top_about_ttl {
    padding-bottom: 1.2em;
    padding: 0;
    margin: 0;
  }
  .top_about_desc{
    font-size: 1.1em;
    width: fit-content;
    padding: 1em 2em 0 0;
    margin: 0;
  }
  .top_about_desc p{
    margin: 0 1em;
  }
  
}/*  */



/* HOW TO STAY
================================================ */
.sec_top_howto .sec_ttl .en{
  font-size: 3.8em;
}
.sec_top_howto .sec_copy{
  font-size: 1.3em;
  text-align: center;
  padding: 1.5em 0;
}
.howto_nav_list{
  display: flex;
  padding: 2em 0 1.5em ;
  text-align: center;
  max-width: 36em;
  margin: auto;
}
.howto_nav_list_box{
  flex: 1;
}
.howto_nav_list_box > a{
  display: block;
  padding: 1em 0;
  transition: transform .3s;
}
.howto_nav_list_box .script{
  font-size: 1.4em;
  display: block;
  color: var(--c-gold);
  line-height: .7;
}
.howto_nav_list_box .en{
  display: block;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.howto_list{
  overflow: hidden;
}
.howto_arrow{
  position: relative;
  display: block;
  width: 2em;
  height: 1em;
  color: var(--c-grey-d);
  margin: auto;
  transition: transform .3s;
}
.howto_arrow::before,
.howto_arrow::after{
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: .8em;
  height: 1.5px;
  background-color: currentColor;
}
.howto_arrow::before{
  right: 50%;
  transform: rotateZ(45deg);
  transform-origin: right bottom;
}
.howto_arrow::after{
  left: 50%;
  transform: rotateZ(-45deg);
  transform-origin: left bottom;
}
.howto_nav_list_box:hover a{
  transform: translateY(.5em);
}
a:hover .howto_arrow{
  transform: translateY(.3em);
}
.howto_list_box{
  margin: 0 0 2em;
}
.howto_list_img_wrap{
  position: relative;
  margin: 0 0 .6em;
}
.howto_list_img_wrap .howto_nav_list_box{
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-size: 3em;
  text-align: center;
}
.howto_list_img_wrap .en{
  color: var(--c-white);
}
.howto_list_img_wrap .ja{
  display: block;
  font-size: 1rem;
  letter-spacing: .04em;
  color: var(--c-grey-l);
}
.howto_list_img_wrap .script{
  font-size: 1em;
  margin-bottom: 0;
}
.howto_nav_list_img{
  aspect-ratio: 39/48;
  /* filter: grayscale(1); */
  overflow: hidden;
}
.howto_nav_list_img img,
.howto_list_img_wrap img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}
.howto_list_img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: .5;
  z-index: 1;
  transition: opacity .5s;
}
.howto_list_detail_inner{
  padding: 2em ;
}
.howto_list_ttl{
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: .03em;
  word-break: keep-all;
}

.howto_list_box:hover .howto_list_img_wrap::before{
  opacity: 0.2;
}
.howto_list_box:hover .howto_nav_list_img img{
  transform: scale(1.05);
}

@media (min-width: 769px) {
  .sec_top_howto {
    padding-top: 8em;
  }
  .sec_top_howto .sec_ttl .en {
    font-size: 4.8em;
  }
  .sec_top_howto .sec_copy {
    font-size: 1.4em;
    text-align: center;
    padding: 1.8em 0 .6em;
    line-height: 1.8;
  }

  .howto_nav_list{
    padding: 3em 0;
  }
  .howto_list_box {
    margin: 0 0 8em;
  }
  .howto_list_box_inner{
    display: flex;
    justify-content: space-between;
  }
  .howto_list_box:nth-child(even) .howto_list_box_inner{
    flex-direction: row-reverse;
  }
  .howto_list_img_wrap{
    width: 56%;
    margin: 0;
  }
  .howto_list_detail_wrap{
    width: 44%;
  }
  /* .howto_nav_list_img {
    aspect-ratio: 4/3.1;
  } */
  .howto_list_detail_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #fff; */
  }
  .howto_list_detail_inner {
    padding: 2em 6em;
  }
  .howto_list_detail_wrap .sec_desc{
    font-size: .95em;
  }
  .howto_list_ttl {
    font-size: 2.2em;
  }
}/*  */


/* FACILITY
================================================ */
.top_fa_img_wrap{
  width: calc(100% + 4em);
  padding: 2em 0;
  margin-left: -2em;
}
.top_fa_img_box:first-child{
  width: 85%;
}
.top_fa_img_box:nth-child(2){
  width: 70%;
  margin-top: -2em;
  margin-left: auto;
}
.top_fa_img_box:nth-child(3){
  width: 85%;
  margin-top: -1em;
  margin-left: 2em;
}

@media (min-width: 769px) {
  .top_fa_pc_flex  {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row-reverse;
    gap: 6%;
  }
  .top_fa_txt_wrap{
    width: 45%;
    /* padding-right: 3em; */
    /* padding-bottom: 5em; */
  }
  .top_fa_img_wrap {
    width: 70%;
    margin-left: 0;
  }

}/*  */


/* FOOD
================================================ */
.top_food_img_box img{
  padding: 1em 0;
}
.top_food_img_box img{
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 769px) {
  .top_food_inner{
    margin: auto;
  }
  .top_food_inner {
    margin: auto;
    max-width: 78rem;
  }
  .top_food_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
  }
  .top_food_txt_wrap{
    width: 55%;
  }
  .top_food_txt_wrap .link_arrow{
    padding-top: 1em;
    padding-bottom: 0;
  }
  .top_food_img_box {
    width: 38%;
  }
  .top_food_img_box img{
    aspect-ratio: 1/1;
  }
  .food_pc_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}/*  */



/* TOP PAGE FOOTER
==================================================== */
/* [data-page="top"] .footer{
  background: linear-gradient(180deg, rgba(7,18,48, 0) 0%, rgba(7,18,48,.3) 20%);
} */
[data-page="top"] .footer::before,
[data-page="top"] .footer::after{
  display: none;
}


/* Q&A
================================================ */
.qa_block_wrap{
  padding: 1em 0;
}
.qa_block_ttl{
  padding: 1.2em 0 .5em;
}
.qa_block{
  /* max-width: 56em; */
  margin: .5em auto;
}
.qa_box{
  border-bottom: 1px solid var(--c-grey-l);
}
.tab-head,.tab-content{
  padding: 1.4em 0;
  width: 100%;
  /* line-height: 1.7; */
}
.tab-head{
  display: inline-block;
  position: relative;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .03em;
  cursor: pointer;
  transition: padding .5s;
  padding-right: 3em;
}
.tab-head::before,.tab-head::after{
  content: "";
  position: absolute;
  display: block;
  background-color: var(--c-gold);
  width: 2px;
  height: 1.1em;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform .3s;
}
.tab-head::after{
  transform: rotateZ(90deg);
}
.tab-content{
  display: none;
  font-size: 1em;
  line-height: 1.6;
  padding-top: 0;
  padding-right: 3em;
  color: var(--c-black4);
  cursor: pointer;
}
.tab-content p{
  padding: .2em 0;
}
.tab-content a{
  font-weight: 500;
  text-decoration: underline;
}

.tab-head.open::before{
  transform: rotateZ(135deg);
}
.tab-head.open::after{
  transform: rotateZ(225deg);
}
.tab-head-q{
  display: inline-block;
  font-family: var(--font-en);
  font-size: 1.5em;
  font-weight: 500;
  vertical-align: -.08em;
  color: var(--c-gold);
  padding-right: .5em;
}
.tab_head_txt{
  display: block;
  transition: padding .3s;
}
.tab-head:hover .tab_head_txt{
  padding-left: .7em;
}

@media (min-width: 769px) {
  .tab-head{
    font-size: 1.1em;
    padding-right: 5em;
  }
  .tab-head br{
    display: none;
  }
  .tab-content{
    padding-right: 5em;
  }
  .qa_block_wrap{
    padding-top: 0;
  }
  .qa_block {
    max-width: initial;
    margin: 0 0 2em;
  }
  .sec_top_qa .sec_ttl_s {
    width: fit-content;
    margin-left: auto;
  }
  .qa_flex{
    display: flex;
    justify-content: center;
    gap: 10%;
  }
  .qa_flex_child_left {
    width: 15%;
  }
  .qa_flex_child_right {
    width: 55%;
  }

}/* 769 */


