@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------

全体設定

 ---------------------------------------------------*/
body {
	width:100%;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height:1.2;
	background: #000;
}
a{
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer!important;
}
a:hover{
	opacity: 0.6;
}
img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}

header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	padding: 0 20px;
	background: #fff;
}
header .logo{
	width: 270px;
}
header .link_wrap a{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-right: 40px;
}
header .timetable{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 56px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background: #e6465a;
	border-radius: 28px;
}
.tit_kv{
	color: #fff;
	font-size: 2.34375vw;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 14px 0;
	background: #ed1c24;
}
.gnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.1458vw 0 6.7708vw;
}
.gnav li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19.1666vw;
	height: 5.2083vw;
	background: #4d4d4d;
}
.gnav li a{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.8229vw;
}
.gnav li a:before{
	content: "";
	margin: 0 0.625vw 0 0;
	border-style:solid;
	border-width: 0.46875vw 0 0.46875vw 0.8333vw;
	border-color: transparent transparent transparent #FFFFFF;
}
.main_catch{
	color: #2aa8e3;
	font-size: 2.2395vw;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.txt_counter{
	color: #fff;
	font-size: 2.2395vw;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	margin: 3.125vw 0 2.8125vw;
}
.counter{
	display: flex;
	justify-content: center;
	align-items: center;
}
.counter .box{
	width: 19.53125vw;
	height: 10.83333vw;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 10px;
	padding-top: 1.041666vw;
	text-align: center;
	box-sizing: border-box;
}
.counter .box .num{
	color: #fff;
	font-size: 4.8958333vw;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}
.counter .box.days{
	background-image: url("../images/bg_counter_days.png");
}
.counter .box.hours{
	background-image: url("../images/bg_counter_hours.png");
}
.btn_bb-schedule{
	display: block;
	width: 37.5vw;
	margin: 50px auto;
	color: #fff;
	font-weight: bold;
	font-size: 2.2395vw;
	border: 4px solid #ed1c24;
	border-radius: 30px;
	padding: 20px;
	text-align: center;
	position: relative;
}
.btn_bb-schedule a{
	color: #fff;
}
.btn_bb-schedule:hover{
	background:#222;
	transition: 0.3s;
}
.btn_bb-schedule::before {
    content: "▶";
    font-size: 24px;
    /* display: flex; */
    margin-right: 10px;
    /* position: absolute; */
    /* align-items: center; */
    vertical-align: middle;
}
.txt_sns{
	color: #ed1c24;
	font-size: 2.2395vw;
	font-weight: 700;
	text-align: center;
	margin: 3.8541vw 0;
}
.sns_x{
	display: block;
	width: 6.4583vw;
	margin: 0 auto 6.7708vw;
}
#roadmap{
	padding: 3.125vw 12.2916vw 9.8958vw;
	background: #b3b3b3;
}
#roadmap .catch{
	font-size: 1.9791vw;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin: 2.6041vw 0 0.78125vw;
}
#roadmap .tit{
	font-size: 4.1666vw;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.1em;
}
#roadmap .txt{
	font-size:  2.0833vw;
	margin: 3.125vw 0 0;
}
#roadmap .txt span{
	color: #ed1c24;
	font-weight: 600;
}
.sec_commmon .mv_wrap{
	position: relative;
}
.sec_commmon .mv_wrap .info{
	position: absolute;
	width: 100%;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.sec_commmon .mv_wrap .tit{
	display: flex;
	align-items: center;
	width: 88.125vw;
	padding: 0 0 1.1458vw 12.5vw;
	background: url("../images/bg_tit_common.png") no-repeat bottom;
	background-size: contain;
	box-sizing: border-box;
}
.sec_commmon .mv_wrap .tit span{
	font-size: 3.5416vw;
	font-weight: 800;
	letter-spacing: 0.14em;
}
.sec_commmon .mv_wrap .tit img{
	width: 4.0625vw;
	margin: 0  2.6041vw 0 0;
}
.sec_commmon .mv_wrap .catch{
	font-size: 2.0833vw;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 1.5625vw 0 0 12.5vw;
}
.sec_commmon .mv_wrap .txt{
	font-size: 1.7708vw;
	line-height: 1.4;
	margin: 1.0416vw 12.5vw 0;
}
.sec_commmon .tit_sub{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40.625vw;
	height: 3.4375vw;
	color: #fff;
	font-size: 2.0833vw;
	font-weight: 700;
	letter-spacing: 0.15em;
	background: #ed1c24;
	transform: skewY(-7deg);
}
#player.sec_commmon .mv_wrap .info{
	top: 45%;
}
.playerlist_wrap{
	padding: 5.2083vw 0 0;
	background: #282828;
}
.playerlist_wrap .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 72.0833vw;
	margin: 5.7291vw auto;
}
.playerlist_wrap .list li{
	display: flex;
	justify-content: space-between;
	width: 48%;
	color: #fff;
	margin: 0 0 3.4375vw;
}
.playerlist_wrap .list li .img{
	width: 11.71875vw;
}
.playerlist_wrap .list li .info{
	width: calc(100% - 12.9166vw);
}
.playerlist_wrap .list li .info .catch{
	color: #ed1c24;
	font-size: 1.3541vw;
	font-weight: 800;
}
.playerlist_wrap .list li .info .name{
	font-size: 2.0833vw;
	font-weight: 500;
	margin: 0.2604vw 0 1.25vw;
}
.playerlist_wrap .list li .info .txt{
	font-size: 1.5625vw;
	line-height: 1.3;
}
.playerlist_wrap .list:last-of-type{
	margin: 5.7291vw auto 0;
}
#system{
	color: #fff;
	padding: 0 0 8.3333vw;
	background: #282828;
}
#system .point_wrap{
	display: flex;
	justify-content: center;
	margin: 3.125vw 0 5.2083vw;
}
#system .point_wrap .box{
	width: 33.6458vw;
}
#system .point_wrap .tit{
	display: flex;
	align-items: center;
}
#system .point_wrap .tit img{
	width: 11.7708vw;
}
#system .point_wrap .tit span{
	width: calc(100% - 11.7708vw);
	font-size: 1.7708vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin: 0 0 0 2.6041vw;
}
#system .point_wrap .txt{
	font-size: 1.7708vw;
	line-height: 1.4;
	margin: 1.5625vw 0 0;
}
#system .point_wrap .box:first-of-type{
	margin: 0 4.5833vw 0 0;
}
#system .flow{
	width: 75.1041vw;
	margin: 5.2083vw auto 4.6875vw;
}
#system .flow > div{
	background: #666;
}
#system .flow .tit{
	display: flex;
	align-items: center;
	justify-content: center;
}
#system .flow .tit .num{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 14.0625vw;
	height: 9.5833vw;
	font-size: 2.65625vw;
	font-weight: 900;
	margin: 0 1.6666vw 0 0;
	background: #ed1c24;
}
#system .flow .tit .num span{
	font-size: 4.53125vw;
	font-weight: 700;
}
#system .flow .tit .txt{
	font-size: 4.1666vw;
	font-weight: 800;
}
#system .flow .tit .txt span{
	display: block;
	font-size: 2.8125vw;
	font-weight: 400;
	margin: 0.5208vw 0 0;
}
#system .flow .stage01{
	padding: 3.6458vw 3.4375vw 3.4375vw;
}
#system .flow .cap{
	font-size: 1.7708vw;
	text-align: center;
	margin: 2.5vw 0 0;
}
#system .flow .stage01 .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#system .flow .box{
	position: relative;
	width: 32.7083vw;
	margin: 2.6041vw 0 0;
	padding: 0 0 5.7291vw;
	background: #3c3c3c;
}
#system .flow .box .tit_box{
	font-size: 2.0833vw;
	font-weight: 800;
	text-align: center;
	padding: 0.625vw 0;
	background: #231f57;
}
#system .flow .box .cap_box{
	color: #000;
	font-size: 1.25vw;
	font-weight: 800;
	text-align: center;
	padding: 0.2083vw 0;
	background: #2aa8e3;
}
#system .flow .box .txt{
	font-size: 1.5625vw;
	line-height: 1.3;
	padding: 1.7708vw 2.6041vw;
}
#system .flow .box .flow_next{
	position: absolute;
	width: 9.2708vw;
	left: 50%;
	bottom: -11.4583vw;
	transform: translateX(-50%);
}
#system .flow .box .highlight{
	display: flex;
	align-items: center;
	justify-content: center;
}
#system .flow .box .highlight img{
	width: 5.833vw;
	margin: 0 0.78125vw 0 0;
}
#system .flow .box .highlight span{
	color: #ed1c24;
	font-size: 1.5625vw;
	font-weight: 700;
}
#system .flow .box:last-of-type .txt{
	padding: 1.7708vw 3.90625vw 2.5vw;
}
#system .flow .box .note{
	font-size: 1.3541vw;
	padding: 0 3.90625vw;
}
#system .flow .stage02{
	padding: 5.7291vw 3.4375vw 3.4375vw;
	margin: 4.6875vw 0 0;
}
#system .flow .schedule{
	margin: 2.0833vw 0;
}
#system .table_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 74.4791vw;
	margin: 4.1666vw auto 0;
}
#system .table_wrap .date{
	width: 100%;
	font-size: 1.25vw;
	text-align: right;
	margin: 0 0 0.9375vw;
}
#system .table_wrap table{
	width: 48%;
	margin: 0 0 2.0833vw;
	background: #3c3c3c;
	border-spacing: 0;
	border-bottom: 1px solid #fff;	
	border-right: 1px solid #fff;	
}
#system .table_wrap table th,
#system .table_wrap table td{
	position: relative;
	font-size: 2.1875vw;
	text-align: center;
	padding: 1.09375vw 1.9791vw;
	border-top: 1px solid #fff;	
	border-left: 1px solid #fff;
}
#system .table_wrap table th{
	text-align: left;
}
#system .table_wrap table thead{
	background: #000;
}
#system .table_wrap table thead th{
	font-size: 1.9791vw;
	text-align: center;
	padding: 1.25vw 0;
}
#system .table_wrap table .tit th{
	color: #ed1c24;
	padding: 1.25vw 0 1.25vw 1.9791vw;
}
#system .table_wrap table .tit th.wr{
	text-align: center;
}
#system .table_wrap table .japan{
	position: relative;
}
#system .table_wrap table .japan span{
	position: relative;
	z-index: 99;
}
#system .table_wrap table .japan th:after,
#system .table_wrap table .japan td:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3.125vw;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #f00;
}
#system .table_wrap table .japan th:after{
	left: 0.5208vw;
}
#system .table_wrap table .japan td:after{
	right: 0.5208vw;
	left: auto;
}
#system .table_wrap table.mens_group .tit th{
	color: #2aa8e3;
}
#system .table_wrap table.mens_group .japan th:after,
#system .table_wrap table.mens_group .japan td:after{
	background: #2aa8e3;
}
#system .point_wide{
	display: block;
	height: 42.6041vw;
	padding: 0;
	background: url("../images/bg_point03.jpg") no-repeat;
	background-size: cover;
}
#system .point_wide .inner{
	width: 74.8958vw;
	padding: 3.333vw 0 0;
	margin: 0 auto;
}
#system .point_wide .inner .tit{
	margin: 0 0 0 2.6041vw;
}
#system .point_wide .inner .highlight{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.1458vw;
	color: #ed1c24;
	font-size: 2.0833vw;
	font-weight: 700;
	margin: 2.0833vw 0;
	border: 0.2083vw solid #ed1c24;
	box-sizing: border-box;
	background: #000;
}
#system .point_wide .inner .note{
	font-size: 1.875vw;
	font-weight: 700;
	line-height: 1.4;
}
#system .point_wide.point04{
	height: 45vw;
	background: url("../images/bg_point04.jpg") no-repeat;
	background-size: cover;
}
#system .point_wide.point04 .inner{
	padding: 5.2083vw 0 0;
}
#system .match_order{
	margin: 3.125vw 0 5.2083vw;
}
#system .match_order .tit{
	font-size: 2.5vw;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
}
#system .match_order .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 49.2708vw;
	margin: 0 auto;
}
#system .match_order .list li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 14.3229vw;
	height: 11.9791vw;
	color: #000;
	margin: 2.9166vw 0.78125vw 0;
	background: #fff;
	border-radius: 1.875vw;
	box-sizing: border-box;
}
#system .match_order .list li .tit_list{
	font-size: 2.34375vw;
}
#system .match_order .list li .txt{
	font-size: 3.3333vw;
}
#system .match_order .list li .band{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.7708vw;
	font-weight: 700;
	text-align: center;
	padding: 0.3645vw 0;
	margin: 0 0 0.5208vw;
	background: #f00;
}
#system .match_order .list li:nth-child(n + 4){
	width: 16.3541vw;
	border: 0.3125vw solid #f00;
}
#system .match_order .list li:nth-child(n + 4) .txt{
	line-height: 1;
}
#system .featured_match .tit_group{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24.4791vw;
	height: 3.3958vw;
	font-size: 1.875vw;
	font-weight: 700;
	margin: 6.25vw auto 3.125vw;
	border: 1px solid #fff;
}
#system .featured_match .wrap{
	display: flex;
	justify-content: space-between;
	width: 73.0208vw;
	margin: 0 auto;
}
#system .featured_match .box{
	width: 33.6458vw;
}
#system .featured_match .box .tit{
	font-size: 1.7708vw;
	font-weight: 700;
	text-align: center;
}
#system .featured_match .box .match{
	display: flex;
	justify-content: center;
	margin: 1.25vw 0 0;
}
#system .featured_match .box .match .team{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#system .featured_match .box .match .team img{
	width: 8.3333vw;
}
#system .featured_match .box .match .team span{
	font-size: 1.7708vw;
	font-weight: 700;
	text-align: center;
	margin: 0.8333vw 0 0;
}
#system .featured_match .box .match .vs{
	display: block;
	width: 3.5416vw;
	margin: 1.30208vw 1.5625vw 0;
}
#system .featured_match .box .cap{
	font-size: 1.7708vw;
	line-height: 1.4;
	margin: 1.8229vw 0 0;
}
#system .featured_match .box .match .team.england{
	margin: 0 0 0 -1em;
}
#road-to-gold .roadmap{
	margin: 5.2083vw 0 0;
}
#road-to-gold .roadmap .wrap{
	width: 75.3125vw;
	padding: 4.6875vw 0;
	margin: 3.125vw auto 0;
	background: rgba(255,255,255,0.7);
}
#road-to-gold .roadmap .list li{
	position: relative;
	padding: 0 0 8.8541vw;
}
#road-to-gold .roadmap .list li .tit{
	position: relative;
	font-size: 2.8125vw;
	text-align: center;
}
#road-to-gold .roadmap .list li .tit span{
	position: relative;
	font-weight: 800;
	z-index: 99;
}
#road-to-gold .roadmap .list li .tit .num{
	font-size: 5.625vw;
	font-weight: 900;
	margin: 0 0.9375vw 0 0;
}
#road-to-gold .roadmap .list li .tit:after{
	content: "";
	position: absolute;
	display: block;
	width: 60.67708vw;
	height: 1.875vw;
	bottom: 0;
	background: #2aa8e3;
	z-index: 98;
}
#road-to-gold .roadmap .list li .img{
	position: relative;
	width: 30vw;
	margin: 1.4583vw auto 0;
	z-index: 99;
}
#road-to-gold .roadmap .list li .txt{
	position: relative;
	width: 46.09375vw;
	font-size: 2.0833vw;
	margin: 1.8229vw auto 0;
	z-index: 99;
}
#road-to-gold .roadmap .list li:nth-child(2){
	padding: 0 0 11.4583vw;
	margin: 0 0 1.3541vw;
}
#road-to-gold .roadmap .list li:after{
	content: "";
	position: absolute;
	display: block;
	width: 12.5vw;
	height: 38.5416vw;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/arrow_roadmap.png") no-repeat;
	background-size: cover;
	z-index: 98;
}
#road-to-gold .roadmap .goal{
	position: relative;
}
#road-to-gold .roadmap .goal .img{
	width: 45.625vw;
	margin: 0 auto;
}
#road-to-gold .roadmap .goal .txt{
	position: absolute;
	color: #fff;
	font-size: 4.1666vw;
	font-weight: 700;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
	padding: 0 0 0 16.6666vw;
	bottom: 4.1666vw;
	z-index: 99;
}
#road-to-gold .roadmap .goal .txt:after{
	content: "";
	position: absolute;
	display: block;
	width: 58.5416vw;
	height: 2.0833vw;
	bottom: 0;
	left: 0;
	background: #2aa8e3;
	z-index: -1;
}
#road-to-gold .analysis{
	padding: 3.8541vw 0 0;
	margin: 5.2083vw 0 0;
	background: #282828;
}
#road-to-gold .analysis .tit_champion{
	color: #fff;
	font-size: 2.8125vw;
	font-weight: 700;
	text-align: center;
	margin: 3.4375vw 0 0;
}
#road-to-gold .analysis .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#road-to-gold .analysis .list li{
	width: 36.71875vw;
	margin: 5.7291vw 0.78125vw 0;
}
#road-to-gold .analysis .list li .tit{
	display: flex;
	justify-content: center;
	color: #2aa8e3;
	font-size: 2.3958vw;
	font-weight: 800;
}
#road-to-gold .analysis .list li .tit:before,
#road-to-gold .analysis .list li .tit:after{
	content: "";
	display: block;
	width: 3.0208vw;
	height: 3.4375vw;
	margin: 0 1.0416vw;
	background: url("../images/icon_smash.png") no-repeat;
	background-size: cover;
}
#road-to-gold .analysis .list li .tit:after{
	transform: scaleX(-1);
}
#road-to-gold .analysis .list li .img{
	width: 19.8958vw;
	margin: 0.8333vw auto 0;
}
#road-to-gold .analysis .list li .txt{
	width: 33.6458vw;
	color: #fff;
	font-size: 1.7708vw;
	line-height: 1.4;
	margin: 1.7708vw 0 0;
}
#road-to-gold .analysis .catch{
	color: #f00;
	font-size: 2.0833vw;
	font-weight: 700;
	text-align: center;
	line-height: 1.65;
	padding: 9.0625vw 0 13.5416vw;
	background: url("../images/bg_analysis.png") no-repeat center;
	background-size: 38.3333vw;
}
#viewing .mv_wrap .info{
	transform: none;
	top: 10.4166vw;
}
#viewing .mv_wrap .list{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 4.42708vw 0 0;
}
#viewing .mv_wrap .list li{
	width: 41.0416vw;
	margin: 3.2291vw auto 0;
}
#viewing .mv_wrap .list li:first-child{
	position: relative;
}
#viewing .mv_wrap .list li:first-child a:after{
	content: "";
	position: absolute;
	display: block;
	width: 10vw;
	height: 11.09375vw;
	top: -1.4583vw;
	left: -2.5625vw;
	background: url("../images/icon_nanana.png") no-repeat;
	background-size: cover;
}
#viewing .mv_wrap .brn_campaign{
	margin-top: 4.16666vw;
	width: 50vw;
}
#viewing .bb_schedule{
	position: absolute;
	top:67.708vw;
    left: 50%;
	width: 100%;
    transform: translateX(-50%);
}
#viewing .bb_schedule .table_wrap{
	color:#fff;
	display: flex;
	justify-content:space-between;
	align-items: baseline;
	margin: 2.6041vw auto 0;
	width: 73.9598vw;
}
#viewing .bb_schedule .table_wrap .box_table{
	color:#fff;
	font-size: 1.77083vw;
}
#viewing .bb_schedule .table_wrap .box_table table{
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	margin-bottom: 1.041666vw;
}
#viewing .bb_schedule .table_wrap .box_table .logo {
	background: #fff;
	padding: 0.520833vw 2.60416vw;
}
#viewing .bb_schedule .table_wrap .box_table .logo > img{
	max-width: 15.625vw;
}
#viewing .bb_schedule .table_wrap .box_table table th,
#viewing .bb_schedule .table_wrap .box_table table td{
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
	text-align: center;
	padding: 0.78125vw 2.60416vw;
	background-color: #000;
}
#viewing .bb_schedule .table_wrap .box_table table td.time{
	text-align: left;	
}
#viewing .bb_schedule .table_wrap .box_table table td.sat{
	color:#2aa8e3;	
	padding: 1.5625vw 0;
}
#viewing .bb_schedule .table_wrap .box_table table td.sun{
	color:#ed1c24;	
	padding: 1.5625vw 0;
}
#viewing .note{
	font-size: 1.25vw;
	color: #fff;
	max-width: 73.9598vw;
	margin: 2.6041vw auto 0;
}
.campaign_wrap{
	background: #282828;
}
.brn_campaign{
	max-width:73.9598vw;
	margin: 0 auto;
	padding: 4.1666vw 0 6.770833vw;
}
.movie_wrap{
	background: #282828;
}
.movie_wrap .tit{
	max-width:73.9598vw;
	margin: 2.083333vw auto 0;
	color: #fff;
	font-size: 3.125vw;
	line-height: 1.6;
}
.yt_box {
  width: 100%;
  max-width:73.9598vw;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  padding: 2.083333vw 0 6.770833vw;
}

.yt_box iframe {
  width: 100%;
  height: 100%;
}

.cheer{
	color: #fff;
	padding: 10.3125vw 0 1.5625vw;
}
.cheer .logo{
	width: 13.5416vw;
	margin: 0 auto 1.875vw;
}
.cheer .txt{
	font-size: 2.2916vw;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
.cheer .credit{
	font-size:1.09275vw;
	margin: 10.9375vw 0 0 2.8125vw;
}

.smp_only{
	display: none;
}
@media screen and (max-width: 680px) {
	header{
		height: 11.5vw;
		padding: 0 2.5vw;
	}
	header .logo{
		width: 32vw;
	}
	header .link_wrap a{
		font-size: 14px;
		color: #000;
		font-weight: bold;
		margin-right: 14px;
	}
	header .timetable{
		width: 15.5vw;
		height: 7vw;
		font-size: 2.75vw;
		border-radius: 3.25vw;
	}
	.kv{
		position: relative;
	}
	.tit_kv{
		position: absolute;
		width: 100%;
		font-size: 6vw;
		letter-spacing: inherit;
		padding: 1vw 0;
		bottom: 5vw;
	}
	.gnav{
		margin: 5vw 0 10vw;
	}
	.gnav li{
		width: auto;
		height: 13.5vw;
		padding: 0 3.25vw;
	}
	.gnav li:nth-child(1){
		order: 1;
	}
	.gnav li:nth-child(2){
		order: 2;
	}
	.gnav li:nth-child(3){
		order: 4;
	}
	.gnav li:nth-child(4){
		order: 5;
	}
	.gnav li:nth-child(5){
		order: 3;
	}
	.gnav li a{
		font-size: 4.75vw;
	}
	.gnav li:nth-child(3),
	.gnav li:nth-child(4) {
		width: 49%;
		box-sizing: border-box;
		margin: 2vw 0 0;
	}
	.gnav li a:before{
		margin: 0 1.5vw 0 0;
		border-width: 1.25vw 0 1.25vw 2vw;
	}
	.main_catch{
		font-size: 4.75vw;
	}
	.txt_counter{
		font-size: 4.75vw;
		margin: 10vw 0 7vw;
	}
	.counter .box{
		width:42vw;
		height: 22.5vw;
		margin: 0 1.25vw;
		padding-top: 1.25vw;
	}
	.counter .box .num{
		font-size: 12.5vw;
	}
	.btn_bb-schedule{
		width: 68vw;
		border-radius: 20px;
		font-size: 5.5vw;
		border: 2px solid #ed1c24;
	}
	.btn_bb-schedule::before{
		font-size: 5vw;
	}
	.txt_sns{
		font-size: 4.75vw;
		margin: 9vw 0 6.5vw;
	}
	.sns_x{
		width: 13.75vw;
		margin: 0 auto 10vw;
	}
	#roadmap{
		padding: 0 0 11.5vw;
	}
	#roadmap .catch{
		font-size: 4.25vw;
		margin: 11vw 0 3vw;
	}
	#roadmap .tit{
		font-size: 9vw;
	}
	#roadmap .txt{
		font-size:  4.5vw;
		line-height: 1.4;
		margin: 8.5vw 7vw 0;
	}
	.sec_commmon .mv_wrap .tit{
		width: 93.5vw;
		padding: 0 0 2vw 7.5vw;
		background: url("../images/bg_tit_common_smp.png") no-repeat bottom;
	}
	.sec_commmon .mv_wrap .tit span{
		font-size: 9vw;
	}
	.sec_commmon .mv_wrap .tit img{
		width: 11vw;
		margin: 0 6vw 0 0;
	}
	.sec_commmon .mv_wrap .catch{
		font-size: 5.25vw;
		line-height: 1.3;
		margin: 6.25vw 0 0 7.5vw;
	}
	.sec_commmon .mv_wrap .txt{
		font-size: 4.5vw;
		margin: 4vw 7.5vw 0;
	}
	.sec_commmon .tit_sub{
		width: 100%;
		height: 10vw;
		font-size: 5.25vw;
	}
	#player.sec_commmon .mv_wrap .info{
		top: 50%;
	}
	.playerlist_wrap{
		padding: 5.2083vw 0 5vw;
		margin: -16vw 0 0;
	}
	.playerlist_wrap .tit_sub:after{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 10vw;
		background: #282828;
		bottom: -10vw;
		z-index: -1;
	}
	.playerlist_wrap .list{
		position: relative;
		width: 100%;
		padding: 0 6.5vw;
		margin: 10vw 0 0;
		box-sizing: border-box;
	}
	.playerlist_wrap .list li{
		width: 100%;
		margin: 0 0 15vw;
	}
	.playerlist_wrap .list li .img{
		width: 30vw;
	}
	.playerlist_wrap .list li .info{
		width: calc(100% - 33.75vw);
	}
	.playerlist_wrap .list li .info .catch{
		font-size: 3.5vw;
	}
	.playerlist_wrap .list li .info .name{
		font-size: 5.25vw;
		margin: 1vw 0 4vw;
	}
	.playerlist_wrap .list li .info .txt{
		font-size: 4vw;
	}
	.playerlist_wrap .list:last-of-type{
		margin: 15vw 0 0;
	}	
	#system{
		padding: 0 0 16.5vw;
	}
	#system .point_wrap{
		position: relative;
		display: block;
		margin: 1.5vw 0 10vw;
	}
	#system .point_wrap:before{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 15vw;
		background: #282828;
		top: -10vw;
		transform: skewY(-7deg);
	}
	#system .point_wrap .box{
		position: relative;
		width: 100%;
		padding: 0 9vw;
		box-sizing: border-box;
	}
	#system .point_wrap .tit{
		margin: 0 0 0 3vw;
	}
	#system .point_wrap .tit img{
		width: 27.5vw;
	}
	#system .point_wrap .tit span{
		width: calc(100% - 35vw);
		font-size: 4.5vw;
		margin: 0 0 0 6vw;
	}
	#system .point_wrap .txt{
		font-size: 4.5vw;
		margin: 4vw 0 0;
	}
	#system .point_wrap .box:first-of-type{
		margin: 0 0 12.5vw;
	}
	#system .flow{
		width: 86.5vw;
		margin: 11vw auto 13.75vw;
	}
	#system .flow .tit{
		justify-content: flex-start;
	}
	#system .flow .tit .num{
		width: 22.5vw;
		height: 15.5vw;
		font-size: 4.25vw;
		margin: 0 2.5vw 0 0;
	}
	#system .flow .tit .num span{
		font-size: 7.5vw;
	}
	#system .flow .tit .txt{
		font-size:6.5vw;
	}
	#system .flow .tit .txt span{
		font-size: 4.5vw;
		margin: 1.5vw 0;
	}
	#system .flow .stage01{
		padding: 4.5vw 3.75vw 10vw;
	}
	#system .flow .cap{
		font-size: 4.5vw;
		margin: 4vw -1vw 0;
	}
	#system .flow .box{
		width: 38vw;
		margin: 4.5vw 0 0;
		padding: 0 0 7.5vw;
	}
	#system .flow .box .tit_box{
		font-size: 5.5vw;
		padding: 2vw 0;
	}
	#system .flow .box .cap_box{
		font-size: 3.25vw;
		padding: 0.75vw 0;
	}
	#system .flow .box .txt{
		font-size: 3.5vw;
		padding: 3.5vw 3.25vw;
	}
	#system .flow .box .flow_next{
		width: 21.5vw;
		bottom: -31.25vw;
	}
	#system .flow .box .highlight{
		flex-direction: column;
	}
	#system .flow .box .highlight img{
		width: 12.5vw;
		margin: 0 0 2.5vw;
	}
	#system .flow .box .highlight span{
		font-size: 3.75vw;
		text-align: center;
	}
	#system .flow .box:last-of-type .txt{
		padding: 3.5vw 3.25vw;
	}
	#system .flow .box .note{
		font-size: 2.75vw;
		padding: 0 3.5vw;
	}
	#system .flow .stage02{
		padding: 10vw 3.75vw 8.5vw;
		margin: 13vw 0 0;
	}
	#system .flow .schedule{
		margin: 6vw 0;
	}
	#system .table_wrap{
		display: block;
		width: 100%;
		margin: 7.5vw 0 0;
		padding: 0 7vw;
		box-sizing: border-box;
	}
	#system .table_wrap .date{
		font-size: 3.25vw;
		margin: 0 0 2vw;
	}
	#system .table_wrap table{
		width: 100%;
		margin: 0 0 11vw;
	}
	#system .table_wrap table th,
	#system .table_wrap table td{
		font-size: 5.25vw;
		padding: 3vw 5vw;
	}
	#system .table_wrap table thead th{
		font-size: 4.75vw;
		padding: 3.5vw 0;
	}
	#system .table_wrap table .japan th:after,
	#system .table_wrap table .japan td:after{
		height: 7.5vw;
	}
	#system .table_wrap table .japan th:after{
		left: 2.5vw;
	}
	#system .table_wrap table .japan td:after{
		right: 2.5vw;
	}	
	#system .point_wide{
		height: 146.5vw;
		margin: 0;
		background: url("../images/bg_point03_smp.png") no-repeat;
		background-size: cover;
	}
	#system .point_wrap.point_wide:before{
		display: none;
	}
	#system .point_wide .inner{
		width: 100%;
		padding: 11vw 7.5vw 0;
		box-sizing: border-box;
	}
	#system .point_wide .inner .tit{
		justify-content: center;
		margin: 0;
	}
	#system .point_wide .inner .tit span{
		width: auto;
	}
	#system .point_wide .inner .txt{
		margin: 5vw 0 0;
	}
	#system .point_wide .inner .highlight{
		height: 21vw;
		font-size: 5.25vw;
		line-height: 1.5;
		margin: 6vw 0;
		border: 0.5vw solid #ed1c24;
	}
	#system .point_wide .inner .note{
		font-size: 4.75vw;
		text-align: center;
	}
	#system .point_wide.point04{
		height: 160vw;
		background: url("../images/bg_point04_smp.png") no-repeat;
		background-size: cover;
	}
	#system .point_wide.point04 .inner{
		padding: 17.5vw 7.5vw 0;
	}
	#system .match_order{
		margin: -12.5vw 0 13.75vw;
	}
	#system .match_order .tit{
		font-size: 5.25vw;
		margin: 9vw 0 0;
	}
	#system .match_order .list{
		width: 100%;
	}
	#system .match_order .list li{
		width: 27.5vw;
		height: 23vw;
		margin: 4.5vw 1vw 0;
		border-radius: 3.5vw;
	}
	#system .match_order .list li .tit_list{
		font-size: 4.5vw;
	}
	#system .match_order .list li .txt{
		font-size: 6.25vw;
	}
	#system .match_order .list li .band{
		font-size: 3.25vw;
		padding: 1vw 0;
		margin: 0 0 1vw;
	}
	#system .match_order .list li:nth-child(n + 4){
		width: 31.5vw;
		border: 0.75vw solid #f00;
	}
	#system .featured_match{
		margin: -9.5vw 0 0;
	}
	#system .featured_match .tit_group{
		width: 62.5vw;
		height: 10vw;
		font-size: 4.75vw;
		margin: 11vw auto 0;
	}
	#system .featured_match .tit_group:last-of-type{
		margin: 18.75vw auto 0;
	}
	#system .featured_match .wrap{
		display: block;
		width: 86vw;
	}
	#system .featured_match .box{
		width: 100%;
		margin: 8.5vw 0 0;
	}
	#system .featured_match .box .tit{
		font-size: 4.5vw;
	}
	#system .featured_match .box .match{
		margin: 2.5vw 0 0;
	}
	#system .featured_match .box .match .team img{
		width: 21.25vw;
	}
	#system .featured_match .box .match .team span{
		font-size: 4.5vw;
		margin: 2.5vw 0 0;
	}
	#system .featured_match .box .match .vs{
		width: 9vw;
		margin: 3.5vw 3.75vw 0;
	}
	#system .featured_match .box .cap{
		font-size: 4.5vw;
		margin: 6vw 0 0;
	}
	#system .featured_match .box .match .team.england{
		margin: 0 0 0 -2.5vw;
	}
	#road-to-gold.sec_commmon .mv_wrap .info{
		top: 11.5vw;
		transform: none;
	}
	#road-to-gold.sec_commmon .mv_wrap .tit span,
	#road-to-gold.sec_commmon .mv_wrap .catch{
		letter-spacing: inherit;
	}
	#road-to-gold .roadmap{
		margin: -41vw 0 0;
		padding: 0 0 15vw;
	}
	#road-to-gold .roadmap .wrap{
		position: relative;
		width: 87vw;
		padding: 7.5vw 0;
		margin: 12.5vw auto 0;
		z-index: 99;
	}
	#road-to-gold .roadmap .list li{
		padding: 0 0 11.5vw;
	}
	#road-to-gold .roadmap .list li .tit{
		font-size: 4.75vw;
		text-align: left;
	}
	#road-to-gold .roadmap .list li .tit .num{
		font-size: 9.5vw;
		margin: 0 2vw 0 4.5vw;
	}
	#road-to-gold .roadmap .list li .tit:after{
		width: 80vw;
		height: 3vw;
	}
	#road-to-gold .roadmap .list li .img{
		width: 51vw;
		margin: 1.5vw auto 0;
	}
	#road-to-gold .roadmap .list li .txt{
		width: 100%;
		font-size: 4vw;
		margin: 3vw 0 0;
		padding: 0 5vw;
		box-sizing: border-box;
	}
	#road-to-gold .roadmap .list li:nth-child(2){
		padding: 0 0 11.5vw;
		margin: 0 0 5vw;
	}
	#road-to-gold .roadmap .list li:after{
		width: 21.25vw;
		height: 65.5vw;
		bottom: -2.5vw;
	}
	#road-to-gold .roadmap .goal .img{
		width: 77.5vw;
	}
	#road-to-gold .roadmap .goal .txt{
		font-size: 7vw;
		text-shadow: 0.5vw 0.5vw 1px rgba(0, 0, 0, 0.3);
		padding: 0 0 0 8.75vw;
		bottom: 6.25vw;
	}
	#road-to-gold .roadmap .goal .txt:after{
		width: 79.5vw;
		height: 3.5vw;
	}
	#road-to-gold .analysis{
		padding: 3.75vw 0 6.25vw;
		margin: 0;
	}
	#road-to-gold .analysis .tit_sub{
		margin: -10vw 0 0;
	}
	#road-to-gold .analysis .tit_sub:after{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 10vw;
		background: #282828;
		bottom: -10vw;
		z-index: -1;
	}
	#road-to-gold .analysis .tit_champion{
		position: relative;
		font-size:  7vw;
		margin: 8.5vw 0 0;
	}
	#road-to-gold .analysis .list{
		display: block;
	}
	#road-to-gold .analysis .list li{
		width: 100%;
		margin: 16vw 0 0;
	}
	#road-to-gold .analysis .list li:first-child{
		margin: 6.25vw 0 0;
	}
	#road-to-gold .analysis .list li .tit{
		font-size: 6.5vw;
	}
	#road-to-gold .analysis .list li .tit:before,
	#road-to-gold .analysis .list li .tit:after{
		width: 7.5vw;
		height: 8.5vw;
		margin: 0 2vw;
	}
	#road-to-gold .analysis .list li .img{
		width: 51vw;
		margin: 2.5vw auto 0;
	}
	#road-to-gold .analysis .list li .txt{
		width: 100%;
		font-size: 4.5vw;
		margin: 3vw 0 0;
		padding: 0 7vw;
		box-sizing: border-box;
	}
	#road-to-gold .analysis .catch{
		font-size: 5.25vw;
		padding: 13.75vw 0 20vw;
		margin: 7.5vw 0 0;
		background-size: 97.5vw;
	}
	#viewing .mv_wrap .info{
		top: 12.5vw;
	}
	#viewing.sec_commmon .mv_wrap .catch{
		letter-spacing: inherit;
	}
	#viewing .mv_wrap .list{
		margin: 12.5vw 0 0;
	}
	#viewing .mv_wrap .list li{
		width: 80vw;
		margin: 7.5vw auto 0;
	}
	#viewing .mv_wrap .list li:first-child{
		margin: 0;
	}
	#viewing .mv_wrap .list li:first-child a:after{
		width: 20vw;
		height: 22.25vw;
		top: -3.25vw;
		left: -5.5vw;
	}
	#viewing .mv_wrap .brn_campaign{
		margin-top: 10vw;
		width: 80vw;
	}
	#viewing .table_wrap {
	}
	#viewing .table_wrap table {
		border: 1px solid #fff;
		color: #fff;
	}

	#viewing .bb_schedule{
		top:135vw;
	}
	#viewing .bb_schedule .table_wrap{
		display: block;
	}
	#viewing .bb_schedule .table_wrap {
		width: 87vw;
	}
	#viewing .bb_schedule .table_wrap .box_table .logo > img {
		max-width: none;
		width: 30vw;
	}
	#viewing .bb_schedule .table_wrap .box_table table,
	#viewing .bb_schedule .table_wrap .box_table p{
		width: 100%;
		font-size: 3.5vw;
	}
	#viewing .bb_schedule .table_wrap .box_table table{
		margin-top: 10vw;
	}
	#viewing .note {
		font-size: 3vw;
		max-width: none;
		width: 87vw;
	}
	




	.brn_campaign{
		width: 87vw;
		max-width: none;
		padding: 12.5vw 0;
	}

	.movie_wrap .tit{
		max-width: none;
		width: 87vw;
		padding: 10vw 0 2vw;
		font-size: 3.5vw;
	}
	.yt_box {
    width: 87vw;
    max-width: none;
	}


	
	.cheer{
		padding: 25vw 0 2.5vw;
	}
	.cheer .logo{
		width: 35vw;
		margin: 0 auto 5vw;
	}
	.cheer .txt{
		font-size: 6vw;
	}
	.cheer .credit{
		font-size: 2.75vw;
		margin: 25vw 0 0 2.5vw;
	}
	.smp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
}


/* =====================
   TOPへ戻るボタン
   ===================== */
#back-to-top {
  /* 位置 */
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;

  /* サイズ・形状 */
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  cursor: pointer;

  /* 色 */
  background-color: #222;
  color: #fff;

  /* 中央揃え */
  display: flex;
  align-items: center;
  justify-content: center;

  /* 表示/非表示アニメーション */
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease,
    background-color 0.2s ease;
}

#back-to-top svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* 表示状態 */
#back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ホバー */
#back-to-top:hover {
  background-color: #444;
}

/* フォーカス（アクセシビリティ） */
#back-to-top:focus-visible {
  outline: 2px solid #222;
  outline-offset: 3px;
}














