:root {}

* {
	font-family: 'Noto sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.4;
	color: var(--cl-black);
}

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

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

nav ul.global_nav li a {
	font-size: 11px;
}

nav ul.global_nav li.small a {
	font-size: 10px;
}

.contents main p {
	text-align: initial;
	color: #333;
}

.contents main .fc_white {
	color: white;
}

.l-main a:hover {
	text-decoration: none !important;
}

.l-main ul li img {
	margin: 0;
}

span {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


.sp {
	display: none;
}

@media (max-width:767px) {
	.sp {
		display: inline;
	}
}


.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	transition: all 0.3s ease;
	/* margin-top: 35px; */
}

.l-main {
	background: #fff;
	padding: 0;
	margin: 0;
}

nav ul.global_nav li a {
	font-size: 11px;
}

nav ul.global_nav li.small a {
	font-size: 10px;
}

body {
	font-family: "Noto Sans Japanese";
	font-weight: 400;
}

.scrollTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.scrollTop__link {
	display: block;
}

.scrollTop__img {
	transition: all .3s;
}

.scrollTop__link:hover .scrollTop__img {
	opacity: .8;
	transition: .3s;
}

.scrollTop img {
	display: block;
	margin-bottom: 1px;
}

.scrollTop {
	transition: all 1s;
}

.fade-up {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	will-change: opacity, transform;
}

.fade-up.in-view {
	opacity: 1;
	transform: translateY(0);
}

section {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section>div {
	width: 100%;
}

.kv {
	background: url(../../img/aluminum_wheel_set/bk_title.jpg) center center / cover no-repeat;
	aspect-ratio: 1366/496;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kv .kv_img {
	display: block;
	width: 66%;
	max-width: 1200px;
	padding-bottom: 20px;
	filter: drop-shadow(6px 6px 16px #005D9B);
}

.wintermaxx03,
.wintermaxx02 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	width: 100%;
}

.wintermaxx03 {
	background: url(../../img/aluminum_wheel_set/bk_maxx03.jpg) center center / cover no-repeat;
}

.wintermaxx03>div {
	width: 66%;
	max-width: 900px;
	min-width: 768px;
	margin: 63px auto 64px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.wintermaxx03>div>img {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 20px;
}

.wintermaxx03 h2 {
	color: #fff;
	text-align: center;
	/* border-bottom: 2px solid #F6E500; */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	margin: 26px 0 0px;
	padding: 12px 0 7px;
}

.wheel_link {
	max-width: 423px;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.wheel_link:hover {
	opacity: 0.8;
}

.wintermaxx02 {
	background: url(../../img/aluminum_wheel_set/bk_maxx02.jpg) center center / cover no-repeat;
}

.wintermaxx02>div {
	width: 768px;
	/* max-width: 768px; */
	margin: 63px auto 65px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.wintermaxx02>div>img {
	max-width: 577px;
	margin: 0 auto;
	padding: 0 20px;
}

.wintermaxx02 h2 {
	color: #fff;
	text-align: center;
	/* border-bottom: 2px solid #F6E500; */
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	margin: 26px 0 0;
	padding: 14px 0 0;
}

.contents main p.caption {
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin: 19px 0 0;
}

.outro {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.outro .outro_link {
	max-width: 600px;
	margin: 67px auto 0;
	border-radius: 24px;
	transition: all ease 0.3s;
}

.outro .outro_link:hover {
	opacity: 0.8;
}

.outro .outro_link img {
	border-radius: 8px;
}

.outro .taisho {
	max-width: 1100px;
	padding: 0 20px;
	margin: 53px auto;
}

.outro_caption {
	margin: 6px auto;
}

dl {
	display: grid;
	grid-template-columns: 33px 1fr;
	/* dt列 幅固定 / dd列 可変 */
	row-gap: 5px;

	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;

	color: #333333;

}

dt {
	font-weight: 400;
}

dd {
	margin: 0;
	/* デフォで余白がついてるのでリセット */
}

@media(max-width: 767px) {
	.kv {
		aspect-ratio: 375/340;
	}

	.kv .kv_img {
		width: 96%;
	}

	.wintermaxx03>div {
		width: 92%;
		max-width: 900px;
		min-width: auto;
		margin: 63px auto 64px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

.wintermaxx03 h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 150%;
	padding: 14px 0 0;
}

	.wintermaxx03>div>img {
		padding: 0;
	}

	.wintermaxx02>div {
		width: 100%;
		padding: 0 15px;
	}

	.wintermaxx02>div>img {
		margin: 0 auto;
		padding: 0;
	}

	.wintermaxx02 h2 {
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 150%;

	}

	.outro {
		padding: 0 15px;
	}

	.outro .outro_link {
		margin: 57px auto 0;
	}

	.outro .taisho {
		padding: 0 0px;
		margin: 56px auto;
	}

	.outro_caption {
		margin: -2px auto;
	}
}

@media(max-width: 750px) {
	.kv {
		margin-top: 50px;
	}
}

.wheel_set {
	border-bottom: #F6E500 2px solid;
	margin-bottom: 33px;
}

.contents main .wintermaxx03 .wheel_set p,
.contents main .wintermaxx02 .wheel_set p {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	padding: 0;
	margin: 12px 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents main .wintermaxx03 .wheel_set p span.set,
.contents main .wintermaxx02 .wheel_set p span.set {
	background: #333333;
	padding: 2px 22px;
	margin: 0 11px;
}

.contents main .wintermaxx03 .wheel_set p span.open_price,
.contents main .wintermaxx02 .wheel_set p span.open_price {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	color: #F6E500;
	margin-right: 13px;
}

@media(max-width: 767px) {

.contents main .wintermaxx03 .wheel_set p,
	.contents main .wintermaxx02 .wheel_set p {
		flex-wrap: wrap;
		margin: 15px 0;
	}


}
@media(max-width: 650px) {
	.contents main .wintermaxx03 .wheel_set p span.id,
		.contents main .wintermaxx02 .wheel_set p span.id,
		.contents main .wintermaxx03 .wheel_set p span.cpt,
		.contents main .wintermaxx02 .wheel_set p span.cpt {
			width: 100%;
			margin: 5px 0;
		}
}