@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');

html { color: #222; }

/* 解除 */
header, #scrollHeader, #headerWave, .titleArea,
#mainWave, #gear, #bottomWave{display: none;}
.container { padding-top: 0; }
.pageInner{width: 100%; padding:0;}

/* animation */
@keyframes fadeOut { 100% { opacity: 0; } }
@keyframes fadeIn { 100% { opacity: 1; } }

img{ max-width:100%; }

#wrap,#footerArea .socialMenu, .footerS #footerArea .fNav, #footerArea .fNavCopy{background: #fff;}
.socialMenu a, #footerArea .fNav a, #footerArea .fNavCopy{color: #0086d1;}


section h2, main > section .inner{
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateY(30px);
}
section h2.drop, main > section .inner.drop{
  opacity: 1;
  transform: translateY(0px);
}
main .tit {
    font-size: 17px;
    margin: 0 auto 20px;
    border-bottom: solid 1px;
    padding: 0 0 20px;
    font-weight: bold;
    color: #0086d1;
}

#navbtn{ display: none; }
#menu li a{
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight:700;
  letter-spacing: 2px;
  color:#fff;
  text-align: center;
  text-decoration: none;
}

#kv {
  position: relative;
  overflow: hidden;
background: #fff;

height:100vh;
height: calc(var(--vh, 1vh) * 100);
}

.loaded #kv {
    background: url("phmains4CJi9xY.jpg") no-repeat center / cover;

}
#kv:before {

}
#kv .kvlinks {
transform: rotate(-45deg);
position: absolute;
margin: auto;
top: 3%;
bottom: 0;
height: 200%;
width: 140%;
right: 0;
left: -21.5%;
line-height: 1;
}

#kv a{
display: inline-block;
width: 100%;
height: 53%;
box-sizing: border-box;
line-height: 0;

animation: line 0.3s ease 1.3s forwards;
transform: scaleY(0);
transform-origin: top;
margin: -44px 0 0;
}


#kv a:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fbf8dd;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: bottom;
    transform: scaleY(1);
    
    animation: linenone 0.3s ease 1.7s forwards;
}


#kv a.link_second {
transform-origin: bottom;
margin: -6px 0 0;
}
#kv a.link_second:before {
background: #fdeae5;
transform-origin: top;
}




#kv a:hover{
background: rgba(255, 255, 255, 0.3);
}


@keyframes line {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes linenone {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}


.scroll,
.loaded.headerFix .scroll {
display:none;
}
.loaded .scroll {
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
    display: block;
animation: bound-anim 1s infinite;
}
.scroll img {
animation: bound-anim 1s infinite;
}

@keyframes bound-anim {
	0%,100% {bottom: 20px;}
	30% {bottom: 0%;}
	60% {transform:}
	90% {bottom: 20px;}
}



main > section {
  padding: 150px 0 150px;
  background: #d9edfd;
}


main > section .inner{
  position: relative;
  border-radius: 20px;
  padding: 50px;
  background:#fff;
  box-sizing: border-box;
}
main > section:nth-of-type(2n+1) .inner{background: rgba(255,255,255,1);}

section h2 {
  position: relative;
  margin: 0 0 45px;
  padding: 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  color:#0086d1;
  font-size: 75px;
  text-align: center;
  font-weight: 700;
  line-height:1;
  letter-spacing: 1.5px;
}

section h2 img {
width:200px;
}
section h3 {
  margin:0 0 25px;
  color:#004ea2;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1.5;
  text-align: center;
}

/* schedule */
i.week {
  margin: 0 0 0 1px;
  font-style: normal;
  font-size: 90%;
}
i.week.pnk { color: #f584b6; }
i.week.blu { color: #6cb3f1; }


/* ticket */
.length dd i{font-size: 80%;font-style: normal;line-height: 1;}


.linkTxt{
  text-align: center;
  padding: 20px 0 0;
}

.btn a{
  background: #f6bec8;
  width: 400px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  margin: 0 auto;
  border-radius: 100px;
}
  .btn a:hover{
    color:#fff;
    background: #ff8b93;
  }

/* GOODS */
.phGoods li{
  line-height: 0;
  padding: 0 0 30px;
}
.phGoods li:last-child{
  padding: 0;
}


/* SPECIAL */
main > section#special .inner{
  padding: 30px;
 margin-bottom: 80px;
}
main > section#special .inner::before, main > section#special .inner::after{
  content:"";
  position:absolute;
  bottom:25px;
}


main section#special .inner .titSp {
    color: #ff8b93;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    display: inline-block;
    margin: 0 10px 20px 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 2px;
}

main section#special .inner .leadSp {

color: #ff8b93;
text-align: center;
font-weight: bold;
font-size: 18px;
margin: 0 auto 20px;
padding: 0 0 20px;
display: inline;
}

.icoSp{
  transform: rotate(-20deg);
  font-family: 'Lobster', cursive;
  color:#e07777;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 10px;
  letter-spacing: 1.5px;
}


.official{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  padding: 45px 0 0;
}
.official a{
  padding: 10px 20px;
  border: 1px solid;
  color: #0086d1;
}



#schedule.sunglasses {
background:#fbf8dd;
}

#schedule.sunglasses h2 {
color: #01b3d6;
}
#schedule.sunglasses  .tit {
color: #01b3d6;
}

#schedule.second {
background:#fdeae5;
}

#pageTop a {
background: rgba(1, 179, 214, 0.3);
}
#pageTop a:hover {
background: rgba(1, 179, 214, 0.5);
}



/* PC
=================================== */
@media screen and (min-width: 960px){

  .sp{display:none !important;}
}
  #nav{
    position: fixed;
    top: 0;
    height: 90px;
    padding:0 30px;
    text-align: right;
    z-index: 100;
    width: 100%;
    transition: all .3s;
    box-sizing: border-box;
  }
  #logo{
    position: absolute;
    top: 18px;
    left: 30px;
    margin: 0;
  }
  .scrollOn header{top:0;}
  
  nav {padding: 20px 0 0; }
  nav li{display: inline-block;margin: 0 5px;}
  nav li a{
    padding: 2px 15px;
    border-radius: 30px;
  }
  nav li a:hover{
    background:#004ea2;
  }
  #kv #title img{
    max-width: 1050px;
    width: 70%;
  }

  main > section .inner {
    width: 900px;
    margin: 0 auto;
  }


  /* schedule */
  .scheduleList {
    width: 100%; border-bottom: 1px solid #ddd;letter-spacing: 1px; font-size: 14px; }
  .scheduleList th {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }
  .scheduleList th.venue{ padding: 0 0 15px 15px; }
  .scheduleList td {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    vertical-align: middle;
  }
  .scheduleList .date {
   width: 60px; font-weight: bold;
  }
  .scheduleList td.date {
    width: 90px;
    text-align: left;
    padding:15px 15px 15px 0;
    line-height: 1.5em;
  }
  #schedule .scheduleList .area{
    width: 60px;
    text-align: center;
  }
  .scheduleList .venue	{position: relative; width: 200px;padding: 15px 0 15px 15px}
  .scheduleList .venue a{
    font-size: 18px;
    position: absolute;
    right: 90px;
    top: 15px;
  }
  .scheduleList td.area{ width: 180px; text-align: center; }
  .scheduleList .open{
    width: 300px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .scheduleList .info { width: 165px; font-size: 12px;}
  .scheduleList .info span{
      display: inherit;
      padding: 0 0 5px;
  }
  .member td{
    border: none;
    padding: 0 0 15px;
  }
  .member td div{
    background: #e9f8ff;
    padding: 10px 15px 12px;
    border-radius: 8px;
  }
  .member td div .tit{
    color: #64b8ff;
    font-weight: bold;
    letter-spacing: 2px;
  }

  /* ticket */
  .length { background: #fff; font-size: 18px;line-height: 58px;  font-weight: bold; margin: 0 0 30px; border: 2px solid #f6bec8; }
  .length dt { width: 100%; background: #f6bec8; color: #fff; text-align: center;letter-spacing: 4px; }
  .length dd {
  padding: 20px 20px 20px;
font-size: 18px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.8em;
  font-weight: normal;
}


.length dd p.second {
color: #01b3d6;
font-weight: bold;
margin: 0;
}
.length dd p {
color: #0086d1;
font-weight: bold;
margin: 20px 0 0;
}

  /* SPECIAL */
  dl.titSp{ text-align: left; }
  dl.titSp dt, dl.titSp dd{
    display:inline-block;
    width:250px;
    vertical-align: top;
  }
  dl.titSp dd{
    width: 550px;
    font-size: 30px;
    color:#004ea2;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
  }
  #special .inner .text{
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto 25px;
  }
  #special .inner .text p{
    padding:0 0 5px;
  }
  #special .webpamphlet .text{
  }
  #special .xmasMail .text{
    margin-bottom: 70px;
  }
  .notice{
    font-size: 13px;
    line-height: 1.4;
  }
  
  .official a:hover{ color:#fff; }
  .official a:hover, #footerArea .socialMenu a:hover, #footerArea .fNav a:hover{
    color: #0086d1;
    opacity:0.5;
  }



.note {
    text-align: center;
    margin: 20px auto 0;
}

#ticket {
background: #d8f8ff;
}

section#ticket h2.drop {
color: #01b3d6;
}
.ticketTit {
color: #ffa6b6;
font-weight: bold;
font-size: 20px;
margin: 0 auto 20px;
}




/* SP
=================================== */
@media screen and (max-width: 960px){

  .pc{display:none !important;}


  #nav{
    height: 65px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: url("bg_nav.png") repeat-x scroll center bottom / 80px auto;
  }
  nav{ background:#d9edfd url("bg_nav.png") repeat-x scroll center -5px / 80px auto; }
  #navbtn {
    transition: all .7s ease;
    display: block;
    position: fixed;
    top: 10px;
    right: 20px;
    width: 35px;
    height: 35px;
    z-index: 120;
    cursor: pointer;
  }
  #navbtn span:nth-of-type(1) {
    top: 6px;
  }
  #navbtn span:nth-of-type(2) {
    top: 18px;
  }
  #navbtn span:nth-of-type(3) {
    bottom: 3px;
  }
  #navbtn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  /* menuOpen */
  .menuOpen #navbtn span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top:0; }
  .menuOpen #navbtn span:nth-of-type(2) { left: 60%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; }
  .menuOpen #navbtn span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -7px;width:100%; }
  
   nav{
     display:none;
     width: 100%;
     height: 100%;
     position: fixed;
     right: 0;
     top: -120%;
     transition: all .5s ease;
     display: flex;
     align-items: center;
     text-align: center;
     padding: 20px 0 0;
   }
   #menu {
     width: 100%;
   }
   .menuOpen nav{
     top:0;
     z-index: 110;
   }
   #menu li a{
     display: block;
     color:#004ea2;
     font-size: 24px;
     line-height: 50px;
     letter-spacing: 1px;
     text-decoration: none;
   }
   #menu li {
     padding: 10px 0;
     opacity: 0;
   }
   #menu li#logo{padding:20px 0 0;}
   .menuOpen #menu li:nth-child(1) { animation: fadeIn 1s ease 0.1s 1 forwards; }
   .menuOpen #menu li:nth-child(2) { animation: fadeIn 1s ease 0.2s 1 forwards; }
   .menuOpen #menu li:nth-child(3) { animation: fadeIn 1s ease 0.3s 1 forwards; }
   .menuOpen #menu li:nth-child(4) { animation: fadeIn 1s ease 0.4s 1 forwards; }
   .menuOpen #menu li:nth-child(5) { animation: fadeIn 1s ease 0.5s 1 forwards; }
   .menuOpen #menu li:nth-child(6) { animation: fadeIn 1s ease 0.6s 1 forwards; }


.loaded #kv {
background: url("phmainsps4CJi9xY.jpg") no-repeat center / cover;
}
#kv .kvlinks {
height: 200%;
width: 210%;
right: 0;
left: -55%;
}


.scroll img {
    width: 40px;
}


  main > section {
    padding: 40px 20px ;
  }
  main > section:nth-of-type(2n+1) {
    background:#d9edfd;
  }
  main > section:nth-of-type(2n) {
  
  }
  main > section .inner {
    border-radius: 16px;
    padding: 20px 15px;
    width: 100%;
  }
  main > section#schedule .inner {
    opacity: 1;
    transform: translateY(0px);
    padding: 20px 15px ;
    width: 100%;
  }
  #kv{
    padding: 0 0px;
  }

  section h2{
    margin: 0 0 25px;
    padding: 0 0 ;
    font-size: 35px;
  }
  section h2 img {
    width: 35vw;
}
  section h3 {
    margin:0 0 15px;
    color: #004ea2;
    font-size: 22px;
  }


  /* schedule */
  section#schedule h2{
    opacity: 1;
    transform: translateY(0px);
  }
  .length { margin: 0 0 20px; }
  .length dt {
    padding: 8px 10px 7px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
    box-sizing: border-box;
  }
  .length dd {
    font-size:14px;
padding: 15px 15px;
    background: #fff;
  }
  
  .length dd p {
      margin: 15px 0 0;
}

  .scheduleList{ width:100%; border-bottom:solid 1px #ddd;}
  .scheduleList tr:not(:first-of-type){ border-top: 1px solid #ddd;display: block;width: 100%;}
  .scheduleList th{ display:none; }
  .scheduleList td{ display:block;width: 100%;}
  .scheduleList td.area{
    display: inline-block;
    padding-top: 12px;
    width: 70px;
    font-size:15px; 
    font-weight: bold;
  }
  #schedule .scheduleList .area {
  border: none;
padding: 15px 0 0;
font-size: 14px;
  }
  .scheduleList td.venue{ font-size:14px; padding:0 0 7px; font-weight: bold;
  width: 100%;
border: none;
}
  .scheduleList td.venue a{
    margin: 0 0 0 5px;
    font-size: 17px;
  }
  .scheduleList .date { padding-top: 15px; font-size:15px; font-weight: bold;
}
  .scheduleList td.date{
  display: inline-block; 
  width: auto;
  border: none;
padding: 15px 15px 0px 0;
font-size: 14px;
}
  .scheduleList .date span{ font-size: 13px;padding: 5px 0 0;display: inherit;}
  .scheduleList .open{ font-size:12px; line-height:1.3em; margin:0 0 15px;
  border-top: 0;
width: 100%;
padding: 0;
  }
  .scheduleList .open:before{
    content:"OPEN / START";
    display: block;
    font-weight: bold;
    font-size: 11px;
    padding: 0 0 5px;
   }
  .scheduleList .info { font-size:11px; line-height:1.4em; margin-bottom:20px; }
  .scheduleList .tkt {padding: 0 0 10px;}
  .scheduleList .tkt:before{ 
     content:"TICKET";
     font-size: 11px;
     display: inherit;
     padding: 0 0 5px;
  }
  .scheduleList .info:before{ content:"INFO" }
  .scheduleList .info span{ display: inherit; }
  .scheduleList td.venue.sold::after {
    display: block;
    left: 180px;
    width: 100px;
    font-weight: normal;
    top: -1px;
  }

  .scheduleList tr.member{
    border: none;
  }
  .member td{
    border: none;
    padding: 0 0 15px;
  }
  .member td div{
    background: #e9f8ff;
    padding: 10px 15px 12px;
    border-radius: 8px;
  }
  .member td div .tit{
    color: #64b8ff;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .phGoods li{padding: 0 0 15px;}


  /* SPECIAL */
  main > section#special .inner {
    padding: 20px 15px;
    margin: 0 auto 30px;
  }
  main > section#special .inner > div {
    padding:10px 12px 30px;
    border-radius: 12px;
  }
  
  main section#special .inner .titSp {
  font-size: 14px;
  margin: 0 0px 10px 0;
  display: block;
  }
  main section#special .inner .leadSp {
  text-align: center;
font-weight: bold;
font-size: 14px;
margin: 0 auto 0px;
padding: 0 0 0px;
display: block;
  }
  #special .inner .text {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 10px 0px 0px;
    line-height: 1.6;
    margin: 0 auto 15px;
}

  .icoSp{
    font-size: 24px;
    left: -20px;
    top: -5px;
    letter-spacing: 1px;
  }
  dl.titSp dt{
    width: 70%;
    margin: 0 auto 12px;
    line-height: 0;
  }
  dl.titSp dd{
    padding: 5px 0 12px;
    color: #004ea2;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.5px;
  }
  #special .text{
    letter-spacing: 0.5px;
    line-height: 1.4;
    padding: 0 0 18px;
  }
  #special .text p{
    padding: 0 0 8px;
  }
  main > section#special .inner::before, main > section#special .inner::after{
    bottom:-10px;
  }
  main > section#special .inner::before {
    left: 10px;
    width: 30%;
    height: 80px;
  }
  main > section#special .inner::after {
    right: 10px;
    width: 30%;
    height: 80px;
  }
  #special .webpamphlet {
    margin-bottom: 30px;
   }
  .notice li{
    font-size: 12px;
    line-height: 1.2;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }

  .btn a {
    width: 100%;
    height: 55px;
    font-size: 15px;
    position: relative;
    z-index: 1;
  }
  .linkTxt{padding: 15px 0 0;}


main  .tit {
font-size: 15px;
margin: 0 auto 15px;
border-bottom: solid 0px;
padding: 0 0 0px;
text-align: center;
}

.note{
    text-align: left;
    margin: 20px auto 0;
    font-size: 13px;
}


.ticketTit {
font-size: 16px;
margin: 0 auto 15px;
}


}




/* SP
=================================== */
@media screen and (max-width: 360px){

  #kv{
    min-height: 250px;
  }
}



@media screen and (max-width: 240px){
.scroll img {
    width: 20px;
}
}
