@charset "UTF-8";
.dir-seasonticket main{
	background-color: #FFFFFF;
	color: #000000;
	position: relative;
}
.dir-seasonticket main:before{
	position: fixed;
	background-image: url("../img/bg-2026.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100vh;
	width: 100%;
	z-index: 0;
	content:'';
}
.dir-seasonticket main ul li + li{
	margin-top: 5px;
}

.dir-seasonticket main > section{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 10;
	background-color: rgba(255,255,255,0.3);
}
.dir-seasonticket main > section:last-child{
	padding-bottom: 80px;
}
.dir-seasonticket main > .sec-inner{
	background-color: #FFFFFF;
	color: #001d46;
}
.dir-seasonticket main .reset-t{
	margin-top: 0;
	padding-top: 0;
}
.dir-seasonticket main .reset-b{
	margin-bottom: 0;
	padding-bottom: -0px;
}
.dir-seasonticket main .reset{
	margin-top: 0;
	padding-top: 0;
	list-style: none;
	margin-bottom: 0;
	padding-bottom: -0px;
}
.dir-seasonticket main ul.disc{
	padding: 0 0 0 1.0em;
}
.dir-seasonticket main .p-10{
	padding: 10px;
}
.dir-seasonticket main .p-20{
	padding: 20px;
}
.dir-seasonticket main .mb-10{
	margin-bottom: 10px;
}
.dir-seasonticket main .mb-20{
	margin-bottom: 20px;
}
.dir-seasonticket main .mt-10{
	margin-top: 10px;
}
.dir-seasonticket main .mt-20{
	margin-top: 20px;
}
.dir-seasonticket main .fs-20{
	font-size: 2.0rem;
}
.dir-seasonticket main .fs-18{
	font-size: 1.8rem;
}
.dir-seasonticket main .fs-13{
	font-size: 1.3rem;
}
.dir-seasonticket main .fs-12{
	font-size: 1.2rem;
}
.dir-seasonticket main .text-rborange{
	color: #ed6c00;
}
.dir-seasonticket main .button.button-flex{
	text-align: center;
}
.dir-seasonticket main .button.button-flex a{
	display: inline-block;
	width: 400px;
}
.dir-seasonticket main .button-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.dir-seasonticket main .button-flex .button{
	width: 370px;
}
.dir-seasonticket main .button-flex .button a{
	width: 370px;
	font-size: 1.3rem;
}
.dir-seasonticket main .button a {
		background: #ed6c00;
		border-radius: 9999px;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 20px auto 0;
		max-width: 400px;
		padding: 15px 25px;
		color: #FFFFFF;
		line-height: 1.8;
		text-decoration: none;
		transition: 0.3s ease-in-out;
		font-weight: 500;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}
.dir-seasonticket main .button.button-blue a{
	background-color: #001D46;
}
.dir-seasonticket main .button.button-red a{
	background-color: #df003f;
}
.dir-seasonticket main .button a:hover {
		opacity: .7;
}
.dir-seasonticket main .button a:after{
		content: '';
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 20px;
		border-radius: 1px;
		transition: 0.3s ease-in-out;
}
.dir-seasonticket main .bg-r{
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
}
.dir-seasonticket main .bg-l{
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.dir-seasonticket main .bg-gray{
	background-color: #efefef;
}
.dir-seasonticket main .text-blue{
	color: #00164b;
}
.dir-seasonticket main .text-pink{
	color: #df003f;
}
.dir-seasonticket main .p1em{
	padding: 1em;
}
.dir-seasonticket main .p2em{
	padding: 2em;
}
.dir-seasonticket main .main-kv{
	position: relative;
	z-index: 10;
}

/*---------------
ヘッダー
--------------*/
.dir-seasonticket{
	position: relative;
}
.dir-seasonticket .seasonticket-header {
background-color: #001D46;
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
.dir-seasonticket .header_leaguelogo{
	position: absolute;
	right: auto;
	left: 10px;
	top: 50%;
	transform:translateY(-50%);
}
.header_leaguelogo img{
	height: 18px;
}
@media screen and (min-width: 960px) {
.dir-seasonticket .header_leaguelogo{
	right: 30px;
	left: auto;

}
.dir-seasonticket .header_leaguelogo img{
	height: 23px;
}
}

.dir-seasonticket .header__inner {
padding: 0 20px;
display: flex;
align-items: center;
height: inherit;
position: relative;
justify-content: center;
}

@media screen and (min-width: 960px) {
.dir-seasonticket .header__inner{
	justify-content: space-between
}
}

/* ヘッダーのロゴ部分 */
.dir-seasonticket .header__title img{
height: 30px;
filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}


@media screen and (min-width: 960px) {
.dir-seasonticket .header__title img{
	height: 40px;	
}
}

/* ヘッダーのナビ部分 */

.dir-seasonticket .header__nav {
position: absolute;
right: 0;
left: 0;
top: 0;
width: 100%;
height: 100vh;
transform: translateX(100%);
background-color: #001D46;
transition: ease .4s;
}
.dir-seasonticket .header__nav .bg-r{
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.dir-seasonticket .header__nav .bg-l{
	position: absolute;
	bottom: 0;
	width: 80px;
	right: 0;
}


@media screen and (min-width: 960px) {
.dir-seasonticket .header__nav {
	position: static;
	transform: initial;
	background-color: inherit;
	height: inherit;
	display: flex;
	justify-content: end;
	width: 55%;
}
	.dir-seasonticket .header__nav .bg-r,.dir-seasonticket .header__nav .bg-l{
		display: none;
	}
}

@media screen and (min-width: 960px) {
.dir-seasonticket .nav__items {
	width: 100%;
	display: flex;
	align-items: center;
	height: initial;
	justify-content: space-between;
}
}

.dir-seasonticket .nav-items {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 0;
width: 100%;
}

@media screen and (min-width: 960px) {
.dir-seasonticket .nav-items {
	position: inherit;
	top: 0;
	left: 0;
	transform: translate(0, 0);

}
}

/* ナビのリンク */
.dir-seasonticket .nav-items__item a,.nav-items__item span {
width: 100%;
display: block;
text-align: center;
font-size: 20px;
margin-bottom: 24px;
color: #FFFFFF;
font-weight: bold;
box-sizing: border-box;
}

.dir-seasonticket .nav-items__item:last-child a {
margin-bottom: 0;
}
.dir-seasonticket .nav-items__item.nav-fanclub a {
	background-color: #df003f;
	color: #FFFFFF;
	position: relative;
		padding: 10px 6px;
}
.dir-seasonticket .nav-items__item.nav-fanclub a:after {
	display: inline-block;
	content: "\f08e";
	font-weight: 700;
	font-family: 'Font Awesome 6 Free';
	margin-left: 8px;

}
.dir-seasonticket .nav-items__item span{
		color: #8D8D8D
	}

@media screen and (min-width: 960px) {
.dir-seasonticket .nav-items__item a,.nav-items__item span {
	margin-bottom: 0;
	font-size: 1.2rem;
}
	.dir-seasonticket .nav-items__item.nav-fanclub a{
		padding: 6px;
	}
	.dir-seasonticket .nav-items__item.nav-fanclub a:after{
		margin-left: 4px;
	}

}
/* ハンバーガーメニュー */

.dir-seasonticket .header__hamburger {
width: 48px;
height: 100%;
}
.dir-seasonticket .hamburger {
background-color: transparent;
border-color: transparent;
z-index: 9999;
position: absolute;
right: 20px;
}

@media screen and (min-width: 960px) {
.dir-seasonticket .hamburger {
	display: none;
}
}

/* ハンバーガーメニューの線 */
.dir-seasonticket .hamburger span {
width: 100%;
height: 1px;
background-color: #FFFFFF;
position: relative;
transition: ease .4s;
display: block;
}

.dir-seasonticket .hamburger span:nth-child(1) {
top: 0;
}

.dir-seasonticket .hamburger span:nth-child(2) {
margin: 8px 0;
}

.dir-seasonticket .hamburger span:nth-child(3) {
top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.dir-seasonticket .header__nav.active {
transform: translateX(0);
}

.dir-seasonticket .hamburger.active span:nth-child(1) {
top: 5px;
transform: rotate(45deg);
}

.dir-seasonticket .hamburger.active span:nth-child(2) {
opacity: 0;

}

.dir-seasonticket .hamburger.active span:nth-child(3) {
top: -13px;
transform: rotate(-45deg);
}

/*---------------
フローティングボタン
---------------*/
.dir-seasonticket .floating-button {
	position: fixed;
	top: 44%;
	transform: translateY(-50%);
	right: 0;
	width: 65px;
	z-index: 100;
}
.dir-seasonticket .floating-button a{
	display: flex;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	font-size: 1.375rem;
	box-sizing: border-box;
	background: #EC6602;
	border-radius: 8px 0 0 8px;
	padding: 15px;
	width: 65px;
	height: 226px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: transform .4s;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.dir-seasonticket .floating-button a + a{
	margin-top: 10px;
}
@media screen and (max-width: 770px){
.dir-seasonticket .floating-button{
	top: auto;
	bottom: 0;
	transform: none;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: space-around;
	width: 100%;
	}
	.dir-seasonticket .floating-button a{
		font-size: 1.3rem;
		border-radius: 8px 8px 0 0;
		width: 48%;
		height: auto;
		-ms-writing-mode: unset;
		writing-mode: unset;
		order: 2;
	}
	.dir-seasonticket .floating-button a + a{
	margin-top: 0;
}
}
/*---------------
タイトル
---------------*/
.dir-seasonticket .sec-ttl{
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 3px solid #00164b;
	font-style: italic;
	color: #00164b;
}
.dir-seasonticket .sec-ttl .jp{
	font-size: 4.0rem;
	display: block;
}
.dir-seasonticket .sec-ttl .en{
	font-size: 2.5rem;
	display: block;
	color: #ed6c00;
}
.dir-seasonticket .sec-ttl span span{
	display: block;
	font-size: 2.5rem;
}
.dir-seasonticket .sec-ttl span + span{
	margin-top: -5px;
}
.dir-seasonticket .sub-ttl{
	font-weight: bold;
	font-size: 2.0rem;
	margin-top: 10px;
	margin-bottom: 5px;
}
.dir-seasonticket .seasonpass-sub{
	margin-bottom: 20px;
}

@media screen and (min-width: 771px){
	.dir-seasonticket main{
		padding-top: 60px;
	}
	.dir-seasonticket .container{
		width: 900px;
	}
	
	.dir-seasonticket .campaign-list + .campaign-list > div:nth-child(4n+1){
		margin-left: 0;
	}
	.contact-inner{
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.contact-inner h1.sec-ttl{
		margin-right: 30px;
		text-align: left;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
		font-style: normal;
	}
	.dir-seasonticket .check-item dl{
		align-items: center;
	}
	.dir-seasonticket .seasonpass-sub {
		margin-bottom: 30px;
	}
	.dir-seasonticket .seasonpass-sub img{
		height: 70px;
	}
	
}



/*---------- シートレイアウト ----------*/
.dir-seasonticket #seat .seat-text{
	background-color: #df003f;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	font-weight: bold;
	font-size: 2.0rem;
	height: 60px;
	margin-bottom: 40px;
}
.dir-seasonticket #seat .seat-list{
	display: flex;
	justify-content: space-between;
}
.dir-seasonticket #seat .seat-list > div{
	width: 290px;
	background-color: #efefef;
	color: #00164b;
	position: relative;
}
.dir-seasonticket #seat .seat-list .seat-box_inner{
	position: relative;
padding: 50px 20px;
}
.dir-seasonticket #seat .seat-list .seat-box_inner span{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #ed6c00;
	color: #FFFFFF;
	width: 50px;
	height: 50px;
}
.dir-seasonticket #seat .seat-list .seat-box_inner .seat-ttl{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
/*---------- 販売スケジュール ----------*/
.dir-seasonticket table.schedule-list{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.dir-seasonticket .schedule-list td.cell-ttl{
	background-color: #ed6c00;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 20px;
	padding: 0.75em 0.75em;
	text-align: center;
	width: 200px;
}
.dir-seasonticket .schedule-list td.cell-ttl.cell-third{
	background-color: #001d46;
}
.dir-seasonticket .schedule-list td.cell-ttl > span{
	font-size: 11px;
	display: block;
	margin-top: 5px;
}
.dir-seasonticket .schedule-list td{
	background-color: #efefef;
	font-size: 24px;
	font-weight: bold;
	color: #001d46;
	padding: 0.75em 0.75em;
	border: 5px solid #FFFFFF;
}
	.dir-seasonticket .schedule-list td span{
		display: block;
	}
.dir-seasonticket .schedule-list td.bg-ask{
	background-color: #FFFFFF;
	color: #001d46
}
.dir-seasonticket .schedule-list td > span{
	font-size: 16px;
}
.dir-seasonticket .schedule-list td li{
	font-size: 13px;
	font-weight: normal;
	margin-top: 4px;
}
.dir-seasonticket .schedule-list.text-pink td.cell-ttl{
	background-color: #df003f;
	color: #FFFFFF;
}
.dir-seasonticket .schedule-list td.bg-fin{
	background-color: #7A7A7A!important;
	color: #A5A5A5!important;
}
.dir-seasonticket #schedule .text-box{
	background-color: #efefef;
	margin-top: 25px;
}
.dir-seasonticket #schedule .text-box h3{
	background-color: #001d46;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}
.dir-seasonticket #schedule .text-box div{
	padding: 1em;
}



/*---------- 申込方法 ----------*/
.dir-seasonticket .howto-content {
  display: none;
	background-color: #efefef;
	padding: 50px;
	margin: 20px;
	color: #001d46;
}
.dir-seasonticket .howto-header{
	background-color: #001d46;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
}
.dir-seasonticket .howto-header.is-paper{
	margin-top: 15px;
}
.dir-seasonticket .howto-header.is-paper{
	background-color: #ed6c00;
	color: #FFFFFF;
}
.dir-seasonticket .howto-header > span{
	display: inline-block;
	vertical-align: middle;
}
.dir-seasonticket .howto-header .icon{
	display: inline-block;
	margin-right: 10px;
}
.dir-seasonticket .howto-header .icon img{
	height: 24px;
}
.dir-seasonticket .howto-header:before,
.dir-seasonticket .howto-header:after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:20px;
	height:2px;
	margin:auto;
	background:#fff;
}
.dir-seasonticket .howto-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.dir-seasonticket .howto-header.active::after{transform:rotate(0deg);}

.dir-seasonticket .check-inner .swiper-slide{
	background-color: #FFFFFF;
	height: auto;
}
 .dir-seasonticket .check-inner .swiper-slide:not(.swiper-slide-active) {
		pointer-events: none;
		opacity: 0.3;
  }
.dir-seasonticket .check-inner .swiper-button-prev, .dir-seasonticket .check-inner .swiper-rtl .swiper-button-next{
	left: 15%;
}
.dir-seasonticket .check-inner .swiper-button-next, .dir-seasonticket .check-inner .swiper-rtl .swiper-button-prev{
	right: 15%;
}
	.dir-seasonticket .check-inner .swiper-pagination{
		bottom: -40px;
	}
.swiper-pagination-bullet {
	background-color: #333;
	color: #fff;
	font-size: 16px;
	height: 24px;
	line-height: 1.5;
	transition: transform .2s linear;
	width: 24px;
}
/* 現在のページネーションのスタイル */
.swiper-pagination-bullet-active {
	background-color: #fff;
	color: #333;
	transform: scale(1.4);
}
/* ページネーションの余白(位置) */
.dir-seasonticket .check-inner span.swiper-pagination-bullet{
	margin: 0 10px 30px;
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}

.dir-seasonticket main .buy-list{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.dir-seasonticket main .buy-list > div{
	width: 430px;
	margin-left: 30px;
}
.dir-seasonticket main .buy-list > div:first-child{
	margin-left: 0;
}
.dir-seasonticket main .buy-merit{
	margin-top: 30px;
}
.dir-seasonticket main .buy-merit h3{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #00164b;
}
.dir-seasonticket main .buy-ask_list{
	display: flex;
	justify-content: space-between;
}
.dir-seasonticket main .buy-ask_list > div{
	width: 48%;
}
.dir-seasonticket main .buy-ask_list > div h3{
	margin-bottom: 15px;
	color: #00164b;
	text-align: center;
	font-size: 1.8rem;
}
.dir-seasonticket main .buy-ask_list > div ul{
	margin-bottom: 15px;
	font-size: 1.4rem;
}
.dir-seasonticket main .ask-text{
	display: flex;
	justify-content: center;
	align-items: center;
}
.dir-seasonticket main .ask-text .icon{
	margin-right: 10px;
}
.dir-seasonticket main .ask-text .icon,.dir-seasonticket main .ask-text .icon img{
	width: 50px;
}
@media (max-width: 770px){
	.dir-seasonticket .check-inner span.swiper-pagination-bullet{
		width: 18px;
		height: 18px;
		font-size: 12px;
	}
}
/*---------- よくある質問 ----------*/
.dir-seasonticket .qa {
	margin-bottom: 5px;
}

.dir-seasonticket .qa summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 1em 2em 1em 3em;
		color: #00164b;
		font-weight: 600;
		cursor: pointer;
		list-style: none;
}
.dir-seasonticket .qa summary::-webkit-details-marker {
	display:none;
}

.dir-seasonticket .qa summary::before,
.dir-seasonticket .qa p::before {
		position: absolute;
		left: 0;
		font-weight: 600;
		font-size: 1.3em;
}

.dir-seasonticket .qa summary::before {
		color: #FFFFFF;
		content: "Q";
	background-color: #00164b;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
}

.dir-seasonticket .qa summary::after {
		transform: translateY(-25%) rotate(45deg);
		width: 7px;
		height: 7px;
		margin-left: 10px;
		border-bottom: 3px solid #000000b3;
		border-right: 3px solid #000000b3;
		content: '';
		transition: transform .5s;
}

.dir-seasonticket .qa[open] summary::after {
		transform: rotate(225deg);
}

.dir-seasonticket .qa p {
		position: relative;
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		padding: .3em 3em 1.5em;
		color: #ed6c00;
		transition: transform .5s, opacity .5s;
}

.dir-seasonticket .qa[open] p {
		transform: none;
		opacity: 1;
}

.dir-seasonticket .qa p::before {
		color: #FFFFFF;
	background-color: #ed6c00;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
		content: "A";
}
.dir-seasonticket .check-inner{
	position: relative;
}
.dir-seasonticket .check-item{
	background-color: #FFFFFF;
	color: #001d46;
	padding: 40px 25px;
	height: 100%;
}
.dir-seasonticket .check-item dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.dir-seasonticket .check-item dl dt{
	width: calc(50% - 20px);
}
.dir-seasonticket .check-item dl dd{
	width: calc(50% - 20px);
	text-align: left;
}
.dir-seasonticket .check-item dl dd li:not(:first-child){
	margin-top: 4px;
}
.dir-seasonticket #contact .tel{
	font-weight: bold;
	font-size: 3.4rem;
	display: flex;
	align-items: center;
}
.dir-seasonticket #contact .tel span{
	display: inline-block;
	margin-right: 6px;
}
.dir-seasonticket #contact .tel img{
	width: 25px;
}
.dir-seasonticket footer,.dir-seasonticket .footer-bottom-box{
	background-color: #001d46;
}
.footer-logo_emb{
	width: 80px;
}
.speechBubble {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding: 15px;
	border: 2px solid #00164b;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #00164b;
	margin-top: 15px;
}

.speechBubble::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 13%;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: #00164b transparent transparent;
	translate: -50% 100%;
	transform: skew(-6deg);
	transform-origin: top;
}

.speechBubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 13%;
	border-style: solid;
	border-width: 15.2px 0 0 15.2px;
	border-color: #efefef transparent transparent;
	translate: calc(-50% + 0.4px) 100%;
	transform: skew(-6deg);
	transform-origin: top;
}
.dir-seasonticket main #howto .howto-box + .howto-box{
	margin-top: 30px;
}
.dir-seasonticket main #howto .howto-box .bg-gray{
	padding: 2em;
	color: #00164b;
}
.dir-seasonticket main #howto .howto-box .bg-gray h1{
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.dir-seasonticket main #howto .howto-box .howto-box_inner{
	display: flex;
	justify-content: space-between;
}
.dir-seasonticket main #howto .howto-box .howto-box_inner > div{
	width: 400px;
}
.dir-seasonticket main #howto .howto-box .howto-peech li{
	font-weight: bold;
}
.dir-seasonticket main #howto .precautions-text{
	font-size: 1.4rem;
}

@media screen and (max-width: 770px){
		.dir-fanclub main .fs-20{
	font-size: 1.8rem;
}
.dir-fanclub main .fs-18{
	font-size: 1.6rem;
}
.dir-fanclub main .fs-13{
	font-size: 1.1rem;
}
.dir-fanclub main .fs-12{
	font-size: 1.0rem;
}
	.dir-seasonticket main > section{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.dir-seasonticket main:before{
	position: fixed;
	background-image: url("../img/bg-2026_sm.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100vh;
	width: 100%;
	z-index: 0;
	content:'';
}
	.dir-seasonticket main .bg-r{
	width: 80px;
}
.dir-seasonticket main .bg-l{
	width: 80px;
}
	.dir-seasonticket .sec-ttl{
		padding-bottom: 5px;
	}
	.dir-seasonticket .sec-ttl .jp
	{
		font-size: 2.3rem;
	}
	.dir-seasonticket .sec-ttl .en{
		font-size: 1.5rem;
	}
	.dir-seasonticket .sec-ttl span span{
		font-size: 1.5rem;
	}
	
	.dir-seasonticket .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.dir-seasonticket .sec-ttl span + span{
		margin-top: 0;
	}
	.dir-seasonticket main .button.button-flex a{
	display: flex;
	width: auto;
}
		.dir-seasonticket main .button-flex{
		display: block;
}
.dir-seasonticket main .button-flex .button{
	width: 100%;
}
.dir-seasonticket main .button-flex .button a{
	width: 100%;
	font-size: 1.1rem;
	margin-top: 15px;
}
	
	.dir-seasonticket .schedule-list td{
		display: block;
		width: 100%;
		border: 2px solid #FFFFFF;
		font-size: 1.8rem;
		text-align: center;
	}
	.dir-seasonticket .schedule-list td > span{
		font-size: 1.1rem;
	}

	.dir-seasonticket .schedule-list td.bg-ask{
		text-align: left
	}
	.dir-seasonticket .schedule-list td li{
		font-size: 1.1rem;
	}
	.dir-seasonticket .schedule-list td.cell-ttl{
		width: 100%;
		padding: 0.4em 0.4em;
	}
	.dir-seasonticket .campaign-list > div{
		width: 100%;
		margin-bottom: 5px;
	}
	.dir-seasonticket #seat .seat-text{
		width: 85%;
		height: 48px;
		font-size: 1.5rem;
	}
	.dir-seasonticket #seat .seat-list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.dir-seasonticket #seat .seat-list > div{
		width: 45%;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.dir-seasonticket #seat .seat-list .seat-box_inner{
		padding: 30px 15px;
	}
	.dir-seasonticket #seat .seat-list .seat-box_inner span{
		width: 30px;
		height: 30px;
	}
	.dir-seasonticket #seat .seat-list .seat-box_inner img{
		width: 70px;
	}
	.dir-seasonticket #seat .seat-list .seat-box_inner .seat-ttl{
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.dir-seasonticket #seat .seat-list .seat-box_inner p{
		font-size: 1.2rem;
	}
	.dir-seasonticket #howto .seasonpass-sub{
		margin-bottom: 20px;
	}
	.dir-seasonticket .howto-header{
		font-size: 1.8rem;
	}
	.dir-seasonticket .howto-header .icon img{
		height: 18px;
	}
	.dir-seasonticket #seat .seasonpass-sub img,.dir-seasonticket #howto .seasonpass-sub img{
		width: 73%;
	}
	.dir-seasonticket .howto-content{
		padding: 15px;
		margin: 0;
	}
	.dir-seasonticket main .buy-list > div{
		margin-left: 10px;
		width: 50%;
	}
	.dir-seasonticket main .buy-merit .buy-list{
		display: block;
	}
	.dir-seasonticket main .buy-merit .buy-list > div{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.dir-seasonticket main .buy-ask_list > div h3{
		font-size: 1.5rem;
	}
	.dir-seasonticket main .buy-ask_list > div ul{
		font-size: 1.2rem;
	}
	.dir-seasonticket main #howto .howto-box .howto-box_inner{
		display: block;
	}
	.dir-seasonticket main #howto .howto-box .bg-gray{
		padding: 1em;
	}
	.dir-seasonticket main #howto .howto-box .howto-box_inner > div{
		width: 100%;
	}
	.dir-seasonticket main #howto .howto-box .howto-box_text{
		margin-top: 25px;
	}
	.dir-seasonticket main #howto .precautions-text{
	font-size: 1.2rem;
}
	.speechBubble{
		padding: 10px;
		font-size: 1.3rem;
	}
	.dir-seasonticket .qa summary{
		padding: 1em 1em 1em 2.5em;
		align-items: flex-start
	}
	.dir-seasonticket .qa summary::before,.dir-seasonticket .qa p::before{
		width: 30px;
		height: 30px;
	}
	.dir-seasonticket .qa p{
		padding: .5em 2em 1em 2.5em;
	}
	.dir-seasonticket #contact .tel{
		justify-content: center;
	}
	.dir-seasonticket #contact .contact-inner div{
		text-align: center;
	}
	.dir-seasonticket .qa summary::after{
		position: absolute;
		right: 0;
		top: 47%;
	}
	
}
