@charset "utf-8";
*{
  margin: 0;
  padding: 0;
  font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,'sans-serif';
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
#loading{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ab6fb+0,51c0f7+100 */
background: linear-gradient(to bottom,  #3ab6fb 0%,#51c0f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 9999;
}
.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  gap: 2px;
  align-items: baseline;
}
.letter {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  animation: load_bounce 4s infinite;
  transform-origin: center bottom;
/*  background: #0390e9 !important;*/
  border: solid 1px #def3fc;
  box-sizing: border-box;
}

/* 各文字に異なる色とアニメーション遅延を設定 */
.letter:nth-child(1) {
    background: #f34242;
    animation-delay: 0s;
}





.letter:nth-child(2) {
    background: #f18901;
    animation-delay: 0.1s;
}

.letter:nth-child(3) {
    background: #15ae66;
    animation-delay: 0.2s;
}

.letter:nth-child(4) {
    background: #0390e9;
    animation-delay: 0.3s;
}

.letter:nth-child(5) {
    background: #d103e9;
    animation-delay: 0.4s;
}

.letter:nth-child(6) {
    background: #f34242;
    animation-delay: 0.5s;
}

.letter:nth-child(7) {
    background: #f18901;
    animation-delay: 0.6s;
}

.letter:nth-child(8) {
    background: #15ae66;
    animation-delay: 0.7s;
}

.letter:nth-child(9) {
    background: #0390e9;
    animation-delay: 0.8s;
}

.letter:nth-child(10) {
    background: #d103e9;
    animation-delay: 0.9s;
}

/* バウンスアニメーション */
@keyframes load_bounce {
  0%, 30%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  10% {
      transform: translateY(-30px);
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .letter {
    font-size: 14px;
    line-height: 14px;
    width: 26px;
    height: 26px;
  }
}













body{
  background: #FFF;
}
a{
  /*
  color: #37b5ff;
  */
  color: #00a3e3;
}
a:hover{
  text-decoration: none;
}
#waveCanvas{
  position:relative;
  z-index: 1;
  top: 0;
  left: 0;
}
#waveCanvas2{
  position:absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#head_wrap{
  position: relative;
  overflow: hidden;
  width: 100%;
}
header{
  position: relative;
  height: 800px;
  min-width: 1200px;
  transform-origin: left top;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  background: url(../img/bg.jpg) no-repeat center top #0ba0ec;
  background-size: cover;
}
header:before{
  content:"";
  position: absolute;
  width: calc(1440px * 4);
  height: 190px;
  background: url(../img/repeat_x.png) repeat-x left top;
  background-size:1440px auto;
  left: -1440px;
  bottom:0;
  bottom:-60px;
  animation: moveLeft 15s linear infinite;
  z-index: 1;
}
#roop_ef{
  position: absolute;
  left: 0;
  bottom: 118px;
  bottom: 58px;
  background: url(../img/bildings.png) repeat-x left top;
  background-size: 605px auto;
  height: 104px;
  width: 4840px;
  animation: moveLeft2 45s linear infinite;
}
@keyframes moveLeft {
  0% {
    left: -1440px;
  }
  100% {
    left:-2880px;
  }
}
@keyframes moveLeft2 {
  0% {
    left: 0px;
  }
  100% {
    left:-1210px;
  }
}
#fireworks1{
  position: absolute;
  left: 0;
  top:140px;
  width: 300px;
  height:300px;
  transform: scale(0);
  opacity: 0;
}
#fireworks2{
  position: absolute;
  left: 0;
  top:140px;
  width: 200px;
  height: 200px;
  transform: scale(0);
  opacity: 0;
}
.play_fire{
  animation: fire 3s ease-out 1;
}

@keyframes fire {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}







.video{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height:60%;
  object-fit: cover;
  mix-blend-mode: screen;
  z-index: 0;
}
.video:nth-child(2){
  right: 0;
  bottom: 0;
  height: 50%;
  left: auto;
}


#spriteCanvas{
  position: absolute;
  left: -10px;
  left: 50%;
  margin-left: -710px;
  bottom: 30px;
  z-index: 2;
  width: 420px;
}
#spriteCanvas_shadow {
  position: absolute;
  left: -14px;
  left: 50%;
  margin-left: -702px;
  bottom: -186px;
  z-index: 2;
  width: 420px;
  transform: rotate(-5deg);
}

#right_copy{
  position: absolute;
  left: 50%;
  width: 67px;
  top: 60px;
  margin-left: 380px;
}
#left_copy{
  position: absolute;
  left: 50%;
  width: 65px;
  top: 60px;
  margin-left: -528px;
}



header:after{
  content:"";
  position: absolute;
  width:681px;
  height: 694px;
  background: url(../img/sun.png) repeat-x left top;
  background-size:100% auto;
  right:-230px;
  top:-230px;
  animation: sunmove 0.5s linear infinite;
}
#header_cn,#header_title{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#header_cn{
  z-index: 2;
}
#header_cn:before{
  content:"";
  position: absolute;
  left: 0;
  top: 35px;
  margin-left: -15%;
  background: url("../img/cloud.png") repeat-x left top;
  background-size: 1510px auto;
  width: 3020px;
  height:453px;
  animation: moveCloud 180s linear infinite;
}
#header_cn:after{
  content:"";
  position: absolute;
  right: 0;
  bottom:0;
  background: url(../img/himawari.png) no-repeat left top;
  background-size: 100% auto;
  width: 359px;
  height: 331px;
}
@media screen and (max-width: 1400px) {
  #spriteCanvas{
    left: -30px;
    margin-left: 0;
  }
  #spriteCanvas_shadow {
    left: -24px;
    margin-left: 0;
  }
  #header_cn:after {
    width: 339px;
    height: 314px;
  }
}

@keyframes moveCloud {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1510px;
  }
}


@keyframes sunmove {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.95;
  }
  100% {
    opacity: 1;
  }
}

header .videos{
  width: 100%;
  position:fixed;
  left:0;
  top:0;
  height:100vh;
  min-height: 700px;
  object-fit:cover;
  object-position: center center;
  transform-origin: center center;
  transform: scale(1);
}
header .videos img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header h1{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  margin-left: -40px;
  top: 0;
  padding-top: 60px;
  z-index: 1;
}
header h2{
  position: relative;
  width: 544px;
  margin: 0px auto 40px;
}
header h2 img{
  transition: none !important;
  transform: none !important;
  display: block !important;
  opacity: 1 !important;
}
.cta_btn{
  position: relative;
  max-width: 478px;
  margin: 0 auto;
  cursor: pointer;
}
.cta_btn:hover{
  opacity: 0.9;
}



.open_info{
  opacity: 0;
  transition: 0.6s ease;
  transition-delay:2s;
}
.active_page .open_info{
  opacity: 1;
}
.title_info{
  position:relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .title_info{
    padding-bottom: 55px;
  }
  #spriteCanvas {
    left: 0;
    bottom: 0;
    width: 74%;
    margin-bottom: 4.5%;
    margin-left: -9%;
  }
  #spriteCanvas_shadow {
    left: 0;
    bottom:0;
    width: 74%;
    margin-bottom: -34%;
    margin-left: -7%;
    filter: blur(2px);
  }
  #right_copy{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
  #left_copy{
    display: none;
  }
  header{
    min-width: 0;
    width: 100%;
  }
  header:before {
    height: 95px;
    background: url(../img/repeat_x.png) repeat-x left top;
    background-size: 720px auto;
    left: -1440px;
    margin-bottom: 60px;
  }
  #roop_ef {
    bottom: 52px;
  }
  #header_cn:after {
    width: 40%;
    height: 0;
    padding-top: 37%;
  }
}
#scroll_icon{
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 70px;
  height: auto;
  z-index: 3;
  transition: 0.3s;
}
#scroll_icon img{
  position: relative;
  animation: moveUpDown 1s ease-in-out infinite;
}
#scroll_img{
  transition: 0.3s;
  transition-delay: 2s;
  opacity: 0;
}
.active_page #scroll_img{
  opacity: 1;
}
.sc_none{
  opacity: 0;
}


@media screen and (max-width: 768px) {
  #scroll_icon{
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 62px;
  }
}


@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .title_info:after{
    bottom: 10px;
  }
}



.active_page header:after{
  left: 0;
  top: 0;
  margin-left: -8%;
  margin-top: -1%;
  transition: 0.7s ease;
}
.active_page header:before{
  right: 0;
  top: 0;
  margin-right: -8%;
  margin-top: -1%;
  transition: 0.7s ease;
}
.active_page .videos{
  transform: scale(1.1);
  transition: 1s ease;
}
.active_page header h1{
  animation: bounce 0.3s ease-in-out 1 forwards;
  animation-delay: 1.2s;
}
.form_link{
  margin-top: 10%;
}
.active_page .form_link{
  margin-top: -40px;
  transition: 0.8s ease;
}



@keyframes bounce {
  0%{
    transform: translateX(0%) scale(1.5) rotate(5deg);
  }
  40%{
    opacity: 1;
    transform: translateX(0%) scale(0.9);
  }
  60%{
    opacity: 1;
    transform: translateX(0%) scale(1) rotate(0deg);
  }
  100%{
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}
@keyframes shake {
  0%, 100% { margin-top: 0; }
  10%, 30%, 50%, 70%, 90% { margin-top: -3px; }
  20%, 40%, 60%, 80% { margin-top: 3px; }
}

.shake{
  animation: shake 0.5s;
  animation-delay: 1.3s;
}


.effects{
  position: absolute;
  left: 50%;
  top:0;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1700px;
  height: 100%;
}
.effects:before{
  content:"";
  position: absolute;
  left: 0;
  top:0;
  background: url("../img/left_effect.png") no-repeat center top;
  background-size:100% auto;
  width: 593px;
  height: 365px;
  z-index: 1;
}
.effects:after{
  content:"";
  position: absolute;
  right: 0;
  top:0;
  background: url("../img/right_effect.png") no-repeat center top;
  background-size:100% auto;
  width: 591px;
  height: 370px;
}
.form_link{
  position:relative;
  width: 100%;
  height: 40px;
  left: 0;
  bottom:0;
  overflow: hidden;
  /*
  padding: 60px 0 60px;
  background: #FFF;
  */
  z-index: 2;
}
/*
.form_link:before{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #c3edf9;
  background: #FFF;
  mix-blend-mode:screen;
}
*/
.form_link_relative{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 0 0 250px;
  background-size: cover;
  background: rgba(255,255,255,0);
  z-index: 0;
  overflow: hidden;
  visibility: hidden;
}
.form_link_relative .form_limit{
  color: #FFF;
  text-shadow: 0 0 4px rgba(1, 43, 100, 1);
}



.form_link:before {
  mix-blend-mode:normal;
  opacity: 1;
}
.form_wrap{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:10px;
  margin-top: 0;
  z-index: 1;
}
.form_label{
  position: relative;
  background: #dc1b21;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  margin-right:20px;
  border: solid 1px #FFF;
}
.form_limit{
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 4px rgba(1, 43, 100, 1);
}
/*
.form_a{
  position: relative;
  display: block;
  padding: 15px 0;
  background: #f44b4b;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  max-width: 320px;
  border-radius: 60px;
  text-decoration: none;
  z-index: 1;
  font-weight: 600;
  border: solid 2px #FFF;
  box-sizing: border-box;
  text-shadow: 0 0 2px rgba(1, 43, 100, 0.3);
  transition: 0.3s;
}
*/
.form_a{
  width: 478px;
  display: block;
  margin: 20px auto 0;
}
.form_a:hover{
  opacity: 0.9;
}


@keyframes blink {
  0%, 100% {
    background: #f44b4b;
  }
  50% {
    background: #ff0000;
  }
}




img{
  display: block;
  vertical-align: top;
}
.bold{
  font-weight: 600 !important;
}

.cn_inner{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width:100%;
}
.tree_ef_l {
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/tree_img.png) no-repeat center top;
    width: 690px;
    height: 970px;
    margin-left: -1062px;
}
.tree_ef_r {
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/tree_img.png) no-repeat center top;
    width: 690px;
    height: 970px;
    margin-left: 378px;
}
.n_text{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.n_day{
  font-size: 30px;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
  text-shadow: 0 2px 4px #5e0601;
}
.n_day span{
  font-size:34px;
  color: #FFF;
  display: block;
}
.reserve_btn{
  position: relative;
  background: url("../img/reserve_btn.png?") no-repeat center top;
  background-size:100% auto;  
  width:513px;
  height: 69px;
  margin: 40px auto 0;
  cursor: pointer;
}
.reserve_text{
  font-size:18px;
  margin-top:10px;
  color: #FFF;
  text-align: center;
}
.main_wrap .main_wrap_cn{
  position: relative;
  width:100%;
  padding-bottom: 0;
}
.bg_green{
  /*
  background: #FFF;
  */
  padding: 150px 0;
}
.pred{
  color: #f44b4b;
}
.bg_red{
  background: #FFF;
  padding: 120px 0;
}
.bg_sea{
  position: relative;
  padding: 120px 0;
}
#particle{
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height: 100%;
  z-index: 0;
}
#particle canvas {
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height: 100%;
}

.santa{
  position: absolute;
  left: 50%;
  top: 425px;
  background: url(../img/ef_santa.png) no-repeat center top;
  background-size: 100% auto;
  width: 280px;
  height: 176px;
  margin-left: 200px;
}
.opentime{
  position: relative;
}
.cn_wrap{
  position: relative;
}
.left_effects{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2%;
  width: 100%;
  height: 108%;
  background: url("../img/bg_repeat_la.png") repeat-y 30px top;
  z-index: 0;
  opacity: 0.5;
  transition: 0.3s ease-out;
}
.right_effects{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2%;
  width: 100%;
  height: 108%;
  background: url("../img/bg_repeat_ra.png") repeat-y calc(100% - 30px) top;
  z-index: 0;
  opacity: 0.5;
  transition: 0.3s ease-out;
}
.left_effects2{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2%;
  width: 100%;
  height: 105%;
  background: url("../img/bg_repeat_lb.png") repeat-y 30px top;
  z-index: 0;
  opacity: 0.5;
  transition: 0.3s ease-out;
}
.right_effects2{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2%;
  width: 100%;
  height: 105%;
  background: url("../img/bg_repeat_rb.png") repeat-y calc(100% - 30px) top;
  z-index: 0;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.opentime h2 {
  position: relative;
  width: 100%;
  max-width: 357px;
  height: auto;
  margin: 0 auto 15px;
  z-index: 1;
  overflow: visible;
}
.n_text:before{
  content: "";
  position: absolute;
  left: -105px;
  top: -25px;
  background: url(../img/event_ef_l.png) no-repeat center top;
  background-size: 100% auto;
  width: 80px;
  height: 110px;
}
.n_text:after{
  content: "";
  position: absolute;
  right: -105px;
  top: -25px;
  background: url(../img/event_el_r.png) no-repeat center top;
  background-size: 100% auto;
  width: 80px;
  height: 110px;
}
@media screen and (max-width: 959px){
  .n_text:before {
    left: -88px;
    top: -20px;
    width: 64px;
    height: 90px;
  }  
  .n_text:after{
    right: -88px;
    top: -20px;
    width: 64px;
    height: 90px;
  }
}



.photo .n_text:before{
  top: 0;
}
.photo .n_text:after{
  top: 0;
}


.main_text{
  position: relative;
  border-radius: 10px;
  padding: 30px 0 0;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
.main_text .copy{
  font-size:22px;
  line-height: 34px;
  margin: 0 60px 30px;
  text-align: center;
  font-weight: 600;
}
.main_text .copy span{
  font-weight: 600;
}

@media screen and (max-width: 959px){
  .main_text .copy{
    font-size:16px;
    line-height: 28px;
  }
}


.blue_text{
  color: #00a7eb;
  display: block;
}
.pink_text{
  color: #ef81b5;
  display: block;
}

.blue_margin{
  margin-top: 15px;
  display: block;
}

.main_wrap{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  background: #FFF;
}
.opentime .main_wrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb6da5+0,f7b31b+25,8fc76d+75,00a7eb+100 */
  background: linear-gradient(45deg,  #eb6da5 0%,#f7b31b 25%,#8fc76d 75%,#00a7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: visible;
}
.opentime .main_wrap:before{
  content:"";
  position: absolute;
  left: 2px;
  top: 2px;
  background: #FFF;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 20px;
}
.opentime .main_wrap:after{
  content:"";
  position: absolute;
  right: -15px;
  bottom: -15px;
  background: url("../img/effect_utiwa.png") no-repeat left top;
  background-size: 100% auto;
  width: 132px;
  height: 155px;
}
  

.main_list{
  position: relative;
  display: flex;
  border-bottom:dashed 1px #00a7eb;
  margin: 0 auto;
  width: 90%;
  max-width: 810px;
}
.main_list:last-child{
  border-bottom:none;
}
.main_list h3{
  color: #00a7eb;
  font-weight: 600;
  padding: 15px 30px;
  width: 16%;
  font-size:16px;
}
.main_list p{
  font-size:16px;
  padding: 15px 30px;
  flex: 1;
}
.main_list p .ct{
  font-size: 14px;
  line-height: 20px;
  display: block;
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}
.main_list p .ct .come{
  margin-right: 2px;
}

.main_list .p_ct{
  font-size: 14px;
  line-height: 20px;
}
.main_list .big_text{
  font-weight: 600;
  display: block;
  font-size: 18px;
}

.photo h2{
  position: relative;
  width: 542px;
  margin: 0 auto;
  z-index: 1;
  overflow: visible;
}
.p_details{
  margin-top:12px;
  display: block;
  font-size:16px;
}   
.photo .main_text{
  position: relative;
  z-index: 1;
}

.photo h3{
  text-align: center;
  font-size:22px;
  line-height: 34px;
  margin-bottom:36px;
  margin-bottom:15px;
  font-weight: 600;
}
.photo ul{
  font-size: 14px;
  line-height: 24px;
  max-width: 560px;
  margin: 0 auto 36px;
  list-style: none;
}
.g_color{
  color: #d8406a; 
}
.b_color{
  color: #d8406a;
}

.effect_photo{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42%;
  overflow: hidden;
  margin-bottom: 0;
}
.effect_photo img{
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: -5%;
  left: 0;
  top: 0;
}

.photo_flex{
  position: relative;
  display: flex;
}
.photo_visual{
  position: relative;
  width: 50%;
}
.photo_rotation{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  animation: roop_movie 8s linear infinite;
}
@keyframes roop_movie{
  0%{opacity: 1}
  5%{opacity: 0}
  50%{opacity: 0}
  55%{opacity: 1}
  100%{opacity: 1}
}

.photo_rotation1{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  animation: roop_movie1 12s linear infinite;
  animation-delay: 0s;
}
.photo_rotation2{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  animation: roop_movie1 12s linear infinite;
  animation-delay: 4s;
}
@keyframes roop_movie1{
  0%{opacity: 1}
  5%{opacity: 0}
  65%{opacity: 0}
  70%{opacity: 1}
  100%{opacity: 1}
}




.photo_txt{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_wrap_cn .reverse .photo_txt{
  justify-content: flex-end;
}
.photo_1{
  background: url(../img/photo_repeat.jpg) repeat left top;
  background-size: 10px auto;
}
.photo_2{
  background: url(../img/photo_repeat_y.jpg) repeat left top;
  background-size: 10px auto;
}
.photo_3{
  background: url(../img/photo_repeat_g.jpg) repeat left top;
  background-size: 10px auto;
}


.photo_flex_reverse{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 60px 0;
}
/*
.photo_img,.photo_t{
  width:calc(48% - 30px);
  margin: 0 auto;
}
*/
.photo_t{
  margin: 0 12%;
}
.photo_l{
  position: relative;
}
.photo_l img{
  position: relative;
  z-index: 1;
}
.photo_lr{
  position: relative;
}
.photo_lr img{
  position: relative;
  z-index: 1;
}
.photo_flex_reverse:before{
  content:"";
  position: absolute;
  right: -200px;
  bottom: -70px;  display: block;
  background: url(../img/leef_r.png) no-repeat center center;
  width: 342px;
  height: 394px;
  background-size:100% auto;
  opacity: 0.9;
}
.photo_img2{
  background: url("../img/photo2_b.png") no-repeat center top;
  background-size:100% auto;
}
.photo_img2 img{
  display: block;
  animation: roop_movie 8s linear infinite;
}
.photo_img3{
  background: url("../img/photo3_b.png") no-repeat center top;
  background-size:100% auto;
}
.photo_img3 img{
  display: block;
  animation: roop_movie 8s linear infinite;
}
@keyframes roop_movie{
  0%{opacity: 1}
  5%{opacity: 0}
  50%{opacity: 0}
  55%{opacity: 1}
  100%{opacity: 1}
}
.photo_t h3{
  position: relative;
  text-align: left;
  font-size:22px;
  line-height: 30px;
  margin-bottom:5px;
  font-weight: 600;
}
.photo_t p{
  font-size:18px;
  line-height: 32px;
}
.photo_t .en_text{
  font-family: century-gothic, sans-serif;
  font-size:40px;
  line-height: 40px;
  margin-bottom:15px;
  font-weight: 600;
}
.photo_t .number{
  font-family: century-gothic, sans-serif;
  font-size:60px;
  font-weight: 600;
}
.photo h2 .limited_icon{
  position: absolute;
  width: 160px;
  height: 160px;
  left: -170px;
  top: -34px;  
}
/*
.photo h2:before,.photo h2:after{
  display: none;
}
*/
@media screen and (max-width: 959px){
  .photo_t .en_text {
    font-size: 30px;
    line-height: 30px;
  }  
  .photo_t .number {
    font-size: 46px;
  }  
  .photo_t h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .photo_t p {
    font-size: 14px;
    line-height: 28px;
  }
  .caution ul li {
    font-size: 16px;
    line-height: 28px;
  }  
}



.main_text_area{
  position: relative;
}
.effect_object{
  position: absolute;
  width:100%;
  height: 100%;
  margin-top:-16%;
  top:0;
  left: 0;
  transition:0.3s ease-out;
}
.obj{
  position: absolute;
  width:325px;
  height: 414px;
  opacity: 0.3;
}
.obj:nth-child(1){
  right: 0px;
  top: calc(240px * 2);
}
.obj:nth-child(2){
  left: -60px;
  top: calc(580px * 2);
}
.color_r{
  color: #ef81b5;
}
.color_y{
  color: #f8bf1f;
}
.color_g{
  color: #98cf72;
}

/*
.event h2{
  position: relative;
  background: url(../img/h_event.png) no-repeat center top;
  background-size:100% auto;
  width:488px;
  height: 97px;
  margin: 0 auto 30px;
}
*/
.img_free_text{
  width:571px;
  margin: 0 auto 30px;
  display: block;
}
.img_free_text img{
  display: block;
}
.red{
  color: #f23636;
}
.event h2 {
  position: relative;
  width: 100%;
  max-width: 417px;
  height: auto;
  margin: 0 auto;
  z-index: 1;
  overflow: visible;
}
.special h2 {
  position: relative;
  width: 100%;
  max-width: 455px;
  margin: 0 auto 30px;
  z-index: 1;
  overflow: visible;
}
.event h3{
  font-size:18px;
  line-height: 32px;
  text-align: center;
  margin-bottom:15px;
  font-weight: 600;
  margin-top: 15px;
}
.event h3 span{  
  font-weight: 600;
}
.main_text .red_text{
  color: #d92f26;
  font-weight: bold;
}
.main_text .green_text{
  color: #198643;
  font-weight: bold;
}



@media screen and (max-width: 959px){
  .event h3{
    font-size:16px;
    line-height: 28px;
    font-weight: normal;
  }
  .event h3 span{  
    font-weight: normal;
  }
}
.event_flex{
  display: flex;
  justify-content: space-between;
  margin: 0 30px 0;
}
.event_w{
  position: relative;
  width:31.5%;
  margin: 0;
  padding-bottom:80px;
}
.event_w:nth-child(1):before{
  position: absolute;
  content:"";
  background: url("../img/foods.png") no-repeat left top;
  background-size:100% auto;
  width:200px;
  height:139px;
  right:0;
  bottom:0;
}
.event_w:nth-child(2):before{
  position: absolute;
  content:"";
  background: url("../img/play.png") no-repeat left top;
  background-size:100% auto;
  width:calc(141px * 0.9);
  height:calc(149px * 0.9);
  right:0;
  bottom:0;
}
.event_w:nth-child(3):before{
  position: absolute;
  content:"";
  background: url("../img/goods.png") no-repeat left top;
  background-size:100% auto;
  width:calc(170px * 0.8);
  height:calc(188px * 0.8);
  right:0;
  bottom:0;
}


.event_w ul{
  position: relative;
  margin-top:15px;
}
.event_w ul li{
  margin-bottom:10px;
  margin-left:25px;
  text-shadow: 0 0 2px rgb(255 255 255), 0 0 2px rgb(255 255 255), 0 0 2px rgb(255 255 255), 0 0 2px rgb(255 255 255);
}
.event_wa h4{
  position: relative;
}
.event_w h4{
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 0 !important;
}
.event_w:nth-child(1) h4{
  background: #d8406a;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
.event_w:nth-child(2) h4{
  background: #37b5ff;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
}
.event_w:nth-child(3) h4{
  background: #30d078;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
}
.guest_wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  flex-direction: row-reverse;
  align-items: center;
  z-index: 1;
}
.guest_icon{
  position: relative;
  color: #FFF;
  background: #d92f26;
  font-weight: 600;
  font-size:14px;
  padding: 2px 15px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}
.guest_wrap{
  margin-top:30px;
  margin-bottom:60px;
}
.guest_wrap:last-child{
  margin-bottom:0;
  margin-top:15px;
}
.guest_text{
  width:calc(50% - 20px);
  max-width: 431px;
}
.guest_img{
  width:calc(50% - 20px);
  overflow: hidden;
}
.guest_text .h_text{
  font-size:22px;
  line-height:30px;
  font-weight: bold;
  margin-top:10px;
}
.guest_text .d_text{
  text-align: justify;
  line-height: 32px;
  margin-top: 30px;
}
.d_text .block_m{
  display: block;
  margin-top:10px;
}
.main_wrap .caution{
  padding-bottom:120px;
}
.caution h2{
  position: relative;
  width:250px;
  margin: 0 auto 30px;
  overflow: visible;
}
.caution ul{
  /*
  margin: 0 30px 0 40px;
  */
  padding: 0 30px 0 40px;
  margin: 0 auto;
  max-width: 900px;
}
.caution ul li{
  margin-bottom:24px;
}
.caution ul li:last-child{
  margin-bottom:0;
}
.caution .main_text{
  padding-bottom:0;
}
.red_text{
  font-weight: 600;
  color: #F00;
}
.pink{
  color: #fa3d97;
  font-weight: 600;
}
.tel_text{
  position: relative;
  font-size:24px;
  line-height: 32px;
  font-weight: 600;
  color: #d92f26;
}
.br{
  display: block;
  margin-top:5px;
}
.event_info{
  display: flex;
}
.event_photo,.event_txt{
  position: relative;
  width: 50%;
}
.yatai_bg{
  background: url("../img/yatai_bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.game_bg{
  background: url("../img/game_bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.kousaku_bg{
  background: url("../img/kousaku_bg.jpg") repeat center center;
  background-size: 1440px auto;
  display: flex;
  align-items: center;
  justify-content:center;
  padding: 75px 0 80px;
  width: 100%;
}
.kousaku_bg h3{
  position: relative;
  width: 260px;
  margin: 0 auto 15px;
}
.event_kousaku p{
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #333;
  font-weight: 500;
}
.kousaku_bg .remited:before{
  content: "";
  width: 150px;
  height: 150px;
  background: url(../img/limited_icon.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: -165px;
  top: -50px;
  display: block;
}
#item{
  margin: 0 auto;
  max-width: 304px;
}
.event_kousaku{
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.item_ef{
  position: absolute;
  width: 130px;
}
.item_ef:nth-child(1){
  right: 30px;
  bottom: 200px;
}
.item_ef:nth-child(2){
  right: 30px;
  bottom: 0;
}
.item_ef:nth-child(3){
  left: 30px;
  bottom: 200px;
}
.item_ef:nth-child(4){
  left: 30px;
  bottom: 0;
}
.item_caution{
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}







@media screen and (max-width: 959px){
  .opentime h2 {
    /*
    max-width: calc(357px * 0.8);
    */
    width: 60%;
  }
  .event h2 {
    /*
    max-width: calc(417px * 0.8);
    */
    width: 70%;    
  }
  .special h2 {
    /*
    max-width: calc(455px * 0.8);
    */
    width: 70%;    
  }
  .photo h2{
    /*
    width: calc(497px * 0.8);
    */
    max-width: 497px;
    width: 55%;    
  }
  .caution h2 {
    /*
    width: calc(250px * 0.8);
    */
    width: 40%;
    max-width: 260px;
  }
  .right_effects,.left_effects,
  .right_effects2,.left_effects2 {
    background-size: 80px auto;
  }
  .n_text:before,.n_text:after {
    display: none;
  }
}


/*
.yatai_bg:after{
  content:"";
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url("../img/yatai_gla.png") no-repeat left top;
  background-size: 100% auto;
  width: 200px;
  height: 172px;
}
.game_bg:after{
  content:"";
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: url("../img/game_gla.png") no-repeat left top;
  background-size: 100% auto;
  width: 193px;
  height: 155px;
}
*/
.event_photo img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.yatai_bg .event_cn{
  margin:15% 10%;
}
.yatai_bg .event_cn h3{
  width: 100%;
  max-width: 326px;
  height: auto;
  margin-bottom: 20px;
}
.yatai_bg .event_cn p{
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
}
.yatai_bg .event_cn ul,
.game_bg .event_cn ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.yatai_bg .event_cn ul li,
.game_bg .event_cn ul li{
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding: 0 5px;
  list-style: none;
  font-weight: 500;
}
.yatai_bg .event_cn h4,
.game_bg .event_cn h4{
  color: #926912;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #FFF;
  border-radius: 30px;
  background: #f86fae;
  display: inline-block;
  padding: 5px 10px;
}
.yatai_bg .event_cn h4 span{
  font-size: 12px;
  color: #333;
}

.game_bg .event_cn{
  margin:12%;
}
.game_bg .event_cn h3{
  width: 100%;
  max-width: 244px;
  height: auto;
  margin-bottom: 20px;
}
.game_bg .event_cn p{
  width: 100%;
  /*
  max-width: 376px;
  */
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
}
.ev_caution{
  position: absolute;
  left: 8px;
  bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.reverse{
  display: flex;
  flex-direction: row-reverse;
}
.txt_wrap{
  border-radius: 10px;
  background: #FFF;
  padding: 15px 15px;
  border: solid 1px #f86fae;
}
.game_bg .txt_wrap{
  border: solid 1px #01c1f1;
}
.game_bg .event_cn h4{
  background: #01c1f1;
}

@media screen and (max-width: 959px){
  .yatai_bg .event_cn p,.game_bg .event_cn p{
    font-size: 16px;
    line-height: 28px;
  }
  .yatai_bg .event_cn h3 {
    max-width: 266px;
    margin: 0 auto 20px;
  }
  .game_bg .event_cn h3 {
    max-width: 214px;
    margin: 0 auto 15px;
  }
  .ev_caution {
    font-size: 10px;
    line-height: 16px;
  }    
  .txt_wrap {
    padding: 10px;
  }
}


#footer_logo{
  width: 460px;
  margin: 0 auto;
}
footer{
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  z-index: 2;
  margin-top: 640px;
  padding-bottom: 30px;
}
.footer_inner{
  position: relative;
  z-index: 1;
}
.copyright{
  color: #FFF;
}
.reserve_fix{
  position: fixed;
  right:-10px;
  top:0;
  width:220px;
  height: 256px;
  z-index: 999;
  transform:translateY(-256px);
  transition:0.5s ease-in-out;
}
.reserve_fix_active{
  transform:translateY(-20px);
}
.reserve_fix:hover{
  transform: translateY(0);
}

.reserve_link{
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height: 100%;
  background: url("../img/reserve_btn_fix.png") no-repeat center top;
  background-size:100%;
  animation: roop_anim 2s ease-in-out infinite;
  transform-origin: center top;
}
.reserve_link a{
  position: absolute;
  width: 110px;
  height: 140px;
  left: 50%;
  bottom: 30px;
  display: block;
  transform: translateX(-50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
  filter: blur(10px);
}
.reserve_link a:hover{
  background: rgba(255,255,255,0.1);
}
@media screen and (max-width: 959px){
  .reserve_link {
      position: absolute;
      left: 40px;
      top: -20px;
      width: 90%;
      height: 90%;
      background: url(../img/reserve_btn_fix.png) no-repeat center top;
      background-size: 100%;
      animation: roop_anim 2s ease-in-out infinite;
      transform-origin: center top;
  }  
}



.photo,.opentime,.event{
  padding-bottom:120px;
}
.event{
  position: relative;
  margin-top:40px;
  /*
  margin-top: 135px;
  */
  z-index: 1;
}
.event_bg{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.event_cn{
  position: relative;
  z-index: 1;
}


.ef_set{
  position: absolute;
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
  top:0;
}
.effect_b:nth-child(1){
  position: absolute;
  left: 0;
  top:0;
  width: 330px;
}
.effect_b:nth-child(2){
  position: absolute;
  right: 0;
  top:0;
  width: 330px;
}


.main_wrap .special{
  padding-top: 140px;
  padding-bottom:30px;
}
.special_ef{
  position: relative;
  background: url("../img/repeat_bg.png") repeat-x left top;
  background-size: 990px auto;
  width: 400%;
  height: 117px;
  margin-top:60px;
  margin-bottom: 30px;
  z-index: 2;
  animation: roop_balloon 30s linear infinite;
}
@keyframes roop_balloon{
  0%{margin-left: 0}
  100%{margin-left: -990px}
}

@media screen and (max-width: 959px){
  .special_ef{
    background: url("../img/repeat_bg.png") repeat-x left top;
    background-size: 792px auto;
    width: 400%;
    height: 94px;
    animation: roop_balloon_959 30s linear infinite;
  }
}
@keyframes roop_balloon_959{
  0%{margin-left: 0}
  100%{margin-left: -792px}
}


/*
.special:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_repeat_l.jpg) repeat-y 30px top;
    z-index: 0;
}
.special:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_repeat_r.jpg) repeat-y calc(100% - 30px) top;
    z-index: 0;
}
*/
.sample{
  margin-top: 15px;
}

.special .main_text{
  padding-bottom:0;
}
.shop_info{
  display: block;
  margin-top:10px;
}
.santa_t{
  position: absolute;
  left: 50%;
  bottom: 36px;
  background: url(../img/santa.png) no-repeat center top;
  background-size: 100% auto;
  width: 197px;
  height: 260px;
  margin-left: -483px;
}

.event_text_flex{
  justify-content: center;
  display: flex;
  margin: 15px auto 60px;
  padding: 0 30px;
}
.img_event{
  width:168px;
}
.img_event2{
  width:124px;
}
.img_event_text{
  width:554px;
  margin: 0 40px;
}
/*
.event:before{
  content:"";
  position:absolute;
  display: block;
  background: url("../img/fireworks2.png") no-repeat center center;
  background-size:100% auto;
  width: 305px;
  height: 311px;
  left: 50%;
  top:10px;
  margin-left: -700px;
}
.special:after{
  content:"";
  position:absolute;
  display: block;
  background: url("../img/fireworks3.png") no-repeat center center;
  background-size:100% auto;
  width: 377px;
  height: 379px;
  left: 50%;
  bottom:10px;
  margin-left: 240px;
}
*/
.free_text{
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom:60px;
}
@media screen and (max-width: 959px){
  .free_text{
    font-size: 22px;
  }
}
.free_text span{
  font-weight: 600;
}
.free_photo{
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.free_photo .normal{
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
.domein_arrow{
  margin-top:5px !important;
  margin-left: 0px !important;
}
.domein_arrow li{
  list-style:disc;
  margin-bottom:5px !important;
}

.center_txt{
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}

h2 img{
  opacity: 0;
  transform: scale(1.5);
}
h2:before{
  transform-origin: right center;
  transform: scale(0);
}
h2:after{
  transform-origin: left center;
  transform: scale(0);
}
.sc_anim{
  opacity: 0;
  transition: 0.1s;
}

.scroll_active img{
  transition: 0.3s ease;
  transform: scale(1) !important;
  opacity: 1 !important;
}
.scroll_active:before{
  transition: 0.3s ease 0.2s;
  transform: scale(1) !important;
}
.scroll_active:after{
  transition: 0.3s ease 0.2s;
  transform: scale(1) !important;
}
.sc_disp{
  opacity: 1 !important;
  transition: 0.6s linear;
}
#caution_link{
  text-decoration: underline;
  cursor: pointer;
}
#caution_link:hover{
  text-decoration: none;
}
@keyframes roop_anim {
  0% {
    transform:rotate(2deg);
  }
  50% {
    transform:rotate(-2deg);
  }
  100% {
    transform:rotate(2deg);
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px){
  .tree_ef_l {
    position: absolute;
    left: -342px;
    top: 0;
    background: url(../img/tree_img.png) no-repeat center top;
    width: 690px;
    height: 970px;
    margin-left: 0;
  }
  .tree_ef_r {
    position: absolute;
    right: -350px;
    left: auto;
    top: 0;
    background: url(../img/tree_img.png) no-repeat center top;
    width: 690px;
    height: 970px;
    margin-left:0;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px){
  .reserve_btn {
    position: relative;
    background: url(../img/reserve_btn.png?) no-repeat center top;
    background-size: 100% auto;
    width: 400px;
    height: 56px;
    margin: 30px auto 0;
    cursor: pointer;
  }
  .santa_t{
    position: absolute;
    left: 15px;
    bottom: 36px;
    background: url(../img/santa.png) no-repeat center top;
    background-size: 100% auto;
    width: calc(197px * 0.8);
    height: calc(260px * 0.8);
    margin-left:0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px){
  .santa{
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1160px){
  .main_text{
    margin: 0 60px;
  }
  .photo_flex{
    margin: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px){
  .tree_ef_l {
    transform-origin: center bottom;
    transform:scale(0.8);
  }
  .tree_ef_r {
    transform-origin: center bottom;
    transform:scale(0.8);
  }
}


@keyframes moveLeft2_sp {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left:-100%;
  }
}  

@keyframes moveCloud_sp {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}

@media screen and (max-width: 768px) {
  header{
    background: url(../img/bg_sp.jpg) no-repeat center top #0ba0ec;
    background-size: cover;
  }

  #header_cn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-left:0;
    margin-top: 18%;
    background: url(../img/cloud_sp.png) repeat-x left top;
    background-size: 50% auto;
    width: 200%;
    height: 100%;
    animation: moveCloud_sp 90s linear infinite;
  }
  header:after {
    content: "";
    position: absolute;
    width: 56%;
    height: 0;
    padding-top: 58%;
    right: 0;
    top: 0;
    margin-right: -16%;
    margin-top: -20%;
    left: auto;
  }
  
  
  #header_cn, #header_title{
    position: relative;
  }
  header{
    height: auto;
    margin-bottom: 0;
  }
  #header_cn{
    padding-bottom: 46%;
  }
  header h1 {
    position: relative;
    left: 0;
    transform:none;
    width: 100%;
    max-width: 100%;
    margin-left:0;
    padding-top: 0;
  }
  header h2 {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #fireworks1{
    width: 25%;
    height:auto;
    transform: scale(0);
    opacity: 0;
  }
  #fireworks2{
    width: 30%;
    height: auto;
    transform: scale(0);
    opacity: 0;
  }

  #roop_ef {
    bottom: 0;
    background: url(../img/bildings.png) repeat-x left top;
    background-size: 50% auto;
    height: 0;
    padding-top: 15.15%;
    width: 200%;
    animation: moveLeft2_sp 20s linear infinite;
    margin-bottom: 65px;
  }

  .item_ef{
    position: absolute;
    display: none;
  }
  #item {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    margin-bottom: 40px;
  }  
  .kousaku_bg{
    background-size: 770px;
  }
  .photo .n_text:before,.photo .n_text:after{
    top: 2px;
  }
  /*
  .opentime h2 {
    max-width: calc(357px * 0.54);
  }
  .event h2 {
    max-width: calc(417px * 0.54);
  }
  .special h2 {
    max-width: calc(455px * 0.54);
  }
  .photo h2{
    width: calc(360px * 0.54);
  }
  */
  .photo h2 .limited_icon {
    position: absolute;
    width: 90px;
    height: 90px;
    left: -92px;
    top: -25px;
  }
  /*
  .caution h2 {
    width: calc(250px * 0.54);
  }
  */
  .p_details{
    margin-top: 6px;
  }
  .n_text:before {
    left: -45px;
    top: -6px;
    width: 34px;
    height: 51px;
  }
  .n_text:after {
    right: -45px;
    top: -6px;
    width: 34px;
    height: 51px;
  }
  .right_effects, .left_effects,
  .right_effects2, .left_effects2 {
    background-size: 40px auto;
  }  
  .right_effects,.right_effects2{
    background-position: calc(100% - 5px) top;
    opacity: 0.5;
  }  
  .left_effects,.left_effects2{
    background-position: 5px top;
    opacity: 0.5;
  }  
  .guest_text .d_text {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
  }
  .n_day{
    display: none;
  }
  .santa{
    display: none;
  }
  
  
  header h1 img{
    height: auto;
    width: 100%;
  }
  .cta_btn{
    position: relative;
    width: 100%;
  }

  
  
  .sp_head{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top:140%;
  }
  .active_page header:before {
    right: 0;
    top: 0;
  }
  .active_page header:after {
    left: 0;
    top: 0px;
  }
  header .cn_inner{
    padding-top:2%;
  }
  .opentime{
    border-top:none;
  }
  .form_link {
    position:relative;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 40px;
  }  
  .reserve_btn {
    position: relative;
    background: url(../img/reserve_btn_sp.png) no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    margin: 0;
    padding-top:14.1%;
    cursor: pointer;
    margin-top:2%;
  }  
  .reserve_text {
    font-size: 14px;
    margin-top: 4px;
    color: #FFF;
    text-align: center;
  }  
  .tree_ef_l {
    position: absolute;
    left: 50%;
    top: auto;
    background: url(../img/tree_img.png) no-repeat center top;
    width: 50%;
    height: 0;
    margin-left: -75%;
    background-size: 100%;
    padding-top: 53%;
    bottom: 0;
  }
  .tree_ef_r {
    position: absolute;
    left: 50%;
    top: auto;
    background: url(../img/tree_img.png) no-repeat center top;
    width: 50%;
    height: 0;
    margin-left: 25%;
    background-size: 100%;
    padding-top: 53%;
    bottom: 0;
  }
  .photo,.opentime,.event{
    padding-bottom:90px;
  }
  .special{
    padding-top:60px !important;
    padding-bottom:0px !important;
  }
  .opentime h2{
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .opentime .main_wrap {
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
  }
  .opentime .main_wrap:before {
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 10px;
  }
  .main_list{
    width: 100%;
  }
  .main_list .big_text {
    font-weight: 600;
    display: block;
    font-size: 14px;
  }
  .main_text{
    margin: 0 20px;
    padding-top:15px;
    padding-bottom:0;
  }
  .main_text .copy {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 15px;
    text-align: justify;
  }  
  .main_text .copy br{
    display: none;
  }
  .main_wrap{
    width:100%;
  }
  .main_list {
    display: block;
    margin: 0 0 15px;
    padding-bottom: 15px;
  }
  .main_list:last-child{
    margin-bottom:0;
  }
  .main_list h3 {
      padding: 0;
      width: 100%;
      font-size: 18px;
  }
  .main_list p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
  }
  .p_details {
    font-size: 14px;
  }
  .opentime .main_wrap:after {
    /*
    width: 72px;
    height: 88px;
    */
    width: 90px;
    height: 108px;    
  }
  .blue_margin{
    margin-top: 10px;
  }
  .photo .main_text:before {
    display: none;
  }  
  .photo .main_text:after {
    display: none;
  }  
  .bg_green,.bg_red,.bg_sea{
    padding: 30px 0 60px;
  }
  .photo h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-align: justify;
  }
  .photo .main_text_area h3{
    font-size: 18px;
    line-height: 26px;
    margin-top: 6px;
  }
  .photo h3 br{
    display: none;
  }
  .photo ul{
    margin: 10px auto 10px;
    list-style: none;
  }
  
  
  .photo_flex{
    display: block;
    margin: 0 20px 20px;
  }
  /*
  .photo_flex:last-child{
    margin-bottom: 0;
  }
  */
  .photo_t {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
  }
  .photo_visual,.photo_txt{
    width: 100%;
  }
  .photo_visual{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .photo_txt{
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  
  
  .photo_img{
    position: relative;
    width: 80%;
    margin: 0 auto;    
  }
  .main_wrap .photo_t h3 {
    margin: 0 0 5px;
    text-align: justify;
  }  
  .photo_t p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .photo_flex_reverse {
    display: block;
    margin: 30px 0;
  }
  .photo_t .en_text{
    margin-top:0;
    margin-bottom:8px;
  }
  .event h3 {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin:10px 0 11px;
  }
  .event_w:nth-child(1):before,
  .event_w:nth-child(2):before,
  .event_w:nth-child(3):before{
    display: none;
  }
  .img_free_text {
      width: 75%;
      margin: 0 auto 20px;
      display: block;
  }
  .event h3 br{
    display: none;
  }
  .event_flex {
    display:block;
    margin: 0;
  }  
  .event_w {
    width: 100%;
    padding-bottom:0;
  }
  .event_w ul {
    margin-top: 15px;
    margin-bottom:30px;
  }  
  .event_info{
    display: block;
    margin-bottom: 20px;
  }
  .event_photo, .event_txt {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .event_photo{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .event_txt{
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .yatai_bg .event_cn h3 {
    margin-bottom: 10px;
  }
  .yatai_bg .event_cn h3 {
    max-width: 200px;
  }
  .game_bg .event_cn h3 {
    max-width: 174px;
  }
  .yatai_bg .event_cn,.game_bg .event_cn{
    margin: 0 20px; 
    padding: 20px 0;
  }
  .event_info:nth-child(1) .event_photo{
    border: solid 2px #f86fae;
    border-bottom: none;
    box-sizing: border-box;
  }
  .event_info:nth-child(2) .event_photo{
    border: solid 2px #00a7eb;
    border-bottom: none;
    box-sizing: border-box;
  }
  .kousaku_bg{
    display: block;
    padding-bottom: 5px;
    border: solid 2px #67c525;
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 30px;
    overflow: visible;
  }  
  .event_kousaku p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 20px 10px;
  }
  .event_kousaku p span{
    font-weight: 600;
  }
  .event_kousaku p br{
    display: none;
  }
  .kousaku_bg .remited:before {
    content: "";
    width: 92px;
    height: 92px;
    left: -20px;
    top: -48px;
  }
  .event_kousaku div{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .event_kousaku div img{
    width: 100%;
    height: auto;
  }
  .kousaku_bg h3 {
    width: 100%;
    margin: 0 auto;
  }
  .kousaku_bg h3 img{
    width: 180px;
    margin: 0 auto 15px;
  }
  .yatai_bg{
    display: block;
    padding-bottom: 0px;
    border: solid 2px #f86fae;
    border-top: none;
    box-sizing: border-box;
  }
  .game_bg{
    display: block;
    padding-bottom: 5px;
    border: solid 2px #00a7eb;
    border-top: none;
    box-sizing: border-box;
  }
  
  
  .ev_caution {
    position:relative;
  }
  .yatai_bg .event_cn p,.game_bg .event_cn p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: justify;
  }
  .yatai_bg .event_cn h4, .game_bg .event_cn h4{
    font-weight: 600;
  }
  
  .guest_wrap:last-child{
    margin-top: -20px;
  }
  .guest_wrap {
    display: block;
    margin:30px 0;
  }
  .guest_text .h_text{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    width: 280px;
    margin: 15px auto 10px;
  }
  .guest_text,.guest_img{
    width:100%;
    max-width: 100%;
  }
  .guest_img {
    border-radius: 0;
    border: none;
    margin-bottom:10px;
  }
  .special_ef {
    background-size: 495px auto;
    height: 62px;
    animation: roop_balloon_768 20s linear infinite;
    margin-top: 16px;
    padding-bottom: 15px;
  }
  @keyframes roop_balloon_768{
    0%{margin-left: 0}
    100%{margin-left: -495px}
  }

  body .main_wrap .caution{
    padding: 60px 0;
  }
  .caution ul li {
    margin-bottom: 15px;
    list-style: none;
    display:flex;
    align-items: flex-start;
  }
  .main_li{
    flex: 1;
  }
  .caution ul li:before{
    content:"";
    width:4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    display: block;
    margin-right:5px;
    margin-top:10px;
  }
  .caution ul {
    margin: 15px 0 0;
    padding: 0;
  }
  .caution h2{
    margin-bottom: 30px;
  }
  .caution .main_text{
    padding-top:0;
    padding-bottom:0;
  }
  .caution ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .last_reserve{
    background: url("../img/reserve_btn_sp2.png?") no-repeat center top;
    background-size: 100% auto;
    margin-top:30px;
  }
  .reserve_text{
    margin-bottom:30px;
    font-weight: 600;
  }
  .guest_icon {
    position: relative;
    color: #FFF;
    background: #d92f26;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
  }
  footer{
    font-size:10px;
    padding: 0;
    margin-top: 96%;
  }
  .reserve_fix {
    position: fixed;
    right: -20px;
    top: 0;
    width: 155px;
    height: 180px;
    z-index: 999;
    transform: translateY(-180px);
    transition: 0.5s ease-in-out;
  }
  .reserve_fix_active{
    transform:translateY(0);
  }

  .reserve_link{
    position: absolute;
    left: 0;
    top:-20px;
    width:100%;
    height: 100%;
    background: url("../img/reserve_btn_fix.png") no-repeat center top;
    background-size:100%;
    animation: roop_anim 2s ease-in-out infinite;
    transform-origin: center top;
  }
  .reserve_link a {
    position: absolute;
    width: 78px;
    height: 98px;
    left: 50%;
    bottom: 15px;
    display: block;
    transform: translateX(-50%);
  }

  .event_w:nth-child(1) h4 {
    width: auto;
    height: auto;
    padding-top: 0;
    white-space: normal;
    text-indent: 0;
    color: #FFF;
    font-size: 16px;
    background: #d92f26;
    padding: 8px 10px;
  }
  .event_w:nth-child(2) h4 {
    width: auto;
    height: auto;
    padding-top: 0;
    white-space: normal;
    text-indent: 0;
    color: #FFF;
    font-size: 16px;
    background: #198643;
    padding: 4px 10px;
  }
  .event_w:nth-child(3) h4 {
    width: auto;
    height: auto;
    padding-top: 0;
    white-space: normal;
    text-indent: 0;
    color: #FFF;
    font-size: 16px;
    background: #2672d9;
    padding: 4px 10px;
  }
  .event_w ul {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .event_w ul li{
    font-size:14px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-left: 20px;    
  }
  .photo, .opentime, .event {
    padding-bottom: 80px;
  }
  
  .photo_1{
    box-sizing: border-box;
    border: solid 2px #ef81b5;
    border-top: none;
  }
  .photo_2{
    box-sizing: border-box;
    border: solid 2px #f8bf1f;
    border-top: none;
  }
  .photo_3{
    box-sizing: border-box;
    border: solid 2px #9ed07c;
    border-top: none;
  }
  .photo_flex:nth-child(2) .photo_visual{
    border: solid 2px #ef81b5;
  }
  .photo_flex:nth-child(3) .photo_visual{
    border: solid 2px #f8bf1f;
  }
  .photo_flex:nth-child(4) .photo_visual{
    border: solid 2px #9ed07c;
  }
  .photo_flex .photo_visual{
    box-sizing: border-box;
    border-bottom: none !important;
  }
  
  
  .photo_t .number{
    font-size:32px;
  }
  .photo_t .en_text {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }  
  .obj{
    position: absolute;
    width:30%;
    height: auto;
    opacity: 0.3;
  }
  .obj:nth-child(1) {
    left: -8%;
    top: 0;
    margin-top: 190%;
    width: 40%;
  }
  .obj:nth-child(2) {
    left: auto;
    right: -10%;
    top: 0;
    margin-top: 330%;
    width: 40%;
  }
  .santa_t {
    display: none;
  }
  .event {
    margin-top: 0; 
  }
  .event_text_flex{
    display: block;
    margin: 15px 15px 40px;
    background: url("../img/free_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    height: 0;
    padding:18% 30px 0;
  }
  .img_event{
    display: none;
  }
  .img_event2{
    display: none;
  }
  .img_event_text{
    display: none;
  }
  .event_w:nth-child(1):before{
    content:"";
    display: block;
    background: url("../img/foods.png") no-repeat left top;
    background-size:100% auto;
    width: 160px;
    height: 116px;
    position: absolute;
    right:0;
    bottom:0;
  }
  .event_w:nth-child(2):before{
    content:"";
    display: block;
    background: url("../img/play.png") no-repeat left top;
    background-size:100% auto;
    width: 110px;
    height: 115px;
    position: absolute;
    right:0;
    bottom:0;
  }
  .event_w:nth-child(3):before{
    content:"";
    display: block;
    background: url("../img/goods.png") no-repeat left top;
    background-size:100% auto;
    width: 115px;
    height: 128px;
    position: absolute;
    right:0;
    bottom:0;
  }
  .event_w:last-child{
    padding-bottom: 60px;
  }
  .form_wrap{
    padding: 5px 15px 6px;
    display: block;
    margin: 0;
  }
  .form_limit{
    font-size: 12px;
    line-height: 28px;
    margin-top:5px;
    text-align: center;
  }
  .form_link{
    padding:0;
  }
  .form_link:before {
    mix-blend-mode: normal;
    background: none;
  }
  .form_limit{
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    /*text-shadow: 0 0 3px rgba(0,0,0,0.5);*/
  }
  /*
  .form_label {
    padding: 8px 0;
    font-size: 14px;
    line-height: 14px;
    margin-right: 0;
    text-align: center;
    background: #000;
  }
  .form_a {
    position: relative;
    display: block;
    padding: 15px 0;
    background: #d8406a;
    color: #ffec1e;
    font-size: 16px;
    line-height: 16px;
    margin: 15px auto 0;
    text-align: center;
    max-width:calc(100% - 30px);
    border-radius: 60px;
    text-decoration: none;
    z-index: 1;
  }
  */
  .form_label {
    font-weight: 600;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 14px;
    margin-right: 0;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
  }
  .form_wrap{
    text-align: center;
  }
  /*
  .form_a {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    border-radius: 100px;
    border: solid 1px #fff;
  }  
  */
  /*
  .photo_flex:before {
    content: "";
    left: 0;
    bottom: 0;
    background: url(../img/leef.png) no-repeat center center;
    width: 191px;
    height: 217px;
    background-size: 100% auto;
    opacity: 0.5;
    margin-bottom: 30%;
    margin-left: -55px;
  }  
  .photo_flex_reverse:before {
    content: "";
    right: 0;
    bottom: 0;
    background: url(../img/leef_r.png) no-repeat center center;
    width: 191px;
    height: 217px;
    background-size: 100% auto;
    opacity: 0.5;
    margin-bottom: 25%;
    margin-right: -55px;
  }
  */
  footer{
    height: 60px;
  }
  .footer_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
  }  
  .footer_inner p{
    color: #fff;
  }
   footer:before {
    mix-blend-mode: multiply; 
  }


  
  .form_link_relative{
    padding: 0 0 46%;
  }
  .form_link_relative .form_a{
    margin: 0 auto;
  }
  /*
  .form_link_relative:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
    background: #c4f9ff;
    opacity: 0.8;
  }
  */
  .bg_sea:before{
    opacity: 0.8;
  }
  footer:before{
    opacity: 0.8;
  }
  .free_text{
    font-size: 18px;
    margin-bottom:20px;
  }
  .free_photo {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 33px;
  }
  .free_photo .normal{
    font-size: 14px;
  }
  .ef_set{
    width: 100%;
  }
  .effect_b:nth-child(1),.effect_b:nth-child(2) {
    width: 40%;
  }
  .effect_b:nth-child(1){
    left: 2%;
  }
  .effect_b:nth-child(2) {
    right: 2%;
  }
  .free_photo span{
    display: block;
  }
  .free_photo br{
    display: none;
  }
  .free_photo .normal{
    display: block;
    text-align: left;
    line-height: 22px;
  }
  .free_photo .normal{
    margin-top:10px;
  }
  .free_photo .red{
    margin-top:15px;
  }
  .form_link_relative{
    width: 100%;
  }
  #footer_logo,.form_a{
    width: 80%;
  }
}

@media screen and (min-width: 769px) and (max-width: 769px){
  .tree_ef_l {
    transform-origin: center bottom;
    transform:scale(0.8);
  }
  .tree_ef_r {
    transform-origin: center bottom;
    transform:scale(0.8);
  }
}







#dummy_wrap{
  position: relative;
}
.header_active{
  position: fixed !important;
  bottom: 0;
  height: auto !important;  
}
.header_active header{
  transform: none !important;
}
.header_active #header_title div,
.header_active #header_title h1,
.header_active #header_title h2,
.header_active #header_cn:after{
  visibility: hidden;
}
.header_active #header_title #particle{
  visibility: visible !important;
}
.header_active .form_link_relative{
  visibility: visible;
}








