@charset "utf-8";
/* Y'S GEAR : oil.css */

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	margin-right: auto !important;
}

.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; } 

h3 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #333;
	width: fit-content;
	font-size: 3.0rem;
	font-weight: 200;
	border-bottom: 2px solid #ddd;
	margin: 0 auto 43px;
	padding-bottom: 5px;
}


@media screen and (min-width: 769px) {
	.contentsWidth .sp { display: none; }
} /* */

@media screen and (max-width: 768px) {
	.contentsWidth .pc { display: none; }
} /* */


/*======================================================================*
 *  [ Main ] 
 *======================================================================*/

/* .cpPrize-black {
	position: relative;
}
.cpPrize-black::before {
	position: absolute;
	top: 0;
	right: min(-20px, calc((100vw - 980px) / 2 * -1));
	right: 0;
	bottom: 0;
	left: min(-20px, calc((100vw - 980px) / 2 * -1));
	left: 0;
	background: #000;
	z-index: -1;
	content: "";
} */

.cpMain {
	padding: 0 20px 50px; /* padding-bottom: 50px; */
	background: url(../img/main_bg_pc.jpg) center top / 100% auto no-repeat #000;
	color: #fff;
	text-align: center;
}

.cpMain .text {
	text-align: center;
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 50px;
} 

@media screen and (max-width: 1000px) {
	.cpMain {
		margin: 0 -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	/* .cpPrize-black::before {
		right: 0;
		left: 0;
	} */
	.cpMain {
		/* margin: 0 -10px; */
		padding-bottom: 60px;
		background-image: url(../img/main_bg_sp.jpg);
	}
	.cpMain .text {
		line-height: 30px;
		padding: 0 10px;
		margin-bottom: 50px;
	}
} /* */

@media screen and (max-width: 568px) {
	.cpMain {
		margin: 0 -10px;
	}
} /* */


/*======================================================================*
 *  [ ナビゲーション ] 
 *======================================================================*/

/* [ 本体 ] */
.cpNav.original {
	position: relative;
}
.cpNav.original h2 {
	display: none;
}
.cpNav.original ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	/* margin: 0 -10px; */
	font-size: 1.8rem;
}
.cpNav.original li {
	width: 305px; /* width: 320px; */
}

@media screen and (max-width: 768px) {
	.cpNav.original {
		/* padding: 0 20px; */
	}
	.cpNav.original ul {
		gap: 15px;
		/* margin: 0; */
		font-size: 1.8rem;
	}
	.cpNav.original li {
		width: calc((100% - 15px) / 2);
	}
	.cpNav.original li:first-child {
		width: 100%;
	}
} /* */

/* ボタン */
.cpNav.original a {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 63px;
	padding: 0 1em;
	background-color: #660B17;
	border: 2px solid #CC162F;
}

.cpNav.original a:hover {
	background-color: #CD172E
}

.cpNav.original a b {
	position: relative;
	width: 100%;
	color: #fff;
	z-index: 1;
}
.cpNav.original a b::before {
	position: absolute;
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 1em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-5px) rotate(45deg);
	content: "";
	top: 0.5em;
	left: 10px; /* left: 18px; */
}

@media screen and (max-width: 768px) {
	.cpNav.original a b:last-child {
		padding-left: 2.0rem;
	}
	.cpNav.original a b:last-child::before {
		left: 4px;
	}
	.cpNav.original a b::before {
		left: 8px;
		transform: translateY(-4px) rotate(45deg);
	}
} /* */


/*======================================================================*
 *  [ 「YAMALUBE」オイルとは ] 
 *======================================================================*/

.cpPrize-blgrad {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
}
/* .cpPrize-blgrad::before {
	position: absolute;
	top: 0;
	right: min(-20px, calc((100vw - 980px) / 2 * -1));
	bottom: 0;
	left: min(-20px, calc((100vw - 980px) / 2 * -1));
	background-image: linear-gradient(0deg, rgba(0, 0, 51, 1), rgba(7, 49, 143, 1) 50%, rgba(0, 0, 51, 1));
	z-index: -1;
	content: "";
} */

.about {
	color: #fff;
	/* padding-top: 50px;
	padding-bottom: 50px; */
	padding: 50px 20px;
	background-image: linear-gradient(0deg, rgba(0, 0, 51, 1), rgba(7, 49, 143, 1) 50%, rgba(0, 0, 51, 1));
}

.about h2 {
	width: fit-content;
	font-size: 3.0rem;
	border-bottom: 2px solid #ddd;
	margin: 0 auto;
	padding-bottom: 5px;
}

.about .text {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.about-contents {
	margin-top: 50px;
}

.about-contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	/* margin: 0 -10px; */
}
.about-contents li {
	/* position: relative; */
	display: flex; /* 追記 */
	width: 305px;  /* width: 320px; */
	text-align: center;
	background-color: #fff;
	/* padding: 116px 20px 70px; */
}
.about-contents li a {
	outline: none;
	position: relative; 		/* 追記 */
	display: block; 			/* 追記 */
	padding: 116px 20px 70px; 	/* 追記 */
}
.about-contents .head {
	position: absolute;
	width: 305px; /* width: 320px; */
	top: -11px;
	left: 0;
	z-index: 10;
}

.about-contents li img {
	width: 100%;
	margin-bottom: 10px;
}

.about-contents p {
	color: #333;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 18px;
}

.about-contents .morebtn {
	position: absolute;
	width: 123px;
	right: 0;
	left: 0;
	bottom: 24px;
	color: #fff;
	background-color: #000;
	font-size: 1.4rem;
	text-align: center;
	margin: 0 auto;
	padding: 10px 15px;
}

.about-contents .morebtn::after {
	content: "+";
	display: inline-block;
	width: 10px;
	height: 10px;
	top: 0;
	right: 0;
	left: 0;
}

.about-contents .morebtn:hover {
    filter: alpha(opacity = 70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

@media screen and (max-width: 1000px) {
	.cpPrize-blgrad {
		margin: 0 -20px;
	}
} /* */


@media screen and (max-width: 768px) {
	/* .cpPrize-blgrad::before {
		right: 0;
		left: 0;
	} */
	.about {
		/* margin: 0 -10px; */
		padding: 50px 20px 60px;
	}
	.about h2 {
		text-align: center;
	}
	.about .text {
		text-align: center;
		font-size: 1.6rem;
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.about-contents ul {
		display: block;
	}
	.about-contents li {
		width: 100%;
		/* padding: 39% 20px 20px; */
		margin-bottom: 30px;
	}
	.about-contents li:last-child {
		margin-bottom: 0;
	}
	.about-contents li a {
		padding: 39% 20px 20px; /* 追記 */
	}
	.about-contents .head {
		width: 100%;
		margin-top: -11px;
	}
	.about-spflex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 10px;
	}
	.about-spflex img {
		width: 40%!important;
	}
	.about-contents .morebtn {
		position: static;
		margin: 0 0 0 auto;
	}
} /* */

@media screen and (max-width: 568px) {
	.cpPrize-blgrad {
		margin: 0 -10px; /* 追記 */
	}
} /* */


/*==============================================*
 *  [ モーダル ] 
 *==============================================*/

.fancybox-content {
	padding: 0!important;
}

.fancybox-button svg path {
	fill: #fff!important;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 5px!important;
	right: 5px!important;
	top: 10px!important;
	opacity: 1!important;
}

.modalIcon {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	display: none;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.modalIcon .title {
	color: #fff;
	height: 63px;
	padding: 20px 50px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	background-color: #07318F;
}
.modalIcon ul {
	max-width: 880px;
}
.modalIcon li {
	list-style: none;
	text-align: center;
	padding: 20px;
}
.modalIcon li img {
	width: 410px;
	margin-bottom: 20px;
}
.modalIcon li p {
	font-size: 1.6rem;
	text-align: left;
	line-height: 24px;
}

.modalIcon ol {
	text-align: left;
	counter-reset: num;
	list-style: none;
	margin-top: 30px;
}
.modalIcon ol li {
	font-size: 1.6rem;
	padding: 0 0 5px;
	text-align: left;
}

.modalIcon ol li::before {
	counter-increment: num;
	content: counter(num) ".";
	padding-right: 15px;
	vertical-align: middle;
	font-weight: bold;
}


.modalImg {
	display: flex;
	justify-content: center;
	gap: 20px;
}

@media screen and (min-width: 769px) {
	.modalIcon .sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.modalIcon {
		margin: 20px 20px 20px 18px!important;
		font-size: 1.2rem;
	}
	.modalIcon .title {
		padding: 8px 50px 8px 20px;
		font-size: 1.8rem;
	}
	.modalIcon li p {
		font-size: 1.4rem;
	}
	#about02 .title {
		padding-top: 18px;
	}
	.modalImg {
		display: block;
	}
	.modalIcon li img {
		margin-bottom: 10px;
	}
	.modalIcon ol li {
		font-size: 1.4rem;
		line-height: 24px;
	}

} /* */



/*==============================================*
 *  [ yamalubeBox ] 
 *==============================================*/


#yamalubeBox {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	padding: 100px 0;
}

#yamalubeBox section {
	margin: 35px 0 40px;
}
#yamalubeBox h4 {
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #CC162F;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
}

.oilList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 30px;
	font-size: 1.2rem;
	text-align: left;
}
.oilList li {
	position: relative;
	width: calc((980px - 50px) / 6);
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

.oilList li img {
	width: 100%;
	margin-bottom: 10px;
}

.oilList a .new {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
	background: linear-gradient(135deg,  rgba(204,21,51,1) 0%,rgba(204,21,51,1) 50%,rgba(204,21,51,0) 51%); /* W3C */
}
.oilList a .new span {
	display: block;
	width: 45px;
	height: 45px;
	background-size: 100% 100%;
	background-image: url(/shared/img/db-list/icon_new.png);
}

.oilfilter {
	text-align: right;
	margin-right: -10px;
	margin-top: -18px;
}

.oilfilter img {
	width: 97px!important;
}


@media screen and (max-width: 768px) {
	#yamalubeBox {
		padding: 50px 0 100px;
	}
	#yamalubeBox h4 {
		margin: 0 -10px 10px;
		padding: 10px;
		text-align: center;
	}
	#yamalubeBox section {
		margin: 30px 0;
	}
	.oilList li {
		width: calc((100% - 20px) / 3);
	}
	.column-2 li {
		width: calc((100% - 10px) / 2)!important;
	}
} /* */


/*==============================================*
 *  [ YAMALUBE CONTENTS ] 
 *==============================================*/

#yamalubeContents {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	padding-bottom: 100px;
}

#yamalubeContents .text {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.contentLists ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 30px;
	text-align: left;
}
.contentLists li {
	position: relative;
	width: calc((980px - 20px) / 3);
	margin-bottom: 50px;
}

.contentLists li:last-child {
	margin-bottom: 0;
}

.contentLists li img {
	width: 100%;
	margin-bottom: 10px;
}

.contentLists .list-txt {
	padding-left: 10px;
	padding-right: 10px;
}

.contentLists .list-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.contentLists p {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.contentLists li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 20px;
	}
	.contentLists .list-title {
		font-size: 1.4rem;
	}
	.contentLists p {
		font-size: 1.2rem;
	}
}


/*==============================================*
 *  [ コンテンツバナー ] 
 *==============================================*/

.bunnerArea {
	background-color: #ddd;
	padding: 20px;
}

.bunnerArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.bunnerArea li {
	width: calc((940px - 20px) / 3);
}

.bunnerArea li img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.bunnerArea {
		margin: 0 -10px;
	}
	.bunnerArea li {
		width: 100%;
	}
}


/*==============================================*
 *  [ contentsList ] 
 *==============================================*/

.contentsList svg {
	fill: #363a90 !important;
}
.contentsList a:hover svg, 
.contentsList a:active svg {
	fill: #CC1533 !important;
}


/*==============================================*
 *  [ 動画 ] 
 *==============================================*/

.promotionMovie, 
.movieBox {
	box-sizing: border-box;
}
.promotionMovie {
	margin: 0 0 50px 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.promotionMovie div {
	position: relative;
	width: calc((100% - 10px) / 2);
	height: 0;
	padding: calc(56.25% / 2) 0 0 0;
	overflow: hidden;
}
.movieBox div {
	position: relative;
	height: 0;
	padding: 56.25% 0 0 0;
	overflow: hidden;
}
.promotionMovie iframe,
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.promotionMovie {
		display: block;
	}
	.promotionMovie div {
		width: 100%;
		padding: 56.25% 0 0 0;
		margin-bottom: 20px;
	}
	.promotionMovie div:last-child {
		margin-bottom: 0;
	}
}