@charset "UTF-8";
:root{
  --ss-bg-color: #577f2d;
  --ss-ui-color: #083090;
  --ss-ui-act-color: #700890;
  --ss-bg-light-color: #4360a5;
  --ss-yokohama-color: #577f2d;
  --ss-goods-color: #ab47df;
  --ss-qa-color: #d63300;
  --ss-news-color: #5149c9;
  --ss-btn-bg: #FDA417;
	--fs-r: 14px;
	--fs-l0: 15.2px;
	--fs-l1: 16.8px;
	--fs-l2: 20px;
	--fs-s1: 12.6px;
	--fs-s2: 11.8px;
	--fs-price: 19.6px;
}

html.is-ua-pc {
  scroll-padding-top: 24px;
	scroll-behavior: smooth;
}
html.is-ua-sp {
  scroll-padding-top: 136px;
	scroll-behavior: smooth;
}


/* ====================
container
==================== */
.main_inner .section{
	position: relative;
}
._pc .back-to-top {
	display: block;
	position: relative;
	height: 84px;
}
._sp .back-to-top {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0px;
	z-index: 90; 
	height: 84px;
}

.back-to-top__ico {
	position: absolute;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	padding: 18px;
	border-radius: 30px;
	top: 12px;
	right: 8px;
	overflow: hidden;
	background: var(--ss-ui-color);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	color: #fff;
	transition: opacity 0.25s ease; 
	cursor: pointer;
	opacity: 0.0; 
}
.back-to-top__ico--on {
	display: block;
	opacity: 1.0; 
}
.back-to-top__ico:before {
	display: block;
	background: url("../images/ic_arw_up.svg") no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	content: ''; 
}

ul.breadcrumb{
	display: none;
}

/*footer*/
.footer_link{
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}
._sp .footer_link{
	font-size: 70%;
}

/* ====================
menu
==================== */
.event_menu ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1px;
	background: var(--ss-bg-light-color);
}
._sp .event_menu ul{
	grid-template-columns: repeat(3, 1fr);
}

.event_menu li > * {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	height: 46px;
	line-height: 36px;
	padding: 5px 0;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
 
.event_menu li > *  {
	background: var(--ss-ui-color);
}

._pc .event_menu a:hover {
	background-color: var(--ss-ui-act-color);
	color: #ffff00;
}

._pc .event_menu .top span{
	display: none;
}
._sp .event_menu .top span{
	display: none;
}
/* ._sp .event_menu .top{
	grid-column-start: 1;
  grid-column-end: 4;
} */

.event_menu.yokohama .event01 > *,
.event_menu.goods .goods > *,
.event_menu.qa .qa > *,
.event_menu.support .support > *,
.event_menu.news .news > *{
	color: #fbff0d;
}
.event_menu.yokohama .event01 > *:after,
.event_menu.goods .goods > *:after,
.event_menu.qa .qa > *:after,
.event_menu.support .support > *:after,
.event_menu.news .news > *:after{
	display: block;
	content:'';
	width: 100%;
	height: 2px;
	border-bottom: 4px solid #fbff0d;
	position: absolute;
	bottom: 0;
	left: 0;
}

.event_menu .noactive .label{
	opacity: 0.3;
	font-weight: normal;
}

/* ====================
page common
==================== */

/* title */
.event_title {
	/* background: var(--ss-ui-color); */
	background: url(../images/ttl_bg_def.png) no-repeat;
	background-size: cover;
	color: #ffffff;
	display: flex;
	align-items: stretch;
	flex-direction: row-reverse;
	box-shadow: inset 0 -4px 16px rgba(0,0,0,.1);
}
._pc .event_title {
	padding: 10px 10px;
	flex-wrap: nowrap;
	gap: 10px;
	height: 48px;
}
._sp .event_title {
	padding: 10px 8px;
	height: 48px;
}

.event_title .heading{
	width: 100%;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
._pc .event_title .heading{
	background-size: 300px 56px;
	margin-left: 16px;
}
._pc .event_title.support .heading{
	background-size: 350px 56px;
	margin-left: 16px;
}
._sp .event_title .heading{
	background-size: contain;
}

.event_title.yokohama{
	background: url(../images/ttl_bg.png);
}
._pc .event_title.yokohama{
	background-position: top;
}
._sp .event_title.yokohama{
	background-size: cover;
	background-position: 20% 0;
}
.event_title.yokohama .heading{
	background-image: url(../images/ttl_yokohama.png);
}

.event_title.qa .heading{
	background-image: url(../images/ttl_qa.png);
}

.event_title.news .heading{
	background-image: url(../images/ttl_news.png);
}

.event_title.goods .heading{
	background-image: url(../images/ttl_goods.png);
}

.event_title.support .heading{
	background-image: url(../images/ttl_support.png);
}

/*sub-title*/
.page-title{
	font-size: var(--fs-l1);
	line-height: 1;
	margin-bottom: 24px;
}

/*wrapper*/
.event_detail_wrapper{
	padding: 0;
}
._pc .event_detail_wrapper{
	border-radius: 16px;
}

._pc .event_detail_wrapper main{
	padding: 1px 30px 24px;
}
._sp .event_detail_wrapper main{
	padding: 1px 4% 24px;
	line-height: 1.5;
}

/*heading*/
.event_detail_wrapper h3{
	background: var(--ss-bg-color);
	color: #ffffff;
	font-weight: bold;
	padding: 8px 16px;
	margin: 24px 0 12px;
	border-radius: 8px;
	font-size: var(--fs-l1);
}
.event_detail_wrapper h3 .small{
	font-size: var(--fs-r);
}

.event_detail_wrapper h4{
	font-weight: bold;
	margin: 12px 0 8px;
	font-size: var(--fs-l1);
}

.event_detail_wrapper h4.dot:before {
	content:"●";
	margin-right: 4px;
}

.event_detail_wrapper h5{
	font-size: var(--fs-l0);
	font-weight: bold;
	margin: 6px 0;
}
.event_detail_wrapper h6{
	font-weight: bold;
	margin: 6px 0;
}

/*hr*/
.event_detail_wrapper hr {
	margin: 36px 0;
	border-width:1px 0 0 0;
	border-style: dotted;
	border-color: #d0d0d0;
}
/*text-container*/
.contents_inner,
.contents_inner_nopd {
	word-break: break-word;
}
._pc .contents_inner,
._pc .contents_inner_nopd {
	margin-bottom: 36px;
}
._sp .contents_inner,
._sp .contents_inner_nopd {
	font-size: var(--fs-r);
	margin-bottom: 24px;
}

.contents_inner b{
	font-weight: bold;
}
.contents_inner small{
	font-size:var(--fs-s2);
}

/* text */
.text-list {
	padding-left: 24px;
	margin-top: 0.25em;
}
.text-list li {
	list-style: disc;
	margin-bottom: 0.25em;
}
ol.text-list > li{
	list-style: decimal;
}

.notice-stl{
	font-weight: bold;
	margin-top: 0.75em;
}
.notice-list{
	margin: 0.25em 0 0.5em 24px;
	line-height: 1.75;
}
.notice-list li {
	list-style: disc;
	margin-bottom: 0.25em;
}
.notice_memo{
	margin: 0.25em 0 0.5em 12px;
}

.notice-list.is-notice li,
.text-list.is-notice li {
	list-style: none;
	position: relative;
}
.notice-list.is-notice li:before,
.text-list.is-notice li:before{
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
}
/**/
.is-nest li{
	list-style: circle;
}

/* credit */
.credit {
	font-size: var(--fs-r);
	margin-bottom: 24px;
}

.credit dl {
	display: table;
}
.credit dt,
.credit dd {
	display: table-cell;
}

/* contact */
.contact {
	border: 1px solid var(--ss-bg-color);
	border-radius: 8px;
	font-size: var(--fs-r);
}
.contact .ttl {
	background: var(--ss-bg-color);
	border-radius: 7px 7px 0 0;
	color: #ffffff;
	padding: 8px 16px;
	font-size: var(--fs-l1);
	font-weight: bold;
}
.contact .body{
	padding: 0;
}
.contact .body > div{
	border-top: 1px dotted var(--ss-bg-color);
	padding : 8px 16px;
}
.contact .body h5{
	color: var(--ss-bg-color);
	margin: 8px 0 8px;
}
._pc .contact .body dl{
	display: grid;
	width: max-content;
	grid-template-columns: auto auto;
	row-gap: 6px;
}
._sp .contact .body dd{
	margin-bottom: 8px;
}

.contact .body dl > *{
	/* border-bottom: 1px solid #dadada; */
	padding: 0 12px 0px 0;
}

.contact .number {
	font-weight: bold;
	/* font-size: var(--fs-l0); */
}
._sp .contact .number {
	display: block;
}
.contact a {
	font-weight: bold;
	/* font-size: var(--fs-l0); */
}

/*badge*/
.badge{
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 4px 4px;
	border-radius: 4px;
	white-space: nowrap;
}
.badge.new{
	background: #e60012;
	color: #ffffff;
	font-weight: bold;
}


/* ====================
TOP
==================== */
#sstop.mainimg{
	background: url(/uploaded/event/wanwanarena2026/asset/images/main2026.jpg) no-repeat;
	background-size: contain;
	width: 100%;
	padding-bottom: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
#sstop{
	position: relative;
}
#sstop::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	box-shadow: inset 0 -4px 16px rgba(0,0,0,.1);
}

.sstop section{
	margin: 0 0 48px;
}
.event_sub_title {
	font-size: var(--fs-l1);
	margin-bottom: 8px;
	padding-bottom: 2px;
}

/*emergncy note*/
.emnote{
	border: 4px solid #ff0000;
	margin: 24px 0 24px;
	padding: 0.75em 1em;
	color: #ff0000;
	font-weight: bold;
	border-radius: 12px;
}
.emnote a {
    font-weight: bold;
    color: #ff0000;
}

/*top-news-special*/
.topnote{
	border: 4px solid var(--ss-bg-color);
	margin: 0 0 2em;
	padding: 0.75em 1em;
	color: var(--ss-bg-color);
	font-weight: bold;
	border-radius: 12px;
}
._sp .topnote{
	font-size: var(--fs-r);
}

.topnote b{
	font-weight: bold;
}

/*topnav*/
.topnav{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.topnav nav > *{
	position: relative;
	display: block;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 16px;
	box-sizing: border-box;
	background: var(--ss-ui-color);
	color: #fff;
	border-radius: 8px;
}
.topnav nav > *:before {
	display: block;
	background: url("../images/ic_arw.svg") no-repeat 0 50%;
	background-size: 24px 24px;
	width: 24px;
	height: 100%;
	content: ''; 
	position: absolute;
	right: 16px;
	top: 0;
}
._sp .topnav nav > *:before {
	background-size: 18px 18px;
	width: 18px;
	height: 100%;
	right: 8px;
}

.topnav nav .topnav_btn{
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
	transition: all 0.15s ease-in-out;
	text-decoration: none;
	border: 2px solid #ffff00;
}
.topnav nav .noactive > *,
.topnav nav .noactive:before{
	opacity: 0.35;
}
.topnav nav .topnav_btn:hover{
	color: #ffff00;
	background-color: var(--ss-ui-act-color);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.topnav nav .topnav_btn:hover::before{
	background-image: url("../images/ic_arw__o.svg");
}

._sp .topnav nav .noactive{
	padding: 10px 16px;
}
._sp .topnav nav .noactive small{
	display: block;
}

/* ====================
ボタン
==================== */
.button_event {
	text-align: center;
}
.button_event a {
	text-decoration: none;
}
.button_event p {
	padding: 12px 0;
	border-style: none;
	border-radius: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	background-color: var(--ss-btn-bg);
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	text-decoration: none;
}
._pc .button_event p {
	padding: 12px 0;
	font-size: var(--fs-l1);
	line-height: 1.2;
}
._sp .button_event p {
	padding: 12px 0 12px;
	font-size: var(--fs-l1);
}

.button_event p small{
	
}
.button_event:not(.is-disabled) p{
	cursor: pointer;
}
a:hover .button_event p,
.button_event a:hover p {
	background: #fcb849;
}
.button_event.is-disabled p {
	background: #d0d0d0;
}


.button_list{
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.button_list > * {
	flex-grow: 2;
}
.button_list > *:first-child{
	margin-left: 0;
}
.button_list > *:last-child{
	margin-right: 0;
}

.button_event_medium {
	margin: 10px auto;
	line-height: 1.25;
}
.button_event_medium a,
.button_event_mini a,
.button_event_mini .disable-btn,
.button_event_medium .disable-btn{
	display: block;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	border-style: none;
	padding: 10px 14px;
	margin: 10px 0;
	border-radius: 16px;
	font-size: 1.16em;
}

.button_event_medium a,
.button_event_mini a {
	background-color: var(--ss-btn-bg);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1), inset 0 -4px 12px rgba(0,0,0,.1);
	text-decoration: none;
	cursor: pointer;
}
._pc .button_event_mini a:hover,
._pc .button_event_medium a:hover {
	opacity: 0.8;
}
.button_event_medium a.is-red-btn{
	background-color: #ff5903;
}
.button_event_medium a.is-blue-btn{
	background-color:#418cc9;
}
.button_event_medium a.is-white-btn{
	background-color:#fff;
	color: #000;
	border: 2px solid #d0d0d0;
}

.button_event_medium.left{
	margin: 0;
}
.button_event_mini .disable-btn,
.button_event_medium .disable-btn{
	background-color: #d0d0d0;
	cursor: default;
}
._pc .button_event_mini a.disable-btn:hover,
._pc .button_event_medium a.disable-btn:hover {
	opacity: 1;
}

._pc .button_event_medium_2columns .button_event_medium{
	width: 48%;
}

/*btn reg*/
.btn_common_registration.is-event{
	width: 80%;
	display: block;
	margin: 10px auto;
}
.btn_common_registration.is-event a{
	display: block;
	margin: 0;
	width: 100%;
}
._pc .btn_common_registration a:hover{
	opacity: 0.8;
}

/* app btn*/
.form_confirm_button {
	margin-bottom: 10px;
}
.form_confirm_button .submit_button {
	width: 80%;
	margin: 0;
	border-radius: 24px;
}
.form_confirm_button#application .submit_button {
	background-color:#ff5903;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	color: #ffffff;
}
.form_confirm_button#confirm .submit_button {
	background-color: #418cc9;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	color: #ffffff;
}

._sp .contents_inner .form_confirm_button{
	width: 80%;
	margin: 0 auto;
}


/*ssbtn*/
.ssbtn{
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	padding: 8px 4px;
	text-align: center;
	transition: all 0.25s ease-in-out;
	font-size: var(--fs-r);
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
}
.ssbtn:hover{
	color: #666699;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

/* ====================
公演情報
==================== */
/* 開催日時 */
.sche-set{
	margin: 1em 0
}
.sche-set > dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.5em;
	background: #f0f0f0;
	padding: 12px 16px;
	border-radius: 8px;
}
.sche-set > dl > dt{
	font-weight: bold;
	margin-right: 18px;
}
.sche dt,
.sche dd {
	display: inline-block;
	white-space: nowrap;
}
.sche dt {
	margin-right: 6px;
}
.sche > dl {
	display: flex;
}
.sche > dl > *{
	margin: 0 18px 0 0;
}

/* チケット販売 */
.seats{
	margin: 12px 0 24px 0;
}
.seats > * {
	border-width: 1px 0 0;
	border-color: #a0a0a0;
	border-style: dashed;
}
.seats > *:last-child{
	border-width: 1px 0;
}
.seats dl > div{
	display: flex;
	flex-wrap: nowrap;
	align-items: top;
}
._pc .seats dl > div{
	column-gap: 16px;
	padding: 12px 0;
}
._sp .seats dl > div{
	column-gap: 8px;
	padding: 12px 0;
}
.seats dl > div:nth-of-type(n+2){
	border-top: 1px dotted #d0d0d0;
}
.seats dl dd{
	margin-top: 4px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}
._pc .seats dl dd{
	gap: 2px;
	flex-grow: 1;
}
._sp .seats dl dd{
	gap: 2px;
	padding: 0 8px;
	white-space: nowrap;
}

._pc .seats dl dd > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
._sp .seats dl dd > div{
	display: flex;
	/* flex-direction: column; */
	flex-direction: row;
}

.seat_a,
.seat_s,
.seat_ag,
.seat_sg{
	display: block;
	background: #000;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
	padding: 8px 0px;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0px 1px rgba(0,0,0,0.25);
}
._pc .seat_a,
._pc .seat_s,
._pc .seat_ag,
._pc .seat_sg{
	display: block;
	border-radius: 16px;
	padding: 8px 0px;
	width: 10em;
}
._sp .seat_a,
._sp .seat_s,
._sp .seat_ag,
._sp .seat_sg{
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	padding: 8px 0px;
	width: 52px;
}


.seat_a,
.seat_ag{
	background: linear-gradient(to bottom, #ffbd29, #d42683);
}
.seat_s,
.seat_sg{
	background: linear-gradient(to bottom, #7ad9cc, #5c24dd);
}

.seats .price{
	font-weight: bold;
	margin-right: 8px;
	white-space: nowrap;
	flex-grow: 1;
	padding-left: 8px;
	/* text-align: right; */
}
._pc .seats .price{
	font-size: var(--fs-price);
}
._sp .seats .price{
	font-size: var(--fs-l1);
}
.seats .note{
	font-size:  var(--fs-s1);
}
.wave{
	text-decoration: underline wavy #faa;
}
.seats-notice{
	padding: 12px 0;
}


/*map*/
.map .arena_stand{
	margin-top: 12px;
}
.map .arena_stand img {
	width: 300px;
	display: block;
	margin:0 auto;
}
/* tokuten  */
._pc .tokuten .img{
	margin: 0 0 24px;
}
._sp .tokuten .img{
	margin: 12px 0 12px;
}
.tokuten .img img{
	width: 100%;
	height: auto;
}

/*arena*/
._sp #map_area{
	padding-top: 70px;
	margin-top: -70px;
}

.area_block{
	margin: 10px 0;
	text-align: center;
}
.area_block a,
.area_block img{
	display: block; width: 100%; height: auto; margin: 0 auto;
}

/*playguide*/
.playguide_date {
	background: #edf2fd;
	margin: 0.5em 0;
	padding: 1em;
	border-radius: 8px;
}
.playguide_date.is_senko{
	background:#edf2fd;
	border: 3px solid var(--ss-yokohama-color);
}
.playguide_date.is_ippan{
	border: 3px solid var(--ss-yokohama-color);
}
.playguide_date .ttl{
	font-size: var(--fs-r);
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #ff0000;
}
.playguide_date .dtl{
	font-size: var(--fs-l1);
	color: #ff0000;
}
.playguide_date .dtl span{
	font-weight: bold;
	display: inline-block;
}
.playguide_date .notice{
	margin-top: 0.5em;
}
.playguide_date.is-hanbai{
	background: none;
	text-align: center;
	margin: 0;
}
.playguide_date.is-hanbai .ttl,
.playguide_date.is-hanbai .dtl{
	color: #ffffff;
}

/*一般販売*/
._pc .playguide
{
	margin: 1em 0;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto;
}
._sp .playguide
{
	margin: 1em 0;
	width: 100%;
}

._pc .playguide dt.th
{
	width: auto;
	text-align: left;
	align-content: center;
	padding:8px 10px;
	border-bottom:1px dotted #d0d0d0;
}
._sp .playguide dt.th
{
	display: block;
	text-align: left;
	padding:8px 10px;
	border-bottom:1px dotted #d0d0d0;
}

.playguide dd
{
	padding:8px;
	border-bottom:1px dotted #d0d0d0;
	width:auto;
	background: #fff;
}
._sp .playguide dd{
	display: block;
}

.link_lowticket{
	display: flex;
	align-items: center;
	gap: 12px;
}
.link_lowticket:hover{
	opacity: 0.8;
}
.mini_btn{
	display: inline-block;
	background: var(--ss-ui-color) url("../images/ic_arw.svg") no-repeat 8px 50%;
	color: #ffffff;
	background-size: 12px 12px;
	padding: 0 12px 0 24px;
	width: auto;
	height: 24px;
	border-radius: 12px;
	line-height: 24px;
	font-size: 13px;
}

.sold {
	color: #ff0000;
	font-weight: bold;
}

/*** append **/
.entry_batch{
  text-align:center;
	color:#fff;
	background:#f00;
	padding:4px;
	margin:0 0 1em;
	border-radius:4px;
}
.koen_top_notice{
	font-size: var(--fs-r);
	color:#ff0000;
	padding:1em;
	border:1px dashed #f9c5c5;
	margin:1em 0;
	border-radius:4px;
}
.koen_top_notice b{
	font-weight: bold;
}

/* ====================
#先行販売案内
==================== */
.flow_sukucom {
	background: #DEEFFF;
	padding: 16px 20px;
}
.flow_sukucom_title{
	color: #65a6de;
	font-weight: bold;
	text-align: center;
	font-size: var(--fs-l1);
	margin-bottom: 6px;
}
.orange_title{
	background: #fff;
	margin: 5px 0;
	padding: 5px;
}
.orange_title span{
	padding-left: 10px;
	color: var(--ss-bg-color);
	font-weight: bold;
	font-size: var(--fs-l1);
}

._pc .orange_title span.orange_title_number_01{
	background: url('../images/list_number_01.png') no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
}
._pc .orange_title span.orange_title_number_02{
	background: url('../images/list_number_02.png') no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
}
._sp .orange_title span.orange_title_number_01{
	background: url('../images/list_number_01.png') no-repeat left center;
	background-size: 15px 15px;
	padding-left: 20px;
}
._sp .orange_title span.orange_title_number_02{
	background: url('../images/list_number_02.png') no-repeat left center;
	background-size: 15px 15px;
	padding-left: 20px;
}

._pc .text_orange_title{
	color: var(--ss-bg-color) !important;
	margin-top: 1em !important;
}
._sp .text_orange_title{
	color: var(--ss-bg-color) !important;
	font-weight: bold;
	font-size: var(--fs-l1);
}

.flow_ticket {
	background: #FFD7D9;
	padding: 16px 20px;
}
.flow_ticket_title{
	color: #cd609a;
	font-weight: bold;
	text-align: center;
	font-size: var(--fs-l1);
	margin-bottom: 6px;
}
.flow_ticket_list{
	color: #ff0000;
	font-weight: bold;
	font-size: var(--fs-l1);
	margin: 12px 0 0;
}
.arrow{
	width: 113px;
	display: block;
	margin: 10px auto 6px;
}

.presale_inner{
	border: 3px solid #ff0000;
}
.presale_title{
	background:#ff0000;
	color: #ffffff;
	font-size: var(--fs-l0);
	padding: 0.5em;
}

._pc .presale_box{
	padding: 16px;
}
._sp .presale_box{
	padding: 16px 0px;
}

._pc .presale_text{
	text-align: center;
	margin-bottom: 10px;
}
._sp .presale_text{
	text-align: center;
	margin-bottom: 10px;
	padding: 0 1em;
}

.presale_check{
	display:inline-block !important;
	margin-right:5px !important;
}

.presale_button{
	text-align:center;
	margin-bottom:20px;
}
._sp .presale_button{
	padding: 0 1em;
}
._sp .presale_button img{
	width: 100%;
}

.notice-pnl{
	background:#ff0000;
	color:white;
	padding:6px 8px;
	margin-top: 8px;
	border-radius:4px;
}
/* ====================
チケット申込
==================== */
.tss-notice{
	text-align: center;
	margin: 1em 0;
}
.tss-notice small{
	font-size: var(--fs-s2);
	/* font-size: 72%; sp*/
}
.tss-pnl{
	background: #fe9901;
	margin: -1px -30px 0;
	padding: 1px 0 0;
	font-size: var(--fs-l2);
}
.tss-pnl .ttl1{
	font-size: var(--fs-l2);
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 8px 0 0;
}
.tss-pnl .ttl2{
	font-size: var(--fs-l1);
	font-weight: bold;
	background: #fff;
	color: #fe9901;
	text-align: center;
	padding: 4px;
	margin: 12px;
	border-radius: 4px;
	opacity: 0.9;
}
.tss-pnl .tssbnr{
	display: block;
	width: 100%;
	height: auto;
}

._sp #ticketapp small{
	white-space: nowrap;
}

/* ====================
#event01
==================== */
#event01 h3 {
	background: #fb5228;
}
#event01 h3.abstract{
	background: url(../images/ttl_bg.png) 50% 50%;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 2px 1px var(--ss-ui-color),-2px 2px 1px var(--ss-ui-color),2px -2px 1px var(--ss-ui-color),-2px -2px 1px var(--ss-ui-color);
	color: #ffff00;
	padding: 18px 24px;
	letter-spacing: 6px;
}
#event01 h4 {
	color: var(--ss-yokohama-color);
}
#event01 .sche-set > dl{
	background: #edf2fd;
}
#event01 th, #event01 .th{
	background: #fff;
	font-weight: bold;
}
#event01 th.playguide_name {
	background: var(--ss-yokohama-color);
}
#event01 .tss-pnl{
	background-color: var(--ss-yokohama-color);
}
#event01 .tss-pnl .ttl2{
	color: var(--ss-yokohama-color);
}


/* ====================
#会場案内
==================== */
._sp .map img {
	width: 100%;
}

/* ====================
#qa
==================== */
#qa .contents_inner p{
	line-height: 1.75;
}
#qa h3 {
	background: var(--ss-qa-color);
}
#qa h4 {
	color: var(--ss-qa-color);
}
#qa .text-list {
	line-height: 1.75;
}

._sp .qt::before{
  content:'';
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

/* ====================
#support
==================== */
#support .contents_inner p{
	line-height: 1.75;
}
#support h3 {
	background: var(--ss-qa-color);
}
#support .text-list {
	line-height: 1.75;
}
.snote{
	font-size: var(--fs-s1);
	padding: 1em 1em 0.5em;
	border: 1px dashed #909090;
	border-radius: 8px;
	margin-bottom: 1em;
}
.snote-ttl{
	font-weight: bold;
	margin-bottom: 0.25em
}
/* ====================
#news
==================== */
#news h3 {
	background: var(--ss-news-color);
}
#news h4 {
	color: var(--ss-news-color);
}

.news_item .body .meta{
	display: flex;
	align-items: center;
	gap: 4px;
}
._sp .news_item .body .meta{
	flex-wrap: wrap;
}
a.news_item{
	text-decoration: none;
}

/*news container*/
.news_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	padding-bottom: 36px;
}
.news_container .news_item{
	display: block;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	border-radius: 8px;
}
.news_container a.news_item{
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}
.news_container a.news_item:hover{
	opacity: 0.8;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.news_container .news_item img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
.news_container .news_item .body{
	padding: 16px;
}
.news_container .news_item .text{
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	text-decoration: none;
}


/*top-news*/
._pc .top_news_container{
	margin: 12px 0 24px;
}
._sp .top_news_container{
	margin: 12px 0 24px;
	font-size: var(--fs-r);
}

._pc .top_news_container .news_item{
	display: block;
	margin-bottom: 12px;
	font-size: var(--fs-r);
}
._sp .top_news_container .news_item{
	display: block;
	margin-bottom: 12px;
}

._pc .top_news_container .news_item .body{
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
._sp .top_news_container .news_item .body > *{
	margin-bottom: 8px;
}

._pc .top_news_container .date{
	display: inline-block;
	width: 6em;
}
._sp .top_news_container .date{
	display: inline-block;
	margin-right: 8px;
}

.top_news_container a.news_item .text{
	text-decoration: underline;
}


/* ====================
common
==================== */
.flow{
	display: block;
}
.flow span{
	display: inline-block;
	white-space: nowrap;
}


.align-center {
	text-align: center;
}
.color-blk {
	color: #000;
}
.color-gray {
	color: #999;
}
.color-red {
	color: #ff0000;
}
.color-orange {
	color: #ff9900;
}
.color-blue{
	color: var(--ss-news-color);
}
.color-white{
	color: #ffffff!important;
}
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}
.fs108 {
	font-size: 108%;
}
.fs120 {
	font-size: 120%;
}
.fs140-sp {
	font-size: 140%;
}
.fw-bold {
	font-weight: bold;
}
.auto-block{
	display: block;
	height: auto;
	margin: 0 auto;
}
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mt05em {
	margin-top: 0.5em !important;
}
.mb05em {
	margin-bottom: 0.5em !important;
}
.mt1em {
	margin-top: 1em !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.mt2em {
	margin-top: 2em !important;
}
.mb2em {
	margin-bottom: 2em !important;
}
.mt3em {
	margin-top: 3em !important;
}
.mb3em {
	margin-bottom: 3em !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.pt1em{
	padding-top: 1em !important;
}
.pt2em{
	padding-top: 2em !important;
}
.pl1em{
	padding-left: 1em !important;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.smp-max-width{
	width: 100%;
}

.decimal_list li{
	list-style-type: decimal;
	margin-left: 20px;
}
.pc-fl{
	float:left;
}
.pc-fr{
	float:right;
}
.pc-width60{
	width: 60%;
}
.pc-width50{
	width: 50%;
}
.pc-width40{
	width: 40%;
}
.pc-width48{
	width: 48%;
}
.pc-width40 img,
.pc-width48 img,
.pc-width50 img,
.pc-width60 img{
	width: 100%;
}
.limark{
	list-style: disc;
	margin-left: 1em;
}
.border-dotted{
	border: 1px dotted #999;
	padding: 1em;
}
.pc-float-left{
	float:left;
}
.pc-float-right{
	float: right;
}

._pc small,
._sp small{
	font-size: 0.8em;
}

