@charset "UTF-8";
:root{
	--ss-key-color:#e6062b;
  --ss-bg-color: #ff9900;
  --ss-ui-color: #ff8000;
  --ss-evt1-color: #f91661;
  --ss-evt2-color: #ab47df;
  --ss-qa-color: #d63300;
  --ss-news-color: #5149c9;
  --ss-btn-bg: #ff8000;
  --ss-btn-border: #dd7003;
}

html{
	scroll-behavior: smooth;
}
html.is-ua-pc {
  scroll-padding-top: 24px;
}
html.is-ua-sp {
  scroll-padding-top: 136px;
}
#left_contents{
	font-size: 14px;
}
#left_contents small{
	font-size: 0.84em;
	font-weight: inherit;
}


/* ====================
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-key-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;
}

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

/* title */
.event_title {
	background: var(--ss-bg-color);
	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 {
	border-radius: 16px 16px 0 0;
	padding: 10px 10px;
	flex-wrap: nowrap;
	gap: 10px;
}
._sp .event_title {
	padding: 10px 8px;
}

.event_title .logo img{
	width: 70px;
	height: 56px;
	display: block;
}

.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: 260px 56px;
	margin-left: 16px;
}
._sp .event_title .heading{
	background-size: contain;
}

.event_title.yokohama,
.event_title.osaka{
	background: url(../images/ttl_bg.png);
}
._pc .event_title.yokohama,
._pc .event_title.osaka{
	background-position: top;
}
._sp .event_title.yokohama,
._sp .event_title.osaka{
	background-position: -60px 0;
	background-size: cover;
}

.event_title.yokohama .heading{
	background-image: url(../images/ttl_yokohama.png);
}
.event_title.osaka .heading{
	background-image: url(../images/ttl_osaka.png);
}

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

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

.event_title.support{
	background: var(--ss-qa-color);
}
.event_title.support .heading{
	background-image: url(../images/ttl_support.png);
}
._pc .event_title.support .heading{
	background-size: contain;
}

/*sub-title*/
.page-title{
	font-size: 1.25em;
	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;
	border-radius: 8px;
	margin: 24px 0 12px;
}
.event_detail_wrapper h3 > * {
	font-weight: bold;
}
.event_detail_wrapper h3{
	font-size: 1.25em;
}

.event_detail_wrapper h3 .small{
	font-size: 80%;
}

.event_detail_wrapper h4{
	font-weight: bold;
	margin: 12px 0 8px;
}
.event_detail_wrapper h4{
	font-size: 1.2em;
}

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

.event_detail_wrapper h5{
	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{
	word-break: break-word;
}
._pc .contents_inner{
	margin-bottom: 36px;
}
._sp .contents_inner {
	margin-bottom: 24px;
}

.contents_inner b{
	font-weight: bold;
}
.contents_inner small{
	font-size: 0.84em;
}

/* text */
.text-list {
	padding-left: 1.5em;
	margin: 0.25em 0 0.5em;
}
.text-list li {
	list-style: disc;
	margin-bottom: 0.2em;
}

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

/* credit */
._pc .credit {
	margin-bottom: 36px;
}
._sp .credit {
	margin-bottom: 20px;
}

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

/* contact */
.contact {
	border: 1px solid var(--ss-bg-color);
	padding-bottom: 16px;
	text-align: center;
}
.contact .ttl {
	background: var(--ss-bg-color);
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 1em;
}

._sp .contact p{
	padding: 0 1em;
}

.contact .number {
	font-size: 1.5em;
	font-weight: bold;
	margin: 6px 0 6px;
}



/* daiwa house */
.logo_daiwahouse {
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: center;
}
._pc .logo_daiwahouse img {
	width: 670px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
._sp .logo_daiwahouse img {
	width: 300px;
	height: 20px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

/*badge*/
.badge{
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 4px 4px;
	border-radius: 4px;
	white-space: nowrap;
}
.badge.new{
	background: var(--ss-key-color);
	color: #ffffff;
	font-weight: bold;
}
.badge.ssnews{
	background: #ffffff;
	color: #5149c9;
	font-weight: bold;
	border:1px solid #eeeeee;
	padding: 4px 6px;
}
.badge.pickup {
	background: var(--ss-key-color);
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 50px;
	padding: 6px 12px 6px 6px;
	margin-right: 4px;
}
/* ====================
accordion
==================== */

.accordions{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 12px 0 24px;
}
.accordions details{
  /* scroll-margin-top: 20px; */
	background: #fff;
	border-radius: 8px;
	border: 2px solid #d9d9d9;
	transition: box-shadow 0.25s ease-out;
}
.accordions details[open]{
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.accordions details:hover{
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.accordions details summary {
	padding: 0.75em 1em;
	border-radius: 6px;
  background: #fff;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordions details summary::after {
  content:"";
	display: block;
  background-image: url(../images/ic_plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
  transition: transform 0.3s;
}
.accordions details.is-sticky summary{
  position: sticky;
  top: 0;
  z-index: 10;
}
.accordions details[open] summary {
	border-radius: 6px 6px 0 0;
  border-bottom: 1px dotted #d9d9d9;
}
.accordions details[open] summary::after {
  transform: rotate(-135deg);
}
.accordions details .content {
  overflow: hidden;
}
.accordions details[open] .content {
  
}
.accordions details .content-inner {
  min-height: 0;
  padding: 1em;
}
.accordions details summary::-webkit-details-marker {
  display: none;
}

/* ====================
TOP
==================== */
.mainvisual{
	width: 100%;
	height: auto;
}
#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;
}

.sstop .event_sub_title {
	font-size: 1.3em;
	margin-bottom: 8px;
	padding-bottom: 2px;
}


.sstop .event_sub_ttl2{
	font-weight: bold;
	margin-bottom: 8px;
}

/*emergncy note*/
.emnote{
	border: 4px solid #ff0000;
	margin: 24px 0 24px;
	padding: 0.75em 1em;
	color: #ff0000;
	font-weight: bold;
}
.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-ui-color);
	font-weight: bold;
	border-radius: 12px;
}
/* ._sp .topnote{
	font-size: 16px;
} */
.topnote em{
	color: var(--ss-key-color);
	font-weight: bold;
	font-style: normal;
}


.info_btns{
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin: 0.5em 0 0;
}
.info_btns.button_evt a{
	font-size: 1em;
	margin: 0;
	flex-grow: 1;
	width: 48px;
	word-break: keep-all;
}


/*top-event-info-panel*/
/* pc */
._pc .info-container{
	display: flex;
	justify-content: space-between;
}
._pc .info {
	position: relative;
	width: 314px;
	flex-grow: 0;
	border-radius: 16px;
	padding: 2px;
}
._pc .info .item {
	text-decoration: none;
	display: block;
	border-radius: 10px;
	background: #fff url(../images/info_bg.png) no-repeat 50% 0;
	background-size: cover;
	transition: opacity 0.25s ease-in-out;
}
._pc .info a:hover{
	opacity: 0.8;
}
._pc .info .info_ttl{
	padding: 18px 0 0;
}
._pc .info .info_ttl img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/* sp */
._sp .info-container{
	display: block;
}
._sp .info {
	position: relative;
	border-radius: 16px;
	padding: 2px;
}
._sp .info:not(first-child){
	margin-top: 8px;
}
._sp .info .item {
	text-decoration: none;
	display: block;
	border-radius: 10px;
	background: #fff url(../images/info_bg.png) no-repeat 50% 0;
	background-size: cover;
}
._sp .info .info_ttl{
	padding: 12px 0 0;
}
._sp .info .info_ttl img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/* -- */
.info .info_bottom{
	padding: 0 20px 20px;
}

.info .date{
	color: #004ea2;
	text-align: center;
	margin-bottom:16px;
}
.info .date .year {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.info .date .month_day > * {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 2px 2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff;
}
._pc .info .date .year,
._pc .info .date .month_day > * {
	white-space: nowrap;
	text-shadow: 2px 2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff;
}
._sp .info .date .year,
._sp .info .date .month_day > * {
	white-space: nowrap;	text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}

.info.is-event01 {
	border: var(--ss-evt1-color) 5px solid;
}
.info.is-event01 .ttl,
.info.is-event01 .at {
	color: var(--ss-evt1-color);
}
.info.is-event02 {
	border: var(--ss-evt2-color) 5px solid;
}
.info.is-event02 .ttl,
.info.is-event02 .at{
	color: var(--ss-evt2-color);
}
.info.is-event01 .item .btn-view:not(.is-disabled) > *{
	background: var(--ss-evt1-color);
	border: 2px solid #fff;
}
.info.is-event02 .item .btn-view:not(.is-disabled) > *{
	background: var(--ss-evt2-color);
	border: 2px solid #fff;
}

/*top goods*/
.top-goods{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.top-goods .img-holder{
	display: block;
	margin: 8px 0 8px;
}
.top-goods .img-holder .img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.top-goods .img-holder a{
	display: block;
	text-align: center;
}
.top-goods .img-holder a:hover,
.top-goods .img-holder *[data-open-modal]:hover{
	color: var(--ss-btn-bg);
	opacity: 0.8;
}
.top-goods .img-holder a:hover img{
	opacity: 1;
}
.top-goods .img-holder *[data-open-modal] img,
.top-goods .img-holder a img{
	box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	margin: 0 0 8px;
	cursor: pointer;
}
.goods-pnl{
	border: 2px solid var(--ss-key-color);
	padding: 12px 1em 18px;
	border-radius: 8px;
}
.top-goods .ttl{
	color: var(--ss-key-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0 0 12px;
	border-bottom: 2px dotted var(--ss-key-color);
}
.top-goods .ttl small{
	font-size: 12px !important;
}
.top-goods .button_evt{
	margin-bottom: 0;
}
.top-goods dl > * {
	display: inline-block;
}

/*top qa*/
#ss_qa .qa-container{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0 24px;
}
._sp #ss_qa .qa-container{
	font-size: 15px;
}
.qa-container.accordions details{
	border: 2px solid var(--ss-qa-color);
	border-radius: 8px;
}
.qa-container.accordions summary{
	color: var(--ss-qa-color);
}
.qa-container.accordions details[open] summary{
  border-color: var(--ss-qa-color);
}


/* ====================
ボタン
==================== */
.info .btn-view {
	text-align: center;
}
.info .btn-view a {
	text-decoration: none;
}
.info .btn-view > * {
	padding: 12px 0;
	border-style: none;
	border-radius: 24px;
	text-align: center;
	line-height: 1.2;
	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 .info .btn-view > * {
	padding: 12px 0;
	font-size: 1.1em;
	line-height: 1;
}
._sp .info .btn-view > * {
	padding: 12px 0;
	line-height: 1;
}

.info .btn-view small{
	font-size: 0.8em;
}
.info .btn-view:not(.is-disabled) > *{
	cursor: pointer;
}
.info .btn-view.is-disabled > * {
	background: #d0d0d0;
}



/**/
.button_evt {
	margin: 12px auto;
	line-height: 1.25;
}
.button_evt > *{
	display: block;
	color: #ffffff;
	text-align: center;
	border-style: none;
	padding: 10px 14px;
	margin: 0;
	border-radius: 24px;
	font-size: 16px;
}
.button_evt * {
	font-weight: 700;
}
.button_evt > *{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 4px;
}
.button_evt a,
.button_evt .submit_btn{
	background-color: var(--ss-btn-bg);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-decoration: none;
	cursor: pointer;
}
.button_evt.is-mcv a,
.button_evt .submit_btn{
	border:2px solid var(--ss-btn-border);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2), inset 0 -4px 12px rgba(0,0,0,.1);
}
._pc .button_evt a:hover,
.button_evt .submit_btn{
	opacity: 0.8;
}
.button_evt .disable-btn{
	background-color: #d9d9d9;
	cursor: default;
}
._pc .button_evt a.disable-btn:hover {
	opacity: 1;
}

.button_evt .submit_btn{
	width: 100%;
	margin: 0 auto;
}

/**/
.button_list{
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.button_list > * {
	flex-grow: 2;
}

/*btn reg*/
.btn_common_registration.is-event{
	width: 85%;
	display: block;
	margin: 10px auto;
}
.btn_common_registration.is-event a{
	display: block;
	margin: 0;
	line-height: 1;
	padding: 16px;
	width: auto;
}
._pc .btn_common_registration a:hover{
	opacity: 0.8;
}


/*ssbtn*/
.ssbtn{
	display: block;
	margin: 0 auto;
	border-radius: 24px;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	padding: 8px 1em;
	text-align: center;
	transition: all 0.25s ease-in-out;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
}
.ssbtn:hover{
	color: var(--ss-btn-bg);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/* ====================
チケット販売
==================== */
/**/
.koen_top_notice{
	font-size:14px;
	color:#ff0000;
	padding:1em;
	border:1px dashed #f9c5c5;
	margin:1em 0;
	border-radius:4px;
}
.koen_top_notice b{
	font-weight: bold;
}

/* 開催日時 */
.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;
}
._sp .seats dl dd{
	gap: 2px;
	padding: 0 8px;
}

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

.seat_a,
.seat_ss,
.seat_sa,
.seat_sw,
.seat_st{
	display: block;
	background: #000;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
	padding: 8px 0px;
	width: 200px;
	text-align: center;
	white-space: nowrap;
	text-shadow: 0px 1px rgba(0,0,0,0.25);
}
._pc .seat_a,
._pc .seat_ss,
._pc .seat_sa,
._pc .seat_sw,
._pc .seat_st{
	display: block;
	border-radius: 16px;
	padding: 8px 0px;
	width: 200px;
}
._sp .seat_a,
._sp .seat_ss,
._sp .seat_sa,
._sp .seat_sw,
._sp .seat_st{
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	padding: 8px 0px;
	width: 120px;
}

.seat_a{
	background: linear-gradient(to bottom, #a0d914, #8abf0d);
}
.seat_ss,
.seat_sw,
.seat_st{
	background: linear-gradient(to bottom, #f392ba, #f3619f);
}
.seat_sa{
	background: linear-gradient(to bottom, #3bb7f1, #0087ff);
}

.seats .price{
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 8px;
	white-space: nowrap;
}
.seats .note{
	font-size: 90%;
}
.wave{
	text-decoration: underline wavy #faa;
}
.seats-notice{
	padding: 12px 0;
}

/*map*/
.map .arena_stand{
	margin-top: 12px;
}
.map .arena_stand img {
	width: 360px;
	max-width: 100%;
	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*/
.dtl{
	font-size: 1em;
}
.dtl span{
	font-weight: bold;
	display: inline-block;
}

/*一般販売*/
.playguide
{
	margin: 1em 0;
	width: 100%;
	border:1px solid #d9d9d9;
}
.playguide > div{
	display: flex;
	align-items: center;
	padding: 0.75em 1.25em;
}
.playguide > div{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 1em 1.25em;
}
.playguide dt{
	width: 8em;
}
.playguide dd .playguide_tgt{
	font-weight: bold;
	display: inline-block;
	color:#fff;
	background-color: var(--ss-ui-color);
	padding: 0.75em 1.25em;
	border-radius: 4px;
}
.playguide dd .playguide_tgt span{
	display: inline-block;
	font-weight: 700;
}
.playguide div:not(:last-child)
{
	border-bottom:1px solid #d9d9d9;
}

/*ticket accordion*/
.accordions.is-ticket details{
	border-color: #efacc385;
}
.accordions.is-ticket details summary{
	padding: 16px 24px;
}
._sp .accordions.is-ticket details summary{
	padding: 16px 8px 16px 16px;
}
.accordions.is-ticket details[open] summary{
	border-bottom: 2px dotted #efacc385;
}
.accordions.is-ticket details summary .ttl{
	display: flex;
	flex-direction: column;
	gap: 0px;
	font-size: 16px;
}
.accordions.is-ticket details summary .ttl small {
	font-size: 14px;
}
.accordions.is-ticket details summary .ttl small {
	font-size: 14px;
	font-weight: normal;
}
.accordions.is-ticket details summary .ttl * {
	font-weight: 700;
}
.accordions.is-ticket details .content-inner{
	padding: 24px 24px 2em;
}
._sp .accordions.is-ticket details .content-inner{
	padding: 24px 16px 2em;
}
.accordions.is-ticket details h5{
	margin: 12px 0 12px;
	padding: 6px 12px;
	width: max-content;
	border-radius: 2px;
	border: 2px solid #d9d9d9;
}
.accordions.is-ticket details h5:first-child{
	margin-top: 0;
}
.accordions.is-ticket details h5.notice{
	padding:0;
	border-width:0 0 1px;
}

/*** append **/
.entry_batch{
  text-align:center;
	color:#fff;
	background:#f00;
	padding:4px;
	margin:0 0 1em;
	border-radius: 4px;
}
.notice-pnl{
	background:#ff0000;
	color:white;
	padding:6px 8px;
	margin-top: 8px;
	border-radius:4px;
}

/* ====================
チケット申込
==================== */
.tss-box{
	border: 2px solid #d9d9d9;
	border-radius: 8px;
	padding: 16px 24px;
}
.tss-box img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	margin: 12px 0;
}

/* ====================
#event01
==================== */
#event01 .color-evt{
	color: var(--ss-evt1-color);
}
#event01 .bar-evt{
	color: #fff;
	background-color: var(--ss-evt1-color);
}
#event01 .border-evt{
	border-color: var(--ss-evt1-color);
}
#event01 h3 {
	background: var(--ss-evt1-color);
}
#event01 h4 {
	color: var(--ss-evt1-color);
}
#event01 .sche-set > dl{
	background: #ffeff4;
}
#event01 .accordions.is-ticket details h5{
	border-color: var(--ss-evt1-color);
	color: var(--ss-evt1-color);
}
/* ====================
#event02
==================== */
#event02 .color-evt{
	color: var(--ss-evt2-color);
}
#event02 .bar-evt{
	color: #fff;
	background-color: var(--ss-evt2-color);
}
#event02 .border-evt{
	border-color: var(--ss-evt2-color);
}
#event02 h3 {
	background: var(--ss-evt2-color);
}
#event02 h4 {
	color: var(--ss-evt2-color);
}
#event02 .sche-set > dl{
	background: #fdedff;
}
#event02 .accordions.is-ticket details h5{
	border-color: var(--ss-evt2-color);
	color: var(--ss-evt2-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: 0.94em;
	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: 14px;
}

._pc .top_news_container .news_item{
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
}
._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: 5.5em;
}
._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;
}
.flowbreak{
	flex-basis: 100%;
  height: 0;
}


.align-center {
	text-align: center;
}
.color-blk {
	color: #000;
}
.color-red {
	color: #ff0000;
}
.color-orange {
	color: var(--ss-bg-color);
}
.color-blue{
	color: var(--ss-news-color);
}
.color-white{
	color: #ffffff!important;
}

.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}
.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;
}
.setback{
	padding-left: 1em;
}
.smp-max-width{
	width: 100%;
}

._pc .sp-br{
	display: none;
}
