@charset "UTF-8";

/* =========================================================
   Reset / Base
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

button {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.u-sp-break {
  display: none;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-width: 1024px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #2f2f2f;
  background-image: url("../img/bg_gray_pattern.webp");
  background-position: center top;
  background-repeat: repeat;
}

body.is-opening,
body.is-modal-open,
body.is-menu-open {
  overflow: hidden;
}

/* =========================================================
   Opening
========================================================= */
.p-opening {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 400ms linear;
}

.p-opening[aria-hidden="true"] {
  display: none;
}

.p-opening__logo {
  width: calc(100vw * 0.3125);
  opacity: 0;
  transform: scale(0.95);
  transition: transform 400ms cubic-bezier(0,.6,.37,.99), opacity 400ms cubic-bezier(0,.6,.37,.99);
}

.p-opening__logo img {
  width: 100%;
  max-width: none;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: center center;
}

.p-opening.is-logo-visible .p-opening__logo {
  opacity: 1;
  transform: scale(1);
}

.p-opening.is-fadeout {
  opacity: 0;
}

.l-page {
  position: relative;
}

.l-main {
  position: relative;
}

/* =========================================================
   Header / Global Navigation
========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  padding-top: 0;
}

.p-global-nav {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  height: 50px;
  padding: 0;
  border: 2px solid #3545bb;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.7);
}

body.is-opening .p-global-nav {
  transform: translateY(-60px);
  opacity: 0;
  transition: transform 400ms cubic-bezier(.16,.54,.51,.99), opacity 400ms cubic-bezier(.16,.54,.51,.99);
}

body.is-opening.is-opening-nav-in .p-global-nav {
  transform: translateY(0);
  opacity: 1;
}

.p-global-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 30px;
}

.p-global-nav__link {
  display: inline-block;
  font-family: "acumin-variable", "Inter", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #3545bb;
  transition: opacity 0.2s ease, color 0.2s ease;
}

@media (max-width: 1040px) {
  .p-global-nav__list {
    padding: 0 16px;
    gap: 10px;
  }

  .p-global-nav__link {
    font-size: clamp(12px, 1.75vw, 19px);
  }
}

.p-global-nav__link:hover {
  color: #3545bb;
  opacity: 0.6;
}

.p-global-nav__toggle {
  display: none;
}

.p-global-nav__panel {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  .p-global-nav__panel {
    position: static;
    inset: auto;
    z-index: auto;
    display: block;
    background: none;
  }

  .p-global-nav__panel[aria-hidden="true"] {
    display: block;
  }
}

/* =========================================================
   Common Inner Width
========================================================= */
.p-news__inner,
.p-liveinfo__inner,
.p-tickets__inner,
.p-goodsinfo__inner,
.p-goodslineup__inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
}

/* =========================================================
   Hero
========================================================= */
.p-hero {
  position: relative;
  margin-bottom: -1px;
}

.p-hero__visual-wrap {
  position: relative;
}

.p-hero__visual-picture {
  display: block;
}

.p-hero__visual {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 1000ms ease-in-out;
  pointer-events: none;
}

.p-hero__visual--main {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.p-hero__visual--sub {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.p-hero.is-visual-1 .p-hero__visual--main {
  opacity: 1;
}

.p-hero.is-visual-1 .p-hero__visual--sub {
  opacity: 0;
}

.p-hero.is-visual-2 .p-hero__visual--main {
  opacity: 0;
}

.p-hero.is-visual-2 .p-hero__visual--sub {
  opacity: 1;
}

.p-hero__logo {
  position: absolute;
  top: 16.3855%;
  left: 6.7969%;
  z-index: 3;
  width: 45.5469%;
  opacity: 1;
  transform: scale(1);
}

.p-hero__logo.p-hero__logo--visual2 {
  top: 16.2651%;
  left: 39.6094%;
}

.p-hero.is-logo-fadeout .p-hero__logo {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 400ms ease-in, transform 400ms cubic-bezier(.6,-0.01,.91,.33);
}

.p-hero.is-logo-fadein .p-hero__logo {
  opacity: 1;
  transform: scale(1);
  transition: opacity 400ms ease-out, transform 400ms cubic-bezier(0,.6,.37,.99);
}

.p-hero.is-hero-initial .p-hero__visual,
.p-hero.is-hero-initial .p-hero__logo {
  transition: none;
}

.p-hero__logo img {
  width: 100%;
  max-width: none;
}

/* =========================================================
   Page Top
========================================================= */
.p-pagetop {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 122px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(.2,.7,.32,.99), opacity 0.6s cubic-bezier(.2,.7,.32,.99);
}

.p-pagetop__bg {
  position: absolute;
  inset: 0;
  width: 102px;
  height: 122px;
  max-width: none;
}

.p-pagetop__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 100%;
}

.p-pagetop__arrow {
  width: 62px;
  height: 61px;
  max-width: none;
}

.p-pagetop__text {
  font-family: "acumin-variable", "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.07em;
  color: #3545bb;
}

.p-pagetop--fixed {
  position: fixed;
  right: 55px;
  bottom: -2px;
  z-index: 45;
}

.p-pagetop.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* =========================================================
   Modal
========================================================= */
.p-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
}

.p-modal[aria-hidden="false"] {
  display: block;
}

.p-modal__overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(255, 160, 108, 0.94);
  background-image: url("../img/bg_modal.png");
  background-position: center center;
  background-repeat: repeat;
  transition: opacity 400ms ease-in-out;
}

.p-modal__viewport {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 80px 40px;
  overflow-y: auto;
}

.p-modal__viewport::before,
.p-modal__viewport::after {
  content: "";
  flex: 1 0 0;
}

.p-modal__dialog {
  flex: 0 0 auto;
  position: relative;
  width: min(810px, 100%);
  margin: 0;
  opacity: 0;
  transform: translateY(50px);
  border: 3px solid #42ff46;
  border-radius: 60px 0 60px 0;
  background: #fff;
  overflow: visible;
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}

.p-modal.is-active .p-modal__overlay {
  opacity: 1;
}

.p-modal.is-content-visible .p-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}

.p-modal.is-hiding-content .p-modal__dialog {
  opacity: 0;
  transform: translateY(0);
}

.p-modal__close {
  position: absolute;
  top: -52px;
  right: 0;
  width: 76px;
  height: 32px;
  padding: 0;
}

.p-modal__close img {
  width: 76px;
  height: 32px;
  max-width: none;
}

.p-modal__inner {
  width: 720px;
  margin: 0 auto;
  padding: 50px 0 60px;
}

.p-modal__header {
  display: flex;
  align-items: center;
  gap: 50px;
}

.p-modal__date {
  flex: 0 0 auto;
  margin-left: 25px;
  text-align: center;
  color: #ffa06c;
  line-height: 1;
}

.p-modal__date-year {
  display: block;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-modal__date-main {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-modal__title {
  margin: 0;
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-modal__line {
  height: 1px;
  margin-top: 40px;
  background: #3545bb;
}

.p-modal__body {
  margin-top: 20px;
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-modal__content > * {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-modal__content p {
  margin: 0 0 2em;
}

.p-modal__content p:last-child {
  margin-bottom: 0;
}

.p-modal__content img,
.p-modal__content iframe {
  max-width: 100%;
  height: auto;
}

.p-modal__cta-wrap {
  margin-top: 38px;
}

.p-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  border-radius: 56px;
  background: #42ff46;
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* =========================================================
   News
========================================================= */
.p-news {
  position: relative;
  padding: 70px 0 360px;
}

.p-news__inner {
  width: min(900px, calc(100% - 72px));
}

.p-news__heading {
  position: relative;
  margin-bottom: 36px;
}

.p-news__title {
  width: 260px;
  margin: 0 auto;
}

.p-news__title img {
  width: 260px;
  max-width: none;
}

.js-random-motion {
  transform: translate3d(0, 0, 0) rotate(0deg);
  transform-origin: center center;
  backface-visibility: hidden;
}

.p-news-list {
  display: block;
  width: 900px;
  height: 500px;
  margin: 0 auto;
  overflow: auto;
}

.p-news-list li{
  width: 99%;
}

.p-news-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  min-height: 80px;
  padding: 0 10px;
  line-height: 1;
  background-image: url("../img/news_list_frame.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
}

.p-news-card.is-noLink {  
  pointer-events: none;
}

.p-news-card.is-noLink .p-news-card__icon {  
  visibility: hidden;
}

.p-news-card__date {
  width: 130px;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  transform: translateY(1px);
  color: #ffa06c;
}

.p-news-card__date-year {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-right: 0.04em;
}

.p-news-card__date-md {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  transform: translateY(1px);
}

.p-news-card__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  transform: translateY(1px);
  color: #3545bb;
}

.p-news-card__icon {
  align-self: center;
  margin-left: 10px;
  width: 60px;
  height: 60px;
}

.p-news-list__item:last-child .p-news-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid #42ff46;
}

/* =========================================================
   Live Info
========================================================= */
.p-liveinfo {
  position: relative;
  padding: 0 0 225px;
  background-image: url("../img/bg_white_pattern.webp");
  background-position: center top;
  background-repeat: repeat;
}

.p-liveinfo__inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 190px;
  background-color: #f6ff00;
}

.p-liveinfo__inner::before {
  content: "";
  position: absolute;
  top: -286px;
  left: 0;
  width: 100%;
  height: 286px;
  background-image: url("../img/liveinfo_bg_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 286px;
}

.p-liveinfo__title {
  width: 100%;
  height: 286px;
  position: absolute;
  left: 0;
  top: -286px;
}

.p-liveinfo__title h2 {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 412px;
  margin: 0;
  transform: translateX(-50%);
}

.p-liveinfo__title h2 img {
  width: 412px;
  max-width: none;
}

.p-liveinfo__tree {
  position: absolute;
  width: 42px;
  height: 71px;
  max-width: none;
}

.p-liveinfo__tree--1 {
  left: 12.3333%;
  top: 93.7063%;
}

.p-liveinfo__tree--2 {
  left: 19.3333%;
  top: 62.9371%;
}

.p-liveinfo__tree--3 {
  left: 73.3333%;
  top: 41.958%;
}

.p-liveinfo__tree--4 {
  left: 81.6667%;
  top: 76.9231%;
}

.p-liveinfo-main {
  width: min(1029.655px, calc(100% - 40px));
  aspect-ratio: 1029.655 / 924.81;
  margin: 0 auto 40px;
  padding-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #644842;
  background: url("../img/liveinfo_bg_circle.svg") center center / 100% 100% no-repeat;
}

.p-liveinfo-main::before {
  content: none;
}

.p-liveinfo-main__logo {
  width: 540px;
  margin: 0 auto 40px;
}

.p-liveinfo-main__logo img {
  width: 100%;
  max-width: none;
}

.p-liveinfo-main__date {
  margin-bottom: 20px;
  line-height: 1;
}

.p-liveinfo-main__date-year {
  display: block;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #644842;
}

.p-liveinfo-main__date-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.p-liveinfo-main__date-main {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 66px;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #644842;
}

.p-liveinfo-main__date-week {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 31px;
  line-height: 1em;
  letter-spacing: 0.05em;
  transform: translateY(-4px);
}

.p-liveinfo-main__date-week--sat {
  color: #3545bb;
  margin-right: 29px;
}

.p-liveinfo-main__date-week--sun {
  color: #ffa06c;
}

.p-liveinfo-main__venue {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.3em;
}

.p-liveinfo-main__venue-pref {
  font-size: 25px;
  line-height: 1em;
}
.p-liveinfo-main__venue-kana {
  letter-spacing: 0;
}

.p-liveinfo-main__time-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.085em;
  color: #644842;
  margin-bottom: 30px;
}

.p-liveinfo-main__contact{
  font-size: 14px;
  line-height: 1.7em;
}

.p-liveinfo-ticket {
  width: min(620px, calc(100% - 40px));
  margin: 0 auto 150px;
  text-align: center;
}

.p-liveinfo-ticket__title {
  width: 286px;
  margin: 0 auto 30px;
}

.p-liveinfo-ticket__title img {
  width: 286px;
  max-width: none;
}

.p-liveinfo-ticket__price {
  margin: 0;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  color: #644842;
}

.p-liveinfo-ticket__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1em;
  margin-right: 30px;
}

.p-liveinfo-ticket__amount {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #644842;
}

.p-liveinfo-ticket__tax {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  margin-left: 1px;
  transform: translateY(-6px);
}

.p-liveinfo-map {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto 150px;
}

.p-liveinfo-map__title {
  width: 350px;
  margin: 0 auto 35px;
}

.p-liveinfo-map__title img {
  width: 350px;
  max-width: none;
}

.p-liveinfo-map__placeholder {
  overflow: hidden;
  max-width: 1100px;
  line-height: 1.0rem;
}

.p-liveinfo-map__comingsoon {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 71px;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #3545bb;
  text-align: center;
}

.p-liveinfo-map__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
}

.p-liveinfo-notice {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto 160px;
}

.p-liveinfo-notice__title {
  width: 235px;
  margin: 0 auto 55px;
  padding-bottom: 20px;
}

.p-liveinfo-notice__title img {
  width: 235px;
  max-width: none;
}

.p-liveinfo-notice__item {
  margin-top: -20px;
}

.p-liveinfo-notice__link {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  min-height: 110px;
  border-radius: 18px 18px 0 0;
  border: 2px solid #f6ff00;
  background: #ffa06c;
}

.p-liveinfo-notice__item:last-child .p-liveinfo-notice__link {
  height: 90px;
  min-height: 90px;
}

.p-liveinfo-notice__detail {
  display: none;
  margin-top: -20px;
  padding: 50px;
  border: 2px solid #f6ff00;
  border-top: 0;
  background: #fff;
  color: #644842;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.33em;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.p-liveinfo-notice__detail-list > li {
  position: relative;
  padding-left: 1.0em;
}

.p-liveinfo-notice__detail-list > li:first-child {
  margin-top: 0;
}

.p-liveinfo-notice__detail-list > li::before {
  content: "●";
  position: absolute;
  top: 10px;
  left: 0;
  color: #3545bb;
  font-size: 12px;
  line-height: 1;
}

.p-liveinfo-notice__detail-sublist {
  margin: 10px 0;
}

.p-liveinfo-notice__detail-sublist > li {
  position: relative;
  padding-left: 1em;
}

.p-liveinfo-notice__detail-sublist > li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.p-liveinfo-notice__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 84px);
  height: 90px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #3545bb;
  letter-spacing: 0.02em;
  line-height: 1.0em;
  transition: opacity 0.3s ease;
}

.p-liveinfo-notice__icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%) rotate(0deg);
  margin-top: -10px;
  transition: transform 400ms ease, opacity 0.3s ease;
}

.p-liveinfo-notice__item:last-child .p-liveinfo-notice__icon {
  margin-top: 0;
}

.p-liveinfo-notice__item.is-open .p-liveinfo-notice__icon {
  transform: translateY(-50%) rotate(180deg);
}

.p-liveinfo-notice__link:hover {
  opacity: 1;
}

.p-liveinfo-notice__link:hover .p-liveinfo-notice__text,
.p-liveinfo-notice__link:hover .p-liveinfo-notice__icon {
  opacity: 0.6;
}

.p-liveinfo-notice__icon img {
  width: 60px;
  height: 60px;
  max-width: none;
}

.p-liveinfo-online {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.p-liveinfo-online__title {
  width: 270px;
  margin: 0 auto 48px;
}

.p-liveinfo-online__title img {
  width: 270px;
  max-width: none;
}

.p-liveinfo-accessbus {
  width: min(1044.655px, calc(100% - 40px));
  margin: 0 auto 122px;
  color: #3545bb;
  text-align: center;
  position: relative;
}

.p-liveinfo-accessbus__circle {
  width: 100%;
  height: 1240px;
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/liveinfo_accessBus_bg_circle.png") center center / 100% 100% no-repeat;
  position: relative;
  z-index: 1;
}

.p-liveinfo-accessbus__title {
  width: 218px;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}

.p-liveinfo-accessbus__title img {
  width: 218px;
  max-width: none;
}

.p-liveinfo-accessbus__body {
  width: min(860px, calc(100% - 120px));
  display: grid;
  gap: 28px;
  align-content: center;
}

.p-liveinfo-accessbus__group {
  display: grid;
  justify-items: center;
  margin-bottom: 30px;
}

.p-liveinfo-accessbus__middle {
  width: 224px;
  height: 40px;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3545bb;
  border-radius: 40px;
  color: #3545bb;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}


.p-liveinfo-accessbus__entry {
  display: grid;
  justify-items: center;
  margin-bottom: 50px;
}

.p-liveinfo-accessbus__goods{
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

.p-liveinfo-accessbus__group .p-liveinfo-accessbus__entry:last-child,
.p-liveinfo-accessbus__goods .p-liveinfo-accessbus__entry {
  margin-bottom: 0;
}

.p-liveinfo-accessbus__small {
  position: relative;
  margin: 0 0 30px;
  color: #3545bb;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.0em;
}

.p-liveinfo-accessbus__small::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  border-bottom: 1px solid #3545bb;
}

.p-liveinfo-accessbus__date {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #3545bb;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.p-liveinfo-accessbus__date-before {
  font-size: 21px;
}

.p-liveinfo-accessbus__date-unit {
  font-size: 21px;
}

.p-liveinfo-accessbus__date-sep {
  margin: 0 8px;
}

.p-liveinfo-accessbus__note {
  margin: 0;
  color: #3545bb;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.p-liveinfo-accessbus__benefit {
  margin: 0;
  color: #3545bb;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.p-liveinfo-accessbus__cta {
  margin-top: 4px;
  text-align: center;
}

.p-liveinfo-accessbus__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  border-radius: 70px;
  background: #42ff46;
  color: #3545bb;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-liveinfo-online__comingsoon {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 71px;
  line-height: 1em;
  letter-spacing: 0;
  color: #3545bb;
}

/* =========================================================
   Tickets
========================================================= */
.p-tickets {
  position: relative;
  padding: 100px 0 160px;
  width: 100%;
  margin: -80px auto 0;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  background-image: url("../img/bg_gray_pattern.webp");
  background-position: center top;
  background-repeat: repeat;
}

.p-tickets::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url("../img/bg_orange_top.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.p-tickets__inner {
  width: min(900px, calc(100% - 72px));
  margin: 0 auto;
}

.p-tickets__title {
  width: 289px;
  margin: 0 auto 57px;
}

.p-tickets__title img {
  width: 289px;
  max-width: none;
}

.p-tickets-list {
  display: block;
  width: 900px;
  height: 245px;
  margin: 0 auto;
  overflow: auto;
}

.p-tickets-list li{
  width: 98%;
}

.p-tickets-list__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  min-height: 80px;
  padding: 0 10px;
  line-height: 1;
  background-image: url("../img/news_list_frame.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
}

.p-tickets-list__date {
  width: 130px;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  transform: translateY(1px);
  color: #ffa06c;
}

.p-tickets-list__date-year {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-right: 0.04em;
}

.p-tickets-list__date-md {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  transform: translateY(1px);
}

.p-tickets-list__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: translateY(1px);
  color: #3545bb;
}

.p-tickets-list__icon {
  align-self: center;
  margin-left: 10px;
  width: 60px;
  height: 60px;
}

.p-tickets-list__item:last-child .p-tickets-list__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid #42ff46;
}

/* =========================================================
   Goods Info
========================================================= */
.p-goodsinfo {
  position: relative;
  padding: 90px 0 165px;
  background-color: #ffa06c;
}

.p-goodsinfo__inner {
  width: min(1100px, calc(100% - 40px));
}

.p-goodsinfo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("../img/bg_orange_top.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.p-goodsinfo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url("../img/bg_yellow_top.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.p-goodsinfo__title {
  width: 464px;
  margin: 0 auto 45px;
}

.p-goodsinfo__title img {
  width: 464px;
  max-width: none;
}

.p-goodsinfo__text {
  margin: 0 0 45px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #644842;
}

.p-goodsinfo__buttons {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 0;
}

.p-goodsinfo__buttons-item {
  margin-top: -20px;
}

.p-goodsinfo__button {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 110px;
  min-height: 110px;
  padding: 0 10px;
  border: 2px solid #ffa06c;
  border-radius: 20px 20px 0 0;
  background: #42ff46;
  color: #3545bb;
}

.p-goodsinfo__buttons .p-goodsinfo__buttons-item:last-child .p-goodsinfo__button {
  height: 90px;
  min-height: 90px;
}

.p-goodsinfo__detail {
  display: none;
  margin-top: 6px;
  padding: 0;
  border: 2px solid #ffa06c;
  border-top: 0;
  background: #fff;
  color: #644842;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  margin-top: -20px;
  position: relative;
}

.p-goodsinfo-detail {
  padding: 80px 0 100px;
}

.p-goodsinfo-detail__section {
  width: min(900px, calc(100% - 80px));
  margin: 0 auto;
}

.p-goodsinfo-detail__section + .p-goodsinfo-detail__section {
  margin-top: 95px;
}

.p-goodsinfo-detail__subheading {
  margin: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffa06c;
}

.p-goodsinfo-detail__divider {
  width: 100%;
  max-width: 900px;
  height: 10px;
  margin: 15px auto 75px;
  background-image: url("../img/goodsinfo_subHeadline_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 900px 10px;
}

.p-goodsinfo-detail__rows {
  display: grid;
  gap: 50px;
  width: 650px;
  margin: 0 auto;
}

.p-goodsinfo-detail__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-goodsinfo-detail__row--shipping {
  align-items: center;
}

.p-goodsinfo-detail__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-width: 280px;
  height: 40px;
  border: 1px solid #3545bb;
  border-radius: 999px;
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-goodsinfo-detail__value {
  margin: 0;
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-goodsinfo-detail__value--date {
  font-size: 0;
  letter-spacing: 0;
}

.p-goodsinfo-detail__date-line {
  margin: 0;
  white-space: nowrap;
}

.p-goodsinfo-detail__date-num {
  display: inline-block;
  color: #3545bb;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.p-goodsinfo-detail__date-unit {
  display: inline-block;
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.p-goodsinfo-detail__date-tilde {
  display: inline-block;
  margin-left: 8px;
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.p-goodsinfo-detail__date-line + .p-goodsinfo-detail__date-line {
  margin-top: 18px;
}

.p-goodsinfo-detail__value--shipping {
  color: #3545bb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-goodsinfo-detail__notice {
  margin: 34px auto 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  color: #644842;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0;
}

.p-goodsinfo-detail__cta-wrap {
  margin-top: 62px;
  text-align: center;
}

.p-goodsinfo-detail__cta {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 650px;
  height: 100px;
  border-radius: 999px;
  background: #42ff46;
  color: #3545bb;
}

.p-goodsinfo-detail__cta-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}

.p-goodsinfo-detail__cta-main {
  margin-top: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.p-goodsinfo-detail__cta-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.p-goodsinfo-detail__cta-icon img {
  width: 33px;
  max-width: none;
}

.p-goodsinfo-detail__notes {
  margin: 48px auto 0;
  width: 100%;
  max-width: 900px;
}

.p-goodsinfo-detail__notes strong{
  color: #c00;
}

.p-goodsinfo-detail__notes li {
  position: relative;
  margin-top: 16px;
  padding-left: 1em;
  color: #644842;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.93em;
}

.p-goodsinfo-detail__notes li:first-child {
  margin-top: 0;
}

.p-goodsinfo-detail__notes li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #3545bb;
  font-size: 14px;
  line-height: 1.9;
}

.p-goodsinfo-detail__notes a {
  color: #3545bb;
  text-decoration: underline;
}

.p-goodsinfo-detail__comingsoon {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 150;
  font-size: 71px;
  line-height: 1em;
  letter-spacing: 0;
  color: #3545bb;
  text-align: center;
}

.p-goodsinfo__button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #3545bb;
  transition: opacity 0.3s ease;
}

.p-goodsinfo__button-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 60px;
  height: 60px;
  transform: translateY(calc(-50% - 10px)) rotate(0deg);
  transition: transform 400ms ease, opacity 0.3s ease;
}

.p-goodsinfo__buttons .p-goodsinfo__buttons-item:last-child .p-goodsinfo__button-icon {
  transform: translateY(-50%) rotate(0deg);
}

.p-goodsinfo__buttons-item.is-open .p-goodsinfo__button-icon {
  transform: translateY(calc(-50% - 10px)) rotate(180deg);
}

.p-goodsinfo__buttons .p-goodsinfo__buttons-item:last-child.is-open .p-goodsinfo__button-icon {
  transform: translateY(-50%) rotate(180deg);
}

.p-goodsinfo__button:hover {
  opacity: 1;
}

.p-goodsinfo__button:hover .p-goodsinfo__button-text,
.p-goodsinfo__button:hover .p-goodsinfo__button-icon {
  opacity: 0.6;
}

.p-goodsinfo__button-icon img {
  width: 60px;
  max-width: none;
}

/* =========================================================
   Goods Lineup
========================================================= */
.p-goodslineup {
  position: relative;
  padding: 100px 0 10px;
  background: #f6ff00;
}

.p-goodslineup__inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.p-goodslineup__title {
  position: relative;
  width: 100%;
  margin: 0 auto 45px;
}

.p-goodslineup__title h2 {
  width: 586px;
  margin: 0 auto;
}

.p-goodslineup__title h2 img {
  width: 100%;
  max-width: none;
}

.p-goodslineup__tree {
  position: absolute;
  width: 42px;
  height: 71px;
  max-width: none;
}

.p-goodslineup__tree--1 {
  left: calc(50% - 520px);
  top: 45px;
}

.p-goodslineup__tree--2 {
  left: calc(50% - 440px);
  top: 95px;
}

.p-goodslineup__tree--3 {
  left: calc(50% + 380px);
  top: -25px;
}

.p-goodslineup__tree--4 {
  left: calc(50% + 480px);
  top: 75px;
}

.p-goodslineup__image-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 12px;
  border-radius: 12px;
}

.p-goodslineup__image {
  width: 100%;
}

.p-goodslineup__comingsoon {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 150;
  font-size: 71px;
  line-height: 1em;
  letter-spacing: 0;
  color: #3545bb;
  text-align: center;
  padding-bottom: 200px;
}

/* =========================================================
   Footer
========================================================= */
.l-footer {
  position: relative;
  width: 100%;
  height: 775px;
  background: #f6ff00;
}

.l-footer__bg {
  position: absolute;
  width: 100%;
  inset: 0;
  z-index: 0;
  width: 100%;
}

.l-footer__bg img {
  width: 100%;
  height: 100%;
}

.l-footer__sns{
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 196px;
}

.l-footer__sns-title{
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #3545bb;
  letter-spacing: .1em;
  line-height: 1em;
  margin-bottom: 35px;
}

.l-footer__sns-list{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 70px;
}

.l-footer__sns-list a{
  display: block;
  &:hover{
    opacity: 0.8;
  }
}

.l-footer__copyright {
  position: absolute;
  left: 50%;
  bottom: 95px;
  z-index: 2;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.85em;
}

@media (max-width: 768px) {
  html {
    font-size: 2.133vw;
  }

  body {
    min-width: 0;
    font-size: 1.867vw;
    line-height: 1.6;
    background-size: 200vw auto;
  }

  .p-opening__logo {
    width: 53.333vw;
  }

  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 0;
    padding: 0;
    pointer-events: none;
  }

  .p-global-nav__toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 4.533vw;
    right: 4vw;
    z-index: 152;
    width: 14.667vw;
    height: 6.267vw;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition: transform 400ms cubic-bezier(.16,.54,.51,.99), opacity 400ms cubic-bezier(.16,.54,.51,.99);
  }

  .p-global-nav__toggle-line {
    display: block;
    width: 14.667vw;
    height: 0.267vw;
    margin: 0;
    background: #3545bb;
    transition: transform 400ms ease, opacity 400ms ease;
    transform-origin: center center;
  }

  body.is-menu-open .p-global-nav__toggle-line:nth-child(1) {
    transform: translateY(3vw) rotate(22deg);
  }

  body.is-menu-open .p-global-nav__toggle-line:nth-child(2) {
    opacity: 0;
  }

  body.is-menu-open .p-global-nav__toggle-line:nth-child(3) {
    transform: translateY(-3vw) rotate(-22deg);
  }

  body.is-opening .p-global-nav {
    transform: none;
    opacity: 1;
  }

  body.is-opening .p-global-nav__toggle {
    opacity: 1;
    transform: translateY(0);
  }

  body.is-opening.is-opening-nav-in .p-global-nav__toggle {
    opacity: 1;
    transform: translateY(0);
  }

  body.is-opening-done .p-global-nav__toggle,
  body:not(.is-opening) .p-global-nav__toggle {
    opacity: 1;
    transform: translateY(0);
  }

  body.is-modal-open .p-global-nav__toggle {
    pointer-events: none;
  }

  .p-global-nav {
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    pointer-events: none;
    transform: none;
    opacity: 1;
    transition: none;
  }

  .p-global-nav.is-open {
    pointer-events: auto;
  }

  .p-global-nav__panel {
    position: fixed;
    inset: 0;
    z-index: 151;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    background-image: url("../img/bg_menu_sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 400ms ease;
  }

  .p-global-nav__panel.is-open {
    display: flex;
    pointer-events: auto;
  }

  .p-global-nav__panel.is-open.is-bg-in {
    opacity: 1;
  }

  .p-global-nav__panel.is-closing {
    opacity: 0;
    transition: opacity 400ms ease;
  }

  .p-global-nav__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    gap: 12vw;
    padding: 16vw 0;
    opacity: 0;
    transform: translateY(2.667vw);
    transition: opacity 400ms ease-out, transform 400ms ease-out;
  }

  .p-global-nav__panel.is-content-in .p-global-nav__list {
    opacity: 1;
    transform: translateY(0);
  }

  .p-global-nav__link {
    display: inline-block;
    font-size: 6.933vw;
    line-height: 1;
    letter-spacing: -0.02em;
    transform-origin: center center;
  }

  .p-global-nav__item:nth-child(1) .p-global-nav__link {
    transform: rotate(-4deg);
  }

  .p-global-nav__item:nth-child(2) .p-global-nav__link {
    transform: rotate(3deg);
  }

  .p-global-nav__item:nth-child(3) .p-global-nav__link {
    transform: rotate(-2.5deg);
  }

  .p-global-nav__item:nth-child(4) .p-global-nav__link {
    transform: rotate(4deg);
  }

  .p-global-nav__item:nth-child(5) .p-global-nav__link {
    transform: rotate(-3deg);
  }

  .p-global-nav__item:nth-child(6) .p-global-nav__link {
    transform: rotate(2.5deg);
  }

  .p-global-nav__item:nth-child(7) .p-global-nav__link {
    transform: rotate(-3.5deg);
  }

  .p-news__inner,
  .p-liveinfo__inner,
  .p-tickets__inner,
  .p-goodsinfo__inner,
  .p-goodslineup__inner {
    width: calc(100% - 3.2vw);
  }

  .p-hero__visual-wrap {
    aspect-ratio: 750 / 1300;
    overflow: hidden;
  }

  .p-hero__visual {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .p-hero__logo {
    width: 23.467vw;
    left: 23.2%;
    top: 15%;
  }

  .p-hero__logo.p-hero__logo--visual2 {
    left: 52%;
    top: 15%;
  }

  .p-hero__logo,
  .p-hero__logo.p-hero__logo--visual2 {
    display: none;
  }

  .p-news {
    padding: 17.733vw 0 33.6vw;
  }

  .p-news__inner {
    width: 100%;
  }

  .p-news__heading {
    margin-bottom: 8vw;
  }

  .p-news__title {
    width: 41.067vw;
    margin: 0 auto;
  }

  .p-news__title img {
    width: 100%;
  }

  .p-news-list {
    width: 92vw;
    height: 75vw;
    margin: 0 auto;
  }

  .p-news-list li{
    width: 97%;
  }

  .p-news-card {
    min-height: auto;
    height: auto;
    padding: 3.2vw 0;
    background-image: url("../img/news_list_frame_sp.png");
    background-size: 100% auto;
  }

  .p-news-card__date {
    width: 17.333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.667vw;
    text-align: center;
  }

  .p-news-card__date-year {
    font-size: 2.4vw;
    line-height: 1;
  }

  .p-news-card__date-md {
    font-size: 5.333vw;
    letter-spacing: 0.03em;
    line-height: 1;
    transform: none;
  }

  .p-news-card__text {
    font-size: 3.467vw;
    letter-spacing: 0.02em;
    line-height: 5.333vw;
  }

  .p-news-card__icon {
    width: 12vw;
    height: 12vw;
    margin-left: 0.8vw;
  }

  .p-liveinfo {
    padding: 0 0 28vw;
    background-size: 260vw auto;
  }

  .p-liveinfo__inner {
    width: calc(100% - 8vw);
    padding: 26.133vw 0 31.333vw;
  }

  .p-liveinfo__inner::before {
    top: -24vw;
    height: 24vw;
    background-image: url("../img/liveinfo_bg_top_sp.png");
    background-size: 100% 100%;
  }

  .p-liveinfo__title {
    top: -9.333vw;
    height: auto;
    text-align: center;
  }

  .p-liveinfo__title h2 {
    width: 65.333vw;
    position: relative;
    inset: auto;
    transform: none;
    margin: 0 auto;
  }

  .p-liveinfo__title h2 img {
    width: 100%;
  }

  .p-liveinfo__tree {
    display: none;
  }

  .p-liveinfo-main {
    width: 83.971vw;
    aspect-ratio: 629.782 / 1270;
    margin: 0 auto 14vw;
    padding: 13.333vw 2.667vw 6.667vw;
    background-image: url("../img/liveinfo_bg_circle_sp.png");
    background-size: 100% 100%;
  }

  .p-liveinfo-main__logo {
    width: 74.133vw;
    margin-bottom: 11.333vw;
  }

  .p-liveinfo-main__logo img {
    width: 100%;
  }

  .p-liveinfo-main__date-year {
    font-size: 5.2vw;
    margin-bottom: 2.667vw;
  }

  .p-liveinfo-main__date-line {
    gap: 0.8vw;
  }

  .p-liveinfo-main__date-main {
    font-size: 11.333vw;
  }

  .p-liveinfo-main__date-week {
    font-size: 5.6vw;
    transform: translateY(-0.267vw);
  }

  .p-liveinfo-main__date-week--sat {
    margin-right: 3.333vw;
  }

  .p-liveinfo-main__venue {
    margin-top: 2.667vw;
    margin-bottom: 3.467vw;
    font-size: 5.547vw;
    line-height: 8vw;
    letter-spacing: 0;
  }

  .p-liveinfo-main__venue-pref {
    font-size: 4vw;
    line-height: 1em;
  }

  .u-sp-break {
    display: block;
  }

  .p-liveinfo-main__time-text {
    font-size: 4.333vw;
    letter-spacing: 0.04em;
  }

  .p-liveinfo-main__contact{
    font-size: 2.333vw;
    line-height: 1.7em;
  }

  .p-liveinfo-ticket {
    width: calc(100% - 2.667vw);
    margin-bottom: 22.667vw;
  }

  .p-liveinfo-ticket__title {
    width: 49.067vw;
    margin-bottom: 5.333vw;
  }

  .p-liveinfo-ticket__title img {
    width: 100%;
  }

  .p-liveinfo-ticket__label {
    font-size: 4.333vw;
    margin-right: 2.667vw;
    transform: translateY(-0.533vw);
  }

  .p-liveinfo-ticket__amount {
    font-size: 5.2vw;
  }

  .p-liveinfo-ticket__tax {
    font-size: 2.58vw;
    transform: translateY(-0.8vw);
  }

  .p-liveinfo-map {
    width: calc(100% - 2.667vw);
    margin-bottom: 25.333vw;
  }

  .p-liveinfo-map__title {
    width: 60.667vw;
    margin-bottom: 5.333vw;
  }

  .p-liveinfo-map__title img {
    width: 100%;
  }

  .p-liveinfo-map__placeholder {
    width: 77.333vw;
    /* height: 98.667vw; */
    margin: 0 auto;
  }

  .p-liveinfo-map__comingsoon {
    font-size: 9.467vw;
    line-height: 1.2em;
    text-align: center;
  }

  .p-liveinfo-map__iframe {
    width: 77.333vw;
    height: 98.667vw;
  }

  .p-liveinfo-notice {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20.667vw;
  }

  .p-liveinfo-notice__title {
    width: 40.4vw;
    margin-bottom: 8vw;
    padding-bottom: 0;
  }

  .p-liveinfo-notice__title img {
    width: 100%;
  }

  .p-liveinfo-notice__item {
    margin-top: -2.667vw;
  }

  .p-liveinfo-notice__link {
    min-height: 18.4vw;
    height: 18.4vw;
    border-radius: 2.667vw 2.667vw 0 0;
  }

  .p-liveinfo-notice__item:last-child .p-liveinfo-notice__link {
    min-height: 15.733vw;
    height: 15.733vw;
  }

  .p-liveinfo-notice__text {
    width: calc(100% - 14.4vw);
    height: 15.733vw;
    font-size: 3.467vw;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }

  .p-liveinfo-notice__icon{
    right: 3vw;
    width: 10.4vw;
    height: 10.4vw;
    margin-top: -1.333vw;
  }

  .p-liveinfo-notice__item:last-child .p-liveinfo-notice__icon {
    right: 1.067vw;
    width: 10.4vw;
    height: 10.4vw;
    margin-top: 0;
  }

  .p-liveinfo-notice__icon img {
    width: 10.4vw;
    height: 10.4vw;
  }

  .p-liveinfo-notice__detail {
    width: 84vw;
    margin: -1.6vw auto 0;
    padding: 5.333vw 5.333vw;
    font-size: 3.333vw;
    line-height: 2em;
  }

  .p-liveinfo-accessbus {
    width: calc(100% - 2.667vw);
    margin-bottom: 21.333vw;
  }

  .p-liveinfo-accessbus__title {
    width: 36vw;
    position: absolute;
    left: 50%;
    top: -14.133vw;
    transform: translateX(-50%);
  }

  .p-liveinfo-accessbus__title img {
    width: 100%;
  }

  .p-liveinfo-accessbus__circle {
    margin-top: 0;
    width: 83.971vw;
    min-height: auto;
    height: auto;
    aspect-ratio: 629.782 / 1350.5;
    margin-left: auto;
    margin-right: auto;
    padding: 25vw 2.667vw 25vw;
    background-image: url("../img/liveinfo_accessBus_bg_circle_sp.png");
    background-size: 100% 100%;
  }

  .p-liveinfo-accessbus__body {
    width: 100%;
    gap: 0;
  }

  .p-liveinfo-accessbus__group {
    margin-bottom: 0;
  }

  .p-liveinfo-accessbus__entry {
    margin-bottom: 0;
  }

  .p-liveinfo-accessbus__goods {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9.333vw;
  }

  .p-liveinfo-accessbus__middle {
    width: 36vw;
    height: 6.667vw;
    margin-bottom: 1.333vw;
    font-size: 3.467vw;
  }

  .p-liveinfo-accessbus__small {
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 3.467vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .p-liveinfo-accessbus__small::after {
    bottom: -1.6vw;
    border-bottom: 0.267vw solid #3545bb;
  }

  .p-liveinfo-accessbus__date {
    margin: 0;
    font-size: 4.8vw;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }

  .p-liveinfo-accessbus__date-before {
    font-size: 3.33vw;
    display: block;
  }

  .p-liveinfo-accessbus__date-after {
    font-size: 5.333vw;
  }

  .p-liveinfo-accessbus__date-unit {
    font-size: 3.733vw;
  }

  .p-liveinfo-accessbus__date-sep {
    margin: 0;
    line-height: 1;
  }

  .p-liveinfo-accessbus__benefit {
    margin: 0;
    margin-bottom: 3.333vw;
    font-size: 3.467vw;
    line-height: 1.6;
  }

  .p-liveinfo-accessbus__goodsimg{
    width: 85%;
  }

  .p-liveinfo-accessbus__note {
    margin: 0;
    font-size: 2.533vw;
  }

  .p-liveinfo-accessbus__button {
    width: 48vw;
    height: 11.2vw;
    font-size: 3.467vw;
  }

  .p-liveinfo-accessbus__group[aria-label="受付期間"] .p-liveinfo-accessbus__middle,
  .p-liveinfo-accessbus__group[aria-label="受付期間"] .p-liveinfo-accessbus__date {
    margin-bottom: 0;
  }

  .p-liveinfo-accessbus__group[aria-label="受付期間"] {
    margin-bottom: 15.333vw;
  }

  .p-liveinfo-accessbus__group[aria-label="受付期間"] .p-liveinfo-accessbus__middle {
    margin-bottom: 5.333vw;
  }

  .p-liveinfo-accessbus__group[aria-label="受付期間"] .p-liveinfo-accessbus__small {
    margin-bottom: 3.333vw;
  }

  .p-liveinfo-accessbus__group[aria-label="受付期間"] .p-liveinfo-accessbus__entry:first-of-type {
    margin-bottom: 6.667vw;
  }

  .p-liveinfo-accessbus__group[aria-label="ツアー特典内容"] {
    margin: 0;
  }

  .p-liveinfo-accessbus__group[aria-label="ツアー特典内容"] .p-liveinfo-accessbus__entry,
  .p-liveinfo-accessbus__group[aria-label="ツアー特典内容"] .p-liveinfo-accessbus__note {
    margin: 0;
  }

  .p-liveinfo-accessbus__group[aria-label="ツアー特典内容"] .p-liveinfo-accessbus__middle {
    margin-bottom: 5.333vw;
  }

  .p-liveinfo-accessbus__group[aria-label="ツアー特典内容"] .p-liveinfo-accessbus__entry:first-of-type {
    margin-bottom: 5.333vw;
  }

  .p-liveinfo-accessbus__cta {
    margin-top: 10.667vw;
  }

  .p-liveinfo-online {
    width: calc(100% - 2.667vw);
  }

  .p-liveinfo-online__title {
    width: 47.733vw;
    margin-bottom: 9.333vw;
  }

  .p-liveinfo-online__title img {
    width: 100%;
  }

  .p-liveinfo-online__comingsoon {
    font-size: 9.467vw;
  }

  .p-tickets {
    margin-top: 0;
    border-radius: 10.666vw 10.666vw 0 0;
    padding: 12.666vw 0 16vw;
  }

  .p-tickets::after {
    height: 1.6vw;
  }

  .p-tickets__inner {
    width: 92vw;
  }

  .p-tickets__title {
    width: 46.133vw;
    margin: 0 auto 9.333vw;
  }

  .p-tickets__title img {
    width: 100%;
  }

  .p-tickets-list {
    width: 92vw;
    margin: 0 auto;
    height: 57vw;
  }

  .p-tickets-list__link {
    min-height: auto;
    height: auto;
    padding: 3.2vw 0;
    background-image: url("../img/news_list_frame_sp.png");
    background-size: 100% auto;
  }

  .p-tickets-list__date {
    width: 17.333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.667vw;
    text-align: center;
    transform: none;
  }

  .p-tickets-list__date-year {
    font-size: 2.4vw;
    line-height: 1;
  }

  .p-tickets-list__date-md {
    font-size: 5.333vw;
    letter-spacing: 0.03em;
    line-height: 1;
    transform: none;
  }

  .p-tickets-list__text {
    font-size: 3.467vw;
    letter-spacing: 0.02em;
    line-height: 5.333vw;
    transform: none;
  }

  .p-tickets-list__icon {
    width: 12vw;
    height: 12vw;
    margin-left: 0.8vw;
  }

  .p-goodsinfo {
    padding: 14.667vw 0 22.667vw;
  }

  .p-goodsinfo::before,
  .p-goodsinfo::after {
    height: 1.6vw;
  }

  .p-goodsinfo__inner {
    width: calc(100% - 2.667vw);
  }

  .p-goodsinfo__title {
    width: 74.133vw;
    margin: 0 auto 6.667vw;
  }

  .p-goodsinfo__title img {
    width: 100%;
  }

  .p-goodsinfo__text {
    width: 84vw;
    margin: 0 auto;
    margin-bottom: 13.333vw;
    font-size: 3.333vw;
    line-height: 2em;
    letter-spacing: 0.02em;
  }

  .p-goodsinfo__buttons {
    width: 84vw;
    margin: 0 auto;
  }

  .p-goodsinfo__buttons-item {
    margin-top: -2.667vw;
    width: 100%;
  }

  .p-goodsinfo__button {
    width: 100%;
    min-height: 18.4vw;
    height: 18.4vw;
    border-radius: 2.667vw 2.667vw 0 0;
  }

  .p-goodsinfo__buttons .p-goodsinfo__buttons-item:last-child .p-goodsinfo__button {
    min-height: 15.733vw;
    height: 15.733vw;
  }

  .p-goodsinfo__button-text {
    width: calc(100% - 14.4vw);
    height: 15.733vw;
    font-size: 3.467vw;
    letter-spacing: 0.02em;
  }

  .p-goodsinfo__button-icon {
    right: 3vw;
    width: 10.4vw;
    height: 10.4vw;
    margin-top: -1.333vw;
    transform: translateY(-50%) rotate(0deg);
  }

  .p-goodsinfo__buttons .p-goodsinfo__buttons-item:last-child .p-goodsinfo__button-icon {
    margin-top: 0;
    transform: translateY(-50%) rotate(0deg);
  }

  .p-goodsinfo__buttons-item.is-open .p-goodsinfo__button-icon {
    transform: translateY(-50%) rotate(180deg);
  }

  .p-goodsinfo__buttons .p-goodsinfo__buttons-item:last-child.is-open .p-goodsinfo__button-icon {
    transform: translateY(-50%) rotate(180deg);
  }

  .p-goodsinfo__button-icon img {
    width: 10.4vw;
    height: 10.4vw;
  }

  .p-goodsinfo__detail {
    width: 100%;
    margin-top: -1.6vw;
  }

  .p-goodsinfo-detail {
    width: 73.333vw;
    margin: 0 auto;
    padding: 7vw 0 6vw;
  }

  .p-goodsinfo-detail__section {
    width: 100%;
    margin: 0 auto;
  }

  .p-goodsinfo-detail__section + .p-goodsinfo-detail__section {
    margin-top: 6.4vw;
  }

  .p-goodsinfo-detail__subheading {
    font-size: 4.667vw;
    letter-spacing: 0.1em;
  }

  .p-goodsinfo-detail__divider {
    height: 1.467vw;
    margin: 2vw 0 6.667vw;
    background-image: url("../img/goodsinfo_subHeadline_bg_sp.png");
    background-size: 100% 1.467vw;
  }

  .p-goodsinfo-detail__rows {
    width: 100%;
    margin: 0 auto;
    gap: 9.333vw;
  }

  .p-goodsinfo-detail__row {
    display: grid;
    gap: 4vw;
  }

  .p-goodsinfo-detail__label {
    width: 36vw;
    min-width: 36vw;
    height: 6.667vw;
    margin: 0 auto;
    border-width: 0.267vw;
    font-size: 3.467vw;
  }

  .p-goodsinfo-detail__value,
  .p-goodsinfo-detail__value--shipping {
    text-align: center;
    font-size: 3.467vw;
    line-height: 1.5;
  }

  .p-goodsinfo-detail__date-num {
    font-size: 5.333vw;
  }

  .p-goodsinfo-detail__date-unit {
    font-size: 3.733vw;
  }

  .p-goodsinfo-detail__date-tilde {
    font-size: 5.333vw;
    margin-left: 1.067vw;
  }

  .p-goodsinfo-detail__date-line + .p-goodsinfo-detail__date-line {
    margin-top: 2.133vw;
  }

  .p-goodsinfo-detail__notice {
    width: 100%;
    max-width: 100%;
    margin: 9.333vw auto 0;
    text-align: left;
    font-size: 3.333vw;
    line-height: 2em;
  }

  .p-goodsinfo-detail__cta-wrap {
    margin-top: 9.333vw;
  }

  .p-goodsinfo-detail__cta {
    width: 100%;
    max-width: 100%;
    height: 24vw;
    border-radius: 133.333vw;
  }

  .p-goodsinfo-detail__cta-lead {
    font-size: 3.067vw;
  }

  .p-goodsinfo-detail__cta-main {
    margin-top: 1.6vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .p-goodsinfo-detail__cta-icon {
    right: 6vw;
  }

  .p-goodsinfo-detail__cta-icon img {
    width: 5.6vw;
  }

  .p-goodsinfo-detail__notes {
    width: 100%;
    max-width: 100%;
    margin: 6.4vw auto 0;
  }

  .p-goodsinfo-detail__notes li {
    margin-top: 2.133vw;
    font-size: 3.333vw;
    line-height: 2em;
  }

  .p-goodsinfo-detail__notes li::before {
    font-size: 3.333vw;
  }

  .p-goodsinfo-detail__comingsoon {
    margin: 0;
    padding: 0;
    font-size: 9.467vw;
    line-height: 1em;
    text-align: center;
  }

  .p-goodslineup {
    padding: 12vw 0 5.333vw;
  }

  .p-goodslineup__inner {
    width: calc(100% - 2.667vw);
  }

  .p-goodslineup__title {
    margin-bottom: 12vw;
  }

  .p-goodslineup__title h2 {
    width: 84vw;
    margin: 0 auto;
  }

  .p-goodslineup__title h2 img {
    width: 100%;
  }

  .p-goodslineup__tree {
    display: none;
  }

  .p-goodslineup__image-wrap {
    width: 100%;
    padding: 0;
  }

  .p-goodslineup__comingsoon {
    font-size: 9.467vw;
    padding: 3vw 0vw 13vw;
  }

  .l-footer {
    height: 132vw;
  }

  .l-footer__bg {
    top: 0;
    bottom: auto;
    height: 100%;
    background-image: url("../img/footer_bg_green_sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .l-footer__bg img {
    display: none;
  }

  .l-footer__sns {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    padding-top: 26.133vw;
    text-align: center;
  }

  .l-footer__sns-title {
    margin-bottom: 4.667vw;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 2.666vw;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #3545bb;
  }

  .l-footer__sns-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 9.333vw;
    padding: 0 4vw;
  }

  .l-footer__sns-list a {
    display: block;
  }

  .l-footer__sns-list img {
    width: 12vw;
    height: auto;
  }

  .l-footer__sns-list a[href*="inorimachi"] img {
    width: 40vw;
  }

  .l-footer__copyright {
    bottom: 13.333vw;
    white-space: normal;
    width: calc(100% - 3.2vw);
    font-size: 1.86vw;
    line-height: 3.59vw;
  }

  .p-pagetop {
    width: 13.6vw;
    height: 16.267vw;
    transform: translateY(4vw);
  }

  .p-pagetop__bg {
    width: 13.6vw;
    height: 16.267vw;
  }

  .p-pagetop__arrow {
    width: 8.267vw;
    height: 8.133vw;
  }

  .p-pagetop__text {
    font-size: 1.867vw;
  }

  .p-pagetop__content {
    gap: 2vw;
  }

  .p-pagetop--fixed {
    right: 3.667vw;
    bottom: -0.267vw;
  }

  .p-modal {
    z-index: 160;
  }

  .p-modal__viewport {
    padding: 10.667vw 5.333vw;
  }

  .p-modal__dialog {
    width: 108vw;
    max-width: 100%;
    transform: translateY(6.667vw);
    border-width: 0.4vw;
    border-radius: 8vw 0 8vw 0;
  }

  .p-modal.is-content-visible .p-modal__dialog {
    transform: translateY(0);
  }

  .p-modal.is-hiding-content .p-modal__dialog {
    transform: translateY(0);
  }

  .p-modal__close {
    top: -6.933vw;
    right: 0;
    width: 10.133vw;
    height: 4.267vw;
  }

  .p-modal__close img {
    width: 10.133vw;
    height: 4.267vw;
  }

  .p-modal__inner {
    width: 96vw;
    max-width: 100%;
    padding: 6.667vw 0 8vw;
  }

  .p-modal__header {
    display: flex;
    align-items: center;
    gap: 6.667vw;
    width: 73.333vw;
    margin: 0 auto;
  }

  .p-modal__date {
    margin-left: 3.333vw;
  }

  .p-modal__date-year {
    margin-bottom: 1.333vw;
    font-size: 1.733vw;
  }

  .p-modal__date-main {
    font-size: 5.333vw;
  }

  .p-modal__title {
    font-size: 4.26vw;
    line-height: 1.5;
  }

  .p-modal__line {
    width: 73.333vw;
    margin: 0 auto;
    height: 0.133vw;
    margin-top: 5.333vw;
  }

  .p-modal__body {
    width: 73.333vw;
    margin: 0 auto;
    margin-top: 2.667vw;
    font-size: 3.333vw;
    line-height: 2;
  }

  .p-modal__cta-wrap {
    width: 73.333vw;
    margin: 0 auto;
    margin-top: 5.067vw;
  }

  .p-modal__cta {
    padding: 3vw 6vw;
    border-radius: 7.467vw;
    font-size: 3.33vw;
    line-height: 1.5;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  a:hover {
    opacity: 1;
  }

  .p-global-nav__link:hover {
    opacity: 1;
  }

  .p-liveinfo-notice__link:hover,
  .p-liveinfo-notice__link:hover .p-liveinfo-notice__text,
  .p-liveinfo-notice__link:hover .p-liveinfo-notice__icon {
    opacity: 1;
  }

  .p-goodsinfo__button:hover,
  .p-goodsinfo__button:hover .p-goodsinfo__button-text,
  .p-goodsinfo__button:hover .p-goodsinfo__button-icon {
    opacity: 1;
  }
}
