@charset "UTF-8";
/* CSS Document */
/*=======================
TOP
=======================*/
dl, dt, dd, ol, ul, li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
	font-weight: normal;
}
h1 {
	margin:0;
  padding:0;
}
/*main visual
------------------------------*/
.mv_area_02 img {
	margin: 0 auto;
	vertical-align: bottom;
}
/*anchor link
------------------------------*/
.l-container .anc_wrapper {
	background-color: #eb5505;
}
.l-container .anc_list {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 10px;
}
.l-container .anc_list li{
	width: calc(100%/5 - 10px);
}
.l-container .anc_list li a {
	position: relative;
	background-color: #ffffff;
	display: flex;
	min-height: 40px;
	justify-content: center;
	align-items: center;
	color: #eb5505;
	font-weight: bold;
	transition: all .3s;
	border: 2px solid #ffffff;
}
.l-container .anc_list li a::after {
	display: inline-block;
	position: absolute;
	top: 34%;
	right: 12px;
	width: 8px;
	height: 8px;
	-webkit-backface-visibility: hidden;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(135deg);
	vertical-align: middle;
	content: "";
	color: #eb5505;
	transition: all .3s;
}
/*race
------------------------------*/
.l-container .race_calendar {
	width: 100%;
	font-size: 18px;
}
.l-container .race_calendar > li + li {
	margin-top: 45px;
}
.l-container .race_calendar_inner {
	border: 3px solid #eb5505;
	margin-bottom: 5px;
}
.l-container .race_calendar .race_info {
	padding: 10px;
	width: 49%;
	display: flex;
	justify-content: space-between;
}
.l-container .race_calendar .round_number {
	width: 25%;
	font-size: 18px;
	text-align: center;
}
.l-container .race_calendar .round_number > div {
	background-color: #333333;
	color:#ffffff;
	padding: 2px;
}
.l-container .race_calendar .round_number span {
	font-size: 20px;
}
.l-container .race_calendar .race_date {
	width: 68%;
}
.l-container .race_calendar .race_date li {
	display: flex;
	align-items: center;
}
.l-container .race_calendar .race_date li + li {
	margin-top: 5px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
.l-container .race_calendar .race_date span.race {
	width: 40%;
	display: block;
	padding-left: 20px;
}
.l-container .race_calendar .race_date span.date {
	width: 60%;
	display: block;
}
.l-container .race_calendar .race_info_flex{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.l-container .race_calendar .race_info_flex + .race_info_flex {
	padding-top: 5px;
	border-top: 2px solid #cccccc;
	margin-top: 5px;
}
.l-container .race_calendar .race_place {
	font-size: 16px;
	width: 45%;
	background-color: #eb5505;
	color: #ffffff;
	display: flex;
	align-items: center;
	position: relative;
	background: #eb5505;
}
	.l-container .race_calendar .race_place:after {
		content: '';
		position: absolute;
		width: 10px;
		height: 100%;
		top: 0;
		bottom: 0;
		left: -9%;
		right: 0;
		background-color: #ffffff;
		transform: skew(-13deg);
	}
.l-container .race_calendar .race_place.okayama {
	background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_okayama_7289c565a3da7235.svg") no-repeat center right 50px / 130px auto
}
.l-container .race_calendar .race_place.fuji {
	background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_fuji_4c13647020de001d.svg") no-repeat center right 60px / 90px auto;
}
.l-container .race_calendar .race_place.sepang {
	background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_sepang_82150069a94f3f93.svg") no-repeat center right 50px / 120px auto;
}
.l-container .race_calendar .race_place.sugo {
	background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_sugo_8acaec0b96d35823.svg") no-repeat center right 50px / 120px auto;
}
.l-container .race_calendar .race_place.suzuka {
	background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_suzuka_4a1c506d46a249ba.svg") no-repeat center right 50px / 150px auto;
}
.l-container .race_calendar .race_place.autopolis {
	background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_autopolis_fcfdfd2fa14ad44.svg") no-repeat center right 50px / 140px auto;
}
.l-container .race_calendar .race_place.motegi {
	background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_motegi_7b7288ea4494d336.svg") no-repeat center right 50px / 110px auto;
}
.l-container .race_calendar .race_place > div {
	width:100%;
}
.l-container .race_calendar .race_place dl {
	display: flex;
}
.l-container .race_calendar .race_place dl + dl {
	margin-top: 5px;
}
.l-container .race_calendar .race_place dl dt {
	width: 25%;
	margin-left: 20px;
}
.l-container .race_calendar .race_place dl dd {
	width: 75%;
	margin-left: 20px
}
.l-container .race_result {
	background-color: #eb5505;
	border: 3px solid #eb5505;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	padding: 5px 0;
}
.l-container .race_result_txt {
	margin-right: 30px;
	font-size: 14px;
}
.l-container .race_result_button a {
	position: relative;
	background-color: #FFFFFF;
	color:#eb5505;
	padding: 2px 10px;
	min-width: 340px;
	display: flex;
	justify-content: center;
	border-radius: 17px;
	font-size:15px;
	font-weight: bold;
	border: 2px solid #ffffff;
	transition: all .3s;
}
.l-container .race_result_button a::after {
	content: '';
	position: absolute;
	display: block;
	top:calc(50% - 5px);
	right:10px;
	width: 14px;
	height: 11px;
	background: url("/content/dam/au-com/motorsport/automs/assets/common/images/icon_04_fb38d7bfe6fc8ae4.svg") no-repeat center right;
	background-size: 100% auto;
}
.l-container .race_result_button_close {
	background-color: #666666;
	color:#ffffff;
	padding: 2px 10px;
	min-width: 240px;
	display: flex;
	justify-content: center;
}
/*button
==================================*/
.l-container .btn_large {
	width: 600px;
	margin: 0 auto;
}
.l-container .btn_large + .btn_large {
	margin-top: 20px;
}
.l-container .btn_large a {
	border: solid 1px #000;
	border-radius: 3px;
	display: flex;
	color: #000;
	text-decoration: none;
	padding: 12px 30px 12px 12px;
	justify-content: center;
	position: relative;
}
.l-container .btn_large .link_icon::before{
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	top:50%;
	right:11px;
	/*下線の形状*/    
	width: 20px;
	height: 1px;
	background:#333;
	/*アニメーションの指定*/
	transition: all .3s;
}
.l-container .btn_large .link_icon::after{
	content: '';
	position: absolute;
	top:45%;
	right:10px;
	width: 10px;
	height:1px;
	background:#333;
	transform: rotate(35deg);
	transition: all .3s;
}
.l-container .btn_large a[target="_blank"]::after{
	content: '';
	position: absolute;
	display: block;
	top:calc(50% - 5px);
	right:10px;
	width: 14px;
	height: 11px;
	background: url("/content/dam/au-com/motorsport/automs/assets/common/images/icon_02.svg") no-repeat center right;
	background-size: 100% auto;
	transform: rotate(0deg);
}
.l-container .btn_large a[target="_blank"]::before{
	content: none;
}
/* 768px~ For PConly 
=================================*/
@media screen and (min-width: 768px) {
	.l-container .anc_list li a:hover {
		background-color: #eb5505;
		color: #ffffff;
		border: 2px solid #ffffff;
		opacity: 1;
	}
	.l-container .anc_list li a:hover::after {
		color: #ffffff;
	}
	.l-container .race_calendar_inner {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.l-container .race_calendar .race_place:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 101%;
		top: 0;
		bottom: 0;
		left: -12%;
		right: 0;
		background: #eb5505;
		transform: skew(-13deg);
		z-index: -1;
	}
	.l-container .btn_large a:hover {
		opacity: 0.5;
	}
	.l-container .race_result {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.l-container .race_result_button a:hover {
		background-color: #eb5505;
		color: #ffffff;
		border: 2px solid #ffffff;
		opacity: 1;
	}
	.l-container .race_result_button a:hover::after {
		background: url("/content/dam/au-com/motorsport/automs/assets/common/images/icon_01.svg") no-repeat center right;
		background-size: 100% auto;
	}
}

/* ~767px For SP 
=================================*/
@media screen and (max-width: 767px) {
	/*main visual
	------------------------------*/
	.mv_area_02 {
		max-width: 100%;
	}
	.mv_area_02 img {
		max-width: 100%;
		max-height: 750px;
	}
	/*anchor link
	------------------------------*/
	.l-container .anc_list {
		max-width: 100%;
		padding: 10px;
		flex-wrap: wrap;
	}
	.l-container .anc_list li {
		width: calc(50% - 5px);
	}
	.l-container .anc_list li:nth-of-type(n+3) {
		margin-top: 5px;
	}
	.l-container .anc_list li a {
		position: relative;
		background-color: #ffffff;
		display: flex;
		min-height: 40px;
		justify-content: center;
		align-items: center;
		color: #eb5505;
		font-weight: bold;
	}
	.l-container .anc_list li a::after {
		display: inline-block;
		position: absolute;
		top: 34%;
		right: 12px;
		width: 8px;
		height: 8px;
		-webkit-backface-visibility: hidden;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(135deg);
		vertical-align: middle;
		content: "";
		color: #eb5505;
	}
	/*race
	------------------------------*/
	.l-container .race_calendar {
		font-size: 14px;
	}
	.l-container .race_calendar .race_info {
		padding: 8px;
		width: 100%;
	}
	.l-container .race_calendar .round_number {
		font-size: 16px;
	}
	.l-container .race_calendar .round_number > div {
		padding: 0;
	}
	.l-container .race_calendar .round_number span {
		font-size: 18px;
	}
	.l-container .race_calendar .race_date {
			width:70%;
			margin-right: 10px;
	}
	.l-container .race_calendar .race_date span.race {
		padding-left: 15%;
	}
	.l-container .race_calendar .race_place {
		font-size: 14px;
		width: 100%;
		padding: 10px 40px 10px 5px;
	}
		.l-container .race_calendar .race_place.okayama {
		background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_okayama_7289c565a3da7235.svg") no-repeat center right 10px / 105px auto
	}
	.l-container .race_calendar .race_place.fuji {
		background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_fuji_4c13647020de001d.svg") no-repeat center right 15px / 65px auto;
	}
	.l-container .race_calendar .race_place.sepang {
		background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_sepang_82150069a94f3f93.svg") no-repeat center right 10px / 90px auto;
	}
	.l-container .race_calendar .race_place.sugo {
		background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_sugo_8acaec0b96d35823.svg") no-repeat center right 10px / 100px auto;
	}
	.l-container .race_calendar .race_place.suzuka {
		background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_suzuka_4a1c506d46a249ba.svg") no-repeat center right 10px / 105px auto;
	}
	.l-container .race_calendar .race_place.autopolis {
		background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_autopolis_fcfdfd2fa14ad44.svg") no-repeat center right 10px / 100px auto;
	}
	.l-container .race_calendar .race_place.motegi {
		background: #eb5505 url("/content/dam/au-com/motorsport/automs/assets/top/images/img_race_place_motegi_7b7288ea4494d336.svg") no-repeat center right 10px / 80px auto;
	}
	.l-container .race_calendar .race_place dl dt {
		margin-left: 10px;
		width: 36%;
	}
	.l-container .race_calendar .race_place dl dd {
		margin-left: 10px;
		width: 64%;
	}
	.l-container .race_result {
		font-size: 14px;
		padding: 10px 5px;
		text-align: center;
	}
	.l-container .race_result_txt {
		margin-right: 0;
	}
	.l-container .race_result_button_close {
		background-color: #666666;
		color:#ffffff;
		padding: 2px 10px;
		min-width: 100px;
		display: flex;
		justify-content: center;
	}
	/*button
	========================*/
	.l-container .btn_large {
		width: 100%;
	}
}