@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}
/******************************
共通
******************************/
body {
  /*font-family: '游ゴシック', YuGothic, 'Meiryo', 'メイリオ', Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;*/
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  position: relative;
  background: #000;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.fixed {
  overflow: hidden;
}
.fixed::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/mv.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.all-none {
  display: none !important;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
div:after, ul:after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #eccb22;
  word-break: break-all;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.privilege {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #fd0203;
}
.text-red {
  color: #ff0000;
}
.text-yellow {
  color: #e5b94a;
}
.text-gl {
  color: #888888;
}
.item-list {
  font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
  .fixed::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../img/bg-sp.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pg-Lead .error {
    font-size: 16px;
  }
  .text-left_sp {
    text-align: left;
  }
}
/******************************
表示の動き
******************************/
.fadein {
  opacity: 0;
  transition: all 0.8s ease;
}
.fadein.show {
  opacity: 1;
  transform: none;
}
.fadein--lr {
  transform: translate(-25px, 0);
}
.fadein--rl {
  transform: translate(25px, 0);
}
.fadein--up {
  transform: translate(0, 25px);
}
@media screen and (max-width:560px) {
  .fadein.show {
    opacity: 1;
    transform: none;
  }
  .fadein--lr {
    transform: translate(-20px, 0);
  }
  .fadein--rl {
    transform: translate(20px, 0);
  }
  .fadein--up {
    transform: translate(0, 20px);
  }
}
/******************************
コンテンツ共通部分
******************************/
.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}
.content .inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  text-align: center;
}
h1, h2 {
  font-weight: 700;
  text-align: center;
}
h2, .pg h1 {
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  background: #ccb78c;
  width: 100%;
  color: #000;
  /*font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';*/
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
}
h3 {
  padding-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  color: #ccb68c;
  border-bottom: 1px solid #ccb68c;
  /*font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';*/
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
}
h3.eater {
  border-bottom: none;
}
.wrap {
  margin: 0 auto 20px;
  position: relative
}
.pg .content.info {
  padding: 70px 0 0;
}
.pg .content.info dd {
  padding: 20px;
}
.scroll-point {
  position: absolute;
  padding: 70px;
  top: -70px
}
.border-none {
  border: none;
}
@media screen and (max-width:1024px) {
  .scroll-point {
    top: 0
  }
}
@media screen and (max-width:798px) {
  .content .inner {
    width: 90%;
  }
  h2, .pg h1 {
    font-size: 24px;
    line-height: 50px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .pg .content.info dd {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }
}
.btn {
  position: relative;
  width: 350px;
  text-align: center;
  margin: 40px auto;
}
.btn a {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  display: block;
  background: #d19c16;
  border-radius: 100px;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 20%);
  position: relative;
  transition: all 0.5s ease;
}
.btn a::before, .btn a::after {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "";
}
.btn a::before {
  width: 50px;
  height: 1px;
  background: #fff;
  top: 10px;
  right: 20px;
  transition: all 0.5s ease;
}
.btn a::after {
  width: 18px;
  height: 4px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: 0px;
  transition: all 0.5s ease;
}
.btn a:hover {
  top: 5px;
  left: 5px;
  opacity: 1;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
@media screen and (max-width:798px) {
  .btn {
    width: 100%;
  }
}
/******************************
インフォ
******************************/
.news_title {
  font-size: 24px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.content.info .inner {
  padding: 0 0 50px;
}
.day, .theater {
  font-size: 30px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.day span {
  font-size: 24px;
}
.table {
  margin: 20px auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 18px;
  background: #000;
  box-shadow: 0px 0px 10px #ddd;
}
.table td, .table th {
  padding: 15px;
  display: inline-block;
  width: 150px;
  border-right: solid 1px #ddd;
  height: 28px;
  font-weight: bold;
}
.table tr {
  flex-wrap: nowrap;
  padding: 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.table th {
  border-left: solid 1px #ddd;
  background: #ccb88c;
  color: #000;
}
.content.info dd {
  background: #000;
  margin: 0 auto;
}
.content.info p {
  margin: 20px auto;
}
.club img {
  width: 90%;
  max-width: 400px;
  margin: 40px auto 20px;
}
.seat img {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 10px;
}
@media screen and (max-width:798px) {
  .content.info .inner {
    padding: 0 0 50px;
  }
  .table th {
    width: 100px;
    font-size: 16px;
  }
  .table td {
    width: 65px;
  }
  .table td, .table th {
    padding: 10px;
  }
  .content.info dd {
    background: #000;
    width: calc(100% - 30px);
    padding: 15px;
  }
}
/******************************
インフォ
******************************/
.content.info .inner {
  padding: 0 0 50px;
}
.day, .theater {
  font-size: 30px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.news_title {
  font-size: 24px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px
}
.day span {
  font-size: 24px;
}
.information li, .ticket li {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.information li::before, .ticket li::before {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "・";
  width: 20px;
  left: 0;
  top: 0;
}
.club img {
  width: 90%;
  max-width: 400px;
  margin: 40px auto 20px;
}
.content.info p {
  margin: 20px auto;
}
.ticket.wrap dd {
  padding: 10px;
}
@media screen and (max-width:798px) {
  .day, .theater {
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px;
  }
  .news_title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .day span {
    font-size: 18px;
  }
}
@media screen and (max-width:320px) {
  .table td, .table th {
    padding: 8px;
  }
  .table th {
    width: 90px;
  }
  .table td {
    width: 60px;
  }
}
/******************************
チケット
******************************/
.ticket .wrap, .ticket.wrap dd {
  background: #000;
  padding: 5px;
  box-shadow: 0px 0px 10px #fff;
}
.ticket.wrap dd, .support_ticket .wrap {
  padding: 20px;
}
.ticket .day span {
  font-weight: normal;
  font-size: 20px;
}
.ticket .day small {
  color: #bbb;
}
.ticket_price {
  font-size: 20px;
  margin: 10px auto;
}
.ticket_price small {
  font-size: 18px;
  font-weight: normal;
}
.caution {
  background: #ffffff;
  color: #000;
  padding: 20px 10px;
}
.content.info p.caution-text{
  font-size: 18px;
  margin:0 auto 10px;
  
  font-weight: bold;
}
.caution .privilege{
  color: #fd0203;
}
.content.info .support_ticket dd {
  padding: 20px 20px;
  margin: 0 auto 20px;
  width: calc(100% - 40px);
  line-height: 36px;
  font-size: 18px;
  color: #000;
  max-width: 650px;
}
.content.info .support_ticket dd img {
  width: 100%;
}
.content.info .support_ticket dd small {
  font-weight: normal;
  line-height: 24px;
}
.remodal_h img {
  height: calc(100vh - 100px);
}
.remodal_w img {
  height: auto;
  width: 100%;
}
@media screen and (max-width:798px) {
  .content.info dd {
    padding: 0;
    width: 100%;
  }
  .ticket.wrap dd {
    padding: 10px;
    width: calc(100% - 20px);
  }
  .ticket_price {
    font-size: 18px;
  }
  .content.info .support_ticket dd {
    line-height: 28px;
    font-size: 14px;
  }
  .ticket_price small {
    font-size: 14px;
  }
  .ticket .day span {
    font-weight: normal;
    font-size: 16px;
  }
}
@media screen and (max-width:600px) {
  .remodal img {
    height: auto;
    width: 100%;
  }
  .content.info dd p {
    margin: 10px auto;
  }
  .ticket.wrap dd, .support_ticket .wrap {
    padding: 10px;
  }
  .content.info .support_ticket dd {
    padding: 5px;
    width: calc(100% - 10px);
  }
}
/******************************
twitter
******************************/
.content .inner .twitter {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 600px;
  overflow: scroll;
  box-shadow: 3px 3px 7px rgb(0 0 0 / 20%);
}
/******************************
ページTOPへ戻るボタン
******************************/
.page-top {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #fff;
  position: relative;
  box-shadow: 3px -3px 7px rgba(255, 255, 255, 0.2);
}
.page-top a {
  color: #fff;
  text-align: center;
  display: inline-block;
  height: 50px;
  width: 100%;
  background: #000;
  position: absolute;
}
.pege-top a:hover {
  top: 10px;
}
.page-top a:after {
  content: "▲ TOP";
  color: #fff;
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .page-top {
    border-bottom: 1px solid #fff;
  }
}
/******************************
footer
******************************/
footer {
  width: 100%;
  background: #000;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
footer .footer-copy {
  font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 780px) {
  footer {
    padding: 40px 0;
  }
}
/******************************
Top画面のスクロールすると表示するFIX要素
******************************/
.fixedBox {
  background: #000;
  position: fixed;
  /*    z-index: 500;*/
  display: none;
  right: 0;
  text-align: center;
  box-shadow: 0px 0px 10px #fff;
  z-index: 99;
  width: 100%;
  bottom: 0;
}
.fixedBox .btn {
  position: relative;
  color: #021934;
  width: 350px;
  text-align: center;
  margin: 20px auto !important;
}
.fixedBox a {
  padding: 10px;
}