@charset "utf-8";

/* 共通のスタイル */

body{
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  background-color: #000;
}

header a{
  text-decoration: none;
  color: #bb0000;
  transition: color linear 0.1s;
}
header a:hover{
  color: #440000;
}
section a{
  padding: 0.1rem 0.5rem 0.3rem 0.5rem;
  text-decoration: none;
  color: #fff;
  background-color: #2d8b7a;
  border-radius: 0.3rem;
  transition: background-color linear 0.1s;
}
section a:hover{
  background-color: #440000;
}


header{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #0009;
  z-index: 99;
}
header h1{
  margin-right: auto;
}
header h1 a{}
header h1 a img{
  height: 55px;
}
header nav#global-nav{}
header nav#global-nav ul{
  display: flex;
  align-items: center;
  height: 55px;
}
header nav#global-nav ul li{
  margin: 0 1.8rem 0 0;
}
header nav#global-nav ul li a{
  text-decoration: none;
  font-size: 1.2rem;
  color: #2d8b7a;
}
header nav#global-nav ul li a:hover{}




div#back{
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: url(../images/back.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

div#shadow{
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

div#wrap{
  position: relative;
  z-index: 4;
  width: 1000px;
  margin: 0 auto;
}





section{
  margin: 0 0 20rem 0;
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
}
section h2{
  text-align: center;
  font-size: 3rem;
}
section p{
  text-align: center;
  line-height: 2.2;
}
section h3{
  text-align: center;
  font-size: 2.5rem;
}


div#ticket{
  position: fixed;
  z-index: 100;
  bottom: 7rem;
  right: 5rem;
}
div#ticket a{
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 16px 17px 20px;
  text-decoration: none;
  text-shadow: 0 0 10px #fff;
  color: #fff;
  background-color: #bb0000;
  border-radius: 10px;
  box-shadow: 0 0 30px #fff;
}
div#ticket a:hover{
  background-color: #440000;
}



/* #sec00 */
#sec00{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 200px 0 0 0;
}
#sec00 figure{}
#sec00 figure img{
  width: 100%;
}



/* #sec01 */
#sec01{}
#sec01 h2{
  margin: 0 0 2rem 0;
}
#sec01 p{
  font-size: 1.5rem;
}
#sec01 div#tit{
  margin: 5rem 0 5rem 0;
  text-align: center;
  font-size: 5rem;
}
#sec01 div#tit span.ban{
  display: inline-block;
  margin: 0 0 2rem 0;
  font-size: 2.5rem;
}
#sec01 .box{
  margin: 0 auto 10rem auto;
}
#sec01 .box #per-cau{
  margin: 0 0 4rem 0;
}
#sec01 .box #per-cau table{
  width: 100%;
}
#sec01 .box #per-cau table td{
  text-align: justify;
  line-height: 1.2;
}
#sec01 .box #per-cau table td.cau{
  width: 7rem;
  text-align: right;
}
#sec01 .box .box-lr{
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec01 .box .box-u{
  margin: 1rem 0 0 0;
  text-align: center;
}
#sec01 .box .box-lr.app{
  align-items: flex-start;
}
#sec01 .box .box-lr .box-l{
  position: relative;
  top: -0.4rem;
  margin: 0 2rem 0 0;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
}
#sec01 .box .box-lr .box-l.app{
  line-height: 0.6;
}
#sec01 .box .box-lr .box-l.app span{
  font-size: 1rem;
}
#sec01 .box .box-lr .box-c{
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 2.5rem;
}
#sec01 .box .box-lr .box-cr{
  display: flex;
}
#sec01 .box .box-lr .box-c.fee{
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.2;
}
#sec01 .box .box-lr .box-r{
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 2.5rem;
}
#sec01 .box .box-lr .box-r span{
  position: relative;
  top: -0.5rem;
  margin: 0 0 0 1rem;
  font-size: 1.5rem;
}
#sec01 .box .box-lr .box-r.date{
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.2;
}
#sec01 .box .box-lr .box-r.date span{
  margin: 0 0 0 0;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1.2;
}
#sec01 .box .box-lr .box-r.fee{
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.2;
}
#sec01 .box .box-u.fee{
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}
#sec01 .box .box-lr .box-r.tic{
  text-align: left;
  font-size: 2.5rem;
  line-height: 2;
}
#sec01 .box .box-lr .box-r.prog{
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.4;
}
#sec01 .box .box-lr .box-r.prog ul{
  list-style-type: none;
}
#sec01 .box .box-lr .box-r.prog ul li.hoka{
  margin-left: 3rem;
  font-size: 2rem;
}
#sec01 .box .box-lr .box-r.tic a{
  padding: 0rem 1rem 0.3rem 0rem;
  border-radius: 0.5rem;
}
#sec01 .box .box-lr .box-r.app{
  text-align: left;
  line-height: 1.2rem;
}
#sec01 .box .box-lr .box-r.app li{
  margin: 0 0 2rem 0;
  list-style-type: none;
}
#sec01 .box .box-lr .box-r.app a{
  position: relative;
  top: -0.9rem;
  margin: 0 0 0 1rem;
  font-size: 1rem;
}
#sec01 .box .box-lr .box-r.app span{
  margin: 0 0 0 -0.5rem;
  text-align: left;
  font-size: 1rem;
}
#sec01 .box .box-lr .box-r.ass{
  position: relative;
  top: 2rem;
}
#sec01 .box .box-lr .box-u{
  margin: 0.5rem 0 0 0;
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#sec01 .box .box-u.date{
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}
#sec01 .box .box-u.tic{
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}
#sec01 .box .box-u.tic a{
  padding: 0rem 0rem 0.2rem 0rem;
  border-radius: 0.3rem;
}
#sec01 .box.appearance{
  width: 90%;
  margin: 0 auto;
  height: 27rem;
  overflow-x: scroll;
  overflow-y: hidden;
}
#sec01 .box.appearance iframe{
  width: 100%;
  height: 27rem;
}

/* #sec02 */
#sec02{}
#sec02 h2{
  margin: 0 0 2rem 0;
}
#sec02 p{
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}
#sec02 p.jobun{
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
}



/* #sec03 */
#sec03{}
#sec03 h2{
  margin: 0 0 2rem 0;
}
#sec03 h3{
  margin: 0 0 2rem 0;
}
#sec03 ul{
  list-style-type: square;
}
#sec03 ul li{
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
#sec03 ul li a{
  padding: 0.1rem 0.8rem 0 0.8rem;
}


/* #sec04 */
#sec04{}
#sec04 h2{
  margin: 0 0 2rem 0;
}
#sec04 div#con{
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec04 div#con ul{
  list-style-type: none;
}
#sec04 div#con ul li{
  margin: 0 0 2rem 0;
}
#sec04 div#con ul li a{
  position: relative;
  top: -0.2rem;
  padding: 0.1rem 0.5rem 0 0.5rem;
}
.fa-mobile-screen-button{
  font-size: 2rem;
}



footer{
  padding: 0 0 3rem 0;
  text-align: center;
  line-height: 1.4;
}





/* 矢印 */
.arrow {
  padding: 0 0 0 2rem;
  height: 100vh;
  position: absolute;
  z-index: 99;
  left: 50%;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5%;
  width: 80px;
  height: 80px;
  border-top: 5px solid #bb0000;
  border-right: 5px solid #bb0000;
  transform: translateX(-80%) rotate(135deg);
}

/* 点滅 */
.blinking{
  animation:blink 1s ease-in-out infinite alternate;
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}

/* modal */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40vw;
    padding: 20px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    background: #fff;
}
#modal02 .modal__content{
    width: 20vw;
}
.modal__content figure{
  max-width: 100%;
}
.modal__content figure img{
  max-width: 100%;
}
a.js-modal-close{
  margin: 30px 0 0 0;
}


/* ドロワメニュー */
#nav-toggle {

  height: 53.5px;
  cursor: pointer;

  padding: 12px 20px 12px 10px;
  /* background-color: #fffa;         トグル全体の背景部分 */
  border-radius: 5px;
}
#nav-toggle > div {
  position: relative;
  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: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.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: 1000;
}

#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: 990;

  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;
}
#drawer-nav a:hover {
  color: #666;
}
#drawer-nav ul {
  list-style: none;
}
#drawer-nav ul li {
  margin: 40px 0 40px 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以下 ########### */
@media (max-width: 599px) {

  header nav#global-nav{
    display: none;
  }


  /* 折り込み情報 */
  #orikomi div{
    bottom: unset;
    top: 10vh;
    padding: 0 0 0 5vw;
  }
  #orikomi h2{
    font-size: 4vw;
  }
  #orikomi ul{
    font-size: 3vw;
  }
  #orikomi ul li{
    line-height: 1.4;
  }
  #orikomi ul li span.kome{
    font-size: 2vw;
    line-height: 0.8rem;
  }
  #orikomi p{
    font-size: 1.6vw;
  }

  div#wrap{
    width: 100%;
    padding: 0 1rem;
  }

  section h2{
    font-size: 5vw;
  }
  section h3{
    font-size: 2.3rem;
  }

  #sec00 figure {
      padding: 0 0 0 0;
  }
  .arrow{
    bottom: 3rem;
  }

  div#ticket{
    position: fixed;
    z-index: 100;
    bottom: 1rem;
    right: 50%;
    transform: translateX(50%);
    width: 70vw;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
  }
  div#ticket a{
    display: block;
    margin-bottom: 0;
    padding: 5px 0 7px 0;

  }

  #sec01 p{
    font-size: 2.8vw;
  }

  #sec01 div#tit{
    font-size: 8vw;
  }
  #sec01 div#tit span{
    font-size: 4vw;
  }
  #sec01 div#tit span.ban{
    font-size: 4.5vw;
  }
  #sec01 .box .box-lr{
    display: block;
  }

  #sec01 .box .box-lr .box-l{
    font-size: 4.5vw;
    margin: 0 0 1rem 0;
  }
  #sec01 .box .box-lr .box-l.app{
    margin: 0 0 2rem 0;
    font-size: 8vw;
  }
  #sec01 .box .box-lr .box-r.app li{
    text-align: center;
    line-height: 3rem;
  }
  #sec01 .box .box-lr .box-l.app span{
    font-size: 3vw;
  }
  #sec01 .box .box-lr .box-r.app span{
    margin: 0;
    top:-2.5rem;
  }
  #sec01 .box .box-lr .box-r.app ul li a.lf{
    margin: 0;
  }
  #sec01 .box .box-lr .box-r.tic{
    line-height: 5vh;
  }
  #sec01 .box .box-lr .box-r.tic a{
    font-size: 4.5vw;
  }
  #sec01 .box .box-lr .box-r.prog{
    font-size: 9vw;
  }
  #sec01 .box .box-lr .box-c.fee{
    font-size: 5vw;
  }
  #sec01 .box .box-lr .box-r span{
    font-size: 4vw;
  }
  #sec01 .box .box-lr .box-r.fee{
    font-size: 5vw;
  }
  #sec01 .box .box-lr .box-r.prog ul li{
    text-align: center;
  }
  #sec01 .box .box-lr .box-r.prog ul li.hoka{
    margin-left: 0;
  }

  #sec01 .box .box-lr{
    display: block;
  }

  #sec01 .box .box-lr .box-r{
    font-size: 8vw;
  }
  #sec01 .box .box-lr .box-r.date{
    font-size: 5.45vw;
  }
  #sec01 .box .box-lr .box-r.date span{
    font-size: 5.45vw;
  }
  #sec01 .box .box-u{
    margin: 0;
    font-size: 4vw;
  }
  #sec01 .box .box-u.date{
    margin: 0.5rem 0 0 0;
    font-size: 4vw;
  }
  #sec01 .box .box-u.fee{
    margin: 0.5rem 0 0 0;
    font-size: 3.5vw;
    text-align: justify;
    line-height: 1.4;
  }
  #sec01 .box .box-u.tic{
    margin: 0.5rem 0 0 0;
    font-size: 3.5vw;
  }
  #sec01 .box #per-cau{
    font-size: 4vw;
  }
  #sec01 .box #per-cau table td.cau{
    width: 20vw;
  }


  #sec02{
    font-size: 3vw;
  }
  #sec02 p{
    font-size: 2.4vw;
  }
  #sec02 p.jobun{
    font-size: 2vw;
  }

  #sec03 ul{
    padding: 0 0 0 3vw;
  }
  #sec03 ul li{
    text-align: justify;
  }

  .sp-no{display: none;}

}




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

  header nav#global-nav ul li a{
    font-size: 1.8vw;
  }

  #nav-toggle{
    display: none;
  }

  div#wrap{
    width: 100%;
    padding: 0 2rem;
  }

  section h2{
    font-size: 5vw;
  }
  section h3{
    font-size: 2.5rem;
  }


  #sec01 p{
    font-size: 2.5vw;
  }

  #sec01 div#tit{
    font-size: 8vw;
  }
  #sec01 div#tit span{
    font-size: 4vw;
  }

  #sec01 .box .box-lr{
    display: block;
  }

  #sec01 .box .box-lr .box-l{
    font-size: 4.5vw;
    margin: 0 0 1rem 0;
  }
  #sec01 .box .box-lr .box-l.app span{
    font-size: 1.6vw;
  }
  #sec01 .box .box-lr .box-r.tic{
    line-height: 1.6;
  }
  #sec01 .box .box-lr .box-r.tic a{
    font-size: 3.5vw;
  }
  #sec01 .box .box-lr .box-c.fee{
    font-size: 5vw;
  }
  #sec01 .box .box-lr .box-r.prog ul li{
    text-align: center;
  }
  #sec01 .box .box-lr .box-r.prog ul li.hoka{
    margin-left: 0;
  }

  #sec01 .box .box-lr{
    display: block;
  }

  #sec02 p{
    font-size: 2.3vw;
  }

  .pc-no{
    display: none;
  }

}



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

  #nav-toggle{
    display: none;
  }

  div#wrap{
    width: 100%;
    padding: 0 2rem;
  }

  section h2{
    font-size: 5vw;
  }
  section h3{
    font-size: 2.5rem;
  }

  #sec01 p{
    font-size: 2.5vw;
  }
  #sec01 div#tit{
    font-size: 8vw;
  }
  #sec01 div#tit span{
    font-size: 4vw;
  }

  #sec01 .box .box-lr .box-l{
    font-size: 3vw;
  }
  #sec01 .box .box-lr .box-l.app span{
    font-size: 1.6vw;
  }
  #sec01 .box .box-lr .box-r.tic{
    line-height: 1.6;
  }
  #sec01 .box .box-lr .box-r.tic a{
    font-size: 3.5vw;
  }

  #sec02 p{
    font-size: 2.3vw;
  }

  .pc-no{
    display: none;
  }

}



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

  #nav-toggle{
    display: none;
  }

  .pc-no{
    display: none;
  }

}







