@charset "utf-8";
/* CSS Document */
:root {
	--color-navy: #003D64;
	--color-white: #FFFFFF;
	--color-pink: #DC99FA;
	--color-blue: #4CCCEE;
	--color-skyblue: #B6F0FE;
	--color-darkblue: #006A93;
	--color-purple: #7528B6;
	--color-green: #58E487;	
	--font-family-JP: "ibm-plex-sans-jp", sans-serif; /* IBM Plex Sans JP */
	--font-family-EN: "dazzle-unicase", sans-serif; /* Dazzle Unicase */
}
html {
	overflow-x: hidden;
	min-width: 320px;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
a.link {
	text-decoration: underline;
}
a, button, details, div.header__toggle {
	-webkit-tap-highlight-color: transparent;
}
em {
	font-style: normal;
}
.purple {
	color: var(--color-purple);
}
.blue {
	color: var(--color-darkblue);
}
#secNews:target, #secSchedule:target, #secTicket:target, #secAttention:target, #secMerchandise:target, #secMovie:target, #JP:target, #GL:target, #secTicketCaution:target, #VipTicket:target, #JPUG2nd:target, #Gsales:target, #JPUG3rd:target, #PLAY2nd:target, #PLAY:target, #LWpre:target, #JPUG:target, #JP2nd:target {
	scroll-margin-top: 64px;	
}
body {
	width: 100%;
	min-width: 320px;
	color: var(--color-navy);
	font-family: var(--font-family-JP);
	font-style: normal;
	background: var(--color-blue);
}
.header {
	background: var(--color-pink);
	color: var(--color-white);
	display: flex;
	padding: 2px 20px;
    position: fixed;
    width: 100%;
	z-index: 999;
	height: 64px;
}
.header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
    width: 100%;
}
.header__inner .header__logo {
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 8px;
}
.header__inner .header__logo img {
	width: 88.2px;
	height: 28px;
	aspect-ratio: 88.20/28.00;
}
.header__nav .header__nav-list {
	color: var(--color-white);
	display: flex;
	margin: 0;
	z-index: 999;
	position: relative;
}
.header__nav .header__nav-list li {
	font-size: 20px;
	font-family: var(--font-family-EN);
	font-weight: 700;
	line-height: 137.5%;
	letter-spacing: 1px;
	text-align: center;
	width: fit-content;
	padding: 0 8px;
}
.header__nav .header__nav-list a {
	color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
	padding: 0 12px;
}
.header__nav .header__nav-list a:hover {
	color: var(--color-red);
}
.header__toggle nav {
    position: fixed;
    width: 100%;
	left: 0;
	top: 0;
}
.header__toggle nav #menu__inner {
    list-style:none;
    background: var(--color-pink);
    margin: 0px;
    height: 100vh;
    margin-top: 64px;
    padding: 80px 100px;
}
.header__toggle nav #menu__inner a:hover {
	opacity: 0.8;
}
.header__toggle nav #menu__inner .menu__inner_logo {
	padding-bottom: 40px;
}
.header__toggle nav #menu__inner img.logo__glitterday {
	display: block;
	margin: 0 auto;
	height: 148px;
	width: auto;
}
.header__toggle nav #menu__inner ul#header-menu {
    margin: 0;
    padding: 40px 0;
    border-top: solid 1px rgb(255 255 255 / 30%);
	border-bottom: solid 1px rgb(255 255 255 / 30%);
}
.header__toggle nav #menu__inner ul#header-menu li {
	text-align: center;
	height: 33px;
}
.header__toggle nav #menu__inner ul#header-menu li:not(:last-child) {
	margin-bottom: 16px;	
}
.header__toggle nav #menu__inner ul#header-menu li a {
	font-size: 24px;
	font-family: var(--font-family-EN);
	font-weight: 700;
	line-height: 137.5%;
	letter-spacing: 1.20px;
	text-decoration: none;
	color: var(--color-white);
    height: 33px;
    width: fit-content;
    display: block;
    margin: 0 auto;
}
.header__toggle nav #menu__inner a.link__membership {
    font-size: 20px;
    font-weight: 700;
    line-height: 137.5%;
    letter-spacing: 1px;
    word-wrap: break-word;
    font-family: var(--font-family-EN);
    margin: 40px auto 0;
    color: var(--color-white);
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    width: fit-content;
}
.header__toggle nav #menu__inner a.link__membership img {
	width: 27px;
    height: 27px;
}
.header__toggle-line {
	background-image: url("../images/menu-open.svg");
	background-repeat: no-repeat;
	background-size: 100%;
    cursor: pointer;
    width: 18px;
    height: 14px;
    z-index: 999;
    position: relative;
}
.header__nav-list.active {
	opacity: 0;
	pointer-events: none;
}
.header__nav-list {
	opacity: 1;
}
.drawer__nav.active {
  animation: slideinTop 0.1s ;
}
@keyframes slideinTop {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.menu__icon, .menu__icon.active {
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.menu__icon.active .header__toggle-line {
	background-image: url("../images/menu-close.svg");
	width: 15.556px;
	height: 15.556px;
}
.menu__icon.active{
    cursor: pointer;
    z-index: 999;
    position: relative;
}
.drawer__nav {
	display: none;
}
.drawer__nav.active {
	display: block;
	visibility: visible;
}
main {
	display: table;
	width: 100%;
	padding-top: 64px;
}
h1.hero {
	width: 40%;
	display: table-cell;
	position: relative;
}
h1.hero .hero__inner {
	width: 40%;
	position: fixed;
	height: 100vh;
	overflow-y: auto;
	padding-bottom: 4rem;
	top: 64px;
	left: 0;
}
h1.hero .hero__inner::-webkit-scrollbar {
	display: none;
}
h1.hero img {
	width: 100%;
}
.contents {
	width: 60%;
	display: table-cell;
}
.contents a {
	color: var(--color-navy);
}
.contents section .inner {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 80px 58px;
    max-width: 1152px;
}
section .title-wrap {
	display: flex;
	margin: 0 auto 48px;
    width: fit-content;
    text-align: center;
	gap: 20px;
}
section.attention .title-wrap {
	margin: 0 auto 12px;
}
section h2.section-title {
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
}
section h2.section-title img{
	height: 44px;
}
section h2.merchandise__title img{
	height: 96px;
}
.news__only-pc {
	display: none;
}
.news__wrap {
    width: 100%;
    background: var(--color-white);
    border-radius: 20px;
    border: 2px solid var(--color-navy);
	padding: 20px 12px 20px 20px;
}
.news__list {
	height: 384px;
    overflow: auto;
	padding: 0;
	margin: 0;
}
.news__list::-webkit-scrollbar {
	width: 8px;
}
.news__list::-webkit-scrollbar-track {
	background-color: var(--color-white);
}
.news__list::-webkit-scrollbar-thumb {
	background-color: rgb(0 61 100 / 30%);
	border-radius: 8px;
}
.news__list li {
	border-bottom: solid 1px;
	display: flex;
	justify-content: space-between;
	margin-right: 12px;
}
.news__list a {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 16px 0;
}
.news__list span {
    display: block;
}
.news__item .news__item-date {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 400;
	line-height: 162.5%;
	display: flex;
    align-items: center;
}
.news__list .news__item-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 162.5%;
}
.new::after {
    content: "NEW";
    font-size: 12px;
    color: var(--color-purple);
    font-weight: 500;
    margin-left: 8px;
	line-height: 137.5%;
    font-family: var(--font-family-EN);
    letter-spacing: 0.6px;
}
.news__list .news__item a:hover .news__item-title {
	text-decoration: underline;
}
.news-arrow {
	flex-shrink: 0;
	width: 48px;
}
a.button {
	background: var(--color-pink);
	color: var(--color-white);
	font-family: var(--font-family-EN);
    font-weight: 700;
    width: 358px;
    height: 52px;
    margin: 48px auto 0;
    border-radius: 9999px;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -4px;
    letter-spacing: 0.80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
	line-height: 137.5%;
}
.schedule__list {
	padding: 0;
}
.schedule__list .schedule__item {
	display: flex;
    border-top: solid 1px rgb(0 61 100 / 50%);
    border-bottom: solid 1px rgb(0 61 100 / 50%);
    padding: 28px 0;
	gap: 20px;
}
.schedule__list .schedule__item:first-child {
    border-bottom: none;
}
.schedule__item-location {
	width: 246px;
	font-family: var(--font-family-EN);
	font-weight: 700;
	line-height: 137.5%;
	letter-spacing: 1.5px;
	font-size: 30px;
}
.schedule__item-location span {
	font-size: 18px;
	font-family: var(--font-family-JP);
	font-weight: 700;
	line-height: 162.5%;
	letter-spacing: initial;
	display: block;
}
.schedule__item-date {
    width: calc(100% - 266px);
}
.schedule__item-date dl dd {
	font-size: 24px;
    font-family: var(--font-family-EN);
	font-weight: 700;
	line-height: 137.5%;
	letter-spacing: 1.20px;
	display: flex;
	align-items: center;
}
.schedule__item-date dl dd span {
    font-size: 18px;
    font-family: var(--font-family-JP);
    font-weight: 700;
	line-height: 100%;
    letter-spacing: 0.90px;
    padding: 4px 13px 1px;
    margin-left: 12px;
    border: solid 1px;
    border-radius: 99px;
    height: 25px;
    display: flex;
    align-items: center;
    width: fit-content;
	flex-shrink: 0;
}
.schedule__item-date dl dt {
	font-size: 20px;
    font-family: var(--font-family-EN);
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 137.5%;
	margin-bottom: 12px;
}
.schedule__item-date dl dt:last-child {
	margin-bottom: 20px;
}
.schedule__item-description {
    font-size: 14px;
	font-weight: 400;
	line-height: 162.5%;
	color: var(--color-darkblue);
    padding: 16px;
    background: var(--color-skyblue);
    border-radius: 16px;
}

.ticket__item ul {
	overflow: hidden;
}
.ticket__item .ticket__seat {
    background: var(--color-white);
    border-radius: 20px;
    padding: 20px 20px 28px;
    border: solid 1px var(--color-navy);
	width: 100%;
    margin-bottom: 16px;
	letter-spacing: 0.60px;
	height: 176px;
}
.ticket__seat .ticket__icon {
	color: var(--color-white);
    font-size: 12px;
    font-family: var(--font-family-EN);
    font-weight: 500;
    line-height: 16.50px;
    position: relative;
    width: fit-content;
	margin: 2.5px 0;
}
.ticket__seat .ticket__icon p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    line-height: 20px;
}
.ticket__seat-name {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 162.5%;
}
.ticket__price {
	font-size: 30px;
	font-family: var(--font-family-EN);
	font-weight: 700;
	line-height: 137.5%;
	letter-spacing: 1.50px;
}
.ticket__price span {
    font-size: 16px;
    font-family: var(--font-family-JP);
    font-weight: 700;
    line-height: 162.5%;
    margin-left: 8px;
}
.ticket__item .vip-seat {
	color: var(--color-purple);
}
.ticket__price small {
    font-size: 12px;
    font-family: var(--font-family-JP);
    font-weight: 400;
    line-height: 162.5%;
    display: block;
	letter-spacing: initial;
}
.ticket_new::after {
    content: "NEW";
    font-size: 12px;
    color: var(--color-purple);
    font-weight: 500;
    margin-left: 6px;
	line-height: 137.5%;
    font-family: var(--font-family-EN);
    letter-spacing: 0.6px;
}
.ticket__note {
	text-align: center;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 162.5%;
}
.ticket__description {
	width: 100%;
    margin: 36px 0 48px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}
.ticket__description .item__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
	align-self: stretch;
}
.ticket__description .ticket__description_item {
	width: 100%;
    background: var(--color-skyblue);
    border-radius: 20px;
    padding: 24px;
}
.ticket__desc_ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 162.5%;
}
.ticket__desc_ttl span {
	font-size: 16px;
	font-weight: 600;
	line-height: 162.5%; 
	display: block;
	margin-top: 8px;
}
.ticket__description .ticket__desc_list {
    font-size: 16px;
	font-weight: 400;
	line-height: 162.5%;
	margin-top: 8px;
}
.ticket__description ul.ticket__desc_list {
	margin: 16px auto;
}
.ticket__description ul.ticket__desc_list li:not(:last-child) {
	margin-bottom: 4px;
}
.ticket__description .ticket__desc_note {
	color: var(--color-darkblue);
	font-family: var(--font-family-JP);
	font-size: 14px;
	font-weight: 400;
	line-height: 162.5%;
}
/* list-style*/
.ticket__description ul.ticket__desc_list, .accordion__box ul.attention__item_others {
	padding-inline-start: 10px;
}
.ticket__description ul.ticket__desc_list li, .accordion__box ul.attention__item_others li {
	list-style-type: none;
	position: relative;
}
.ticket__description ul.ticket__desc_list li::before, .accordion__box ul.attention__item_others li::before {
  content: url(../images/heading-icon.svg);        
  position: absolute;
  left: -10px;
  top: -3px; 
}

.ticket__info {
	overflow: hidden;
}
.ticket__info .ticket__info_title {
    margin: 48px auto 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 162.5%;
    display: block;
	text-align: center;
	color: var(--color-white);
}
.accordion:not(:last-child) {
	margin-bottom: 24px;
}
.accordion {
    max-width: 100%;
	border-radius: 20px;
	border: 2px solid var(--color-navy);
	background: var(--color-white);
}
.accordion summary .accordion__title {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.accordion summary .accordion__title_text {
	font-size: 18px;
	font-weight: 700;
	line-height: 162.5%; 
}
.accordion summary {
	position: relative;
	padding: 24px;
	cursor: pointer;
	list-style: none;
}
.accordion__attention summary {
    background-color: var(--color-green);
	border-radius: 18px;
}
.accordion__attention[open] summary {
	border-radius: 18px 18px 0 0;
}
.accordion summary .accordion__title p::before {
	display: none;
}
.accordion__ticket_open summary .accordion__title p::before, .accordion__ticket_close summary .accordion__title p::before {
    color: var(--color-white);
    margin-bottom: 6px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 99px;
    font-size: 12px;
}
.accordion__ticket_open summary .accordion__title p::before {
	font-family: var(--font-family-EN);
    content: "OPEN";
    font-weight: 500;
	line-height: 137.5%;
	letter-spacing: 0.6px;
    background: var(--color-pink);
    width: 60px;
    padding: 1px 12px;
}
.accordion__ticket_close summary .accordion__title p::before {
	font-family: var(--font-family-JP);
	content: "受付終了";
    font-weight: 600;
    background: var(--color-navy);
	width: 74px;
	line-height: 137.5%;
	letter-spacing: 0.6px;
    padding: 1px 10px;
}
details summary {
	list-style-type: none;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary .accordion__title::after {
    content: url(../images/arrow-forward.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
	flex-shrink: 0;
}

/* accordion 受付終了 */
.accordion__ticket_close .opacity-50 {
	opacity: 0.5;
}
.accordion[open] summary .accordion__title::after {
    transform: rotate(180deg);
}
.accordion .accordion__box {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 24px 0;
    transition: transform .3s, opacity .3s;
}
.accordion .attention__list {
    padding: 0 20px 0;
}
.accordion[open] .accordion__box {
    transform: none;
    opacity: 1;
}
.accordion__box ul.accordion__list {
	width: 100%;
    padding: 28px 0;
	margin: 0;
}
.accordion__box ul.accordion__list {
    border-top: solid 1px var(--color-navy);
	border-bottom: dashed 1px var(--color-navy);
}
.ticket__detail ul.accordion__list li:not(:last-child), .merch__detail ul.accordion__list li:not(:last-child)  {
	margin-bottom: 36px;
}
.detail__title {
	padding: 0 24px 0;
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
	color: var(--color-white);
    background: var(--color-blue);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail__box {
	padding: 0 4px;	
}
ul.accordion__list li .detail__box {
	display: grid;
	gap: 16px;
}
.accordion_emphasis {
	font-size: 16px;
	font-weight: 600;
	line-height: 162.5%;
}
.accordion_emphasis div:not(:last-child) {
	margin-bottom: 8px;
}
.accordion_emphasis a {
	display: block;
	width: fit-content;
}
.accordion_emphasis p.contact__link a {
	display: inline;
	text-decoration: underline;
}
.accordion_emphasis p.text__add {
	font-weight: 400;
}

.accordion__text, .ticket__apply .ticket__apply_note {
	font-size: 14px;
	font-weight: 400;
	line-height: 162.5%;
	color: var(--color-darkblue);
}
.ticket__apply .ticket__apply_note {
	margin-top: 16px;
}
.accordion__text_global {
	font-size: 16px;
	font-weight: 400;
	line-height: 162.5%;	
}
.bold, .accordion__text .bold, .modal__body_inner .modal__text .bold {
	font-weight: 600;
}
.line, .accordion__text .line, .accordion_emphasis .line, .modal__body_inner .modal__text .line {
	text-decoration: underline;
}
.ticket__apply {
	padding: 28px 24px;
	background: #F8F8F8;
    border-radius: 0 0 18px 18px;	
}
.ticket__apply a.ticket__button {
	background: var(--color-pink);
	color: var(--color-white);
	font-family: var(--font-family-JP);
	font-size: 18px;
	font-weight: 700;
	line-height: 162.5%; 
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -4px;
}
.ticket__apply a.button__global {
    background-image: linear-gradient(91deg, #07d8e2, #35e99d);
}
.ticket__apply .ticket__apply_note a.link {
    color: var(--color-purple);
}
.ticket__list_box_faq .accordion_emphasis a {
	display: block;
	text-decoration: underline;
}
.ticket__apply .ticket__apply_title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 162.5%;
}
.ticket__apply .ticket__playguide {
    display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	border-radius: 16px;
	margin-top: 8px;
	border: 4px solid var(--color-pink);
	background: var(--color-white);
}
.ticket__apply .ticket__playguide span {
	width: 1px;
	height: 32px;
	background: #E2E2E2;
}
.ticket__apply .ticket__playguide .box {
	flex: 1;
}
.ticket__apply .ticket__playguide .box a {
	height: 96px;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 8px;
}
.ticket__apply .ticket__playguide a img {
	display: block;
	margin: 0 auto;
}
a.playguide__icon .icon-l-tike {
	width: 92.404px;
	height: 36px;
}
a.playguide__icon .icon-pia {
	width: 50px;
	height: 48px;
}
a.playguide__icon .icon-pia {
	width: 50px;
	height: 48px;
}
a.playguide__icon .icon-eplus {
	width: 53.475px;
	height: 48px;
}
a.playguide__icon .icon-rakuten {
	width: 86.4px;
	height: 52px;
}
a.playguide__icon .icon-mitsui {
	width: 177.59px;
	height: 43.19px;
}
.attention__note {
	display: block;
    margin: 0 auto 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 162.5%;
}
.attention__list ul.attention__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 36px;
	align-self: stretch;
	width: 100%;
    padding: 28px 0;
	margin: 0;
}
.attention__list p {
    font-size: 16px;
    font-weight: 400;
    line-height: 162.5%;
    margin-top: 4px;
}
.attention__list p.note {
    margin-top: 0;
}
.accordion__box ul.attention__item_others li:not(:last-child) {
	margin-bottom: 4px;
}
.accordion__box ul.attention__item_others {
	font-size: 16px;
	font-weight: 400;
	line-height: 162.5%;
}

/* merchandise */
.merchandise .title-wrap {
	align-items: center;
}
.merch__detail ul.accordion__list {
	border-bottom: none;
}
.merchandise__wrap .accordion__title_text p span {
	display: inline-block;
}
.merchandise__wrap img {
	width: 100%;
}
.merchandise__wrap .merch__guide{
    margin-bottom: 24px;
}
.merch__guide {
	text-align: center;
}
.merch__guide .guide__text {
	color: var(--color-white);
	font-size: 20px;
	font-weight: 700;
	line-height: 162.5%;
}
.movie__box {
	border: 2px solid var(--color-navy);
	border-radius: 20px;
}
.movie__box div {
	border-radius: 18px;
}
.video-js .vjs-tech {
	border-radius: 18px;
}
footer {
	background: var(--color-navy);
	padding: 48px 0;
	text-align: center;
}
footer a.button__up {
	display: block;
    margin: 0 auto;
    border-radius: 9999px;
    border: solid var(--color-white) 1px;
    padding: 4px;
    width: 32px;
    height: 32px;
}
footer a.button {
	margin: 24px auto;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
}
footer img.belift-logo {
	margin: 0 auto 12px;
	display: block;
}
footer .copyright {
	color: var(--color-white);
	font-size: 12px;
	font-weight: 400;
	line-height: 162.5%;
}

/*modal*/
.custom-modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background-color: rgb(0 0 0 / 70%);
	display: none;
}
.modal-outer-container {
	float: right;
	display: flex;
	height: 100%;
	width: 100%;
}
.modal-centering-container {
	margin: auto;
	display: flex;
	height: 90%;
	width: 90%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modal-content-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modal-desktop-close-area {
	position: relative;
	display: none;
	width: 100%;
}
.modal-close-button {
	width: fit-content;
	background: inherit;
	border: inherit;
}
.modal-close-button-desktop {
	position: absolute;
	right: -48px;
}
.modal-close-button-desktop, .modal-close-button-mobile {
	top: -48px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.modal-close-icon {
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.modal-main-panel {
	display: flex;
	flex-direction: column;
	gap: 24px;
	overflow: hidden;
	background-color: var(--color-white);
	width: 100%;
	max-height: 100%;
	padding-bottom: 16px;
	border-radius: 20px;
}
.modal-scrollable-area-wrapper {
	display: flex;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}
.modal-action-area {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}
a.action-link-button {
    margin: 0 auto 16px;
	width: 420px;
	height: 64px;
	font-size: 18px;
	font-family: var(--font-family-JP);
}
.modal-contents-inner {
	overflow: auto;
	flex-grow: 1;
	min-height: 0;
	overflow-y: scroll;
	padding: 20px;
    border: solid 1px var(--color-navy);
    border-radius: 16px;
}
.modal-contents-inner::-webkit-scrollbar {
	display: none;
}
.modal-action-area {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}
.modal__body_inner .modal__text {
	padding: 0 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 162.5%;
	color: var(--color-navy);
}
.modal__body_inner .modal__text a {
	color: var(--color-navy);
}
.modal__body_inner .modal__text p span.modal__note {
	color: var(--color-darkblue);
	font-size: 14px;
	font-weight: 400;
	line-height: 162.5%;
	margin-top: 6px;
}
.modal__body_inner .modal__text p span.modal__contact {
	color: var(--color-darkblue);
	font-size: 14px;
	font-weight: 400;
	line-height: 162.5%;
	margin-top: 12px;
}
.modal__body_inner .modal__text:not(:last-child) {
	margin-bottom: 28px;
}
.modal__body_inner .modal__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.modal__body_inner p span {
	display: block;
}
.modal__body_inner p a {
	display: block;
	width: fit-content;
}
.modal__title {
	padding: 8px 24px;
    width: 100%;
    background: var(--color-blue);
    color: var(--color-white);
    font-weight: 700;
    line-height: 162.5%;
    margin-bottom: 16px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
	border-radius: 12px;
}
/************************************************/

.nav__mobile {
	display: none;
}
.nav__mobile ul li {
	width: 25%;
	text-align: center;
}
.nav__mobile ul a {
	width: 100%;
	display: block;
	height: 54px;
	padding: 15px 0;
}


/* 960px以下（スマホ/タブレット） */
@media screen and (max-width: 960px) {
	.header{
		padding: 0px 8px;
		height: 48px;
	}
	.header__inner .header__logo {
		width: 44.1px;
		height: 14px;
		flex-shrink: 0;
		aspect-ratio: 44.10/14.00;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
	}
	.header__inner .header__logo img {
		width: 44.1px;
		height: 14px;
	}
	.menu__icon, .menu__icon.active {
		width: 42px;
		height: 42px;
	}
	.header__toggle nav #menu__inner ul#header-menu {
		margin: 0;
		padding: 0 0 32px;
		border-top: none;
		border-bottom: solid 1px rgb(255 255 255 / 30%);
	}
	.header__toggle nav #menu__inner {
		padding: 64px 16px;
		margin-top: 48px;
	}
	.header__toggle nav #menu__inner ul#header-menu li {
		height: 28px;
	}
	.header__toggle nav #menu__inner ul#header-menu li a {
		font-size: 20px;
		height: 28px;
		letter-spacing: 1px;
	}
	.header__toggle nav #menu__inner ul#header-menu li:not(:last-child) {
		margin-bottom: 16px;	
	}
	.header__toggle nav #menu__inner .link__box {
		margin: 32px auto 0;
	}
	.header__toggle nav #menu__inner a.link__membership {
		font-size: 18px;
		line-height: 162.5%;
		gap:8px;
		letter-spacing: 0.9px;
	}
	.header__toggle nav #menu__inner a.link__membership p {
		height: auto;
	}
	.header__toggle nav #menu__inner a.link__membership img {
		width: 20px;
		height: 20px;
	}
	.header__toggle nav #menu__inner a.link__membership .header-link-icon {
		width: 20px;
		height: 20px;
	}
	.header__toggle nav #menu__inner a.link__membership .header-link-icon svg {
		width: 100%;
		height: auto;
	}
	main {
		display: block;
		padding-top: 48px;
	}
	h1.hero, .contents {
		display: block;
		width: 100%;
	}
	h1.hero img {
		width: 100%;
	}
	h1.hero .hero__inner {
        position: inherit;
        width: 100%;
        height: fit-content;
        padding-bottom: 0;
        top: auto;
        left: auto;
	}
	.menu__inner_logo {
		display: none;
	}
	.header__nav .header__nav-list {
		display: none;
	}
	.contents section {
		padding: 64px 32px;
		width: 100%;
	}
	.contents section .inner {
		width: 100%;
		padding: 0;
	}
	section .title-wrap {
		gap: 12px;
		margin: 0 auto 36px;
	}
	section .title-wrap img.deco {
		width: 32px;
		height: 32px;
	}
	section h2.section-title img{
		height: 30px;
	}
	section h2.merchandise__title img{
		height: 60px;
	}
	.news__wrap {
		padding: 16px 8px 16px 16px;
	}
	.news__wrap ul.news__list li img.news-arrow {
		display: none;
	}
	.news__inner a.button {
		width: 200px;
		margin: 36px auto 0;
	}
	a.button {
		font-size: 14px;
		letter-spacing: 0.7px;
	}
	.schedule__item-location {
		width: 120px;
		font-size: 24px;
		letter-spacing: 1.2px;
		overflow-wrap: break-word;
	}
	.schedule__item-location span {
		font-size: 16px;
		font-weight: 600;
	}
	.schedule__item-date {
		width: calc(100% - 136px);
	}
	.schedule__list .schedule__item {
		gap: 16px;
		padding: 20px 0;
	}
	.schedule__item-date dl dd {
		font-size: 20px;
		letter-spacing: 0.8px;
	}
	.schedule__item-date dl dd span {
		padding: 1px 10px 0px;
		margin: 3px 0 3px 8px;
		font-size: 16px;
		letter-spacing: 1px;
		height: 22px;
	}
	.schedule__item-date dl dt {
		font-size: 16px;
		line-height: 162.5%;
		letter-spacing: initial;
	}
	.schedule__item-description {
		padding: 12px;
	}
	.ticket__seat .ticket__icon p {
		letter-spacing: 0.6px;
	}
	.ticket__item .vip-seat {
		margin-bottom: 24px;
	}
	.ticket__note {
		font-size: 14px;
	}
	.ticket__description {
		margin: 36px 0;
	}
	.ticket__description .ticket__description_item {
		padding: 20px 12px;
	}
	.ticket__description .item__top {
		padding: 24px;
	}
	.ticket__description ul.ticket__desc_list {
		margin: 12px auto;
	}
	.accordion:not(:last-child) {
		margin-bottom: 16px;
	}
	.ticket__info .ticket__info_title {
		margin: 36px auto 20px;
		font-size: 18px;
	}
	.accordion summary {
		padding: 20px 12px;
	}
	.accordion summary .accordion__title {
		gap: 8px;
	}
	.accordion summary .accordion__title::after {
		width: 24px;
		height: 24px;
	}
	.accordion .accordion__box {
		padding: 0 12px 0;	
	}
	.accordion__box ul.accordion__list {
		padding: 20px 0;
	}
	.detail__title {
		width: 100%;
		text-align: center;
	}
	.ticket__apply{
		padding: 20px 12px 24px;
	}
	.ticket__apply .ticket__playguide {
		display: block;
	}
	.ticket__apply .ticket__playguide span {
		height: 1px;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.ticket__apply .ticket__playguide .box a {
		height: 64px;
	}
	a.playguide__icon .icon-l-tike {
		width: 83.164px;
		height: 32.4px;
	}
	a.playguide__icon .icon-pia {
		width: 45px;
		height: 43.2px;
	}
	a.playguide__icon .icon-pia {
		width: 48.127px;
		height: 43.2px;
	}
	a.playguide__icon .icon-eplus {
		width: 53.475px;
		height: 48px;
	}
	a.playguide__icon .icon-rakuten {
		width: 77.76px;
		height: 46.8px;
	}
	a.playguide__icon .icon-mitsui {
		width: 150px;
		height: 36.48px;
	}
	.ticket__apply .ticket__apply_note {
		margin-top: 20px;
	}
	section.attention h2.section-title {
		margin-bottom: 0;
	}
	.attention__note {
		margin: 0 auto 36px;
		font-size: 16px;
	}
	.merch__guide .guide__text {
		font-size: 18px;
	}
	a.action-link-button {
		font-size: 18px;
		line-height: 162.5%;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		outline: none;
		outline-offset: 0;
		height: 56px;
	}
	.modal-content-wrapper {
		gap: 12px;
		min-width: 200px;
		overflow: hidden;
	}
	.modal-scrollable-area-wrapper {
		padding: 20px 12px 0;
	}
	.modal-contents-inner {
		padding: 0;
		border: none;
	}
	.modal-main-panel {
		padding-bottom: 0;
		gap: 12px;
	}
	.modal__title {
		height: unset;
	}
	.modal-close-icon {
		margin: 7px;
	}
	.modal-close-button-mobile {
		width: 32px;
		height: 32px;
	}
	.accordion__box ul.attention__item {
		padding: 24px 0px;
	}
	.accordion__box ul.attention__item .accordion_emphasis {
		font-weight: 700;
	}
	.nav__mobile {
        display: block;
        position: fixed;
        bottom: 0;
        background-color: rgba(99, 99, 99, 0.70);
        width: 100%;
		height: 62px;
	}
	.nav__mobile ul {
        display: flex;
		justify-content: space-around;
	}
	.nav__mobile ul {
        display: flex;
		justify-content: space-around;
	}
	footer {
		padding: 36px 16px 111px;
	}
	footer a.button {
	    width: 100%;
		max-width: 358px;
	}
}

/* 430px以下（スマホ） */
@media screen and (max-width: 430px) {
	.contents section{
		padding: 64px 16px;
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
    html {
        overflow-x: scroll;
    }
}

/* 961px以上（PC） */
@media screen and (min-width: 961px) {
	.news__only-mb{
		display: none;
	}
	.news__only-pc{
		display: block;
	}
	.sp__only{
		display: none;
	}
	.modal-outer-container {
	  width: 60%;
	}
	.modal-centering-container {
	  height: 80%;
	  width: 80%;
	}
	.modal-desktop-close-area {
	  display: flex;
	}
	.modal-scrollable-area-wrapper {
	  padding-top: 1rem;
	}
	.modal-close-button-mobile {
	  display: none;
	}
}
/* 1440px以上（PC） */
@media screen and (min-width: 1440px) {
	.ticket__item ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-bottom: 20px;
	}
	.ticket__item .ticket__seat {
		margin: 0 auto;
		display: block;
	}
}

@media screen and (min-width:961px) and ( max-width:1030px) {
	.schedule__item-location {
		width: 220px;
	}
	.schedule__item-date {
		width: calc(100% - 240px);
		margin-right: -28px;
	}
	.schedule__item-description{
		margin-right: -28px;
	}
}