/* @override 
	http://203.143.96.127:8003/tickets/u-21j/assets/css/base_u-21j.css */

/* === DIN Font ===  */
ul.matches>li div.score li,
#match_nav_small h5,
#match_nav_small p.venue,
#sec_match_navi ul.matches p.day,
#sec_match_navi ul.matches p.week_ko>span,
#sec_match_navi ul.matches p.venue {
    font-family: DINNextLTPro-Condensed;
    font-weight: normal;
    text-transform: uppercase;
}

/*Medium*/
li>a>.inner_text>p.date,
ul.matches>li div.score p,
ul.matches>li div.score li.sub h5 {
    font-family: DINNextLTPro-MediumCond;
    font-weight: normal;
    text-transform: uppercase;
}


/* === DIN Font ===  */

main#tkt_u-21j {
	padding-bottom: 120px;
}


h2 {
margin-top: 32px;
		font-size: 2.4rem;
		line-height: 1;
		text-align: center;
		}


/*#box_kv_u-21j(pc)*/
#box_kv_u-21j {
width: 100%;
height: 640px;
margin-top: 16px;
position: relative;
overflow: hidden;
z-index: 0;
padding-bottom: 42px;
box-sizing: content-box;

		/*nest-start*/
	
	ul.switcher_arrow{
	position: absolute;
	z-index: 50;
	width: 1138px;
	height: 0;
	top: 0;
	left: 50%;
	margin-left: calc(1138px / 2 * -1 + 7px);
	}
	
	ul.switcher_arrow li {
		position: absolute;
		top: calc(640px - 55px);
	}
	
		ul.switcher_arrow li.prev {
		left: -57px;
	}
	
	ul.switcher_arrow li.next {
		right: -57px;
	}
	
	ul.switcher_arrow button {
		position: relative;
		z-index: 0;
		width: 55px;
		height: 55px;
		background-color: hsla(360, 100%, 100%, .65);
		cursor: pointer;
		display: block;
		text-indent:100%;
white-space:nowrap;
overflow:hidden;
	}
	
	ul.switcher_arrow button:hover {
		background-color: hsla(360, 100%, 100%, .90);
	}
	
	
	ul.switcher_arrow button::before {
		content: "";
		display: block;
		width: 18px;
		height: 30px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: calc((18px / 2) * -1);
		margin-top: calc((29px / 2) * -1);
		background-image: url(/assets_global/img/icon_arrow_colors.svg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	ul.switcher_arrow li.prev button::before {
		transform: scale(-1,1) translateX(-1px);
	}
	
	ul.switcher_arrow li.next button::before {
		transform:translateX(1px);
	}
	
ul.switcher_bar{
	position: absolute;
	bottom: 8px;
	z-index: 50;
	width: 980px;
	height: auto;
	left: 50%;
	margin-left: calc(980px / 2 * -1);
	display: flex;
	justify-content: center;
	}
	
	ul.switcher_bar>li {
		width: 40px;
		height: 21px;
		position: relative;
		z-index: 0;
		margin: 0 3px;
	}
	
	ul.switcher_bar>li>button {
		position: relative;
		z-index: 0;
		width: 40px;
		height: 21px;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	
	ul.switcher_bar>li>button::before {
		content: "";
		width: 40px;
		height: 5px;
		background-color: hsl(0, 0%, 87%);
	}
	
	ul.switcher_bar>li:nth-of-type(1)>button::before {
		background-color: var(--main_kf_blue);
	}
		
		
	ul#kv_slider{
	position: absolute;
	z-index: 0;
	left: 50%;
	display: flex;
	align-items: f;
	flex-wrap: nowrap;
width: calc((1138px + 2px) * 3); /*3枚分*/
margin-left: calc((1138px + 2px) * 3 / -2);
	}
	
	ul#kv_slider>li {
		margin: 0 1px;
		width: 1138px;
		height: 640px;		
	}
	
	ul#kv_slider>li>a {
		display: block;
		height: 640px;
		background-color: #ddd;
	}
		
		
		/*nest-end*/
}

/*#nav_anchor(pc)*/

#nav_anchor {
	width: 1138px;
	margin: 16px auto 0 auto;
	/*nest-start*/
	& ul{
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	font-weight: 600;
	display: flex;
	justify-content: center;
	gap:0 1.6em;
	}
	
	& ul a {
		color: var(--main_bk);
		display: block;
		position: relative;
		z-index: 0;
		height: 1.9em;
		transition: 0.3s;
	}
	
	& ul a:hover {
		opacity: 0.7;
	}
	
	
	
	& ul>li {
		text-align: center;
	}
	
	& ul>li small {
		font-size: 0.6em;
		display: inline-block;
		position: relative;
		padding-right: 18px;
		z-index: 0;
	}
	
	& ul a::before {
		content: "";
		width: 16px;
		height: 28px;
		display: block;
		position: absolute;
		bottom: -6px;
		left: 50%;
		margin-left: -8px;
		background-image: url(/assets_global/img/icon_arrow_colors.svg);
		background-repeat: no-repeat;
		background-size: cover;
		transform: rotate(90deg);
		transition: 0.3s;
	}
	
	& ul a:hover::before {
		transform: rotate(90deg) translatex(4px);
	}
	
	& ul li:nth-of-type(3) a::before,
	& ul li:nth-of-type(6) a::before  {
		content: none;
	}
	
	& ul li:nth-of-type(3) a {
		pointer-events: none;
		color: #aaa;
	}
	
	& ul li:nth-of-type(6) a>small::after {
		content: "";
		width: 13px;
		height: 13px;
		position: absolute;
		right: 0;
		display: block;
		top: 50%;
		margin-top: -7px;
		
		background-image: url(/assets_global/img/icon_open_link.svg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	
/*nest-end*/
}


/*===main#tkt_u-21j{(pc)====*/
main#tkt_u-21j{
	
	 & section{
	margin-top: 64px;
	position: relative;
	z-index: 0;
	scroll-margin-top: 120px;
	}
	
	section#sec_u-21j_goods{
		margin-top: 140px;
	}
	 
	& section>.inner{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	}
	
	.sec_header {
		width: 960px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	
	.sec_header h3 {
		font-family: DINNextLTPro-Condensed;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 5.6rem;
	line-height: 0.8;
	}
	
	.sec_header h3>strong {
		font-weight: normal;
		color: var(--main_kf_blue);
	}
	
	.sec_header h3+p {
		font-size: 1.6rem;
		font-weight: 600;
	}
	
	.sec_header p.sub {
		position: relative;
		z-index: 0;
		margin-top: 2.4em;
		font-size: 1.4rem;
		font-weight: bold;
		font-weight: 400;
	}
	.sec_header p.sub::before {
		content: "";
		display: block;
		position: absolute;
		top: -1.35em;
		background-color: var(--main_kf_blue);
		width: 100px;
		height: 3px;
		left: 50%;
		margin-left: -50px;
	}
	
}

/*#sec_info(pc)*/
#sec_info {
/*nest-start*/
	
	#wrapper_info{
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 12px 32px 40px 32px;
	}
	
	#wrapper_info {
	/*nest-inner-start*/
	p.btn_solid {
	margin-top: 2em;
	text-align: center;
	}
	
	p.btn_solid>a {
	margin: 0 auto;
	}
	
	& dl {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.4em;
	}
	
	& dl a {
		color: var(--main_bk);
		transition: 0.3s;
	}
	
	& dl a:hover {
		text-decoration: underline;
		color: var(--main_kf_blue_darker);
	}
	
	& dl>dt {
	font-family: DINNextLTPro-MediumCond;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2.2rem;
	line-height: 1;
	color: var(--main_kf_blue_darker);
	height: 0;
	margin-top: 0.8em;
	border-top: 1px solid #ddd;
	padding-top: 0.65em;
	}
	
	& dl>dt:first-of-type {
		border-top: none;
		margin-top: 0;
	}
	
	& dl>dt span {
		width: 4.3em;
		text-align: right;
		display: block;
		padding-top: 0.42em;
	}
	
	& dl>dd {
		margin-left: 7em;
		font-size: 1.8rem;
		line-height: 1.6;
		margin-top: 0.5em;
	}
	
	& dl>dt+dd {
		margin-top: 0.3em;
	}
	
	/*nest-inner-end*/
	}
	
/*nest-end*/
}






/*==== #sec_match_navi(pc) =====*/

#sec_match_navi,
#sec_u-21j_goods{
	background-color: var(--main_kf_blue_pale);
	/*nest-start*/
	&::before,
	&::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 170px;
	left: 0;
	top: 0;
	background-color: var(--main_kf_blue_pale);
	}
	/*nest-end*/
}

#sec_match_navi {
	&::before {
		top: -60px;
		transform: skewY(-3deg) scale(1);
	}
	
	&::after {
		top: auto;
		bottom: -100px;
		transform: skewY(3deg);
	}
}

#sec_u-21j_goods{
	&::before {
		top: -60px;
		transform: skewY(3deg);
	}
	
	&::after {
		top: auto;
		bottom: -100px;
		transform: skewY(-3deg);
	}
}

main#tkt_u-21j #sec_match_navi,
main#tkt_u-21j #sec_get_tickets{
	margin-top: 144px;
}

main#tkt_u-21j #sec_get_tickets{
	margin-top: 176px;
}


/*==== #wrap_mn_slider(pc) =====*/
#wrap_slider_mn {

    /* max-width: 1560px; */
    /* 画面中央に配置 */
    margin-left: auto;
    margin-right: auto;

    width: 100%;
    height: auto;
    /* スライダー動作のため中央寄せを解除 */
    display: block;
    overflow: hidden;
    padding: 28px 4vw 16px;
    position: relative;
    z-index: 10;

    /* 送りボタンの基本配置設定 */
    .btn-left,
    .btn-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 30;
        cursor: pointer;
        transition: opacity 0.3s ease;
        border: none;
        outline: none;
    }

    .btn-left {
        left: 10px;
    }

    .btn-right {
        right: 10px;
    }

    /*nest-start*/
    ul.matches,
    ul.matches>li {
        list-style: none;
    }

    ul.matches {
        list-style: none;
        display: flex;
        justify-content: flex-start;
        /* スライド時の滑らかなアニメーション */
        transition: transform 0.5s ease-out;
        padding: 0;
        margin: 0;
    }

    ul.matches>li {
        /* スライダー内での幅圧縮を防止 */
        flex-shrink: 0;
        font-feature-settings: "palt" 1;
        line-height: 1;
        width: 288px;
        height: 372px;
        background-color: #fff;
        position: relative;
        z-index: 0;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
        margin: 0 12px;
        border-radius: 3px;
    }

    /* 1節を中央に置くための空枠用 */
    ul.matches>li.empty-card {
        background-color: transparent;
        background-color: #e5e5e5;
        box-shadow: none;
        pointer-events: none;
    }

    /*season year(pc)*/
    ul.matches>li p.year {
        position: absolute;
        top: -1.4em;
        font-size: 1.4rem;
        font-weight: 500;
        color: var(--main_kf_blue);
    }

    ul.matches>li>.inner {
        position: relative;
        z-index: 0;
        overflow: hidden;
        height: 100%;
    }

    /*top-right-corner*/
    ul.matches>li>.inner::before {
        content: "";
        display: block;
        width: 64px;
        height: 64px;
        transform-origin: top right;
        transform: rotate(45deg);
        position: absolute;
        right: -60px;
        top: 0;
        background-color: #d7f3fe;
        opacity: 0.6;
    }

    /*date-venue*/
    ul.matches>li div.date {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 16px 0 0 12px;
    }

    ul.matches>li div.date .day {
        font-size: 7.2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: -0.065em;
    }

    ul.matches>li div.date .day>span {
        position: relative;
        display: inline-block;
        padding-left: 0.26em;
    }

    ul.matches>li div.date .day>span::before {
        content: "";
        display: block;
        position: absolute;
        top: 0.05em;
        left: 0.14em;
        transform: skew(-13deg);
        background-color: var(--main_bk);
        height: 52px;
        width: 2px;
    }

    ul.matches>li div.date.sat .day>span,
    ul.matches>li div.date.sat .day+.week_ko,
    ul.matches>li.home p.venue::after {
        color: var(--main_kf_blue_darker);
    }

    ul.matches>li div.date.sun .day>span,
    ul.matches>li div.date.sun .day+.week_ko,
    ul.matches>li div.date.holiday .day>span,
    ul.matches>li div.date.holiday .day+.week_ko {
        color: var(--main_red);
    }

    ul.matches>li p.week_ko {
        font-weight: bold;
        font-weight: 700;
        line-height: 1.2;
        margin-top: -0.2em;
        font-size: 1.8rem;
        margin-right: 0.2em;
    }

    ul.matches>li p.week_ko,
    ul.matches>li p.venue {
        margin-left: 8px;
    }

    ul.matches>li p.week_ko>span {
        font-size: 2.8rem;
        display: inline-block;
        color: var(--main_bk);
        margin-top: 0.1em;
    }

    ul.matches>li div.date span.undecided,
    ul.matches>li p.week_ko>span.undecided {
        font-family: var(--main_jp_font);
        font-size: 1.6rem;
    }

    ul.matches>li p.venue {
        font-size: 1.7rem;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #eee;
        position: relative;
        margin-top: -11px;
        padding-top: 0.4em;
        border-radius: 3px;
        letter-spacing: 0.02em;
    }

    ul.matches>li.home p.venue {
        background-color: var(--main_kf_blue_pale_more);
    }

    ul.matches>li.away p.venue {
        background-color: hsl(0, 100%, 95%);
    }

    ul.matches>li.away p.venue::after {
        content: "away";
        text-transform: uppercase;
        color: var(--main_red);
    }

    ul.matches>li.home p.venue::after {
        content: "home";
        text-transform: uppercase;
    }

    /*main*/
    ul.matches>li .vs_main {
        padding-top: 0.65em;
        display: flex;
        width: calc(100% - 86px);
        flex-wrap: wrap;
        align-content: flex-start;
    }

    ul.matches>li .vs_main p {
        font-weight: bold;
        font-weight: 600;
        line-height: 1.4;
        width: 190px;
        font-size: 1.3rem;
    }

    ul.matches>li .vs_main p>strong {
        font-weight: bold;
        font-weight: 800;
    }

    /*emblem*/
    ul.matches>li figure {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: 78px;
        height: 80px;
        text-align: center;
        margin-right: 4px;
    }

    ul.matches>li figure>img {
        max-width: initial;
        width: auto;
        height: 100%;
        display: inline-block;
        position: relative;
        top: 2px;
    }

    ul.matches>li figure>img[src*='emb_yokofm.png'] {
        left: -7px;
    }

    /*vs_info*/
    ul.matches>li .vs_info {
        position: relative;
        z-index: 0;
        margin-left: 14px;
        margin-right: 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -0.5em;
    }

    ul.matches>li .vs_info.is_tbd {
        /* justify-content: center; */
        /* padding-left: 0.4em; */
        margin-right: 0;
    }

    /* プレーオフ仮エンブレム */
    #mn260606 .vs_info.is_tbd::before,
    #mn260530 .vs_info.is_tbd::before {
        content: "";
        background-image: url(/assets_home/img/emb_west_same_rank.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 0;
        width: 68px;
        height: 80px;
        margin-left: 4px;
    }

    ul.matches>li h3 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-top: 0.15em;
        font-weight: bold;
        font-weight: 800;
        letter-spacing: -0.03em;
				transform-origin: left center;
		transform: scaleX(0.95);
		white-space: nowrap;
    }

    ul.matches>li h3>strong {
        margin-left: 0.2em;

    }

    /*stadium name*/
    ul.matches>li p.stadium {
        width: 100%;
        text-align: center;
        line-height: 1.3;
        font-size: 1.2rem;
        border-top: 1px solid #ccc;
        padding-top: 0.6em;
        font-weight: bold;
        font-weight: 600;
        margin-top: 10px;
    }

    /*score*/

    ul.matches>li div.score {
        width: 95%;
        margin: 0 auto 0 auto;
        margin-top: 8px;
        position: relative;
        z-index: 0;
    }

    ul.matches>li div.score>.inner {
        background-color: var(--main_glay_light);
        text-align: center;
        display: flex;
        justify-content: center;
        min-height: 98px;
        border-radius: 4px;
        overflow: hidden;
    }

    ul.matches>li div.score ul {
        list-style: none;
        line-height: 0.5;
    }

    ul.matches>li div.score ul.main {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 96px;
        padding-top: 16px;
        margin-left: 12px;
    }

    ul.matches>li div.score ul.main>li {
        font-size: 8.6rem;
    }

    ul.matches>li div.score ul.main>li.kf {
        color: var(--main_kf_blue);
    }

    ul.matches>li div.score li.sub {
        border-left: 2px solid #333;
        border-right: 2px solid #333;
        padding: 0.04em 0 0 0;
        margin: 0 8px;
        margin-top: -0.12em;
        position: relative;
    }


    ul.matches>li div.score li.sub>ul {
        font-size: 2.2rem;
        margin: 0 8px 0 8px;
        letter-spacing: 0.1em;
    }

    ul.matches>li div.score li.sub>ul li {
        line-height: 0.8;
    }

    ul.matches>li div.score li.sub>ul li:nth-child(3),
    ul.matches>li div.score li.sub>ul li:nth-child(4) {
        display: none;
    }

    ul.matches>li div.score li.sub>ul.pk {
        & li {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        & span {
            font-size: 0.8em;
            margin-top: 0.1em;
        }
    }

    ul.matches>li div.score p.time {
        font-family: var(--mani_font_jp);
        line-height: 1.2;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 7em;
        height: 100%;
        font-size: 1.2rem;
        font-weight: bold;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 0;
    }

    ul.matches>li div.score .extend p.time {
        left: -0.6em;
    }

    ul.matches>li div.score.now p.time {
        color: var(--main_red);
        font-weight: bold;
        font-weight: 700;
    }

    ul.matches>li div.score.before ul.main {
        display: none;
    }

    ul.matches>li div.score.before p.time {
        width: 100%;
        font-size: 1.6rem;
    }

    ul.matches>li div.score li.sub h5 {
        font-size: 1.6rem;
        line-height: 1;
    }

    & div.box_thumb_lp {
        width: 100%;
        height: 100%;
    }

    & div.box_thumb_lp a {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    & div.box_thumb_lp img {
        width: auto;
        height: 98px;
        transition: transform 0.3s ease;
    }

    & div.box_thumb_lp a:hover img {
        transform: scale(1.1);
    }

    & div.box_thumb_lp span {
        /* width: 96px; */
        width: 40%;
        font-size: 1.4rem;
        text-align: center;
        display: block;
        line-height: 1.2;
        font-weight: 600;
        transition: 0.3s;
    }

    & div.box_thumb_lp a:hover span {
        opacity: 0.6;
    }

    & div.box_thumb_lp span::after {
        content: '';
        display: block;
        width: 1.0em;
        height: 1.0em;
        background-image: url(/assets_global/img/icon_open_link.svg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
        margin-inline: auto;
        margin-top: 0.4em;
    }


    & ul.matches>li div.score div.box_thumb_lp+p.time {
        display: none;
    }

    /*  */

    /*btn_t*/
    /*btn_t*/
    p.btn_txt {
        margin-top: 6px;
        text-align: center;
        font-size: 1.6rem;

        a {
            width: 95%;
            padding: 1.2em 0 1.4em 0;
            background-color: #fff;
            transition: 0.3s;
        }

        a:hover {
            background-color: #f5f5f5;
        }
    }

    p.btn_txt.is_disabled {
        opacity: 0.6;
        /* cursor: not-allowed; */

        & span::after {
            background-position: -46px 0;
        }

        & a {
            pointer-events: none;
        }
    }

    /* btn */

    button[class^="btn-"] {
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 55px;
        height: 55px;
        border: none;
        background-color: transparent;
        background-image: url('/assets_home/img/btn_matchnavi.png');
        background-repeat: no-repeat;
        background-size: auto 100%;
        cursor: pointer;
        background-position: 0 0;
        /* opacity: 0.8; */
        /* 滑らかに動かすための設定 */
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .btn-left {
        left: 40px;
        transform: translateY(-50%) scaleX(-1);
    }

    .btn-right {
        right: 40px;
        transform: translateY(-50%);
    }

    /* 終点時のスタイル */
    button[class^="btn-"].is-disabled {
        opacity: 0;
        pointer-events: none;
        cursor: default;
    }

    /* ホバー時の挙動 */
    button[class^="btn-"]:hover {
        opacity: 1;
    }

    .btn-left:hover {
        /* 現在の -50% から 6px 分上にずらす */
        transform: translateY(calc(-50% - 6px)) scaleX(-1);
    }

    .btn-right:hover {
        /* 現在の -50% から 6px 分上にずらす */
        transform: translateY(calc(-50% - 6px));
    }

    /* スマホでは隠す */
    @media (max-width: 768px) {
        [class^="btn-"] {
            display: none;
        }
    }

    /*nest-end*/


    /* 複数日対応 */

    ul.matches div.date .head {
		max-width: 94%;
        display: flex;
        flex-direction: column;
        padding-bottom: 18px;

        .wrap {
            display: flex;
            align-items: baseline;
            /* flex-direction: column; */
        }

        .or {
            font-size: 1.4rem;
            margin: 0 0 0 0;
            color: var(--main_bk);
			font-weight: bold;
			font-weight: 600;
        }

        div.inner {
            display: flex;
            align-items: baseline;
        }

        div.inner.sun {

            & .week_ko,
            & span {
                color: var(--main_red) !important;
            }
        }
        
        div.inner:nth-of-type(3) {
			 & .week_ko,
            & span {
                color: var(--nain_bk) !important;
            }
		}

        .day {
            font-size: 4.4rem;
            white-space: nowrap;
        }

        .day>span::before {
            height: 0.8em;
        }

        span.undecided {
            font-size: 1.2rem;
    
        }

        .week_ko {
            font-size: 1.4rem;
            margin-left: 4px;
        }
    }


 ul.matches div.date.date-three {
 	/*nest-start*/
 	.head{
 	max-width: 80%;
 	padding-bottom: 0;
 	}
 	
 	p.venue {
 		margin-left: -20px;
 		top: -12px;
 	}
 	
 	span.undecided {
 	 	width: auto!important;
 	 	display: inline-block!important;
 	 	position: absolute;
 	 	left: 41%;
 	 	top: 20%;
        }
 	
 	.wrap{
 	width: 88%;
 	flex-wrap: wrap;
 	}
 	

 	
 	.wrap>.inner {
 	line-height: 0.5;
 	}
 	
 	.wrap>.inner:nth-of-type(4) {
 		width: 100%;
 	}
 	
 	 
/*nest-end*/
 }



    /*  */
}

/* ==== /#box_match_navi(pc) ==== */


/* #sec_get_tickets(pc) */
#sec_get_tickets {
		
/*nest-start*/

		p.btn_solid{
		margin-top: 32px;
		/*nest-inner-start*/
		a{
		margin: 0 auto;
		}
		/*nest-inner-end*/
		}

		
		#wrapper_tkt_sales_schedule {
		margin-top: 32px;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 18px 32px 40px 32px;
				/*nest-inner-start*/
				
				& table{
				width: 100%;
				}
				
				& table thead:nth-of-type(1)  th{
				font-size: 1.2rem;
				line-height: 1.2;
				border-bottom: 1px solid #ddd;
				padding-bottom: 0.2em;
				}
				
				/*発売日の指定*/
				& table tbody:nth-of-type(1) td:nth-child(2),
				& table tbody:nth-of-type(1)  td:nth-child(n + 4):nth-child(-n + 7) {
				width: 11%;
				}
				
				& table tbody:nth-of-type(1)  td:nth-child(n + 4):nth-child(-n + 7) {
				padding: 0;
				}
				
				
				
				& table>tr {
				border-bottom: 1px solid #333;
				}
				
				thead.separator_round th {
				text-align: center;
				padding: 1.2em 1em 1em 1em;
				font-size: 1.4rem;
				}
				
				thead.separator_round th>span {
				background-color: #111;
				color: #fff;
				padding: 0.4em 1em 0.3em 1em;
				border-radius: 4px;
				}
				
				& tbody td {
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
				text-align: center;
				position: relative;
				z-index: 0;
				vertical-align: middle;
				padding: 0.5em 0.5em 0.5em 0.5em;
				}
				
				& tbody td:last-of-type {
				border-right: none;
				}
				
				& tbody td:nth-of-type(3) {
				text-align: left;
				}
				
				& tbody tr:last-of-type td {
				border-bottom: 1px solid #ddd;
				}
				
				.vs_wrapper {
				position: relative;
				z-index: 0;
				padding-left: 56px;
				display: flex;
				align-content: center;
				flex-wrap: wrap;
				min-height: 64px;
				}
				
				.vs_wrapper p.vs_emblem {
				width: 56px;
				text-align: center;
				position: absolute;
				left: 0;
				top: 50%;
				margin-top: calc(54px / 2 * -1 - 3px);
				}
				
				.vs_wrapper p.vs_emblem>img {
				height: 54px;
				width: auto;
				}
				
				.vs_wrapper p.vs {
				font-size: 2.2rem;
				line-height: 1.2;
				font-weight: bold;
				font-weight: 700;
				}
				
				.vs_wrapper p.stadium {
				font-size: 1.2rem;
				font-weight: bold;
				font-weight: 600;
				margin-top: 0.2em;
				width: 100%;
				}
				
				& table tbody td:nth-child(1) {
				padding: 0.1em;
				width: 2%;
				font-size: 2.4rem;
				font-family: DINNextLTPro-MediumCond;
				font-weight: normal;
				text-transform: uppercase;
				line-height: 1;
				}
				
				& table tbody td:nth-child(1) small {
				font-family: var(--main_jp_font);
				font-size: 1.3rem;
				font-weight: bold;
				font-weight: 700;
				}
				
				
				& table tbody  td:nth-child(n + 8):nth-child(-n + 9) {
				width: 6%;
				padding: 0;
				}
				
				& table tbody button[class^='btn_']{
				display: inline-block;
				background-color: #555;
				color: #fff;
				font-weight: bold;
				font-weight: 600;
				line-height: 1;
				padding: 0.5em 0.7em 24px 0.7em;
				border-radius: 4px;
				position: relative;
				z-index: 0;
				}
				
				& table tbody button[class^='btn_']::before {
				content: "";
				display: block;
				position: absolute;
				left: 50%;
				margin-left: -9px;
				background-repeat: no-repeat;
				background-size: cover;
				}
				
				& table tbody  button.btn_view::before {
				width: 16px;
				height: 20px;
				margin-left: -8px;
				bottom: 4px;
				transform: scale(1.3);
				background-position: 97% 0;
				background-image: url(/assets_global/img/icon_gnav_subs.svg);
				}
				
				& table tbody  button.btn_buy_tkt {
				background-color: var(--main_kf_blue_darker);
				}
				
				& table tbody  button.btn_buy_tkt::before {
				width: 14px;
				height: 14px;
				margin-left: -7px;
				bottom: 7px;
				background-image: url(/assets_global/img/icon_open_link.svg);
				background-position: 100% 0;
				}
				
				& table tbody td:nth-child(2) {
				padding: 1em 0 0 0;
				}
				
				& table tbody p.date {
				font-family: DINNextLTPro-Condensed;
				font-weight: normal;
				text-transform: uppercase;
				font-size: 3.8rem;
				line-height: 0.7;
				letter-spacing: -0.04em;
				}
				
				& table tbody td.multiple p.date {
				line-height: 0.9;
				}
				
				& table tbody p.date span.day::before {
				content: ".";
				}
				
				& table tbody p.date small.or+span.day::before {
				content: none;
				}
				
				& table tbody p.date>small:not(.or) {
				font-size: 1.8rem;
				letter-spacing: 0;
				font-weight: bold;
				font-weight: 700;
				position: relative;
				margin-left: 0.1em;
				position: relative;
				margin-right: -0.5em;
				}
				
				& table tbody p.date>small:not(.or)::before {
				content: "\FF08";
				}
				
				& table tbody p.date>small:not(.or)::after{
				content: "\FF09";
				}
				
				& table tbody p.date>small.or {
				color: var(--main_bk)!important;
				margin-right: 0.2em;
				letter-spacing: 0;
				font-size: 2.4rem;
				}
				
				& table tbody p.ko {
				font-family: DINNextLTPro-Condensed;
				font-weight: normal;
				text-transform: uppercase;
				font-size: 1.4rem;
				letter-spacing: 0.03em;
				}
				
				/*holiday red*/
				& table tbody p.date.holiday,
				& table tbody p.date.sun {
				span.day,
				small,
				small::before,
				small::after{
				color: var(--main_red);
				}
				}
				
				/*sat*/
				& table tbody p.date.sat {
				span.day,
				small,
				small::before,
				small::after{
				color: var(--main_kf_blue_darker);
				}
				}
				
				div.note {
				text-align: center;
				margin-top: 1.5em;
				}
				
				div.note h5 {
				font-size: 1.6rem;
				}
				
				& tbody>tr>td.tbd {
					padding: 0.8em 1em 1em 1em;
					line-height: 1;
					font-family: var(--main_jp_font);
					font-size: 1.6rem;
				}
				
				
				
				/*nest-inner-end*/
				
				}


/*nest-end*/
}


/* ==== #sec_stadium_access(PC) ====  */
#sec_stadium_access {
	/*nest-start*/
	
	
	#wrapper_access{
	width: 940px;
	margin: 24px auto 0 auto;

display: flex;
gap:0 32px ;


}

#wrapper_access>div.inner {
	width: calc((100% - 32px) / 2);
}

#wrapper_access figure {
	height: 250px;
	overflow: hidden;
	border-radius: 12px;
}

#wrapper_access figure>img {
	position: relative;
	height: auto;
	max-height: 100%;
	max-width: none;
	width: 144%;
}

#wrapper_access .tdrk figure>img {
	left: -70px;
}

#wrapper_access .asao figure>img {
	width: 100%;
}

#wrapper_access h4 {
	margin-top: 0.6em;
	text-align: center;
	font-size: 1.8rem;
}

#wrapper_access h4+p {
	margin-top: 0.3em;
}

#wrapper_access .inner p:not(.btn_solid) {
	font-size: 1.6rem;
	line-height: 1.6;
	min-height: 5em;
}

#wrapper_access .inner p.btn_solid {
	margin-top: 24px;
}

#wrapper_access .inner p[class^="btn_solid"] {
	a{
	margin: 0 auto;
	min-width: 150px;
	padding: 1.2em 0.5em 1.1em 1.3em;
	}
}
	
	
/*nest-end*/
}


/* ==== /#sec_stadium_access(PC) ====  */


#sec_u-21j_faq {
		/*nest-start*/
		&>.inner{
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 32px 32px 40px 32px;
		}
		
		div.box_waiting {
			background-color: var(--main_kf_blue_pale);
			margin-top: 20px;
			display: flex;
			justify-content: center;
			align-items: center;
			height: 100px;
		}
		
		/*nest-end*/
}

/*======#sec_u-21j_goods(pc)=====*/
#sec_u-21j_goods {
		/*nest-start*/
		#wrap_slider_goods{
	width: 1138px;
	margin: 24px auto 0;
	position: relative;
	z-index: 10;
		}
		
		#wrap_slider_goods>ul {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			gap:24px 24px;
			justify-content: center;
		}
		
		#wrap_slider_goods>ul>li {
			width: calc((100% - 24px * 2) / 3 );
		}
		
		#wrap_slider_goods>ul>li figure {
			text-align: center;
		}
		
		#wrap_slider_goods>ul>li>a {
			width: 100%;
			background-color: #fff;
			display: block;
			border: 1px solid hsla(0, 0%, 0%,0.05);
			border-radius: 12px;
			overflow: hidden;
			color: #020202;
			transition: 0.3s;
		}
		
		#wrap_slider_goods>ul>li>a:hover {
			color: var(--manin_kf_blue);
			box-shadow: 0px 5px 25px hsla(0,0%,0%,0.1);
		}
		
		
		#wrap_slider_goods>ul>li div.inner {
			padding: 8px 20px 32px 20px;
			text-align: center;
		}
		
		
		
		/*nest-end*/
}
/*======/#sec_u-21j_goods(pc)=====*/



/*==== Responsive(sp) ====*/
@media screen and (max-width: 768px) {
/*mq-start*/

main#tkt_u-21j {
	padding-bottom: 40vw;
}

h2 {
margin-top: 4vw;
font-size: 5vw;
}


/*#box_kv_u-21j(sp)*/
#box_kv_u-21j {
}

/*#nav_anchor(sp)*/

#nav_anchor {
	width: 100%;
	margin: 5vw auto 0 auto;
	overflow: auto;
	/*nest-start*/
	& ul{
	width: 180vw;
	padding-left: 5vw;
	font-size: 4.375vw;
	justify-content: flex-start;
	gap:0 5vw;
	padding-bottom: 2vw;
	}
	
	
	
	& ul a::before {
		width: 3vw;
		height: 5vw;
		bottom: -15%;
		margin-left: -1.5vw;
	}
	
	& ul a:hover::before {
		transform: rotate(90deg) translatex(2%);
	}

	
		& ul>li small {
		padding-right: 4vw;
	}
	
	& ul li:nth-of-type(6) a>small::after {
		width: 2.7vw;
		height: 2.7vw;
		margin-top: -6%;
	}
	
	
/*nest-end*/
}


/*===main#tkt_u-21j{(sp)====*/

main#tkt_u-21j{
/*nest-start*/
	& section{
	margin-top: 8vw;
	scroll-margin-top: 10vw;
	}
	
	section#sec_u-21j_goods{
		margin-top: 24vw;
	}
	
	& section>.inner{
	width: 100%;
	}
	
	.sec_header {
		width: 100%;
	}
	
	.sec_header h3 {
	font-size: 10vw;
	}
	
	.sec_header h3+p {
		font-size: 3.75vw;
	}
	
	
/*nest-end*/
}


/*#sec_info(sp)*/
#sec_info {
width: 90vw;
margin: 0 auto 0 auto;


/*nest-start*/
	
	#wrapper_info{
	margin-top: 3vw;
	border-radius: 1.5vw;
	padding: 3vw 4vw 9vw 4vw;
	}
	
	#wrapper_info {
	/*nest-inner-start*/

	
	& dl {
	padding-bottom: 5vw;
	}
	

	
	& dl>dt {
	font-size: 4.688vw;
	height: auto;
	margin-top: 0.8em;
	}
	

	
	& dl>dt span {
		width: auto;
		text-align: center;
		padding-top: 0.42em;
	}
	
	& dl>dd {
		margin-left: 0;
		font-size: 3.75vw;
		margin-top: 0.85em;
	}
	
	& dl>dt+dd {
		margin-top: 0.3em;
	}
	
	/*nest-inner-end*/
	}
	
/*nest-end*/
}



/*==== #sec_match_navi(sp) =====*/



/*==== /#sec_match_navi(sp) =====*/



/* #sec_get_tickets(sp) */
#sec_get_tickets {
/*nest-start*/

#wrapper_tkt_sales_schedule {
		width: 90vw;
		margin: 4vw auto 0 auto;
		border-radius: 2vw;
		padding: 3vw 0 8vw 4vw;
				/*nest-inner-start*/
				
		div.inner{
	overflow-x: auto;
	padding-bottom: 4vw;
		}
		
		& table{
				width: 240vw;
		}
		
		div.note {
			margin-right: 4vw;
		}
		
		thead.separator_round th {
				text-align: left;
				font-size: 0.8rem;
				}
				
		& tbody>tr>td.tbd {
					font-size: 1.4rem;
					text-align: left;
				}
				
				/*nest-inner-end*/
}


/*nest-end*/
}


/* ==== #sec_stadium_access(sp) ====  */
#sec_stadium_access {
	/*nest-start*/

			#wrapper_access{
			width: 90vw;
			margin: 3vw auto 0 auto;
			gap:0 4vw ;
			}
			
			#wrapper_access>div.inner {
			width: calc((100% - 3vw) / 2);
			}
			
			#wrapper_access figure {
			height: 28vw;
			border-radius: 1.5vw;
			}
			
			
			#wrapper_access figure>img {
			width: 160%;
			}
			
			#wrapper_access h4 {
			font-size: 3.75vw;
			line-height: 1.3;
			}
			
			#wrapper_access .inner p:not(.btn_solid) {
			min-height: 6.5em;
			}
			
			#wrapper_access .inner p.btn_solid {
			margin-top: 3vw;
			}
			
			#wrapper_access .inner p[class^="btn_solid"] {
						a{
						min-width: 30vw;
						padding: 1.2em 0.5em 1.1em 1.3em;
						}
			}
	/*nest-end*/
}


/* ==== /#sec_stadium_access(sp) ====  */

/* ==== #sec_u-21j_faq (sp) ====  */

#sec_u-21j_faq {
	width: 92vw;
	margin: 0vw auto 0 auto;
	
	/*nest-start*/
		div.inner{
		width: 100%;
		border-radius: 2vw;
		padding: 32px 32px 40px 32px;
		}
		
		
		
	/*nest-end*/

}


/* ==== /#sec_u-21j_faq (sp) ====  */


/*======#sec_u-21j_goods(sp)=====*/

#sec_u-21j_goods {
		/*nest-start*/
		#wrap_slider_goods{
	width: 90vw;
	margin: 4vw auto 0 auto;
	}

		#wrap_slider_goods>ul {
			gap:3vw 3vw;
			justify-content: center;
		}

		#wrap_slider_goods>ul>li {
			width: calc((100% - 3vw * 1) / 2 );
		}
		
		/*nest-end*/
}

/*======/#sec_u-21j_goods(sp)=====*/


/**/














/*mq-end*/
}





























/**/