header{
  height: 100vh;
  position: relative;
  padding: 0 !important;
}
header.fadecolor:after{
  content: '';
  background-color: rgba(0,0,0,.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh
}
header > div{
  color: #fff;
	text-align: center;
  position: relative;
  height: 100vh;
}
header div > h1{
  position: absolute;
  display: block;
  top: 40%;
  z-index: 10;
  left: 50%;
  margin: auto;
  width: 25vw;
  transform: translateX(-50%);
}
@media screen and (min-width:768px){
  header div > h1{
    top: 50%;
    left: 20vw;
    right: auto;
    width: 12vw;
    transform: translateY(-50%);
  }
}
header > div .bimg{
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}


/*========= スクロール ===============*/
header .scroll_text{
  font-size: 1.3rem;
  position: absolute;
  left: 17.2vw;
  bottom: 32vh;
  z-index: 2;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  writing-mode: vertical-lr;
  color: #fff;
}
@media screen and (min-width:768px){
  header .scroll_text{
    bottom: 128px;
    font-size: 1.1rem;
    left:90px;
  }
}
.scroll {
  display: inline-block;
  position: absolute;
  left: 14vw;
  bottom: -1vh;
  z-index: 2;
  padding: 10px 10px 110px;
  /* overflow: hidden; */
}
@media screen and (min-width:768px){
  .scroll {
    left:80px;
  }
}
.scroll::before {
  content: '';
  position: absolute;
  bottom: 1vh;
  left: 0;
  width: 1px;
  height: 38.2vh;
  background: #444;
}
@media screen and (min-width:768px){
  .scroll::before {
    height: 180px;
    bottom: 0;
  }
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 1vh;
  left: 0;
  width: 1px;
  height: 38.2vh;
  background: #fff;
}
@media screen and (min-width:768px){
  .scroll::after {
    height: 180px;
    bottom: 0;
  }
}
.scroll::after {
  animation: sdl 3s 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%;
  }
}





  .slick01{
  width: 100% !important;
  height: 100vh !important;
}
  .slick01 img{
   object-fit: cover  !important;
  width: 100%  !important;
  height: 100vh  !important;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0 !important;
  }
.slick-slide{
  opacity: 1 !important;
}

.box{
  position: relative;
  padding: 0;
  height: 100vh;
  width: 100%;
}
#landscape{
  position: relative;
  width: 100%;
  height: 100vh;
}

  .slick-slide{
    /* width: auto !important; */
  }
  .slick-prev{
    left: 10%;
  }
  .slick-next{
    right: 10%;
  }
  .slick-prev:before, .slick-next:before {
    color: #fff;
  }
  .slick-dots li.slick-active button:before{
    background: #000 !important;
  }
  .slick-dots li button{
    background-color: #fff;
    width: 12px !important;
    height: 12px !important;
  }
  .slick-dots li button:before{
    width: 12px !important;
    height: 12px !important;
  }
  .slick-dots{
    top: 165vw;
  }
  @media screen and (min-width:768px){
    .slick-dots{
      bottom: 30px  !important;
      top: auto;
    }
  }
/* TOP */


#concept{
  background-size: cover;
  position: relative;
  background: #000;
}
@media screen and (min-width:768px){
  #concept{
    background-image: none;
  }
  #concept > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
  }
}
/* #other_box1{
  background: #666;
  height: 100vh !important;
} */
#movie,#map{
  background: #000;
}

#concept h2{
  position: absolute;
  font-family: 'Hina Mincho', serif;
  font-size: 2.8rem;
  color: #fff;
  left: 30vw;
  top: 23vw;
  text-align: center;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
@media screen and (min-width:768px){
  #concept h2{
    position: static;
    font-size: 3.3rem;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin-bottom: 30px;
  }
}
#concept h3{
  position: absolute;
  font-family: 'Hina Mincho', serif;
  font-size: 1.4rem;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  text-align: left;
  top: 16vw;
  left: 48vw;
}
@media screen and (min-width:768px){
  #concept h3{
    position: static;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    font-size: 1.8rem;
  }
}
#concept .text{
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  top: 80vw;
  margin: auto;
  left: 0;
  right: 0;
}
#concept.light .text{
  top: 71vw;
}
@media screen and (min-width:768px){
  #concept .text{
    position: static;
    font-size: 1.3rem;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin-left: 7vw;
  }
}
#concept .text span{
  display: inline-block;
  text-align: left;
}
#concept .btn{
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding-bottom: 5px;
  width: 74vw;
}
@media screen and (min-width:768px){
  #concept .btn{
    width: 20%;
    bottom: 15%;
  }
}
#concept .btn.light_left{
  bottom: 25vw;
}
#concept .btn.light_right{
  bottom: 17vw;
}
@media screen and (min-width:768px){
  #concept .btn.light_left{
    bottom: 15%;
    left: 28%;
    right: auto;
  }
  #concept .btn.light_right{
    bottom: 15%;
    left: 55%;
    right: auto;
  }

}

#concept .btn a{
  color: #fff;
  font-size: 1.2rem;
  display: block;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width:768px){
  #concept .btn a{
  font-size: 1.4rem;
  }
}	

#concept .btn a:hover{
  color: #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

#movie{
  position: relative;
}
#movie div{
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 74vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (min-width:768px){
  #movie div{
    width: 85%;
  }
}
#movie h4{
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 4vh;
  margin-top: -3vh;
}
@media screen and (min-width:768px){
  #movie h4{
    font-size: 2.8rem;
    top: 9vw;
    margin-bottom: 8vh;
    margin-top: -10vh;
  }
}
@media screen and (max-width:767px){
  #movie div .sp{
    height: 72vh;
    width: auto;
  }
}

#place .slick-slide{
  position: relative;
}
#place .slick-slide h4{
  position: absolute;
  color: #fff;
  font-size: 2.6rem;
  top: 18vw;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
#place .slick-slide .sp_h4{
  top: 9vw;
}
@media screen and (min-width:768px){
  #place .slick-slide h4{
    font-size: 2.8rem;
    top: 8vw;
  }
}
#place .slick-slide .line{
  position: absolute;
  top: 36vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #fff;
  display: block;
  /* z-index: 10; */
}
@media screen and (min-width:768px){
  #place .slick-slide .line{
    top: 15vw;
    height: 80px;
  }
}
#place .slick-slide h5{
  position: absolute;
  color: #fff;
  font-size: 2rem;
  top: 69vw;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1.5;

}
@media screen and (min-width:768px){
  #place .slick-slide h5{
    font-size: 1.8rem;
    top: 24vw;
  }
}
#place .slick-slide h6{
  position: absolute;
  color: #fff;
  font-size: 1.3rem;
  top: 88vw;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 14vw;
}
@media screen and (min-width:768px){
  #place .slick-slide h6{
    font-size: 1.3rem;
    top: 30vw;
    width: 43vw;
    padding: 0;
  }
}
#place .slick-slide h6 span{
  display: inline-block;
  text-align: left;
}
#place .slick-slide .btn{
  position: absolute;
  color: #fff;
  font-size: 2rem;
  top: 140vw;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  width: 70vw;
  height: 50px;
  line-height: 50px;
}
@media screen and (min-width:768px){
  #place .slick-slide .btn{
    font-size: 2.8rem;
    height: 40px;
    line-height: 40px;
    top: 45vw;
    width: 20vw;
  }
}
#place .slick-slide .btn a{
  color: #000;
  font-size: 1.4rem;
  display: block;
}
@media screen and (min-width:768px){
  #place .slick-slide .btn a{
    font-size: 1.5rem;
  }
}
#place .slick-slide .btn a:hover{
  opacity: 1;
}
#place .slick-slide .btn a:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
#map h4{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}

#place .slick-prev{
  left: 2vw;
  top: 77vw;
}
#place .slick-next{
  right: 6vw;
  top: 77vw;
}
@media screen and (min-width:768px){
  #place .slick-prev{
    left: 20vw;
    top: 25.8vw;
  }
  #place .slick-next{
    right: 20vw;
    top: 25.8vw;
  }
}
.slick-prev:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.slick-next:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

header.news{
  height: auto;
}
header.news > div{
  height: auto;
}
header.news > div img{
  width: 100%;
  height: auto;
}

#map{
  padding: 0 4%;
}
@media screen and (max-width:767px){
  .other .news_area{
    padding: 12vh 0;
  }
  .other .news_area h5{
    margin-bottom: 6vh !important;
  }
}

@media screen and (min-width:768px){
  .other .news_list{
    padding-bottom: 30px;
  }
  .other .news_list h5{
    top: 5vh !important;
    position: static;
  }
  .news_list{
    left: 10%;
    text-align: center;
    margin: 2.3vh 0 0 0;
    width: 89%;
  }
  .other .news_area .list{
    position: static !important;
  }
}
.pagination-container .pagination{
  position: static;
  display: flex;
  transform:none;
  justify-content: center;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width:768px){
  .pagination-container .pagination{
    margin: 50px auto 0;
  }
}
.pagination-container .pagination a{
  color: #333;
  background: #fff;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  padding-left: 6px;
}
.pagination-container .pagination a:hover{
  text-decoration: none;
  opacity: .5;
}
.pagination-container .pagination a:after{
  display: none;
}
.pagination-container .pagination .prev a,.pagination-container .pagination .next a{
  background: none;
  color: #fff;
  font-size: 1.6rem;
}
.pagination-container .pagination li.disabled{
  visibility: hidden;
}


#map{
  position: relative;
}
#map iframe{
  position: absolute;
  height: 70vh;
  width: 80vw;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (min-width:768px){
  #map iframe{
    height: 50vh;
    width: 90%;
  }
}

@media screen and (max-width:767px){
  #map .news_area h5{
    writing-mode: vertical-rl;
    padding-bottom: 50px;
  }
}
@media screen and (min-width:768px){
  #map .news_area{
    position: relative;
  }
  .pagination-container{
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width:768px){
  #map #detail{
    margin: 18px 0 0 2%;
  }
}
#map #detail > div{
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  color: #fff;
  padding: 50px 0 20px;
}
#map #detail .day{
  font-size: 1.2rem;
}
@media screen and (min-width:768px){
  #map #detail > div{
    padding: 50px 0 20px;
  }
}
@media screen and (min-width:768px){
  #map #map #detail .day{
    font-size: 1.3rem;
    margin-right: 0;
  }
}
#map #detail .title{
  font-size: 1.4rem;
  margin: 20px auto 25px;
}
@media screen and (min-width:768px){
  #map #detail .title{
    font-size: 1.4rem;
  }
}
#map #detail .text{
  font-size: 1.2rem;
  margin: 20px -5px 25px 0;
}
@media screen and (min-width:768px){
  #map #detail .text{
    font-size: 1.3rem;
    margin: 20px -5px 25px 0;
  }
}
#map #detail .subtitle{
  padding: 8px 8px 8px 15px;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  background: #fff;
  color: #333;
}
@media screen and (min-width:768px){
  #map #detail .subtitle{
    font-size: 1.3rem;
    padding: 8px 12px 5px 20px;
  }
}
#map #detail > div dl{
  padding:20px 0 26px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width:768px){
  #map #detail > div dl{
    margin: 0;
    display: flex;
    padding:20px 0 20px 20px;
  }
}
#map #detail dl dt{
  margin-bottom: 10px;
  font-size: 1.2rem;
  display: flex;

}
@media screen and (min-width:768px){
  #map #detail dl dt{
    width: 30%;
    margin-bottom: 0;
    align-items: center;
  }
}
#map #detail dl dd{
  font-size: 1.2rem;
  margin-right: -5px;
}

#map #detail dl dd:after{
  display: none;
}
#map #detail .img{
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width:768px){
  #map #detail .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: ;space-between
  }
  #map #detail .img{
    width: 45%;
    margin: 20px auto 0;
  }
}


.btn_return a{
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  display: block;
  text-align: right;
  padding-right: 15px;
  margin-top: 15px;
}
.btn_return a:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
}
@media screen and (min-width:768px){
  .btn_return a{
    font-size: 1.3rem;
  }
}

@media screen and (min-width:768px){
  #footer.detaitl_footer{
    padding: 0 0 80px;
  }
  #footer.detaitl_footer > div{
    padding: 50px 0 0;
  }
}
