
/*==============================================
pc
==============================================*/
	html {
		scroll-behavior: smooth;
	}
	.l-container img {
		box-sizing: border-box;
	}
	.l-container h1 {
		font-size: 0;
	}
	.l-container h1, h2 {
			margin: 0;
	}
	.l-container .indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	.l-container .indent a {
		display: inline;
	}
	.l-container .contents_cp_main {
		text-align: center;
		margin: 0 auto;
		background: url('https://kddi-h.assetsadobe3.com/is/image/content/dam/au-com/motorsport/automs/assets/top/contents/lp/images/bg_01.png?scl=1&fmt=png-alpha') no-repeat 50% 0;
	}
	.l-container .contents_cp_inner {
		max-width: 1140px;
		padding: 0 20px;
		margin: 60px auto 120px;
	}
	.l-container .contents_cp_wrap {
		margin-bottom: 80px;
	}
	.l-container .contents_cp_summary {
		text-align: center;
		font-size: 18px;
		line-height: 3;
		position: relative;
		z-index: 2;
		text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
	}
	.l-container .contents_cp_summary::before {
		position: absolute;
		content: "";
		background: url('/content/dam/au-com/motorsport/automs/assets/top/contents/lp/images/bg_02.svg') no-repeat 50% 0;
		z-index: -1;
		left: -30px;
		top: -30px;
		width: 224px;
		height: 365px;
	}
	.l-container .contents_cp_summary::after {
		position: absolute;
		content: "";
		background: url('/content/dam/au-com/motorsport/automs/assets/top/contents/lp/images/bg_03.svg') no-repeat 50% 0;
		z-index: -1;
		right: -30px;
		top: -30px;
		width: 227px;
		height: 348px;
	}

/* anchor
=================================*/
	.l-container .contents_cp_anchor {
		max-width: 768px;
		margin: 0 auto;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		padding-top: 25px;
	}
	.l-container .contents_cp_anchor__li {
		width: calc(100% / 3);
		min-height: 230px;
		text-align: center;
		position: relative;
		color: #000;
	}
	.l-container .contents_cp_anchor__li:hover {
		color: #EB5505;
	}
	.l-container .contents_cp_anchor__li:hover::after {
		border: 2px solid #EB5505;
		left: 16%;
	}
	.l-container .contents_cp_anchor__li img {
		position: absolute;
		top: 30px;
		left: 49%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		display: block;
		max-width: 45px;
		height: auto;
	}
	.l-container .contents_cp_anchor__li img:nth-of-type(2) {
		opacity: 0;
	}
	.l-container .contents_cp_anchor__li:hover img:nth-of-type(1) {
		opacity: 0;
	}
	.l-container .contents_cp_anchor__li:hover img:nth-of-type(2) {
		opacity: 1;
	}
	.l-container .contents_cp_anchor__li::before {
		position: absolute;
		content: "";
		width: 155px;
		height: 155px;
		border: 1px solid #707070;
		transform: rotate(45deg);
		top: 18px;
		left: 19.5%;
		z-index: 0;
	}
	.l-container .contents_cp_anchor__li::after {
		position: absolute;
		content: "";
		width: 170px;
		height: 170px;
		border: 1px solid #707070;
		transform: rotate(45deg);
		top: 10px;
		left: 16.5%;
		z-index: 0;
	}
	.l-container .contents_cp_anchor__li:nth-child(n+4) {
		margin-top: -80px;
	}
	.l-container .contents_cp_anchor__li p {
		font-size: 20px;
		font-weight: bold;
		margin-top: 62px;
		position: relative;
	}
	.l-container .contents_cp_anchor__li p::before {
		position: absolute;
		content: "";
		top: -4px;
		left: 47%;
		width: 16px;
		height: 2px;
		background: #EB5505;
	}
	.l-container .contents_cp_anchor__li p::after {
		position: absolute;
		content: "";
		bottom: -66px;
		left: 40%;
		background: #EB5505;
		height: calc(50px / 2);
		width: 50px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

/* contents
=================================*/
	.l-container .contents_cp_benefits {
		position: relative;
	}
	.l-container .contents_cp_benefits::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 94%;
		bottom: 0;
		left: 10px;
		background: #707070;
		z-index: -1;
	}
	.l-container .contents_cp_benefits.right::after {
		right: 10px;
		left: auto;
	}
	.l-container .txt_wrap {
		position: absolute;
	}
	.l-container .txt_wrap.right {
		right: 0;
		text-align: right;
	}
	.l-container .txt_wrap img {
		width: 88px;
		height: auto;
		margin-bottom: 10px;
	}
	.l-container .img_wrap.right {
		text-align: right;
	}
	.l-container .img_wrap.img_none {
		height: 160px;
		position: relative;
	}
	.l-container .img_wrap.img_none.left::after {
		position: absolute;
		content: "";
		background: url('/content/dam/au-com/motorsport/automs/assets/top/contents/lp/images/bg_03.svg') no-repeat 50% 0;
		z-index: -1;
		top: 0;
		right: -30px;
		width: 227px;
		height: 348px;
	}
	.l-container .img_wrap.img_none.right::after {
		position: absolute;
		content: "";
		background: url('/content/dam/au-com/motorsport/automs/assets/top/contents/lp/images/bg_02.svg') no-repeat 50% 0;
		z-index: -1;
		top: 0;
		left: -30px;
		width: 224px;
		height: 365px;
	}
	.l-container h2 p {
		color: #fff;
		font-size: 26px;
		margin-left: 60px;
		padding: 4px 20px;
		position: relative;
	}
	.l-container h2 p.right {
		margin-left: 0;
		margin-right: 60px;
	}
	.l-container h2 .black {
		background: #000;
		display: table;
	}
	.l-container h2 .orange {
		display: inline-block;
		margin-top: 8px;
		background: #EB5505;
	}
	.l-container h2 .black::before,
	.l-container h2 .black::after,
	.l-container h2 .orange::before,
	.l-container h2 .orange::after {
		position: absolute;
		content: "";
		height: 100%;
		width: 20px;
		top: 0;
	}
	.l-container h2 .black::before,
	.l-container h2 .orange::before {
		left: -19px;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
	}
	.l-container h2 .black::after,
	.l-container h2 .orange::after {
		right: -19px;
		clip-path: polygon(0 0, 100% 0, 0 100%);

	}
	.l-container h2 .black::before,
	.l-container h2 .black::after {
		background: #000;
	}
	.l-container h2 .orange::before,
	.l-container h2 .orange::after {
		background: #EB5505;
	}
	.l-container .contents_cp_detail {
		margin-top: 40px;
	}
	.l-container .contents_cp_detail.left {
		margin-left: 40px;
	}
	.l-container .contents_cp_detail.right {
		margin-right: 40px;
	}
	.l-container .cp_flex_item {
		display: -webkit-box;
		display: flex;
		padding: 20px 40px;
		border-bottom: solid 1px #E2E2E2;
		text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
	}
	.l-container .cp_flex_item:last-child {
		border-bottom: none;
	}
	.l-container .cp_ttl {
		font-weight: bold;
		width: 35%;
		margin-right: 10px;
		font-size: 16px;
	}
	.l-container .cp_txt {
		width: 65%;
		font-size: 16px;
	}
	.l-container .info_txt + .info_txt {
		margin-top: 1em;
	}

	.l-container .btn_cv a {
		color: #ffffff!important;
		background-color: #EB5505!important;
		border: none!important;
	}
	.l-container .btn_cv a[target="_blank"]::before {
		top: 34%!important;
		background: url(/content/dam/au-com/motorsport/automs/assets/common/images/icon_01.svg) no-repeat center right;
		background-size: 100% auto;
	}
	.l-container .btn_cv .comingsoon {
		position: relative;
		pointer-events: none;
	}
	.l-container .btn_cv .comingsoon:hover {
		opacity: 1;
	}
	.l-container .btn_cv .comingsoon::after {
		position: absolute;
		content: "Coming Soon";
		background-color: rgba(0,0,0,.6);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-radius: 3px;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
		z-index: 5;
	}
/*==============================================
キャンペーン終了
==============================================*/
.contents_cp_inner .note {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto 80px;
	border: 2px solid #ff0800;
	color: #ff0800;
	padding: 40px;
	width: 736px;
}
/*==============================================
~767px For SP
==============================================*/

	@media screen and (max-width: 767px) {
		.l-container .contents_cp_main {
			background: none;
		}
		.l-container .contents_cp_inner {
			width: 100%;
			padding: 0 15px;
			margin: 25px 0 60px;
		}
		.l-container .contents_cp_wrap {
			margin-bottom: 60px;
		}
		.l-container .contents_cp_summary {
			font-size: 14px;
		}
		.l-container .contents_cp_summary::before {
			background-size: 70%;
			top: 0;
			left: -90px;
			width: 183px;
			height: 100%;
		}
		.l-container .contents_cp_summary::after {
			background-size: 70%;
			top: 0;
			right: -90px;
			width: 189px;
			height: 100%;
		}

		/* anchor
		=================================*/
		.l-container .contents_cp_anchor {
			width: 100%;
			max-width: 345px;
		}
			.l-container .contents_cp_anchor__li {
			width: 48%;
			min-height: 160px;
		}
		.l-container .contents_cp_anchor__li:nth-child(2),
		.l-container .contents_cp_anchor__li:nth-child(5) {
			margin-left: 12px;
		}
		.l-container .contents_cp_anchor__li::before {
			width: 110px;
			height: 110px;
			top: 15px;
			left: 29px;
		}
		.l-container .contents_cp_anchor__li::after {
			width: 120px;
			height: 120px;
			top: 10px;
			left: 25px;
		}
		.l-container .contents_cp_anchor__li:hover::after {
			left: 23.5px;
		}
		.l-container .contents_cp_anchor__li:nth-child(n+4) {
			margin-top: 0;
		}
		.l-container .contents_cp_anchor__li:nth-child(n+3) {
			margin-top: -40px;
		}
		.l-container .contents_cp_anchor__li:nth-child(3) {
			width: 100%;
		}
		.l-container .contents_cp_anchor__li:nth-child(3)::before {
			left: 33.5%;
		}
		.l-container .contents_cp_anchor__li:nth-child(3)::after {
			left: 32%;
		}

		.l-container .contents_cp_anchor__li img {
			top: 25px;
			left: 50%;
			max-width: 30px;
		}
		.l-container .contents_cp_anchor__li p {
			font-size: 14px;
			margin-top: 50px;
		}
		.l-container .contents_cp_anchor__li p::before {
			left: 45%;
		}
		.l-container .contents_cp_anchor__li p::after {
			bottom: -42px;
			left: 42.5%;
			height: calc(30px / 2);
			width: 30px;
		}
		.l-container .contents_cp_anchor__li:nth-child(3) p::before {
			left: 47.5%;
		}
		.l-container .contents_cp_anchor__li:nth-child(3) p::after {
			left: 45%;
		}

		/* contents
		=================================*/
		.l-container .contents_cp_benefits::after {
			content: none;
		}
		.l-container .txt_wrap img {
			margin-bottom: 4px;
		}
		.l-container .img_wrap {
			padding-top: 60px;
		}
		.l-container .img_wrap.img_none {
			height: 110px;
		}
		.l-container .img_wrap.img_none.left::after {
			background-size: 70%;
			top: 0;
			right: -90px;
			width: 183px;
			height: 197px;
		}
		.l-container .img_wrap.img_none.right::after {
			background-size: 70%;
			top: 0;
			left: -90px;
			width: 189px;
			height: 216px;
		}
		.l-container h2 p {
			font-size: 16px;
			margin-left: 0;
			padding: 2px 16px;
		}
		.l-container h2 .orange {
			margin-top: 0;
		}
		.l-container .contents_cp_detail {
			margin-top: 0;
		}
		.l-container .contents_cp_detail.left {
			margin-left: 0;
		}
		.l-container .contents_cp_detail.right {
			margin-right: 0;
		}
		.l-container h2 p.right {
			margin-right: 0;
		}
		.l-container .cp_flex_item {
			padding: 12px;
		}
		.l-container .cp_ttl {
			font-size: 14px;
			width: 30%;
		}
		.l-container .cp_txt {
			font-size: 14px;
			width: 70%;
		}
	/*==============================================
	キャンペーン終了
	==============================================*/
	.contents_cp_inner .note {
			font-size: 16px;
			margin: 20px auto 40px;
			padding: 20px;
			width: 100%;
		}
	}
