@charset "UTF-8";

/* =========================================================
 * 
 * @ サポートページ・カスタマイズ商品
 * ====================================================== */

/*--------------------
 * サポートTOPバナー
 * -----------------*/
#support .support_header {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 31%;
	background-image: url(/inc/images/support/support_header_bg.jpg);
	background-position: center top;
	background-size: cover;
}

#support .support_header img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55%;
	transform: translate(-50%, -50%);
}

/*--------------------
 * サポート概要
 * -----------------*/
.support_overview{
	margin: 35px 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

/*--------------------
 * サポートメニュー
 * -----------------*/
.support_menuList_item{
	margin: 40px 20px 0;
}
.support_menu_img img{
	vertical-align:bottom;
}
.support_menu_ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #da0000;
	margin-top: 15px;
}

.support_menu_desc{
	margin-top: 10px;
	font-size:14px;
	font-weight:400;
	line-height:170%;
	padding:10px 5px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

/*--------------------
 * サポート料金表
 * -----------------*/
.support_menuPrice{
	margin: 80px 20px 0;
	table-layout: fixed;
}

.support_menuPrice_contents{
	width: 100%;
}

.support_menuPrice_contentsHead{
	background: #d9eefb;
	border-top: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	height: 63px;
}

.support_menuPrice_contentsHead th:not(:first-child){
	border-left: 1px solid #afafaf;
}

.support_menuPrice_contentsItem{
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	height: 50px;
}

.support_menuPrice_contentsItem th{
	background: #f0f8fd;
	width: 40%;
}

.support_menuPrice_contentsItem td{
	width: 20%;
	border-left: 1px solid #afafaf;
}

.support_menuPrice_contentsHead th,
.support_menuPrice_contentsItem th,
.support_menuPrice_contentsItem td{
	vertical-align: middle;
	text-align: center;
}



/*--------------------
 * カスタマイズ概要
 * -----------------*/
.customize_overview{
	margin: 0px 20px;
	padding: 20px 0 20px;
	border-bottom: 1px solid #ddd;
	font-size:0.85rem;
	line-height:180%;
}

/*--------------------
 * カスタマイズ商品写真
 * -----------------*/
.customize_product_photo{
	margin: 0 20px;
}

.customize_product_photo-main{
	font-size: 0;
	/* margin-bottom: 26px; */
}

.customize_product_photo-select {
	margin-top: 5px;
}

.customize_product_photo-select_item{
	width: 23.5%;
	font-size: 0;
	float: left;
}

.customize_product_photo-select_item:not(:first-child){
	margin-left: 2%;
}

/*--------------------
 * カスタマイズ商品詳細
 * -----------------*/
.customize_detail{
	margin: 30px 20px 0;
}

.customize_detail_head{
	font-size: 23px;
	color: #da0000;
	padding-bottom: 10px;
	border-bottom: 1px solid #da0000;
	font-weight:700;
}

.customize_detail_head span{
	padding-left: 12px;
	border-left: 5px solid #da0000;
}

.customize_detail_txt{
	margin: 13px 0 20px;
	line-height:180%;
	font-size:0.85rem;
	font-weight:400;
	text-align:justify;
}

.customize_detail_list{
	width: 100%;
}

.customize_detail_type{
	height: 63px;
}

.customize_detail_price{
	height: 35px;
}

.customize_detail_list tr{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.customize_detail_list th{
	width: 25%;
	background: #e8e8e8;
	vertical-align: middle;
	text-align: center;
	font-size:15px;
	font-weight:bold;
}

.customize_detail_list td{
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
	font-size:15px;
	padding:10px 0 0;
}

.customize_detail_price{
	color: #da0000;
	font-weight:bold;
}

/*--------------------
 * カスタマイズ企業ロゴ
 * -----------------*/
.customize_partner_company_head{
	position: relative;
	width: 100%;
	margin-top: 60px;
	padding-bottom: 1rem;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
}

.customize_partner_company_head:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 15%, rgba(218,0,0,0.8) 65%, rgba(218,0,0,0.8) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 15%,rgba(218,0,0,0.8) 65%,rgba(218,0,0,0.8) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 15%,rgba(218,0,0,0.8) 65%,rgba(218,0,0,0.8) 100%);
}

.customize_partner_company_head img{
	width: 40%;
}

.customize_partners_list{
	width: 100%;
	font-size: 0;
}

.customize_partners_list_item{
	display: inline-block;
	width: 50%;
	padding: 30px 45px 20px;
}

/* ------------------------------------------------------
 * Desktop
 * 
 * --------------------------------------------------- */
@media screen and (min-width: 641px) {

	/*--------------------
	 * サポート全体
	 * -----------------*/
	.support{
		width: 1000px;
		margin: 20px auto 150px;
	}

	/*--------------------
	 * サポートTOPバナー
	 * -----------------*/
	#support .support_header img {
		width: 35%;
	}

	/*--------------------
	 * サポート概要
	 * -----------------*/
	.support_overview{
		margin: 50px 0 0;
		line-height:170%;
		text-align:center;
		letter-spacing:0.05em;
	}

	/*--------------------
	 * サポートメニュー
	 * -----------------*/

	.support_menu{
		margin-top: 10px;
		margin-bottom:170px;
	}

	.support_menuList_item{
		width: 32%;
		float: left;
		margin: 40px 2% 10px 0;
	}

	.support_menuList_item:nth-child(3n){
		margin: 40px 0 0 0;
	}

	.support_menuPrice {
		margin: 80px 0 0;
		table-layout: fixed;
	}

	.support_menu_ttl{
		font-size: 18.5px;
		border: none;
		padding: 0;
		margin-top:15px;
	}

	.support_menu_desc {
		height: 117px;
	}

	/*--------------------
	 * サポート料金
	 * -----------------*/
	.support_menuPrice_contentsItem td:nth-child(3){
		background: #f0f8fd;
	}
	.customize_detail_list td{
		display:table-cell;
	}

	/*--------------------
	 * カスタマイズ共通
	 * -----------------*/
	.customize{
		width: 1000px;
		margin: 20px auto 95px;
	}

	.customize_partner_company{
		width: 1000px;
		margin: 115px auto 130px;
	}

	/*--------------------
	 * カスタマイズ概要
	 * -----------------*/
	.customize_overview{
		margin: 27px 0 45px;
		line-height:170%;
		text-align:center;
		letter-spacing:0.05em;
		font-size:0.95rem;
	}

	/*--------------------
	 * カスタマイズ商品写真
	 * -----------------*/
	.customize_product_photo{
		width: 460px;
		margin:0;
		float: left;
	}

	.customize_detail{
		width: 515px;
		margin:0;
		margin-left:25px;
		float: left;
	}

	
	/*--------------------
	 * カスタマイズ商品詳細
	 * -----------------*/
	 
	 .customize_detail_txt{
	margin: 12px 0 16px;
	line-height:180%;
	font-size:14px;
	font-weight:400;
}

	.customize_detail_list td{
	vertical-align: middle;
	text-align: right;
	padding-right: 20px;
	font-size:15px;
	padding:10px 0 0;
	display:block;
}

	/*--------------------
	 * カスタマイズ企業ロゴ
	 * -----------------*/
	 .customize_partner_company_head img{
	width: 20%;
}
	 
	.customize_partners_list{
		margin-top: 20px;
	}

	.customize_partners_list_item {
		display: inline-block;
		width: 20%;
		padding: 16px 50px;
	}

}



/* =========================================================
 * @チャンピオン2017
 * champion-2017.php
 * ====================================================== */
/* ------------------------------------------------------
 * Mobile
 * --------------------------------------------------- */
/* --------------------
 * 汎用
 * ------------------*/

/* ------------------------------------------------------
 * Desktop
 * --------------------------------------------------- */
@media screen and (min-width: 641px) {
	#champion .padding_box {
		width: 920px;
	}
}

/* --------------------
 * メイン
 * ------------------*/
#champion .hero_header img {
	vertical-align: bottom;
}

#champion .area_text-pc {
	display: none;
}
#champion .area_text-sp {
	display: block;
}

/* --------------------
 * コンテンツ共通部分
 * ------------------*/

/* ---------- 本文 ---------- */
#champion .area_text-sp p {
	line-height: 1.75;
}
#champion .area_text-sp p:first-child {
	margin-top: 1em;
}
#champion .area_text-sp p:first-letter {
	margin-left: 1em;
}


@media screen and (min-width: 641px) {
	#champion .area_text-pc {
		display: flex;
	}
	#champion .area_text-sp {
		display: none;
	}
	/* ---------- 本文 ---------- */
	#champion .area_text-pc {
		margin-top: 40px;
		line-height: 1.75;
	}

	#champion .area_text-pc > div {
		width: 50%;
		text-align: justify;
		text-justify: auto;
	}
	#champion .area_text-pc > div:first-child {
		padding-right: 16px;
	}
	#champion .area_text-pc > div:last-child {
		padding-left: 16px;
	}

	#champion .area_text-pc > div span {
		display: block;
	}

	#champion .area_text-pc > div span:not(.not_indent):first-letter {
		margin-left: 1em;
	}
}

/* ---------- 画像 ---------- */
#champion .area_images li {
	margin-top: 1.25rem;
}
#champion .area_images img {
	vertical-align: bottom;
}

@media screen and (min-width: 641px) {

	/* ---------- 画像 ---------- */
	#champion .area_images ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 920px;
		margin: 0 auto;
	}
	#champion .area_images li {
		width: 294px;
		margin-top: 0;
	}
	#champion .area_images li:nth-of-type(2) {
		padding-top: 30px;
	}
	#champion .area_images li:nth-of-type(3) {
		padding-top: 60px;
	}
}




/* --------------------
 * エリア1
 * ------------------*/

/* ---------- 画像 ---------- */
#champion .area01_images {
	margin-top: 1.5rem;
	padding: 0 2rem;
	background-image: url(/inc/images/champion/bg01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* ------------------------------------------------------
 * エリア1 Desktop
 * --------------------------------------------------- */
@media screen and (min-width: 641px) {
	#champion .area01 {
		margin-top: 56px;
	}

	/* ---------- 画像 ---------- */
	#champion .area01_images {
		width: 100%;
		min-height: 10rem;
		margin-top: 72px;
		padding: 0;
		background-image: url(/inc/images/champion/bg01-pc_mini2.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}

}


/* --------------------
 * エリア2
 * ------------------*/
#champion .area02 {
	padding-top: 4rem;
	background-color: #000;
	background-image: url(/inc/images/champion/area02_bg_mini.jpg);
	background-position: center 4rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
}

/* ---------- 画像 ---------- */
#champion .area02_images {
	margin-top: 1.5rem;
	padding: 0 2rem;
	background-image: url(/inc/images/champion/bg02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/* ------------------------------------------------------
 * エリア2 Desktop
 * --------------------------------------------------- */
@media screen and (min-width: 641px) {
	#champion .area02 {
		padding-top: 92px;
		background-image: url(/inc/images/champion/area02_bg-pc_mini.jpg);
		background-position: center top;
		background-size: cover;
	}

	#champion .area02 .padding_box {
		padding-bottom: 76px;
	}

	/* ---------- 画像 ---------- */
	#champion .area02_images {
		position: relative;
		width: 100%;
		min-height: 289px;
		margin-top: 0;
		padding: 0 0 92px;
		background-image: url(/inc/images/champion/bg02-pc_mini.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#champion .area02_images ul {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#champion .area02_images li:nth-of-type(1) {
		padding-top: 60px;
	}
	#champion .area02_images li:nth-of-type(2) {
		padding-top: 30px;
	}
	#champion .area02_images li:nth-of-type(3) {
		padding-top: 0;
	}

}



/* --------------------
 * エリア3
 * ------------------*/
#champion .area03 {
	padding-top: 4rem;
}

/* ---------- 画像 ---------- */
#champion .area03_images {
	margin-top: 1.5rem;
	padding: 0 2rem;
	background-image: url(/inc/images/champion/bg01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* ------------------------------------------------------
 * エリア3 Desktop
 * --------------------------------------------------- */
@media screen and (min-width: 641px) {
	#champion .area03 {
		padding-top: 100px;
	}

	/* ---------- 画像 ---------- */
	#champion .area03_images {
		width: 100%;
		min-height: 10rem;
		margin-top: 72px;
		padding: 0;
		background-image: url(/inc/images/champion/bg01-pc_mini.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}

}


 /* --------------------
 * エリア4
 * ------------------*/
#champion .area04 {
	padding-top: 4rem;
	padding-bottom: 80px;
	background-color: #000;
	background-image: url(/inc/images/champion/area04_bg_mini.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#champion .link_wrap li:not(:first-child) {
	margin-top: 2rem;
}

#champion .link {
	display: block;
	width: 100%;
	padding: 1px;
	background: #ff0000;
	background: -moz-linear-gradient(left, #ffffff 0%, #ff0000 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#ff0000 100%);
	background: linear-gradient(to right, #ffffff 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff0000',GradientType=1 );
	color: #fff;
	letter-spacing: -.05rem;
}
#champion .link_inner {
	display: block;
	padding: 7px 0;
	background: #000;
}
#champion .link_inner_layout {
	display: table;
	width: 100%;
}
#champion .link_inner_layout span {
	display: table-cell;
	vertical-align: middle;
}
#champion .link_inner_layout > span:first-child {
	width: 40%;
	padding: 0 10px;
	border-right: 1px solid #999;
}
#champion .link_inner_layout > span:last-child {
	width: 60%;
	padding: 0 10px;
}
#champion .link_inner_layout > span:last-child span {
	position: relative;
	display: block;
}
#champion .link_inner_layout > span:last-child span:before {
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	right: 0;
	width: 1.2em;
	height: 1.2em;
	background-color: #ff0000;
	border-radius: 50%;
	transform: translateY(-50%);
}
#champion .link_inner_layout > span:last-child span:after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border: .3em solid transparent;
	border-left: .5em solid #000;
	transform: translate(0, -50%);
}

#champion .link.link01 {
	background: #ff0e0d;
	background: -moz-linear-gradient(left, #ffffff 0%, #ff0e0d 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#ff0e0d 100%);
	background: linear-gradient(to right, #ffffff 0%,#ff0e0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff0e0d',GradientType=1 );
}
#champion .link01 .link_inner_layout > span:last-child span:before {
	background-color: #ff0e0d;
}
#champion .link.link02 {
	background: #04b0ff;
	background: -moz-linear-gradient(left, #ffffff 0%, #04b0ff 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#04b0ff 100%);
	background: linear-gradient(to right, #ffffff 0%,#04b0ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#04b0ff',GradientType=1 );
}
#champion .link02 .link_inner_layout > span:last-child span:before {
	background-color: #04b0ff;
}
#champion .link.link03 {
	background: #ffd82d;
	background: -moz-linear-gradient(left, #ffffff 0%, #ffd82d 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#ffd82d 100%);
	background: linear-gradient(to right, #ffffff 0%,#ffd82d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd82d',GradientType=1 );
}
#champion .link03 .link_inner_layout > span:last-child span:before {
	background-color: #ffd82d;
}
#champion .link.link04 {
	background: #17c100;
	background: -moz-linear-gradient(left, #ffffff 0%, #17c100 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%,#17c100 100%);
	background: linear-gradient(to right, #ffffff 0%,#17c100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#17c100',GradientType=1 );
}
#champion .link04 .link_inner_layout > span:last-child span:before {
	background-color: #17c100;
}


/* ------------------------------------------------------
 * エリア4 Desktop
 * --------------------------------------------------- */
@media screen and (min-width: 641px) {
	#champion .area04 {
		padding-top: 119px;

		background-image: url(/inc/images/champion/area04_bg-pc_mini.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	/* ---------- リンクボタン ----------*/
	#champion .link_wrap {
		width: 625px;
		margin: 0 auto 109px;
	}
	#champion .link_wrap li:not(:first-child) {
		margin-top: 35px;
	}

	#champion .link {
		padding: 2px;
		letter-spacing: 0;
	}
	#champion .link_inner {
		padding: 14px 0;
		font-size: 1.375rem;
	}

	#champion .link_inner_layout > span:first-child {
		padding: 0 28px 0 38px;
		border-right: 1px solid #999;
	}
	#champion .link_inner_layout > span:last-child {
		width: 60%;
		padding: 0 17px 0 29px;
	}


	/* ---------- リザルトテーブル ----------*/
	#champion .result_wrapper {
		margin-top: 36px;
		color: #fff;
	}

	#champion .result_wrapper table {
		width: 100%;
		border-top: 1px solid #747474;
		border-left: 1px solid #747474;
		text-align: center;
	}
	#champion .result_wrapper table:not(:first-child) {
		margin-top: 32px;
	}

	#champion .result_wrapper caption {
		text-align: left;
		font-size: .75rem;
	}
	#champion .result_wrapper caption span {
		margin-right: .5rem;
		font-size: 1rem;
	}

	#champion .result_wrapper th,
	#champion .result_wrapper td {
		padding: 4px;
		border-bottom: 1px solid #747474;
		border-right: 1px solid #747474;
	}

	#champion .result_wrapper table th:nth-of-type(1) {
		width: 8%;
	}
	#champion .result_wrapper table th:nth-of-type(2) {
		width: 17%;
	}
	#champion .result_wrapper table th:nth-of-type(3) {
		width: 31%;
	}
	#champion .result_wrapper table th:nth-of-type(4) {
		width: 11%;
	}
	#champion .result_wrapper table th:nth-of-type(5) {
		width: 16%;
	}
	#champion .result_wrapper table th:nth-of-type(6) {
		width: 17%;
	}

	#champion .result_wrapper tr.midress_result {
		background: #fff;
		color: #000;
	}

	.race_cancel {
		margin-top: 32px;
	}

	.race_cancel > em  {
		font-size: .75rem;
	}
	.race_cancel > em span  {
		margin-right: .5rem;
		font-size: 1rem;
	}
	.race_cancel > div {
		padding: 1rem;
		border-top: 1px solid #747474;
		border-bottom: 1px solid #747474;
	}
}



/* ------------------------------------------------------
 * Champion フッターナビの調整
 * --------------------------------------------------- */
.bottoom_navi_wrapper.champion_bottoom_navi {
	margin-top: 0;
}



/* ------------------------------------------------------
 * Champion popup
 * --------------------------------------------------- */
.popup_img a:hover {
	opacity: 1;
}
button.mfp-close {
	top: 52px !important;
	right: 10px !important;
	width: 26px !important;
	height: 26px !important;
	padding-right: 0!important;
	background: #eee !important;
	border-radius: 50%;
	color: #000 !important;
	text-align: center!important;
	line-height: 1em !important;
	opacity: 1 !important;
	cursor: pointer !important;
}

.mfp-zoom-out-cur {
	cursor: default !important;
}








/* ------------------------------------------------------
 * Champion 2018
 * --------------------------------------------------- */
.main_sp_img{
	display: none;
}
.main_sp_img-sml{
	display: block;
}

 /* スライダー */
#slide{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.header_slider_item{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.header_slider_front{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header_slider_front_inner{
	height: 100%;
	margin: 0 auto;
}
.header_slider{
	position: relative;
	width: 100%;
	height: auto;
	background: #444;
}
.header_slider:before {
	content: "";
	display: block;
	padding-top: 121%;
}
.header_slider_item {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.header_slider_item img{
	vertical-align: bottom;
	height: 100%;
	width: auto;
}
.header_slider_front_inner p{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.header_slider_front img{
	width: auto;
	max-width: 55%;
	max-height: 100%;
}
.header_slider_front_inner img{
	max-width: 65%;
}


/* スライダー下の画像 */
.top_btm{
	background: #000;
	text-align: right;
}
.top_btm img{
	max-width: 28.5%;
	width: auto;
}

/* 本文共通 */
.area_txtBlock{
	margin-bottom: 28px;
}
.area_txt_heading{
	margin-bottom: 1.1rem;
	padding: 0 5px;
	line-height: 1.6;
	font-size: 1rem;
	font-weight: 500;
}

.area_txt{
	font-size: .75rem;
	text-indent: 1rem;
	line-height: 2;
}

.section_btm img{
	vertical-align: bottom;
}

/* 各エリアの設定 */
.area01-2018,
.area03-2018,
.area05-2018{
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
}
.area01-2018{
	padding: 30px 30px 40px;
	background-image: url(/inc/images/champion/2018/area01_bg_sp.jpg);
}
.area01-2018 .area_txt_num{
	margin-bottom: -2px;
}
.area02-2018{
	padding: 38px 30px 52px;
}
.area02-2018 .area_txt_num{
	margin-bottom: 24px;
}
.area03-2018{
	padding: 40px 30px;
	background-image: url(/inc/images/champion/2018/area03_bg_sp.jpg);
}
.area03-2018 .area_txt_num{
	margin-bottom: 20px;
}
.area04-2018{
	padding: 36px 30px;
}
.area04-2018 .area_txt_num{
	margin-bottom: 22px;
}

.area05-2018{
	padding: 32px 26px;
}
.area05-2018 .area_txt_num{
	margin-bottom: 32px;
}
.area05-2018 .area_txt_heading{
	margin-bottom: 1.9rem;
}
.area06-2018{
	padding-bottom: 96px;
	background-image: url(/inc/images/champion/2018/area06_bg_sp.jpg);
	background-color: #000;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
}

/* Team midress fighters */
.fighters_wrap{
	margin: 0 6px;
	padding: 40px 20px 34px;
	border: 1px solid #fff;
}
.fighters_list_item{
	margin-top: 32px;
}
.fighters_list_item:first-child{
	margin-top: 0;
}
.fighters_nameData{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.fighters_num{
	padding-left: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: initial;
}
.fighters_name{
	position: relative;
	padding-left: 10px;
	font-size: .6rem;
	font-weight: 700;
}
.fighters_name:after{
	position: absolute;
	top: 50%;
	left: 5px;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	height: 2rem;
	background: #fff;
}
.fighters_car{
	display: block;
	font-size: .8rem;
}
.fighters_scoreList{
	display: flex;
	flex-wrap: wrap;
	font-size: .6rem;
	padding: 0 2px;
}
.fighters_scoreList dt{
	width: 42%;
	margin-bottom: 4px;
}
.fighters_scoreList dd{
	width: 58%;
}
.fighters_list_img{
	margin-bottom: 4px;
	text-align: center;
}
.fighters_list_img img{
	width: 84%;
	margin-left: 16px;
	vertical-align: bottom;
}

/* 各選手の設定 */
.fighters_list_item:nth-child(2) .fighters_list_img{
	margin-bottom: 8px;
}
.fighters_list_item:nth-child(2) .fighters_list_img img{
	width: 80%;
	margin-left: 0;
}
.fighters_list_item:nth-child(3) .fighters_list_img{
	margin-bottom: 6px;
}
.fighters_list_item:nth-child(4) .fighters_list_img img{
	width: 85%;
	margin-left: 0;
}
.fighters_list_item:nth-child(4) .fighters_list_img{
	margin-bottom: 0;
}
.fighters_list_item:nth-child(5){
	margin-top: 30px;
}
.fighters_list_item:nth-child(5) .fighters_list_img img{
	width: 84%;
	margin-left: 18px;
}
.fighters_list_item:nth-child(5) .fighters_list_img,
.fighters_list_item:nth-child(7) .fighters_list_img{
	margin-bottom: 0;
}
.fighters_list_item:nth-child(6) .fighters_list_img img{
	margin-left: 0;
}
.fighters_list_item:nth-child(6) .fighters_list_img{
	margin-bottom: 4px;
}
.fighters_list_item:nth-child(7){
	margin-top: 22px;
}


@media screen and (min-width: 415px) {
	.main_sp_img{
		display: block;
	}
	.main_sp_img-sml{
		display: none;
	}
	.header_slider:before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	/* スライダー */
	.header_slider_front_inner img{
		max-width: 70%;
	}

	/* 本文共通 */
	.area_txt_heading{
		margin-bottom: 1.6rem;
		font-size: 1.33rem;
	}
	.area_txt{
		padding: 0 6px;
		line-height: 2.2;
	}

	/* 各エリアの設定 */
	.area01-2018{
		padding: 58px 56px 54px;
	}
	.area02-2018{
		padding: 46px 56px 52px;
	}
	.area03-2018{
		padding: 46px 56px 52px;
	}
	.area04-2018{
		padding: 46px 56px 38px;
	}
	.area05-2018{
		padding: 46px 56px 38px;
	}
	.area02-2018 .area_txt_num {
		margin-bottom: 32px;
	}
	.area03-2018 .area_txt_num {
		margin-bottom: 35px;
	}
	.area04-2018 .area_txt_num {
		margin-bottom: 36px;
	}

	/* Team midress fighters */
	.fighters_wrap{
		padding: 65px 46px 62px;
	}
	.fighters_num{
		padding-left: 10px;
		font-size: 1.9rem;
	}
	.fighters_nameData{
		margin-bottom: 12px;
	}
	.fighters_name{
		padding-left: 20px;
		font-size: .75rem;
	}
	.fighters_name:after{
		left: 8px;
	}
	.fighters_car {
		font-size: .87rem;
	}
	.fighters_scoreList{
		padding: 0 6px;
		font-size: .8rem;
	}
	.fighters_scoreList dt{
		width: 36%;
		margin-bottom: 7px;
	}
	.fighters_scoreList dd{
		width: 64%;
	}
	.fighters_list_item{
		margin-top: 56px;
	}

	/* 各選手の設定 */
	.fighters_list_item:nth-child(1) .fighters_list_img img{
		margin-left: 25px;
		width: 96%;
	}
	.fighters_list_item:nth-child(2) .fighters_list_img{
		margin-bottom: 12px;
	}
	.fighters_list_item:nth-child(2) .fighters_list_img img{
		width: 90%;
	}
	.fighters_list_item:nth-child(3) .fighters_list_img{
		margin-bottom: 16px;
	}
	.fighters_list_item:nth-child(3) .fighters_list_img img{
		width: 94.5%;
		margin-left: 26px;
	}
	.fighters_list_item:nth-child(4) .fighters_list_img{
		margin-bottom: 6px;
	}
	.fighters_list_item:nth-child(4) .fighters_list_img img{
		width: 96%;
	}
	.fighters_list_item:nth-child(5){
		margin-top: 52px;
	}
	.fighters_list_item:nth-child(5) .fighters_list_img img{
		width: 94%;
	}
	.fighters_list_item:nth-child(6) .fighters_list_img img{
		width: 97%;
		margin-left: 6px;
	}
	.fighters_list_item:nth-child(7){
		margin-top: 42px;
	}
	.fighters_list_item:nth-child(7) .fighters_list_img img{
		width: 95%;
		margin-left: 26px;
	}

}


@media screen and (min-width: 641px) {
	.main_sp_img,
	.main_sp_img-sml{
		display: none;
	}

	/* スライダー */
	.header_slider_front_inner{
		width:100%;
		max-width:1400px;
	}
	.header_slider {
		width: 50%;
	}
	.header_slider:before {
		padding-top: 44.4%;
	}
	.header_slider_front img{
		max-width: 100%;
	}
	.header_slider{
		width: 100%;
	}

	/* スライダー下の画像 */
	.top_btm img{
		max-width: 100%;
	}

	/* 本文 */
	.area_inner{
		width: 1150px;
		margin: 0 auto;
	}
	.area_inner_fl{
		display: flex;
		justify-content: space-between;
	}
	.area_inner_fl-row_re{
		flex-direction: row-reverse;
	}

	/* 本文共通 */
	.area_txtBlock{
		width: 500px;
		margin-bottom: 0;
	}
	.area_txt_heading{
		margin-bottom: 2rem;
		font-size: 1.4rem;
		font-weight: 600;
	}
	.area_txt{
		font-size: .84rem;
		text-align: justify;
		line-height: 2.15;
	}

	/* 各エリアの設定 */
	.area01-2018{
		padding: 106px 0 100px;
		background-image: url(/inc/images/champion/2018/area01_bg_pc.jpg);
	}
	.area01-2018 .area_txtBlock{
		margin-left: 55px;
	}
	.area01-2018 .area_imgBlock{
		margin-top: 31px;
	}
	.area01-2018 .area_txt_num{
		margin-bottom: 0;
	}
	.area02-2018{
		padding: 66px 0 70px;
	}
	.area02-2018 .area_txtBlock{
		margin-right: 45px;
	}
	.area02-2018 .area_imgBlock{
		margin-top: 36px;
	}
	.area02-2018 .area_txt_num{
		margin-bottom: 38px;
	}
	.area03-2018{
		padding: 118px 0 76px;
		background-image: url(/inc/images/champion/2018/area03_bg_pc.jpg);
	}
	.area03-2018 .area_txtBlock{
		margin-left: 55px;
	}
	.area03-2018 .area_imgBlock{
		margin-top: 33px;
	}
	.area03-2018 .area_txt_num{
		margin-bottom: 36px;
	}
	.area04-2018{
		padding: 54px 0 46px;
	}
	.area04-2018 .area_txtBlock{
		margin-right: 45px;
	}
	.area04-2018 .area_imgBlock{
		margin-top: 44px;
	}
	.area04-2018 .area_txt_num{
		margin-bottom: 40px;
	}
	.area05-2018{
		padding: 106px 0 86px;
	}
	.area05-2018 .area_inner{
		width: 940px;
	}
	.area05-2018 .area_txt_heading{
		margin-bottom: 3.6rem;
	}
	.area06-2018{
		padding-bottom: 96px;
		background-image: url(/inc/images/champion/2018/area06_bg_pc.jpg);
		background-color: #000;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		color: #fff;
	}

	/* Team midress fighters */
	.fighters_wrap{
		margin: 0;
		padding: 66px 70px 100px;
	}
	.fighters_list_item{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 62px;
	}
	.fighters_list_item:nth-child(even){
		flex-direction: row-reverse;
	}
	.fighters_nameData{
		margin-bottom: 16px;
		padding-bottom: 10px;
	}
	.fighters_list_img{
		margin-bottom: 0!important;
	}
	.fighters_list_img,
	.fighters_score{
		width: 47%;
	}
	.fighters_num{
		font-size: 2.1rem;
	}
	.fighters_name{
		padding-left: 18px;
		font-size: .8rem;
	}
	.fighters_name:after{
		left: 6px;
	}
	.fighters_car{
		font-size: .82rem;
	}
	.fighters_scoreList{
		padding: 0 0 0 2px;
		font-size: .82rem;
	}
	.fighters_scoreList dt{
		width: 40%;
		margin-bottom: 6px;
	}
	.fighters_scoreList dd{
		width: 60%;
	}
	.fighters_list_img img{
		width: 100%;
	}

	/* 各選手の設定 */
	.fighters_list_item:nth-child(1) .fighters_list_img img{
		padding-top: 12px;
		margin-left: 0;
	}
	.fighters_list_item:nth-child(2) .fighters_list_img img{
		width: 100%;
		margin-left: 4px;
		padding-top: 18px;
	}
	.fighters_list_item:nth-child(3) .fighters_list_img img{
		margin-left: 0px;
		padding-top: 10px;
	
	}
	.fighters_list_item:nth-child(4) .fighters_list_img img{
		width: 100%;
		padding-top: 28px;
	}
	.fighters_list_item:nth-child(5) .fighters_list_img img{
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	.fighters_list_item:nth-child(6) .fighters_list_img img{
		padding-top: 5px;
	}
	.fighters_list_item:nth-child(7) .fighters_list_img img{
		margin-left: 0;
		padding-top: 10px;
	}
	.fighters_list_item:nth-child(3){
		margin-top: 76px;
	}
	.fighters_list_item:nth-child(4){
		margin-top: 64px;
	}
	.fighters_list_item:nth-child(5){
		margin-top: 88px;
	}
	.fighters_list_item:nth-child(6){
		margin-top: 82px;
	}
	.fighters_list_item:nth-child(7){
		margin-top: 78px;
	}

	/* レポートテーブルの設定 */
	#champion .area06-2018 .result_wrapper table th:nth-of-type(1),
	#champion .area06-2018 .result_wrapper table th:nth-of-type(2){
		width: 8%;
	}
	#champion .area06-2018 .result_wrapper table th:nth-of-type(3),
	#champion .area06-2018 .result_wrapper table th:nth-of-type(6),
	#champion .area06-2018 .result_wrapper table th:nth-of-type(7){
		width: 15%;
	}
	#champion .area06-2018 .result_wrapper table th:nth-of-type(4){
		width: 29%;
	}
	#champion .area06-2018 .result_wrapper table th:nth-of-type(5){
		width: 10%;
	}


}