@charset "UTF-8";
*{
  letter-spacing: 2px;
  font-family: 'Shippori Mincho', serif;
}

.pc{
  display: none;
}
@media screen and (min-width:768px){
  .sp{
      display: none;
  }
  .pc{
    display: block;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
*:focus {
  outline: none;
}
.float{
	opacity: 0;
	transform: translate(0,80px);
	transition: all 800ms;

}
.float.scrollin{
	opacity: 1;
	transform: translate(0,0);
	display: block;
}
.float_slow{
	opacity: 0;
	transform: translate(0,80px);
	transition: all 1600ms;
}
.float_slow.scrollin{
	opacity: 1;
	transform: translate(0,0);
	display: block;
  height: auto;
}
/* #header{
  padding: 40px;
  background:#666;
    color: #fff;
  text-align: center;
} */
/* .box{
  color: #fff;
  padding: 40px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
} */


/* ナビゲーション↓ */
#nav_wrapper{
  /* width: 60px;
  height: 100vh;
  background: #000; */
}
#global-navi {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}
#global-navi .ttl{
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 12vw;
}
@media screen and (min-width:768px){
  #global-navi .ttl{
    margin-left: 30px;
    font-size: 2rem;
    margin-bottom: 5vw;
  }
}
#nav_wrapper nav {
position: fixed;
top: -100%;
left: 0;
width: 100%;
height: 100%;
padding-top: 28vw;
background:rgba(0,0,0,.8);
font-size: 16px;
box-sizing: border-box;
z-index: 3;
}
@media screen and (min-width:768px){
  #nav_wrapper nav {
    top: 0;
    left: -100%;
    padding-top: 12vw;
    width: 50%;
  }
  #nav_wrapper nav .menu{
    display: flex;
    margin-left: 60px;
    justify-content: center;
  }
}
#nav_wrapper nav ul.menu li {
  display:block;
  padding: 15px 0 15px;
  text-align: center;
}
#nav_wrapper nav ul.menu li a{
  color: #fff;
  letter-spacing: .2em;
  font-size: 1.5rem;
  text-decoration: none;
}
#nav_wrapper nav ul.menu li a img{
  width: 35vw;
}
@media screen and (min-width:768px){
  #nav_wrapper nav ul.menu li a{
    font-size: 16px;
    margin-right: 3vw;
  }
  #nav_wrapper nav ul.menu li:last-of-type a{
    margin-right: 0;
  }
  #nav_wrapper nav ul.menu li a img{
    width: 16vw;
  }
}
#nav_wrapper nav ul.menu li a:hover{
  opacity: .5;
}
.btn-gnavi {
  position: fixed;
  width: 100vw;
  height: 40px;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 4;
  background: #000;
  cursor: pointer;
}
.btn-gnavi p{
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 40px;
}
@media screen and (min-width:768px){
  .btn-gnavi {
    top: 0;
    width: 60px;
    height: 100vh;
  }
  .btn-gnavi p{
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 3px;
    transform:rotate(-90deg); 
    text-align: center;
    margin-top: 47vh;
    margin-right: 3px;
    line-height: 0;
  }
}
.md-xmark{
  position: absolute;
  bottom: 10vw;
  right: 0;
  left: 0;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
  margin: auto;

}
@media screen and (min-width:768px){
  .md-xmark{
    top: 50%;
    bottom: auto;
    right: 40px;
    left: auto;
    width: 30px;
    height: 21px;
    transform: translate(0, -50%);
  }
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (min-width:768px){
  .btn-gnavi2 {
    position: fixed;
    cursor: pointer;
    z-index: 4;
    /* background: #000; */
    right: 0;
    top: 0;
    width: 60px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-gnavi2 p{
    white-space: nowrap;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 3px;
    transform:rotate(90deg); 
    text-align: center;
    line-height: 1;
  }
}


/* .btn-gnavi span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  z-index: 3;
}
.btn-gnavi span.bk_bg{
  background-color: #2C2C2C;
}
.btn-gnavi, .btn-gnavi span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-gnavi span:nth-of-type(1) {
  top: 0;
}
.btn-gnavi span:nth-of-type(2) {
  top: 10px;
  width: 30px;
} */
/* @media screen and (min-width:768px){
  .btn-gnavi span:nth-of-type(2) {
    width: 1.2vw;
  }
}
.btn-gnavi span:nth-of-type(3) {
  bottom: 22px;
}
.btn-gnavi.open span{
  background-color: #fff;
}
.btn-gnavi.open span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(20px) rotate(-315deg);
  top: -7px;
}
.btn-gnavi.open span:nth-of-type(2) {
  opacity: 0;
}
.btn-gnavi.open span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(315deg);
  transform: translateY(-20px) rotate(315deg);
  bottom: 10px;
} */
/* ナビゲーション↑ */



/* main{
  position: relative;
} */


.box{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

#box1{
  background: url("../img/main_sp.jpg");
  background-size: cover;
  display: flex;
  width: 100%;
  /* display: block; */
  position: relative;
}
@media screen and (min-width:768px){
  #box1{
    background: url("../img/main_pc.jpg");
	background-size: cover;
  }
}
#box2{
  background-color: #000;
  position: relative;
  width: 100%;
  display: flex;
  height: 100vh;
}
#box3{
  background-color: #000;
  position: relative;
}
#box4{
  background: url("../img/profile_sp.jpg");
  background-size: cover;
}
@media screen and (min-width:768px){
  #box4{
    background: url("../img/profile_pc.jpg");
	background-size: cover;
  }
}
h1{
  position: absolute;
  top: 39vw;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 85vw;
}
@media screen and (min-width:768px){
  h1{
    width: 60vw;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}
.chapter{
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  top: 20vw;
}
@media screen and (min-width:768px){
  .chapter{
    font-size: 1.5rem;
    top: 15%;
  }
}


h2{
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  line-height: 2.5;
  font-size: 1.7rem;
  color: #ccc;
  text-align: left;
  top: 35vw;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width:768px){
  h2{
    top: 23%;
    font-size: 3rem;
    line-height: 2;
    /* margin: 150px auto 0; */
    /* transform: translate(-30px,0); */
  }
}
h3{
  position: absolute;
  color: #fff;
  line-height: 2.3;
  top: 68vw;
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (min-width:768px){
  h3{
    font-size: 1.3rem;
    top: 48%;
    width: 80%;
  }
}


#box4 .prof{
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  font-size: 2.5rem;
  color: #ccc;
  text-align: left;
  top: 33vw;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width:768px){
  #box4 .prof{
    top: 27%;
    font-size: 3rem;
  }
}
#box4 .prof span{
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (min-width:768px){
  #box4 .prof span{
    font-size: 1.8rem;
  }
}
#box4 .text{
  position: absolute;
  color: #fff;
  line-height: 2.1;
  top: 91vw;
  width: 90vw;
  font-size: 1.2rem;
}
@media screen and (min-width:768px){
  #box4 .text{
    font-size: 1.3rem;
    top: 60%;
    width: 85%;
  }
}
#box4 .copy{
  position: absolute;
  color: #fff;
  line-height: 2.3;
  bottom: 5vw;
  width: 90vw;
}



.fuwafuwa {
  z-index: 2;
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
  margin: auto;
  /* animation: fuwafuwa 3s infinite ease-in-out .8s alternate; */
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  text-align: center;
}
  @keyframes fuwafuwa {
  0% {
    transform:translate(0, 0);
  }
  33% {
    transform:translate(0, -10px) ;
  }
  66% {
    transform:translate(0, -10px) ;
  }
  100% {
    transform:translate(0, 0) ;
  }
}
@media screen and (min-width:768px){
  .fuwafuwa {
    bottom: 20px;
  }
}
.fuwafuwa a{
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
.fuwafuwa a:hover{
  text-decoration: none;
}
.fuwafuwa span{
  position: relative;
  text-align: center;
  /* margin: 0 10px 0 0; */
  color: #fff;
  padding-bottom: 20px;
  font-size: 1.1rem;
  width: 100%;
  height: 100%;
  display: block;
}
.fuwafuwa span:hover{
  text-decoration: none;
}
.fuwafuwa span:after{
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top:5vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: rotate(135deg);
}
@media screen and (min-width:768px){
  .fuwafuwa span{
    font-size:1.1rem;
    text-align: center;
    padding-bottom: 10px;
    top: 0%;
  }
  .fuwafuwa span:after{
    width: 28px;
    height: 28px;
    margin-top: 10px;
    top:15px;
  }
}

/*========= ページネーションCSS ===============*/
.pagination {
	position:fixed;
	right:20px;
	top: 50%;
  transform: translateY(-50%);
	font-size:1em;
	z-index: 10;
	list-style: none;
  display: none;
}
.pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:#fff;
	position:relative;
	padding:4px;
}
.pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}
/*現在地表示のテキストの設定*/
.pagination a .hover-text {
	position:absolute;
	right:15px;
	top:0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}
.pagination a:hover .hover-text {
	opacity: 1;
}
.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:"";
	position: absolute;
	margin:auto;
	top:0;
	right:3px;
	bottom:0;
}
/*767px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:767px) { 
  .pagination a .hover-text{
    display: none;
  } 
}



/* 動画ここから */
#movie{
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
}
@media screen and (min-width:768px){
  #movie{
    top: 0%;
  }
}
.food_hotel{
  position: relative;
  padding: 110px 0 0px;
  color: #fff;
}
@media screen and (min-width:768px){
  .food_hotel{
    padding: 0 0 20px;
  }
}
.food_hotel a:hover{
  text-decoration: none;
  opacity: .8;
}
.food_hotel .soon:hover{
  opacity: 1 !important;
}
.food_hotel .soon img:hover{
  opacity: 1 !important;
}
.food_hotel .section-lineup{
  overflow: hidden;
  padding-top: 20%;
}
.food_hotel .section-lineup .inner{
  margin: 0 auto;
}
.food_hotel .slick-slide{
  float: none;
  margin-left: 4vw !important;
  margin-right: 4vw !important;
  line-height: 0 !important;
}
@media screen and (min-width:768px){
  .food_hotel .slick-slide{
    float: none;
    margin-left: 1vw !important;
    margin-right: 1vw !important;
    line-height: 0 !important;
  }
  .food_hotel .slick-slide a{
    display: block;
    overflow: hidden;
  }
  .food_hotel .slick-slide a p.img{
    overflow: hidden;
  }
  .food_hotel .slick-slide a img{
    transition:1s all;
    overflow:hidden;
    display: block;
    height: 100%;
  }
  .food_hotel .slick-slide a img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
  }
}

.food_hotel .slick-track{
  display: flex !important;
  justify-content: space-between;
}
.food_hotel .section-lineup .lineup{
  position: relative;
}
.food_hotel .lineup-carousel li{
  text-align: center;
  margin-right: 24px;
  position: relative;
}
.food_hotel .lineup-carousel li a{
  color: #fff;
}
.food_hotel .lineup-carousel li a:hover{
  color: #888;
}
.food_hotel .lineup-carousel img{
  display: block;
  width:100%;
}
.food_hotel .section-lineup .slick-list{
  overflow: hidden;
  padding-right: 10vw;
  padding-left: 10vw;
}
@media screen and (min-width:768px){
  .food_hotel .section-lineup .slick-list{
  padding-right: 20vw;
  padding-left: 20vw;
  }
}


.food_hotel .section-lineup .slick-nav-arrows{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 50px;
  top: -20%;
  display: flex;
  justify-content: space-between;
  /* transform: translate(-50%,-50%); */
}
/* .food_hotel .section-lineup .slick-arrow {
  display: inline-flex;
  width:7vw;
  height:7vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px){
  .food_hotel .section-lineup .slick-arrow {
    width: 3.6vw;
    height: 3.6vw;
  }
} */
.food_hotel .section-lineup .slick-next,.food_hotel .section-lineup .slick-prev{
  position: absolute;
  top: 46%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.food_hotel .section-lineup .slick-next-food {
  z-index: 2;
  display: block !important;
  background: transparent;
  padding: 0;

  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-top: -4px;
  transform: rotate(45deg);
  
}
@media screen and (min-width:768px){
  .food_hotel .section-lineup .slick-next-food {
    width: 20px;
    height: 20px;
  }
}
.food_hotel .section-lineup .slick-prev-food {
    z-index: 2;
    display: block !important;
    background: transparent;
    padding: 0;
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    margin-top: -4px;
    transform: rotate(45deg);
}
@media screen and (min-width:768px){
  .food_hotel .section-lineup .slick-prev-food {
    width: 20px;
    height: 20px;
  }
}
.food_hotel .section-lineup .slick-next-food, .food_hotel .section-lineup .slick-prev-food{

}
@media screen and (min-width:768px){
  .food_hotel .section-lineup .slick-next-food, .food_hotel .section-lineup .slick-prev-food{

  }
}
.food_hotel .section-lineup .slick-next-food:hover, .food_hotel .section-lineup .slick-prev-food:hover{
  cursor: pointer;
}

.food_hotel .ttl{
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.3rem;
  color: #fff;
  left:-6vw;
  letter-spacing: 5px;
}
@media screen and (min-width:768px){
  .food_hotel .ttl{
    font-size: 1.5rem;
    left: -30px;
  }
}
.food_hotel .name{
  font-size: 1.5rem;
  font-weight: bold;
  margin: 12px auto 3px;
  text-align: center;
}
@media screen and (min-width:768px){
  .food_hotel .name{
    margin-top: 16px;
    font-size: 1.3rem;
  }
}
.food_hotel .cap{
  text-align: left;
  font-size: 1.2rem;
  margin: 0 auto 5px;
}
@media screen and (min-width:768px){
  .food_hotel .cap{
    font-size: 1.2rem;
  }
}
.food_hotel.line .slick-track{
  margin-left: 0;
}
/* 動画ここまで */

.sns_hum_area{
  margin: 18vw auto 5vw;
}
@media screen and (min-width:768px){
  .sns_hum_area{
    margin: 3vw auto 0;
    display: flex;
    justify-content: center;
  }
}
.sns_hum_area > div{
  display: flex;
  align-items: center;
  width: 60vw;
  margin: 0 auto 25px;
}
@media screen and (min-width:768px){
  .sns_hum_area > div{
    width: 310px;
    margin: 0 0 30px 30px;
    justify-content: center;
  }
}
.sns_hum_area > div .sns {
  display: flex;
  justify-content: space-between;
  width: 30vw;
  align-items: center;
  margin: auto;
}
@media screen and (min-width:768px){
  .sns_hum_area > div .sns{
    margin: -4px 0 0 50px;
    width: 140px;
  }
}
.sns_hum_area > div .sns li{
  width: 6vw;
}
@media screen and (min-width:768px){
  .sns_hum_area > div .sns li{
    padding: 0 20px 0 0 !important;
  }
  .sns_hum_area > div .sns li{
    width: 40px;
    height: 30px;
  }
}
.sns_hum_area > div a,.sns_hum_area p a{
  color: #fff;
  font-size: 16px;
}

.sns_hum_area > div a:hover,.sns_hum_area p a:hover{  
  text-decoration: none;
  opacity: .5;
}
@media screen and (min-width:768px){
  .sns_hum_area p.mie a{
    margin-top: 3px;
  }
.sns_hum_area p.link a{
    border-left: 1px solid #fff;
    padding-left: 50px;
    display: block;
  }
}

