@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lugrasimo&family=Zen+Antique+Soft&display=swap");
html {
  font-size: 100%;
  font-family: serif;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  text-align: center; }

img {
  max-width: 100%; }

li {
  list-style: none; }

a {
  text-decoration: none;
  list-style: none;
  color: #DD0000; }

.sp {
  display: none; }

/*De-Club会員入会ボタン*/
.btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #41a4fd, #0ef4ff);
  border-radius: 30px;
  box-shadow: 0 4px 0 #4689FF;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold; }
  .btn:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.5s; }
  .btn a {
    padding: 20px;
    color: #fff; }

/*チケット購入ボタン*/
.btn2 {
  display: block;
  width: 250px;
  margin: 40px auto;
  padding: 10px;
  background-image: linear-gradient(90deg, #677efa, #8e54db);
  border-radius: 30px;
  box-shadow: 0 4px 0 #7B3CFF;
  font-weight: bold; }
  .btn2:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.5s; }
  .btn2 a {
    padding: 20px;
    color: #fff; }

/*チケット購入ボタンAT*/
.btn3 {
  display: block;
  width: 150px;
  margin: 10px 0;
  padding: 10px;
  background-image: linear-gradient(90deg, #677efa, #8e54db);
  border-radius: 30px;
  box-shadow: 0 4px 0 #7B3CFF;
  font-weight: bold;
  text-align: center; }
  .btn3:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.5s; }
  .btn3 a {
    padding: 20px;
    color: #fff;
    text-align: center; }

/*アクセス*/
.a-btn {
  display: inline-block;
  background-color: #0000EE;
  border-radius: 30px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  transition: 0.3s; }
  .a-btn:hover {
    background-color: #DD0000; }
  .a-btn a {
    padding: 20px;
    color: #fff; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px; }

.wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px; }

/*========= ローディング画面 ===============*/
#loading {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #222;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center; }
  #loading img {
    max-width: 40vw; }

/*========= 背景桜吹雪 ===============*/
.sakura {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sakura li {
    position: absolute;
    list-style: none;
    top: -30px;
    background: #ffdbed;
    border-radius: 0% 70%;
    animation: fall 4s linear infinite, sway 2s ease-in-out infinite alternate; }
    .sakura li:nth-child(1) {
      left: 0%;
      width: 24px;
      height: 15px;
      animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
      animation-delay: 2s; }
    .sakura li:nth-child(2) {
      left: 5%;
      width: 13px;
      height: 9px;
      animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
      animation-delay: 8s; }
    .sakura li:nth-child(3) {
      left: 15%;
      width: 16px;
      height: 10px;
      animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
      animation-delay: 13s; }
    .sakura li:nth-child(4) {
      left: 30%;
      width: 16px;
      height: 10px;
      animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
      animation-delay: 7s; }
    .sakura li:nth-child(5) {
      left: 40%;
      width: 16px;
      height: 10px;
      animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
      animation-delay: 0s; }
    .sakura li:nth-child(6) {
      left: 55%;
      width: 24px;
      height: 15px;
      animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
      animation-delay: 3s; }
    .sakura li:nth-child(7) {
      left: 65%;
      width: 16px;
      height: 10px;
      animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
      animation-delay: 7s; }
    .sakura li:nth-child(8) {
      left: 50%;
      width: 13px;
      height: 9px;
      animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
      animation-delay: 3s; }
    .sakura li:nth-child(9) {
      left: 80%;
      width: 16px;
      height: 10px;
      animation: fall 10s linear infinite, sway2 4s ease-in-out infinite alternate;
      animation-delay: 4s; }

@keyframes fall {
  to {
    top: 120%; } }
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg); }
  to {
    transform: translateX(200px) rotate(-45deg); } }
@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg); }
  to {
    transform: translateX(0px) rotate(0deg); } }
/*========= 背景画像設定 ===============
.background {
	/* 背景にグラデーションをかける時はこちらの記述のように画像とグラデーションを同時に指定する
	background:  linear-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), url("../img/bg/sakura2.jpg");
	background-image: url("../img/bg/daigaku.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;
	/* 背景に白を重ねる 
	&::after {
		content: '';
		background-color: rgba(255, 255, 255, .85);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
	}
}*/
/*========= タイトル装飾 ===============*/
/*セクションタイトル*/
.sec-title {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 45px;
  padding: 20px 0;
  margin-bottom: 50px;
  background: url("../img/bg/band3.png");
  background-size: cover; }

/*あしらい*/
.heading20 {
  position: relative;
  padding-bottom: 10px;
  font-size: 46px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto; }

.heading20::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%), repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px; }

/*背景丸*/
.heading-029 {
  display: inline-block;
  position: relative;
  margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  /* 背景に色を重ねているのでコンテンツを前面に出す */
  z-index: 1; }

.heading-029::before {
  position: absolute;
  bottom: calc(-3.5em / 5);
  left: calc(-3.5em / 3);
  z-index: -1;
  width: 3.0em;
  height: 3.0em;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #39d2f8, #306160);
  content: ''; }

/*========= トップに戻るボタン設定 ===============
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 1%;
    bottom: 10px;
    background: #993399	;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.pagetop__arrow {
    height: 15px;
    width: 15px;
    border-top: 6px double rgb(230, 207, 207);
    border-right: 6px double rgb(230, 207, 207);
    transform: translateY(20%) rotate(-45deg);
}*/
/*-------------------------------------------
header
-------------------------------------------*/
/*-------------------------------------------
main
-------------------------------------------*/
/*-------------------------------------------
mainvisual
-------------------------------------------*/
#mainvisual {
  /* 背景に色を重ねているのでコンテンツを前面に出す 
  position: relative;
  z-index: 1;
  */
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto; }
  #mainvisual .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    transition: 0.3s;
    position: relative;
    z-index: 10; }
    #mainvisual .link a:hover {
      opacity: 0.7; }
    #mainvisual .link img {
      height: 60px;
      padding: 10px;
      width: auto;
      border: solid 1px #ddd; }
  #mainvisual .kv {
    height: calc(100vh - 80px);
    vertical-align: bottom;
    box-shadow: 0px 0px 10px 5px #888; }

/*-------------------------------------------
schedule
-------------------------------------------*/
#schedule {
  /* background: linear-gradient(#fff,#ccc);*/
  text-align: center;
  margin-bottom: 0;
  /* テーブルの記述*/ }
  #schedule .star {
    overflow-x: auto;
    /* tableタグのはみ出た要素を隠す */
    white-space: nowrap;
    /* テキストの折り返しなし */
    -webkit-overflow-scrolling: touch;
    /* スマホでスクロール可能に */
    padding-left: 10px;
    padding-right: 10px; }
  #schedule table {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border-collapse: collapse;
    /*background-color: #eee;*/
    /*box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);*/ }
    #schedule table th {
      width: 40px;
      border: solid 1px #555;
      padding: 5px 7px; }
      #schedule table th:first-child {
        width: 60px; }
    #schedule table .blue {
      color: blue; }
    #schedule table .red {
      color: red; }
    #schedule table td {
      width: 40px;
      height: 50px;
      border: solid 1px #555;
      /*padding: 5px 7px;*/
      vertical-align: middle; }
      #schedule table td:first-child {
        width: 60px; }
    #schedule table .af {
      padding: 3px 0; }
      #schedule table .af .en {
        color: #CC0000;
        font-size: 12px; }
  #schedule .af-des {
    margin-bottom: 80px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    #schedule .af-des .af-title {
      font-weight: bold; }
    #schedule .af-des .day {
      margin-bottom: 20px; }

/*-------------------------------------------
cast
-------------------------------------------*/
#cast {
  text-align: center;
  /*background: linear-gradient(#fff, #333);*/
  color: #fff;
  padding-bottom: 100px;
  /* sec-titleのと間にできる余白を削除 */
  margin-bottom: -40px; }
  #cast .tenba, #cast .kyougoku {
    background: url("../img/bg/net45.png");
    background-size: contain;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #808000;
    /* 内側の線になる一本線の枠線をひく*/
    outline: solid 3px #808000;
    /* 外側の線になる一本線の枠線をひく*/
    outline-offset: 3px;
    /* 外側の線と内側の線の空き具合を調整*/
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5); }
  #cast .tenba {
    margin-bottom: 100px; }
  #cast .c-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  #cast .c-flex2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #cast .c-flex2 .cast {
      margin-right: 20px; }
      #cast .c-flex2 .cast:last- {
        margin-right: 0; }
  #cast .cast img {
    box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
    transition: 0.5s; }
    #cast .cast img:hover {
      top: -5px;
      filter: sepia(80%); }
  #cast .cast .role-name {
    font-style: italic;
    margin-bottom: -20px;
    color: #FFFFAA; }
  #cast .cast .cast-name {
    margin: 30px 0;
    font-size: 30px;
    font-weight: bold; }
  #cast .uc {
    margin-top: 30px;
    margin-bottom: 30px; }
    #cast .uc .uc-title {
      font-size: 25px;
      font-style: italic;
      color: #FFCC66; }
    #cast .uc p {
      font-size: 20px; }

/*-------------------------------------------
staff
-------------------------------------------*/
#staff .text {
  padding: 20px 20px 30px 20px; }
  #staff .text .s-title {
    font-size: 30px;
    margin-bottom: -10px; }
  #staff .text p {
    font-weight: bold;
    font-size: 22px; }

/*-------------------------------------------
ticket
-------------------------------------------*/
#ticket {
  color: #fff;
  margin-bottom: 120px; }
  #ticket .price, #ticket .t-schedule {
    background: url("../img/bg/net3.png");
    background-size: contain;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1000px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #808000;
    /* 内側の線になる一本線の枠線をひく*/
    outline: solid 3px #808000;
    /* 外側の線になる一本線の枠線をひく*/
    outline-offset: 3px;
    /* 外側の線と内側の線の空き具合を調整*/
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5); }
  #ticket .t-schedule {
    background: url("../img/bg/net6.png"); }
  #ticket .info {
    margin-top: 30px;
    margin-bottom: 50px; }
    #ticket .info .i-title {
      font-size: 23px;
      font-style: italic;
      font-weight: bold;
      color: #D9E5FF; }
    #ticket .info .kome {
      font-size: 0.8rem; }
    #ticket .info .hoshi {
      color: #FFFFAA; }
    #ticket .info .item {
      display: block;
      width: 100%; }
    #ticket .info .end {
      color: red;
      font-weight: bold; }

/*-------------------------------------------
access
-------------------------------------------*/
#access {
  margin: 30px auto 120px; }
  #access .access-title {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 25px;
    color: #000;
    border-bottom: solid #CCFFFF; }
  #access .photo {
    padding: 0 20px;
    display: flex;
    justify-content: center; }
    #access .photo img {
      max-width: 300px;
      margin: 20px 10px;
      box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5); }
  #access .map {
    margin: 20px auto 80px auto; }
    #access .map iframe {
      width: 90%;
      aspect-ratio: 16/9;
      box-shadow: 0 3px 10px 3px rgba(255, 255, 255, 0.5); }

/*-------------------------------------------
goods
-------------------------------------------*/
#goods {
  margin-bottom: 100px; }
  #goods img {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5); }
  #goods .good {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    #goods .good img {
      width: 48%; }

/*-------------------------------------------
attention
-------------------------------------------*/
#attention {
  margin: 30px auto 120px; }
  #attention li {
    list-style: disc; }
  #attention .info {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 20px;
    text-align: left; }
    #attention .info .a-title {
      border-bottom: solid 1px #000;
      display: inline-block; }
    #attention .info .a-text {
      margin-top: -5px;
      line-height: 30px; }
      #attention .info .a-text .bold {
        font-weight: bold;
        font-size: 1.05rem; }

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  background-color: #222222;
  color: #fff;
  font-size: 14px;
  text-align: center;
  /*height: 60px;*/
  /*line-height: 60px;*/
  padding: 20px; }

/*-------------------------------------------
introduction
-------------------------------------------*/
/*-------------------------------------------
news-twitter
-------------------------------------------*/
/*-------------------------------------------
access
-------------------------------------------*/
/*-------------------------------------------
contact
-------------------------------------------*/
/*-------------------------------------------
その他
-------------------------------------------*/
/* 下からフェードイン */
.slide-bottom {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s ease-out; }

/*-----------------------------------------------------------------PC終わり*/
/*-------------------------------------------
レスポンシブ対応
-------------------------------------------*/
/*-------------------------------------------
共通設定
-------------------------------------------*/
@media screen and (max-width: 700px) {
  .sp {
    display: block; } }
@media screen and (max-width: 900px) {
  #loading
  img {
    max-width: 70vw; } }
/*-------------------------------------------
header
-------------------------------------------*/
/*-------------------------------------------
mainvisual
-------------------------------------------*/
@media screen and (max-width: 600px) {
  #mainvisual {
    margin-bottom: 50px; }
    #mainvisual table {
      width: 90%; }
    #mainvisual .kv {
      width: 100%;
      height: auto;
      object-fit: cover; } }
@media screen and (max-width: 500px) {
  #mainvisual .main {
    font-size: 30px; }
  #mainvisual .sub {
    font-size: 25px; }
  #mainvisual .flower {
    width: 80vw; }
  #mainvisual h3 {
    font-size: 15px; }
    #mainvisual h3 .human {
      width: 120px; }
  #mainvisual h4 {
    margin-top: 20px;
    font-size: 40px; } }
/*-------------------------------------------
introduction
-------------------------------------------*/
/*-------------------------------------------
news-twitter
-------------------------------------------*/
/*-------------------------------------------
cast
-------------------------------------------*/
@media screen and (max-width: 1100px) {
  #cast .tenba, #cast .kyougoku {
    /* スマホ表示で枠線を目立たせるために余白作成*/
    margin-left: 20px;
    margin-right: 20px; } }
/*-------------------------------------------
schedule
-------------------------------------------*/
/*-------------------------------------------
access
-------------------------------------------*/
@media screen and (max-width: 700px) {
  #access .photo {
    display: block; } }
/*-------------------------------------------
ticket
-------------------------------------------*/
@media screen and (max-width: 1100px) {
  #ticket .price, #ticket .t-schedule {
    /* スマホ表示で枠線を目立たせるために余白作成*/
    margin-left: 20px;
    margin-right: 20px; } }
/*-------------------------------------------
goods
-------------------------------------------*/
@media screen and (max-width: 600px) {
  #goods .good {
    display: block;
    margin-top: 30px; }
    #goods .good img {
      width: 100%;
      margin-top: 20px; } }
