/* Y'S GEAR : /mc/helmet/css/helmet.css */

/*======================================================================*
 *  [ Common ] 
 *======================================================================*/

.contentsWidth {
	font-size: 1.6rem;
	font-weight: 500;
}

.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after { box-sizing: border-box; }
.contentsWidth a,
.contentsWidth a::before,
.contentsWidth a::after,
.contentsWidth a img { transition: all 0.3s ease; }

.contentsWidth h2,
.contentsWidth h3,
.contentsWidth h4,
.contentsWidth h5 { line-height: 1.2; }

@media screen and (min-width: 569px) {
	.contentsWidth .sp { display: none; }
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth { font-size: 1.4rem; }
	.contentsWidth .pc { display: none; }
} /* */

/* [ セクション ]  */
.contentsWidth > section {
	margin-bottom: 80px;
}

/* [ タイトル ] */
.ttlHelmet {
	position: relative;
	width: fit-content;
	margin: 0 auto 40px;
	font-size: 3rem;
	text-align: center;
}
.ttlHelmet::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5px;
	background: #53B5B0;
	opacity: 0.5;
	z-index: 0;
	content: "";
}

@media screen and (max-width: 568px) {
	.ttlHelmet {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	.ttlHelmet span {
		display: block;
		font-size: 2rem;
	}
} /* */

/*======================================================================*
 *  [ Nav ] 
 *======================================================================*/

.helmetNav {
	margin-bottom: 60px;
	background: #333;
	color: #fff;
	transition: all 0.3s ease;
}
.helmetNav ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.helmetNav a {
	display: block;
	position: relative;
	width: fit-content;
	padding-left: 25px;
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.helmetNav a:hover,
.helmetNav a:active {
	text-decoration: none;
}
.helmetNav a::before {
	position: absolute;
	top: calc(50% - 1.5px);
	left: 0;
	width: 15px;
	height: 3px;
	background: linear-gradient(135deg,  rgba(95,193,199,1) 0%,rgba(246,249,229,1) 100%);
	content: "";
}

@media screen and (max-width: 768px) {
	.helmetNav ul {
		font-size: 1.4rem;
	}
	.helmetNav li {
		width: calc(50% - 10px);
	}
} /* */

@media screen and (max-width: 568px) {
	.helmetNav {
		margin-bottom: 40px;
	}
	.helmetNav ul {
		gap: 15px 10px;
		font-size: 1.2rem;
	}
	.helmetNav li {
		width: calc(50% - 5px);
	}
} /* */

/*======================================================================*
 *  [ ラインナップ改造 ] 
 *======================================================================*/

.markTxt {
	width: fit-content;
	margin: -20px auto 30px;
	padding: 5px 10px;
	border: 1px solid #CC1533;
	color: #CC1533;
	font-size: 1.4rem;
}

.categoryLineup .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.categoryLineup .inner section {
	padding: 10px;
	background: #efefef;
}
/* .categoryLineup .inner:not(.w50) {
	clear: both;
}
.categoryLineup .inner.w50 {
	float: left;
}
.categoryLineup .inner.w50 + .inner.w50 {
	float: right;
}
.categoryLineup .brand {
	margin-bottom: 10px;
	padding: 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
} */
.categoryLineup .brand {
	width: fit-content;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #CC1533;
	background: #fff;
	color: #CC1533;
	font-size: 1.4rem;
}
.categoryLineup li a {
	background: #fff;
}
.categoryLineup li div:has(.color) {
	position: relative;
}
.categoryLineup li .color {
	min-height: auto;
	margin-top: -13px;
	margin-bottom: 2px;
	/* color: #CC1533; */
	font-size: 1rem;
	text-align: right;
	content: "単色";
}
.categoryLineup li .maker {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: auto;
	margin-bottom: 10px;
	padding: 2px 5px;
	background: #FAE7E9;
	color: #CC1533;
	font-size: 1rem;
}
.categoryLineup li .maker b + b {
	font-weight: normal;
}
.categoryLineup li .name {
	font-weight: bold;
}

@media screen and (max-width: 568px) {
	.markTxt {
		margin: -15px auto 20px;
		padding: 3px 10px;
		font-size: 1.2rem;
	}

	.categoryLineup .brand {
		margin-right: 10px;
		margin-left: 10px;
	}
	.categoryLineup .inner section {
		padding: 10px 0;
	}
} /* */


/*======================================================================*
 *  [ おすすめ ] 
 *======================================================================*/

.helmetRecommend {
	margin-bottom: 40px;
}
.helmetRecommend .ttlHelmet img {
	display: block;
	margin: 0 auto 15px;
}
.helmetRecommend .ttlHelmet + p {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.helmetRecommend .ttlHelmet + p img {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

@media screen and (max-width: 568px) {
	.helmetRecommend .ttlHelmet + p {
		margin-bottom: 0;
	}
} /* */

.choiceWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.choiceWrap input {
	display: none;
}
.choiceWrap [data-choice] {
	display: none;
}

@media screen and (max-width: 568px) {
	.choiceWrap {
		margin: 0 -10px -50px;
		padding: 0 10px 50px;
		overflow-x: hidden;
	}
} /* */

/* [ タブ ] */
.choiceWrap .tab {
	position: relative;
	width: calc(33.33% - 13.33px);
	margin-bottom: 36px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.choiceWrap .tab:hover,
.choiceWrap .tab:active {
	transform: scale(110%);
}
.choiceWrap .tab::before,
.choiceWrap .tab::after {
	position: absolute;
	transition: opacity 0.3s ease;
	content: "";
}
.choiceWrap .tab::before {
	right: 20px;
	bottom: -20px;
	width: 38px;
	height: 48px;
	background: url(../img/icon_click.svg) center center / contain no-repeat;
	z-index: 5;
}
.choiceWrap .tab::after {
	top: 100%;
	right: 0;
	left: 0;
	height: 32px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 14px, calc(50% + 20px) 14px, 50% 100%, calc(50% - 20px) 14px, 0% 14px);
	opacity: 0;
}
.choiceWrap .tab div {
	border-radius: 10px 10px 0 0;
	padding: 15px 5px;
	color: #fff;
}
.choiceWrap .tab span {
	display: inline-block;
}
.choiceWrap .tab span:first-child {
	font-size: 2rem;
}
.choiceWrap .tab[for="choiceBike"]        { background: #eff9f9; }
.choiceWrap .tab[for="choiceBike"]::after { background: #5FC1C7; }
.choiceWrap .tab[for="choiceBike"] div    { background: #5FC1C7; }
.choiceWrap .tab[for="choiceUse"]         { background: #f6f9e5; }
.choiceWrap .tab[for="choiceUse"]::after  { background: #A9C300; }
.choiceWrap .tab[for="choiceUse"]  div    { background: #A9C300; }
.choiceWrap .tab[for="choiceType"]        { background: #f2f6fa; }
.choiceWrap .tab[for="choiceType"]::after { background: #0C4DA2; }
.choiceWrap .tab[for="choiceType"] div    { background: #0C4DA2; }

.choiceWrap input:checked + .tab::before {
	opacity: 0;
}
.choiceWrap input:checked + .tab::after {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.choiceWrap .tab span {
		display: block;
	}
} /* */

@media screen and (max-width: 568px) {
	.choiceWrap .tab {
		display: flex;
		width: 100%;
		margin: 20px 0 0;
		border-radius: 10px;
	}
	.choiceWrap .tab:hover,
	.choiceWrap .tab:active {
		transform: scale(100%);
	}
	.choiceWrap .tab[for="choiceBike"] { order: 1; }
	.choiceWrap .choiceInner[data-choice="choiceBike"] { order: 2; }
	.choiceWrap .tab[for="choiceUse"]  { order: 3; }
	.choiceWrap .choiceInner[data-choice="choiceUse"] { order: 4; }
	.choiceWrap .tab[for="choiceType"] { order: 5; }
	.choiceWrap .choiceInner[data-choice="choiceType"] { order: 6; }
	.choiceWrap .tab::before {
		bottom: -15px;
	}
	.choiceWrap .tab::after {
		top: calc(100% + 5px);
		right: 10px;
		left: 10px;
		height: 18px;
		clip-path: polygon(calc(50% - 50px) 0, 50% 100%, calc(50% + 50px) 0);
	}
	.choiceWrap .tab div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50%;
		border-radius: 10px 0 0 10px;
	}
	.choiceWrap .tab span:first-child {
		font-size: 1.8rem;
	}
	.choiceWrap .tab img {
		width: 50%;
	}

	.choiceWrap input:checked + .tab {
		margin-right: -20px;
		margin-left: -20px;
		width: calc(100% + 40px);
	}
} /* */

/* [  ] */
.choiceInner {
	width: 100%;
}
.choiceInner h4, 
.choiceInner h5 {
	display: none;
}

.choiceInner label {
	display: flex;
	width: 100% !important;
	margin-top: 30px;
	cursor: pointer; 
}
.choiceInner[data-choice="choiceBike"] label { background: #EFF9F9; }
.choiceInner[data-choice="choiceUse"]  label { background: #FCFCF2; }
.choiceInner[data-choice="choiceType"] label { background: #F2F6FA; }
/* .choiceInner label img {
	width: 56.22%;
} */
.choiceInner label figure {
	position: relative;
	width: 56.22%;
	aspect-ratio: 2/1;
}
.choiceInner label figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.choiceInner label div {
	flex: 1;
	position: relative;
	padding: 2.5% 2.5% 30px;
}
.choiceInner label p {
	margin-top: 15px;
}
.choiceInner label dl {
	margin-top: 15px;
	font-size: 1.4rem;
}
.choiceInner label dt {
	width: fit-content;
	margin: 10px 0 5px;
	padding: 2px 10px;
	color: #fff;
	font-weight: bold;
}
.choiceInner label .fnc { background: #A9C300; }
.choiceInner label .std { background: #5FC1C7; }
.choiceInner label span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px 5px 12px;
	background: #333;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
.choiceInner label span::before {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin-right: 0.6em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-3px) rotate(45deg);
	content: "";
}
.choiceInner label span::after {
	content: "見る";
}
.choiceInner input:checked + label span::before {
	transform: translateY(0) rotate(-135deg);
}
.choiceInner input:checked + label span::after {
	content: "閉じる";
}

@media screen and (max-width: 768px) {
	.choiceInner label p {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.choiceInner label span {
		font-size: 1.2rem;
	}
} /* */

@media screen and (max-width: 568px) {
	.choiceInner label {
		display: block; 
	}
	.choiceInner label figure {
		width: 100%;
		aspect-ratio: auto;
	}
	.choiceInner label figure img {
		position: static;
		height: auto;
		aspect-ratio: 4/1.5;
	}
	.choiceInner label div {
		padding: 20px 20px 40px;
	}
	.choiceInner label dl {
		font-size: 1.2rem;
	}
	.choiceInner label dt {
		padding: 2px 7px;
		font-size: 1.1rem;
	}
} /* */

/* [  ] */
.choiceInner section {
	padding: 30px;
	background: url(../img/choice_bg.jpg) center top / 100% auto no-repeat #767676;
}
.choiceInner .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.choiceInner .items + .items { margin-top: 30px; }
.choiceInner .items a {
	display: block;
	position: relative;
	width: calc(33.33% - 20px);
	margin-left: 30px;
	padding: 20px 20px 66px 20px;
	background: #fff;
}
.choiceInner .items a:nth-child(3) ~ a { margin-top: 30px; }
.choiceInner .items a:nth-child(3n+1) { margin-left: 0; }

/* [ アイコン ] */
.choiceInner .items .fnc,
.choiceInner .items .std {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 10px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
.choiceInner .items .fnc { background: #A9C300; }
.choiceInner .items .std { background: #5FC1C7; }

/* [ メーカー・ロゴ・グラフィック ] */
.choiceInner .items a div:has(> .maker) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
	/* background: #FAE7E9; */
	font-size: 1rem;
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
}
.choiceInner .items a .fnc ~ div:has(> .maker),
.choiceInner .items a .std ~ div:has(> .maker) {
	margin-top: 10px;
}
.choiceInner .items a .maker {
	padding: 0 5px;
	border: 1px solid #333;
}
.choiceInner .items a .design {
	color: #CC155A;
	font-weight: 500;
}

/* [ 商品名 ] */
.choiceInner .items a .name {
	margin: 10px 0;
}
.choiceInner .items a .name b {
	display: inline-block;
}

/* [　主な機能 ] */
.choiceInner .items a dl {
	display: flex;
	flex-wrap: wrap;
	color: #5FC1C7;
	font-size: 1rem;
}
.choiceInner .items a dt {
	width: 100%;
}
.choiceInner .items a dd {
	width: calc(33.33% - 2px);
	margin: 3px 0 0 3px;
	padding: 5px 0;
	background: #ECF7F6;
	line-height: 1;
	letter-spacing: -0.05em;
}
.choiceInner .items a dd:nth-of-type(3n+1) { margin-left: 0; }

/* [ ボタン ] */
.choiceInner .items a span {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	height: 36px;
	background: #333;
	color: #fff;
	line-height: 36px;
	transition: background 0.3s ease;
}
.choiceInner .items a:hover span, 
.choiceInner .items a:active span {
	background: #717171;
}

@media screen and (max-width: 768px) {
	.choiceInner .items a {
		width: calc(50% - 15px);
	}
	.choiceInner .items a:nth-child(2) ~ a { margin-top: 30px; }
	.choiceInner .items a:nth-child(3n+1) { margin-left: 30px; }
	.choiceInner .items a:nth-child(2n+1) { margin-left: 0; }
} /* */

@media screen and (max-width: 568px) {
	/* [  ] */
	.choiceInner section {
		padding: 15px;
	}

	.choiceInner .items a {
		/* display: flex;
		align-items: center; */
		width: 100%;
		margin-left: 0 !important;
		padding: 10px 10px 10px calc(30% + 10px);
	}
	.choiceInner .items a + a {
		margin-top: 10px !important;
	}

	/* [ アイコン ] */
	.choiceInner .items .fnc,
	.choiceInner .items .std {
		padding: 2px 7px;
		font-size: 1rem;
	}

	/* [ メーカー・ロゴ・グラフィック ] */
	.choiceInner .items a div:has(> .maker) {
		font-size: 0.9rem;
	}
	.choiceInner .items a .fnc ~ div:has(> .maker),
	.choiceInner .items a .std ~ div:has(> .maker) {
		margin-top: 0;
	}
	
	.choiceInner .items a img {
		position: absolute;
		top: 50%;
		left: 10px;
		width: calc(30% - 10px);
		/* margin-right: 10px; */
		aspect-ratio: 1/1;
		object-fit: cover;
		transform: translateY(-50%);
	}

	.choiceInner .items a div {
		flex: 1;
	}
	/* [　主な機能 ] */
	.choiceInner .items a dl {
		margin-bottom: 10px;
	}
	.choiceInner .items a dd {
		font-size: 0.8rem;
		letter-spacing: 0;
	}

	/* [ ボタン ] */
	.choiceInner .items a span {
		position: static;
		line-height: 1.2;
		height: auto;
		padding: 5px;
		font-size: 1.2rem;
	}
} /* */

/*======================================================================*
 *  [ メンテナンス情報 ] 
 *======================================================================*/

.helmetMaintenance {
	padding: 50px;
	background: #ECF7F6;
}

/* [ リンク ] */
.helmetMaintenance ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	font-size: 2rem;
}
.helmetMaintenance li {
	display: flex;
	width: calc((100% - 30px * 1) / 2);
}
.helmetMaintenance li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 5px;
	border-radius: 40px;
	background: #fff;
}
.helmetMaintenance li p {
	padding: 0 20px;
	font-weight: bold;
}

@media screen and (max-width: 980px) {
	.contentsWidth .helmetMaintenance {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	.helmetMaintenance {
		padding: 40px 20px;
	}

	/* [ リンク ] */
	.helmetMaintenance ul {
		gap: 20px;
	}
	.helmetMaintenance li {
		width: calc((100% - 20px * 1) / 2);
	}
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth .helmetMaintenance {
		margin-right: -10px;
		margin-left: -10px;
	}

	/* [ リンク ] */
	.helmetMaintenance ul {
		flex-direction: column;
		font-size: 1.6rem;
	}
	.helmetMaintenance li {
		width: 100%;
	}
	.helmetMaintenance li a {
		height: 60px;
		border-radius: 30px;
	}
	.helmetMaintenance li img {
		width: 50px;
		height: 50px;
	}
} /* */
