@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 70px;
  scrollbar-gutter: stable;
  box-sizing: border-box;
  cursor: url("../images/heart.svg") 11 19, auto;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width:1024px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }
}
a,
button,
.hamburger,
.hamburger * {
  cursor: url("../images/heart_yellow.svg") 11 19, pointer;
}
#wrapper {
  overflow-x: hidden;
}

:root {
  --font-base: "DotGothic16", sans-serif;
  --font-dot-en: "Press Start 2P", "Noto Sans JP", sans-serif;
  --font-dot-jp: "DotGothic16", sans-serif;
  --color-yellow: #ffff00;
  --color-red: #ed1c24;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

a {
  color: var(--color-red);
}
a:hover {
  color: var(--color-yellow);
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.4;
  padding: 0.2em 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
h1 {
  font-size: 3.0em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.05em;
}

/*　汎用クラス
**************************************************************/

/* 文字揃え */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-just {
  text-align: justify;
}
.text-center {
  text-align: center;
}

/*テキスト装飾*/
.text-border-top {
  border-top: 1px solid;
}
.text-border-bottom {
  border-bottom: 1px solid;
}
.text-frame {
  line-height: 1.0 !important;
  border: 1px solid;
  padding: 0.25em 0.5em 0.3em 0.5em;
}
.inline-block {
  display: inline-block;
}
.text-s {
  font-size: 90%;
}
.text-ss {
  font-size: 80%;
}
.text-sss {
  font-size: 70%;
}
.text-l {
  font-size: 107%;
}
.text-ll {
  font-size: 115%;
}
.text-lll {
  font-size: 125%;
}
.text-llll {
  font-size: 135%;
}
.text-lllll {
  font-size: 150%;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: 500;
}
.lh-narrow {
  line-height: 1.5;
}

/*リンクURL*/
.url {
  line-height: 1.5;
  word-break: break-all;
}

/*　マージン・パディング
**************************************************************/
/* マージン0 */
.margin-0 {
  margin: 0;
}
/* 左右マージン */
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
/* 左右余白 */
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.px-05 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-10 {
  padding-right: 1.0rem;
  padding-left: 1.0rem;
}
.px-15 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-20 {
  padding-right: 2.0rem;
  padding-left: 2.0rem;
}
.px-30 {
  padding-right: 3.0rem;
  padding-left: 3.0rem;
}
/* 上マージン */
.mt-0 { margin-top: 0!important; }
.mt-1 { margin-top: 1.0rem!important; }
.mt-2 { margin-top: 2.0rem!important; }
.mt-3 { margin-top: 3.0rem!important; }
.mt-4 { margin-top: 4.0rem!important; }
.mt-5 { margin-top: 5.0rem!important; }
/* 下マージン */
.mb-0 { margin-bottom: 0!important; }
.mb-1 { margin-bottom: 1.0rem!important; }
.mb-2 { margin-bottom: 2.0rem!important; }
.mb-3 { margin-bottom: 3.0rem!important; }
.mb-4 { margin-bottom: 4.0rem!important; }
.mb-5 { margin-bottom: 5.0rem!important; }
/* 左マージン */
.ml-0 { margin-left: 0!important; }
.ml-1 { margin-left: 1.0rem!important; }
.ml-2 { margin-left: 2.0rem!important; }
.ml-3 { margin-left: 3.0rem!important; }
.ml-4 { margin-left: 4.0rem!important; }
.ml-5 { margin-left: 5.0rem!important; }
/* 右マージン */
.mr-0 { margin-right: 0!important; }
.mr-1 { margin-right: 1.0rem!important; }
.mr-2 { margin-right: 2.0rem!important; }
.mr-3 { margin-right: 3.0rem!important; }
.mr-4 { margin-right: 4.0rem!important; }
.mr-5 { margin-right: 5.0rem!important; }
/* 上パディング */
.pt-0 { padding-top: 0!important; }
.pt-1 { padding-top: 1.0rem!important; }
.pt-2 { padding-top: 2.0rem!important; }
.pt-3 { padding-top: 3.0rem!important; }
.pt-4 { padding-top: 4.0rem!important; }
.pt-5 { padding-top: 5.0rem!important; }
/* 下パディング */
.pb-0 { padding-bottom: 0!important; }
.pb-1 { padding-bottom: 1.0rem!important; }
.pb-2 { padding-bottom: 2.0rem!important; }
.pb-3 { padding-bottom: 3.0rem!important; }
.pb-4 { padding-bottom: 4.0rem!important; }
.pb-5 { padding-bottom: 5.0rem!important; }
/* 左パディング */
.pl-0 { padding-left: 0!important; }
.pl-1 { padding-left: 1.0rem!important; }
.pl-2 { padding-left: 2.0rem!important; }
.pl-3 { padding-left: 3.0rem!important; }
.pl-4 { padding-left: 4.0rem!important; }
.pl-5 { padding-left: 5.0rem!important; }
/* 右パディング */
.pr-0 { padding-right: 0!important; }
.pr-1 { padding-right: 1.0rem!important; }
.pr-2 { padding-right: 2.0rem!important; }
.pr-3 { padding-right: 3.0rem!important; }
.pr-4 { padding-right: 4.0rem!important; }
.pr-5 { padding-right: 5.0rem!important; }

/*　footer
**************************************************************/
footer {
  width: 100%;
  height: auto;
  font-size:15px;
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: none;
}
footer .footer-outer {
  padding: 30px 2% 120px;
}
footer .footer-logo-outer {
  text-align: center;
  margin: 1.2em 0 0.5em 0;
  display: block;
}
footer .copyright {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 30px auto;
}
footer .copyright span.no-wrap {
  display: inline-block;
  white-space: nowrap;
}

/* PC・SP 表示・非表示
**************************************************************/
.pconly {
  display: inline-block;
}
.sponly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: inline-block;
  }
}

/* ナビゲーションメニュー
**************************************************************/
/* ===== 全体レイアウト ===== */
#nav-wrap {
  position: relative;
  z-index: 1000;
}
/* ハンバーガーボタン */
.hamburger {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 56px;
  height: 70px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/dog_menu.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
#nav-wrap.is-open .hamburger span {
  background: url("../images/dog_close.svg") no-repeat center center;
}
#nav-wrap.is-open .hamburger {
  gap: 5px;
}

/* ===== ナビゲーション：全画面オーバーレイ ===== */
#nav {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  background: #000;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
  padding: 80px 24px;
  overflow-y: auto;
}
#nav .inner {
  width: 100%;
}
#nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#nav .menu li + li {
  margin-top: 1.2em;
}
#nav .menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: .25em .5em;
  letter-spacing: 0.08em;
}
#nav .menu a:hover {
  background: rgba(255,255,255,0.12);
}
/* ===== マスク：で透明クリック領域扱い ===== */
#mask {
  display: none;
}

/* ===== 開いた状態 ===== */
#nav-wrap.is-open #nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

/* SNSシェアアイコン
**************************************************************/
.sns-share {
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #000;
}
.sns-share ul.share-list {
  text-align: center;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sns-share .share-list li {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 10px;
}
.sns-share .share-list li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.sns-share .share-list li img:hover {
  opacity: 0.7;
}

/* 汎用リスト
**************************************************************/
.simple-list {
  font-size: inherit;
  text-indent: -1.0em;
  margin-left: 1.0em;
}

/*　Youtube 埋め込み
**************************************************************/
.youtube {
  width:100%;
  height:auto;
  position: relative;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　Page Top ボタン
**************************************************************/
/*下に固定*/
#bottom-cta-box {
  display: block;
  width: 100%;
  height: 100px;
  background: #000;
  border-top: 1px solid #fff;
  position: fixed;
  left: 0;
  bottom:0;
  z-index: 999;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
.footer-box {
  display: flex;
  flex-direction: row;
  position: relative;
}
.footer-box a.btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 30px;
}
.icon-arrow-top {
  display: block;
  width: 16px;
  height: auto;
  transform: rotate(-90deg);
}
.footer-box a.btn-top:hover {
  background: #555;
}
.footer-box a.btn-top:hover .icon-arrow-top {
  color: #fff;
}
.footer-box a.btn-buy {
  display: inline-block;
  width: 20em;
  max-width: 70%;
  height: 2.4em;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding-right: 1.0em;
  font-size: 1.4em;
  font-family: "DotGothic16", monospace;
  color: var(--color-yellow);
  font-weight: 700;
  line-height: 2.4;
  text-align: center;
  background: url("../images/arrow_right_yellow.svg") no-repeat;
  background-size: 0.6em;
  background-position: top 0.7em right 0.7em;
  border: 1px solid var(--color-yellow);
}
.footer-box a.btn-buy span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url("../images/heart.svg") no-repeat;
  background-size: 22px;
  margin-right: 16px;
  vertical-align: -2px;
}
.footer-box a.btn-buy:hover {
  color: var(--color-red);
  border: 1px solid var(--color-red);
}
/*　上に上がる動き　*/
#bottom-cta-box.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#bottom-cta-box.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 768px) {
  .footer-box a.btn-buy {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .footer-box a.btn-buy {
    font-size: 1.1em;
    width: 90%;
    max-width: 90%;
    right: 5%;
    left: 5%;
  }
  .footer-box a.btn-buy span::before {
    width: 18px;
    height: 17px;
    background-size: 18px;
  }
  .footer-box a.btn-top {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .footer-box a.btn-buy {
    font-size: 1.0em;
  }
}

/**************************************************************
LP UNDERTALE
**************************************************************/

/*　firstView
---------------------------------------------------------*/
#firstView {
  padding: 25px 50px 50px 50px;
}
.page-home #firstView {
  padding: 100px 4% 50px 4%;
}
h1.title-undertale {
  width: 94%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
h1.title-undertale img {
  display: block;
}
@media screen and (max-width: 768px) {
  #firstView {
    padding: 100px 20px 50px 20px;
  }
}

/*　テキストタイプライター表示
---------------------------------------------------------*/
.typewriter {
  font-family: "DotGothic16", monospace;
  font-size: 38px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  white-space: pre-line;
  background: #000;
  padding: 0 1em 1em 1em;
}
.typewriter-cursor {
  display: inline-block;
  width: 0.6em;
  height: 1em;
  margin-left: 0.15em;
  background: #fff;
  vertical-align: -0.15em;
  animation: cursor-blink 0.8s steps(1) infinite;
}
@keyframes cursor-blink {
  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .typewriter {
    font-size: 38px;
  }
}
@media screen and (max-width: 600px) {
  .typewriter {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .typewriter {
    font-size: 7vw;
  }
}

/*　contents-block
---------------------------------------------------------*/
#main-contents {
  padding-bottom: 20px;
}
h2.section-title {
  font-family: var(--font-dot-en);
  font-size: 2rem;
  color: var(--color-yellow);
  line-height: 1.6;
  text-align: center;
  margin: 30px 0;
  position: relative;
}
h2.section-title span {
  font-size: 80%;
  display: inline-block;
  width: 3rem;
  vertical-align: 0.25rem;
}
h2.section-title span.title-ruby {
  display: block;
  width: 100%;
  font-family: "DotGothic16", monospace;
  font-size: 0.85em;
  color: #fff;
}
.title-has-border {
  border: 2px solid var(--color-yellow);
  padding: 0.3em 0.5em 0.2em 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  h2.section-title {
    font-size: 1.5rem;
  }
  h2.section-title span {
    width: 2rem;
  }
}
@media screen and (max-width: 480px) {
  h2.section-title {
    font-size: 1.2rem;
  }
  h2.section-title span {
    width: 1.4rem;
  }
}
h3, h4, h5, h6 {
  font-family: var(--font-dot-en);
  color: var(--color-yellow);
  margin: 0.5em 0;
}
h3.dots-jp, h4.dots-jp, h5.dots-jp, h6.dots-jp {
  font-family: "DotGothic16", monospace;
}
.name-ruby-jp {
  font-family: "DotGothic16", monospace;
  font-size: 100%;
}
.contents-block {
  width: 100%;
  margin:0 auto 70px;
}
.contents-outer {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
}
.column-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
}
.column-box-nogap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column-inner {
  margin: 0;
}
.column-inner.w100 {
  flex: 0 0 100%;
}
.column-inner.w70 {
  flex: 0 0 calc(70% - 1rem);
}
.column-inner.w50 {
  flex: 0 0 calc((100% - 2rem) / 2);
}
.column-inner.w33 {
  flex: 0 0 calc((100% - 4rem) / 3);
}
/* 70：30の組み合わせ用 */
.column-inner.w30 {
  flex: 0 0 calc(30% - 1rem);
}
.column-inner.w20 {
  flex: 0 0 calc((100% - 8rem) / 5);
}
/* ユーティリティ*/
.has-padding {
  padding: 2rem;
}
.has-border {
  border: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .contents-block {
    margin-bottom: 50px;
  }
  .column-inner.w33 {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
  .column-inner.w20 {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .contents-outer {
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  .column-inner.w70 {
    flex: 0 0 100%;
  }
  .column-inner.w50 {
    flex: 0 0 100%;
  }
  .column-inner.w33 {
    flex: 0 0 100%;
  }
  .column-inner.w30 {
    flex: 0 0 100%;
  }
  .column-inner.w20 {
    flex: 0 0 100%;
  }
}

/*　WHAT'S NEW
---------------------------------------------------------*/
.scroll-box {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  margin: 0 auto 0 0;
}
.scroll-box.program {
  height: 30rem;
}
/*　simplebar */
.scroll-box::-webkit-scrollbar {/*デフォルトを非表示*/
  display: none;
}
.simplebar-track {
  background: #222;
  border-radius: 2px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
  background: var(--color-yellow);
  left: 2px;
  right: 2px;
  border-radius: 0;
}
.simplebar-track.simplebar-vertical {
  width: 28px;
}
/* 更新履歴リスト */
dl.topics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0.5rem;
}
dl.topics dt {
  font-family: var(--font-dot-en);
  color: var(--color-yellow);
  line-height: 2.2;
  width: 12.5em;
  position: relative;
  margin-right: 12px;
  padding-right: 36px;
  background: url("../images/arrow_heart_red.svg") top 0.5em right 0 no-repeat;
  background-size: 1.2em;
}
dl.topics dd {
  font-size: 18px;
  width: calc(100% - 212px);
  margin-bottom: 0.5em;
}
dl.topics dd a {
  color: var(--color-yellow);
  position: relative;
}
dl.topics dd a:hover {
  text-decoration: underline;
}
dl.topics dd a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url("../images/arrow_right_red.svg") no-repeat;
  transform: rotate(90deg);
  margin-left: 12px;
  vertical-align: -4px;
}
@media (max-width: 768px) {
  .simplebar-track.simplebar-vertical {
    width: 20px;
  }
  dl.topics dd {
    width: 100%;
  }
}

/*　Concert Info
---------------------------------------------------------*/
h4.concert-info-title {
  font-family: var(--font-dot-en);
  font-size: 1rem;
  color: var(--color-yellow);
  text-align: left;
  margin: 0 0 1em 0;
}

/*　注意事項
---------------------------------------------------------*/
.precaution-header {
  justify-self: stretch;
  width: 100%;
}
h4.precaution-title {
  font-family: var(--font-dot-en);
  font-size: 0.9rem;
  color: var(--color-yellow);
  text-align: left;
  margin: 0 0 1em 0;
}
h4.precaution-title span {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

/*　リンクボタン
---------------------------------------------------------*/
a.btn-link {
  font-size: 0.9em;
  color: #fff;
  line-height: 1.0;
  padding: 0.4em 0.5em 0.55em 0.75em;
  background: none;
  display: inline-block;
  border: 1px solid #fff;
}
a.btn-link::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8rem;
  background: url("../images/arrow_right_red.svg") no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
a.btn-link:hover {
  background:#555;
}

/*　収録曲リスト
---------------------------------------------------------*/
ol.set-list {
  counter-reset: listnum;
  margin: 0 0 30px 0;
}
ol.set-list li {
  font-size: 1.05em;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.5em;
}
ol.set-list li::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero)".";
  padding-right: 0.3em;
}
ol.set-list li span {
  font-size: 80%;
  font-weight: 400;
}

/*　TOUR SCHEDULE
---------------------------------------------------------*/
table.tour-schedule {
  width: 100%;
  font-size: 18px;
  border-collapse: separate;
  border-spacing: 0;
}
table.tour-schedule tbody {
  display: grid;
  gap: 1.5rem;
}
table.tour-schedule tr {
  display: grid;
  grid-template-columns: 12em 7em 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 1.4rem;
  border: 1px solid #fff;
}
table.tour-schedule .tour-year {
  font-family: var(--font-dot-en);
  font-size: 1.3em;
  color: var(--color-yellow);
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 18px;
}
table.tour-schedule .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
table.tour-schedule td {
  display: block;
  padding: 0;
}
table.tour-schedule td.date {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--color-yellow);
  width: auto;
  vertical-align: middle;
  white-space: nowrap;
}
table.tour-schedule td.place {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
table.tour-schedule td.place span {
  display: inline-block;
  min-width: 5em;
  padding: 0.1em 0.6em;
  border: 1px solid #fff;
}
table.tour-schedule td.hall {
  font-size: 1.3em;
  vertical-align: middle;
  line-height: 1.6;
}
table.tour-schedule td.btn-cell {
  text-align: right;
  vertical-align: middle;
}
table.tour-schedule td.btn-cell a.btn-link {
  font-size: 0.88em;
}
@media screen and (max-width: 860px) {
  table.tour-schedule,
  table.tour-schedule tbody {
    display: block;
    width: 100%;
  }
  table.tour-schedule tr {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.6rem 1rem;
    padding: 1rem;
    border: 1px solid #fff;
  }
  table.tour-schedule tr + tr {
    margin-top: 1rem;
  }
  table.tour-schedule td {
    display: block;
    padding: 0;
  }
  table.tour-schedule td.date {
    width: auto;
    grid-column: 1;
    grid-row: 1;
    white-space: nowrap;
  }
  table.tour-schedule td.place {
    width: auto;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    white-space: nowrap;
  }
  table.tour-schedule td.hall {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    line-height: 1.6;
  }
  table.tour-schedule td.btn-cell {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  table.tour-schedule {
    font-size: 14px;
  }
  table.tour-schedule .tour-year {
    padding-left: 0;
  }
}

/* Table ボーダー無し レイアウト用*/
table.table-noborder {
  width: 100%;
  border: none;
}
table.table-noborder th, table.table-noborder td {
  border: none;
  padding: 0.5em;
}
table.table-noborder th {
  width: 1%;
  white-space: nowrap;
}
/*レスポンシブテーブル*/
@media screen and (max-width: 600px) {
  table.table-responsive th,
  table.table-responsive td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  table.table-responsive th {
    padding-bottom: 0;
  }
  table.table-responsive td {
    padding-top: 0;
  }
}

/*　ORIGINAL GOODS
---------------------------------------------------------*/
.goods-item {
  margin-bottom:0.2em;
}
.goods-price {
  font-family: "Press Start 2P", "DotGothic16", monospace, sans-serif;
  color: var(--color-yellow);
  margin: 0 0 0.5em 0;
}
.goods-content {
  margin-bottom: 1.2em;
}
/* モーダルウィンドウ
---------------------------------------------------------*/
/* 開くボタン */
.modal-open-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
}
.modal-open-button:hover,
.modal-open-button:focus-visible {
  border-color: #ffff00;
  color: #ffff00;
}

/* モーダル */
.item-modal {
  width: min(90%, 700px);
  max-height: 85vh;
  padding: 0;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
}
.item-modal::backdrop {
  background: rgb(0 0 0 / 80%);
}
.item-modal-inner {
  position: relative;
  padding: 2rem;
}
.item-modal-title {
  margin: 0 3rem 1.5rem 0;
  color: #ffff00;
  font-family: "Press Start 2P", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.item-modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid #fff;
  background: #000;
  font-family: "Press Start 2P", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.item-modal-close:hover,
.item-modal-close:focus-visible {
  border-color: #ffff00;
  color: #ffff00;
}
/* スクロール部分 */
.item-modal-scroll {
  max-height: min(55vh, 500px);
  overflow-y: auto;
  padding: 1rem 1.5rem;
  border: 1px solid #fff;
  overscroll-behavior: contain;
}
.item-modal .simplebar-track.simplebar-vertical {
  right: 0;
  width: 20px;
}

@media screen and (max-width: 600px) {
  .item-modal {
    width: 92%;
    max-height: 88vh;
  }
  .item-modal-inner {
    padding: 1.5rem 1rem 1rem;
  }
  .item-modal-title {
    font-size: 1rem;
  }
  .item-modal-scroll {
    max-height: 60vh;
    padding: 1rem;
  }
}

/*　各会場ページ
**************************************************************/

/*　firstView 各会場ページ
---------------------------------------------------------*/
/* firstView 各会場ページ
---------------------------------------------------------*/
/* ヘッダーロゴ */
.page-hall #title-undertale {
  width: min(300px, 60vw);
  margin: 0 auto 0 0;
}

.page-hall #title-undertale img {
  display: block;
  width: 100%;
  height: auto;
}

/* 会場ページタイトル */
.page-hall h1.hall-title {
  display: block;
  width: 92%;
  font-size: 2.2rem;
  margin: 1em auto;
  padding: 0.55em 0 0.7em;
  text-align: center;
  border-top: 4px dashed #fff;
  border-bottom: 4px dashed #fff;
}
.page-hall .hall-date-group,
.page-hall .hall-name {
  display: block;
}
.page-hall .hall-date-group {
  margin-bottom: 0.2em;
  white-space: nowrap;
}
.page-hall .hall-date,
.page-hall .date-day {
  display: inline-block;
}
.page-hall .hall-date {
  font-family: "Press Start 2P", "DotGothic16", monospace, sans-serif;
}
.page-hall .date-day,
.page-hall .hall-name {
  font-family: var(--font-dot-jp);
}
.page-hall .hall-name {
  line-height: 1.4;
}

/* タブレット以下 */
@media (max-width: 640px) {
  .page-hall #firstView {
    padding: 20px 24px;
  }
  .page-hall #title-undertale {
    width: min(260px, 72vw);
  }
  .page-hall h1.hall-title {
    width: 94%;
  }
  .page-hall h1.hall-title .hall-date {
    font-size: 1.6rem;
  }
  .page-hall h1.hall-title .date-day {
    font-size: 1.6rem;
  }
  .page-hall h1.hall-title .hall-name {
    font-size: 1.8rem;
  }
}
/* スマートフォン */
@media (max-width: 480px) {
  .page-hall #firstView {
    padding: 18px 16px;
  }
  .page-hall #title-undertale {
    width: min(240px, 78vw);
  }
  .page-hall h1.hall-title {
    width: 94%;
  }
  .page-hall h1.hall-title .hall-date {
    font-size: 1.4rem;
  }
  .page-hall h1.hall-title .date-day {
    font-size: 1.3rem;
  }
  .page-hall h1.hall-title .hall-name {
    font-size: 1.5rem;
  }
}
@media (max-width: 375px) {
  .page-hall h1.hall-title .hall-date {
    font-size: 1.3rem;
  }
  .page-hall h1.hall-title .date-day {
    font-size: 1.2rem;
  }
  .page-hall h1.hall-title .hall-name {
    font-size: 1.4rem;
  }
}
/* firstView余白 */
@media (max-width: 1023px) {
  .page-hall #firstView {
    padding: 18px 24px;
  }
  .hamburger {
    width:40px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .page-hall #firstView {
    padding: 16px 12px;
  }
}

/* WHAT'S NEW 各会場用 */
.page-hall h2.whatsnew {
  font-size: 1.4rem;
}
.page-hall h2.whatsnew span.title-ruby {
  font-size: 90%;
}

/* TICKET
---------------------------------------------------------*/
/* カード高さ揃え */
.page-hall .column-box > .column-inner.w50 {
  display: flex;
  flex-direction: column;
}
.page-hall .column-box > .column-inner.w50 > .column-inner {
  flex: 1;
}
/* カード内側 */
.page-hall .ticket-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 公演概要
---------------------------------------------------------*/
.page-hall .ticket-summary {
  font-size:1.3rem;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  margin-bottom: 1.5rem;
}
.page-hall .ticket-summary p {
  margin: 0;
  line-height: 1.7;
}
.page-hall .ticket-summary strong {
  font-weight: 700;
}
.page-hall .ticket-summary p + p {
  margin-top: 0.25rem;
  font-size: 0.9em;
}

/* 料金一覧
---------------------------------------------------------*/
.page-hall .ticket-price-list {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.8rem;
}
.page-hall .ticket-price-item {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  align-items: center;
  column-gap: 1.2rem;
}
.page-hall .ticket-price-item dt {
  padding: 0.25rem 0.5rem;
  border: 1px solid #fff;
  line-height: 1.2;
  text-align: center;
}
.page-hall .ticket-price-item dd {
  margin: 0;
  font-family: var(--font-dot-en);
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.page-hall .ticket-price-item dd small {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: var(--font-dot-jp);
  font-size: 0.65em;
  letter-spacing: 0;
}

/* アクセスマップ
---------------------------------------------------------*/
.map-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 注意事項
---------------------------------------------------------*/
.page-hall .ticket-attention {
  margin-top: auto;
}
.page-hall .ticket-attention-title {
  margin: 0 0 0.8rem;
  padding: 0;
  border: none;
  color: #ffff00;
  font-family: var(--font-dot-en);
  font-size: 0.9rem;
  line-height: 1.4;
}
.page-hall .ticket-attention-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}
.page-hall .ticket-attention-list > div {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  column-gap: 0.8rem;
}
.page-hall .ticket-attention-list dt,
.page-hall .ticket-attention-list dd {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
}
.page-hall .ticket-attention-list dt {
  white-space: nowrap;
}

/* タブレット・スマートフォン
---------------------------------------------------------*/
@media (max-width: 768px) {

  .page-hall .column-box > .column-inner.w50 {
    width: 100%;
    flex-basis: 100%;
  }

  .page-hall .ticket-price-item {
    grid-template-columns: 5rem minmax(0, 1fr);
    column-gap: 1rem;
  }

  .page-hall .ticket-attention {
    margin-top: 0;
  }
}

@media (max-width: 540px) {

  .page-hall .ticket-summary {
    margin-bottom: 1.2rem;
  }

  .page-hall .ticket-price-list {
    margin-bottom: 1.5rem;
  }

  .page-hall .ticket-price-item {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    column-gap: 0.8rem;
  }

  .page-hall .ticket-price-item dd {
    font-size: 1rem;
  }

  .page-hall .ticket-price-item dd small {
    display: block;
    margin: 0.15rem 0 0;
  }

  .page-hall .ticket-attention-list > div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .page-hall .ticket-attention-list dd {
    padding-left: 0.5rem;
  }
}

@media (max-width: 360px) {
  h2.section-title {
    font-size: 1.0rem;
  }
  h4 {
    font-size: 1.0rem;
  }
}
@media screen and (max-width:1024px) {
  .has-padding {
    padding: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .has-padding {
    padding: 1.25rem;
  }
}

/* ティザーサイト用
---------------------------------------------------------*/
.page-home-teaser #firstView {
  padding: 70px 4% 0 4%;
}
footer .footer-outer {
  padding: 30px 2% 0;
}
h2.section-title.teaser-message {
  font-size:3.0rem;
  margin: 0 4% 0 4%;
}
@media screen and (max-width:768px) {
  h2.section-title.teaser-message {
    font-size:1.8rem;
  }
}
ul.corporate-credit {
  font-size: 14px;
  margin-top: 50px;
}