@charset "UTF-8";
*{
  letter-spacing: .2em;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #5A5A5A;
}
a.en,.menu-lists ul li a.en{
  font-family: 'Quicksand', sans-serif !important;
}
.pc{
  display: none;
}
@media screen and (min-width:900px){
  .sp{
      display: none;
  }
  .pc{
    display: block;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a:hover{
  opacity: .5;
  text-decoration: none;
}

main{
  overflow-x: hidden;
}
.float{
	opacity: 0;
  -webkit-transform: translate(0,80px);
	transform: translate(0,80px);
	transition: all 800ms;
}
.float.scrollin{
	opacity: 1;
	transform: translate(0,0);
	display: block;
}

.float_right{
	opacity: 0;
  -webkit-transform: translate(80px,0);
	transform: translate(80px,0);
	transition: all 1500ms;
}
.float_right.scrollin{
	opacity: 1;
  -webkit-transform: translate(0,0);
	transform: translate(0,0);
	display: block;
}
.float_left{
	opacity: 0;
  -webkit-ransform: translate(-80px,0);
	transform: translate(-80px,0);
	transition: all 1500ms;

}
.float_left.scrollin{
	opacity: 1;
  -webkit-transform: translate(0,0);
	transform: translate(0,0);
  	display: block;
}
.float_sacle{
	opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	transition: all 1500ms;
	display: block;
}
.float_sacle.scrollin{
	opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
	display: block;
}

/* ナビゲーション↓ */
header{
  position: fixed;
  z-index: 200;
  background: #fff;
  width: 100% !important;
}
.menu-lists{
  top: 40px;
  right: 50px;
}
@media screen and (min-width:900px){
  header{
    height: 120px;
  }
}
.header-inner{
  display: flex;
  justify-content: space-between;
}
h1,nav{
  position: absolute;
  z-index: 2;
}
h1{
  top: 22px;
  left: 10vw;
  width: 38vw;
}
@media screen and (min-width:900px){
  h1{
    top: 32px;
    left:60px;
    position: fixed;
    width: 165px;
  }
  nav{
    right: 0;
  }
}
.menu-wrapper{
  position: relative;
  width: 100%;
}
.menu-lists > ul{
  display: flex;
}
.menu-lists ul li{
  padding: 15px 15px;
}
@media screen and (min-width:900px){
  .menu-lists ul li{
    padding: 10px 15px;
  }
}
.menu-lists ul li a{
  font-size: 1.2rem;
}
@media screen and (min-width:900px){
  .menu-lists ul li a{
    font-size: 13px !important;
  }
}
@media (max-width:899px){
  .btn_hum{
      display: block;      
      width: 70px;      
      height: 70px;      
      position: absolute;
      right: 0 !important;
      z-index: 10000;/*追記：いつも一番上*/
      background: rgba(255, 255, 255, .8);
  }  
  .bar{      
      width: 32px;      
      height: 1px;        
      display: block;      
      position: absolute;      
      left: 50%;      
      transform: translateX(-50%);      
      background-color: #5A5A5A;    
  }
  .bar-top{ top: 24px;}
  .bar-middle{    
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .bar-bottom{ bottom: 24px;}
  
  .btn_hum.close .bar-top{      
      transform: translate(-50%,10px) rotate(45deg);      
      transition: transform .3s;
      background-color: #5A5A5A;  
  }  
  .btn_hum.close .bar-middle{      
      opacity: 0;       
      transition: opacity .3s;    
  }    
  .btn_hum.close .bar-bottom{      
      transform: translate(-50%,-8px) rotate(-45deg);      
      transition: transform .3s;
      background-color: #5A5A5A;
      bottom: 27px;
  }
  .menu-lists{
      display: none;
      background-color: rgba(255, 255, 255, .9);
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      padding-top: 200px;
      text-align: center;
  }
  .menu-lists ul{
      display: block;
  }
}
/* ナビゲーション */

/* PCドロップダウン↓ */
@media screen and (min-width:900px){
  /* .drop {
    position: relative;
  }

  .drop > li.drop_single a {
    display: block;
  }
  ul.drop_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    right: 0 !important;
    background: #fff;
    padding: 10px 10px 10px 15px;
    width: 125px;
    left: 110px;
    border: 1px solid #5A5A5A;
    top:35px;
  }
  .drop > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .drop_second-level li {
    margin-right: 0!important;
    width: 16rem;
  } */
  /* 下矢印 */
  .init-bottom{
    position: relative;
    margin-right: 15px;
  }
  nav ul .init-bottom:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: none !important;
    left: 10.1em;
    bottom:9px;
    transform: scale(1, 1);
    position: absolute;
  }
  nav ul .init-bottom:after:hover {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  .drop {
    *zoom: 1;
  }
  .drop > li.drop_single {
    position: relative;
  }
  li.drop_single ul.drop_second-level {
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  li.drop_single:hover ul.drop_second-level {
    visibility: visible;
    opacity: 1;
  }
}
/* ドロップダウン */


/* スクロール↓ */
.scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  /* overflow: hidden; */
}
@media screen and (min-width:900px){
  .scroll {
    bottom: 0;
  }
}
.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 25vh;
  background: #444;
}
@media screen and (min-width:900px){
  .scroll::before {
    height: 100px;
  }
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 25vh;
  background: #fff;
}
@media screen and (min-width:900px){
  .scroll::after {
    height: 100px;
  }
}
.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  z-index: 100;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* スクロール↑ */









/* クリエーターここから */
.creator{
  position: relative;
  padding: 50px 0 0px;
  width: 92%;
  margin: 0 auto 200px;
}
@media screen and (min-width:900px){
  .creator{
    padding: 110px 0 20px;
  }
}
.creator .text_area {
  position: absolute;
  top:10%;
  left: -13vw;
  z-index: 0;
}
.creator .text_area > div{
  position: relative;
}
@media screen and (min-width:900px){
  .creator .text_area {
    /* top:-10%;
    left: -37vw; */
    /* width: 0%; */
    left: 23vw;
    top: -7vw;
  }
}
@media screen and (min-width:900px){
  .creator .text_area {
    /* top:-10%;
    left: -37vw; */
    left: 15vw;
    top: -11vw;
  }
}
@media screen and (min-width:1200px){
  .creator .text_area {
    /* top:-10%;
    left: -37vw; */
    left: 11vw;
    top: -8vw;
  }
}
@media screen and (min-width:1400px){
  .creator .text_area {
    /* top:-10%;
    left: -37vw; */
    left: 11vw;
    top: -5.5vw;
  }
}


.creator h5{
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-top: 12vw;
  font-size: 2rem;
  letter-spacing: .3em;
}
@media screen and (min-width:900px){
  .creator h5{
    font-size: 24px;
    margin: 17vw auto 0;
  }
}
@media screen and (max-width:899px){
  .creator .scroll_pc{
    display: none;
  }
}
@media screen and (min-width:900px){
  /* .creator .scroll_sp,.creator .scroll_sp:before,.creator .scroll_sp:after{
    display: none;
  } */
}
.creator .scroll_sp{
  transform: rotate(270deg);
  padding: 0;
  margin: 0 auto -50vw;
  position: relative;
  display: inline-block;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media screen and (min-width:900px){
  .creator .scroll_sp{
    transform: rotate(270deg);
    padding: 0;
    margin: 0 auto -13vw;
    position: relative;
    display: inline-block;
    left: 45vw;
    top: 12vw;
    z-index: -1;
  }
}
@media screen and (min-width:900px){
  .creator .scroll_sp{
    transform: rotate(270deg);
    padding: 0;
    margin: 0 auto -13vw;
    position: relative;
    display: inline-block;
    left: 32vw;
    top: 5vw;
    z-index: -1;
  }
}
@media screen and (min-width:1200px){
  .creator .scroll_sp{
    transform: rotate(270deg);
    padding: 0;
    margin: 0 auto -13vw;
    position: relative;
    display: inline-block;
    left: 25vw;
    top: 50%;
    z-index: -1;
  }
}
.creator .scroll_sp:before,.creator .scroll_sp:after{
  top: 50%;
  margin: auto;
  vertical-align: middle;
  height: 11vw;
  left: 0;
  z-index: 0;
}
@media screen and (min-width:900px){
  .creator .scroll_pc:before,.creator .scroll_pc:after{
    top: 0;
    margin: auto;
    vertical-align: middle;
    height: 70vh;
  }
}
@media screen and (min-width:900px){
  .creator .scroll_pc:before,.creator .scroll_pc:after{
    top: -35vh;
    margin: 0;
    vertical-align: middle;
    height: 60vh;
  }
}
@media screen and (min-width:1200px){
  .creator .scroll_pc:before,.creator .scroll_pc:after{
    /* top: -14vw; */
    margin: 0;
    vertical-align: middle;
    height: 30vw;
  }
}

.creator .ttl_text{
  display: none;
}
@media screen and (min-width:900px){
  .creator .ttl_text{
    display: block;
    font-size: 15px;
  }
}
.creator a:hover{
  text-decoration: none;
  opacity: .8;
}
.creator .soon:hover{
  opacity: 1 !important;
}
.creator .soon img:hover{
  opacity: 1 !important;
}
.creator .box{
  margin-left: 13vw;
  margin-top: 20px;
}
@media screen and (min-width:900px){
  .creator .box{
    margin-top: 0;
    margin-left: 0;
  }
}
/* @media screen and (min-width:900px){
  .creator .box{
    margin-top: 0;
    margin-left: 10vw;
  }
}
@media screen and (min-width:1200px){
  .creator .box{
    margin-left: 3vw;
  }
} */

.creator .section-lineup{
  /* overflow: hidden; */
  position: relative;
  z-index: 2;
}
.creator .section-lineup .inner{
  margin: 0 auto;
  /* width: 80%; */
  padding-left: 0;
  /* padding-right: 4rem; */
}
@media screen and (min-width:900px){
  .creator .section-lineup .inner{
    /* padding-left: 260vw; */
  }
}
/* @media screen and (min-width:900px){
  .creator .section-lineup .inner{
    padding-left: 28vw;
  }
}
@media screen and (min-width:1200px){
  .creator .section-lineup .inner{
    padding-left: 20vw;
  }
} */
.creator .slick-slide{
  float: none;
  margin-left: 0 !important;
  margin-right: 5vw !important;
  line-height: 0 !important;
}
@media screen and (min-width:900px){
  .creator .slick-slide{
    margin-right: 2.5vw !important;
  }
  .creator .slick-slide a{
    overflow: hidden;
    display: block;
  }
  .creator .slick-slide a img{
    transition:1s all;
  }
  .creator .slick-slide a img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
  }
}

.creator .slick-track{
  display: flex !important;
  justify-content: space-between;
}
.creator .section-lineup .lineup{
  /* position: relative; */
  /* display: flex; */
}
.slick-slider{
  margin-left: 2vw;
}
@media screen and (min-width:900px){
  .slick-slider{
    margin-left: 50vw;
  }
}
@media screen and (min-width:900px){
  .slick-slider{
    margin-left: 34vw;
  }
}
@media screen and (min-width:1200px){
  .slick-slider{
    margin-left: 28vw;
  }
}
.creator .lineup-carousel li,.creator .lineup-carousel-hotel li{
  text-align: center;
  margin-right: 24px;
}
.creator .lineup-carousel img,.creator .lineup-carousel-hotel img{
  display: block;
  width:100%;
}
.creator .section-lineup .slick-list{
  overflow: hidden;
  padding-right: 10%;
  /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); */
}
.creator .section-lineup .slick-arrow {
  display: inline-flex;
  width:7vw;
  height:7vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:900px){
  .creator .section-lineup .slick-arrow {
    width: 3.6vw;
    height: 3.6vw;
  }
}
.creator .section-lineup .slick-next,.creator .section-lineup .slick-prev{
position: absolute;
top: 46%;
cursor: pointer;
color: transparent;
border: none;
outline: none;
}
.creator .section-lineup .slick-next-food,.creator .section-lineup .slick-next-hotel {
  right: 6.6vw;
  background: url(../img/icon/slidebotan-right.svg)no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width:900px){
  .creator .section-lineup .slick-next-food,.creator .section-lineup .slick-next-hotel {
    right: 5vw;
  }
}
@media screen and (min-width:1200px){
  .creator .section-lineup .slick-next-food,.creator .section-lineup .slick-next-hotel {
    right: 5.9vw;
  }
}
.creator .section-lineup .slick-prev-food,.creator .section-lineup .slick-prev-hotel {
  left: -7%;
  background: url(../img/icon/slidebotan-left.svg)no-repeat;
  background-size: contain;
  position: absolute;
  display: none !important;
}
@media screen and (min-width:900px){
  .creator .section-lineup .slick-prev-food,.creator .section-lineup .slick-prev-hotel {
    left: -2%;
  }
}
.creator .section-lineup .slick-next-food, .creator .section-lineup .slick-prev-food,.creator .section-lineup .slick-next-hotel, .creator .section-lineup .slick-prev-hotel{
  top: 48vw;
}
@media screen and (min-width:900px){
  .creator .section-lineup .slick-next-food, .creator .section-lineup .slick-prev-food,  .creator .section-lineup .slick-next-hotel, .creator .section-lineup .slick-prev-hotel{
    top: 16vw;
  }
}
@media screen and (min-width:1200px){
  .creator .section-lineup .slick-next-food, .creator .section-lineup .slick-prev-food,  .creator .section-lineup .slick-next-hotel, .creator .section-lineup .slick-prev-hotel{
    top: 12vw;
  }
}

.creator .section-lineup .slick-next-food:hover, .creator .section-lineup .slick-prev-food:hover,.creator .section-lineup .slick-next-hotel:hover, .creator .section-lineup .slick-prev-hotel:hover{
  cursor: pointer;
}
.creator .slick-disabled{
  opacity: 0;
}
.creator .name{
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 12px;
  letter-spacing: .3em;
}
@media screen and (min-width:900px){
  .creator .name{
    font-size: 15px;
    margin-top: 16px;
  }
}
.creator .text{
  text-align: left;
  font-size: 1.3rem;
  margin:0 0 15px;
  color: #5F5F5F;
}
@media screen and (min-width:900px){
  .creator .text{
    font-size: 15px;
  }
}


.creator .sns {
  display: flex;
}
.creator .sns li a{
  width: 25px;
  height: 25px;
  display: block;
}



footer{
  text-align: center;
  padding-bottom: 65px;
}
footer dt{
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #2C2C2C;
  font-weight: bold;
}
@media screen and (min-width:900px){
  footer dt{
    font-size: 1.3rem;
  }
}
footer dd{
  font-size: 1.3rem;
  text-align: left;
  width: 80%;
  margin: auto;
  line-height: 1.8;
  color: #5F5F5F;
}
@media screen and (min-width:900px){
  footer dd{
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
  }
}
footer > div{
  display: flex !important;
  justify-content: space-between;
  width: 80%;
  margin: 60px auto 0;
}
@media screen and (min-width:900px){
  footer > div{
    width: auto;
    justify-content:center;
  }
}
footer > div p a{
  position: relative;
  color: #2C2C2C;
  font-size: 1.5rem;
  display: inline-block;
  /* margin-top: 3px; */
}
@media screen and (min-width:900px){
  footer > div p a{
    font-size: 1.4rem;
    margin-right: 2.5rem;
    margin-top: 2px;
  }
  footer > div p a:hover{
    text-decoration: none;
  }
  footer > div p a:hover:after{
    transform: scale(1, 1);
  }
  footer > div p a:after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #2C2C2C;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .5s;
  }
}
footer ul{
  display: flex;
  justify-content: center;
}
footer ul li a{
  width: 25px;
  height: 25px;
  display: block;
}
footer ul li a:hover{
  opacity: .7;
}
footer ul li:nth-of-type(2){
  margin: 0 5.9rem;
}
@media screen and (min-width:900px){
  footer ul li:nth-of-type(2){
    margin: 0 2.5rem;
  }
}
footer small{
  color: #5F5F5F;
  margin: 30px auto 0;
  display: block;
  font-size: 1.1rem;
  letter-spacing: 3px;
}
@media screen and (min-width:900px){
  footer small{
    margin: 20px auto 0;
    font-size: 1.1rem;
    letter-spacing: 3.5px;
  }
}


.pagetop{
  position: fixed;
  right: 8vw;
  bottom: 45px;
  z-index: 100;
  width: 10vw;
}
@media screen and (min-width:768px){
  .pagetop{
    right: 1vw;
    width: 2.5vw;
  }
}


html {
  scroll-behavior: smooth;
}