@charset "utf-8";
/* CSS Document */

:root {
	--color-navy: #00345B;
	--color-white: #FFFFFF;
	--color-skyblue: #99D2EF;
	--color-blue: #0044D8;
	--color-cream: #EDEEE8;
	--color-cta: #F6F399;
	--color-alert: #DC2626;
	--IBM-Plex: "ibm-plex-sans-jp", sans-serif;
	--owners: "owners-text", sans-serif;
}
html {
	overflow-x: hidden;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
a, button, details,  div.header__toggle {
	-webkit-tap-highlight-color: transparent;
}
em {
	font-style: normal;
}
.red {
	color: var(--color-alert);
}
.blue {
	color: var(--color-blue);
}
.pink {
	color: #F10089;
}
.gray {
	color: #525252;
}
#secNews:target, #secSchedule:target, #secTicket:target, #secAttention:target, #VipTicket:target, details:target, #secTicketCaution:target, #secMovie:target, #secsecMerchandise:target{
	scroll-margin-top: 64px;
}
body {
	width: 100%;
	min-width: 320px;
	font-family: var(--IBM-Plex);
	background: var(--color-skyblue);
}
.header {
	background: var(--color-navy);
	color: var(--color-cream);
	display: flex;
	padding: 6px 20px;
    position: fixed;
    width: 100%;
	z-index: 999;
}
.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 {
	padding: 8px;
    z-index: 999;
    position: relative;
}
.header__inner .header__logo img{
	width: 60px;
}
.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(--owners);
	font-weight: 700;
	line-height: 27.50px;
	word-wrap: break-word;
	text-align: center;
    width: fit-content;
}
.header__nav .header__nav-list a {
	color: var(--color-white);
	letter-spacing: .05em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
	padding: 0 24px;
}
.header__nav .header__nav-list a:hover{
	color: var(--color-cta);
}
.header__toggle nav {
    position: fixed;
    width: 100%;
	left: 0;
	top: 0;
}
.header__toggle nav #menu__inner {
    list-style:none;
    background: var(--color-navy);
    margin: 0px;
    height: 100vh;
    margin-top: 64px;
    padding: 80px 100px;
}
.header__toggle #menu__inner a.link__membership:hover,
.header__toggle #menu__inner #header-menu a:hover{
	color: var(--color-cta);
}
.header__toggle nav #menu__inner .menu__inner_logo {
	padding-bottom: 40px;
}
.header__toggle nav #menu__inner img.logo__with-us {
	display: block;
	margin: 0 auto;
	height: 80px;
	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;	
}
.header__toggle nav #menu__inner ul#header-menu li:not(:last-child) {
	margin-bottom: 24px;	
}
.header__toggle nav #menu__inner ul#header-menu li a {
	font-size: 24px;
	font-family: var(--owners);
	font-weight: 700;
	font-style: normal;
	line-height: 137.5%; 
	letter-spacing: 1.2px;
	text-decoration: none;
	color: var(--color-white);
}
.header__toggle nav #menu__inner a.link__membership {
    font-size: 24px;
    font-weight: 700;
	font-style: normal;
	line-height: 137.5%;
	letter-spacing: 1.2px;
    font-family: var(--owners);
    margin-top: 40px;
    color: var(--color-white);
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    width: fit-content;
    margin: 40px auto;
}
.header__toggle nav #menu__inner a.link__membership img{
	width: 27px;
	height: 27px;
}
.menu__icon .header__toggle-line {
	background-image: url("../images/menu-open.svg");
	background-repeat: no-repeat;
	background-size: 100%;
    cursor: pointer;
    width: 20px;
    height: 16px;
    z-index: 999;
    position: relative;
	margin: 4px 2px;
}
.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{
	padding: 12px;
	cursor: pointer;
}
.menu__icon.active .header__toggle-line{
	background-image: url("../images/menu-close.svg");
    width: 18px;
    height: 18px;
    margin: 4px;
}
.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;
	color: var(--color-navy);
}
.contents a {
	color: var(--color-navy);
}
.contents section .inner{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 80px 58px;
    max-width: 1152px;
}
section h2.section-title {
	font-size: 48px;
	color: var(--color-skyblue);
	font-family: var(--owners);
	text-shadow: 0px 2px 0px var(--color-navy);
	font-weight: 800;
	line-height: 48px;
	letter-spacing: 2.4px;
	word-wrap: break-word;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: var(--color-navy);
	text-align: center;
	margin-bottom: 48px;
}
section.news{
	background-image: linear-gradient(180deg, #1578c1, #51a4e6);
}
.news__only-pc{
	display: none;
}
.news__wrap {
    width: 100%;
	padding: 0;
}
.news__list {
	height: 384px;
    overflow: auto;
	padding: 0;
	margin: 0;
}
.news__list::-webkit-scrollbar {
 	width: 12px;
}
.news__list::-webkit-scrollbar-thumb {
	background-color: rgb(153 210 239 / 30%);
	border-radius: 8px;
	width: 8px;
}
.news__list li {
	border-bottom: solid 1px rgb(0 52 91 / 25%);
	margin-right: 12px;
}
.news__list a{
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
}
.news__list span {
    display: block;
}
.news__item .news__item-date{
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
    line-height: 162.5%;
}
.news__list .news__item-title {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 162.5%;
	letter-spacing: 0.2px;
}
.new::after {
    content: "NEW";
    font-size: 12px;
    color: var(--color-cta);
    font-weight: 500;
    margin-left: 8px;
    font-family: var(--owners);
    letter-spacing: 0.60px;
}
.news__list .news__item a:hover .news__item-title{
	text-decoration: underline;
}
.news-arrow {
	padding-left: 20px;
}
a.button {
	font-style: normal;
	font-weight: 700;
	line-height: 137.5%; /* 22px */
	letter-spacing: 0.8px;
	font-family: var(--owners);
	max-width: 358px;
    margin: 48px auto 0;
    text-align: center;
	border-radius: 12px;
    padding: 12px;
    word-wrap: break-word;
	display: block;
	border: 1.5px solid;
}
section.schedule{
    background-image: linear-gradient(180deg, #51a4e6, #58abee);
}
.schedule__list {
	padding: 0;
}
.schedule__list .schedule__item {
	display: flex;
    border-bottom: solid 1px rgb(0 52 91 / 25%);
    padding: 24px 0;
	gap: 20px;
}
.schedule__list .schedule__item:first-child {
    padding-top: 0;
}
.schedule__item-location {
	width: 220px;
    font-family: var(--owners);
    font-weight: 700;
	font-size: 24px;
	font-style: normal;
	line-height: 137.5%;
	letter-spacing: 1.2px;
}
.schedule__item-location span {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 162.5%;
	letter-spacing: 0.2px;
	display: block;
	font-family: var(--IBM-Plex);
}
.schedule__item-location span em{
	display: inline-block;
}
.schedule__item-date {
    width: calc(100% - 240px);
	margin-right: -18px;
}
.schedule__item-date dl dd {
    font-size: 24px;
    font-family: var(--owners);
    font-weight: 700;
    line-height: 137.5%;
    align-items: center;
    display: flex;
	letter-spacing: 0.05em;
}
.schedule__item-date dl dd span {
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin: 0 0 0 12px;
    border: solid 1px;
    border-radius: 8px;
    vertical-align: middle;
    width: 64px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
	flex-shrink: 0;
}
.schedule__item-date dl dt {
	font-size: 20px;
    font-family: var(--owners);
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 12px;
	line-height: 137.5%; 
}
.schedule__item-date dl dt:last-child {
	margin-bottom: 20px;
}
.schedule__item-description {
    font-size: 14px;
    padding: 20px;
    background: rgba(153, 210, 239, 0.30);
    border-radius: 8px;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.175px;
}
.schedule__inner a{
	text-decoration: underline;
	word-break: break-all;
}
.schedule__inner .schedule__note{
	margin-top: 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.175px;
}
section.ticket{
    background-image: linear-gradient(180deg, #58abee 1.92%, #64acea);
}
.ticket__item ul{
	overflow: hidden;
}
.ticket__item .ticket__seat {
    background: #ffffff;
    border-radius: 10px;
    padding: 16px 16px 24px;
    border: solid 1px #003D64;
	width: 100%;
    margin-bottom: 16px;
	letter-spacing: 0.60px;
	height: 160px;
	position: relative;
}
.ticket__item .standing-room{
	margin-bottom: 24px;
}
.ticket__seat .ticket__logo {
	width: 164px;
	position: absolute;
	right: 16px;
	top: 16px;
}
.ticket__seat .ticket__icon {
	color: var(--color-white);
    font-size: 12px;
    font-family: var(--owners);
    font-weight: 500;
	line-height: 137.5%;
	letter-spacing: 0.6px;
    position: relative;
    width: fit-content;
	margin: 2.5px 5px 2.5px 0;
}
.ticket__seat .ticket__icon p {
    position: absolute;
    top: 6px;
    right: 16px;
    bottom: 4px;
    left: 18px;
    margin: auto;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
    letter-spacing: 0.6px;
    height: 17px;
    width: 47px;
}
.ticket__seat-name {
	margin-top: 16px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 162.5%;
}
.ticket__price {
	font-size: 28px;
	font-family: var(--owners);
	font-weight: 700;
	line-height: 137.5%;
	letter-spacing: 1.4px;
}
.ticket__price span {
    font-family: var(--IBM-Plex);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 162.5%;
	margin-left: 8px;
}
.ticket__item .premium-seat {
	background: var(--color-cta);
	color: var(--color-blue);
}
.ticket__price small {
    font-size: 10px;
    font-family: var(--IBM-Plex);
	color: var(--color-alert);
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.125px;
	display: block;
}
.ticket__note {
    text-align: center;
    color: var(--color-navy);
    font-size: 14px;
    font-family: var(--IBM-Plex);
    font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.175px;
}
.ticket__description {
    width: 100%;
    padding: 28px 24px;
    background: rgba(153, 210, 239, 0.30);
    border-radius: 16px;
    margin: 48px 0;
}
.ticket__description .box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.ticket__description .ticket__desc_ttl {
    font-weight: 600;
	line-height: 162.5%;
	margin-bottom: 4px;
	font-size: 14px;
}
.ticket__desc_ttl_caution{
	font-weight: 400;
	margin-bottom: 2px;
	line-height: 162.5%;
	letter-spacing: 0.175px;
	font-size: 14px;
}
.ticket__description p{
	font-size: 14px;
	font-style: normal;
	line-height: 162.5%;
	letter-spacing: 0.175px;
	font-weight: 400;
}
.ticket__description p a{
	color: var(--color-alert);
	text-decoration: underline;
}
.ticket__description .ticket__desc_box:first-child{
	margin-bottom: 32px;
}
.ticket__description .ticket__caution {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
}

/* list-style*/
.accordion__box ul.attention__item_others, .modal__body_inner ul.modal__text, ul.merchandise__pay{
	padding-inline-start: 9px;
}
.accordion__box ul.attention__item_others li, .modal__body_inner ul.modal__text li, ul.merchandise__pay li{
	list-style-type: none;
	position: relative;
}
.accordion__box ul.attention__item_others li::before, .modal__body_inner ul.modal__text li::before, ul.merchandise__pay li::before{
  content: url(../images/heading-icon.svg);        
  position: absolute;
  left: -8px;
  top: -3px; 
}

.ticket__info {
	overflow: hidden;
}
.ticket__info .ticket__info_title img{
    margin: 48px auto 20px;
    height: 22px;
    display: block;
}
.ticket__info .accordion:not(:last-child) {
	margin-bottom: 24px;
}
.accordion {
    max-width: 100%;
    border-radius: 20px;
	border: solid 1.5px;
    background-color: 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: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 162.5%;
	letter-spacing: 0.2px;
	color: var(--color-white);
}
.accordion summary {
	position: relative;
	padding: 24px;
	cursor: pointer;
	list-style: none;
	background: var(--color-navy);
	border-radius: 16px;
}
.accordion__attention summary {
    background-color: var(--color-cta);
	border-radius: 18px;
}
.accordion summary .accordion__title p::before{
	display: none;
}
.accordion__ticket_open summary .accordion__title p::before, .accordion__ticket_close summary .accordion__title p::before{
    display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 4px;
    margin-bottom: 6px;
	line-height: 137.5%;
    font-weight: 500;
	font-style: normal;
	height: 19px;
}
.accordion__ticket_open summary .accordion__title p::before {
	content: "OPEN";
    font-size: 12px;
    font-family: var(--owners);
	color: var(--color-navy);
    background: var(--color-skyblue);
	width: 59px;
	letter-spacing: 0.6px;
}
.accordion__ticket_close summary .accordion__title p::before{
	content: "受付終了";
	font-size: 10px;
    font-family: var(--IBM-Plex);
	color: var(--color-skyblue);
	background: var(--color-navy);
    width: 66px;
	border: solid 1px var(--color-skyblue);
	letter-spacing: 0.5px;
}
details summary {
	list-style-type: none;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary .accordion__title::after {
    content: url(../images/arrow-forward-white.svg);
    display: inline-block;
    width: 32px;
    height: 32px;
	flex-shrink: 0;
}

/* accordion 受付終了 */
.accordion__ticket_close .opacity-50{
	opacity: 0.5;
}
/*  */

.accordion__attention summary .accordion__title_text {
    color: var(--color-navy);
}
.accordion__attention summary .accordion__title::after {
    content: url(../images/arrow-forward.svg);
}
.accordion[open] summary {
	border-radius: 16px 16px 0 0;
}
.accordion__attention[open] summary {
	border-radius: 18px 18px 0 0;
}
.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 24px 0;
}
.accordion[open] .accordion__box {
    transform: none;
    opacity: 1;
}
.accordion__box ul.accordion__list {
	width: 100%;
    padding: 28px 0;
	margin: 0;
}
.accordion__box ul.ticket__detail_list {
    border-bottom: dashed 1px;
	font-weight: 600;
	line-height: 162.5%;
	letter-spacing: 0.2px;
}
.accordion__box ul.accordion__list li:not(:last-child) {
	margin-bottom: 32px;
}
.ticket__detail_ttl, .attention__info_ttl, .merch__detail_ttl {
    padding: 4px 16px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 16px;
    font-style: normal;
    line-height: 162.5%;
    letter-spacing: 0.2px;
    background: rgba(153, 210, 239, 0.25);
}
.ticket__list_box {
	padding: 0 4px;	
}
.accordion_emphasis {
	font-weight: 600;
	font-size: 14px;
	font-style: normal;
	line-height: 162.5%;
}
.accordion_emphasis:nth-of-type(2) {
	margin-top: 8px;
}
.accordion_emphasis p.contact__link{
	display: flex;
}
.accordion_emphasis a{
	text-decoration: underline;
	display: block;
}
.ticket__detail_text, .ticket__apply .ticket__apply_note {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.175px;
	margin-top: 16px;
}
.ticket__limit .ticket__detail_text, .ticket__member, .ticket__contact .ticket__detail_text{
	margin-top: 8px;
}
.ticket__detail_text {
	color: #525252;
}
.ticket__detail_text .bold, .modal__body_inner .modal__text .bold, .attention__text .bold {
	font-weight: 600;
}
.ticket__detail_text .line, .accordion_emphasis .line, .modal__body_inner .modal__text .line, .attention__text .line {
	text-decoration: underline;
}
.accordion__box ul.accordion__list li .ticket__list_box ul.ticket__detail_text li{
	margin: 0;
}
.ticket__apply{
	padding: 28px 24px;
    background: #F8F8F8;
    border-radius: 0 0 20px 20px;
}
.ticket__apply a.ticket__button {
    display: flex;
    justify-content: center;
    height: 64px;
    font-size: 18px;
	background: linear-gradient(272deg, #00497F 2.47%, #00345B 100%);
    color: var(--color-white);
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 17.5px 16px;
    line-height: 162.5%;
    letter-spacing: 0.225px;
}
.ticket__apply a.button__global {
    background-image: linear-gradient(91deg, #07d8e2, #35e99d);
}
.ticket__apply .ticket__apply_note a.link ,.ticket__detail_text a.link{
	text-decoration: underline;
    color: var(--color-blue);
}
.ticket__apply .ticket__apply_title{
	text-align: center;
	line-height: 162.5%;
    letter-spacing: 0.225px;
	font-weight: 600;
	font-size: 18px;
}
.ticket__apply .ticket__playguide {
    display: flex;
    justify-content: center;
	width: 100%;
	border-radius: 12px;
	border-width: 4px;
	background: linear-gradient(272deg, #00497F 2.47%, #00345B 100%);
	padding: 2px;
	margin-top: 8px;
}
.ticket__apply .ticket__playguide .ticket__playguide_inner{
	background: var(--color-white);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.ticket__apply .ticket__playguide .ticket__playguide_inner span{
	width: 2px;
	height: 32px;
	background: rgb(226 226 226);
}
.ticket__apply .ticket__playguide .ticket__playguide_inner .box{
	flex: 1;
}
.ticket__apply .ticket__playguide .ticket__playguide_inner .box a{
	height: 96px;
	display: flex;
}
.ticket__apply .ticket__playguide .ticket__playguide_inner a img{
	display: block;
	margin: 0 auto;
}
.ticket__apply .ticket__playguide .ticket__playguide_inner .box a.pia__note{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ticket__apply .ticket__playguide .ticket__playguide_inner .box a.pia__note small{
	font-size: 11px;
	margin-top: 4px;
	display: block;
}
section.attention{
	background-image: linear-gradient(180deg, #64ACEA 0%, var(--color-skyblue) 100%);
}
section.attention h2.section-title{
	margin-bottom: 8px;
}
.attention___box .accordion__attention:last-child {
    margin-top: 20px;
}
.attention__info .attention__info_box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.attention__info_box {
	font-size: 14px;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.175px;
}
.attention__info_box .bold {
	letter-spacing: initial;
}
.attention__info_box div {
	width: 100%;
}
.attention__info_box img {
	width: 100%;
	display: block;
}
.attention__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}
.attention__text a {
	text-decoration: underline;
	color: var(--color-blue);
}
.attention__note img{
	display: block;
	margin: 0 auto 48px;
	height: 49px;
}
.attention__list ul.attention__item li p span{
	display: block;
	margin: 8px auto;
}
.attention__list ul.attention__item li p.notice{
	margin: 32px 0;
}
.attention__list p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%; 
}
.accordion__box ul.attention__item_others li:not(:last-child) {
	margin-bottom: 2px;
}
.accordion__box ul.attention__item_others li {
	margin-bottom: 36px;	
}
.accordion__box ul.attention__item_others, .modal__body_inner ul.modal__text {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.175px;
}

/* merchandise */
.merchandise__wrap img {
	width: 100%;
}
.merchandise__wrap .accordion:not(:last-child) {
    margin-bottom: 24px;
}
.merchandise__wrap .merch__guide{
    margin-bottom: 48px;
}
.merch__guide {
	text-align: center;
}
.merch__guide .guide__text .bold {
	font-weight: 600;
}
.merch__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.accordion__box ul.accordion__list li ul.merchandise__pay li{
	margin-bottom: 0;
}
.merch__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    letter-spacing: 0.175px;
	padding: 0 4px;
    color: #525252;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.merch__text .bold {
    font-weight: 600;
}
.merch__text .accordion_emphasis{
	color: var(--color-navy);
}
.merch__text .accordion_emphasis:nth-of-type(2) {
    margin-top: 0;
}
.movie__player {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	width: 100%;
	height: 0;
}
.movie__player iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 16px;
	border: solid 2px var(--color-navy);
}
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 #ffffff 1px;
    padding: 4px;
    width: 32px;
    height: 32px;
}
footer a.button {
	border-radius: 12px;
	border: 1.5px solid var(--color-white);
	margin: 24px auto;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	color: var(--color-white);
}
footer img.pledis-logo {
	margin: 0 auto 12px;
	display: block;
}
footer .copyright {
	color: var(--color-white);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 137.5%;
	letter-spacing: 0.6px;
	font-family: var(--owners);
}
/*modal*/
.custom-modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	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;
	gap: 0.75rem;
}
.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: -2rem;
}
.modal-close-icon {
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.modal-main-panel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	overflow: hidden;
	background-color: var(--color-white);
	width: 100%;
	max-height: 100%;
}
.modal-scrollable-area-wrapper {
	display: flex;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.25rem;
}

.modal-contents-inner {
	overflow: auto;
	border-radius: 8px;
	flex-grow: 1;
	min-height: 0;
	overflow-y: scroll;
	padding: 1.25rem;
}
.modal-contents-inner::-webkit-scrollbar {
	width: 16px;
}
.modal-contents-inner::-webkit-scrollbar-thumb {
	background-color: rgba(0, 52, 91, 0.3);
	border-radius: 8px;
	border: 4px solid transparent;
	background-clip: padding-box;
}
.modal-contents-inner::-webkit-scrollbar-track{
	background: #e5e7eb;
}
.modal-action-area {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}
.action-link-button {
	display: flex;
	height: 64px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: linear-gradient(272deg, #00497F 2.47%, #00345B 100%);
	padding: 0.25rem;
}
.action-link-button-text {
	font-size: 1rem;
	font-weight: bold;
	color: var(--color-white);
}
.modal__text {
	padding: 0 4px;
	font-size: 14px;
	line-height: 162.5%;
}
.modal__text p span.modal__note{
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%;
	letter-spacing: 0.175px;
	color: #525252;
	margin-top: 4px;
}
.modal__text:not(:last-child){
	margin-bottom: 28px;
}
.modal__body_inner p {
	margin-top: 16px;
}
.modal__body_inner p span {
	display: block;
}
.modal__body_inner ul.modal__text li:not(:last-child){
	margin-bottom: 4px;
}
.modal__body_inner p a {
	display: block;
	text-decoration: underline;
	width: fit-content;
}
.modal__title {
	padding: 8px 24px;
	width: 100%;
	background: var(--color-skyblue);
	color: var(--color-navy);
	border-radius: 8px;
	font-weight: 600;
	line-height: 162.5%;
	letter-spacing: 0.2px;
	margin-bottom: 16px;
	text-align: center;
}
/************************************************/

.nav__mobile{
	display: none;
}
.nav__mobile a:active svg{
	color: var(--color-cta);
}
.nav__mobile ul li{
	width: 25%;
	text-align: center;
}
.nav__mobile ul a{
	width: 100%;
	display: block;
	height: 54px;
	padding: 15px 0;
}
/* 430px以下（スマホ） */
@media screen and (max-width: 430px) {
	.header__inner .header__logo{
		padding: 0;
	}
	.header{
		padding: 0px 8px;
		height: 48px;
	}
	.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 a{
		font-size: 20px;
	}
	.header__toggle nav #menu__inner ul#header-menu li:not(:last-child) {
		margin-bottom: 16px;	
	}
	.header__toggle nav #menu__inner a.link__membership{
		margin: 32px auto 0;
		font-size: 20px;
	}
	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 16px;
		width: 100%;
	}
	.contents section .inner{
		width: 100%;
		padding: 0;
	}
	section h2.section-title {
		font-size: 32px;
		margin-bottom: 36px;
		line-height: 100%;
		letter-spacing: 1.6px;
	}
	.news__wrap {
		padding: 0px;
	}
	.news__wrap ul.news__list li img.news-arrow {
		display: none;
	}
	.news__inner a.button {
		width: 200px;
		margin: 36px auto 0;
	}
	.news__list::-webkit-scrollbar {
 		width: 8px;
	}
	a.button{
		font-size: 14px;
		letter-spacing: 0.7px;
	}
	.schedule__item-location {
		width: 100%;
		font-size: 24px;
		letter-spacing: 1.20px;
		margin-bottom: 8px;
	}
	.schedule__item-location span{
		font-size: 16px;
    	letter-spacing: 1.20px;
	}
	.schedule__item-date {
		width: 100%;
	}
	.schedule__list .schedule__item{
		gap: 16px;
		padding: 20px 0;
		display: block;
	}
	.schedule__item-date dl dd{
		font-size: 20px;
		letter-spacing: 1px;
	}
	.schedule__item-date dl dd span{
		font-size: 14px;
		letter-spacing: 0.7px;
		height: 22px;
    	line-height: 22px;
	}
	.schedule__item-date dl dt:last-child {
		margin-bottom: 16px;
	}
	.schedule__item-description {
		padding: 12px;
	}
	.schedule__item-date dl dt {
		font-size: 18px;
		line-height: 162.5%;
		letter-spacing: 0.225px;
	}
	.schedule__inner .schedule__note{
		margin-top: 20px;
	}
	.ticket__item ul li.vip-seat{
		margin-bottom: 24px;
	}
	.ticket__description{
		margin: 36px 0;
		padding: 20px 12px;
	}
	.ticket__info .accordion:not(:last-child) {
		margin-bottom: 16px;
	}
	.ticket__info .ticket__info_title img{
		margin: 36px auto 16px;
	}
	.accordion summary{
		padding: 20px 12px;
	}
	.accordion summary .accordion__title::after {
		width: 24px;
		height: 24px;
	}
	.accordion .accordion__box{
		padding: 0 12px 0;	
	}
	.accordion__box ul.accordion__list{
		padding: 20px 0;
	}
	.ticket__detail_ttl{
		width: 100%;
	}
	.ticket__apply{
		padding: 20px 12px 24px;
	}
	.ticket__apply .ticket__apply_note{
		margin-top: 20px;
	}
	.ticket__apply a.ticket__button{
		padding: 17.5px 0;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner{
		display: block;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner span{
		background: rgb(226 226 226);
		height: 1px;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner .box a{
		height: 70px;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner .box a.pia__note{
		height: 90px;
	}
	section.attention h2.section-title{
		margin-bottom: 12px;
	}
	.attention__note img {
		margin: 0 auto 36px;
	}
	.attention__note{
		margin-bottom: 36px;
	}
	.modal-scrollable-area-wrapper, .modal-contents-inner{
		padding: 0;
	}
	.modal__body_inner{
		width: 100%;
		padding: 20px 16px 0 16px;
        min-width: 200px;
        overflow: hidden;
	}
	.modal-contents-inner::-webkit-scrollbar-track{
		background: var(--color-white);
	}
	.nav__mobile{
        display: block;
        position: fixed;
        bottom: 0;
        background: rgba(0, 52, 91, 0.70);
        width: 100%;
		height: 62px;
	}
	.nav__mobile ul{
        display: flex;
		justify-content: space-around;
	}
	footer{
		padding: 36px 16px 111px;
	}
	footer a.button{
	    max-width: 100%;
	}
}

@media screen and (max-width: 319px) {
    html {
        overflow-x: scroll;
    }
}
/* 431px以上　960px以下（Tablet） */
@media screen and (min-width:431px) and ( max-width:960px) {
	.header{
		padding: 0px 8px;
		height: 48px;
	}
	.header__inner .header__logo{
		padding: 0;
	}
	.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 a{
		font-size: 20px;
	}
	.header__toggle nav #menu__inner ul#header-menu li:not(:last-child) {
		margin-bottom: 16px;	
	}
	.header__toggle nav #menu__inner a.link__membership{
		margin: 32px auto 0;
		font-size: 20px;
	}
	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 h2.section-title{
		margin-bottom: 36px;
		font-size: 32px;
	}
	.news__wrap {
		padding: 0px;
	}
	.news__wrap ul.news__list li img.news-arrow {
		display: none;
	}
	.news__inner a.button {
		margin: 36px auto 0;
	}
	.news__list::-webkit-scrollbar {
 		width: 8px;
	}
	a.button{
		font-size: 14px;
		letter-spacing: 0.7px;
	}
	.schedule__list .schedule__item{
		gap: 16px;
		padding: 20px 0;
	}
	.schedule__item-date {
		width: calc(100% - 236px);
	}
	.schedule__item-date dl dd{
		font-size: 20px;
		letter-spacing: 1px;
	}
	.schedule__item-date dl dd span{
		font-size: 14px;
		letter-spacing: 0.7px;
		height: 22px;
    	line-height: 22px;
	}
	.schedule__item-date dl dt:last-child {
		margin-bottom: 16px;
	}
	.schedule__item-description {
		padding: 12px;
	}
	.schedule__item-date dl dt {
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 162.5%;
		letter-spacing: 0.225px;
	}
	.ticket__description{
		margin: 36px 0;
		padding: 20px 12px;
	}
	.ticket__info .ticket__info_title img {
		margin: 36px auto 20px;
	}
	.ticket__info .accordion:not(:last-child) {
		margin-bottom: 20px;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner{
		display: block;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner span{
		background: rgb(226 226 226);
		height: 1px;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner .box a{
		height: 70px;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner .box a.pia__note{
		height: 90px;
	}
	.attention__note img{
		margin: 0 auto 36px;
	}
	.accordion summary{
		padding: 20px 12px;
	}
	.accordion summary .accordion__title::after {
		width: 24px;
		height: 24px;
	}
	.accordion .accordion__box{
		padding: 0 12px 0;	
	}
	.accordion__box ul.accordion__list{
		padding: 20px 0;
	}
	.ticket__detail_ttl{
		width: 100%;
	}
	.ticket__apply{
		padding: 20px 12px 24px;
	}
	.ticket__apply .ticket__apply_note{
		margin-top: 20px;
	}
	.ticket__apply a.ticket__button{
		padding: 17.5px 0;
	}
	.nav__mobile{
        display: block;
        position: fixed;
        bottom: 0;
        background: rgba(0, 52, 91, 0.70);
        width: 100%;
		height: 62px;
	}
	.nav__mobile ul{
        display: flex;
		justify-content: space-around;
	}
	footer{
		padding: 36px 32px 111px;
	}
}
/* 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-close-button-desktop {
	  top: -1.25rem;
	}

	.modal-main-panel {
	  gap: 1.5rem;
	  padding-bottom: 2rem;
	}

	.modal-scrollable-area-wrapper {
	  padding-top: 1rem;
	}
	
	.action-link-button {
	  max-width: 358px;
	  border-radius: 0.75rem;
	}

	.modal-close-button-mobile {
	  display: none;
	}
}
/* 1440px以上（PC） */
@media screen and (min-width: 1440px) {
	.ticket__item .ticket__seat{
		width: 49%;
		margin: 0 auto;
		display: block;
	}
	.ticket__item .premium-seat{
		display: block;
	}
	.ticket__group{
		display: flex;
    	gap: 20px;
		margin-bottom: 24px;
	}
	.ticket__apply .ticket__playguide .ticket__playguide_inner .box a.pia__note small{
		font-size: 12px;
	}
}
