/*******************************
*
* common
*
*******************************/
*{font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;}
html,body,header,section,h1,h2,h3,h4,div,p,ul,li{padding:0;margin:0;}
a{cursor: hand; cursor:pointer; color: #333;}
a:hover{opacity: 0.6;}
body{}
iframe {vertical-align: bottom;}

header{
background:url('images/IMG_1.jpg') top center no-repeat;
background-size:cover;
width: 100%;
height:100vh;
overflow-x: hidden;
/*height:calc(100vh + 40px);*/
position: relative;
padding-bottom: 14vh;
margin-bottom:14vh;
z-index: 99;
}

.sp{display: none;}
header h1{
  width:30%;
  margin-top:40px;
  margin-left:3%;
}
header h1 img{
  width:100%;
}
header .popup{
  width: 50%;
  display: block;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .popup img{
  width: 100%;
}
header h2.catch{
  position: absolute;
  top: 48vh;
  right: 3%;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 380%;
  line-height: 1.8em;
  font-weight: normal;
  animation-name:fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity:0;
    }
@keyframes fadeRightAnime{
  from{
    opacity:0;
    transform:translateX(100px);
  }
  to{
    opacity:1;
    translateX(0);
  }
}

section{position:relative;}
.video { position: relative; height: 0; padding: 0 0 56.25%; overflow: hidden; margin:80px auto; }
.video iframe { position: absolute; top: 0; left: 10%; width: 80%; height: 100%; }
.about{
  background: url(images/IMG_3.jpg)top left no-repeat;
  background-size: cover;
  margin-top: -140px;
  padding-top: 160px;
/*  min-height: 1280px;*/
  min-width: 100%;
  width:100%;
  z-index: 30;
  
}
.about h3,{
  z-index:20;
  text-align: center;
}
.about h3 img{
  width:70%;
}
.about_txt{
  z-index:10;
  min-height: 800px;
  margin-left: 10%;
  margin-top: 64px;
  width:60%;
  
}
.about_txt h4{
  margin: 20px 0;
  font-size: 240%;
  color: #FFF;
  /* background: linear-gradient(transparent 60%, #99ccff 0%); */
  text-decoration: underline;
  text-decoration-color: #99ccff;
  text-decoration-thickness: 40%;   /* 線の太さを調整 */
  text-underline-offset: -2px;       /* テキストからの距離を調整 */
  text-decoration-skip-ink: none;     
}
.about_txt p{
  line-height: 1.8em;
  font-size: 20px;
  color: #FFF;
  text-shadow:1px 1px 0 #2B629E, -1px -1px 0 #2B629E,
            -1px 1px 0 #2B629E, 1px -1px 0 #2B629E,
            0px 1px 0 #2B629E,  0 -1px 0 #2B629E,
            -1px 0 0 #2B629E, 1px 0 0 #2B629E;
}

.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

.deco_txt{
  font-family: 'Segoe Script','Bradley Hand',sans-serif;
  color: #FFF;
  height:50px;
  background-size: cover;
}
.attractions{
  background: #ffd801;
}
h3.attractionttl{
  text-align: left;
}
h3.attractionttl img{
  width: 60%;
}

.attraction{
  padding-top: 40px;
  margin:0;
  position: relative;
}
.attraction.attr01{
  padding-top: 0;
}
.attraction.attr03{
  padding-bottom:80px;
}
.attraction img{
  display: block;
  width: 100%;
  margin: 0;
  padding:0;
}

.attraction .nombers{
  display: inline-block;
  width:33%;
  margin-bottom: 10px;
}
.event_txt{
  display: inline-block;
  width:66%;
}
.event_txt h4{
  color: #FFF;
  font-size: 420%;
  line-height: 1.1em;
}
.event_txt p{
  margin:10px;
  font-size: 120%;
}
.howto{
  background: url(images/bk_howto.png)top center no-repeat;
  background-size: cover;
  padding-top: 100px;
  min-width: 100%;
  width:100%;
  z-index: 99;
  padding-bottom: 120px;
}
.about_movie{
  display: block;
  height:560px;
  width:720px;
  margin: 20px auto;
  background: #FFF;
}

.inner ul li{
  list-style:none;
  font-size: 20px;
  margin:20px;
}

.schedule{
  text-decoration: none;
}

.venue{
  margin: 50px auto;
}

.venue h3 img{
  width:60%;
}
/* 
.venue ul{
  display: inline-block;
  margin:50px 10%;
  vertical-align: top;
  padding-bottom: 20px;
} 
.venue ul li{
  line-height: 2em;
  font-size: 20px;
}
.map {
  display: block;
  width:50%;
  height:500px;
  margin:0 auto;
}
.map iframe{
  width: 98% !important;
}
.tickets{
  background: #FFF;
  margin-top:50px;
  padding-bottom: 80px;
  z-index:999;
}

 .tickets h3 img{
  width:60%;
 }

.tickets p img{width: 100%;}
.tickets ul{
  width:72%;
  margin:10px auto;
  list-style: none;
  text-indent: 1em;
}
.price_table{
  width:72%;
  margin:60px auto 10px;
  border-collapse: collapse;
}
.price_table th{
  background: #ffd801;
  color: #FFF;
  text-align: center;
  border:solid 1px #FFF;
  font-weight: normal;
  padding:0.8em 0;
  width:30%;
}
.price_table td{
  background: #FFF;
  color: #333;
  text-align: center;
  font-weight: bold;
  border:solid 1px #efefef;
  padding:0.8em 0;
}
.insta-list{
  text-align: center;
  margin-bottom: 60px;
} */

.image-wrapper{
  width:100%;
}

.wave-container {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 200%;
  height: 100%;
  animation: waveSlide 8s linear infinite, waveFloat 4s ease-in-out infinite;
}

.wave1 {
  top: 0;
  left: -50%;
  opacity: 0.8;
  z-index: 1;
  animation-delay: 0s, 0s;
}

.wave2 {
  top: 0;
  left: -50%;
  opacity: 0.5;
  z-index: 2;
  animation-delay: -4s, 1s;
}

@keyframes waveSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(50%); }
}

@keyframes waveFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(8px); }
  100% { transform: translateY(0); }
}


.footer{
  text-align: center;
  padding:0;
  margin-top:-40px;
  background: url('images/beach.jpg')top left no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 160px;
}
.footer p{
  margin-bottom: 32vh;
}
.footer p img{
  width: 100%;
}
.footer p.press{
  margin-bottom: 64px;
  color: #fff;
  line-height: 2em;
}
.footer a img{
  width:100px;
  margin-bottom: 40px;
  background-blend-mode: multiply;
}
.footer p.footer_menu {
  margin-bottom: 0;
  padding-bottom: 60px;
}
.footer_menu{
  color: #FFF;
}
.footer_menu a{
  display: inline-block;
  margin:0 1em;
  color: #f0ed0e;
  text-decoration: none;
}
.footer_menu a:hover{
  color: #00bcde;
}
.footer .doorslogo{
  width: 30%;
  text-align: center;
}
/*******************************
*
* sp
*
*******************************/

@media screen and (max-width: 480px){
  .sp{display: block;}
  header{
    max-width: 100%;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    margin-bottom: 0;
    background: url(images/IMG_4.jpg) 75% 20% no-repeat;
    background-size:cover;
    }
  header h1{
    margin: 0;
    margin-top:16px;
    width: 100%;
    text-align: left;
  }
  header h1 img{
    width: 46%;
  }
  header h2.catch{
    font-size: 240%;
    right: 0;
    width: 98%;
    margin-right: 2%;
    text-align: right;
    display: block;
  }
  header .popup {
    width: 80%;
    display: block;
    position: absolute;
    top:20%;
    left:50%;
}
  .about{
    padding: 0;
    margin: 0;
    padding-top:20px;
    max-width: 100%;
    width: 100%;
    display: block;
    background-size: contain;
    background: unset;
  }
  .about_txt_forsp {
    background: url(images/IMG_3.jpg) center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-top: 32px;
}
  .about_txt {
    width: 90%;
    margin:0 5%;
    height: auto;
    z-index: 10;
}
.about h3{
  text-align: center;
  width:84%;
  padding-top: 30px;
}
.about h3 img{
  width:98%;
}
.yoyaku {
    width: 80%;
    margin: 10px auto;
}
.event{
  background-size: contain;
}
h3.eventttl img{
  width:100%;
}
.deco_txt{
  height:30px;
}
.event_mainv{
  width: 98%;
}
.event_txt {
    width: 60%;
    margin: 0 auto;
    padding: 0 1% ;
  }
  .attraction .nombers {
    display: inline-block;
    width: 35%;
    margin-bottom: 10px;
}
  .daishi{
    width:96%;
}
.video{
  margin-bottom: 80px;
}

  .video iframe {
    left: 0;
    width: 100%;
  }

.about_movie{
  display: block;
  height:240px;
  width:96%;
  margin: 10px 2%;
  background: #FFF;
}
.about_txt {
min-height: unset;
}
.about_txt h4{
  font-size: 140%;
}
.about_txt p{
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 30px;
  text-shadow:1px 1px 0 #2B629E, -1px -1px 0 #2B629E,
            -1px 1px 0 #2B629E, 1px -1px 0 #2B629E,
            0px 1px 0 #2B629E,  0 -1px 0 #2B629E,
            -1px 0 0 #2B629E, 1px 0 0 #2B629E;
}
.attraction{
  padding-top:0;
  padding-bottom: 24px;
}
h3.attractionttl{
  bottom:0;
  position: static;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  padding-top: 20px;
}

.attraction.attr01:before, .attraction.attr02:before, .attraction.attr03:before {
    height: 120px;
  }
  .event_txt h4{
    display: none;
  }
.sp.about_ttl{
    font-size: 180%;
    line-height: 1.2em;
    position: static;
    color: #FFF;
  }
  .event_txt p{
    font-size: 120%;
    margin-top: 0.6em;
  }
  .price_table, .tickets ul {
    width: 98%;
  }
  .price_table {
    margin:40px 1% 0;
}
  .tickets ul li{
    font-size:90%;
    padding-left: 1em;
    text-indent: -0.6em;
  }

  .venue h3 img{
  width:100%;
}
  /* .venue{
    margin-top: 0;
  }
  .venue ul , .map{
    display: block;
    width:90%;
    margin:10px 5%;
  }
  .venue ul{
    margin:10px 0 10px 8%;
  }
  .venue ul li{
    font-size: 100%;
    line-height: 1.4em;
  }
  .map iframe{
    width:100%!important;
    height:400px !important;
  }
  .tickets h3 img{
    width:80%;
  }
  .howto{
    padding-top: 0;
  } */
  .nosp{
    display: none;
  }
  .footer .doorslogo {
    width: 48%;
    top: 14vh;
  }
}
