@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'TekitouPoem';
	src:url("../../../../ticket/season-pass/2026/TekitouPoem.ttf") format('truetype');
	}

*{
	box-sizing: border-box;
}
html	{
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #4e4c4b;
	background-color: #ffffff;
	font-family: 'Noto Sans Japanese',"メイリオ", Meiryo,"HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix {*zoom:1;}
em	{font-style: normal;}
img	{ /*width: 100%;*/ max-width: 100%; height: auto; vertical-align: top;}
#mainContent img	{ width: auto;}
a img	{ border: none;}
a:hover img	{opacity:0.7;filter: alpha(opacity=70);}
a	{text-decoration: none;color: #014099;}
a:hover	{-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; text-decoration: none;}
article a	{word-break: break-all}
article a:link, article a:visited {color: #014099;  text-decoration: none;}
article a:hover, article a:active {color: #013073; text-decoration: underline;}
.reset, .reset > dt, .reset > dd	{margin: 0; padding: 0; list-style-type: none;}
.reset-t	{margin-top: 0; padding-top: 0;}
.reset-b	{margin-bottom: 0; padding-bottom: 0;}
.reset-v	{margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0;}
.reset-h	{margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0;}
ul.default, ol.default	{margin-left: 1.5em; padding: 0}
.fs-13{
	font-size: 1.3rem;
}
.fs-12{
	font-size: 1.2rem;
}

.fadein	{opacity : 0;
	transform: translateY(20px);
	transition: all 1.5s;}
.text-center{
	text-align: center;
}
.box-2x{
	padding: 2rem;
}
article {padding-bottom: 50px;}

hr{border-top: none; border-right: none; border-bottom: 1px solid #c7c7c7; border-left: none; padding-top: 10px; margin: 0 0 10px;}
hr.spacer{margin-bottom: 0; padding: 10px 0; border: none;}
hr.spacer-2x{margin-bottom: 0; padding: 20px 0; border: none;}
hr.hr-2x{margin-bottom: 0; padding-top: 20px; margin: 0 0 20px;}
a.uk-link{
	text-decoration: underline;
}
.text-red{
	color: #cd201f;
}
table.table{
	border-collapse: collapse;
	border-spacing: 0;
}
table.table th, table.table td{
	padding: 1rem;
	border: 1px solid #c7c7c7;
	text-align: left;
	background-color: #FFFFFF;
}
table.table th{
	background-color: #5D5D5D;
	color: #FFFFFF;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 15px;
    bottom: 20px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
.jleague-button{
	text-align: center;
	margin-top: 30px;
}
.jleague-button a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	background-color: #FFFFFF;
	border: 2px solid #000;
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 80px;
	position: relative;
}
.jleague-button a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transition: 0.3s;
}
.jleague-button img{
	width: 280px;
}
@media (max-width: 768px){
	.only-lg{
		display: none;
	}
	.container{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 769px){
	.only-sm{
		display: none;
	}
	.container{
		width:1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*---------- 
モーダル 
----------*/

.close-btn {
	position: absolute;
	top: -40px;
	width: 35px;
	height: 35px;
	right: 15px;
	font-size: 1.6rem;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: transform 0.3s ease;
	background-color: #FFFFFF;
}

/* モーダル背景 */
.modal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: rgba(79, 79, 79, 0.7);
		z-index: 100;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active {
		display: flex;
		opacity: 1;
		pointer-events: auto;
}

/* モーダルの中身*/
.modal-content {
	background: #E3E3E3;
	border-radius: 13px;
	width: 80vw;
	max-width: 700px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	position: relative;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
	color: #000000;
}
.modal-head{
	color: #FFFFFF;
	background-color: #FF6325;
	border-radius: 13px 13px 0 0;
	text-align: center;
	font-weight: bold;
	padding: 1rem;
	font-size: 1.8rem;
}
.modal-inner .modal-text{
	padding: 1em;
}
.modal-inner-img{
	text-align: center;
}

/* アニメーション*/
.modal.active .modal-content {
		animation: fadeInScale 0.4s ease forwards;
}


@keyframes fadeInScale {
		0% {
				opacity: 0;
				transform: scale(0.8);
		}
		100% {	
				opacity: 1;
				transform: scale(1);
		}
}
.modal-attention{
	background-color: #E8E8E8;
	padding: 1em;
	border-radius: 13px;
}
.modal-attention .modal-list .open-modal .icon{
		background-color: rgba(186,186,186,0.8);
		border-radius: 0;
		width: 65px;
		height: 65px;
	}
.modal-attention .modal-list .open-modal .info{
	width: calc(100% - 85px);
}
.modal-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.modal-list .open-modal{
	cursor: pointer;
	width: calc(50% - 30px);
	margin-left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: -1px;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	color: #000000;
}
.modal-list .open-modal .icon{
	background-color: #FF6325;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
  overflow: hidden;
}
.modal-list .open-modal .info{
	width: calc(100% - 105px);
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.modal-list .open-modal .info-ttl span{
	display: block;
	color: #FF6325;
	font-size: 2.0rem;
}
.modal-list .open-modal .more{
	text-align: right;
	font-weight: normal;
	position: relative;
	padding-right: 15px;
	margin-bottom: 0;
}
.modal-list .open-modal .more:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transition: 0.3s;
	
}


/*---------- 
ヘッダー 
----------*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #FF6325;
	z-index: 100;
}
.header_inner {
	position: relative;
}
.logo{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.logo a{
		display: block;
	}
.title{
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0;
	color: #FFFFFF;
	font-family: "Barlow", sans-serif;
	line-height: 1;
}


@media only screen and (max-width: 768px) {
	.header_inner{
		position: relative;
		height: 60px;
	}
	.logo{
		top: 5px
	}
	.logo a img{
		height: 50px;
	}
	.title{
		font-size: 1.6rem;
	}
	.nav {
		position: fixed;
		right: -320px; 
		top: 0;
		width: 300px; 
		height: 100vh;
		padding-top: 60px;
		background-color: #FF6325;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto; 
	}
	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 300;
	}
	.nav_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nav_item {
		text-align: center;
		padding: 0 14px;
	}
	.nav_item a {
		display: block;
		padding: 8px 0;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
	}
	.nav_item a:hover {
		background-color: #eee;color: #FF6325;
	}
	
	.hamburger_border {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #FFFFFF;
		transition: all .6s;
		z-index: 100
	}
	.hamburger_border_top {
		top: 14px;
	}
	.hamburger_border_center {
		top: 20px;
	}
	.hamburger_border_bottom {
		top: 26px;
	}
	.black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #000000;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	/* 表示された時用のCSS */
	.nav-open .nav {
		right: 0;
	}
	.nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	}
	.nav-open .hamburger_border{
		background-color: #FFFFFF;
	}
	.nav-open .hamburger_border_top {
		transform: rotate(45deg);
		top: 20px;
	}
	.nav-open .hamburger_border_center {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger_border_bottom {
		transform: rotate(-45deg);
		top: 20px;
	}
}/* sp */

@media only screen and (min-width: 769px) {
	header{
		display: flex;
	align-items: center;
	}
	.header_inner{
		max-width: 1060px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		height: 60px;
	}
	.logo a img{
		height: 60px;
	}
	.nav{
		height: 60px;
	}
	.nav_list{
		text-align: right;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 60px;
	}
	.nav_list li{
		display: inline-block;
		text-align: right;
		padding-left: 20px;
	}
	.nav_list li a{
		color: #FFFFFF;
		font-weight: 600;
		text-align: center;
		font-size: 1.5rem;
	}
	.nav_list li.kounyu a{
		background-color: #FFFFFF;
		color: #FF6325;
		padding: .5rem 1rem;
	}
	.nav_item.only-sm{
		display: none!important;
	}
}/* pc */

.dir-seasonpass main{
	padding-top: 60px;
}
.dir-seasonpass main .en{
	font-family: "Barlow", sans-serif;
	font-style: normal;
}

.dir-seasonpass main .sec-border{
	position: relative;
	overflow: visible;
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
}
.dir-seasonpass main .sec-bg{
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	border-top-left-radius: 1.25rem;
border-top-right-radius: 1.25rem;
}
.dir-seasonpass main .sec-inner{
	position: relative;
	padding-bottom: 60px;
	padding-top: 60px;
}
.dir-seasonpass main .seasonpass-ttl{
	margin-bottom: 30px;
	margin-top: 0;
	padding-top: 30px;
}
.dir-seasonpass main .seasonpass-ttl.text-w{
	color: #FFFFFF;
}
.dir-seasonpass main .seasonpass-ttl span{
	display: block;
	line-height: 1;
	text-align: center;
}
.dir-seasonpass main .seasonpass-ttl span.en{
	font-weight: bold;
	font-size: 5.3rem;
	margin-bottom: 10px;
}
.dir-seasonpass main .seasonpass-ttl span.jp{
	font-size: 3.4rem;
	font-family: 'TekitouPoem', sans-serif; 
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.dir-seasonpass main .seasonpass-ttl span.jp::before,
.dir-seasonpass main .seasonpass-ttl span.jp::after {
	width: 3px;
	height: 40px;
	background-color: #4e4c4b;
	content: '';
}
.dir-seasonpass main .seasonpass-ttl.text-w span.jp::before,
.dir-seasonpass main .seasonpass-ttl.text-w span.jp::after {
	background-color: #FFFFFF;
}

.dir-seasonpass main .seasonpass-ttl span.jp::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.dir-seasonpass main .seasonpass-ttl span.jp::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.dir-seasonpass main .seasonpass-subttl{
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #4e4c4b;
}
.dir-seasonpass main .seasonpass-subttl:after{
	content: "";
	z-index: 0;
	background-color: #4e4c4b;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
	width: 85px;
	height: 4px;
	display: block;
	border-radius: 3px;
	position: absolute;
}

.dir-seasonpass main .youtube-area{
	width: 95%;
	aspect-ratio: 16 / 9;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.dir-seasonpass main .youtube-area iframe{
 	width: 100%;
  height: 100%;
}
.dir-seasonpass main .seasonpass-bg{
align-content: center;
align-items: center;
flex: none;
flex-direction: column;
flex-wrap: nowrap;
height: 100vh;
justify-content: flex-start;
left: 0;
margin: 0 0 0 0;
padding: 0px;
position: fixed;
top: 0;
width: 100%;
z-index: -1;
max-width: 100%;
}
.dir-seasonpass main .seasonpass-bg:before{
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: inherit;
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: inherit;
	width: 100%;
	z-index: -2;
	background-image:url("../../../img/ticket/season-pass/2026/bg-main.png");
}
.dir-seasonpass main .anchor-link{
	background-color: #FF6325;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.dir-seasonpass main .anchor-link ul{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.dir-seasonpass main .anchor-link ul li{
	width: 33.333%;
	border: 1px solid #fff;
}
.dir-seasonpass main .anchor-link ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	color: #fff;
	font-weight: 500;
	position: relative;
	font-weight: bold;
}
.dir-seasonpass main .anchor-link ul li a:after{
	content: "";
	display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 8px;
	height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	position: absolute;
	right: 30px;
}
/*-----Jleague-----*/
.dir-seasonpass main .jleague-box{
position: relative;
background-image: url("../../../img/ticket/season-pass/2026/jleague_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.dir-seasonpass main .jleague-box:before{
content: '';
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: #c39e62;
z-index: 2;
opacity: 0.8;
mix-blend-mode: overlay;
}
.dir-seasonpass main .jleague-box .sec-inner{
	position: relative;
	z-index: 2;
}
.dir-seasonpass main .jleague-box .jleague-text{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.8rem;
}
.dir-seasonpass main .jleague-box .jleague-text span{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
.dir-seasonpass main .jleague-box .jleague-text span.bg-gold{
	background-color: #c18845;
}
.dir-seasonpass main .jleague-box .jleague-text span.bg-blue{
	background-color: #0162b1;
}
/*-----シーズンパスについて-----*/
.dir-seasonpass main .point-box{
	position: relative;
}

.dir-seasonpass main .point-box .point-list{
	margin-top: 30px;
}
.dir-seasonpass main .point-box .point-list li + li{
	margin-top: 15px;
}
.dir-seasonpass main .point-box .point-list li span.en{
	font-weight: bold;
	font-size: 4.0rem;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #FF6325;
}
.dir-seasonpass main .point-box .point-list li span.text{
	display: inline; 
	background-color: #FF6325;
	padding: .5rem 1rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.2rem;
	vertical-align: middle;
}
.dir-seasonpass main .point-box .point-guide{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.dir-seasonpass main .point-box .point-guide .item{
	width: calc(50% - 30px);
	margin-left: 30px;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #f44500;
}
.dir-seasonpass main .point-box .point-guide .item:first-child{
	margin-left: 0;
}
.dir-seasonpass main .point-box .point-guide .item > p{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	background: #f44500;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
}
.dir-seasonpass main .point-box .point-guide .box{
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	color: #000000;
}
.dir-seasonpass main .point-box .point-guide .box-head{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #000000;
}
.dir-seasonpass main .schedule-box{
	background-color: #FFFFFF;
	position: relative;
}
.dir-seasonpass main .schedule-box .sec-bg{
	margin: 0px auto;
	background-color: rgb(255, 255, 255);
	background-image: url("../../../img/ticket/season-pass/2026/bg1.png");
	background-repeat: repeat;
	background-position: 0px 0px;
	background-size: 20px auto;
}
.dir-seasonpass main .benefits-box{
	background-color: #FFFFFF;
	position: relative;
}
.dir-seasonpass main .benefits-box .modal-list .open-modal .icon img{
	width: 100%;
  height: 100%;
  object-fit: cover; 
}
.dir-seasonpass main .campaign-box{
	background-color: #F1F1F1;
	position: relative;
}
.dir-seasonpass main .campaign-box .modal-list .open-modal{
	flex-wrap: wrap;
	border: none;
	background-color: rgba(255,255,255,0.15);
	padding: 1.5rem 1rem;
	margin-bottom: 20px;
	border-radius: 8px;
	width: calc(50% - 20px);
	margin-left: 20px;
}
.dir-seasonpass main .campaign-box .modal-list .open-modal:nth-child(2n + 1){
	margin-left: 0;
}
.dir-seasonpass main .campaign-box .modal-list .open-modal img{
	border-radius: 6px;
}
.dir-seasonpass main .campaign-box .modal-list .open-modal .info{
	width: 100%;
	font-style: italic;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
.dir-seasonpass main .campaign-box .modal-list .open-modal .more{
	width: 100%;
	display: block;
}


/*----------２つのプラン----------*/
.dir-seasonpass main .plan-box{
position: relative;
background-image: url("../../../img/ticket/season-pass/2026/plan_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.dir-seasonpass main .plan-box:before{
content: '';
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: #FF6325;
z-index: 2;
opacity: 0.8;
mix-blend-mode: overlay;
}
.dir-seasonpass main .plan-box .seasonpass-ttl,.dir-seasonpass main .plan-box .sec-inner{
	z-index: 10;
	position: relative;
}
.dir-seasonpass main .tab-1 {
	display: flex;
	flex-wrap: wrap;
}

.dir-seasonpass main .tab-1 > label {
	flex: 1 1;
	order: -1;
	min-width: 70px;
	padding: .7em 1em .5em;
	border-bottom: 1px solid #f0f0f0;
	background-color: #CBCBCB;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.7rem;
	border-radius: 5px 5px 0 0;
}

.dir-seasonpass main .tab-1 > label:hover {
	opacity: .8;
}

.dir-seasonpass main .tab-1 input {
	display: none;
}

.dir-seasonpass main .tab-1 > div {
	display: none;
	width: 100%;
	padding: 1.5em 1em;
	background-color: #fff;
}

.dir-seasonpass main .tab-1 label:has(:checked) {
	background-color: #fff;
	border-color: #FF6325 #f0f0f0 #fff;
	border-style: solid;
	border-width: 4px 1px 1px;
	color: #333333;
}

.dir-seasonpass main .tab-1 label:has(:checked) + div {
	display: block;
}
.dir-seasonpass main .plan-box dl{
	display: flex;
	margin-top: 0;
	margin-bottom: 10px;
}
.dir-seasonpass main .plan-box dl dt{
	width: 200px;
	text-align: center;
	background-color: #FF6325;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding: 1rem;
}
.dir-seasonpass main .plan-box dl dd{
	width: calc(100% - 210px);
	margin-left: 10px;
	background-color: #EAEAEA;
	padding: 1rem;
}
/*---------- シートマップ ---------*/
.dir-seasonpass main .seatmap-box .seatBtn__list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	border-bottom: #FF6325 5px solid;
}
.dir-seasonpass main .seatmap-box .seatBtn__item span{
	display: inline-block;
}
.dir-seasonpass main .seatmap-box .seatBtn__item{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.8rem;
	text-decoration: none;
	background: #f8f8f8;
	padding: 20px 20px 15px;
	width: 100%;
	text-align: center;
	color: #FF6325;
	line-height: 1;
	height: 80px;
	cursor: pointer;
}
.dir-seasonpass main .seatmap-box .seatBtn__item:hover, .dir-seasonpass main .seatmap-box .seatBtn__item.active{
	background: #FF6325;
	color: #fff;
}
.dir-seasonpass main .seatmap-box .seatTarget{
	display: none;
}
.dir-seasonpass main .seatmap-box .seatTarget.active{
	display: block;
}
.dir-seasonpass main .seatmap-box .seatSelect__list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	border-bottom: #FF6325 1px solid;
}
.dir-seasonpass main .seatmap-box .seatSelect__item{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	text-decoration: none;
	background: #ffeaeb;
	padding: 14px 10px;
	width: 100%;
	text-align: center;
	color: #000;
	line-height: 1.16;
	cursor: pointer;
	height: 60px;
}
.dir-seasonpass main .seatmap-box .seatSelect__item:not(:first-child){
	border-left: #fff 1px solid;
}
.dir-seasonpass main .seatmap-box .seatSelect__item:hover, .dir-seasonpass main .seatmap-box .seatSelect__item.active{
	background: #FF6325;
	color: #fff;
}
.dir-seasonpass main .seatmap-box .seatArea{
	display: none;
}
.dir-seasonpass main .seatmap-box .seatArea.active{
	display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: stretch;
}
.dir-seasonpass main .seatmap-box .seatArea__imgArea{
	width: 50%;
	padding: 40px;
	text-align: center;
	}
.dir-seasonpass main .seatmap-box .seatArea__imgArea.default{
	width: 73%;
}
.dir-seasonpass main .seatmap-box #seat_w1premia.seatArea__imgArea{
	background-color: #febb96;
}
.dir-seasonpass main .seatmap-box #seat_w1center.seatArea__imgArea{
	background-color: #FFF9B9;
}
.dir-seasonpass main .seatmap-box #seat_w2.seatArea__imgArea{
	background-color: #FFF465;
}
.dir-seasonpass main .seatmap-box #seat_w2swan.seatArea__imgArea{
	background-color: #F6D897;
}
.dir-seasonpass main .seatmap-box #seat_w2pea.seatArea__imgArea{
	background-color: #FFBEE2;
}
.dir-seasonpass main .seatmap-box #seat_e1center.seatArea__imgArea{
	background-color: #B5CE8B;
}
.dir-seasonpass main .seatmap-box #seat_e2front.seatArea__imgArea{
	background-color: #C1E4D6;
}
.dir-seasonpass main .seatmap-box #seat_e2center.seatArea__imgArea{
	background-color: #2B6D4B;
}
.dir-seasonpass main .seatmap-box #seat_e2upper.seatArea__imgArea{
	background-color: #5CA576;
}
.dir-seasonpass main .seatmap-box #seat_w1side.seatArea__imgArea{
	background-color: #ECCEA1;
}
.dir-seasonpass main .seatmap-box #seat_w2free.seatArea__imgArea{
	background-color: #FFBF73;
}
.dir-seasonpass main .seatmap-box #seat_w2family.seatArea__imgArea{
	background-color: #9E8875;
}
.dir-seasonpass main .seatmap-box #seat_e1side_n.seatArea__imgArea{
	background-color: #DEEBB6;
}
.dir-seasonpass main .seatmap-box #seat_e1side_s.seatArea__imgArea{
	background-color: #80A7A9;
}
.dir-seasonpass main .seatmap-box #seat_e2side_n.seatArea__imgArea{
	background-color: #9DBE8C;
}
.dir-seasonpass main .seatmap-box #seat_e2side_s.seatArea__imgArea{
	background-color: #C1CD6F;
}
.dir-seasonpass main .seatmap-box #seat_nfree.seatArea__imgArea{
	background-color: #8BADC6;
}
.dir-seasonpass main .seatmap-box #seat_sfree.seatArea__imgArea{
	background-color: #E78E95;
}
.dir-seasonpass main .seatmap-box #seat_wheelchair.seatArea__imgArea{
	background-color: #FFFDBC;
}
.dir-seasonpass main .seatmap-box .seatArea__imgArea img{
	width: 100%;
}
.dir-seasonpass main .seatmap-box .seatArea__textArea{
	width: 50%;
	background: #e5e5e5;
	padding: 20px 30px;
	font-size: 1.3rem;
}
.dir-seasonpass main .seatmap-box #seat_premium.seatArea__textArea{
	background-color: #e3ddc3;
}

.dir-seasonpass main .seatmap-box .seatArea__textArea .info-box{
	background-color: #FFFFFF;
	padding: 7px;
	margin-top: 10px;
}
.dir-seasonpass main .seatmap-box .seatArea__textArea .comment{
	margin-top: 0;
	font-weight: bold;
	font-size: 2.0rem;
	color: #000000;
	position: relative;
	text-align: center;
}
.dir-seasonpass main .seatmap-box .seatArea__textArea .comment:before{
	content: "";
	background-size: contain;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../../img/ticket/season-pass/2026/comma_l.png");
	position: absolute;
	left: 0;
	opacity: .7;
	top: 50%;
transform: translateY(-50%);
}
.dir-seasonpass main .seatmap-box .seatArea__textArea .comment:after{
	content: "";
	background-size: contain;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../../img/ticket/season-pass/2026/comma_r.png");
	position: absolute;
	right: 0;
	opacity: .7;
	top: 50%;
transform: translateY(-50%);
}
.dir-seasonpass main .seatmap-box .seatArea__textArea .comment span{
	position: relative;
	z-index: 1;
}
.dir-seasonpass main .seatmap-box .seatArea__price{
	margin-top: 15px;
}
.dir-seasonpass main .seatmap-box .seatArea__price__title{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	background: #FF6325;
	padding: 5px;
	color: #fff;
}
.dir-seasonpass main .seatmap-box .seatArea__price__table{
	margin-top: 1px;
	width: 100%;
	table-layout: fixed;
}
.dir-seasonpass main .seatmap-box thead .seatArea__price__head{
	background: #FFF6C5;
}
.dir-seasonpass main .seatmap-box .seatArea__price__table tbody th, .dir-seasonpass main .seatmap-box .seatArea__price__table tbody td{
	line-height: 1.16;
	text-align: center;
	padding: 10px 5px;
	vertical-align: middle;
	font-weight: 400;
	color: #000;
	font-weight: bold;
}
.dir-seasonpass main .seatmap-box .seatArea__price__table tbody th{
	font-size: 1.3rem;
	background: #f6f6f6;
	border-top: #e5e5e5 1px solid;
}
.dir-seasonpass main .seatmap-box .seatArea__price__table tbody tr:first-child th{
	border-left: 1px solid #e5e5e5
}
.dir-seasonpass main .seatmap-box .seatArea__price__table tbody tr:first-child th:first-of-type{
	border-left: none;
}
.dir-seasonpass main .seatmap-box .seatArea__price__table tbody td{
font-size: 1.3rem;
background: #fff;
border-left: #e5e5e5 1px solid;
border-top: #e5e5e5 1px solid;
}
.dir-seasonpass main .seatmap-box .seatArea__toggle__item{
	background: #f8f8f8;
	color: #FF6325;
	text-align: center;
	font-size: 1rem;
	width: 100%;
	border-radius: 10px 10px 0 0;
	padding: 10px 2px 5px;
	line-height: 1.2;
}
.dir-seasonpass main .seatmap-box .seatArea__toggle__item.active{
	background: #FF6325;
	color: #fff;
}
.dir-seasonpass main .seatmap-box .seatArea__toggle__item:not(:first-child){
	margin-left: 1px;
}
.dir-seasonpass main .seatmap-box .tab-1{
	margin-top: 40px;
}
.dir-seasonpass main .seatmap-box .price-img{
	padding: 2em;
	background-color: #FF6325;
}
.dir-seasonpass main .seatmap-box .tab-1 label:has(:checked){
	background-color: #FF6325;
	color: #FFFFFF;
}
/*---------- 年間駐車場 ---------*/
.dir-seasonpass main .parking-box h2{
	text-align: center;
	background-color: #FF6325;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.dir-seasonpass main .parking-inner{
	margin-top: 40px;
	background-color: #FFFFFF;
	border-radius: 13px;
}
.dir-seasonpass main .parking-inner h2{
	border-radius: 13px 13px 0 0;
}

.dir-seasonpass main .parking-inner dl{
	display: flex;
	margin-top: 0;
	margin-bottom: 1px;
}
.dir-seasonpass main .parking-inner dl dt,.dir-seasonpass main .parking-inner dl dd{
	padding: 1rem;
	margin: 0;
}
.dir-seasonpass main .parking-inner dl dt{
	width: 25%;
	background: #a8a7a7;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.dir-seasonpass main .parking-inner dl dd{
	width: 75%;
	background-color: #EAEAEA;
}
/*---------- よくある質問 ---------*/
.dir-seasonpass main .faq-box{
	position: relative;
}
.dir-seasonpass main .faq-box div.accordion {
	display: flex;
	align-items: center;
	border: none;
	cursor: pointer;
	font-size: 1.4rem;
	transition: 0.5s ease-in;
	position: relative;
	padding-left: 60px;
	min-height: 53px;
	margin: 0;
	border-radius: 5px;
	background: #FFF;
	margin-bottom: 15px;
	font-weight: 600;
}
.dir-seasonpass main .faq-box .accordion:before {
	content: "Q";
	position: absolute;
	left: 15px;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	background: #313131;
	color: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}
.dir-seasonpass main .faq-box .accordion.active {
	margin-bottom: 0;
}
.dir-seasonpass main .faq-box div.panel{
	max-height:0;
	overflow:hidden;
	transition: 0.3s ease-out;
}
.dir-seasonpass main .faq-box .panel p {
	padding-left: 60px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-bottom: 1rem;
	background: #fafafa;
	margin: 0 0 15px;
	position:relative;
	font-size: 1.4rem;
	min-height: 53px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.dir-seasonpass main .faq-box .panel p a{
	width: 100%;
}
.dir-seasonpass main .faq-box .panel p:before {
	content: "A";
	position: absolute;
	left: 15px;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-family: "Barlow", sans-serif;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	background: #e80000;
	color: #fff;
	border-radius: 50%;
	top: 10px;
}
.dir-seasonpass main .faq-box .acco{
	position:relative;
}
.dir-seasonpass main .faq-box div.accordion:hover{
	background-color: #ddd;
}
.dir-seasonpass main .faq-box div.accordion:after {
	content: '\02795';
	font-size: 1rem;
	color: #777;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-46%);
}
.dir-seasonpass main .faq-box div.accordion.active:after {
	content: "\2796";
}
.dir-seasonpass main .faq-box .faq-list + .faq-list{
	margin-top: 30px;
}
.dir-seasonpass main .faq-box .faq-list h3{
	margin-top: 0;
	position: relative;
	padding: 1rem;
	background-color: #FF6325;
	font-weight: bold;
	color: #FFFFFF;
}




@media (max-width: 768px){
	body{
		font-size: 1.4rem;
	}
	.wrap-table{
		width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	}
	.wrap-table:before{
		content: "※右にスクロールできます。";
	font-size: 1.2rem;
	}
	.jleague-button a{
		width: 300px;
	}
	.jleague-button img{
		width: 150px;
	}
	.modal-inner .modal-text{
		overflow: scroll;
		max-height: 400px;
	}
/*モーダル*/
	.modal-list .open-modal{
		width: 100%;
		margin-left: 0;
	}
	.modal-list .open-modal .icon{
		width: 70px;
		height: 70px;
	}
	.modal-list .open-modal .info{
		width: calc(100% - 95px);
	}
	.dir-seasonpass main .seasonpass-ttl{
		padding-top: 10px;
	}
	.dir-seasonpass main .seasonpass-ttl span.en{
	font-size: 3.0rem;
}
.dir-seasonpass main .seasonpass-ttl span.jp{
	font-size: 2.3rem;
}
	.dir-seasonpass main .seasonpass-subttl{
		font-size: 2.0rem;
	}
	.dir-seasonpass main .seasonpass-subttl:after{
		width: 80px;
	}
	.dir-seasonpass main .sec-inner{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.dir-seasonpass main .anchor-link ul li a{
	height: 50px;
		font-size: 1.3rem;
}
.dir-seasonpass main .anchor-link ul li a:after{
  width: 6px;
	height: 6px;
	right: 6px;
}

	.dir-seasonpass main .jleague-box .jleague-text{
		font-size: 1.6rem;
		line-height: 2.2;
	}
	/*-----シーズンパスについて-----*/
	.dir-seasonpass main .seasonpass-bg:before{
		background-position: 80%;
	}
	.dir-seasonpass main .point-box .point-list li span.en{
	display: block;
		font-size: 3.0rem;
}
	.dir-seasonpass main .point-box .point-list li span.text{
		font-size: 2.2rem;
		padding: 0 1rem;
	}
	.dir-seasonpass main .point-box .point-guide .item{
		width: 100%;
		margin-left: 0;
	}
	.dir-seasonpass main .point-box .point-guide .item:first-child{
		margin-bottom: 20px;
	}
	.dir-seasonpass main .point-box .point-guide .box{
		height: auto;
		min-height: auto;
	}
	.modal-attention{
		padding: 1em .5em;
	}
	.modal-attention .modal-list{
		justify-content: space-between;
	}
	.modal-attention .modal-list .open-modal{
		width: calc(50% - 10px);
		flex-wrap: wrap;
		padding: 10px 0;
		justify-content: center;
	}
	.modal-attention .modal-list .open-modal:nth-child(2n + 1){
		margin-left: 0;
	}
	
	.modal-attention .modal-list .open-modal .info{
		width: 100%;
		font-size: 1.1rem;
		margin-top: 6px;
	}
/*---------- 選べる２つのプラン ----------*/
	.dir-seasonpass main .tab-1 > label{
		font-size: 1.3rem;
	}
	.dir-seasonpass main .plan-box dl{
		margin-bottom: 5px;
		margin-top: 0;
	}
	.dir-seasonpass main .plan-box dl dt{
		width: 90px;
		font-size: 1.3rem;
	}
	.dir-seasonpass main .plan-box dl dd{
		width: calc(100% - 95px);
		margin-left: 5px;
		font-size: 1.3rem;
	}
	.dir-seasonpass main .plan-box dl dd .fs-13{
		font-size: 1.1rem;
	}
/*---------- キャンペーン ----------*/
	.dir-seasonpass main .campaign-box .modal-list .open-modal{
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
	.dir-seasonpass main .campaign-box .modal-list .open-modal + .open-modal{
		margin-top: 15px;
	}
/*---------- 席割り　・価格 ----------*/
	.dir-seasonpass main .seatmap-box .seatBtn__item{
		font-size: 1.6rem;
		padding: 10px;
		height: 60px;
	}
	.dir-seasonpass main .seatmap-box .seatSelect__list{
		flex-wrap: wrap;
	}
	.dir-seasonpass main .seatmap-box .seatSelect__item{
		width: 20%;
	}
	.dir-seasonpass main .seatmap-box .seatArea__imgArea{
		width: 100%;
		padding: 15px;
	}
	.dir-seasonpass main .seatmap-box .seatArea__imgArea.default{
		width: 100%;
	}
	.dir-seasonpass main .seatmap-box .seatArea.active{
		flex-wrap: wrap;
	}
	.dir-seasonpass main .seatmap-box .seatArea__textArea{
		width: 100%;
		padding: 15px;
	}
/*---------- 年間駐車場 ----------*/
	.dir-seasonpass main .parking-box h2{
		font-size: 1.7rem;
	}
	.dir-seasonpass main .parking-inner dl{
		flex-wrap: wrap;
	}
	.dir-seasonpass main .parking-inner dl dt{
		width: 100%;
	}
	.dir-seasonpass main .parking-inner dl dd{
		width: 100%;
	}
	.dir-seasonpass main .parking-inner dl + dl{
		margin-top: 5px;
	}
/*---------- よくある質問 ----------*/
	.dir-seasonpass main .faq-box div.accordion{
		padding-left: 40px;
		padding-right: 20px;
	}
	.dir-seasonpass main .faq-box .accordion:before,.dir-seasonpass main .faq-box .panel p:before{
		font-size: 1.5rem;
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 5px;
	}
	.dir-seasonpass main .faq-box .panel p{
		padding-left: 40px;
		padding-right: 20px;
	}

}
@media (min-width: 769px){
		.modal-inner-img{
	display: flex;
		justify-content: flex-end;
		margin-top: 15px;
	}
	.modal-inner-img img{
		width: 250px;
	}
}


.swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
	
}
.swiper-button-prev:before, .swiper-button-next:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%
}
.swiper-button-prev::after, .swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid #FFFFFF;
	border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
					transform: rotate(-135deg);
}
.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}
.flow01 {
	overflow: hidden;
	}
.l-inner{
	position: relative;
}
	.flow01 .swiper-main {
		overflow: visible;
	}

	.flow01 .swiper-pagination-main {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 6.4rem!important;
		justify-content: center;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet {
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		position: relative;
		padding-bottom: 4.3rem;
		cursor: pointer;
		-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);;
		transition: .8s cubic-bezier(.2, 1, .2, 1);;
		text-align: center;
		color: #ddd;
		background-color: transparent;
		width: 120px;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet::before, .flow01 .swiper-pagination-main .swiper-pagination-bullet::after {
		position: absolute;
		content: "";
		-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);;
		transition: .8s cubic-bezier(.2, 1, .2, 1);;
		background-color: #014099;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet::before {
		z-index: 1;
		right: 0;
		bottom: -6px;
		left: 0;
		width: 1.6rem;
		height: 1.6rem;
		margin: auto;
		border-radius: 100px;
		-webkit-box-shadow: 0 0 0 5px #f8f8f8;;
						box-shadow: 0 0 0 5px #f8f8f8;;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet::after {
		right: 50%;
		bottom: 0;
		width: 100%;
		height: 3px;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet:first-child::after {
		display: none;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet .step {
		font-size: 1.6rem;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet-active {
		color: #014099;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet-active::before {
		-webkit-box-shadow: 0 0 0 4px #f8f8f8, 0 0 0 7px #014099;
						box-shadow: 0 0 0 4px #f8f8f8, 0 0 0 7px #014099;
	}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::before, .flow01 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::after {
		background-color: #ddd;
	}
	.flow01 .swiper-pagination-sub {
		font-size: 0;
		text-align: center;
		position: relative;
		z-index: 2;
		bottom: 10px;
	}
	.flow01 .swiper-pagination-sub .swiper-pagination-bullet {
		display: inline-block;
		width: 8px;
		height: 8px;
		cursor: pointer;
		-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);;
		transition: .8s cubic-bezier(.2, 1, .2, 1);;
		vertical-align: top;
		background-color: #ddd;
	}
	.flow01 .swiper-pagination-sub .swiper-pagination-bullet:not(:first-child) {
		margin-left: 8px;
	}
	.flow01 .swiper-pagination-sub .swiper-pagination-bullet-active {
		background-color: #FF6325;
	}
	.flow01 .swiper-button-prev, .flow01 .swiper-button-next {
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.flow01 .swiper-button-prev::before, .flow01 .swiper-button-next::before {
		display: none;
	}
	.flow01 .swiper-button-prev::after, .flow01 .swiper-button-next::after {
		position: relative;
		width: 1.6rem;
		height: 1.6rem;
		content: "";
		border: solid #5C5C5C;
		border-width: 3px 3px 0 0;
	}
	.flow01 .swiper-button-prev {
		right: calc(100% + 0.6rem);
	}
	.flow01 .swiper-button-next {
		left: calc(100% + 0.6rem);
	}
	.flow01 .swiper-slide {
		height: auto;
		border-radius: 13px;
	}
	.flow01 .mainslide {
		width: 100%;
		height: 100%;
		padding: 4.0rem 2.0rem;
		text-align: center;
		border-radius: 6px;
		background-color: #FFFFFF;
		box-shadow: 0px 8px 10px 0px rgba(255,99,37, 0.25);
	}
	.flow01 .mainslide-title {
		font-size: 2.0rem;
		line-height: 1.6;
		display: inline-block;
		border-bottom: 3px solid currentColor;
		margin-top: 0;
		
	}
.flow01 .mainslide-title span{
	display: inline-block;
	font-size: 3.4rem;
	color: #014099;
	font-weight: bold;
	margin-right: 10px;
	line-height: 1;
}
.flow01 .flow-inner{
	display: flex;
	position: relative;
	align-items: center;
}
.flow01 .flow-inner .swiper-sub{
	width: 45%;
}
.flow01 .flow-inner .flow-text{
	width: 50%;
	text-align: left;
	font-size: 1.4rem;
	background-color: #DDDDDD;
	padding: 1rem;
}
.flow01 .subslide {
		padding: 3rem;
	}
.flow01 .subslide-media {
	box-shadow: 0 12px 24px -2px rgb(0 0 0 / 25%);
	border: 3px solid #3c3c3c;
	border-radius: 49.6px;
	background-color: #FFFFFF;
	padding: 1.5rem;
	overflow: hidden;
	}
.flow01 .subslide-media img{
	border-radius:20px;
}


	@media only screen and (max-width: 1024px) {
	.l-inner {
		padding: 0 4rem;
	}
	.flow01 .swiper-button-prev::after, .flow01 .swiper-button-next::after {
		width: 3.2rem;
		height: 3.2rem;
	}
	.flow01 .swiper-button-prev {
		right: calc(100% - 4rem);
	}
	.flow01 .swiper-button-next {
		left: calc(100% - 4rem);
	}
}

	@media only screen and (max-width: 769px) {
		.flow01{
			padding-left: 15px;
			padding-right: 15px;
		}
		.flow01 .swiper-pagination-main{
			flex-wrap: nowrap;
			margin-bottom: 3.4rem!important;
		}
		.flow01 .swiper-pagination-main .swiper-pagination-bullet{
			width: 11%;
			padding-top: 0;
			padding-bottom: 20px;
			font-size: 1.3rem;
		}
	.flow01 .swiper-pagination-main .swiper-pagination-bullet::before {
	bottom: -5px;
	width: 1.3rem;
	height: 1.3rem;
	}
.flow01 .swiper-pagination-main .swiper-pagination-bullet .step {
	font-size: 1.0rem;
	display: block;
	margin-bottom: 0.5em;
	text-indent: 0.5em;
}
		.flow-outer{
			padding: 0 1.5rem;
		}
		.flow01 .mainslide-title{
			font-size: 1.5rem;
			position: relative;
		}
		.flow01 .mainslide-title span{
			font-size: 4.0rem;
		}
		.flow01 .mainslide{
			padding: 2.0rem;
		}
		.flow01 .flow-inner{
			flex-wrap: wrap;
			justify-content: center;
			align-items: baseline;
		}
		.flow01 .flow-inner .swiper-sub{
			width: 90%;
		}
		.flow01 .flow-inner .flow-text{
			width: 100%;
			font-size: 1.3rem;
		}
		.flow01 .subslide{
			padding: 3rem 1rem;
		}
		.flow01 .subslide-media{
			border-radius: 25px;
			padding: 1rem;
			box-shadow: 0 6px 12px -2px rgb(0 0 0 / 25%);
		}
		.flow01 .subslide-media img{
			border-radius: 20px;
		}
}

	@media only screen and (min-width: 768px) {
	.flow01 .swiper-main,
	.flow01 .swiper-pagination-main {
		max-width: 950px;
		margin: auto;
	}
	.swiper-button-prev::before, .swiper-button-next::before {
		-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);;
		transition: .8s cubic-bezier(.2, 1, .2, 1);;
	}
	.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
		-webkit-transform: scale(1.2);
						transform: scale(1.2);
	}
	.flow01 .swiper-button-prev::after, .flow01 .swiper-button-next::after {
		-webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);;
		transition: .8s cubic-bezier(.2, 1, .2, 1);;
	}
	.flow01 .swiper-button-prev:hover::after {
		-webkit-transform: translateX(-0.8rem) rotate(-135deg);
						transform: translateX(-0.8rem) rotate(-135deg);
	}
	.flow01 .swiper-button-next:hover::after {
		-webkit-transform: translateX(0.8rem) rotate(45deg);
						transform: translateX(0.8rem) rotate(45deg);
	}
	}

	@media only screen and (max-width: 1024px) and (min-width: 600px) {
		.flow01 .swiper-main,
	.flow01 .swiper-pagination-main {
			max-width: calc(100% - 6.4rem);
		}
	}