/* @override 
	http://203.143.96.127:8001/tickets/beginers_guide/assets/css/biginners.css
	http://203.143.96.127:8003/tickets/beginners_guide/assets/css/beginners.css */

@charset "UTF-8";
/* CSS Document */
/* /tickets/beginers_guide/assets/css/biginners.css */

.pcv {
	display: inline;
}

.spv {
	display: none;
}

/*  */

body {
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
	animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 8em;
	height: 8em;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.loader:before {
	width: 50%;
	height: 50%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.loader:after {
	background: #23b7fe;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#loader {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #23b7fe;
	z-index: 555;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*  */

article.biginners_guide img {
	width: 100%;
	vertical-align: bottom;
}

/*bolder*/
#inner_full-time p:last-of-type,
#inner_gogo>.inner>p:nth-of-type(1),
#box_timeline>.block>p:not(.btn_wh):not(.btn_blue),
#sec_biginners_menu ul.menus>li>a>p[lang='en'],
p.hint,
#sec_tdrk_access div.box_lead>p,
[class^="box_btn_"]>ul>li,
#box_tdrk_map_3>ul.tab>li,
#wrapper_faq>dl>dt>strong,
#wrapper_faq>dl>dd>strong,
#sec_epilogue h3,
section>.inner>header>h2 {
	font-weight: bold;
	font-weight: 500;
}

div#box_lead>span>p,
div.box_basic_rules>dl>dt,
div#box_lead>p,
#sec_biginners_menu ul.menus>li>a>p:not([lang='en']),
.box_flows_tkt_guide h3+p,
#sec_players_list ul#players_card>li p,
#wrapper_faq>dl>dt,
#sec_biginners_faq h3,
#sec_epilogue h3+p,
section>.inner>header>h2+p,
p[class^="btn_"] {
	font-weight: bold;
	font-weight: 600;
}


/*font DIN Next*/
#box_page_kv .page_main_ttl span:not([lang="en"]),
.box_flows_tkt_guide h3,
#wrapper_faq>dl>dt>strong,
#wrapper_faq>dl>dd>strong,
#sec_epilogue h3,
section>.inner>header>h2 {
	font-family: "DINNextLTPro-MediumCond", "Segoe UI", sans-serif;
	font-stretch: condensed;
}

#inner_gogo p[class^="typo_go_"],
#box_page_kv .page_main_ttl span.sub:nth-of-type(1),
#box_scroll_nav ul,
#sec_players_list ul#players_card>li h4,
#sec_players_list ul#players_card>li h4>strong,
#wrapper_faq>dl>dt>strong,
#wrapper_faq>dl>dd>strong {
	font-weight: bold;
	font-weight: 500;
	font-family: "DINNextLTPro-Medium", "Segoe UI", sans-serif;
}

#sec_match_day .poptext,
#inner_gogo p[class^="typo_go_"] {
	font-weight: bold;
	font-weight: 700;
	font-family: "DINNextLTPro-Bold", "Segoe UI", sans-serif;
}



/* ========== bignners guide ========== */

main {
	position: relative;
	z-index: 0;
}


aside#box_bottom_bnrs {
	margin-top: 0;
	border-top: none;
}


picture {
	display: block;
}

article.biginners_guide {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	min-height: 2000px;
}



/*stripes*/
div.bg_stripes,
div#kv_front_stripes {
	/* width: 2550px; */
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: calc((2550px / 2) * -1);
	display: flex;
	justify-content: flex-start;
	z-index: 9;
}


#wrap_kv .bg_stripes {
	z-index: -1;
}

.wrap .bg_stripes {
	background-color: #22b6fe;
	top: 799px;
}


div.bg_stripes>div {
	height: 100%;
	margin-right: 150px;
	background-color: #fff;
	top: 500px;
}

div.bg_stripes>div:last-of-type {
	margin-right: 0;
}


div.bg_stripes>div,
div#kv_front_stripes>div {
	width: 150px;
}


div#kv_front_stripes {
	height: 800px;
	overflow: hidden;
	/* top: calc(100vw * 0.6); */
	/* top: -640px; */
	top: 124px;
	z-index: 30;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
	z-index: 60;
}

div#kv_front_stripes>div {
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	height: 100%;
	background-color: #555;
	position: relative;
	font-size: 2rem;
	font-family: "Roboto", sans-serif;
}

div#kv_front_stripes>div:nth-child(odd) {
	background-color: #aaa;
}

div#kv_front_stripes>div:nth-child(2),
div#kv_front_stripes>div:nth-child(16) {
	top: 80px;
}

div#kv_front_stripes>div:nth-child(3),
div#kv_front_stripes>div:nth-child(15) {
	top: 160px;
}

div#kv_front_stripes>div:nth-child(4),
div#kv_front_stripes>div:nth-child(14) {
	top: 240px;
}

div#kv_front_stripes>div:nth-child(5),
div#kv_front_stripes>div:nth-child(13) {
	top: 320px;
}

div#kv_front_stripes>div:nth-child(6),
div#kv_front_stripes>div:nth-child(12) {
	top: 400px;
}

div#kv_front_stripes>div:nth-child(7),
div#kv_front_stripes>div:nth-child(11) {
	top: 480px;
}

div#kv_front_stripes>div:nth-child(8),
div#kv_front_stripes>div:nth-child(10) {
	top: 560px;
}

div#kv_front_stripes>div:nth-child(9) {
	top: 640px;
}




/*#box_scroll_nav*/

#box_scroll_nav {
	position: fixed;
	left: 50%;
	margin-left: calc(100% / 2 + -104px);
	top: 50%;
	margin-top: -180px;
	z-index: 100;
	text-transform: uppercase;

	transition: all 0.15s ease-in;
}

#box_scroll_nav.hide {
	/* display: none; */
	opacity: 0;
}

#box_scroll_nav>ul {}

#box_scroll_nav li {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 4px;
	transition: 0.3s;
}


#box_scroll_nav li.current.top {
	margin-top: 80px;
}

#box_scroll_nav li>a {
	color: #eee;
	display: flex;
	height: 48px;
	align-items: center;
	position: relative;
	z-index: 0;
	padding: 0.2em 0.2em 0.2em 34px;
}

#box_scroll_nav li>a>span {
	display: block;
	opacity: 0;
	transition: 0.3s;
}

#box_scroll_nav li>a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #aaa;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	margin-top: -14px;
	border: 4px solid #f9f9f9;
	transition: 0.2s;
}

#box_scroll_nav li>a:hover::before {
	transform: scale(1.2);
}


#box_scroll_nav li:not(.current)>a:hover>span {
	opacity: 1;
}

#box_scroll_nav li.current>a::before,
#box_scroll_nav li.current>a:hover::before {
	transform: scale(1.5);
	background-color: #555;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

#box_scroll_nav li.current>a>span {
	opacity: 1;
}


/**/
#wrapper_main {
	position: relative;
	width: 100%;
	z-index: 30;
}

/* buttons */



[class^="box_btn_"]>ul>li small {
	font-size: 1.4rem;
	width: 100%;
}

[class^="btn_"] {
	text-align: center;
	margin-top: 2em;
	line-height: 1;
	font-size: 1.8rem;
}

img.btn_furonta {
	margin-top: 0;
}

[class^="btn_"]>a {
	display: inline-block;
	padding: 1.2em 1.4em 1.15em 1.4em;
	color: #020202;
	border-radius: 0.4em;
	min-width: 260px;
	transition: 0.3s;
}

[class^="btn_"]>a .material-symbols-outlined {
	margin-left: 0.2em;
	vertical-align: middle;
	top: -0.1em;
	position: relative;
}


[class^="btn_"]>a:hover {
	opacity: 0.7;
}


[class="btn_blue"]>a {
	color: #fff;
	border: 2px solid #fff;
}


[class="btn_wh"]>a {
	background-color: #fff;
}


[class^="box_btn_"]>ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

[class^="box_btn_"]>ul>li {
	margin: 0 12px;
	line-height: 1.3;
}

[class^="box_btn_"]>ul>li>a {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0.8em 1.8em 0.8em 1.8em;
}



/* basic settings */

section {
	position: relative;
	z-index: 100;
}

section>.inner {
	width: 1104px;
	margin: 0 auto;
	padding-top: 112px;
	position: relative;
	z-index: 10;
}

#sec_epilogue h3,
#sec_epilogue p,
section>.inner>header {
	text-align: center;
}


#sec_epilogue h3,
section>.inner>header>h2 {
	text-transform: uppercase;

}

section>.inner>header>h2 {
	font-size: 11rem;
	color: #fff;
	line-height: 1.1;
	position: relative;
}

#sec_epilogue h3 {
	font-size: 10rem;
	color: #fff;
	line-height: 0.8;
}


#sec_epilogue h3>span,
section>.inner>header>h2>span {
	display: inline-block;
	position: relative;
	z-index: 0;
}


#sec_epilogue h3>span::after,
section>.inner>header>h2>span::after {
	content: "";
	display: block;
	width: 120%;
	margin-left: -62%;

	height: 1.1em;
	background-color: #020202;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: -0.15em;
	transform: rotate(-4deg);
}

#sec_epilogue h3>span::after {
	width: 106%;
	margin-left: -53%;
	transform: rotate(-2deg);
	top: -0.26em;
	background-color: #020202;
}


section>.inner>header>h2+p {
	font-size: 3.2rem;
	line-height: 1;
	color: #fff;
	position: relative;
	z-index: 10;
	margin-top: 16px;
}


section>.inner>header>h2+p+p {
	color: #fff;
	margin-top: 1em;
}

section>.inner>header>h2 strong {
	color: #111;
}


/*bg Todoroki huge image*/
#box_kv_bg_tdrk {
	position: absolute;
	/* position: sticky; */
	z-index: 50;
	width: 100%;
	height: calc(100vw * 0.70);
	/* top: 380px; */
	top: 15vw;
	left: 50%;
	/* margin-left: -50%; */
	transform: translateX(-50%)
}

#box_kv_bg_tdrk>img.bg {
	width: 100%;
	height: auto;
	position: relative;
	/* top: -9vw; */
	/* top: -90px; */
	top: 0;
	z-index: 10;
}

#box_kv_bg_tdrk span[id^='mascot_'] {
	position: absolute;
	top: 1vw;
	left: 50%;
	z-index: 0;
	display: block;
}

#box_kv_bg_tdrk span#mascot_fronta {
	/* width: 280px; */
	width: 16vw;
	/* top: 50px; */
	top: 0;
	/* margin-left: -390px; */
	left: 50%;
	margin-left: -24vw;
	transform: rotate(-18deg);
	/* margin-top: calc(-180px - 2vw); */
}

#box_kv_bg_tdrk span#mascot_cabrera {
	/* width: 190px; */
	width: 12vw;
	/* margin-left: 140px; */
	/* top: -115px; */
	right: 50%;
	margin-left: 11vw;
	top: 1.4vw;
	transform: rotate(18deg);
	/* margin-top: calc(-100px - 7vw); */
}

#box_kv_bg_tdrk span#mascot_fronta.is-visible {
	animation: poyooon1 0.9s linear 0.0s 1;
}

#box_kv_bg_tdrk span#mascot_cabrera.is-visible {
	animation: poyooon2 0.9s linear 0.0s 1;
}

/*#box_scrolling_photos*/
div[id^='box_scrolling_photos'] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

div[id^='box_scrolling_photos']>span {
	display: block;
	position: absolute;
	left: 50%;
	z-index: 0;
	max-width: 450px;
}



div#box_scrolling_photos_front {
	z-index: 100;
	top: calc(7vw + 380px + 14vw + 9vw);
}

[id^="img_scrl_front_"] {
	display: block;
	position: absolute;
}

#img_scrl_front_01 {
	width: 260px;
	top: 720px;
	left: 16%;
	/* margin-left: -440px; */
	transform: rotate(24deg);
	z-index: 999;
}

#img_scrl_front_02 {
	width: 250px;
	top: 400px;
	/* right: 100px; */
	right: 20%;
	/* margin-left: 200px; */
	transform: rotate(-35deg);
	z-index: 999;
}

#img_scrl_front_03 {

	left: 50%;
	z-index: 0;
	max-width: 450px;

	width: 400px;
	/* top: 480px; */
	top: 700px;
	margin-left: -100px;
	transform: rotate(26deg);
	z-index: 999;

	/* display: block;
	margin: 0 auto; */
}

/*  */


div#box_scrolling_photos_back {
	display: none;
	width: 100%;
	position: absolute;
	top: -630px;
	z-index: 9;
}

#img_scrl_back_01 {
	width: 180px;
	top: 290px;
	margin-left: -660px;
}

#img_scrl_back_02 {
	width: 240px;
	top: 140px;
	margin-left: 360px;
}

/*  */

#photos_topk {
	/* position: relative; */
	position: fixed;
	/* position: sticky; */
	top: 100px;
	width: 1100px;
	margin: 0 auto;
	z-index: 999;
	top: 16vw;
	left: calc(50% - 550px);
}

#photos_topk.place {
	position: relative;
	left: 0;
	/* top: 990px; */
}

#photos_topk span {
	display: block;
	position: absolute;
}

#photos_topk img {
	width: 100%;
	height: auto;
}

#img_01 {
	width: 180px;
	top: 180px;
	left: -100px;
}

#img_02 {
	width: 240px;
	top: 36px;
	right: -100px;
}

/* div#box_scrolling_photos_back {
	z-index: 9;
	top: 0;
	position: sticky;
	width: 100%;
	margin-top: -700px;
}

#img_scrl_back_01 {
	width: 180px;
	top: 290px;
	margin-left: -660px;
}

#img_scrl_back_02 {
	width: 240px;
	top: 140px;
	margin-left: 260px;
} */

/*#box_page_kv*/

#box_page_kv {
	min-height: 600px;
	text-align: center;
	position: relative;
	z-index: 15;
}


#box_page_kv h1,
#box_page_kv h1+p {
	color: #fff;
	text-align: center;
	line-height: 1;
}

#box_page_kv h1 {
	line-height: 0.9;
	text-align: center;
}

#box_page_kv picture {
	width: 100%;
}


#box_page_kv .page_main_ttl span {
	display: inline-block;
}

#box_page_kv .page_main_ttl {
	/* padding-top: 4vw; */
	padding-top: 3vw;
	/* width: 1000px; */
	width: 43vw;
	max-width: 760px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
}

.page_main_ttl picture {
	width: 700px;
	margin: 0 auto;
}

.page_main_ttl picture img {
	width: 100%;
	height: auto;
}

.page_main_ttl picture:nth-child(1) {}

.page_main_ttl picture:nth-child(2) {
	margin-top: 10px;
}

.page_main_ttl picture:nth-child(3) {
	margin-top: 20px;
}

#box_page_kv .page_main_ttl span.main {
	/* font-size: 14rem; */
	font-size: 11rem;
	position: relative;
	z-index: 0;
	padding-left: 7.2rem;
}

#box_page_kv .page_main_ttl span.main>small {
	position: absolute;
	/* font-size: 7.8rem;
	left: -3px;
	top: 18px; */
	font-size: 6.2rem;
	left: 10px;
	top: 10px;
	display: block;
	text-align: right;
	transform: rotate(-90deg);
}

#box_page_kv .page_main_ttl span.sub:nth-of-type(1) {
	/* font-size: 2.0rem; */
	font-size: 1.6rem;
}

#box_page_kv .page_main_ttl span.sub:nth-of-type(2) {
	/* font-size: 7.0rem; */
	font-size: 6.0rem;
	text-transform: uppercase;
	margin-top: 0.1em;
}

div#box_lead {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 150;
	/* top: calc(7vw + 220px + 14vw); */
	top: 35vw;
	transition-delay: 0.1s;
}

@media screen and (max-height: 1000px) {
	div#box_lead {
		transition-delay: 0.1s;
		/* background-color: blue; */
	}
}

@media screen and (min-height: 1001px) {
	div#box_lead {
		transition-delay: 2.8s;
		/* background-color: red; */
	}
}

div#box_lead>span {
	background-color: rgba(0, 0, 0, 0.65);
	display: inline-block;
	padding: 1.2em 2em 1.2em 2em;
	margin: 0 auto 0 auto;
}

div#box_lead>span>p {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
}


#box_page_kv .page_main_ttl p.ttl_sub {
	/* width: 480px; */
	width: 30vw;
	max-width: 520px;
	margin: 0 auto;
}

#box_page_kv .page_main_ttl p.ttl_sub>img {}

#box_page_kv p.sub_catch {
	/* width: 400px;
	width: 260px;
	display: inline-block;
	margin-top: 28px;
	margin-left: 1em;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 410px; */

	width: 17vw;
	max-width: 280px;
	margin: 1.2vw auto 0;
}

#sec_biginners_menu {
	/* margin-top: 80vw; */
	/* padding-top: 80vw; */
}

#sec_biginners_menu ul.menus {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin-top: 40px;
}

#sec_biginners_menu ul.menus>li {
	text-align: center;
}

#sec_biginners_menu ul.menus>li>a>p:not([lang='en']) {
	font-size: 2.8rem;
	margin-top: 0.25em;
}


#sec_biginners_menu ul.menus>li>a>p[lang='en'] {
	text-transform: uppercase;
	margin-top: 0.2em;
	font-size: 1.4rem;
}

#sec_biginners_menu ul.menus>li>a {
	color: #fff;
}

#sec_biginners_menu ul.menus>li>a>figure {
	transition: 0.2s;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
	height: 218px;
	border: 0px solid #fff;
}

#sec_biginners_menu ul.menus>li>a>figure>img {
	transition: 0.2s;
}

#sec_biginners_menu ul.menus>li>a:hover>figure {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	border: 12px solid #fff;
}

#sec_biginners_menu ul.menus>li>a:hover>figure>img {
	transform: scale(1.3);
}





/*now on sale*/
#sec_get_tickets {
	overflow: hidden;
}

div.box_flows_tkt_guide,
#sec_get_tickets [class^="box_btn_"],
#sec_get_tickets #box_tkt_slide {
	margin-top: 48px;
}

#box_tkt_slide {
	position: relative;
	z-index: 0;
}


#box_tkt_slide::before,
#box_tkt_slide::after {
	content: "";
	position: absolute;
	z-index: 20;
	display: block;
	width: 180px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.5);
}



#box_tkt_slide::before {
	top: 0px;
	right: -65px;
	transform: rotate(30deg);
}

#box_tkt_slide::after {
	bottom: 0;
	left: -60px;
	transform: rotate(30deg);
}

#box_tkt_slide>picture {
	position: relative;
	z-index: 0;
}

#box_tkt_slide>picture::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	transform: rotate(1deg);
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 5px;
}

#box_tkt_slide>#box_no_slide {
	display: none;
}

/*スライドが無い場合 -pc*/
#box_tkt_slide>#box_no_slide.visible {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	width: 100%;
	height: 400px;
	border: 8px solid #fff;
	background-color: #f2f2f2;
	border-radius: 6px;
	margin-top: -40px;
}

#box_tkt_slide>#box_no_slide.visible>p {
	font-size: 2rem;
	color: #777;
}





p.hint {
	text-align: center;
	margin-top: 2em;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #fff;
	position: relative;
}


div.box_flows_tkt_guide {
	background-color: #e5e5e5;
	width: 1000px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	border: 8px solid #fff;
	padding: 40px;
	position: relative;
	z-index: 0;
}

div.box_flows_tkt_guide>img {
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 0;
}

.box_flows_tkt_guide h3,
.box_flows_tkt_guide h3+p,
.box_flows_tkt_guide p {
	z-index: 10;
	position: relative;
}


.box_flows_tkt_guide h3 {
	text-transform: uppercase;
	font-size: 6.4rem;
	color: #fff;
	line-height: 0.8;
	position: relative;
}

.box_flows_tkt_guide h3+p {
	font-size: 2.4rem;
	color: #fff;
}

div.box_flows_tkt_guide p.btn_wh {
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-align: right;
}

div.box_flows_tkt_guide [class="btn_wh"]>a {
	min-width: initial;
	text-align: center;
	width: 200px;
	padding: 1em 1.8em 0.9em 1.8em;
}

/*ACCESS*/
#sec_tdrk_access {}


#sec_tdrk_access h2::before,
#sec_tdrk_access h2::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 140px;
	width: 160px;
	margin-top: -78px;
	background-image: url(/common_2017/svg/icon_arrow_huge_4c.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -490px;
	opacity: 0.7;
}

#sec_tdrk_access h2::before {
	margin-left: -380px;
}

#sec_tdrk_access h2::after {
	margin-left: 220px;
}


#sec_tdrk_access div.box_lead {
	margin-top: 40px;
	padding: 40px 40px 48px 40px;
}

#sec_tdrk_access div.box_lead>p:not(.btn_wh) {
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8;
}

#sec_tdrk_access div.box_lead>p:not(.btn_wh)>a {
	color: #fff;
	text-decoration: underline;
}

#sec_tdrk_access div.box_lead>p.btn_wh {
	margin-top: 1.8em;
}

#sec_tdrk_access div.box_lead>p.access_link {
	margin-top: 1em;
}

#sec_tdrk_access div.box_lead>p.access_link>a::before {
	content: "|";
	margin: 0 0.5em;

}


ul#wrapper_gmap {
	height: 600px;
	width: 100%;
	overflow: hidden;
	background-color: #e5e5e5;
}

ul#wrapper_gmap>li {
	display: none;
}

ul#wrapper_gmap>li.current {
	display: block;
}


#box_tdrk_map_3 {
	position: relative;
	z-index: 0;
	margin-top: 48px;
}


#box_tdrk_map_3>ul.tab {
	display: flex;
	justify-content: center;
}

#box_tdrk_map_3>ul.tab>li {
	background-color: #fff;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}

#box_tdrk_map_3>ul.tab>li>a {
	display: block;
	color: #111;
	padding: 1.1em 1.8em 1.1em 1.8em;
	min-width: 320px;
	transition: 0.3s;
	border-right: 1px solid #ddd;
}

#box_tdrk_map_3>ul.tab>li:last-of-type>a {
	border-right: none;
}

#box_tdrk_map_3>ul.tab>li.current>a {
	background-color: #020202;
	pointer-events: none;
	border-right: none;
}

/*Enjoy Matchday*/

#sec_match_day {
	overflow: hidden;
}

#sec_match_day>.inner {
	width: 100%;
	padding-left: calc((100% - 1104px) / 2);
	padding-right: calc((100% - 1104px) / 2);
}



#box_timeline {
	position: relative;
	z-index: 0;
}


#inner_full-time::after,
#box_timeline::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 50px;
	height: calc(100% - 200px);
	left: 50%;
	width: 8px;
	margin-left: -4px;
	background-image: url(/tickets/beginers_guide/assets/img/ptrn_dash_line_bk.svg);
	background-repeat: repeat-y;
	background-size: contain;
}

#box_timeline::after {
	height: calc(100% - 300px);
}


#inner_full-time::after {
	top: -520px;
	height: 300px;
}

#box_timeline>.block {
	height: 360px;
	position: relative;
	z-index: 0;
	border-radius: 180px;
	margin-top: 134px;
}

#box_timeline>.block:first-of-type {
	margin-top: 16px;
}


#box_timeline>.block:nth-of-type(12) {
	margin-top: 280px;
}

#box_timeline>.block:nth-of-type(12) figure.ol_wh {
	margin-top: -40px;
}


#box_timeline>.block.middle {
	background-color: transparent;
}

#box_timeline>.block.goods+.block.middle {
	margin-top: 180px;
}

#box_timeline>.block.middle+.block {
	margin-top: 88px;
}


#box_timeline>.block.arrival {
	height: auto;
	z-index: 50;
}

#box_timeline>p.poptext+.block.arrival {
	margin-top: 32px;
}


#box_timeline>.block:not(.middle):not(.arrival):not(.kickoff)::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
	width: calc((100vw - 1104px) / 2);
	height: 100%;
	background-color: #e5e5e5;
}


#box_timeline>.block.left {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 100px;
	margin-left: -100px;
}

#box_timeline>.block.left::after {
	right: calc((100vw - 1104px) / -2);
}

#box_timeline>.block.right {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-right: 100px;
	margin-right: -100px;
}

#box_timeline>.block.right::after {
	left: calc((100vw - 1104px) / -2);
}


#box_timeline>.block:not(.kickoff)>h3 {
	font-size: 3.2rem;
	line-height: 1.4;
	display: inline-block;
	background-color: #fff;
	border: 5px solid #020202;
	position: relative;
	z-index: 0;
	padding: 0 0.8em;
	border-radius: 0.5em;
	max-width: 38%;
}

#box_timeline>.block.left>h3,
#box_timeline>.block.right>h3 {
	margin-top: -120px;
}


#box_timeline>.block.middle>h3 {
	margin-top: 0;
}


#box_timeline>.block:nth-of-type(9)>h3,
#box_timeline>.block:nth-of-type(12)>h3 {
	width: 310px;
}

#box_timeline>.block.arrival>h3 {
	width: 350px;
	right: 80px;
	left: auto;
	top: 20px;
	position: absolute;
}


#box_timeline>.block.middle>h3+p+p,
#box_timeline>.block.middle>h3,
#box_timeline>.block.middle>h3+p {
	left: 620px;
	position: relative;
}

#box_timeline>.block.middle>p.btn_wh {
	width: 0;
}



#box_timeline>.block>h3>span>small {
	display: block;
	font-size: 1.6rem;
}


#box_timeline>.block.middle>h3 {
	margin-top: 0;
}


#box_timeline>.block:not(.kickoff)>h3::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -32px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 40px 30px 0;
	border-color: transparent #020202 transparent transparent;
	transform: rotate(0deg);

}

#box_timeline>.block.right>h3::after,
#box_timeline>.block.left>h3::after {
	right: 40px;
	transform: rotate(0deg) skew(8deg);
}


#box_timeline>.block.arrival>h3::after,
#box_timeline>.block.middle>h3::after {
	left: 40px;
	transform: rotate(0deg) skew(-10deg) scale(-1, 1);
}

#box_timeline>.block>h3>span {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	min-height: 3.5em;
	padding: 0.3em 0;
}

#box_timeline>.block>p {
	position: relative;
}

#box_timeline>.block.kickoff>p {
	text-align: center;
}


#box_timeline>.block>p:not([class^="btn_"]) {
	font-size: 1.8rem;
	line-height: 1.7;
	margin-top: 2em;
}


#box_timeline>.block.kickoff>p:last-of-type {
	margin-top: 1em;
}

#box_timeline>.block.kickoff>p:not([class^="btn_"]) {
	color: #fff;
}

#box_timeline>.block:not(.kickoff)>p:not(.logo) {
	width: 42%;
}


#box_timeline>.block [class^="btn_"] {
	margin-top: 1.4em;
}

#box_timeline>.block [class^="btn_"]>a {
	padding: 1.2em 0.6em 1.2em 0.6em;
}

#box_timeline>.block.arrival>p:not([class^="btn_"]),
#box_timeline>.block.middle>p:not([class^="btn_"]) {
	color: #fff;
}

#box_timeline>.block.arrival>p:not([class^="btn_"]) {
	margin-top: 0;
}

#sec_match_day .poptext {
	font-size: 7.2rem;
	color: #fff;
	position: relative;
	z-index: 70;
	width: 100%;
	text-align: center;
	line-height: 1;
	margin-top: 180px;
}

#sec_match_day .poptext.fulltime {
	margin-top: 240px;
}

#box_timeline>.poptext:first-of-type {
	margin-top: 64px;
}

#box_timeline>.poptext:last-of-type {
	margin-top: 32px;
}


#inner_full-time>p.poptext {
	position: relative;
}

#sec_match_day p.poptext>span {
	display: inline-block;
	transform: rotate(-12deg);
	margin-left: -0.07em;
	position: relative;
	z-index: 0;
	transition: 0.3s;
}

#sec_match_day p.poptext>span.txt_fulltime,
#sec_match_day p.poptext>span.txt_kickoff {
	position: relative;
}

#sec_match_day p.poptext>span.txt_fulltime::before,
#sec_match_day p.poptext>span.txt_kickoff::before {
	content: '';
	display: block;
	width: 89px;
	height: 60px;
	background-image: url(/tickets/beginers_guide/assets/img/fig_kickoff.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	transform: rotate(12deg);
	top: -30px;
	left: -80px;
}

#sec_match_day p.poptext>span.txt_fulltime::before {
	top: -60px;
	left: auto;
	right: 36px;
}


#sec_match_day p.poptext::after {
	content: "";
	display: block;
	position: absolute;
	width: 54px;
	height: 54px;
	background-color: #020202;
	border-radius: 32px;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	margin-top: -32px;
	z-index: -1;
}

#sec_match_day p.poptext.fulltime::after {
	width: 44px;
	height: 44px;
	background-image: url(/tickets/beginers_guide/assets/img/fig_maru.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: -120px;
	margin-left: -22px;
}


#sec_match_day p.poptext.active>span {
	scale: 1.3;
}

#box_timeline>.block.kickoff>.poptext {
	margin-left: -1.7em;
}


#box_timeline .poptext+.block {
	margin-top: 64px;
}


#box_timeline .poptext:nth-of-type(4)+.block {
	margin-top: 124px;
}

#inner_full-time figure,
#box_timeline figure.ol_wh {
	border: 8px solid #fff;
	width: 480px;
	height: 320px;
	background-color: #fff;
	border-radius: 24px;
	overflow: hidden;
}


#box_timeline>.block>figure {
	position: absolute;
	top: 0;
	z-index: 10;
}


#box_timeline>.block>figure.circle_wh {
	position: absolute;
	left: 0;
	margin-left: 280px;
	top: 140px;
	overflow: hidden;
	width: 240px;
	height: 240px;
	border-radius: 120px;
	border: 6px solid #fff;
	z-index: 20;
	background-color: #fff;
	transform: rotate(-12deg);
}

#box_timeline>.block>figure.first {
	top: -60px;
}

#box_timeline>.block>figure.second {
	width: 390px;
	height: 260px;
	top: 280px;
}

#box_timeline>.block>figure.circle_wh>img {
	max-width: initial;
	width: auto;
	height: 100%;
	position: relative;
	margin-left: -52px;
}


#box_timeline>.block.left>figure,
#box_timeline>.block.right>figure {
	margin-top: 64px;
}

#box_timeline>.block.left>figure {
	right: 0;
}

#box_timeline>.block.right>figure {
	right: 100px;
}

#box_timeline>.block.middle>figure {
	left: 0;
}

#box_timeline>.block.kickoff {
	height: auto;
	z-index: 50;
	margin-top: 64px;
}

#inner_full-time figure.ol_wh.full,
#box_timeline>.block>figure.full {
	position: relative;
	right: auto;
	width: 100%;
	height: 670px;
	margin-top: 1.5em;
}


#box_timeline>.block.goods p.logo,
#box_timeline>.block>p.logo {
	width: 310px;
	text-align: center;
	/* margin-left: 168px; */
	margin-inline: auto;
	margin-top: 10px;
}

#box_timeline>.block.goods p.logo small,
#box_timeline>.block>p.logo>small {
	font-size: 1.4rem;
}

#box_timeline>.block.goods p.logo img,
#box_timeline>.block>p.logo>img {
	margin-top: 0.6em;
}

#box_timeline>.block.goods p.logo a {
	transition: all 0.15s ease-in;
}

#box_timeline>.block.goods p.logo a:hover {
	opacity: 0.6;
}


#inner_gogo {
	margin-top: 72px;
	position: relative;
	z-index: 0;
}

#inner_gogo>.inner {
	text-align: center;
}


#box_timeline>.block.kickoff>p:not([class^="btn_"]),
#box_timeline>.block.kickoff>h3,
#inner_gogo>.inner>p:nth-of-type(1) {
	font-size: 2.4rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

#inner_gogo>.inner>p:nth-of-type(1) {
	margin-top: 48px;
}

#inner_gogo>.inner>p:nth-of-type(1)+p {
	margin-top: 1.25em;
}

#inner_gogo ul.photos {
	position: relative;
	z-index: 20;
}


#inner_gogo ul.photos>li {
	position: relative;
	z-index: 0;
	border: 12px solid #fff;
	width: 55%;
	box-sizing: border-box;
	margin-top: -104px;
}

#inner_gogo ul.photos>li:first-of-type {
	margin-top: 0;
}


#inner_gogo ul.photos>li:nth-of-type(even) {
	margin-left: 45%;
}


#inner_gogo p[class^="typo_go_"] {
	font-size: 18rem;
	line-height: 1;
	position: absolute;
	z-index: 50;
	transform: rotate(-15deg);
	left: 50%;
}

#inner_gogo p.typo_go_01 {
	margin-left: 150px;
	top: 60px;
	transform: scale(1.2) rotate(-15deg);
	/* opacity: 0; */
	animation: scaling1 0.5s ease 0s infinite alternate;
}

/* #inner_gogo p.typo_go_01.fadeUp {
	animation-name: fadeUpAnime1-2;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
} */

#inner_gogo p.typo_go_02 {
	margin-left: -420px;
	top: 1060px;
	transform: scale(1.5) rotate(-15deg);
	/* opacity: 0; */
	animation: scaling2 0.6s ease 0s infinite alternate;
}

/* #inner_gogo p.typo_go_02.fadeUp {
	animation-name: fadeUpAnime1-5;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
} */

#inner_gogo p.typo_go_01.fadeUp,
#inner_gogo p.typo_go_02.fadeUp {
	/* animation: scaling 0.8s ease 0s infinite alternate; */
	/* animation: poyooon 0.9s linear 0s 1; */
	/* animation: poyooon 1.2s ease 3s infinite alternate; */
}

@keyframes scaling1 {
	from {
		/* transform: scale(0.9, 0.9); */
		transform: scale(1.0) rotate(-15deg);
	}

	to {
		/* transform: scale(1, 1); */
		transform: scale(1.2) rotate(-15deg);
	}
}

@keyframes scaling2 {
	from {
		/* transform: scale(0.9, 0.9); */
		transform: scale(1.1) rotate(-15deg);
	}

	to {
		/* transform: scale(1, 1); */
		transform: scale(1.5) rotate(-15deg);
	}
}

@keyframes poyooon {

	0% {
		transform: scale(1.0, 1.0) translate(0%, 0%) rotate(-15deg);
	}

	10% {
		transform: scale(1.1, 0.9) translate(0%, 5%) rotate(-15deg);
	}

	40% {
		transform: scale(1.2, 0.8) translate(0%, 15%) rotate(-15deg);
	}

	50% {
		transform: scale(1.0, 1.0) translate(0%, 0%) rotate(-15deg);
	}

	60% {
		transform: scale(0.9, 1.2) translate(0%, -100%) rotate(-15deg);
	}

	75% {
		transform: scale(0.9, 1.2) translate(0%, -20%) rotate(-15deg);
	}

	85% {
		transform: scale(1.2, 0.8) translate(0%, 15%) rotate(-15deg);
	}

	100% {
		transform: scale(1.0, 1.0) translate(0%, 0%) rotate(-15deg);
	}
}

#inner_gogo p.typo_go_03 {
	margin-left: -450px;
	top: 1490px;
	transform: rotate(-15deg);
	/* transform: scale(1.3) rotate(-15deg); */
	text-transform: uppercase;
	opacity: 0;
}

#inner_gogo p.typo_go_03.fadeUp {
	animation-name: fadeUpAnime1-3;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes fadeUpAnime1-2 {
	from {
		opacity: 0;
		transform: scale(1.0) rotate(-15deg) translateY(100px);
	}

	to {
		opacity: 1;
		transform: scale(1.2) rotate(-15deg) translateY(0);
	}
}

@keyframes fadeUpAnime1-3 {
	from {
		opacity: 0;
		transform: scale(1.0) rotate(-15deg) translateY(100px);
	}

	to {
		opacity: 1;
		transform: scale(1.3) rotate(-15deg) translateY(0);
	}
}

@keyframes fadeUpAnime1-5 {
	from {
		opacity: 0;
		transform: scale(1.0) rotate(-15deg) translateY(100px);
	}

	to {
		opacity: 1;
		transform: scale(1.5) rotate(-15deg) translateY(0);
	}
}




/*fasion*/
#box_timeline div.box_fashion_item {
	margin-top: 120px;
	height: 346px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 50;

}

#box_timeline div.box_fashion_item p.note {
	position: absolute;
	bottom: -2.5em;
	text-align: right;
	width: 90%;
}

#box_timeline div.box_fashion_item figure {
	height: 100%;
	width: 60%;
	background-color: #555;
	border-top-right-radius: 173px;
	border-bottom-right-radius: 173px;
	z-index: 0;
	margin-left: -173px;
	overflow: hidden;
}

#box_timeline div.box_fashion_item figure>img {
	max-width: initial;
	width: 112%;
	margin-top: -96px;
	margin-left: -72px;
}



#box_timeline div.box_fashion_item>.inner {
	width: 610px;
	position: relative;
	z-index: 10;
	background-color: #f5f5f5;
	height: 100%;
	padding-left: 85px;
	padding-right: 85px;
	display: block;
	align-content: center;
	border-radius: 173px;
}

#box_timeline div.box_fashion_item>.inner>h4 {
	text-align: center;
	font-size: 3.2rem;
}

#box_timeline div.box_fashion_item>.inner>h4+p {
	margin-top: 1em;
	font-size: 1.5rem;
	line-height: 1.7;
}

#box_timeline div.box_fashion_item>.inner>p.btn_blue {
	margin-top: 1em;
}



#inner_full-time {
	text-align: center;
	margin-top: 88px;
	position: relative;
	z-index: 0;
	padding-bottom: 72px;
}

#inner_full-time p:last-of-type {
	color: #fff;
	font-size: 2rem;
	line-height: 1.6;
	margin-top: 1.5em;
}

#inner_full-time h3 {
	font-size: 2.2em;
	line-height: 1.4;
	position: relative;
	z-index: 60;
}


#inner_full-time figure.ol_wh.full {
	position: relative;
	z-index: 50;
	margin-top: -8.5em;
}


#box_bg_balls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#box_bg_balls>span {
	position: absolute;
	left: 50%;
	width: 500px;
	display: block;
	opacity: 0.2;
}


#box_bg_balls>span.ball_01 {
	margin-left: -860px;
	top: 80px;
}

#box_bg_balls>span.ball_02 {
	margin-left: 350px;
	top: 780px;
}

#box_bg_balls>span.ball_03 {
	margin-left: -860px;
	top: 1480px;
}


/*rules*/

div.box_basic_rules {
	width: 1104px;
	margin: 72px auto 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 48px 64px 72px 64px;
	border-radius: 16px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 10;
	overflow: hidden;
}


div.box_basic_rules::before,
div.box_basic_rules::after {
	content: url('/tickets/beginers_guide/assets/img/icon_huge_ball-blue.svg');
	display: block;
	position: absolute;
	opacity: 20%;
}


div.box_basic_rules::before {

	width: 124px;
	height: 124px;
	left: -20px;
	top: 54px;
}

div.box_basic_rules::after {

	width: 360px;
	height: 360px;
	right: 32px;
	bottom: -88px;
}



div.box_basic_rules>h4,
div.box_basic_rules>h4+p {
	text-align: center;
	line-height: 1.8;

}


div.box_basic_rules>h4,
div.box_basic_rules>h4+p,
div.box_basic_rules>dl {
	position: relative;
	z-index: 10;
}

div.box_basic_rules>h4 {
	font-size: 3.2rem;
}

div.box_basic_rules>h4+p {
	font-size: 1.6rem;
}

div.box_basic_rules>dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}


div.box_basic_rules>dl>dt,
div.box_basic_rules>dl>dd {
	box-sizing: border-box;
	position: relative;
	margin-top: 40px;
}

div.box_basic_rules>dl>dt {
	width: 150px;
	font-size: 2rem;
	text-align: right;
	padding-right: 44px;
	position: relative;
	z-index: 0;
	padding-top: 6px;
}


div.box_basic_rules>dl>dt::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 36px;
	height: 36px;
	right: 0;
	top: 50%;
	margin-top: -16px;
	background-image: url(/tickets/beginers_guide/assets/img/icon_time_player.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

div.box_basic_rules>dl>dt.players::after {
	background-position: -45px 0;
}

div.box_basic_rules>dl>dd {
	width: calc(100% - 140px - 40px);
	padding-left: 24px;
}



div.box_basic_rules>dl>dd.formation>figure {
	display: flex;
	align-items: flex-start;
	width: 100%;
}




div.box_basic_rules>dl>dd.formation>figure>picture {
	border: 1px solid #ccc;
	padding: 6px 2px 2px 2px;
	border-radius: 4px;
	width: 60%;
	margin-right: 24px;
}

div.box_basic_rules>dl>dd.formation>figure>figcaption {
	display: block;
	width: 40%;
	font-size: 1.6rem;
	line-height: 1.8;
}


/*PLAYERS*/

#sec_players_list>.inner {
	width: 100%;
	padding-top: 64px;
	padding-bottom: 0;
	text-align: center;
}

#box_players_wrapper {
	width: 100%;
	height: auto;

	padding-bottom: 110px;
	overflow: hidden;
	/* position: relative;
	z-index: 0; */
	margin-top: 24px;
}


#sec_players_list ul.btn_switcher {
	position: absolute;
	top: 0;
	z-index: 999;
	width: 82.5%;
	left: 50%;
	margin-left: -41.25%;
	margin-top: 0;
}

#sec_players_list ul.btn_switcher>li {
	position: absolute;
	top: calc((100vw * 0.24 + 100px));
	width: 56px;
}

#sec_players_list ul.btn_switcher>li.prev {
	left: 1vw;
}

#sec_players_list ul.btn_switcher>li.next {
	right: 1vw;
}


#sec_players_list ul.btn_switcher>li>a {
	display: block;
	position: relative;
	z-index: 0;
	background-color: #fff;
	height: 56px;
	border-radius: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
}

#sec_players_list ul.btn_switcher>li>a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -14px;
	width: 18px;
	height: 28px;
	background-image: url(/common_2017/svg/icon_arrow_lr_3c.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -45px 0;
}

#sec_players_list ul.btn_switcher>li.prev>a::before {}

#sec_players_list ul.btn_switcher>li.next>a::before {
	transform: scale(-1, 1);
	margin-left: -7px;
}

#sec_players_list ul.btn_switcher>li>a:hover {
	transform: scale(1.2);
}


#box_players_wrapper+p.btn_wh {
	margin-top: 0;
	top: -70px;
	position: relative;
	z-index: 10;
	display: inline-block;
}

#sec_players_list ul#players_card {
	/* position: absolute;
	top: 12px;
	left: 50%;
	height: 484px;
	width: 2400px;
	margin-left: -1200px;
	display: flex;
	justify-content: center; */
}

#sec_players_list ul#players_card>li {
	width: 480px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#sec_players_list ul#players_card>li>a {
	display: block;
	height: calc(60px + 100vw*0.24);
	overflow: hidden;
	color: #020202;
	border-radius: 1em;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.1);
}


#sec_players_list ul#players_card>li h4 {
	margin-top: 0.3em;
	font-size: 5.6rem;
	line-height: 1;
}

#sec_players_list ul#players_card>li p {
	font-size: 2.4rem;
	line-height: 1;
}

#sec_players_list ul#players_card>li p>small {
	display: inline-block;
	font-size: 1.4rem;
}


/*faq*/
#sec_biginners_faq {}

#wrapper_faq {
	margin-top: 40px;
	padding-bottom: 104px;
}

#sec_biginners_faq h3 {
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	background-color: #fff;
	border-radius: 0.4em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-top: 32px;
	background-color: #111;
}

#sec_biginners_faq h3:first-of-type {
	margin-top: 0;
}

#wrapper_faq>dl,
#wrapper_faq>dl>dt,
#wrapper_faq>dl>dd {
	box-sizing: border-box;
}

#wrapper_faq>dl>dt,
#wrapper_faq>dl>dd {
	position: relative;
	z-index: 0;
	background-color: #fff;
	border-radius: 0.4em;
	padding: 1.2em 2em 2em 92px;
}

#wrapper_faq>dl>dt {
	padding: 1.2em 1em 1.2em 92px;
}

#wrapper_faq>dl>dt+dd {
	padding-top: 1.5em;
	padding-bottom: 1.8em;
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	transition: 0.3s;
}

#wrapper_faq>dl>dt+dd>p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 1em;
}

#wrapper_faq>dl>dt+dd>p:first-of-type {
	margin-top: 0;
}



#wrapper_faq>dl>dt.open+dd {
	display: block;
	height: auto;
	min-height: 7em;
	background-color: #fff;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 1.2em 1.5em 2em 92px;
}

#wrapper_faq>dl>dt.open,
#wrapper_faq>dl>dt.open+dd {
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
}


#wrapper_faq>dl>dt.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 10;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#wrapper_faq>dl>dt>strong,
#wrapper_faq>dl>dd>strong {
	position: absolute;
	display: block;
	line-height: 1;
	z-index: 0;
	left: 0;
	width: 92px;
	text-align: center;
	font-size: 4.4rem;
	top: 0.35em;
}

#wrapper_faq>dl>dd>strong {
	top: 0.4em;
	color: #777;
}

#wrapper_faq>dl>dt>span {
	position: absolute;
	width: 22px;
	height: 20px;
	right: 1em;
	display: block;
	top: 50%;
	margin-top: -9px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	background-image: url(/common_2017/svg/icon_arrow_circle.svg);
	background-size: cover;
	background-position: -25px 0;
	transform: rotate(90deg);
	transition: 0.3s;

}

#wrapper_faq>dl>dt.open>span {
	transform: rotate(-90deg);
}

#wrapper_faq>dl>dt.open:hover {
	cursor: pointer;
}

#wrapper_faq>dl>dt.open:hover>span {
	transform: scale(1.2) rotate(-90deg);
}


#wrapper_faq>dl>dt:hover>span {
	transform: scale(1.2) rotate(90deg);
}


#wrapper_faq>dl {
	margin-top: 12px;
}

#wrapper_faq>dl>dt {
	margin-top: 16px;
	font-size: 2.0rem;
}




/*epilogue*/
#sec_epilogue {
	background-color: #fff;
	overflow: hidden;
}

#sec_epilogue>.inner {
	padding-bottom: calc(100vw * 0.5);
}

#sec_epilogue .bg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50%;
	z-index: 0;
}

#sec_epilogue h3+p {
	font-size: 3.2rem;
	margin-top: 0.5em;
}


/* #box_bg_small_pentagons */
#box_bg_small_pentagons {
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	position: absolute;
	z-index: 10;
}

#box_bg_small_pentagons>span {
	display: block;
	position: absolute;
	left: 50%;
	width: 26px;
	height: 24px;
	overflow: hidden;
	top: 0;
	z-index: 0;
}

#box_bg_small_pentagons>span>img {
	height: 100%;
	max-width: initial;
	width: auto;
	position: relative;
}



#box_bg_small_pentagons>span[class^="penta_bk_"]>img {
	left: -33px;
}



#box_bg_small_pentagons>span[class^="penta_wh_"]>img {
	left: 0;
}


#box_bg_small_pentagons>span.penta_bk_01 {
	margin-left: -600px;
	top: 150px;
	transform: rotate(10deg);
}

#box_bg_small_pentagons>span.penta_bk_02 {
	margin-left: 700px;
	top: 500px;
	transform: rotate(-10deg);
}

#box_bg_small_pentagons>span.penta_bk_03 {
	margin-left: 100px;
	top: 650px;
	transform: rotate(-25deg);
}

#box_bg_small_pentagons>span.penta_wh_01 {
	margin-left: -500px;
	top: 510px;
	transform: rotate(30deg);
}

#box_bg_small_pentagons>span.penta_wh_02 {
	margin-left: 360px;
	top: 300px;
	transform: rotate(10deg);
}

#box_bg_small_pentagons>span.penta_wh_03 {
	margin-left: 140px;
	top: 25px;
	transform: rotate(10deg);
}

/**/

/* === ============= */
/* ===== Resposive ===== */
/* === ============= */



/* === ============= */
/* ===== color settings ===== */
/* === ============= */

/*KF-Blue*/
/*BG*/
#box_scroll_nav li.current>a::before,
#box_scroll_nav li.current>a:hover::before,
div#kv_front_stripes>div,
#sec_tdrk_access div.box_lead,
#sec_players_list,
p[class="btn_blue"]>a,
article.biginners_guide {
	background-color: #22b6fe;
}

/*pale-blue*/
div#kv_front_stripes>div:nth-child(odd),
#box_scroll_nav li>a:hover::before,
div.bg_stripes>div {
	background-color: #43c1fe;
}

#box_timeline div.box_fashion_item>.inner,
#box_timeline>.block:not(.middle):not(.arrival):not(.kickoff),
#box_timeline>.block:not(.middle):not(.arrival):not(.kickoff)::after,
#box_scroll_nav li>a::before,
#wrapper_faq>dl>dt {
	background-color: #d5f2ff;
}

#wrapper_faq>dl>dt.open:hover {
	background-color: #ddf4fe;
}

#wrapper_faq>dl>dt {
	/* background-color: #06adfe; */
}

/*text*/
div#box_lead>span>p,
section>.inner>header>h2 strong,
#box_page_kv div.box_lead>p,
[class^="box_btn_"]>ul>li>a,
#box_tdrk_map_3>ul.tab>li>a:hover,
#box_tdrk_map_3>ul.tab>li.current>a,
#sec_players_list ul#players_card>li h4>strong,
#wrapper_faq>dl>dt>strong,
p[class="btn_wh"]>a,
#sec_biginners_faq h3,
#sec_epilogue h3 strong {
	color: #22b6fe;
}


#inner_gogo p[class^="typo_go_"] {
	color: #d2edfa;
}

/*  */
body {
	overflow-x: hidden;
}

#wrapper,
article.biginners_guide {
	/* overflow-y: visible; */
	overflow: visible;
}


#wrap_kv {
	position: sticky;
	/* top: -300px; */
	top: -30vw;
	height: auto;
	z-index: 9;
	overflow: hidden;
	min-height: 84vw;
}

/* @media screen and (max-height: 970px) {
	#wrap_kv {
		top: -300px;
	}
} */


#wrap_kv+div.wrap {
	position: relative;
	z-index: 9;
	padding-top: 1050px;
	top: -44vw;
	margin-bottom: -44vw;

	z-index: 99;
	overflow: visible;
}

aside#box_bottom_bnrs {
	z-index: 9999;
	background-color: #fff;
}

/*  */

#box_timeline>.block.goods {
	height: 580px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}


div.block.goods div.wrap {
	display: flex;
	justify-content: space-between;

}

div.block.goods div.wrap p {
	font-size: 1.8rem;
	line-height: 1.7;
	margin-top: 2em;
}

#list_goods {
	width: 480px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-left: 20px;
}

#list_goods li {}

#list_goods li a {
	display: block;
	position: relative;
	transition: 0.3s;
	z-index: 9;
}

#list_goods li a:hover {
	opacity: 0.8;
}

#list_goods li figcaption {
	font-size: 1.6rem;
	color: #020202;
}

#box_timeline #list_goods li p.btn_buy {
	width: 112px;
	height: auto;
	position: absolute;
	margin: 0;
	transition: 0.3s;
}

#list_goods li a:hover p.btn_buy {
	transform: translate(0, -4px);
}

#list_goods li:nth-child(1) {
	width: 50%;
}

#list_goods li:nth-child(1) figure {
	width: 200px;
}

#list_goods li:nth-child(1) figcaption {
	margin-top: 1.4em;
}

#list_goods li:nth-child(1) p.btn_buy {
	right: 30px;
	bottom: 28px;
}

#list_goods li:nth-child(2) {
	width: 50%;
}

#list_goods li:nth-child(2) figure {
	width: 260px;
}

#list_goods li:nth-child(2) figcaption {
	margin-top: -3em;
}

#list_goods li:nth-child(2) p.btn_buy {
	right: 20px;
	bottom: 18px;
}


#list_goods li:nth-child(3) {
	width: 100%;
	margin-top: 20px;
}

#list_goods li:nth-child(3) figure {
	width: 540px;
	position: relative;
	left: -60px;
	z-index: 9;
}

#list_goods li:nth-child(3) figcaption {
	position: absolute;
	top: 50px;
	right: 145px;
}

#list_goods li:nth-child(3) p.btn_buy {
	right: 20px;
	top: 46px;
}


#box_timeline>.block.goods::before {
	content: '';
	display: block;
	width: 300px;
	height: 150px;
	background-image: url(/tickets/beginers_guide/assets/img/icon_huge_ball-wh.svg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0.2;
	position: absolute;
	bottom: -150px;
	z-index: 1;
}

/* btn_tickeflo */

#btn_tickeflo {
	width: 140px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 130px;
	transition: 0.3s;
	z-index: 99999;

	display: none;
}

#btn_tickeflo a {
	display: block;
}

#btn_tickeflo a {
	transition: 0.3s;
}

#btn_tickeflo a:hover {
	transform: translate(0, -6px);
}

#btn_tickeflo img {
	width: 100%;
}

#btn_tickeflo.show {
	transform: translate(0, -20px);
}

#btn_tickeflo.hide {
	display: none;
}

#btn_tickeflo.btm {
	transition: 0.3s;
	display: none !important;
}



/* end of styel */

@media screen and (max-width: 768px) {

	.spv {
		display: block;
	}

	.pcv {
		display: none;
	}

	/*  */

	#box_bg_small_pentagons>span {
		scale: 0.6;
	}

	#box_bg_small_pentagons>span.penta_bk_01 {
		margin-left: 0;
		top: 6vw;
		left: auto;
		right: 20vw;
	}

	#box_bg_small_pentagons>span.penta_wh_03 {
		margin-left: auto;
		right: auto;
		left: 22vw;
		top: 12vw;
	}


	/*  */

	article.biginners_guide {
		min-height: initial;
	}

	#box_scroll_nav {
		display: none;
	}

	#wrap_kv {
		/* position: relative; */
		z-index: 99;
		top: 0;
		min-height: initial;
		/* height: 100vh; */
		height: 100svh;
	}

	#wrapper_main img {
		width: 100%;
		height: auto;
	}

	#box_bg_small_pentagons {
		/* height: 100svh; */
		height: auto;
	}

	/*  */

	#box_page_kv {
		min-height: initial;
		/* z-index: 999; */
		z-index: 9;
	}

	#box_page_kv .page_main_ttl {
		width: 88vw;
		padding-top: 2.4vh;
	}

	.page_main_ttl picture {
		width: 100%;
	}

	.page_main_ttl picture:nth-child(1) {
		width: 80%;
	}

	.page_main_ttl picture:nth-child(2) {
		margin-top: 1vh;
		width: 80%;
	}

	.page_main_ttl picture:nth-child(3) {
		margin-top: 2vh;
	}

	#box_page_kv .page_main_ttl p.ttl_sub {
		/* width: 40vh; */
		width: 62vw;
		margin-top: -2vw;
	}

	#box_page_kv p.sub_catch {
		width: 40vw;
		margin-top: 10vw;
		margin: 1.4vh auto 0;
		position: static;
		padding-top: 0;
		display: block;
		transform: translateX(0);
	}

	/*  */

	#box_kv_bg_tdrk {
		position: absolute;
		width: 100%;
		height: 100vh;
		padding-top: 36vh;
		top: 0;
		bottom: 0;
		z-index: 9;
	}

	#box_kv_bg_tdrk>img.bg {
		top: 0;
		z-index: 10;
		width: 140%;
		left: 50%;
		transform: translateX(-50%);
	}

	#box_kv_bg_tdrk span[id^='mascot_'] {
		top: auto;
		z-index: 9;
	}

	#box_kv_bg_tdrk span#mascot_fronta {
		width: 15vh;
		margin-left: 0;
		margin-top: 0;
		top: 33vh;
		left: 4vw;
	}

	#box_kv_bg_tdrk span#mascot_fronta img {
		transition-delay: 3.0s;
	}

	#box_kv_bg_tdrk span#mascot_cabrera {
		width: 11vh;
		margin-left: auto;
		top: 36vh;
		right: 10vw;
	}

	#box_kv_bg_tdrk span#mascot_cabrera img {
		transition-delay: 3.4s;
	}

	/*  */

	div#box_lead {
		position: relative;
		top: auto;
		margin-top: 16vw;
		z-index: 999;
		transition-delay: 3.0s;
	}

	div#box_lead>span>p {
		font-size: 2vh;
	}

	div#box_lead>span {
		padding: 0.6em;
	}


	/*  */

	@media screen and (max-height: 568px) {
		#box_kv_bg_tdrk {
			padding-top: 50vh;
		}

		#box_kv_bg_tdrk span#mascot_fronta {
			top: 46vh;
			left: 2vw;
		}

		#box_kv_bg_tdrk span#mascot_cabrera {
			top: 50vh;
			right: 6vw;
		}

		div#box_lead {
			padding-top: 50vh;
			margin-top: -46vh;
		}

	}

	/*  */

	#wrap_kv+div.wrap {
		/* display: none; */
		padding-top: 0;
		margin-bottom: 0;
		top: auto;
		position: relative;
		z-index: 999;
	}

	div#box_scrolling_photos_back {
		position: relative;
		top: 0;
		z-index: 99;
	}

	#img_scrl_back_01 {
		width: 24vw;
		top: -49vh;
		left: 0;
		margin-left: 0;
	}

	#img_scrl_back_02 {
		width: 20vw;
		top: -48vh;
		margin-left: 30vw;
		right: 0;
	}

	/*  */

	#img_scrl_front_01 {
		width: 30vw;
		top: 14vh;
		transition-delay: .4s;
	}

	#img_scrl_front_02 {
		width: 30vw;
		top: 22vh;
		transition-delay: .6s;
	}

	#img_scrl_front_03 {
		left: 50%;
		max-width: initial;
		width: 50vw;
		top: 40vh;
		margin-left: -25vw;
		transition-delay: .2s;
	}

	/*  */

	div.bg_stripes,
	div#kv_front_stripes {
		width: 100vw;
		left: 0;
		margin-left: 0;
	}

	div.bg_stripes>div,
	div#kv_front_stripes>div {
		width: calc(100vw / 9);
		margin-right: 0;
		background-color: #22b6fe;
	}

	div.bg_stripes>div:nth-child(odd) {
		background-color: #43c1fe;
	}

	div#kv_front_stripes div:nth-child(n+10) {
		display: none;
	}


	/*  */

	div#kv_front_stripes {
		height: 70vh;
		position: relative;
		z-index: 99;
		margin-top: -20vh;
	}

	div#kv_front_stripes>div:nth-child(8),
	div#kv_front_stripes>div:nth-child(2) {
		top: 4vh;
	}

	div#kv_front_stripes>div:nth-child(7),
	div#kv_front_stripes>div:nth-child(3) {
		top: 8vh;
	}

	div#kv_front_stripes>div:nth-child(6),
	div#kv_front_stripes>div:nth-child(4) {
		top: 12vh;
	}

	div#kv_front_stripes>div:nth-child(5) {
		top: 14vh;
	}

	div#kv_front_stripes>div:nth-child(9) {
		top: 0;
	}

	/*  */

	section>.inner {
		width: 100%;
		padding-top: 30vw;
	}

	section>.inner>header>h2 {
		font-size: 12vw;
	}

	section>.inner>header>h2 .spv {
		display: inline;
	}

	/*  */

	.wrap .bg_stripes {
		top: 70vh;
	}

	section>.inner>header>h2+p {
		font-size: 5.625vw;
		/* 18px */
	}

	#sec_biginners_menu ul.menus>li>a>p:not([lang='en']) {
		font-size: 3.125vw;
		/* 10px */
		font-size: 3.75vw;
		/* 12px */
	}

	/*  */

	#sec_biginners_menu ul.menus {
		width: 88vw;
		grid-template-columns: 1fr 1fr;
		gap: 5vw 4vw;
		margin-top: 8vw;
		margin-inline: auto;
	}

	#sec_biginners_menu ul.menus>li {
		/* width: 42vw; */
	}

	#sec_biginners_menu ul.menus>li>a>p[lang='en'] {
		font-size: 0.8em;
	}

	#sec_biginners_menu ul.menus>li>a>figure {
		height: calc(42vw * 0.6386781120909384);
		/* 0.6386781120909384 */
	}

	/*  */

	#box_tkt_slide>picture {
		width: 100vw;
		height: calc(100vw * 0.470703125);
	}

	#box_tkt_slide::before,
	#box_tkt_slide::after {
		width: 20vw;
		height: calc(20vw * 0.3333333333333333);
	}

	#box_tkt_slide::before {
		right: -10vw;
	}

	#box_tkt_slide::after {
		left: -10vw;
	}

	div.box_flows_tkt_guide,
	#sec_get_tickets [class^="box_btn_"],
	#sec_get_tickets #box_tkt_slide {
		margin-top: 10vw;
	}

	[class^="box_btn_"]>ul {
		display: flex;
		flex-wrap: wrap;
		gap: 4vw;
	}

	[class^="box_btn_"]>ul>li {
		margin: 0;
		width: 44vw;
	}

	[class^="box_btn_"]>ul>li:last-child {
		width: 48vw;
	}

	[class^="btn_"] {
		font-size: 4.375vw;
		/* 14px */
		font-size: 3.75vw;
		/* 12px */
		font-size: 3.4375vw;
		/* 11px */
	}

	[class^="box_btn_"]>ul>li>a {

		padding: 0.8em 1.8em;
		min-width: initial;
	}

	p.hint {
		font-size: 3.4375vw;
		/* 11px */
		line-height: 1.4;
	}

	/*  */

	div.box_flows_tkt_guide {

		width: 90vw;
		height: calc(90vw * 0.7804878048780488);
		padding: 3vw;
	}

	.box_flows_tkt_guide h3 {
		font-size: 5vw;
		/* 16px */
		line-height: 1.2;
	}

	.box_flows_tkt_guide h3+p {
		font-size: 4.0625vw;
		/* 13px */
		line-height: 1.2;
		margin-top: 0.8em;
	}

	div.box_flows_tkt_guide>img {
		width: auto;
		height: 100%;
		top: 0;
	}

	div.box_flows_tkt_guide p.btn_wh {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 4vw;
		text-align: center;
		margin: 0 auto;
	}

	div.box_flows_tkt_guide [class="btn_wh"]>a {
		width: auto;
		padding: 1em 2.0em 0.9em;
	}

	/*  */

	#sec_tdrk_access {
		overflow: hidden;
	}

	#sec_tdrk_access h2::before,
	#sec_tdrk_access h2::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;

		height: 140px;
		width: 160px;

		margin-top: -78px;
		background-image: url(/common_2017/svg/icon_arrow_huge_4c.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: -490px;
		opacity: 0.7;


	}

	#sec_tdrk_access h2::before {
		margin-left: -380px;
	}

	#sec_tdrk_access h2::after {
		margin-left: 220px;
	}

	/*  */

	#sec_tdrk_access div.box_lead {
		margin-top: 4vw;
		padding: 0;
		width: 90vw;
		margin-inline: auto;
		background-color: transparent;
	}

	#sec_tdrk_access div.box_lead>p:not(.btn_wh) {
		font-size: 3.75vw;
		/* 12px */
		font-size: 4.0625vw;
		/* 13px */
		text-align: left;
	}

	#sec_tdrk_access div.box_lead>p br {
		display: none;
	}

	#sec_tdrk_access div.box_lead>p.access_link {
		font-size: 3.4375vw;
		/* 11px */
		font-size: 3.75vw;
		/* 12px */
	}

	#sec_tdrk_access div.box_lead>p.access_link span {
		display: none;
	}

	/*  */

	#box_tdrk_map_3>ul.tab>li {
		font-size: 4.375vw;
		/* 14px */
		font-size: 3.125vw;
		/* 10px */
		width: calc(100% / 3);
	}

	#box_tdrk_map_3>ul.tab>li>a {
		min-width: initial;
		padding: 1.0em 0;
		line-height: 1.4;
	}

	ul#wrapper_gmap {
		height: 50vh;
	}

	/*  */

	#sec_match_day>.inner {
		padding-top: 12vw;
	}

	#sec_match_day>.inner>header>h2+p {
		line-height: 1.2;
	}

	#sec_match_day>.inner>header>h2+p+p {
		font-size: 3.125vw;
		/* 10px */
	}

	/*  */

	#box_timeline>.poptext:first-of-type {
		margin-top: 14vw;
	}

	#sec_match_day .poptext {
		font-size: 10vw;
		margin-top: 10vw;
		text-align: right;
		padding-right: 1.6em;
	}

	#sec_match_day .poptext.fulltime {
		margin-top: 40vw;
		padding-right: 0;
		text-align: center;
	}

	#sec_match_day .poptext.enjoy,
	#sec_match_day .poptext.arrival {
		margin-top: 30vw;
	}

	#sec_match_day p.poptext::after {
		width: 8vw;
		height: 8vw;
		border-radius: 50%;
		margin-right: -2vw;
		margin-top: -2vw;
		margin-left: auto;
		left: auto;
		right: 10vw;
	}

	#sec_match_day p.poptext.fulltime::after {
		width: 8vw;
		height: 8vw;
		margin-top: -120px;
		margin-left: 0;
		right: auto;
		left: calc(50% - 4vw);
		/* left: calc((50% - 4vw) * -1); */
	}

	#inner_full-time::after,
	#box_timeline::after {
		top: 6vw;
		height: calc(100% - 200px);
		left: auto;
		right: 11.5vw;
		width: 1vw;
		margin-left: 0;
	}

	#inner_full-time::after {
		left: 50%;
		height: 50vh;
		top: -70vh;
	}

	/*  */

	#box_timeline>.block.left>h3,
	#box_timeline>.block.right>h3 {
		margin-top: 0;
	}

	#box_timeline>.block:not(.kickoff)>h3 {
		font-size: 5vw;
		/* 16px */
		font-size: 5.3125vw;
		/* 17px */
		max-width: 60vw;
		margin-top: -8vw;
	}

	#box_timeline>.block:not(:first-child) {
		/* margin-top: 36vw; */
	}

	#box_timeline .poptext+.block {
		margin-top: 12vw;
		width: 96vw;
		height: auto;
		border-radius: 12vw;
	}


	#box_timeline>.block.left {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 12vw;
		border-bottom-right-radius: 12vw;

		padding-left: 4vw;
		padding-right: 18vw;
		margin-left: 0;
	}

	#box_timeline>.block.right {
		width: 96vw;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-right: 0;
		padding-left: 4vw;
		padding-right: 18vw;
	}

	#box_timeline>.block:not(.kickoff)>p:not(.logo) {
		width: auto;
		margin-bottom: 1.4em;
	}

	#box_timeline>.block.left>figure,
	#box_timeline>.block.right>figure {
		position: relative;
		margin-top: -18vw;
		top: 18vw;
		transition-duration: .4s;
	}

	#box_timeline>.block.right>figure {
		right: 0;
	}

	#box_timeline>.block>figure {
		position: static;
	}

	#inner_full-time figure,
	#box_timeline figure.ol_wh {
		width: 70vw;
		height: calc(70vw * 0.6666594827586206);
		border-radius: 8vw;
		border-width: 4px;
	}

	article.biginners_guide img {
		width: auto;
		height: 100%;
	}

	#box_timeline>.block>p:not([class^="btn_"]) {
		font-size: 3.4375vw;
		/* 11px */
	}

	/*  */

	#box_timeline>.block {
		height: auto;
		border-radius: 12vw;
		margin-top: 12vw;
		margin-bottom: 18vw;
	}

	#box_timeline>.block.middle {
		height: auto;
		padding-left: 4vw;
		padding-right: 18vw;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-top: 36vw;
	}

	#box_timeline .poptext.enjoy+.block.middle {
		margin-top: 12vw;
	}

	#box_timeline>.block.middle>h3+p+p,
	#box_timeline>.block.middle>h3,
	#box_timeline>.block.middle>h3+p {
		left: 0;
		/* position: static; */
	}

	#box_timeline>.block.arrival>h3::after,
	#box_timeline>.block.middle>h3::after {
		left: auto;
		right: 40px;
		transform: rotate(0deg) skew(-10deg) scale(-1, 1);
	}

	#box_timeline>.block.middle+.block {
		/* margin-top: 36vw; */
	}

	/*  */

	#box_timeline>p.poptext+.block.arrival {
		margin-top: 20vw;

		display: flex;
		flex-direction: column;
		width: 90vw;
		margin: 0 auto;
	}

	#box_timeline>p.poptext+.block.arrival p {
		order: 1;
		margin-top: 3em;
		margin-bottom: 0;
	}

	#box_timeline>p.poptext+.block.arrival h3 {
		order: 2;
		position: relative;
		margin-top: 4vw;
		right: 0;
		top: auto;
		width: auto;
	}

	#box_timeline>p.poptext+.block.arrival figure {
		order: 3;
		height: calc(90vw * 0.625);
	}

	#box_timeline>.block.gourmet {
		margin-top: 12vw;
		margin-bottom: 20vw;
	}

	/*  */

	#box_timeline div.box_fashion_item {
		margin-top: 0;
		height: auto;
		display: block;
		text-align: center;
	}

	#box_timeline div.box_fashion_item>.inner {
		width: 90vw;
		margin: 0 auto;
		padding: 6vw 4vw;
		border-radius: 12vw;
	}

	#box_timeline div.box_fashion_item>.inner>h4 {
		font-size: 5.625vw;
		/* 18px */
	}

	#box_timeline div.box_fashion_item>.inner>h4+p {
		font-size: 3.75vw;
		/* 12px */
	}

	#box_timeline div.box_fashion_item figure {

		width: 90vw;
		height: 20vh;
		margin: 0 auto;
		border-radius: 12vw;

	}

	#box_timeline div.box_fashion_item figure>img {
		margin: 0;
		width: 110vw;
		height: auto;
		position: relative;
		top: -10vw;
		left: -20vw;
	}

	#box_timeline div.box_fashion_item p.note {
		font-size: 3.125vw;
		/* 10px */
		position: static;
		margin-top: 0.8em;
	}

	/*  */

	#box_timeline>.block.goods p.logo,
	#box_timeline>.block>p.logo {
		width: 50vw;
		margin-inline: auto;
		margin-bottom: 8vw;
	}

	#box_timeline>.block.goods p.logo small,
	#box_timeline>.block>p.logo>small {
		font-size: 2.5vw;
		/* 8px */
	}

	#box_timeline>.block.goods p.logo img,
	#box_timeline>.block>p.logo img {
		width: 100%;
		height: auto;
	}

	/*  */

	#box_timeline>.block>figure.second {
		width: 90vw;
		height: calc(90vw * 0.6666666666666666);
		margin-top: 4vw;
	}

	#box_timeline>.block>figure.circle_wh {
		margin-left: auto;
		top: auto;
		left: auto;
		right: 0;
		bottom: calc(90vw * 0.6666666666666666 - 10vw);
		width: 40vw;
		height: 40vw;
		border-radius: 50%;
	}

	/*  */

	#box_timeline .poptext:nth-of-type(4)+.block {
		margin-top: 12vw;
	}

	/*  */

	#box_timeline>.block.kickoff>p:not([class^="btn_"]),
	#box_timeline>.block.kickoff>h3,
	#inner_gogo>.inner>p:nth-of-type(1) {
		font-size: 5vw;
		/* 16px */
		line-height: 1.4;
		padding: 0 1em;
	}

	#inner_full-time figure.ol_wh.full,
	#box_timeline>.block>figure.full {
		width: 90vw;
		height: calc(90vw * 0.625);
		margin-inline: auto;
	}

	/*  */

	#inner_gogo {
		margin-top: 8vw;
	}

	#inner_gogo p[class^="typo_go_"] {
		font-size: 18vw;
	}

	#inner_gogo p.typo_go_01 {
		margin-left: auto;
		top: 3vh;
		left: auto;
		right: -1vw;
	}

	#inner_gogo p.typo_go_02 {
		margin-left: auto;
		top: 40%;
		left: -0.5vw;
	}

	#inner_gogo p.typo_go_03 {
		margin-left: auto;
		top: 98vh;
		left: 1.2em;
		font-size: 13.6vw;
	}


	#inner_gogo ul.photos>li {
		width: 70%;
		border-width: 4px;
		margin-top: -8vw;
	}

	#inner_gogo ul.photos>li img {
		width: 100%;
		height: auto;
	}

	/*  */

	div.box_basic_rules {
		width: 90vw;
		margin-inline: auto;
		padding: 8vw 4vw 12vw;
		border-radius: 4vw;
		margin-bottom: 20vw;
	}


	div.box_basic_rules::before {
		width: 10vw;
		height: 10vw;
		left: -4vw;
		top: 4vw;
	}

	div.box_basic_rules>h4 {
		font-size: 5vw;
		/* 16px */
	}

	div.box_basic_rules>h4+p {
		font-size: 3.75vw;
		/* 12px */
	}

	div.box_basic_rules>dl {
		display: block;
		margin-top: 10vw;
	}


	div.box_basic_rules>dl>dt {
		width: 100%;
		font-size: 4.375vw;
		/* 14px */
		padding-right: 0;
		text-align: center;
		margin-top: 0;
		padding-top: 0;
		margin-left: 1em;
	}

	div.box_basic_rules>dl>dt.players {
		margin-top: 6vw;
	}

	div.box_basic_rules>dl>dt::after {
		width: 7vw;
		height: 7vw;
		position: relative;
		display: inline-block;
		top: 1vw;
		margin-inline: 0.4em;
	}

	div.box_basic_rules>dl>dt.players::after {
		background-position: -8.6vw 0;
	}

	div.box_basic_rules>dl>dd {
		width: calc(100% - 140px - 40px);
		padding-left: 24px;

		width: 100%;
		padding-left: 0;
	}

	div.box_basic_rules>dl>dd img {
		width: 100%;
		height: auto;
	}

	div.box_basic_rules>dl>dd.formation>figure {
		flex-direction: column;
	}

	div.box_basic_rules>dl>dd.formation>figure>picture {
		margin-top: 4vw;
		margin-right: 0;
		order: 2;
		width: 100%;
	}

	div.box_basic_rules>dl>dd.formation>figure>figcaption {
		display: block;
		width: 40%;
		font-size: 1.6rem;
		line-height: 1.8;

		order: 1;
		width: 100%;
		font-size: 3.75vw;
		/* 12px */
	}

	.box_basic_rules .btn_blue a {
		position: relative;
		line-height: 1.6;
	}


	[class^="btn_"]>a .material-symbols-outlined {
		position: absolute;
		right: 1em;
		top: 1em;
	}

	/*  */

	#inner_full-time {
		margin-top: 12vw;
		padding-bottom: 0;
		margin-inline: auto;
	}

	#inner_full-time h3 {
		font-size: 4.375vw;
		/* 14px */
	}

	#inner_full-time figure.ol_wh.full {
		/* height: auto; */
		margin-top: -16vw;
	}

	#inner_full-time figure.ol_wh.full img {
		margin-top: 12vw;
	}

	#inner_full-time p:last-of-type {
		font-size: 3.125vw;
		/* 10px */
		width: 88vw;
		margin: 1em auto 2em;
		text-align: left;
	}

	#inner_full-time p:last-of-type br {
		display: none;
	}

	/*  */

	#box_players_wrapper {
		margin-top: 8vw;
		padding-bottom: 0;
	}

	#box_players_wrapper li img {
		width: 100%;
		height: auto;
	}

	#sec_players_list ul#players_card>li {
		height: 72vw;
		overflow: visible;
	}

	#sec_players_list ul#players_card>li>a {
		/* height: 100%; */
		height: auto;
		padding-bottom: 6vw;
	}

	#sec_players_list ul#players_card>li h4 {
		font-size: 9.375vw;
		/* 30px */
	}

	#sec_players_list ul#players_card>li p {
		font-size: 4.375vw;
		/* 14px */
	}

	#sec_players_list ul#players_card>li p>small {
		font-size: 0.6em;
	}

	#box_players_wrapper+p.btn_wh {
		top: auto;
		margin-top: 10vw;
	}

	#sec_players_list>.inner {
		padding-top: 20vw;
		padding-bottom: 20vw;
	}

	#sec_players_list ul.btn_switcher {
		width: 100%;
		/* height: 100%; */
		margin-left: 0;
		left: 0;
	}

	#sec_players_list ul.btn_switcher>li {
		/* top: calc(50% - 5vw); */
		top: 38vw;
		width: 10vw;
	}

	#sec_players_list ul.btn_switcher>li>a {
		width: 10vw;
		height: 10vw;
		border-radius: 50%;
	}

	/* #sec_players_list ul.btn_switcher>li.next>a::before, */
	#sec_players_list ul.btn_switcher>li>a::before {
		background-image: none;

		content: '';
		width: 1em;
		height: 1em;
		border: 0px;
		border-top: solid 2px #22b6fe;
		border-right: solid 2px #22b6fe;
		transform: rotate(-135deg);
		position: absolute;
		top: calc(50% - 0.5em);
		left: calc(50% - 0.2em);
		margin-left: auto;
		margin-top: 0;
		margin-left: 0;
	}

	#sec_players_list ul.btn_switcher>li.next>a::before {
		transform: rotate(45deg);
		margin-left: auto;
		left: calc(50% - 0.5em);
	}



	/*  */

	#sec_biginners_faq>.inner {
		padding-top: 14vw;
	}

	#wrapper_faq {
		margin-top: 8vw;
		padding-bottom: 20vw;
		width: 90vw;
		margin-inline: auto;
	}

	#sec_biginners_faq h3 {
		font-size: 5vw;
		/* 16px */
	}

	#wrapper_faq>dl>dt {
		margin-top: 1em;
		font-size: 4.375vw;
		/* 14px */
		padding-right: 10vw;
	}

	#wrapper_faq>dl>dt+dd>p {
		font-size: 4.0625vw;
		/* 13px */
	}

	#wrapper_faq>dl>dt>strong,
	#wrapper_faq>dl>dd>strong {
		font-size: 10vw;
		width: 20vw;
	}

	#wrapper_faq>dl>dt.open+dd,
	#wrapper_faq>dl>dt+dd,
	#wrapper_faq>dl>dt {
		padding-left: 20vw;
	}


	#wrapper_faq>dl>dt>span {
		/* position: absolute;
		width: 22px;
		height: 20px;
		right: 1em;
		display: block;
		top: 50%;
		margin-top: -9px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(/common_2017/svg/icon_arrow_circle.svg);
		background-size: cover;
		background-position: -25px 0;
		transform: rotate(90deg);
		transition: 0.3s; */

	}

	/*  */

	#sec_epilogue {}

	#sec_epilogue>.inner {
		padding-top: 10vw;
		padding-bottom: 0;
	}

	#sec_epilogue h3 {
		font-size: 12vw;
		color: #020202;
		line-height: 1.2;
		text-align: center;
	}

	#sec_epilogue h3>span,
	#sec_epilogue h3>span::after {
		display: none;
	}

	#sec_epilogue h3+p {
		font-size: 3.75vw;
		/* 12px */
		margin-top: 1.4em;
	}

	#sec_epilogue h3 picture {
		width: 66%;
		margin-inline: auto;
	}

	#sec_epilogue .bg {
		position: static;
		margin-left: 0;
	}

	/*  */

	#sec_match_day p.poptext>span.txt_fulltime::before,
	#sec_match_day p.poptext>span.txt_kickoff::before {
		width: 14vw;
		height: calc(14vw * 0.6741573033707865);
		top: -6vw;
		left: -12vw;
	}

	#sec_match_day p.poptext>span.txt_fulltime::before {
		left: calc(50% - 7vw);
		top: -10vw;
	}

	/*  */
	/* #sec_tdrk_access, */
	#gnav ul.gnav_pc,
	#sec_get_tickets,
	#sec_biginners_menu,
	div#kv_front_stripes,
	[id^="img_scrl_front_"],
	#box_scrolling_photos_back,
	#wrap_kv {
		/* display: none !important; */
	}


	/*  */
	#photos_topk {
		width: 100%;
		position: sticky;
		top: 6vh;
		z-index: 999;
	}

	#photos_topk.place {
		position: sticky;
		top: 6vh;
	}

	#photos_topk span {
		display: block;
		position: absolute;
	}

	#img_01 {
		width: 24vw;
		top: 20vh;
		left: -2vw;
	}

	#img_02 {
		width: 20vw;
		top: 20vh;
		right: 0;
	}

	/*  */

	#box_timeline>.block.goods {
		height: auto;
		padding-bottom: 4vw;
	}

	#box_timeline>.block.goods::before {
		/* content: '';
		display: block;
		width: 300px;
		height: 150px;
		background-image: url(/tickets/beginers_guide/assets/img/icon_huge_ball-wh.svg);
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		opacity: 0.2;
		position: absolute;
		bottom: -150px;
		z-index: 1; */

		width: 60vw;
		height: 30vw;
		bottom: -30vw;

	}


	div.block.goods div.wrap p {
		font-size: 3.75vw;
	}

	div.block.goods div.wrap p br {
		display: none;
	}

	div.block.goods div.wrap {
		display: block;
	}

	#list_goods {
		width: 100%;
		margin-top: 6vw;
		margin-left: 0;
	}


	#list_goods li:nth-child(1) figure {
		width: 90%;
	}


	#list_goods li:nth-child(2) figure {
		width: 120%;
	}

	#list_goods li:nth-child(3) {
		margin-top: 4vw;
	}


	#list_goods li:nth-child(3) figure {
		width: 110%;
		left: 0;
	}

	#list_goods li figcaption {
		font-size: 3.125vw;
		/* 10px */
		text-align: center;
		padding-top: 1em;
	}

	#list_goods li:nth-child(2) figcaption {
		margin-top: -2em;
	}

	#list_goods li:nth-child(3) figcaption {
		padding-top: 0;
		margin-top: -2em;
		position: static;
	}


	#box_timeline #list_goods li p.btn_buy {
		width: 22vw;
	}


	#list_goods li:nth-child(1) p.btn_buy,
	#list_goods li:nth-child(2) p.btn_buy {
		right: -3vw;
		bottom: 7vw;
	}

	#list_goods li:nth-child(3) p.btn_buy {
		right: 0;
		top: 4vw;
	}

	div.block.goods div.wrap .right {
		margin-top: 8vw;
		display: block;
	}

	/*  */
	#btn_tickeflo {
		width: 36vw;
		right: calc(50% - 18vw);
	}




/*スライドが無い場合*/
#box_tkt_slide>#box_no_slide.visible {
	
	width: 88vw;
	margin: 0 auto;
	
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	border: 2vw solid #fff;
	border-radius: 2vw;
	margin-top: -52vw;
}

#box_tkt_slide>#box_no_slide.visible>p {
	font-size: 2rem;
	color: #777;
}





	/*  */
}

/*  */
/*  */





































/*  */
}