/* Y'S GEAR : gtop_renewal.css */


body {
	overflow-x: hidden;
}

a:hover,
a:hover * {
	color: #363a90;
}
a img {
	transition: all 0.3s ease;
}


/*======================================================================*
 *  [ siteHeader | ヘッダ ] 
 *======================================================================*/

#siteHeader {
	padding: 0 0 15px 0;
	border: none;
}

@media screen and (max-width: 568px) {
	#siteHeader {
		padding: 0;
	}
} /* */


/*======================================================================*
 *  [ mainSliderGtop | メインスライダー ] 
 *======================================================================*/

.mainSliderGtop {
	position: relative;
	max-height: 551px;
	margin-bottom: 30px;
	overflow: hidden;
}

.mainSliderGtop .slick-slide {
	transition: all 0.3s ease;
}
.mainSliderGtop .slick-slide img {
	width: 100%;
	max-width: 980px;
}

/* [ 矢印 ] */
.mainSliderGtop .slick-arrow {
	position: absolute;
	top: calc(50% - 22.5px);
	width: 25px;
	height: 45px;
	padding: 0;
	border: none;
	background: #fff;
	-webkit-mask: url(../svg/icon_slickarrow_thick.svg) center center / contain no-repeat;
	mask: url(../svg/icon_slickarrow_thick.svg) center center / contain no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
}
.mainSliderGtop .slick-arrow.slick-prev {
	transform: rotate(180deg);
}

/* [ ドット ] */
.mainSliderGtop ul.slick-dots {
	display: flex;
	position: absolute;
	list-style: none;
	bottom: 10px;
	left: 50%;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(102,102,102,0.8);
	font-size: 0;
	transform: translateX(-50%);
}
.mainSliderGtop ul.slick-dots li + li {
	margin-left: 10px;
}
.mainSliderGtop ul.slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.mainSliderGtop ul.slick-dots li.slick-active button {
	background: #333;
}

@media screen and (min-width: 981px) {
	.mainSliderGtop {
		margin: 0 min(calc((100vw - 980px) / 2 * -1), 0px) 30px;
	}
	.mainSliderGtop .slick-slide:not(.slick-center) {
		pointer-events: none;
		opacity: 0.6;
		transform: scale(0.9);
	}

	/* [ 矢印 ] */
	.mainSliderGtop .slick-arrow.slick-prev {
		right: calc(50% + 450px);
	}
	.mainSliderGtop .slick-arrow.slick-next {
		left: calc(50% + 450px);
	}
} /* */

@media screen and (max-width: 980px) {
	/* [ 矢印 ] */
	.mainSliderGtop .slick-arrow {
		aspect-ratio: 16/9;
	}
	.mainSliderGtop .slick-arrow.slick-prev {
		left: 20px;
	}
	.mainSliderGtop .slick-arrow.slick-next {
		right: 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.mainSliderGtop {
		margin-bottom: 20px;
	}

	/* [ 矢印 ] */
	.mainSliderGtop .slick-arrow {
		top: calc(50% - 16px);
		width: 20px;
		height: 32px;
	}
	.mainSliderGtop .slick-arrow.slick-prev {
		left: 10px;
	}
	.mainSliderGtop .slick-arrow.slick-next {
		right: 10px;
	}
} /* */


/*======================================================================*
 *  [ mainDetection | ディスクリプション ] 
 *======================================================================*/

.mainDetection {
	margin-bottom: 30px;
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}

@media screen and (max-width: 980px) {
	.mainDetection {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.mainDetection {
		margin-bottom: 20px;
		padding: 0 10px;
		font-size: 1.2rem;
	}
} /* */


/*======================================================================*
 *  [ productsListGtop | 製品情報 ] ※Open Sans 読み込み必要
 *======================================================================*/

.productsListGtop {
	margin-bottom: 50px;
}

/* [ リンク ] */
.productsListGtop ul {
	display: flex;
	flex-wrap: wrap;
}
.productsListGtop li {
	display: flex;
	width: calc(50% - 1.5px);
	margin-left: 3px;
}
.productsListGtop li:nth-child(2n) ~ li {
	margin-top: 3px;
}
.productsListGtop li:nth-child(2n+1) {
	margin-left: 0;
}
.productsListGtop li a {
	position: relative;
	width: 100%;
}
.productsListGtop li a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) calc(100% - 10em),rgba(0,0,0,0.8) 100%);
	z-index: 2;
	content: "";
}
.productsListGtop img {
	position: relative;
	width: 100%;
	aspect-ratio: 3/1.6;
	object-fit: cover;
	z-index: 1;
}
.productsListGtop p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 10px;
	border-left: 10px solid transparent;
	color: #fff !important;
	font-size: 1.8rem;
	font-weight: 500;
	z-index: 3;
}
.productsListGtop .mc     p { border-color: #CC1533; }
.productsListGtop .marine p { border-color: #4794CF; }
.productsListGtop .pas    p { border-color: #DB5E67; }
.productsListGtop .etc    p { border-color: #2E7939; }
.productsListGtop p > * {
	display: block;
	color: #fff !important;
}
.productsListGtop p span {
	margin-bottom: 10px;
	font-size: 3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

@media screen and (max-width: 568px) {
	.productsListGtop {
		margin-bottom: 30px;
	}

	/* [ リンク ] */
	.productsListGtop ul {
		display: block;
	}
	.productsListGtop li {
		width: 100%;
		margin: 2px 0 0 !important;
	}
	.productsListGtop li a::before {
		background: linear-gradient(to bottom,  rgba(0,0,0,0) calc(100% - 6em),rgba(0,0,0,0.8) 100%);
	}
	.productsListGtop img {
		aspect-ratio: 8/3;
	}
	.productsListGtop p {
		border-left-width: 8px;
		font-size: 2rem;
	}
	.productsListGtop p span {
		display: none;
	}
} /* */


/*======================================================================*
 *  [ cautionLink | 製品に関する重要なお知らせへのリンク ]
 *======================================================================*/

.textListNew {
	position: relative;
}

.cautionLink {
	display: block;
	position: absolute;
	/* width: fit-content; */
	top: 22px;
	right: 10px;
	padding-left: 1.4em;
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: underline;
	box-sizing: border-box;
	z-index: 5;
}
.cautionLink:hover {
	text-decoration: none;
}
.cautionLink::before {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 0;
	width: 1em;
	height: 1em;
	background: #464646;
	-webkit-mask: url(../svg/icon_caution.svg) center center / contain no-repeat;
	mask: url(../svg/icon_caution.svg) center center / contain no-repeat;
	content: "";
}

@media screen and (max-width: 568px) {
	.cautionLink {
		position: relative;
		top: 0;
		right: 0;
		width: fit-content;
		margin: 0 10px 15px auto;
	}
} /* */


/*======================================================================*
 *  [ supportList | サポート情報一覧 ] 
 *======================================================================*/

.supportList {
	margin-bottom: 50px;
}

/* [ リスト ] */
.supportList ul {
	display: flex;
	flex-wrap: wrap;
}
.supportList li {
	display: table;
	position: relative;
	width: calc(33.33333333% - 13.33px);
	height: 60px;
	margin-left: 20px;
	padding: 0;
	box-sizing: border-box;
}
.supportList li:nth-child(3) ~ li { margin-top: 20px; }
.supportList li:nth-child(3n+1) { margin-left: 0; }
.supportList li a {
	display: table-cell;
	padding: 10px 33px 10px 70px;
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
}
/* アイコン */
.supportList li:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 19px;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
}
.supportList li.inquiry:before { content: url(/support/svg/icon_inquiry.svg); }
.supportList li.catalog:before { content: url(/support/svg/icon_catalog.svg); }
.supportList li.manual:before  { content: url(/support/svg/icon_manual.svg); }
.supportList li.errata:before  { content: url(/support/svg/icon_errata.svg); }
.supportList li.search:before  { content: url(/support/svg/icon_search.svg); }
.supportList li.shop:before    { content: url(/support/svg/icon_shop.svg); }
/* 矢印 */
.supportList li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 21px;
	width: 8px;
	height: 8px;
	margin: -5px 0 0 0;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.supportList li a:hover,
.supportList li a:hover:after {
	border-color: #363a90;
}

@media screen and (max-width: 980px) {
	/* [ リスト ] */
	.supportList ul {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 768px) {
	/* [ リスト ] */
	.supportList li {
	   width: calc(50% - 10px);
	}
	.supportList li:nth-child(2) ~ li { margin-top: 20px; }
	.supportList li:nth-child(3n+1) { margin-left: 20px; }
	.supportList li:nth-child(2n+1) { margin-left: 0; }
} /* */

@media screen and (max-width: 568px) {
	.supportList {
		margin-bottom: 30px;
	}
	
	/* [ リスト ] */
	.supportList ul {
		margin-top: 15px;
		padding: 0 10px;
	}
	.supportList li {
		width: 100%;
		margin: -1px 0 0 0 !important;
		padding: 0;
	}
	.supportList li:hover {
		z-index: 5;
	}
	.supportList li a {
		padding: 10px 23px 10px 60px;
	}
	/* アイコン */
	.supportList li:before {
		left: 10px;
	}
	/* 矢印 */
	.supportList li a:after {
		right: 11px;
	}
} /* */


/*======================================================================*
 *  [ bunnerBoxShop | バナーボックス（ショップ） ] 
 *======================================================================*/

.bunnerBoxShop {
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width: 568px) {
	.bunnerBoxShop {
		margin-bottom: 30px;
	}
} /* */


/*======================================================================*
 *  [ bunnerBoxGtop | バナーボックス ] 
 *======================================================================*/

.bunnerBoxGtop {
	margin-bottom: 50px;
}

/* [ リスト ] */
.bunnerBoxGtop ul {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.bunnerBoxGtop li {
	list-style-type: none;
	width: calc(50% - 10px);
	margin-left: 20px;
}
.bunnerBoxGtop li:nth-child(2n) ~ li {
	margin-top: 20px;
}
.bunnerBoxGtop li:nth-child(2n+1) {
	margin-left: 0;
}
.bunnerBoxGtop li img {
	width: 100%;
}

@media screen and (max-width: 980px) {
	/* [ リスト ] */
	.bunnerBoxGtop ul {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.bunnerBoxGtop {
		margin-bottom: 20px;
	}

	/* [ リスト ] */
	.bunnerBoxGtop ul {
		display: block;
		margin: 0 10px !important;
		padding: 20px;
		background: #EDEDED;
		margin: 0;
	}
	.bunnerBoxGtop li {
		width: 100%;
		margin: 0;
	}
	.bunnerBoxGtop li + li {
		margin-top: 10px !important;
	}
	.bunnerBoxGtop li img {
		width: 280px;
	}
} /* */



