/* Y'S GEAR : /mc/chemical/css/top.css */


/*======================================================================*
 *  [ メイン画像 ] 
 *======================================================================*/

.chemicalMain {
	margin-bottom: 0 !important;
	padding: 0 40px 50px;
	background: #181818;
	color: #fff;
}

/* [ 画像 ] */
.chemicalMain > img {
	max-width: calc(100% + 80px);
	margin: 0 -40px;
}

/* [ テキスト ] */
.chemicalMain .txt {
	margin: -10% 0 40px;
	text-align: center;
}
.chemicalMain .txt h2 {
	margin-bottom: 20px;
}
.chemicalMain .txt p + p {
	margin-top: 10px;
	line-height: 1.8;
}
.chemicalMain .txt b {
	font-size: 1.8rem;
}

/* [ こだわり ] */
.chemicalMain ul {
	display: flex;
	gap: 3%;
	width: min(800px, 100%);
	margin: 0 auto;
}
.chemicalMain li:nth-child(odd) {
	margin-top: 20px;
}

@media screen and (max-width: 980px) {
	.chemicalMain {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.chemicalMain {
		margin-right: -10px;
		margin-left: -10px;
		padding: 0 20px 30px;
	}

	/* [ 画像 ] */
	.chemicalMain > img {
		max-width: calc(100% + 40px);
		margin: 0 -20px;
	}

	/* [ テキスト ] */
	.chemicalMain .txt {
		margin: 30px 0;
		text-align: left;
	}
	.chemicalMain .txt h2 {
		margin-left: -20px;
		margin-right: -20px;
		font-size: max(1.65rem, min(5vw, 2.6rem));
		text-align: center;
	}
	.chemicalMain .txt p + p {
		margin-top: 10px;
	}
	.chemicalMain .txt b {
		font-size: 1.5rem;
	}

	/* [ こだわり ] */
	.chemicalMain ul {
		flex-direction: column;
		gap: 0;
	}
	.chemicalMain li {
		width: min(238px, 48%);
	}
	.chemicalMain li:nth-child(odd) {
		margin-top: 0;
	}
	.chemicalMain li:nth-child(even) {
		margin: -35% 0 -35% auto;
	}
} /* */


/*======================================================================*
 *  [ メイン画像 ] 
 *======================================================================*/

.chemicalMain_ {
	background: #181818;
}

@media screen and (max-width: 980px) {
	.chemicalMain_ {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.chemicalMain_ {
		margin-right: -10px;
		margin-left: -10px;
	}

	/* [ テキスト ] */
	.chemicalMain_ .txt {
		/* padding: 20px 10px 0; */
		width: fit-content;
		min-width: calc(100% - 40px);
		margin: 20px auto 0;
		color: #fff;
	}
	.chemicalMain_ .txt p {
		/* font-size: max(1.2rem, 3.6vw); */
		font-size: max(1.2rem, min(3.6vw, 1.7rem));
		font-weight: bold;
	}
	.chemicalMain_ .txt p + p {
		margin-top: 10px;
	}
	.chemicalMain_ .txt b {
		/* font-size: max(1.65rem, 5vw); */
		font-size: max(1.65rem, min(5vw, 2.6rem));
	}
} /* */


/*======================================================================*
 *  [ リンク ] 
 *======================================================================*/

.chemicalLink {
	margin-bottom: 80px;
	padding: 50px;
	background: #F8F8F8;
}
.chemicalLink ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.chemicalLink li {
	display: flex;
}
.chemicalLink li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 15px;
	width: 100%;
	border: 8px solid #E4F4FD;
	background: #fff;
	font-weight: bold;
	text-align: center;
}
.chemicalLink li .ttl span, 
.chemicalLink li .sub span {
	display: inline-block;
}
.chemicalLink li .ttl b {
	font-size: 2.4rem;
}
.chemicalLink li .sub {
	margin-top: 5px;
	color: #888;
	/* font-size: calc(1em - 0.2rem); */
}

/* 個別 */
.chemicalLink li.lubrication,
.chemicalLink li.helmet {
	width: calc(50% - 10px);
}
.chemicalLink li.lubrication a,
.chemicalLink li.helmet a {
	padding: 15px;
}
.chemicalLink li.lubrication a > div,
.chemicalLink li.helmet a > div {
	flex: 1;
}
.chemicalLink li.effect,
.chemicalLink li.place,
.chemicalLink li.movie {
	width: calc(33.33% - 13.33px);
}
.chemicalLink li.effect a,
.chemicalLink li.place a,
.chemicalLink li.movie a {
	flex-direction: column;
	padding: 15px 10px;
}

/* ホバー */
.chemicalLink li a:hover, 
.chemicalLink li a:active {
	border-color: #0066B7 !important;
	/* transform: translateY(-5px); */
}
.chemicalLink li a:hover img, 
.chemicalLink li a:active img {
	opacity: 1;
}

@media screen and (max-width: 980px) {
	.chemicalLink {
		margin-right: -20px;
		margin-left: -20px;
		padding: 50px 30px;
	}
} /* */

@media screen and (max-width: 768px) {
	.chemicalLink {
		padding: 40px 20px;
	}
	.chemicalLink ul {
		gap: 10px;
	}
	.chemicalLink li .ttl b {
		font-size: 2.2rem;
	}
	/* 個別 */
	.chemicalLink li.lubrication,
	.chemicalLink li.helmet {
		width: calc(50% - 5px);
	}
	.chemicalLink li.effect,
	.chemicalLink li.place,
	.chemicalLink li.movie {
		width: calc(33.33% - 6.66px);
	}
} /* */

@media screen and (max-width: 568px) {
	.chemicalLink {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom: 50px;
		padding: 30px 10px;
		/* background: none; */
	}
	.chemicalLink ul {
		flex-direction: column;
		align-items: center;
	}
	.chemicalLink li {
		width: min(355px, 100%) !important;
	}
	.chemicalLink li a {
		flex-direction: row !important;
		padding: 5px 10px !important;
	}
	.chemicalLink li a > div {
		flex: 1;
	}
	.chemicalLink li .ttl b {
		font-size: 2rem;
	}
} /* */


/*======================================================================*
 *  [ 共通 ] 
 *======================================================================*/

/* [ 見出し ] */
.ttlChemical {
	margin-bottom: 50px;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.ttlChemical b {
	display: block;
	font-size: 4rem;
}

@media screen and (max-width: 568px) {
	/* [ 見出し ] */
	.ttlChemical {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.ttlChemical b {
		font-size: 3rem;
	}
} /* */


/*======================================================================*
 *  [ YAMALUBEとは？ ] 
 *======================================================================*/

.chemicalAbout {
	margin-bottom: 0 !important;
	padding: 50px 40px 100px;
	background: #181818;
	color: #fff;
}

/* [ テキスト ] */
.chemicalAbout h2 + p {
	margin-bottom: 20px;
	font-weight: bold;
}
.chemicalAbout p + p {
	margin-bottom: 80px;
}

/* [ こだわり ] */
.chemicalAbout ul {
	display: flex;
	gap: 3%;
	width: min(800px, 100%);
	margin: 0 auto;
}
.chemicalAbout li:nth-child(odd) {
	margin-top: 20px;
}

@media screen and (max-width: 980px) {
	.chemicalAbout {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.chemicalAbout {
		margin-right: -10px;
		margin-left: -10px;
		padding: 40px 20px 50px;
	}

	/* [ テキスト ] */
	.chemicalAbout h2 + p {
		margin-bottom: 15px;
	}
	.chemicalAbout p + p {
		margin-bottom: 40px;
	}

	/* [ こだわり ] */
	.chemicalAbout ul {
		flex-direction: column;
		gap: 0;
	}
	.chemicalAbout li {
		width: min(238px, 48%);
	}
	.chemicalAbout li:nth-child(odd) {
		margin-top: 0;
	}
	.chemicalAbout li:nth-child(even) {
		margin: -35% 0 -35% auto;
	}
} /* */

/*======================================================================*
 *  [ ラインナップ：ナビ ] 
 *======================================================================*/

.categoryNav {
	display: flex;
	gap: 10px;
	width: min(560px, 100%);
	margin: 0 auto 30px;
}

/* [ ボタン ] */
.categoryNav a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: calc(50% - 5px);
	height: 60px;
	padding: 0 10px 0 20px;
	border: 1px solid transparent;
	background: #EDEDED;
	color: #001F7E;
	font-size: 1.6rem;
	font-weight: bold;
}
.categoryNav a::before {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	border-right: 3px solid #001F7E;
	border-bottom: 3px solid #001F7E;
	transform: rotate(45deg) translateX(-25%);
	content: "";
}
.categoryNav a b {
	flex: 1;
}
.categoryNav a img {
	flex-shrink: 0;
	opacity: 1 !important;
}

/* [ ボタン：ホバー ] */
.categoryNav a:hover,
.categoryNav a:active {
	border-color: #001F7E !important;
	color: #001F7E !important;
}

@media screen and (max-width: 568px) {
	.categoryNav {
		flex-direction: column;
		align-items: center;
		padding: 0 10px;
	}

	/* [ ボタン ] */
	.categoryNav a {
		width: min(300px, 100%);
		height: 50px;
		padding: 0 10px 0 20px;
		font-size: 1.4rem;
	}
	.categoryNav a::before {
		width: 10px;
		height: 10px;
	}
	
} /* */


/*======================================================================*
 *  [ ラインナップ：リスト ] （category-top_new.css）
 *======================================================================*/

 /* [ 容量 ] */
.categoryLineup .vol {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 5px;
	width: 40px;
	height: 20px;
	min-height: auto;
	margin: min(140px, 90%) 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	transform: translateY(calc(-100% - 10px));
}

/* [ タイプ ] */
.categoryLineup .type {
	min-height: auto;
	margin: -10px -10px 10px;
	padding: 2px 5px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}



.categoryLineup #lubrication .cat  { background: #ED7D31 !important; }
.categoryLineup #lubrication .vol  { background: #ED7D31 !important; }
.categoryLineup #lubrication .type { background: #ED7D31 !important; }
.categoryLineup #cleaner     .cat  { background: #FF66DD !important; }
.categoryLineup #cleaner     .vol  { background: #FF66DD !important; }
.categoryLineup #cleaner     .type { background: #FF66DD !important; }
.categoryLineup #wash        .cat  { background: #4488CC !important; }
.categoryLineup #wash        .vol  { background: #4488CC !important; }
.categoryLineup #wash        .type { background: #4488CC !important; }
.categoryLineup #wax         .cat  { background: #FFEC3E !important; }
.categoryLineup #wax         .cat a { color: #000 !important; }
.categoryLineup #wax         .vol  { background: #FFEC3E !important; color: #000; }
.categoryLineup #wax         .type { background: #FFEC3E !important; }
.categoryLineup #paint       .cat  { background: #9977EE !important; }
.categoryLineup #paint       .vol  { background: #9977EE !important; }
.categoryLineup #paint       .type { background: #9977EE !important; }
.categoryLineup #others      .cat  { background: #707070 !important; }
.categoryLineup #others      .vol  { background: #707070 !important; }
.categoryLineup #others      .type { background: #707070 !important; }
.categoryLineup #helmet      .cat  { background: #8BB462 !important; }
.categoryLineup #helmet      .vol  { background: #8BB462 !important; }
.categoryLineup #helmet      .type { background: #8BB462 !important; }
.categoryLineup #related     .cat  { background: #445577 !important; }
.categoryLineup #related     .vol  { background: #445577 !important; }
.categoryLineup #related     .type { background: #445577 !important; }



/*======================================================================*
 *  [  ] 
 *======================================================================*/

.movieDetail {
	position: relative;
	margin-bottom: 50px;
}

/* [ タイトル ] */
.movieDetail h3 {
	position: absolute;
	top: 31px;
	/* top: 0; */
	left: 50%;
	width: min(560px, calc(100% - 80px));
	padding: 5px;
	font-size: 2.4rem;
	text-align: center;
	/* transform: translateX(-50%); */
	transform: translate(-50%, -50%);
	z-index: 1;
}
.movieDetail h3::before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background: #000;
	transform: skewX(-15deg);
	z-index: -1;
	content: "";
}
.movieDetail h3::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #000;
	background: #fff;
	transform: skewX(-15deg);
	z-index: -1;
	content: "";
}
.movieDetail h3 img {
	width: 24px;
	flex-shrink: 0;
}
.movieDetail h3 span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 52px;
	padding: 10px 20px;
}

/* [ インナー ] */
.movieDetail .inner {
	display: flex;
	gap: 30px;
	position: relative;
	padding: min(calc(49px + 60px), calc(5vw + 60px)) 80px;
	background: #000;
	clip-path: polygon(0 0, 100% min(49px, 5vw), 100% 100%, 0 max(calc(100% - 49px), calc(100% - 5vw)));
}
.movieDetail .inner::before {
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	left: 0;
	border-right: 10px solid #000;
	border-left: 10px solid #000;
	background: #fff;
	clip-path: polygon(0 0, 100% min(49px, 5vw), 100% 100%, 0 max(calc(100% - 49px), calc(100% - 5vw)));
	content: "";
	z-index: -1;
}
.movieDetail .inner::after {
	position: absolute;
	top: 40px;
	right: 40px;
	bottom: 40px;
	left: 40px;
	clip-path: polygon(0 0, 100% min(49px, 5vw), 100% 100%, 0 max(calc(100% - 49px), calc(100% - 5vw)));
	content: "";
	z-index: -1;
}
.movieDetail:nth-of-type(3n+1) .inner::after {
	background: #FFDA48;
}
.movieDetail:nth-of-type(3n+2) .inner::after {
	background: #44BBFF;
}
.movieDetail:nth-of-type(3n+3) .inner::after {
	background: #00BD7E;
}

/* [ 準備 ] */
.movieDetail .ready {
	width: calc(40% - 30px);
}
.movieDetail .ready h4 {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	width: fit-content;
	margin: 30px auto -22px;
	padding: 10px 20px;
	background: #eee8d0;
	/* transform: translateY(-50%); */
	z-index: 1;
}
.movieDetail .ready h4:first-child {
	margin-top: 0;
}
.movieDetail .ready h4 img {
	width: 24px;
	height: 24px;
}
.movieDetail .ready h4 + img {
	width: 30%;
}

/* [ 準備：リンク ] */
.movieDetail .ready .link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 32px 20px 20px;
	background: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.movieDetail .ready .link img {
	width: min(100px, 40%);
	flex-shrink: 0; 
}
.movieDetail .ready .link ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.movieDetail .ready .link a {
	display: inline-block;
	position: relative;
	padding-left: 0.8em;
}
.movieDetail .ready .link a::before {
	position: absolute;
	top: 0.4em;
	left: -0.2em;
	width: 0.6em;
	height: 0.6em;
	border-top: 2px solid #0066B7;
	border-right: 2px solid #0066B7;
	transform: rotate(45deg);
	content: "";
}
.movieDetail .ready .link a span {
	display: inline-block;
	font-size: calc(1em - 0.2rem);
}
.movieDetail .ready .link li > span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	color: #ff0000;
	font-size: 1rem;
}
.movieDetail .ready .link li > span + span {
	margin-top: 5px;
}

/* [ 準備：リスト ] */
.movieDetail .ready .list {
	padding: 32px 20px 20px;
	background: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.movieDetail .ready .list ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-left: 1.5em;
}
.movieDetail .ready .list li {
	list-style-type: disc !important;
}
.movieDetail .ready .list span {
	display: block;
	font-size: calc(1em - 0.2rem);
	font-weight: 500;
}

/* [ トライ ] */
.movieDetail .try {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	width: 60%;
}
.movieDetail .movie {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
}
.movieDetail .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieDetail .point {
	/* margin-bottom: max(calc(-49px - 20px), calc(-5vw - 20px)); */
	/* margin-bottom: -20px; */
	margin-bottom: max(calc(-49px - 20px), calc(-5vw - 20px));
	text-align: center;
} 

@media screen and (max-width: 980px) {
	.movieDetail {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 840px) {

	/* [ タイトル ] */
	.movieDetail h3 {
		font-size: 2rem;
	}

	/* [ インナー ] */
	.movieDetail .inner {
		flex-direction: column;
		align-items: center;
	}

	/* [ 準備 ] */
	.movieDetail .ready {
		width: min(320px, 100%);
	}

	/* [ トライ ] */
	.movieDetail .try {
		width: 100%;
	}
} /* */


@media screen and (max-width: 568px) {
	.movieDetail {
		margin-right: -10px;
		margin-left: -10px;
		/* padding-top: 20px; */
	}

	/* [ タイトル ] */
	.movieDetail h3 {
		top: 7.5vw;
		width: calc(100% - 60px);
		font-size: 1.8rem;
		/* transform: translate(-50%, 0); */
	}
	.movieDetail h3 span {
		padding: 5px 20px;
	}

	/* [ インナー ] */
	.movieDetail .inner {
		padding: calc(15vw + 30px) 40px calc(15vw + 20px);
		clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
	}
	.movieDetail .inner::before {
		clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
	}
	.movieDetail .inner::after {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		clip-path: polygon(20px 25px, calc(100% - 20px) calc(15vw + 20px), calc(100% - 20px) calc(100% - 25px), 20px calc(100% - 15vw - 20px));
	}

	/* [ トライ ] */
	.movieDetail .point {
		margin: 0 -10px;
	}
} /* */


/*======================================================================*
 *  [  ] 
 *======================================================================*/





@media screen and (max-width: 568px) {
} /* */


/*======================================================================*
 *  [  ] 
 *======================================================================*/





@media screen and (max-width: 568px) {
} /* */