@charset "utf-8";

body{
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  position: relative;
  --bg-pos-y: 0%;
  overflow-y: hidden;
  color: #fff;
}

body::before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/back.jpg);
  background-size: cover;

  background-position: 50% var(--bg-pos-y);
}

div#all{
  content: "";
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0003;
}


header{
  position: relative;
  width: 100%;
}


header div#logo{
  position: fixed;
  top: 15px;
  left: 30px;
  z-index: 300;
  width: 200px;
}
header div#logo img{
  max-width: 100%;
}

header h1{
  position: fixed;
  top: 4vw;
  left: 5vw;
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
  font-size: 0.00001rem;
  color: transparent;
  background-image: url(../images/logo.png);
  background-size: cover;
  background-position: 50% 50%;

  animation: logo 9s ease-out infinite;
}
@keyframes logo{
  0%{background-image: url(../images/logo.png);}
  80%{background-image: url(../images/logo.png);}
  90%{background-image: url(../images/logo2.png);}
  100%{background-image: url(../images/logo.png);}
}
div#load{
  height: 0;
  background-image: url(../images/logo2.png);
}

nav#global-nav{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  padding: 25px 0;
  background-color: #fffb;
}
nav#global-nav ul{
  display: flex;
  justify-content: flex-end;
  margin: 0 1vw 0 0;
}
nav#global-nav ul li{
  margin: 0 2vw 0 0;
}
nav#global-nav ul li a{
  text-decoration: none;
  text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
nav#global-nav ul li a:hover{}


div#wrap{
  display: flex;
  justify-content: right;
  padding: 0 3vw 5rem 3vw;
  position: relative;
  z-index: 100;
}

main{
  width: 50%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;
}

main section{
  padding: 7rem 0 0 0;
}

main section#sec01{
  padding: 8vw 0 0 0;
}
main section#sec01 h2{
  margin: 0 0 5rem 0;
  line-height: 1.2;
}
main section#sec01 h2 span#pre{
  font-size: 1.5vw;
}
main section#sec01 h2 span#tit{
  text-align: center;
  text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
  letter-spacing: 1rem;
}
main section#sec01 h2 span#sub{
  display: block;
  margin: 1rem 0 0 0;
  font-size: 1.1vw;
  letter-spacing: 0.1rem;
}
.line{
  font-family: sans-serif;
}
main section#sec01 p{
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.8;
}

main section#sec02{}
main section#sec02 h3{
  font-size: 1.8vw;
  line-height: 1.6;
}
main section#sec02 h3 span{
  margin: 0 0 1rem 0;
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
}
main section#sec02 div.date{
  margin: 0 0 1rem 0;
  font-size: 2.2vw;
  line-height: 1.6;
}
main section#sec02 div.des{
  margin: 0 0 1rem 0;
  text-align: justify;
  font-size: 1.1vw;
  line-height: 1.6;
}

main section#sec03{}
main section#sec03 h3{
  font-size: 2vw;
  line-height: 1.6;
}
main section#sec03 h3 span{
  margin: 0 0 1rem 0;
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
}
main section#sec03 h3 span#pico2{
  margin: 0 0 1rem 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
main section#sec03 div.add{
  margin: 0 0 2rem 0;
  font-size: 1.2vw;
  line-height: 1.8;
}
main section#sec03 div.add a{
  display: inline-block;
  margin: 0 0 0 1vw;
  text-decoration: none;
  font-size: 1.6vw;
  color: #f80;
  position: relative;
  top: 0.1rem;
  transition: text-shadow linear 0.5s;
}
main section#sec03 div.add a:hover{
  color: #000;
  text-shadow: 0 0 2px #f80 , 0 0 4px #f80 , 0 0 2px #f80 , 0 0 4px #f80 , 0 0 2px #f80 , 0 0 4px #f80 , 0 0 6px #f80 , 0 0 8px #f80 , 0 0 6px #f80 , 0 0 8px #f80 , 0 0 6px #f80 , 0 0 8px #f80;
}

main section#sec04{}
main section#sec04 h3{
  font-size: 1.8vw;
  line-height: 1.6;
}
main section#sec04 h3 span{
  margin: 0 0 1rem 0;
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
}
main section#sec04 div.price{
  margin: 0 0 1rem 0;
  font-size: 2.2vw;
  line-height: 1.6;
}
main section#sec04 div.des{
  margin: 0 0 2rem 0;
  text-align: justify;
  font-size: 1.1vw;
  line-height: 1.6;
}
main section#sec04 div.ticket{
  font-size: 1.5vw;
  line-height: 4rem;
}
main section#sec04 div.ticket a{
  display: block;
  width: 30vw;
  padding: 2px;
  color: #000d;
  text-decoration: none;
  background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#005700 66%,#002400 100%);
  border: solid 4px #007000;
  border-radius: 30px;

  position: relative;
  top: 0;
  transition: top linear 0.1s;
}
main section#sec04 div.ticket a:hover{
  top: -5px;
}
main section#sec04 div.ticket a span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vw;
  color: #fff;
  /*text-shadow: 1px 1px 0 #fffd;*/
  font-size: 2vw;
  border: dotted 3px #007000;
  border-radius: 25px;
}

main section#sec05{}
main section#sec05 h3{
  font-size: 1.8vw;
  line-height: 1.6;
}
main section#sec05 h3 span{
  margin: 0 0 1rem 0;
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
}
main section#sec05 div.cast{
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem 0;
  font-size: 1.7vw;
}
main section#sec05 div.cast-in{
  width: 32%;
}
main section#sec05 div.cast-in figure.photo{}
main section#sec05 div.cast-in figure.photo img{
  max-width: 100%;
}
main section#sec05 div.cast-in figure.name{
  position: relative;
  top: -1rem;
}
main section#sec05 div.cast-in figure.name img{
  max-width: 100%;
  border-radius: 10px;
}
main section#sec05 div.cast-in figure.name div{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50% , -50%);
}
main section#sec05 div.cast-in figure.name div span{
  font-size: 1.2vw;
}
main section#sec05 div.des{
  margin: 0 0 1rem 0;
  text-align: justify;
  font-size: 1.4vw;
  line-height: 1.6;
}

main section#sec06{}
main section#sec06 h3{
  font-size: 1.8vw;
  line-height: 1.6;
}
main section#sec06 h3 span{
  margin: 0 0 1rem 0;
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
}
main section#sec06 div.staff{
  margin: 0 0 1rem 0;
  font-size: 2.2vw;
  line-height: 1.6;
}
main section#sec06 div.staff span{
  font-size: 1.2vw;
}
main section#sec06 div.des{
  margin: 0 0 1rem 0;
  text-align: justify;
  font-size: 1.4vw;
  line-height: 1.6;
}


div.reserve a{
  display: block;
  width: 20%;
  padding: 2px;
  color: #000d;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#005700 66%,#002400 100%);
  border: solid 4px #007000;
  border-radius: 30px;

  position: fixed;
  bottom: 2vw;
  left: 2vw;
  z-index: 999;
  transition: bottom linear 0.1s;

  animation: box-blink 3s ease-out infinite;
}
@keyframes box-blink{
  0%{box-shadow: none;}
  50%{box-shadow: 0 0 2px #fff , 0 0 4px #fff , 0 0 2px #fff , 0 0 4px #fff , 0 0 2px #fff , 0 0 4px #fff , 0 0 6px #fff , 0 0 8px #fff , 0 0 6px #fff , 0 0 8px #fff , 0 0 6px #fff , 0 0 8px #fff;}
  100%{box-shadow: none;}
}
div.reserve a:hover{
  bottom: 2.3vw;
}
div.reserve a span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vw;
  color: #fff;
  text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;
  font-size: 2vw;
  border: dotted 3px #007000;
  border-radius: 25px;
}



.color_red{color: #f44;}
.font-size_125{font-size: 1.25em;}
.blinking{
  text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;

  animation: blink 10s ease-out infinite;
}
@keyframes blink{
  0%{text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;}
  80%{text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;}
  90%{text-shadow: 0 0 2px #fff , 0 0 4px #fff , 0 0 2px #fff , 0 0 4px #fff , 0 0 2px #fff , 0 0 4px #fff , 0 0 6px #fff , 0 0 8px #fff , 0 0 6px #fff , 0 0 8px #fff , 0 0 6px #fff , 0 0 8px #fff;}
  100%{text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000 , 0 0 6px #000 , 0 0 8px #000;}
}


footer{
  padding: 0 0 3rem 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 2px #000 , 0 0 4px #000 , 0 0 6px #000 , 0 0 8px #000;
}
footer nav#con{
  display: flex;
  justify-content: center;
  margin: 0 0 3rem 0;
}
footer nav#con ul{}
footer nav#con ul li{
  margin: 0 0 1rem 0;
}
footer nav#con ul li a{
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}
footer div#copyright{
  display: flex;
  justify-content: center;
}

.pc-no{
  display: none;
}




/* ########### 599px以下 ########### */
@media (max-width: 599px) {

  header div#logo{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 300;
    width: 40vw;
  }

  header h1{
    position: absolute;
    top: 10vw;
    left: 5vw;
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
  }

  nav#global-nav{
    display: none;
  }

  main{
    width: 90%;
    margin: 90vw auto 0 auto;
  }

  main section#sec01 h2{
    line-height: 1.4;
  }
  main section#sec01 h2 span#pre{
    font-size: 3vw;
  }
  main section#sec01 h2 span#tit{
    font-size: 12vw;
  }
  main section#sec01 h2 span#sub{
    margin: 0.5rem 0 0 0;
    font-size: 2vw;
  }

  main section#sec01 p{
    font-size: 3vw;
  }

  main section#sec02 h3{
    font-size: 4vw;
  }
  main section#sec02 h3 span{
    font-size: 8vw;
  }
  main section#sec02 div.date{
    font-size: 3.5vw;
  }
  main section#sec02 div.des{
    font-size: 2.5vw;
  }

  main section#sec03 h3{
    font-size: 4vw;
  }
  main section#sec03 h3 span{
    font-size: 8vw;
  }
  main section#sec03 h3 span#pico2{
    font-size: 3vw;
  }
  main section#sec03 div.add{
    font-size: 3.5vw;
  }
  main section#sec03 div.add a{
    font-size: 6vw;
    top: 0.15rem;
  }

  main section#sec04 h3{
    font-size: 4vw;
  }
  main section#sec04 h3 span{
    font-size: 8vw;
  }
  main section#sec04 div.price{
    font-size: 3.5vw;
  }
  main section#sec04 div.des{
    font-size: 2.5vw;
  }
  main section#sec04 div.ticket{
    font-size: 1.5vw;
  }
  main section#sec04 div.ticket a{
    width: 60vw;
    padding: 0.5vw;
  }
  main section#sec04 div.ticket a:hover{
    top: -5px;
  }
  main section#sec04 div.ticket a span{
    height: 10vw;
    font-size: 4vw;
  }

  main section#sec05 h3 span{
    font-size: 8vw;
  }
  main section#sec05 div.cast{
    display: block;
    width: 100%;
    font-size: 6.5vw;
  }
  main section#sec05 div.cast-in{
    width: 70%;
    margin: 0 auto 5vw auto;
  }

  main section#sec05 div.cast-in figure.name div span{
    font-size: 3.5vw;
  }
  main section#sec05 div.des{
    font-size: 5vw;
  }


  main section#sec06 h3 span{
    font-size: 8vw;
  }
  main section#sec06 div.staff{
    font-size: 5vw;
  }
  main section#sec06 div.staff span{
    font-size: 4vw;
  }


  footer nav#con{
    display: block;
    width: 80vw;
    margin: 0 auto 5rem auto;
  }
  footer nav#con ul li a{
    font-size: 4vw;
  }

  footer div#copyright{
    text-align: center;
    font-size: 4vw;
    line-height: 6vw;
  }

  div.reserve a{
    display: block;
    width: 50%;
    padding: 2px;

    position: fixed;
    bottom: 6.8rem;
    left: 50%;
    z-index: 2;
    transform: translate(-50% ,0);
  }

  div.reserve a:hover{
    bottom: 6.7rem;
  }
  div.reserve a span{
    height: 7vw;
    font-size: 4vw;
  }


  .pc-no{display: block;}

}




/* ########### 600px以上～768px以下 ########### */
@media (min-width: 600px) and (max-width: 768px) {





}



/* ########### 769px以上 ########### */
@media (min-width: 769px) {}



/* ########### 1000px以上 ########### */
@media (min-width: 1000px) {}



/* ドロワメニュー */
#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 36px;
  cursor: pointer;

  padding: 12px;
  background-color: #fffa;        /* トグル全体の背景部分 */
  border-radius: 5px;

  transform: scale(1.0);          /* 全体的なサイズ */
}
#nav-toggle > div {
  position: relative;
  top: 2px;
  width: 36px;
}
#nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;         /* ドロワの三本線の色 */
  transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 15px;
}
#nav-toggle span:nth-child(3) {
  top: 30px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 26px;
}

.open #nav-toggle span {
  background: #fff;               /* タップした後のドロワのバッテン線の色 */
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  top: 15px;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 10000;
}

#container {
  z-index: 900;
}

#drawer-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  text-align: center;
  font-size: 29px;
  color: #fff;
  background-color: #000d;        /* 右から出てくるドロワーナビ全体の背景 */

  opacity: 0;
  visibility: hidden;

  transition: opacity .6s ease, visibility .6s ease;
}

#drawer-nav a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;                    /* 右から出てくるドロワーナビの中の文字の色 */
  transition: color .6s ease;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
#drawer-nav a:hover {
  color: #666;
}
#drawer-nav ul {
  margin: -60px 0 0 0;
  list-style: none;
}
#drawer-nav ul li {
  margin: 20px 0 20px 0;
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
}
#drawer-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#drawer-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#drawer-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#drawer-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#drawer-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#drawer-nav ul li:nth-child(7) {
  transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #drawer-nav {
  opacity: 1;
  visibility: visible;
}
.open #drawer-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}



/* ########### 599px以下(smartphone) ########### */
@media (max-width: 599px) {

  #global-nav{
    display: none;
  }

}

/* ########### 600px以上～768px以下(tablet) ########### */
@media (min-width: 600px) and (max-width: 768px) {

  #nav-toggle{
    display: none;
  }

}

/* ########### 769px以上(PC) ########### */
@media (min-width: 769px) {

  #nav-toggle{
    display: none;
  }

}