@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: block;
  width: 230px;
  background-image: linear-gradient(90deg, #41a4fd, #0ef4ff);
  border-radius: 30px;
  box-shadow: 0 4px 0 #4689FF;
  padding: 10px;
  margin: 20px auto 40px;
  font-weight: bold; }
  .btn:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.5s; }
  .btn a {
    padding: 20px;
    color: #fff; }

/*チケット購入ボタン*/
.btn2 {
  display: block;
  width: 230px;
  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; }

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

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

/*Blu-rayボタン*/
.g-btn .btn5 {
  display: block;
  width: 250px;
  background-image: linear-gradient(90deg, #41a4fd, #0ef4ff);
  border-radius: 30px;
  box-shadow: 0 4px 0 #4689FF;
  padding: 10px;
  margin: 20px auto 40px;
  font-weight: bold; }
  .g-btn .btn5:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.5s; }
  .g-btn .btn5 a {
    padding: 20px;
    color: #fff; }

/*サロン*/
.btn_salon {
  display: block;
  width: 300px;
  margin: 40px auto;
  padding: 10px;
  background-image: linear-gradient(90deg, #677efa, #8e54db);
  border-radius: 30px;
  box-shadow: 0 4px 0 #7B3CFF;
  font-weight: bold; }
  .btn_salon:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.5s; }
  .btn_salon a {
    padding: 20px;
    color: #fff; }

/*アクセス*/
.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; }

/*========= タイトル装飾 ===============*/
/*セクションタイトル*/
.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: ''; }

/*========= トップに戻るボタン設定 ===============*/
.page-top {
  position: fixed;
  z-index: 999;
  right: 5px;
  bottom: 50px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: red;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  opacity: 0;
  visibility: hidden; }
  .page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top; }

/*入れ子にすると機能しないので注意*/
.page-top.show {
  opacity: 1;
  visibility: visible; }

/*-------------------------------------------
header
-------------------------------------------*/
/*-------------------------------------------
main
-------------------------------------------*/
main {
  position: relative;
  z-index: 10; }

/*-------------------------------------------
mainvisual
-------------------------------------------*/
#mainvisual {
  /* 背景に色を重ねているのでコンテンツを前面に出す 
  position: relative;
  z-index: 1;
  */
  margin-left: auto;
  margin-right: auto;
  /*
  .kv {
  	img {
  		width: 60%;
  		padding: 50px 50px 0 0;
  	}
  	//height: calc(100vh - 80px);
  	//padding: 10px 20px 20px;
  	//vertical-align: bottom;
  	//box-shadow: 0px 0px 10px 5px #660000;
  }*/ }
  #mainvisual .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    transition: 0.3s;
    /*
    a:hover {
    	opacity: 0.7;
    }*/ }
    #mainvisual .link img {
      height: 60px;
      padding: 10px;
      width: auto;
      border: solid 1px #ddd; }
      #mainvisual .link img:hover {
        opacity: 0.7; }
  #mainvisual .kv {
    height: calc(100vh - 80px);
    vertical-align: bottom;
    box-shadow: 0px 0px 10px 5px #888; }
  #mainvisual .zenhan {
    margin-top: 30px; }
    #mainvisual .zenhan .c-title {
      font-size: 50px;
      font-weight: bold;
      position: relative;
      display: inline-block;
      padding: 0 55px;
      margin-bottom: 20px; }
      #mainvisual .zenhan .c-title::before, #mainvisual .zenhan .c-title::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 2px;
        border-top: double 1px #990000;
        border-bottom: double 1px #990000; }
      #mainvisual .zenhan .c-title::before {
        left: 0; }
      #mainvisual .zenhan .c-title::after {
        right: 0; }

/*-------------------------------------------
staff
-------------------------------------------*/
#staff {
  padding-top: 50px;
  padding-bottom: 70px; }
  #staff .text {
    padding: 20px 20px 30px 20px; }
    #staff .text .s-title {
      margin-bottom: -10px;
      font-size: 30px;
      font-style: italic;
      color: #333; }
    #staff .text p {
      font-weight: bold;
      font-size: 20px; }
      #staff .text p span {
        display: inline-block; }

/*-------------------------------------------
story
-------------------------------------------*/
#story .text {
  padding: 20px 20px 30px 20px;
  line-height: 35px;
  font-size: 18px; }
  #story .text p {
    margin-bottom: 35px; }

/*-------------------------------------------
youtube
-------------------------------------------*/
#youtube {
  margin: 0 auto 150px;
  padding: 0 20px;
  display: flex;
  justify-content: center; }
  #youtube .youtube-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 800 / 450; }
    #youtube .youtube-wrapper iframe {
      width: 100%;
      height: 100%; }

/*-------------------------------------------
cast
-------------------------------------------*/
#cast {
  text-align: center;
  /*background: linear-gradient(#fff, #333);*/
  color: #fff;
  padding-bottom: 80px;
  /* 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: 80px; }
    #cast .uc .uc-title {
      font-size: 25px;
      font-style: italic;
      color: #000; }
    #cast .uc p {
      font-size: 20px;
      color: #000; }

/*-------------------------------------------
schedule
-------------------------------------------*/
#schedule {
  margin-bottom: 120px;
  /* テーブルの記述*/ }
  #schedule .schedule-title {
    padding: 50px 20px; }
  #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 table .af .sikaku {
        color: #136FFF;
        font-size: 12px; }
    #schedule table .green {
      color: #00AA00; }
  #schedule .af-des {
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px; }
    #schedule .af-des .af-title {
      font-weight: bold;
      margin-top: 50px; }
    #schedule .af-des .day {
      margin-bottom: 20px; }
    #schedule .af-des .day2 {
      margin-bottom: 20px;
      font-weight: bold;
      color: #B8860B; }
    #schedule .af-des .mark {
      margin-bottom: -10px; }
    #schedule .af-des .kome {
      margin-top: 20px;
      font-size: 13px; }

/*-------------------------------------------
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 .t-contact {
      font-size: 20px;
      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; }
    #ticket .info .stamp img {
      width: 30%;
      display: block;
      margin: 10px auto; }

/*-------------------------------------------
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: 150px; }
  #goods .sec-title {
    margin-bottom: 80px; }
  #goods .g-btn {
    margin-bottom: 80px; }
  #goods img {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 40px; }
  #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 {
      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; }
      #attention .info .a-text span {
        border-bottom: solid 1px #000; }
  #attention .contact {
    margin-top: 100px;
    text-align: center; }

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

/*-------------------------------------------
news
-------------------------------------------*/
.n-title {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  margin-bottom: 50px;
  background: url("../img/bg/band3.png");
  background-size: cover; }

/*チケット購入ボタン*/
.btn5 {
  display: block;
  width: 200px;
  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; }
  .btn5:hover {
    transform: translateY(4px);
    box-shadow: none;
    transition: 0.5s; }
  .btn5 a {
    padding: 20px;
    color: #fff;
    text-align: center; }

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

/*-----------------------------------------------------------------PC終わり*/
/*-------------------------------------------
レスポンシブ対応
-------------------------------------------*/
/*-------------------------------------------
共通設定
-------------------------------------------*/
@media screen and (max-width: 900px) {
  #loading
  img {
    max-width: 70vw; } }
@media screen and (max-width: 700px) {
  .sp {
    display: block; } }
@media screen and (max-width: 600px) {
  .sec-title {
    font-size: 35px;
    padding: 15px 0; } }
@media screen and (max-width: 450px) {
  .sec-title {
    font-size: 30px;
    padding: 10px 0; } }
/*-------------------------------------------
header
-------------------------------------------*/
/*-------------------------------------------
mainvisual
-------------------------------------------*/
@media screen and (max-width: 800px) {
  #mainvisual .link img {
    height: auto;
    padding: 5px;
    width: 90%;
    border: solid 1px #ddd; } }
@media screen and (max-width: 600px) {
  #mainvisual {
    margin-bottom: 50px; }
    #mainvisual .kv {
      width: 100%;
      height: auto;
      object-fit: cover; } }
/*-------------------------------------------
introduction
-------------------------------------------*/
/*-------------------------------------------
story
-------------------------------------------*/
@media screen and (max-width: 600px) {
  #story .text {
    line-height: 30px;
    font-size: 15px; }
    #story .text p {
      margin-bottom: 25px; } }
@media screen and (max-width: 450px) {
  #story .text {
    line-height: 30px;
    font-size: 13px; } }
/*-------------------------------------------
cast
-------------------------------------------*/
@media screen and (max-width: 1100px) {
  #cast .tenba, #cast .kyougoku {
    /* スマホ表示で枠線を目立たせるために余白作成*/
    margin-left: 20px;
    margin-right: 20px; } }
/*-------------------------------------------
schedule
-------------------------------------------*/
@media screen and (max-width: 500px) {
  #schedule .af-des .band {
    display: none; } }
/*-------------------------------------------
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; } }
@media screen and (max-width: 800px) {
  #ticket .price .info .stamp img {
    width: 60%; } }
@media screen and (max-width: 600px) {
  #ticket .price .info .t-cotact {
    font-size: 16px; } }
/*-------------------------------------------
goods
-------------------------------------------*/
@media screen and (max-width: 600px) {
  #goods .good {
    display: block;
    margin-top: 30px; }
    #goods .good img {
      width: 100%;
      margin-top: 20px; } }
