@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  scroll-padding-top: 14rem;
}

.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  height: 9.5rem;
}
#header .header__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
#header .header__info {
  display: grid;
  grid-template-columns: repeat(auto, 2);
  gap: 0.625em 1.25em;
}
#header .header__tel {
  row-gap: 0.5rem;
}
#header .header__tel .com-tel__num {
  font-size: max(2.1rem, 1.5625em);
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
}
#header .header__tel .com-tel__num::before {
  content: "TEL";
  font-size: 0.52em;
  padding: 0.35rem 1.3334em;
}
#header .header__tel .com-tel__num > span {
  margin-block: -0.3rem;
}
#header .header__tel .com-replace {
  font-size: max(1rem, 0.75em);
}
#header .header__time {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 0.625em;
}
#header .header__time span {
  display: block;
  font-size: max(1.2rem, 0.875em);
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
  transform: rotate(0.05deg);
}
#header .header__memo {
  font-size: max(1rem, 0.75em);
  font-weight: var(--font-weight-regular);
  color: var(--color-text);
  grid-column: span 2;
  margin-inline: -0.5em;
  transform: rotate(0.05deg);
}
#header .header__memo::before {
  content: "（";
}
#header .header__memo::after {
  content: "）";
}
#header .header__memo span::after {
  content: "/";
  margin-inline: 0.25em;
}
#header .header__memo span:last-of-type::after {
  display: none;
}
#header .header__btn {
  width: 17em;
  height: 3.4375em;
  min-height: 50px;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
#header .header__btn > span {
  font-size: max(1.2rem, 0.875em);
}
#header .header__btn::after {
  width: 0.9375em;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 6rem;
}
#footer .footer__inner {
  display: grid;
  grid-template-areas: "logo info" "address info" "address nav";
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 70rem;
  justify-content: space-between;
  gap: 4rem 5rem;
  width: 1080px;
}
#footer .footer__logo {
  grid-area: logo;
}
#footer .footer__add {
  grid-area: address;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 2rem;
  grid-area: info;
}
#footer .footer__tel {
  padding-bottom: 1rem;
}
#footer .footer__time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  letter-spacing: 0.08em;
  grid-area: nav;
  overflow: hidden;
  padding-top: 1rem;
}
.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  margin-right: -2.43em;
}
.footer-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__item::after {
  content: "|";
  margin-inline: 1em;
}

/*コピーライト
-----------------------------*/
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 1rem;
  right: 2rem;
  row-gap: 2rem;
  padding: 2rem;
}
#side .sns__item {
  width: 3.5rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
/*メインビジュアル
-----------------------------*/
.visual__main {
  background: url(../img/visual/mv_bg-front-pc.png) no-repeat center/auto 100%, url(../img/visual/mv_bg-back-pc.png) no-repeat center/auto 100%, url(../img/visual/mv_bg-rt-pc.png) no-repeat right top/clamp(420px, 32.8125vw, 630px), url(../img/visual/mv_bg-lb-pc.png) no-repeat left bottom clamp(24px, 1.875vw, 36px)/clamp(420px, 32.8125vw, 630px);
  height: clamp(520px, 39.8958333333vw, 766px);
}
.visual__main::before {
  content: "";
  width: 100%;
  height: clamp(49px, 3.8020833333vw, 73px);
  background: url(../img/common/score-line.png) repeat-x center/auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.visual__main::after {
  content: "";
  width: clamp(859px, 67.0833333333vw, 1288px);
  height: clamp(262px, 20.4166666667vw, 392px);
  background: url(../img/visual/mv_img-pc.png) no-repeat right bottom/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(64px, 4.9479166667vw, 95px);
  z-index: -1;
}
.visual__catch--main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: clamp(868px, 67.8125vw, 1302px);
  padding-top: clamp(34px, 2.65625vw, 51px);
  margin-inline: auto;
}
.visual__catch--main span {
  width: 49.309%;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(320px, 25vw, 460px);
  background-size: min(714px, 37.1875%);
  padding-top: clamp(32px, 2.5vw, 47px);
}
.visual__sub::before {
  width: 59.375%;
  max-width: calc(50% + 18rem);
  height: 87.5%;
  max-height: 38rem;
  border-radius: 2rem 0 0 2rem;
}
.visual__catch--sub {
  width: 75%;
  max-width: 1080px;
}
.visual__catch--sub > span {
  font-size: clamp(2.8rem, 2.1875vw, 4.2rem);
  padding: 1.4rem calc(1.5rem - var(--letter-spacing-base)) 1.3rem 1.5rem;
  border-radius: 1rem;
}
.visual__catch--sub > span::before {
  width: calc(100% + clamp(94px, 7.2916666667vw, 140px));
  height: calc(100% + clamp(40px, 3.125vw, 60px));
  top: clamp(-22px, -1.1458333333vw, -15px);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding-block: 0.65rem;
  background: var(--color-red);
}
.gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  width: 1080px;
  margin-inline: auto;
}
.gnav__link {
  display: block;
  text-align: center;
  color: var(--color-white);
  transform: rotate(0.05deg);
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-yellow);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 2rem;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 10rem;
}
.section:has(+ .section--bg.wave-t) {
  padding-bottom: 13rem;
}
.section--bg.wave-t::before, .section--bg.wave-b::after {
  min-width: 1920px;
  height: calc(9rem + 1px);
}
.section--bg.deco::before {
  background-size: min(54.3rem, 28.28125%);
}
.section--bg.deco::after {
  width: 107.396%;
  height: clamp(116px, 9.0104166667vw, 173px);
  background-size: auto 150.2891%;
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tel__num {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
/*ボタン
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th {
  text-align: center;
  vertical-align: middle;
  border-radius: 1rem 0 0 1rem;
}
.com-table tr td {
  border-radius: 0 1rem 1rem 0;
  background: var(--color-white);
}
.com-table:has(dt) dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-table:has(dt) dd {
  margin-block: -0.25rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text .mb {
  margin-bottom: 1.5625em;
}

/*お知らせ
-----------------------------*/
/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  padding-top: 1.4rem;
  margin-bottom: 6rem;
}
.com-title01::before {
  width: calc(100% + 13rem);
  height: 6.7rem;
  top: 0;
}
.com-title01::after {
  margin-top: 4rem;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  padding-bottom: 2rem;
  margin-bottom: 2.8rem;
}

/*小タイトル
-----------------------------*/
.com-title03 {
  margin-bottom: 3rem;
}

/*===============================================
  トップページ
===============================================*/
.top-title {
  margin-bottom: 6rem;
}

/*ご挨拶
-----------------------------*/
.top-greeting {
  padding: 7rem 0 12rem !important;
}
.top-greeting__inner {
  display: grid;
  grid-template-columns: auto 64rem;
  justify-content: space-between;
  align-items: flex-start;
}
.top-greeting__title {
  padding: 2.3rem 0 22.9rem 10.3rem;
  margin-bottom: 0;
}
.top-greeting__title::before {
  content: "";
  height: 33rem;
  aspect-ratio: 427/330;
  background: url(../img/index/deco_greeting.png) no-repeat left bottom/contain;
  position: absolute;
  bottom: 0;
  left: -12.5rem;
  z-index: -1;
}
.top-greeting__heading {
  row-gap: 2rem;
  font-size: 3rem;
  margin-bottom: 5.4rem;
}
.top-greeting__heading > span {
  line-height: 1.5;
}
.top-greeting__heading .min {
  font-size: 2rem;
}
.top-greeting__heading::before {
  width: 17.5rem;
  aspect-ratio: 175/140;
  bottom: -3.2rem;
  right: 20.6rem;
}
.top-greeting__body {
  font-size: 1.7rem;
  line-height: 2.11765;
}
.top-greeting__body .mb {
  margin-bottom: 1lh;
}

/*こんな方におすすめ
-----------------------------*/
.top-recommend::after {
  width: 106.25%;
  height: clamp(180px, 14.0540540541vw, 260px);
}
.top-recommend__title {
  padding-right: 4rem;
  margin-bottom: 6.8rem;
  z-index: 3;
}
.top-recommend__title::before {
  width: 20.8rem;
  left: -5.2rem;
  top: -4.2rem;
}
.top-recommend__title::after {
  width: 65.7rem;
  right: -3.5rem;
  bottom: -5.4rem;
}
.top-recommend__text {
  width: 71rem;
  font-size: 1.8rem;
  line-height: 1.94445;
  padding: calc(3rem + (1em - 1lh) / 2) 3rem;
  border-radius: 1rem;
  margin-inline: auto;
  z-index: 4;
}
.top-recommend__text .waa {
  font-size: 2.1rem;
  line-height: 1.66667;
}
.top-recommend__text .waa::before {
  width: calc(100% + 6rem);
  height: 1.5rem;
}
.top-recommend__text::before {
  width: calc(100% + 26rem);
  height: 25.1rem;
  bottom: -1.4rem;
}
.top-recommend__text::after {
  width: 1080px;
  height: 16.9rem;
  bottom: 4px;
}
.top-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
  padding-top: 6rem;
}
.top-recommend__item {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1.4rem 2rem;
}

/*オンステージの特徴
-----------------------------*/
.top-feature .inbox {
  width: calc(100% - 2rem);
  max-width: 148rem;
}
.top-feature__title {
  padding-top: 6.7rem;
  padding-left: 15.4rem;
  margin-bottom: 8rem;
}
.top-feature__title .sub {
  width: calc(100% + 14rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5rem;
}
.top-feature__title::before {
  width: calc(100% - 4rem);
  height: 14rem;
  bottom: -3.6rem;
}
.top-feature__item {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 6rem;
}
.top-feature__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.top-feature__image {
  width: calc(50% - 16rem);
  min-width: 44rem;
}
.top-feature__image img {
  width: 100%;
  height: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature__image::after {
  height: 13rem;
  bottom: -2rem;
}
.top-feature__inner {
  display: grid;
  grid-template: auto 1fr/6.5rem 1fr;
  align-items: center;
  row-gap: 4rem;
  width: 66rem;
  flex-shrink: 0;
}
.top-feature__inner::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  font-size: 4.3rem;
  color: var(--color-blue);
  line-height: 1;
  letter-spacing: -0.04em;
  padding-block: 1.75rem;
  margin-block: -0.9rem;
  background: url(../img/common/num_bg.svg) no-repeat left center/contain;
}
.top-feature__inner::after {
  height: clamp(180px, 12.5vw, 240px);
  aspect-ratio: 175/240;
  bottom: -1.3rem;
  right: 3rem;
}
.top-feature__heading {
  font-size: 2.4rem;
  border-radius: 100vh 0 0 100vh;
  padding: 1.8rem 2rem;
  margin-bottom: 0;
}
.top-feature__heading > span {
  line-height: 1.5;
}
.top-feature__body {
  grid-column: span 2;
  align-self: flex-start;
}

/*料金
-----------------------------*/
.top-price {
  padding: 8rem 0 6rem;
}
.top-price__title {
  font-size: 6.2rem;
}
.top-price__title > span {
  line-height: 1.290323;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
.top-price__item {
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
  border-radius: 1rem;
  padding: 5rem 11rem;
  margin-bottom: 5rem;
}
.top-price__heading {
  font-size: 2.4rem;
  padding: 1.8rem 3rem;
  border-radius: 100vh;
  box-shadow: 0.4rem 0.4rem rgba(0, 0, 0, 0.09);
  margin-bottom: 5rem;
}
.top-price__heading > span {
  line-height: 1.5;
}
.top-price__heading::before {
  width: 8rem;
  aspect-ratio: 80/68;
  top: 1px;
  left: -1.4rem;
}
.top-price__heading::after {
  width: 6.6rem;
  height: 6rem;
  -webkit-mask-size: 8rem;
          mask-size: 8rem;
  -webkit-mask-position: right top 1px;
          mask-position: right top 1px;
  border-radius: 100vh 0 0 100vh;
  top: 0;
  left: 0;
}
.top-price__list {
  font-size: 1.8rem;
  line-height: 1.94445;
  row-gap: 4rem;
}

/*イベントについて
-----------------------------*/
.top-event {
  padding-top: 20rem;
}
.top-event__inner {
  min-height: 50rem;
  padding-right: 54rem;
  position: relative;
}
.top-event__title {
  margin-left: -2rem !important;
  margin-bottom: 4rem;
}
.top-event__text {
  font-size: 1.7rem;
  line-height: 2.11765;
}
.top-event__text strong {
  font-size: 2.1rem;
  line-height: 2;
}
.top-event__text .mb:has(strong) {
  margin-bottom: 2rem;
}
.top-event__btns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  padding-top: 5rem;
}
.top-event__btn {
  min-width: 32rem;
  height: 5.5rem;
  font-size: 1.7rem;
  padding-inline: 4.5rem;
}
.top-event__image {
  position: absolute;
  z-index: 6;
}
.top-event__image--main {
  width: 71rem;
  height: 49rem;
  top: 1rem;
  left: calc(50% - 6px);
}
.top-event__image--rt {
  width: 49rem;
  height: 29.5rem;
  top: -32.5rem;
  left: calc(50% + 29.7rem);
}
.top-event__image--left {
  width: 36rem;
  height: 39rem;
  right: calc(100% + 5.8rem);
  top: -7rem;
}
.top-event__bnr {
  border-radius: 1rem;
  padding: 4.8rem 3.3rem 2.4rem;
  margin-top: 9.6rem;
  box-shadow: 3px 3px 2px 0px rgba(4, 0, 0, 0.14);
}
.top-event__bnr::before {
  width: calc(100% + 15rem);
  height: 12.1rem;
  left: calc(50% + 0.5rem);
  top: -1.4rem;
}
.top-event__bnr::after {
  width: 27.3rem;
  left: -8.5rem;
  bottom: -3.3rem;
}
.top-event__heading {
  margin-bottom: 2.2rem;
}
.top-event__heading::before {
  width: calc(100% + 27rem);
  height: 16.2rem;
  bottom: -1rem;
}
.top-event__body {
  gap: 1rem;
}
.top-event__body p {
  gap: 1rem 2px;
}
.top-event__note {
  padding-top: 1.6rem;
}

/*お問い合わせについて
-----------------------------*/
.top-contact {
  background-size: min(54.3rem, 28.28125%);
}
.top-contact::before {
  width: 94.8rem;
  height: 21.3rem;
  top: 19rem;
}
.top-contact::after {
  width: 105.2rem;
  height: 24.3rem;
  bottom: 13rem;
}
.top-contact__title {
  font-size: 4.8rem;
  margin-bottom: 4rem;
}
.top-contact__text {
  text-align: center;
}
.top-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  padding-top: 4rem;
}
.top-contact__btn {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 40rem;
  height: 6rem;
  font-size: 1.7rem;
}
.top-contact__btn::before {
  width: 3rem;
}

/*ページリンクセクション
-----------------------------*/
.top-links {
  padding: 8.3rem 0 9rem;
}
.top-links::before {
  height: clamp(352px, 27.5vw, 528px);
}
.top-links__inner {
  width: calc(100% - 4rem);
  max-width: 145rem;
}
.top-links__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 2rem;
  max-width: 132rem;
  margin-left: auto;
}
.top-links__item {
  width: calc(50% - 8rem);
  max-width: 58rem;
  min-height: 24.5rem;
  aspect-ratio: 580/282;
  margin-left: 7.5rem;
  outline-width: clamp(4px, 0.2604166667vw, 5px);
  outline-offset: clamp(-5px, -0.2604166667vw, -4px);
  border-radius: 0.8rem 6rem 0.8rem 0;
}
.top-links__item:nth-of-type(2n) {
  margin-top: clamp(120px, 8.3333333333vw, 160px);
  margin-bottom: -4.5rem;
}
.top-links__item:nth-of-type(2n):last-of-type {
  margin-bottom: 0;
}
.top-links__item::after {
  width: 4rem;
  aspect-ratio: 40/55;
  border-radius: 100vh 0 0 100vh;
}
.top-links__txt {
  font-size: clamp(2rem, 1.5625vw, 2.6rem);
  line-height: 4.4rem;
  left: -2rem;
  bottom: -2rem;
}
.top-links__txt::before {
  width: 18.65305em;
  top: -4.769231em;
  left: -3.615385em;
}
.top-links__txt p {
  padding-inline: 4rem;
  border-radius: 0 100vh 100vh 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-bnr::before {
  height: clamp(312px, 24.3229166667vw, 467px);
}
.top-bnr::after {
  height: 7.3rem;
}
.top-bnr__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem;
}
.top-bnr__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 4rem;
  width: 51rem;
  border-radius: 1rem;
  padding: 6rem 3rem;
}
.top-bnr__item--qs {
  justify-content: space-between;
}
.top-bnr__item--cd::before {
  display: none;
}
.top-bnr__item:nth-of-type(2n + 1)::before {
  width: 8rem;
  height: 11.9rem;
  border-top-left-radius: 1rem;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-size: auto 14.1rem;
          mask-size: auto 14.1rem;
  top: 0;
  left: 0;
}
.top-bnr__item:nth-of-type(2n)::before {
  width: 6.3rem;
  height: 12.4rem;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  left: 0;
  bottom: 1rem;
}
.top-bnr__item::after {
  width: calc(100% + 26.8rem);
  height: 26.4rem;
  bottom: -4rem;
}
.top-bnr__heading {
  justify-content: center;
  min-height: calc(2em + 1lh - 1em);
  font-size: 3.4rem;
  line-height: 1.61765;
  margin-bottom: 0;
}
.top-bnr__body {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.05883;
}
.top-bnr__btn {
  width: 32rem;
  height: 5.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.top-bnr__btn.com-btn--window::after {
  width: 2.1rem;
}
.top-bnr__btn.com-btn--movie::before {
  width: 2.4rem;
}

/*お知らせ/ブログ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template: auto 1fr/auto 66rem;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem 6rem;
}
.top-news__title {
  align-items: flex-start;
  font-size: 4.4rem;
  margin-bottom: 0;
}
.top-news__title::before {
  width: 17.4rem;
  aspect-ratio: 174/141;
  right: -3.8rem;
  bottom: -6.9rem;
}
.top-news__list,
.top-news .com-empty {
  grid-row: span 2;
}
.top-news .com-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 18rem;
}
.top-news__btn {
  width: 32rem;
  height: 5.5rem;
}

/*===============================================
  カラオケ専門店オンステージについて
===============================================*/
/*代表プロフィール
-----------------------------*/
/*お客様の声
-----------------------------*/
/*店舗紹介
-----------------------------*/
/*===============================================
  テレビ埼玉公開録画出演にご興味のある方
===============================================*/
/*テレビ埼玉公開録画出演
-----------------------------*/
.appearance-about::after {
  width: clamp(564px, 44.0625vw, 846px);
  left: clamp(-251px, -13.0729166667vw, -168px);
  bottom: clamp(-409px, -21.3020833333vw, -273px);
}
.appearance-about__text {
  text-align: center;
}
.appearance-about__box {
  padding: 4rem;
  margin-top: 3.6rem;
  row-gap: 3rem;
}
.appearance-about__tel {
  row-gap: 0.6rem;
}
.appearance-about__tel .com-tel__num {
  font-size: 2.5rem;
}
.appearance-about__tel .com-tel__num::before {
  font-size: 1.3rem;
  padding-bottom: 0.3rem;
}
.appearance-about__tel .com-tel__num > span {
  margin: -0.3rem 0 -0.2rem;
}
.appearance-about__tel .com-replace {
  font-size: var(--font-size-xs);
}

/*開催実績
-----------------------------*/
.appearance-case__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.appearance-case__image img {
  aspect-ratio: 0.7123287671;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.appearance-case__heading {
  padding-top: 2rem;
}
.appearance-case__btn {
  width: 54rem;
  height: 5.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 5rem auto 0;
}
.appearance-case__btn::after {
  width: 2.1rem;
}

/*===============================================
  フォトギャラリー
===============================================*/
/*フォトギャラリー
-----------------------------*/
.gallery-list__title {
  margin-bottom: 4rem;
}
.gallery-list__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12rem 11.2rem;
  padding-block: 4rem;
}
.gallery-list__item:nth-of-type(2n + 1) {
  width: 27.5rem;
  aspect-ratio: 275/225;
  margin-top: 4.2rem;
}
.gallery-list__item:nth-of-type(2n + 1) img {
  border-bottom-left-radius: 7rem;
  outline: solid 1.2rem var(--color-white);
  outline-offset: -1.2rem;
}
.gallery-list__item:nth-of-type(2n + 1)::before {
  content: "";
  width: calc(100% + 15.6rem);
  aspect-ratio: 431/337;
  background: url(../img/gallery/bg_img01.png) no-repeat center top/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5.6rem;
  z-index: 1;
  pointer-events: none;
}
.gallery-list__item:nth-of-type(2n + 1)::after {
  content: "";
  width: 2.8rem;
  aspect-ratio: 28/44;
  background: url(../img/gallery/deco_img01.png) no-repeat left top/contain;
  position: absolute;
  top: -5.5rem;
  left: -7.6rem;
  z-index: -1;
}
.gallery-list__item:nth-of-type(2n) {
  width: 29rem;
  aspect-ratio: 1;
}
.gallery-list__item:nth-of-type(2n) img {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.gallery-list__item:nth-of-type(2n)::before {
  content: "";
  width: calc(100% + 8rem);
  aspect-ratio: 1;
  background: var(--color-white);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
  z-index: -2;
}
.gallery-list__item:nth-of-type(2n)::after {
  content: "";
  width: 3.5rem;
  aspect-ratio: 35/69;
  background: url(../img/gallery/deco_img02.png) no-repeat left bottom/contain;
  position: absolute;
  bottom: -4.3rem;
  left: -4.1rem;
  z-index: -1;
}
.gallery-list__item:nth-of-type(6n + 2) {
  margin-inline: 0.8rem;
}

/*===============================================
  イベント情報
===============================================*/
/*イベント情報
-----------------------------*/
/*===============================================
  オンステージ30秒動画コレクション
===============================================*/
/* 一覧
-----------------------------*/
.collection-list::before {
  background-size: min(54.3rem, 28.28125%);
}
.collection-list::after {
  width: clamp(564px, 44.0625vw, 846px);
  left: clamp(-251px, -13.0729166667vw, -168px);
  bottom: clamp(-409px, -21.3020833333vw, -273px);
}
.collection-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.collection-list__heading {
  padding-top: 2rem;
}

/*===============================================
  アクセス
===============================================*/
/* 店舗概要
-----------------------------*/
.access-info__table {
  gap: 1.5rem 3rem;
  padding: 6rem;
  border-radius: 2rem;
}
.access-info__table dt {
  width: 24rem;
}
.access-info__table::after {
  width: 128rem;
  height: 22.7rem;
  bottom: -4rem;
}

/*アクセスマップ
-----------------------------*/
.access-map__inner {
  display: grid;
  grid-template-columns: 1fr 46rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding: 5rem 5rem 4rem;
  position: relative;
  z-index: 0;
}
.access-map__inner::before {
  content: "";
  width: 26.2rem;
  aspect-ratio: 262/243;
  background: url(../img/common/deco_woman.png) no-repeat right bottom/contain;
  position: absolute;
  left: 25rem;
  bottom: 0;
  z-index: -2;
}
.access-map__items {
  padding-bottom: 22.3rem;
}
.access-map__items dt {
  padding-top: 6rem;
}
.access-map__iframe {
  height: 32rem;
  margin-top: 4rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table table {
  border-spacing: 0 2px;
}
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: 2.375;
  padding: 1.2rem 2rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0.5rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  color: var(--color-text);
  line-height: 2.375;
  padding: 1.2rem 2rem;
}
.contact-form .contact-submits-wrap > * {
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(5, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__items:has(.sitemap-list__item:last-of-type:nth-of-type(7)), .sitemap-list__items:has(.sitemap-list__item:last-of-type:nth-of-type(8)) {
  grid-template-rows: repeat(4, 1fr);
}
.sitemap-list__items:has(.sitemap-list__item:last-of-type:nth-of-type(11)), .sitemap-list__items:has(.sitemap-list__item:last-of-type:nth-of-type(12)) {
  grid-template-rows: repeat(6, 1fr);
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 1.5rem 2rem;
}

/*===============================================
  404エラー
===============================================*/