@charset "UTF-8";
/***************************************
01.Reset
02.共通
　ーヘッダー
　ーパンくず
　ーフッター
03.トップページ
04.
05.

 ***************************************/
/***************************************
01.Reset
 ***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/***************************************
02.共通
 ***************************************/
body {
	font-size: 16px;
	color: #fff;
	font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	margin: 0;
	background-color: #fff;
}
body {
	/*background: url("../img/pc-bg.jpg");*/
background: linear-gradient(270.26deg, #DC94EA 0.22%, #89C2EE 65.79%, #30DBEE 99.78%);

} 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #fff;
	word-break: break-all;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}
a.u-l {
	text-decoration: underline;
}
img {
	width: 100%;
	vertical-align: middle;
}
.f-b {
	font-weight: 600;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

h2 {
	line-height: 1em;
    text-align: center;
    margin-bottom: 35px;
}
h2 img {
	height: 100%;
	width: auto;
}
.button {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 8px 2em;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background: linear-gradient(180deg, #EB67A2 0%, #C76391 100%);
}
a.button {
	line-height: 1.2em;
}
.button:hover {
	background: #D16193;
}

/***************************************
ナビゲーション
 ***************************************/
#top-head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;               /* 物理topは0のまま */
	transform: translateY(-120%); /* 画面外へ */
	opacity: 0;
	transition: transform 0.6s ease, opacity 0.6s ease;
	z-index: 15000;
}
#top-head.fixed {
  transform: translateY(0);
  opacity: 1;
}
.sp-tickets {
    display: none;
}

header {
    width: 100%;
	display: block;
}
header nav {
	height: 40px;
	display: flex;
	width: 100%;
	align-items: center;
	z-index: 10;
	position: static;      /* ← fixedを外す */
  right: auto;           /* ← 念のためリセット */
  top: auto;       
	background-color: #1A1819;
}
.pc-logo {
	width: 17%;
	padding-top: 5px
}
header nav ul {
	width: 60%;
	margin: 0 0 0 auto;
	padding: 0 40px 5px 0;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	box-sizing: border-box;
}
/*header nav ul a img{
	height: 35px;
	width: auto;
	display: block;
	margin: 0 auto;
}*/
header nav ul a img{
	height: 13px;
}
header nav ul a:hover {
	opacity: 0.6;
}

/*ナビゲーション*/
@media screen and (max-width:1023px) {
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
	header{
		display: block!important;
	}
	#top-head {
		top: 0;
		position: fixed;
		display: block!important;
		z-index: 100;
		width: 100%;
	}

	.sp-tickets {
		width: 77%;
	}
	.header-inner {
		padding: 0 4%;
		z-index: 100;
		right: 0;
		position: absolute;
	}
	.header-nav {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
	}
	.header-nav-list {
		display: block;
	}
	.sp_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		height: 60px;
		background-color: #1A1819;
	}

	header nav{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
	header nav ul li a {
		padding: 16px;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		padding-left: 0;
		padding-top: 60px;
	}
	header nav ul li{
		width: 76%;
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul a:hover::after {
		display: none;
	}

	header nav ul a img {
		height: 22px;
		width: auto;
	}
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 7px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}

	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}


	.header-nav > ul > li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 20px 0;
		z-index: 2;
	}
	header nav ul a:hover {
		text-decoration: none;
	}
	#top-head.open nav{
	  transform: translateY(0);
	  opacity: 1;
	  visibility: visible;
	  pointer-events: auto;
	}

	/*スクロール*/
	/* off closeicon 非表示 */
	/*.btnMenu {
		height: 54px;
		width: 26px;
	}

	.mod_btn .btnMenu.off .closeicon{
		opacity:0;
		transform: rotate(180deg);
	}
	.mod_btn .btnMenu.on .closeicon{
		opacity:1;
		transition-property:opacity,transform;
		transition-duration:1s;
		margin-top: -70px;
	}

	.mod_btn .btnMenu.off .openicon{
		opacity:1;
		transition-property:opacity,transform;
		transition-duration:1s;
	}
	.mod_btn .btnMenu.on .openicon{
		opacity:0;
		transform: rotate(180deg);
	}*/

	/*sp-nav-2*/
	/*.sp-nav-2 .btnMenu {
		height: 60px;
		width: 30px;
		padding-left: 5px;
		position: absolute;
		bottom: 5px;
	}
	.sp-nav-2 .sp_header {
		width: 100%;
	}
	.sp-nav-2 .sp-tickets {
		width: 77%;
		padding-left: 8%;
	}*/
}
@media screen and (max-width:767px) {
	header nav {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		background: #000;
		left: 0;
	}
}

/***************************************
メインビジュアル
 ***************************************/
.mv {
	background: url("../img-2/mv_pc.jpg") no-repeat center top/ 100% auto;
	padding-top: calc(2418 / 4298 * 100%);
	position: relative;
}
.mv h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
}
@media screen and (max-width:767px) {
	.mv {
		background: url("../img-2/mv_sp.jpg") no-repeat center top/ 100% auto;
		padding-top: calc(2000 / 2000 * 100%);
		position: relative;
	}
}

/***************************************
TICKET ボタン
 ***************************************/
#ticket-btn {
  position: fixed;
  bottom: 26px;
  right: 20px;
  width: 15%;
  height: auto;
  max-width: 180px;
  z-index: 100;

  /* 最初は非表示状態 */
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示状態（ぬるっと浮かび上がる） */
#ticket-btn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#ticket-btn.show a {
    display: block;
    transition: all 0.5s 0s ease;
}
#ticket-btn.show a:hover {
    transform: rotate(10deg);
}

/***************************************
共通
 ***************************************/
.ttl-01 img {
	height: 50px;
	width: auto;
}
.ttl-02 img {
	height: 33px;
	width: auto;
}
/***************************************
CONTENTS
 ***************************************/
.contents {
	width: 64%;
	margin: 0 auto;
	max-width: 880px;
}


/***************************************
NEWS / X
 ***************************************/
.news-area-1{
	padding: 60px 0 80px;
}
.news-area-1 .inner {
	width: 100%;
}
.news-area-1 .inner .inner-box {
	margin: 0 auto;
	width: 100%;
}
.news-area-1 .inner .news-box,
.news-area-1 .inner .tw-box {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.news-area-1 .inner .news-box {
	margin-bottom: 15px;
}
.news-area-1 .inner .tw-box {
	text-align: center;
	margin-top: 32px;
}

.news-area__list li {
	display: flex;
	align-items: center;
    gap: 8px;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    margin-bottom: 0;
}

.news-box-inner.scroll_bar::-webkit-scrollbar{
	width: 10px;
	padding: 2px 2px 0 0;
}
.news-box-inner.scroll_bar::-webkit-scrollbar-track{
	background-color: #fff;
	margin-top: 4px;
	margin-bottom: 4px;
}
.news-box-inner.scroll_bar::-webkit-scrollbar-thumb{
	background-color: #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	background-clip: padding-box;
}
.news-area {
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.6);;
    scrollbar-width: thin;
	width: 60%;
	margin: 0 auto;
}

.news-area::-webkit-scrollbar {
    width: 6px;
}
.news-area::-webkit-scrollbar-thumb {
    background-color: #F29923;
    border-radius: 3px;
}
.news-area::-webkit-scrollbar-track {
    background-color: #ffffff;
}
.news-area__list {
    width: 100%;
    margin: 0 auto;
}

p.news-area__list__date {
    width: 75px;
	font-size: 14px;
	line-height: 2.25em;
}

p.news-area__list__title {
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
}
.k-bnr {
    margin: 0 auto;
    text-align: center;
	padding-bottom: 60px;
	max-width: 300px;
}

/***************************************
INTORODUCTION
 ***************************************/
.introduction-area {
	padding-bottom: 30px;
	position: relative;
}

/*.ttl-02 {
	margin-bottom: 10px;
}*/
.introduction-area .text-01 {
	position: absolute;
	top: 0;
}
.introduction-area .inner-box-02 {
	margin: 0;
	margin: 44px 0 0px;
	background: url("../img-2/intro_bg-2.png") no-repeat center top/ 100% auto;
	background-size: contain;
}
.introduction-area .text-area {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 500;
}
.introduction-area .text-area p {
	padding-bottom: 16px;
}

/***************************************
GUEST
 ***************************************/
.cast-area {
	padding-top: 30px;
}
.cast-area .inner-box-2 {
	display: flex;
	justify-content: center;
	gap: 24px;
	padding: 36px 24px;

}
.cast-area .inner-box-2 .cast-2 {
	width: 38.6%;
}
.cast-area .inner-box-2 .cast-2 p {
	font-size: 16px;
	font-weight: 400;
}
.cast-area .inner-box-2 .cast-2 p span{
	font-size: 18px;
	font-weight: 600;
}
.cast-area .cast-1 {
	width: 48.6%;
	margin: 0 auto;
}
.cast-area .cast-1 p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.cast-area .cast-2 p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.cast-area .cast-2 p sapn{
	font-size: 16px;
	font-weight: 500;
}
h2.ttl-02 {
	margin-bottom: 20px;
}
.cast-area .row-2 {
	margin-top: 50px;
}
/***************************************
チケットに関する注意点
 ***************************************/
.tickets-area .row-03 .accordion {
	width: 64%;
	margin: 40px auto 0;
}

.tickets-area .row-03 .accordion{
	margin-top: 30px;
}
.tickets-area .row-03 .button {
	color: #fff;
	padding: 8px 2em;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background: linear-gradient(180deg, #EB67A2 0%, #C76391 100%);
}
.tickets-area .row-03 .toggle{
	display: none;
}
.tickets-area .row-03 .Label{
	/*タイトル*/
	display: block;
	color: #fff;
	box-sizing: border-box;
}
.tickets-area .row-03 .Label::before{
	/*タイトル横の矢印*/
	content:"";
	width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top:calc( 50% - 8px );
	right: 30px;
}
.tickets-area .row-03 .Label,
.tickets-area .row-03 .content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 auto;
	transform: translateZ(0);
	transition: all 0.3s linear;
}
.tickets-area .row-03 .Label {
	margin-top: 35px;
}
.tickets-area .row-03 .content{
	background: linear-gradient(166.47deg, rgba(255, 255, 255, 0.1) -1.14%, rgba(255, 255, 255, 0.03) 98.68%);
    box-shadow: 2px 2px 10px rgba(175, 158, 205, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 0 0 10px 10px;
	height: 0;
	margin-bottom:10px;
	padding: 0 30px;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 26px;
	border-top: none;
	border-bottom: none;
	font-weight: 400;
}
.tickets-area .row-03 .content:before{
	border-radius: 0 0 10px 10px;
}
.toggle:checked + .Label + .content .list_01 {
    list-style: disc;
    padding-left: 20px;
}
.Label + .content .list_01 {
    list-style: disc;
    padding-left: 20px;
}
.tickets-area .row-03 .content p,
.tickets-area .row-03 .content li{
	padding-bottom: 10px;
}
.tickets-area .row-03 .content ul li ul{
	padding-top: 10px;
}
.tickets-area .row-03 .toggle:checked + .Label + .content{
	/*開閉時*/
	height: auto;
	padding: 30px ;
	transition: all .3s linear;
}
.tickets-area .row-03 .toggle:checked + .Label{
	border-radius: 10px 10px 0 0;
}
.tickets-area .row-03 .toggle:checked + .Label::before{
	transform: rotate(315deg)!important;
}


.contact-area {
	text-align: center;
	font-weight: 500;
}
.contact-area .c-text-01 {
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 8px;
}
.contact-area .c-text-02 {
	font-weight: 400;
}
.contact-area .c-text-03 {
	font-weight: 400;
}
.tickets-area .row-02 .row-03 .accordion {
    margin-top: 0;
	padding-bottom: 35px;
}
.tickets-area .row-02 .row-03 .accordion .Label {
    margin-top: 0;
	background: #9DB7EE;
}
.tickets-area .row-02 .row-03 .accordion .content {
    box-shadow: none;
	padding-bottom: 0!important;
}
.tickets-area .row-02 .row-03 .accordion .content a {
    color: #fff;
	border-radius: 50px;
}
.tickets-area .row-02 .row-03 .accordion .content .tw-box {
    text-align: center;
	
}
/***************************************
GUEST
 ***************************************/
.guest-img {
	padding-bottom: 70px;
}

.guest-img ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.guest-img ul li {
	width: 27.8%;
	text-align: center;
	padding: 0 2%;
}

.guest-img .guest-name {
	font-size: 18px;
	font-weight: 600;
	padding-top: 5px;
}
/***************************************
TICKETS
 ***************************************/
.tickets-area {
margin-top: 110px;
}

.goods-area .goods-btn{
	width: 240px;
	margin: 0 auto;
	height: auto;
	padding: 0 0 40px;
}
.tickets-area h3 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.tickets-area h3 span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.tickets-area h3 span::after {
	padding-left: 30px;
}
.tickets-area h3 span::before {
	transform: rotateY( 180deg );
	padding-left: 30px;
}

.tickets-area .row-02 {
	margin-top: 45px;
}

.tickets-area .ticket-box {
	margin: 0 auto;
	border-radius: 15px;
	width: 100%;
	padding-bottom: 35px;
	box-sizing: border-box;
}
.tickets-area .ticket-box3 {
    padding-bottom: 50px;
}
.tickets-area .ticket-box2 {
    padding-bottom: 0;
}
.tickets-area .ticket-box .row-1-bottom {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.tickets-area .ticket-box-inner {
	width: 100%;
	padding: 34px 0 0;
}
.tickets-area .ticket-box-inner2 {
    padding-top: 0;
}
.tickets-area .pre-sale {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
}
.tickets-area .row-02-inner-03 .center-box .center-box-inner {
	text-align:center;
}
.tickets-area .row-02-inner-03 .center-box .center-box-inner .text-01 {
	margin: 20px auto;
}

/* 全体背景と枠 */
.pricing-wrap{
	width: 70%;
	margin: 0 auto;
}

/* 3カラムグリッド */
.pricing{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0; /* 罫線で区切るため隙間なし */
	border: 1px solid #fff;
}

/* 各カラム */
.plan{
	position: relative;
	border-right: 1px solid #fff;
}
.plan:last-child{ 
	border-right: none;
}

/* 上段（タイトル） */
.plan-head{
	padding: 10px 0;
	text-align:center;
	line-height:1.35;
	background: rgba(255,255,255,0.03);
}
.plan-head .title{
	font-weight: 600;
	font-size: 17px;
	line-height: 1.5em;
}
.plan-head .subtitle{
	font-size: 14px;
}

/* 下段（価格） */
.plan-price{
padding: 10px 16px;
text-align:center;
border-top: 1px solid #fff;
}
.plan-price .yen{
display:inline-block;
font-weight:600;
font-size: 24px;
}
.plan-price .tax{
font-weight: 400;
font-size: 16px;
}
.line {
	width: 76%;
	margin: 40px auto;
}

.tickets-area .row-02-inner-03 .text-04, .tickets-area .row-02 .row-03 .accordion .content .text-04 {
	text-align: left;
    display: inline-block;
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.5em;
}
.tickets-area .row-02-inner-03 .text-04 li::before, .tickets-area .row-02 .row-03 .accordion .content .text-04 li:before {
    content: "※";
}
.tickets-area .row-02 .row-03 .accordion .content .text-04 li{
	padding-bottom: 0;
}

.tickets-area .row-02 .row-02-inner-03 dd {
	
}
.tickets-area .text-05 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: left;
}
.tickets-area .row-01 .text-01 {
	text-align: center;
	font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.tickets-area .row-01 .place{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
.tickets-area .row-01 .place a{
	text-decoration: underline;
}
.tickets-area .row-01 .place a:hover{
	color: #EB67A2;
}
.tickets-area .row-01 .place::before {
	content: "";
	background: url("../img-2/gis_poi-map.png") no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
    margin-left: -1.2em;
    bottom: 1.3em;
}
.tickets-area .row-01 dl {
	letter-spacing: 0.1em;
	display: grid;
	grid-template-columns: max-content auto;
}
.tickets-area .row-02 .row-02-inner-03 dt{
	
}
.tickets-area .row-01 dt {
	font-weight: 600;
	line-height:1.5em;
}
.tickets-area .row-01 dt span {
	display: inline;
}
.tickets-area .row-01 dd {
	font-weight: 600;
	line-height: 1.5em;
}
.tickets-area .row-02 .row-02-inner-03 h4 span {
	font-weight: normal;
	font-size: 16px;
}
.tickets-area .row-02 .row-02-inner-01 dl{
	margin: 0 auto;
    width: 65%;
    min-width: 550px;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	display: flex;
    justify-content: space-between;
}
@media screen and (min-width:768px) and ( max-width:930px) {
	.tickets-area .row-02 .row-02-inner-01 dl {
		width: 100%;
		min-width: 300px;
		display: block;
		text-align: center;
	}
}
.seat-area {
	padding: 30px 0;
}
.row-02-inner-01 .text-01 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 40px;
}
.tickets-area .row-02 .row-02-inner-01 dl .font-l {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
}
.tickets-area .row-02 .row-02-inner-01 dt{
	font-weight: 600;
	line-height: 1.2em;
	padding-right: 50px;
}
/*.tickets-area .row-02 .row-02-inner-02 dt {}*/
.tickets-area .row-02 .row-02-inner-01 dd {
	font-weight: 500;
}
.tickets-area .row-02 .row-02-inner-01 dd span {
	font-weight: 600;
	font-size: 20px;
}
.tickets-area .text-02 {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
}
.tickets-area .text-02 li::before{
	content: "※";
}

.tickets-area .text-02 li,
.tickets-area .text-05 li{
    padding-left: 1em;
    text-indent: -1em;
}

.tickets-area .text-05::before {
    content: "※";
}
.glass-bg {
	width: 100%;
	position: relative;
	background: linear-gradient(166.47deg, rgba(255, 255, 255, 0.1) -1.14%, rgba(255, 255, 255, 0.03) 98.68%);
	box-shadow: 2px 2px 10px rgba(175, 158, 205, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	overflow: hidden; /* 擬似要素のはみ出しを隠す */
	box-sizing: border-box;
}
/* グラデーションボーダー（角丸対応） */
.glass-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px; /* 枠にも角丸を適用 */
  padding: 1px; /* 枠線の太さ */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0%,   /* ← 白30% */
    rgba(255, 255, 255, 0.1) 100%  /* ← 白10% */
  );

  /* 中身をくり抜いてボーダーだけ残す */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none; /* クリックなどをブロックしない */
}


.tickets-area .row-02 h4{
	font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
	text-align: center;
}
.tickets-area .row-02-inner-01 .seat-type{
	text-align: center;
	padding-bottom: 20px;
}
.tickets-area .row-02-inner-01 .delivery-period{
	text-align: center;
	padding-bottom: 40px;
}
.tickets-area .row-02-inner-01 ul {
	list-style: disc;
	text-align: left;
	display: inline-block;
}
.tickets-area .row-02-inner-01 ul li {
	line-height: 1.5em;
}
.tickets-area .row-02 h3 span {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}


.center-box-inner.sp_only {
	text-align: center;
}

.tickets-area h3 span {
    padding-bottom: 10px;
}
.tickets-area .row-02-inner-03 a:hover {
	color: #fff;
}
/*.tickets-area .row-03 {
	padding-top: 20px;
	width: 64%;
    margin: 0 auto;
}*/
.tickets-area .row-03 h3 {
	font-size: 20px;
	padding-bottom: 15px; 
	padding-top: 40px;
}
.tickets-area .row-03 ul.disc {
	list-style: disc;
}
.tickets-area .row-03 ul.disc,
.tickets-area .row-03 > p {
	font-weight: 400;
    line-height: 1.7em;
}
.tickets-area .row-03 ul.disc {
	padding-left: 1em;
}
.tickets-area .row-03 > p {
	padding-top: 30px;
}
.ticket-info .info-ttl {
	font-size: 16px;
	font-weight: 600;
	padding-top: 24px;
}
.ticket-info ul li {
	font-weight: 400;
}
.tickets-area .row-03 ul a {
	color: #fff;
	text-decoration: underline;
}
.tickets-area .row-03 .accordion .content a {
	color: #C76391;
}
.tickets-area .row-03 ul a:hover {
	text-decoration: none;
}
.tickets-area .row-03-inner {
	font-size: 14px;
}
.p-b1em {
	padding-bottom: 1em;
}

/*accordion*/
ul.list-01 li::before {
	content: "※";
	display: inline-block;
}
ul.list-01,
ul.list-02{
	padding-left:1em;
	position:relative;
}
ul.list-01 li {
	/*padding-left:1em;*/
	text-indent:-0.5em;
}
ul.list-02 li {
	list-style: disc;

}
ul.list-02 li {

}
.row-03-inner {
	/*width: 95%;
	margin: 0 auto;*/
}
.tickets-area .accordion  ol {
	margin-left: 1em;
}

.tickets-area .accordion  ol li {
	list-style: decimal;
}
/***************************************
コンタクトアエリア
 ***************************************/

/***************************************
ACCES
 ***************************************/
.access-area {
	padding: 80px 0 80px;
}
.access-area h2 {
	margin-bottom: 25px;
}
.access-area .text-box {
	text-align: center;
	padding: 0 0 25px
}
.access-area .text-box p {
	margin-top: 10px;
	font-weight: 400;
}
.access-area .text-box a{
	font-weight: 900;
}
.access-area .map-area {
	display: flex;
}
.map-wrap {
	box-sizing: border-box;
	padding: 24px;
}
.access-area .map-box {
	width: 45%;
}
.access-area .map {
	width: 100%;
	margin: 0 auto;
	position: relative;
	aspect-ratio: 358 / 253;
}
.access-area .map iframe {
	width: 100%;
	height: 100%;
}
.access-area .map-text {
	padding-left: 1em;
	width: 55%;
}

.access-area .map-text .text-02 {
	font-size: 14px;
}
.access-btn a{
	background-color: #CD0072;
	border-radius: 30px;
	padding: 10px 34px;
}
.map-text .text-01 ul {
	list-style: disc;
	padding-left: 1em;
}

@media screen and (min-width:1300px) and ( max-width:1505px) {
	
}
.access-area .text-02 {
	padding-top: 40px;
    margin-left: 1em;
}
.access-area .text-02 ul li {
	list-style: none;
    text-indent: -0.5em;
}
.access-area .text-02 ul li::before{
	content: "※";
	display: inline-block;
}
/***************************************
GOODS
 ***************************************/ 
.goods-area {
	margin-bottom: 80px;
	padding-top: 50px;
    margin-top: -50px;
}
.goods-area .ttl-01 {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.goods-area .ttl-01 span {
	padding: 0 35px;
}
.goods-area .ttl-01 h2 {
	margin-bottom: 50px;
}
.goods-area .coming-s{
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.goods-area .coming-s img{
	height: 18px;
	width: auto;
	display: flex;
	justify-content: center;
}
.goods-box {
	
}
.goods-box .goods-box-inner {
	
}
.goods-box .goods-box-inner .ttl {

}

.goods-box .goods-box-inner .row-1-bottom .text-01 {
	text-align: center;
	padding-bottom: 50px;
	font-weight: 600;
}
.goods-box .goods-box-inner .row-1-bottom .text-02 {
	text-align: center;
	font-weight: 400;
	padding-bottom: 20px;
}
.goods-box .goods-box-inner .row-1-bottom .text-03 {
	font-size: 14px;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.goods-box .goods-box-inner .row-1-bottom .text-03 ul li::before {
	content: "※";
    display: inline-block;
}
.goods-box .goods-box-inner .row-1-bottom .text-03 p{
	font-size: 14px;
	text-align: left;
}
.goods-box .goods-box-inner .ttl_2{
	text-align: center;
	font-weight: 600;
	padding-bottom: 10px;
}
.goods-wrap .text-01 {
	text-align: center;
}
.goods-box .goods-box-inner .goods_list ul{
	display: flex;
	justify-content: center;
}
.goods-box .goods-box-inner .goods_list ul li{
	width: 13.6%;
	margin: 0 2.2% 35px;
	box-sizing: border-box;
}
.goods-box .goods-box-inner .goods_img_2{
	width: 13.6%;
	margin: 0 2.2% 0;
	box-sizing: border-box;
}
.goods-box .goods-box-inner .goods_img_2 {
	margin: 0 auto;
}
.goods-list {
	background-color: #72004F;
	box-sizing: border-box;
	padding: 77px;
	border-radius: 30px;
	color: #050002;
}
.goods-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.goods-list ul li {
	width: 48%;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.goods-list .goods-ttl {
	text-align: center;
	font-weight: 600;
}
.goods-list .goods-price {
	text-align: right;
	font-weight: 600;
}
.goods-list .Limited-quantity {
	width: 120px;
	text-align: right;
}
/***************************************
ご来場になるお客様へのお願い事項
 ***************************************/
.info-area {
	padding: 200px 0 170px;
}


.info-area .inner {
	text-align: left;
}
.info-area h3 {
	font-size: 24px;
	font-weight: 600;
	color: #FFAFDB;
	padding-bottom: 5px;
	text-align: center;
}
.info-area .info-ttl-02 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}
.info-area .text-01 {
	padding: 20px 0 40px;
}
.info-area .text-02 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.info-area .text-03 {
	padding-bottom: 60px;
}
.info-area ul.text-ul-01{
	text-indent: -1em;
	margin-left: calc(1em + 2px);
}
.info-area .text-ul-01 > li {
	padding-bottom: 10px;
}
.info-area ul.text-ul-02,
.info-area ul.text-ul-03  {
	text-indent: 0em;
	margin-left: 0em;
	padding-left: 0em;
}
.info-area .text-ul-02 li,
.info-area .text-ul-03 li {
	list-style: disc;
	list-style-position: outside;
	padding-bottom: 10px;
}
.info-area .bout-box {
	font-weight: 600;
	padding: 50px 0 80px;
}
.about-box {
	padding: 60px 0 80px;
	font-weight: 600;
}
.about-box ul li {
	padding-bottom: 5px;
}
/***************************************
ヒストリー
 ***************************************/
.history-area {
	padding-bottom: 20px;
	padding-top: 30px;
    margin-top: -30px;
}
.history-area h2 {
	margin-bottom: 35px;
}
.history-list li {
	padding-bottom: 30px;
	display: flex;
	gap: 10px;
}
.history-area .inner-box {
	width: 100%;
}
.history-list picture {
	width: 83%;
}
.history-list a {
	border-radius: 0 10px 10px 0;
	width: 17%;
	position: relative;
	background: linear-gradient(166.47deg, rgba(255, 255, 255, 0.1) -1.14%, rgba(255, 255, 255, 0.03) 98.68%);
	box-shadow: 2px 2px 10px rgba(175, 158, 205, 0.2);
	backdrop-filter: blur(10px);
	overflow: hidden; /* 擬似要素のはみ出しを隠す */
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding-left: 2%;
    box-sizing: border-box;
}
.history-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius:  0 10px 10px 0; /* 枠にも角丸を適用 */
  padding: 1px; /* 枠線の太さ */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0%,   /* ← 白30% */
    rgba(255, 255, 255, 0.1) 100%  /* ← 白10% */
  );

  /* 中身をくり抜いてボーダーだけ残す */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none; /* クリックなどをブロックしない */
}

.history-list a:hover {
	opacity: 0.8;
}
.history-list a:visited {
	opacity: 1;
}
.history-list a .site {
	padding-right: 10px;
}
.history-list a .num {
	font-size: 18px;
}
.history-list a::after {
	content: "";
	background: url("../img-2/allow.png") no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 32px;
	display: inline-block;
	padding-left: 10px;
}
.history-list li a {
    display: flex;
    align-items: center;
}

/***************************************
フッター
 ***************************************/
footer {
	padding: 20px 0;
}
footer p {
	color: #fff;
	text-align: center;
	font-weight: 400;
}

/***************************************
/caution
 ***************************************/
.caution{
	background: linear-gradient(270.26deg, #DC94EA 0.22%, #89C2EE 65.79%, #30DBEE 99.78%);

}
.family-seat__text {
	width: 100%;
    margin: 0 auto;
    text-align: left;
}
.top-text {
	font-weight: 600;
	margin-bottom: 50px;
	font-size: 18px;
	text-align: center;
}
.white-bg {
	width: 60%;
	max-width: 1100px;
	margin: 50px auto;
}
.white-bg h2 {
	padding: 30px 0;
    font-size: 20px;
    background-size: contain;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5em;
}
.white-bg p {
	padding-bottom: 10px;
}
/***************************************
レスポンシブ
 ***************************************/
@media screen and (max-width:767px) {

	/*共通*/	
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.contents {
		width: 92%;
		margin: 0 auto;
	}
	.inner-box {
		width: 100%;
		box-sizing: border-box;
	}
	h2{
		margin-bottom: 20px;
	}
	.ttl-01 img {
		height: 30px;
		width: auto;
		max-width: 100%;
	}
	.button {
		padding: 7px 2em;
	}

	
	/*メインビジュアル*/
	.mv h1 {
		width: 100%;
	}
	/*NEWS*/
	.news-box-inner {
		width: 93vw;
		height: 23vw;
	}
	.news-area-1 .inner .inner-box {
		width: 100%;
	}
	.news-box .inner-wrap {
		padding: 0;
	}
	.news-area-1 .inner .inner-box {
		display: block;
	}
	.news-area-1 .inner .news-box {
		width: 100%;
	}
	.inner-wrap {
		padding: 26px 0 26px 36px;
	}
	.k-bnr {
		width: 60%;
		padding-bottom: 40px;
	}
	/*.news-box-inner dl {
		font-size: 14px;
	}
	.news-box-inner dt {
		width: 25%;
	}
	.news-box-inner dd {
		width: 75%;
	}
	.news-box-inner-02 dt,
	.news-box-inner-02 dd {
		padding-bottom: 14px;
	}*/
	.news-area-1 {
		padding: 40px 0 50px;
	}
	.news-area-1 .inner .tw-box {
		margin-top: 28px;
	}
	.news-box-inner-02 {
		margin: 5px;
		font-size: 14px;
		padding: 10px;
	}
	.news-area {
		width: 100%;
	}
	.news-area .inner .tw-box {
		margin-top: 20px;
	}
	.introduction-area {
		padding-bottom: 20px;
		padding-top: 30px;
    	margin-top: -30px;
	}
	/*GUEST*/
	.cast-area .cast-1 {
		width: 100%;
	}
	.cast-area .row-2 {
		margin-top: 40px;
	}
	.cast-area .cast-1 p {
		font-size: 18px;
	}
	.ttl-02 img {
		height: 24px;
	}
	.cast-area {
		margin-bottom: 50px;
	}
	.cast-area .inner-box-2 {
		display: block;
		padding: 16px;
	}
	.cast-area .inner-box-2 .cast-2 {
		width: 100%;
		margin-bottom: 16px;
	}
	.cast-area .inner-box-2 .cast-2:last-of-type{
		margin-bottom: 0;
	}
	.cast-area .inner-box-2 .cast-2 p {
		font-size: 14px;
	}
	.cast-area .inner-box-2 .cast-2 p span {
		font-size: 16px;
	}
	.guest-img ul {
		display: block;
	}
	.guest-img ul li {
		width: 70%;
		margin: 0 auto;
	}
	.guest-img ul li:first-child {
		padding-bottom: 25px;
	}
	/*TICKET*/
	.sp-tickets {
		width: 26%;
		margin: 0 auto;
	}
	.tickets-area {
		padding-top: 30px;
        margin-top: -30px;
	}
	.tickets-area .inner {
		width: 100%;
	}
	.tickets-area .inner-bg {
		width: 100%;
		max-width: 100%;
	}
	.tickets-area .ticket-box {
		padding: 0;
		border-radius: 10px;
	}
	.tickets-area .ticket-box3 {
		padding-bottom: 40px;
	}
	.tickets-area .ticket-box .row-1-bottom ul {
		font-size: 16px;
	}
	.tickets-area .ticket-box .row-1-bottom .text-02 ul {
		font-size: 14px;
		display: block;
		font-weight: 400;
	}
	.tickets-area .row-01 dl {
		text-align: center;
	}
	.tickets-area .row-01 dt span {
		display: none;
	}
	.tickets-area .row-01 dd {
		width: 100%;
		letter-spacing: 0.07em;
	}
	.tickets-area .ticket-btn, .goods-area .goods-btn {
		width: 45%;
		margin: 0 auto;
		height: auto;
		padding-top: 8px;
		padding-bottom: 0;
	}
	.tickets-area .row-02-inner-03 .text-04 {
		padding-bottom: 0;
	}
	.tickets-area .row-02 {
		padding: 30px 16px;
	}
	.pricing-wrap {
		width: 100%;
  }

  /* 外枠＋角丸 */
  .pricing{
    display:block;
    border:1px solid #fff;
  }

  /* 1行を左右2カラムにする */
  .plan{
    display:grid;
    grid-template-columns: 1fr 50%;  /* 左：タイトル／右：価格 */
    align-items:center;
    border-bottom:1px solid #fff;
	border-right: none;
  }
  .plan:last-child{ border-bottom:none; }

  /* 左セル（タイトル） */
  .plan-head{
    padding:8px;
    text-align:center;               /* デザインに合わせて left にしてもOK */
    border-right:1px solid #fff;
  }

  /* 右セル（価格） */
  .plan-price{
    padding:8px;
    border-top:none;                 /* PCの罫線は無効化 */
    display:flex;
    justify-content:center;
    align-items:baseline;
  }
  .plan-price .yen { 
	  font-size:20px; 
	}
  .plan-price .tax { 
	  font-size:14px;
	}
	.plan-head .title {
		font-size: 15px;
	}
	.plan-head .subtitle {
		font-size: 12px;
	}
	.line {
		width: 100%;
		margin: 30px auto;
	}
	/*INTRODUCTION*/
	.introduction-area .inner-02::before, .introduction-area .inner-02::after {
		width: 200px;
		height: 24px;
	}
	.introduction-area .inner-box-02 {
		margin: 0 auto;
		background: url(../img-2/intro_bg.png) no-repeat center center / 100% auto;
		background-size: contain;
	}
	.introduction-area .text-area {
		width: 100%;
		line-height: 1.7em;
		padding: 0;
		font-size: 16px;
		font-weight: 600;
	}
	/*TICKETS*/
	.ticket-bottom {
		background-image: none;
	}
	.tickets-area h2 {
		margin-bottom: 20px;
	}
	.tickets-area h3 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.tickets-area .row-01 .text-01 {
		font-size: 18px;
		margin-bottom: 5px;
		font-weight: bold;
		line-height: 1.2em;
	}
	.tickets-area .row-01 {
		margin-top: 15px;
		padding: 	30px 16px;
	}
	.tickets-area .row-01 dl {
		display: block;
	}
	.tickets-area .row-03 {
		padding-top: 35px;
		width: 92%;
        margin: 0 auto;
	}
	.tickets-area .row-03 h3 {
		padding-top: 0;
		padding-bottom: 15px;
		font-size: 20px;
	}
	.tickets-area .row-01 .place {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		padding: 15px 0;
	}
	.tickets-area .row-01 .place::before {
		bottom: 1em;
	}
	.tickets-area .row-01 dt {
		padding: 15px 0 5px;
	}
	.tickets-area .row-01 ul li span {
		font-size: 14px;
	}
	.tickets-area .row-01 ul .text-01 {
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	.tickets-area .row-01 .text-02 {
		margin-top: 20px;
		font-size: 14px;
		text-align: left;
	}
	.tickets-area .row-01 .text-02 span {
		padding-left: 1em;
	}
	.tickets-area .row-01 .text-03 {
		font-size: 14px;
	}
	.tickets-area .ticket-box-inner {
		margin: 0 auto;
		padding: 0;
	}
	.tickets-area .pre-sale {
		font-size: 18px;
	}
	.tickets-area .row-02-inner-03 .center-box .center-box-inner .text-01 {
		font-size: 16px;
		margin: 12px auto;
	}
	.tickets-area .row-02 .row-02-inner-01 dl{
		padding-bottom: 20px;
		display: block;
		text-align: center;
		width: 100%;
		min-width: 300px;
	}
	.seat-area {
		padding: 30px 0 0;
	}
	
	.tickets-area .row-02 .row-02-inner-01 dt,
	.tickets-area .row-02 .row-02-inner-01 dd {
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
	}
	.tickets-area .row-02 .row-02-inner-01 dt {
		padding-right: 0;
	}
	.button:hover {
		opacity: 1;
	}
	.Label, .content {
		margin: 0 auto 10px;
	}
	.contact-area .c-text-01 {
		font-weight: 600;
		padding-top: 20px;
	}
	.content {
		font-size: 14px;
		padding: 0 1em;
	}
	.Label {
		padding: 1em;
		padding-right: 40px;
		padding-left: 40px;
	}
	.Label span {
		display: inline-block;
	}
	.Label {
		padding-right: 40px;
		padding-left: 0;
	}
	.Label::before {
		top: 24px;
		right: 25px;
	}
	.tickets-area .row-03 .Label {
		padding-left: 0;
		padding-right: 30px;
		font-size: 16px;
		margin-top: 15px;
	}
	.tickets-area .row-03 .button {
		text-align: left;
		padding: 12px 16px;
	}
	.tickets-area .row-03 .accordion {
		width: 100%;
	}
	.tickets-area .row-03 .Label::before {
		right: 15px;
		width: 8px;
		height: 8px;
	}
	.tickets-area .row-03 .content{
		padding:0 1em;
	}
	.tickets-area .row-03 .toggle:checked + .Label + .content {
		height: auto;
		padding: 1em!important;
		transition: all .3s;
	}
	.contact-area {
		text-align: center;
	}
	.contact-area .text-01 {
		font-size: 16px;
	}
	.tickets-area .row-02 .row-03 {
		width: 100%;
		padding-top: 0;
	}
	.tickets-area .row-02 .row-03 .accordion .Label {
		font-size: 15px;
	}
	.tickets-area .row-02 .row-03 .accordion .content .text-01 {
		text-align: center;
	}
	.tickets-area .row-02 .row-03 .accordion .content a.button {
		padding: 7px 2em;
	}
	.tickets-area .row-02 .row-03 .accordion{
		padding-bottom: 0;
	}
	.tickets-area-02 .inner, .info-area .inner {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		box-sizing: border-box;
	}
	.sub-ttl {
		font-size: 24px;
		padding: 30px 0 10px;
		text-align: center;
	}
	
	.ticket-info-box-01 h4, .ticket-info-box-02 h4 {
		font-weight: 600;
		font-size: 16px;
		padding-bottom: 18px;
	}
	.ticket-info-box-01 ul {
		font-size: 14px;
	}
	.tickets-area-02 .inner-box, .info-area .inner-box {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.access-area h2 {
		margin-bottom: 20px;
	}
	.access-area .text-box {
		padding:  0 0 20px;;
	}
	.access-area .text-box p.text-01 {
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 0;
	}
	.access-area .text-box a {
		font-size: 16px;
	}
	.access-btn a {
		padding: 5px 0.9em;
	}
	.access-area .text-box p {
		margin-top: 10px;
	}
	.access-area {
		padding: 70px 0 50px;
	}
	.access-area .map-box {
		width: 100%;
		margin: 0 auto;
		padding-top: 5px;
	}
	.access-area .map-area {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.access-area .map-wrap {
		padding: 16px;
		background: none;
		width: 95%;
        margin: 0 auto;
	}
	.access-area .map-text {
		padding-top: 10px;
		padding-left: 0;
		width: 100%;
	}
	.access-area .map-text li {
		padding-bottom: 5px;
	}
	.access-area .text-02 {
		padding-top: 15px;
	}
	/*GOODS*/
	.goods-area {
		margin: 50px auto;
        padding: 0;
		padding-top: 30px;
        margin-top: -30px;
	}
	.info-area {
		padding: 150px 0 100px;
	}
	.info-area a {
		color: #fff;
	}
	.info-area .text-02 {
		font-size: 16px;
	}
	.info-area .text-01,
	.info-area ul.text-ul-03{
		font-size: 14px;
	}
	.info-area ul.text-ul-01 {
		text-indent: -1em;
		font-size: 14px;
	}
	.info-area .text-03 {
		padding-bottom: 60px;
		font-size: 14px;
	}
	.history-area .inner-box {
		width: 100%;
		padding: 0;
	}
	.history-list li {
		display: block;
	}
	.history-list a {
		justify-content: space-between;
		margin: 10px auto 0;
        padding: 14px 16px;
		border-radius: 10px;
		width: 100%;
		background: linear-gradient(166.47deg, rgba(255, 255, 255, 0.1) -1.14%, rgba(255, 255, 255, 0.03) 98.68%);
		box-shadow: 2px 2px 10px rgba(175, 158, 205, 0.2);
		backdrop-filter: blur(10px);
		overflow: hidden; /* 擬似要素のはみ出しを隠す */
	}
	
	.history-list a::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius:  0 10px 10px 0; /* 枠にも角丸を適用 */
		padding: 1px; /* 枠線の太さ */
		background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.3) 0%,   /* ← 白30% */
		rgba(255, 255, 255, 0.1) 100%  /* ← 白10% */
	  );

		/* 中身をくり抜いてボーダーだけ残す */
		-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;

		pointer-events: none; /* クリックなどをブロックしない */
	}
	
	
	.history-list a:hover,
	.history-list a:visited {
		opacity: 1;
	}
	.history-list li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	footer {
		padding: 0 0 15px;
	}
	.white-bg{
		width: 90%;
	}
	.white-bg h2{
		padding: 20px 0;
		line-height: 1.25em;
	}
	.white-bg p{
		text-align: left;
	}


}

@media screen and (min-width:1024px) and ( max-width:1400px) {
	header nav ul {
		width: 80%;
	}
}
@media screen and (min-width:768px) and ( max-width:1023px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: block;
	}
	.contents {
		margin: 0;
		background-attachment: fixed;
	}

	.mv {
		margin-top: 66px;
	}
	.sp_header {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: 50px;
		margin: 0 auto;
	}
	.sp-tickets {
		width: 116px;
		margin: 0 auto;
	}
	.btnMenu {
		height: 110px;
		width: 55px;
	}
	.mod_btn .btnMenu.on .closeicon {
		margin-top: -120px;
	}
	#nav_toggle{
		width: 60px;
		height: 60px;
		top: 10px;
	}
	#nav_toggle span{
		height: 5px;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top: 20px;
	}
	#nav_toggle span:nth-child(3){
		top: 40px;
	}
	.sp-tickets {
		text-align: center
	}

	header nav {
		background: rgba(0 ,0, 0, 0.8);
	}
	header nav ul a img {
		height: 60px;
		width: auto;
	}
	/*.tickets-area .inner {
		width: 90%;
		margin: 0 auto;
	}*/
	.tickets-area .middle-inner {
		margin-top: -60px;
	}
	.ttl-01 span {
		font-size: 32px;
	}
	.tickets-area .ticket-box .row-1-bottom {
		width: 70%;
	}
	.tickets-area .row-01 .text-01 .pc_only {
		display: block;
	}
	.tickets-area .row-01 .sp_only {
		display: none;
	}
	.center-box-inner.pc_only {
		display: block;
	}
	.center-box-inner.pc_only .center-box-inner-pc .text-04 .sp_only {
		display: none;
	}
	.center-box-inner.sp_only {
		display: none;
	}
	.history-area .inner-box {
		width: 100%;
	}
}
