@charset "UTF-8";
/*========================================
base
========================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background: #081212;
  color: #ffffff;
}

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #2a2a2a;
  letter-spacing: 0.5px;
  text-align: center;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  overflow: hidden;
  background-size: 400% 400%;
  -webkit-animation: AnimationName 8s ease infinite;
  animation: AnimationName 8s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}

.bg {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
}

a {
  color: #D9001C;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
a:hover {
  text-decoration: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

h2,
h3 {
  font-family: "Stoke", serif;
  font-weight: 400;
  font-style: normal;
}
h2 p span,
h3 p span {
  color: #D9001C;
}

h4,
h5,
h6 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h2 p {
  text-decoration: none;
  font-size: 4rem;
  margin-bottom: 40px;
  display: inline-block;
  letter-spacing: 6px;
  padding: 4px 20px;
  line-height: 1;
}
h2 p:first-child {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 40px 0 20px;
}

h5 {
  font-size: 2rem;
  position: relative;
  display: block;
  margin: 60px 0 40px;
}
h5:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000000;
}

h6 {
  font-size: 1.8rem;
}

.acceptance_end {
  text-decoration: line-through;
}

.inner {
  padding: 80px 16px;
}
.inner .img img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  vertical-align: bottom;
}

.inner_corona {
  margin: 0 auto 40px;
  padding: 20px;
  border: 1px solid #d20000;
  background: #fff;
}
.inner_corona h4 {
  font-size: 2rem;
  color: #d20000;
  margin: 0 0 20px;
}

.text_attention {
  font-size: 1.2rem;
  text-align: left;
  margin: 20px auto 0;
}
.text_attention li {
  margin-bottom: 5px;
}

.list_box {
  margin: 0 0 20px;
  background: #fff;
}
.list_box dl {
  display: block;
}
.list_box dl dt {
  display: block;
  vertical-align: middle;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  padding: 16px;
  background: #545454;
}
.list_box dl dd {
  color: #081212;
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 16px 20px 24px 20px;
}
.list_box dl dd.line-through {
  text-decoration: line-through;
}
.list_box dl:last-child dt {
  border-bottom: none;
}
.list_box dl:last-child dd {
  border-bottom: none;
}

.schedule_list {
  background: #ffffff;
  margin: 20px 0;
}
.schedule_list li {
  font-size: 1.6rem;
  padding: 15px;
}
.schedule_list li:nth-child(2n) {
  background: rgba(0, 57, 90, 0.06);
}

/*========================================
header
========================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
header .header_inner {
  padding: 11px 16px;
}
header .header_inner a {
  color: #2a2a2a;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header .header_inner a:hover {
  color: #D9001C;
}
header h1 {
  text-align: left;
  margin-top: 5px;
}
header h1 a:hover {
  opacity: 0.8;
}
header nav {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  display: none;
}

/*========================================
hamburger menu
========================================*/
.menu-btn {
  position: fixed;
  top: -18px;
  right: 16px;
  z-index: 999;
  font-size: 5rem;
}

.btn-open,
.btn-open span,
.btn-close,
.btn-close span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-open,
.btn-close {
  position: relative;
  width: 40px;
  height: 30px;
}

.btn-open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2a2a2a;
}

.btn-close span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.btn-open span:nth-of-type(1) {
  top: 0;
}

.btn-open span:nth-of-type(2) {
  top: 12px;
}

.btn-open span:nth-of-type(3) {
  bottom: 4px;
}

.btn-close span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-close span:nth-of-type(1) {
  position: absolute;
  top: 0;
  -webkit-transform: translate(40%) scale(0);
          transform: translate(40%) scale(0);
}

.btn-close span:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.btn-close span:nth-of-type(2)::after {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.btn-close span:nth-of-type(3) {
  position: absolute;
  top: 24px;
  -webkit-transform: translate(-40%) scale(0);
          transform: translate(-40%) scale(0);
}

/*========================================
.overlay
========================================*/
.overlay {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.menu {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.menu a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.25rem;
  display: inline-block;
  line-height: 1;
}

.menu ul {
  padding: 56px 0 0;
  width: 100%;
  height: 100%;
}

.menu li {
  padding: 10px 0;
  width: 100%;
}

/*========================================
contents
========================================*/
section a {
  text-decoration: underline;
}

#mv {
  width: 100%;
  margin-top: 64px;
}
#mv img {
  width: 100%;
  height: auto;
}

.place {
  font-size: 1.6rem;
  margin: 50px 16px 0;
  line-height: 1.6;
  font-weight: bold;
  padding: 10px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #2a2a2a;
}

#news .new_inner {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
}
#news .new_inner .scrollBox {
  text-align: left;
  font-size: 1.2rem;
  max-height: 400px;
  overflow: hidden;
  display: block;
}
#news .new_inner .scrollBox dt {
  font-weight: bold;
}
#news .treat {
  margin: 0 auto 40px;
}
#news .treat li {
  margin-bottom: 40px;
}
#news .treat li a {
  display: block;
}
#news .treat li a img {
  width: 100%;
}

#story {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
}
#story h2 {
  text-align: center;
}
#story .inner div {
  font-size: 1.6rem;
}
#story .inner .credit {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #000000;
}
#story .inner .credit .credit_list {
  width: 130px;
  display: inline-block;
  margin: 0px 4% 40px;
}
#story .inner .credit .credit_list dt {
  color: #000;
  display: inline;
  background: #00bad2;
  padding: 5px 16px 3px;
}
#story .inner .credit .credit_list dd {
  font-size: 2rem;
  margin-top: 5px;
}

#cast {
  /* ====== トークン（必要に応じて既存style.scssへ合わせてください） ====== */
  /* ====== ラッパー ====== */
  /* ====== テーブル ====== */
}
#cast .inner {
  padding: 80px 0;
}
#cast .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
#cast .inner ul.m0 {
  margin: 0;
}
#cast .inner ul li {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  margin: 0 10px 28px;
  text-align: left;
  position: relative;
}
#cast .inner ul li img {
  width: 156px;
  height: auto;
}
#cast .inner ul li .casting {
  background: rgba(217, 0, 28, 0.8);
  color: #fff;
  display: inline;
  padding: 0 4px;
  font-size: 1.2rem;
  line-height: 2;
}
#cast .inner ul li .name {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 0;
}
#cast .inner ul li .name span {
  display: block;
  font-size: 1rem;
}
#cast .inner ul li .name .cast_br {
  display: block;
}
#cast .inner ul li .name_s {
  font-size: 1.4rem;
}
#cast .inner ul li a.none_icon {
  pointer-events: none;
}
#cast .inner ul li a.none_icon:after {
  background-image: none;
}
#cast .inner ul li a.big:after {
  top: 278px;
}
#cast .inner ul li a:hover {
  opacity: 0.8;
}
#cast .inner ul li a.sns:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 220px;
  right: 0px;
  background-image: url(../images/icon_x_bk.png);
  background-size: contain;
  vertical-align: middle;
}
#cast .inner ul li a.sns:hover:after {
  opacity: 0.8;
}
#cast .inner ul li a.icon_line:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 220px;
  right: 0px;
  background-image: url(../images/icon_line.png);
  background-size: contain;
  vertical-align: middle;
}
#cast .inner ul li a.icon_line:hover:after {
  opacity: 0.8;
}
#cast .inner ul li a.icon_insta:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 220px;
  right: 0px;
  background-image: url(../images/icon_insta.png);
  background-size: contain;
  vertical-align: middle;
}
#cast .inner ul li a.icon_insta:hover:after {
  opacity: 0.8;
}
#cast .inner ul li a.icon_web:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 220px;
  right: 0px;
  background-image: url(../images/icon_web_bk.png);
  background-size: contain;
  vertical-align: middle;
}
#cast .inner ul li a.icon_web:hover:after {
  opacity: 0.8;
}
#cast .inner ul li .guest_day {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.4;
}
#cast .inner ul li.zoma a .name {
  font-size: 1.6rem;
}
#cast .inner ul:last-child {
  margin-bottom: 0;
}
#cast .band_list {
  margin-bottom: 0;
}
#cast .band_list li {
  margin: 0 10px 12px;
}
#cast .logo_band img {
  width: 280px;
  height: auto;
}
#cast .logo_band p {
  font-size: 26px;
  margin-bottom: 28px;
}
#cast .cast_schedule {
  max-width: 1200px;
  margin-inline: auto;
}
#cast .schedule__scroller {
  border-right: 1px solid var(--border-color, #d9d9d9);
  border-left: 1px solid var(--border-color, #d9d9d9);
  overflow-x: scroll;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  overscroll-behavior-inline: contain;
  /* iOSでsticky列がちらつく場合の対策 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#cast .schedule-table {
  /* ここがポイント：横スクロール幅を保証 */
  min-width: 1200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: var(--font-family, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial);
  font-size: var(--font-size-base, 14px);
  line-height: var(--line-height, 1.2);
  background: var(--surface, rgba(0, 0, 0, 0.05));
}
#cast .schedule-table th {
  color: #fff;
  background: #545454;
}
#cast .schedule-table th,
#cast .schedule-table td {
  border: 1px solid var(--border-color, #d9d9d9);
  padding: var(--space-y, 8px) var(--space-x, 16px);
  text-align: center;
  white-space: nowrap;
  min-width: 96px;
  vertical-align: middle;
}
#cast .schedule-table th:first-child,
#cast .schedule-table td:first-child {
  min-width: 60px;
  text-align: left;
}
#cast .schedule-table thead th {
  position: sticky;
  top: 0;
  background: #545454;
  z-index: 2;
}
#cast .schedule-table .has-dot {
  position: relative;
}
#cast .schedule-table .has-dot::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: currentColor;
  vertical-align: middle;
}
#cast .schedule-table .is-off {
  background: var(--off-bg, #989898);
  color: var(--text-muted, #545454);
  color: #fff;
}
#cast .schedule-table .is-sticky-col {
  position: sticky;
  left: 0;
  z-index: 3;
  background: var(--sticky-bg, #545454);
  text-align: left;
}

#schedule {
  background-color: rgba(0, 0, 0, 0.05);
}
#schedule .inner {
  margin: 0 auto;
}
#schedule .inner em {
  font-style: initial;
  font-size: 2rem;
}
#schedule .inner .googlemap iframe {
  border: 2px solid #ffffff;
  width: 100%;
}

#ticket .mB20 {
  margin-bottom: 20px;
}

#schedule h3,
#ticket h3 {
  margin-bottom: 0;
}

#staff {
  background-color: rgba(0, 0, 0, 0.05);
}
#staff .staff_heading {
  font-size: 2rem;
  padding-bottom: 20px;
}
#staff .staff_txt {
  text-align: left;
  letter-spacing: 1.6px;
}
#staff .staff_txt dt {
  color: #D9001C;
  font-size: 1.2rem;
  padding-bottom: 3px;
}
#staff .staff_txt dd {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#staff .sponsor {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
#staff .sponsor li img {
  width: 43.8vw;
  vertical-align: bottom;
}

#notice a[href^=tel] {
  text-decoration: none;
}
#notice dl {
  text-align: left;
}
#notice dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#notice dl dd {
  margin-bottom: 20px;
}
#notice dl dd:last-child {
  margin-bottom: 0;
}

/*========================================
footer
========================================*/
footer {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 40px 0;
}
footer a {
  color: #D9001C;
}
footer a:hover {
  color: #D9001C;
}
footer .official_link li {
  margin-bottom: 20px;
}
footer .official_link li:last-child {
  margin-bottom: 0;
}
footer .copy {
  padding: 30px 0 0;
}

/*========================================
PC
========================================*/
@media screen and (min-width: 768px) {
  /*========================================
  base
  ========================================*/
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .bg {
    background: url(../images/bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .inner_corona {
    max-width: 1200px;
    padding: 40px 40px 35px;
  }
  .inner_corona h4 {
    font-size: 3.4rem;
  }
  .list_box {
    margin: 0 0 10px;
  }
  .list_box dl {
    display: table;
  }
  .list_box dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    padding: 15px;
  }
  .list_box dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 450px;
    padding: 16px 20px 24px 20px;
    text-align: left;
  }
  .list_box dl:nth-child(2n) {
    background: rgba(0, 0, 0, 0.04);
  }
  .list_box dl:nth-child(2n) dt {
    background: #434343;
  }
  .schedule_list li {
    padding: 15px 45px;
  }
  /*========================================
  header
  ========================================*/
  header .header_inner {
    padding: 10px 50px;
  }
  header h1 {
    float: left;
    margin-top: 8px;
  }
  header nav {
    display: block;
    float: right;
  }
  header nav ul {
    font-size: 0;
    margin-top: 6px;
  }
  header nav ul li {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
    margin-right: 20px;
  }
  header nav ul li:last-child {
    padding: 4px 0 0 0;
    margin-right: 0;
  }
  header .day {
    margin: -20px 0 0;
  }
  /*========================================
  hamburger menu
  ========================================*/
  .menu-btn {
    display: none;
  }
  /*========================================
  contents
  ========================================*/
  #mv {
    margin-top: 64px;
  }
  .place {
    max-width: 500px;
    margin: 50px auto 0;
  }
  #news .new_inner {
    width: 750px;
    padding: 40px 40px 40px;
  }
  #news .new_inner .scrollBox {
    font-size: 1.4rem;
    max-height: 240px;
  }
  #news .new_inner .scrollBox dt {
    width: 21%;
    float: left;
    clear: both;
    color: #D9001C;
  }
  #news .new_inner .scrollBox dd {
    margin-left: 21%;
  }
  .treat {
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .treat li {
    margin-bottom: 0;
  }
  .treat li .banner {
    width: 43vw;
    max-width: 464px;
  }
  .treat li .banner a:hover {
    opacity: 0.7;
  }
  #story {
    font-size: 1.8rem;
  }
  #story .pc {
    margin-top: -204px;
  }
  #story .inner .credit .credit_list {
    width: 260px;
  }
  #story .inner .credit .credit_list dd {
    font-size: 3.2rem;
  }
  #story .inner .place {
    width: 480px;
    margin: 0 auto;
    padding: 0;
    line-height: 2.5;
  }
  #cast .inner {
    max-width: 1200px !important;
  }
  #cast h4,
  #cast h5 {
    padding: 0 10px;
  }
  #cast ul.width860 {
    width: 860px;
  }
  #cast .list_box {
    max-width: 660px;
    margin: 0 auto;
  }
  #cast .logo_band img {
    width: 320px;
    height: auto;
  }
  #cast .logo_band p {
    font-size: 26px;
  }
  #cast .cast_schedule {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 0;
  }
  #cast .cast_schedule .schedule__scroller {
    overflow-x: scroll;
    scrollbar-gutter: stable;
  }
  #cast .cast_schedule .schedule__scroller::-webkit-scrollbar {
    height: 10px;
  }
  #cast .cast_schedule .schedule__scroller::-webkit-scrollbar-track {
    margin: 0 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  #cast .cast_schedule .schedule__scroller::-webkit-scrollbar-thumb {
    background: #666;
  }
  #schedule .inner {
    max-width: 700px;
  }
  #ticket .inner {
    max-width: 700px;
  }
  #staff .staff_heading {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  #staff .staff_txt {
    width: 510px;
    margin: 0 auto;
  }
  #staff .staff_txt dt {
    width: 294px;
    float: left;
    clear: both;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0;
  }
  #staff .staff_txt dd {
    width: 81%;
    margin-bottom: 3px;
    margin-left: 218px;
    font-size: 1.4rem;
  }
  #staff .sponsor {
    gap: 20px;
    width: 640px;
    margin: 0 auto;
  }
  #staff .sponsor li img {
    width: 200px;
  }
  /*========================================
  footer
  ========================================*/
  footer .copy {
    font-size: 1.2rem;
  }
  footer .official_link {
    max-width: 900px;
    margin: 0 auto;
  }
  footer .official_link li {
    display: inline-block;
    margin: 0 8%;
  }
}