@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;800&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #fff;
  position: relative;
  word-wrap: break-all;
  letter-spacing: 0.08ex;
  font-weight: normal;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  background: #8c0032;
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
  word-wrap: break-all;
  word-break: break-all;
  line-height: 1.6;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: underline;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
table {
  border-collapse: collapse;
}
.link {
  text-decoration: underline;
  color: #e687ff;
}
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fadeIn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
hr.del {
  border: none;
  border-top: 1px solid #fff;
  margin: 3rem 0;
}
a.disabled {
  pointer-events: none;
}
/* ------------------------------------------------------------
   表示切替ユーティリティ(SPをベースに)
   ------------------------------------------------------------ */
.pc-only {
  display: none;
}
.smp-only, .smp-nav {
  display: block;
}
.smp-only {
  display: block !important;
}
.br_pc {
  display: none;
}
.br_sp {
  display: block;
}
.only_max480 {
  display: none;
}
/* ============================================================
   NAV & MV - DO NOT MODIFY
   ============================================================ */
#header {
  position: relative;
  width: 100%;
  z-index: 12;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  letter-spacing: 1.2;
  font-weight: 800;
  color: #101d0c;
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
  max-width: 75rem;
}
#header .nav_container img {
  max-height: 40px;
  width: auto;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #8c0032;
}
#header .global-nav {
  width: 100%;
  z-index: 20;
  background: #ffebf0;
  margin: 0 auto;
  transition: .8s;
  bottom: 0px;
}
#header.scroll .global-nav {
  position: fixed;
  background: #ffebf0;
  animation-name: anime;
  animation-duration: 0.5s;
  top: 0;
  height: 80px;
  border-bottom: 5px solid #8c0032;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper, .nav_wrapper {
  position: relative;
  transition: left .25s ease-in-out;
  left: 0;
  width: 100%;
}
.global-nav .nav_container {
  width: 960px;
  margin: 0 auto;
}
.global-nav .nav_container > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.global-nav .nav_container > ul li:last-child {
  padding-right: 0;
}
.contents .text .text-title a:link {
  border-bottom: 0px solid;
}
.trigger {
  background: #ffebf0;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 5px;
  position: fixed;
  z-index: 30;
  border-radius: 50%;
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  right: 5px;
  top: 5px;
}
.menu-trigger {
  width: 30px;
  height: 30px;
  margin: 15px 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #8c0032;
}
.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  top: 23px;
}
.menu-trigger.active {
  height: 35px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 6px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-90deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 22px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: #8c0032;
  transition: all 0.3s ease-in-out;
  display: none;
  overflow: scroll;
}
.smp-nav-list > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.smp-nav-list ul {
  text-align: center;
}
.smp-nav-list img {
  max-height: 55px;
  width: auto;
  margin: 0 auto;
}
.smp-nav-list.active {
  display: block;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.smp-nav-list ul li {
  list-style-type: none;
  width: 100%;
}
.smp-nav-list ul li a {
  font-size: 1.6rem;
  letter-spacing: 0.3ex;
  position: relative;
  line-height: 1.6;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.main_visual {
  align-items: center;
}
.main_visual .img {
  background-size: cover !important;
  background-position: center top !important;
  position: relative;
}
.main_visual .img img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.main_visual .text {
  width: 50vw;
  padding: 1rem;
}
.main_visual_sp {
  width: 100%;
}
/* ============================================================
   NAV & MV ここまで
   ============================================================ */
/* ------------------------------------------------------------
   ボタン(共通)
   ------------------------------------------------------------ */
.btn-link a {
  background: #fff;
  color: #000 !important;
  padding: 11px 30px 11px 20px;
  border-radius: 60px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  margin: 0 auto;
  font-size: 1rem;
  position: relative;
}
.btn-link a:hover {
  background: #fff;
  color: #000 !important;
  opacity: 1;
}
.btn-link a:after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url("../images/common/arrow_b.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 46%;
  margin-top: -4px;
}
/* ------------------------------------------------------------
   コンテンツ共通の余白・見出し(SPベース)
   ------------------------------------------------------------ */
#news, #about, #ticket, #goods, #release, #caution {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section .line {
  width: 98%;
  margin: 0 auto 4rem;
}
section .line2 {
  width: 98%;
  margin: 3rem auto 0;
}
.inner {
  padding: 1rem;
}
.container {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.container.ptb0 {
  padding: 0;
}
.box {
  margin-top: 1rem;
}
.container.flexbox {
  display: block;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.h2-ban {
  --bg-color: #8c0032;
  --text-color: #ffffff;
  --bar-color: #b44b6e;
  --bar-opacity: 1;
  --bg-color2: #ffebf0;
  --text-color2: #aa0032;
  --bar-color2: #fabed2;
  position: relative;
  background-color: var(--bg-color);
  padding: 0 20px 32px;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  overflow: hidden;
}
.h2-ban__title-wrap {
  position: relative;
  display: inline-block;
}
.h2-ban__title-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  transform: translateX(-50%);
  width: calc(100% + 90px);
  height: 0.5em;
  background-color: var(--bar-color);
  opacity: var(--bar-opacity);
  z-index: 1;
}
.h2-ban__title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--text-color);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.h2-ban__subtitle {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--text-color);
  font-size: 15px;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", Meiryo, sans-serif;
}
#about .h2-ban, #goods .h2-ban, #caution .h2-ban {
  background-color: var(--bg-color2);
}
#about .h2-ban__title-wrap::before, #goods .h2-ban__title-wrap::before, #caution .h2-ban__title-wrap::before {
  background-color: var(--bar-color2);
}
#about .h2-ban__title, #goods .h2-ban__title, #caution .h2-ban__title {
  color: var(--text-color2);
}
#about .h2-ban__subtitle, #goods .h2-ban__subtitle, #caution .h2-ban__subtitle {
  color: var(--text-color2);
}
h2.heading {
  font-size: 1.4rem;
}
h2.heading img {
  max-height: 120px;
  width: auto;
  margin: 0 auto;
}
h3 {
  font-size: 1.2rem;
  font-weight: 800;
}
h3.ttl {
  font-size: 1.2rem;
}
h3.heading {
  background: #fff;
  padding: 10px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #000;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 1px;
}
h4 {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  color: #fff;
}
.ttl {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.ttl:first-child {
  margin-top: 0;
}
.ttl .large {
  font-size: 110%;
}
.ttl .sub {
  display: inline-block;
  padding-right: 1rem;
}
.sub_ttl {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.4;
}
.sub_ttl .small {
  font-size: 90%;
}
.-red {
  color: #8c0032;
}
.inner dl {
  font-size: .85rem;
}
/* ------------------------------------------------------------
   news
   ------------------------------------------------------------ */
#news .news-data {
  display: block;
  width: 100%;
  letter-spacing: 0.18ex;
  vertical-align: top;
  font-size: 1.3rem;
}
#news .news-title {
  display: block;
  width: 100%;
}
#news .news-title a {
  transition: .2s;
}
#news .news-title :hover {
  opacity: 1;
  text-decoration: underline;
}
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.hide-text {
  display: none;
}
button.readmore {
  position: relative;
  height: 80px;
  width: auto;
  margin: 2rem auto 0;
  display: block;
  background-color: transparent;
  color: #fff;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: .2s;
  font-size: 1rem;
  font-weight: bold;
}
button.readmore::after {
  content: " ";
  position: absolute;
  width: 35px;
  height: 35px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 3px;
  top: 25px;
  transition: .5s;
}
button.readmore:hover::after {
  top: 40px;
}
.on-click {
  color: transparent !important;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/* ------------------------------------------------------------
   about
   ------------------------------------------------------------ */
#about {
  background-color: #ffebf0;
  color: #000;
}
#about .tokyo_kv {
  max-width: 800px;
  margin: 0 auto;
}
#about h3.ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-weight: 500;
}
#about dl.table:not(:first-child) {
  transition: .2s;
  padding: 0;
}
#about .tour_box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#about dl.table {
  display: block;
}
#about dl.table dt {
  width: 100%;
  font-weight: 600;
  align-items: center;
  padding-right: 2%;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 2em;
  margin-bottom: .5em;
  color: #8c0032;
}
#about dl.table dt:last-of-type {
  margin-top: 40px;
}
#about dl.table dt .font_l {
  font-size: 1.45rem;
}
#about dl.table dt .font_ll {
  font-size: 3.2rem;
}
#about dl.table .performers {
  font-size: 2rem;
}
#about dl.table dd {
  line-height: 1.6;
  font-size: 16px;
  padding-left: 0;
  width: 100%;
}
#about dl.table dd.day {
  font-size: 22px;
}
#about dl.table dd.time {
  font-size: 16px;
}
#about dl.table dd.venue {
  font-size: 20px;
}
#about dl.table dd.performer {
  font-size: 20px;
}
#about .tour dl dt {
  width: 100%;
  text-align-last: initial;
  border: none;
  font-size: 1rem;
}
#about .tour_catch {
  color: #fff;
  background-color: #000;
  padding: 5px 9px 6px;
  border-radius: 5px;
  font-size: .9rem;
  width: 298px;
  display: block;
  margin: 0 auto;
}
#about .new {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: 1;
  font-size: 0.9rem;
  vertical-align: super;
  margin-right: 3px;
}
#about .credit {
  line-height: 1.6;
  font-size: 14px;
  margin-top: 40px;
}
#about .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
#about .soldout {
  font-size: 1.4rem;
  color: #fff;
  display: block;
}
@media screen and (max-width: 480px) {
  #about .date {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------
   ticket
   ------------------------------------------------------------ */
#ticket h3.heading {
  margin-bottom: 2rem;
}
#ticket .inner {
  padding-bottom: 2rem;
}
/* 料金カード */
#ticket .card {
  background: #8c0032;
  color: #fff;
  width: 100%;
  max-width: 520px;
  padding: 28px 18px 24px;
  text-align: center;
  margin: 0 auto;
}
#ticket .label-box {
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 18px;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
#ticket .label-box .small {
  font-size: 13px;
}
#ticket .price-line {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  margin-top: 16px;
  line-height: 1.4;
}
#ticket .price-line .amount {
  font-weight: 600;
}
#ticket .notes {
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  opacity: 0.95;
  margin: 40px 0;
}
/* 先行周り */
#ticket .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#ticket .box {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 1rem;
}
#ticket .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
#ticket .title--top {
  margin-top: 0;
}
#ticket .period {
  font-size: 13px;
  letter-spacing: 0.03em;
  opacity: 0.95;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#ticket .period .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #b6f27a, #4fae2f);
  display: inline-block;
}
#ticket .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffebf0;
  width: 100%;
  box-sizing: border-box;
  color: #8c0032;
  padding: 12px 20px;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
}
/* テキスト */
#ticket .btn-text {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}
/* 矢印 */
#ticket .btn-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 0.9em;
}
#ticket .sub_ttl {
  font-size: 1.4rem;
}
#ticket .category {
  margin-right: 0;
  margin-bottom: 1.5rem;
}
#ticket .sales_period {
  font-size: 16px;
}
#ticket .sales_period span {
  color: #fff;
}
#ticket h3 {
  font-size: 1.2rem;
  padding: 5px 0;
  margin: 20px 0;
  background-color: #fff;
  color: #000;
  text-align: center;
}
#ticket h4 {
  margin: 3rem 0 0;
}
#ticket .cn_pg {
  font-size: 1.2rem;
  margin-top: .4rem;
}
#ticket .cn_pg_senkou {
  font-size: 1.2rem;
  background-color: #fff;
  margin: 3rem auto;
}
.cn_pg_senkou_tokyo {
  font-size: 1.2rem;
  background-color: #fff;
  margin: 3rem auto 0;
}
#ticket .senkou_data_block {
  margin-top: 2rem;
}
#ticket .senkou_data_block_tel {
  margin-top: 2rem;
}
#ticket .cn_pg_data {
  font-size: 1.2rem;
}
.tel_number {
  font-size: 1.6rem;
}
.tokyo_space {
  padding-left: 0px;
}
#ticket .ticket_btn .btn-link {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#ticket .ticket_btn .btn-link a {
  margin: 1rem auto 0;
  font-size: 1.2rem;
  width: 90%;
}
#ticket .ticket_btn .btn-link span {
  font-size: .8rem;
  text-align: center;
}
#ticket .credit {
  line-height: 1.8;
  font-size: 0.9rem;
  margin-top: 2rem;
}
#ticket .heading .small {
  font-size: 80%;
}
#ticket .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
#ticket .ticket_border {
  margin: 2rem 0;
}
#ticket .soldout {
  font-size: 1rem;
}
#ticket .fin {
  font-size: 14px;
  margin-top: 3.5rem;
}
#ticket .font_l {
  font-size: 1.8rem;
}
#ticket .ticket__fin {
  text-align: left;
  padding: 0 1rem;
  margin-top: 1rem;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  #ticket .ticket_btn .btn-link a {
    width: 100%;
    font-size: 1.1rem;
  }
  #ticket .cn_pg_senkou, .cn_pg_senkou_tokyo {
    font-size: 1.1rem;
  }
  #ticket .senkou_data_block {
    text-align: left;
  }
  .tokyo_space {
    padding-left: 0px;
  }
}
/* ------------------------------------------------------------
   goods
   ------------------------------------------------------------ */
#goods {
  background-color: #ffebf0;
  color: #000;
}
#goods h3 {
  font-size: 1rem;
  margin-top: 1rem;
}
#goods .venue {
  font-size: .9rem;
  margin-bottom: 1rem;
}
#goods .venue span {
  color: #fff;
}
#goods p.soon {
  font-size: 1.8rem;
}
#goods .txt {
  margin: 0 0 2rem;
}
#goods .pic {
  margin: 1rem 0;
}
#goods .ticket_btn {
  margin: 2rem 0 0;
}
#goods .annotation {
  font-size: 80%;
}
#goods .goods_lists {
  width: 100%;
  display: block;
}
#goods .goods_lists li {
  width: 100%;
  margin-top: 2rem;
}
#goods .goods_lists li.mt0 {
  text-align: left;
}
#goods .goods_lists li.w100 {
  width: 100%;
}
#goods h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 800;
  color: #8c0032;
  text-align: center;
}
#goods h4 span {
  font-size: .9rem;
}
#goods .goods_list .lead {
  margin-top: 2rem;
}
#goods .goods_list .sub_ttl {
  font-weight: 800;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#goods .goods_list a {
  color: #fff;
}
#goods .goods_list .thum {
  margin: 0 0 1rem;
}
#goods .goods_list .thum img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#goods .goods_list .detail {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
}
#goods .goods_list .detail .price {
  margin-top: 1rem;
  font-size: 0.95rem;
}
#goods .goods_list .detail .attention {
  margin-top: 0.9rem;
  font-size: 0.85rem;
}
#goods .goods_list .btn-link a {
  margin: 3rem auto 0;
}
#goods .al_c {
  display: block;
  text-align: center;
}
#goods .goods_icon {
  position: relative;
}
#goods .goods_icon::before {
  display: none;
}
#goods .text {
  padding-top: 2.5rem;
  border-top: 3px dotted #8c0032;
}
#goods strong {
  font-size: 1rem;
  line-height: 1rem;
}
.goods_time {
  padding-top: 3.6rem;
}
#goods_kaijou {
  display: block;
  margin-top: -96px;
  padding-top: 96px;
}
#goods .goods_time {
  font-size: 1rem;
}
.goods_time ul {
  margin-bottom: 2rem;
}
.goods_time ul li {
  margin-top: .9rem;
}
#goods .goods_web {
  padding: 2rem 0 0;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #goods .goods_lists {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
  }
  #goods .goods_lists li {
    width: 100%;
  }
  #goods .goods_list .goods_detail {
    font-size: .85rem;
  }
  #goods .goods_list .goods_ttl {
    font-size: 1.1rem;
  }
  #goods .goods_list .goods_text {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  #goods .goods_list .thum {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    order: 1;
  }
  #goods .goods_time {
    font-size: 1rem;
  }
  .goods_time ul li {
    margin-top: .9rem;
  }
  #goods .goods_web {
    font-size: 1rem;
  }
}
/* ------------------------------------------------------------
   release
   ------------------------------------------------------------ */
#release h3 {
  width: 100%;
  margin-top: 3rem;
  font-size: 1.2rem;
}
#release h4 {
  font-size: 1.4rem;
}
/* デジタル/フィジカル リリースカード(レスポンシブ差分なし。元のまま) */ :root {
  --bg: #5c0f26;
  --bg-deep: #8c0032;
  --line: #fff;
  --line-dim: #fff;
  --ink: #fff;
  --plate: #cfcac4;
}
.page {
  width: 100%;
  max-width: 420px;
  padding: 0 28px;
}
.release_box .badge {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  margin-top: 5rem;
}
.release_box .top {
  margin-top: 0rem;
}
.badge span {
  border: 1px solid var(--line);
  padding: 2px 12px;
  font-size: 18px;
  letter-spacing: 0.32em;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 1px;
}
.release_box {
  margin-bottom: 54px;
}
.release_box:last-child {
  margin-bottom: 0;
}
#release .title {
  text-align: center;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin: 0 0 0;
}
#release .title .quote {
  opacity: 0.9;
}
.release-date {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.plate-wrap {
  margin-bottom: 42px;
}
.plate {
  width: 100%;
}
.plate img {
  width: 100%;
  margin: 0 auto;
}
.plate-caption {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 14px;
}
.plate-caption.en {
  letter-spacing: 0.12em;
}
#release .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffebf0;
  width: 100%;
  box-sizing: border-box;
  color: #8c0032;
  padding: 12px 20px;
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
}
/* テキスト */
#release .btn-text {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}
/* 矢印 */
#release .btn-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 0.9em;
}
.divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 58px 0 34px;
}
.divider::before, .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-dim);
}
.divider span {
  font-size: 10px;
  letter-spacing: 0.3em;
}
.digital-title {
  text-align: center;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
.digital-date {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.digital-date b {
  font-weight: 700;
  margin-right: 2px;
}
#release .release_lists {
  margin-top: 2rem;
  display: block;
}
#release .release_lists li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  margin: 2rem auto 0;
  flex-wrap: wrap-reverse;
  text-align: center;
}
#release .release_lists li .release_thum {
  width: 90%;
  margin: 0 auto;
}
#release .release_lists li .release_thum img {
  margin-bottom: 1rem;
}
#release .release_lists li .release_thum span {
  font-size: .9rem;
  text-align: center;
  display: block;
  margin-top: -.8rem;
}
#release .release_thum_2 {
  display: flex;
}
#release .release_lists li .release_text {
  width: 100%;
  margin-bottom: 1rem;
}
#release .release_lists li .release_text:first-child {
  width: 100%;
}
#release .release_lists li .release_text .detail {
  margin-top: 0;
  font-size: 1rem;
}
#release .release_lists li .release_text .detail a {
  color: #fff;
}
#release .release_lists li .release_text .detail_text {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: left;
}
#release .release_list .ttl {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
#release .btn-link a {
  margin: 3rem auto 0;
}
#release .disc_detail {
  font-size: 1rem;
}
#release .disc_detail .txt_table {
  margin: 40px 0;
  text-align: left;
}
#release .disc_detail .txt_table ul li {
  margin: 20px 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #release .release_lists {
    display: block;
    margin: 2rem auto;
  }
  #release .release_lists li {
    width: 100%;
  }
  #release .release_list .ttl {
    font-size: 1.2rem;
  }
  #release .release_list .detail {
    font-size: 0.95rem;
  }
}
/* ------------------------------------------------------------
   caution
   ------------------------------------------------------------ */
#caution {
  background-color: #ffebf0;
  color: #000;
}
#caution .inner {
  font-size: 0.8rem;
}
#caution .tape {
  margin-bottom: 3rem;
}
#caution .tape .btn-link a {
  font-size: .8rem;
  width: 96%;
}
#caution h4 {
  padding-bottom: 80px 0 10px;
  margin: 0 0 .8rem;
  font-size: .95rem;
  color: #fff;
  border-bottom: solid 1px #fff;
}
#caution #visitors {
  padding-top: 80px;
  margin-top: -80px;
}
#caution h5 {
  margin: .8rem 0 0;
  font-size: .85rem;
}
#caution span {
  font-size: 88%;
}
#caution ul li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
#caution .txt_box {
  text-align: left;
}
#caution .txt_box p {
  font-size: 13px;
}
#caution .txt_box ul li {
  font-size: 13px;
}
#caution h3 {
  font-size: 16px;
  margin-top: 3rem;
  margin-bottom: .2rem;
}
#caution h3.top {
  margin-top: 0;
}
@media screen and (max-width: 480px) {}
.ig {
  text-align: center;
  background-color: #ffebf0;
  color: #8c0032;
  padding: 10px;
}
/* ------------------------------------------------------------
   footer
   ------------------------------------------------------------ */
.ticket_info {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 77%;
  z-index: 11;
  width: 110px;
  height: auto;
}
.ticket_info a {
  display: block;
}
footer {
  position: relative;
  color: #ffffff;
  height: 60px;
  display: flex;
  align-items: center;
}
.footer_container {
  width: 90%;
  margin: 3rem auto;
  text-align: center;
}
.copyright {
  font-size: 0.85rem;
  letter-spacing: 0.15ex;
  text-align: center;
}
/* ------------------------------------------------------------
   調整用ユーティリティ(レスポンシブ差分なし)
   ------------------------------------------------------------ */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
.ta_c {
  text-align: center;
  display: block;
}
.ta_l {
  text-align: left;
  display: block;
}
.ta_r {
  text-align: right;
  display: block;
}
.bold {
  font-weight: 800;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb2r {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.fs_bl {
  font-size: 125%;
}
.fs_l {
  font-size: 115%;
}
.fs_m {
  font-size: 92%;
}
.fs_ms {
  font-size: 80%;
}
.fs_s {
  font-size: 50%;
}
/* ============================================================
   PC レイアウト調整（min-width: 768px）
   NAV / MV は含まれません（上のNAV & MVセクションで完結）
   ============================================================ */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .pc-only {
    display: block;
  }
  .smp-only, .smp-nav {
    display: none;
  }
  .smp-only {
    display: none !important;
  }
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
  img {
    width: auto;
  }
  .inner dl {
    font-size: inherit;
  }
  #news, #about, #ticket, #goods, #release, #caution {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  section .line {
    width: 1000px;
    margin: 0 auto 7rem;
  }
  section .line2 {
    width: 1000px;
    margin: 4rem auto 0;
  }
  .container.flexbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 2rem 1fr;
    grid-template-columns: 200px 1fr;
    gap: 1rem;
  }
  .h2-ban__title {
    font-size: 62px;
  }
  .h2-ban__title-wrap::before {
    width: calc(100% + 460px);
  }
  h2.heading {
    font-size: inherit;
  }
  h2.heading img {
    max-height: none;
  }
  h3 {
    font-size: 1.6rem;
  }
  h3.ttl {
    font-size: inherit;
  }
  h3.heading {
    font-size: 1.5rem;
    text-align: inherit;
    letter-spacing: 3px;
  }
  .ttl {
    font-size: 1.8rem;
  }
  .ttl .large {
    font-size: 120%;
  }
  .sub_ttl {
    font-size: 1.5rem;
  }
  .btn-link a {
    width: 85%;
    font-size: 1.3rem;
    border-radius: 42px;
  }
  /* news */
  #news .news-data {
    font-weight: 600;
    width: auto;
    font-size: 1.4rem;
  }
  #news .news-title {
    display: inline-block;
    width: auto;
  }
  /* about */
  #about h3.ttl {
    font-size: 2rem;
    margin-top: 0;
  }
  #about .tour_catch {
    font-size: 1.2rem;
    width: 340px;
  }
  #about dl.table dt {
    width: auto;
  }
  #about dl.table dd {
    padding-left: inherit;
    width: auto;
  }
  #about .tour dl dt {
    width: auto;
    text-align-last: auto;
    font-size: inherit;
  }
  #about dl.table dt .font_l {
    font-size: 2.4rem;
  }
  #about .soldout {
    font-size: 1.6rem;
    display: inline;
  }
  #about .box .read {
    margin-top: 3.8rem;
  }
  /* ticket */
  #ticket .btn {
    width: 600px;
    margin: 20px auto;
  }
  #ticket .inner {
    padding-bottom: 0;
  }
  #ticket .category {
    margin-right: 55px;
    margin-bottom: 0;
  }
  #ticket .category_item {
    margin-right: 55px;
    margin-top: 0;
  }
  #ticket .sub_ttl {
    font-size: 1.8rem;
  }
  #ticket .cn_pg {
    font-size: 1.6rem;
  }
  #ticket .cn_pg_senkou, .cn_pg_senkou_tokyo {
    font-size: 1.4rem;
  }
  #ticket .cn_pg_data {
    font-size: 1.4rem;
  }
  #ticket h4 {
    margin-top: 0;
  }
  #ticket .soldout {
    font-size: inherit;
  }
  #ticket .fin {
    font-size: 16px;
    margin-top: 4.5rem;
  }
  #ticket .sales_period {
    font-size: 1.3rem;
  }
  #ticket .font_l {
    font-size: 2rem;
  }
  #ticket .ticket_btn .btn-link {
    width: 80%;
  }
  .tokyo_space {
    padding-left: 30px;
  }
  #ticket .ticket__fin {
    text-align: center;
    font-size: 16px;
  }
  /* goods */
  #goods .venue {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  #goods h3 {
    font-size: 1.2rem;
    margin-top: 0;
  }
  #goods p.soon {
    font-size: 1.8rem;
  }
  #goods .al_c {
    display: flex;
    text-align: inherit;
  }
  #goods .goods_lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #goods .goods_lists li {
    width: 48%;
    margin-top: 2.5rem;
  }
  #goods .goods_lists li.mt0 {
    text-align: inherit;
  }
  #goods .goods_list .thum {
    margin-bottom: 1.5rem;
  }
  #goods .goods_list .detail {
    margin-top: 1.5rem;
    font-size: 1.1rem;
  }
  #goods strong {
    font-size: 1.1rem;
    line-height: inherit;
  }
  .plate img {
    width: 50%;
  }
  /* release */
  #release h3 {
    font-size: 1.4rem;
    margin: 3rem auto 0;
  }
  #release .release_lists li {
    text-align: inherit;
  }
  #release .release_lists li .release_thum {
    width: 40%;
    margin: 0;
  }
  #release .release_lists li .release_text {
    width: 58%;
    margin-bottom: 0;
  }
  #release .release_lists li .release_text .detail {
    font-size: 1.7rem;
    margin-top: 1rem;
  }
  #release .cta {
    width: 400px;
    margin: 0 auto;
  }
  #release .btn a {
    width: 50%;
    margin: 0 auto;
  }
  .release_box .badge {
    margin-top: 6rem;
  }
  .release_box .top {
    margin-top: 0;
  }
  #release .disc_detail .txt_table ul li {
    line-height: 1.8;
  }
  /* caution */
  #caution span {
    font-size: inherit;
  }
  #caution h3 {
    margin-top: 3rem;
    margin-bottom: .5rem;
    font-size: 1.3rem;
  }
  #caution h4 {
    font-size: 1.2rem;
  }
  #caution h5 {
    font-size: 1rem;
  }
  #caution ul li {
    font-size: 1rem;
  }
  #caution .inner {
    font-size: 1rem;
  }
  #caution .tape .btn-link a {
    font-size: 1rem;
    width: 90%;
  }
  /* footer */
  .copyright {
    text-align: inherit;
  }
  .ticket_info {
    width: 180px;
    bottom: 15px;
    right: 10px;
  }
  .footer_container {
    width: 1040px;
    margin: 0 auto;
  }
}