@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

video {
	width: 100%;
	vertical-align: bottom;
}

.bg-light-gray {
	background: #a0a0a0;
	color: #fff;
	padding: 0.3em;
	text-align: center;
	font-size: 1.6rem;
}

.img-container.has-bg-title .img,
.img-container.has-bg-title .text {
	margin-top: 1rem;
}

.img-sub-title {
	margin-bottom: 1rem;
}

.img-text {
	margin-top: 1rem;
	color: #535353;
}

.img.filter {
	padding: 0 8%;
}

#slider3 .swiper-main .caption {
	text-align: right;
}

/* ====================================
	プラグイン・アニメーション設定
 ==================================== */

#slider3 .slider-next,
#slider3 .slider-prev {
	position: absolute;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
}

#slider3 .slider-prev {
	background-image: url(/products/common/images/arrow-prev-b.svg);
	left: 0;
	right: auto
}

#slider3 .slider-next {
	background-image: url(/products/common/images/arrow-next-b.svg);
	right: 0;
	left: auto
}

#slider3 .slider-outer {
	padding: 0 50px;
	position: relative;
}

#slider3 .swiper-container-thumbs {
	margin-bottom: 4px;
}

#slider3 .swiper-container-thumbs .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	background: #D9D9D9;
	color: #fff;
	border-left: solid 4px #fff;
	text-align: center;
}

#slider3 .swiper-container-thumbs .swiper-slide:first-of-type {
	border-left: none;
}

#slider3 .swiper-container-thumbs .swiper-slide-thumb-active {
	background: #535353;
}

#slider3 .swiper-container-thumbs .swiper-slide {
	cursor: pointer;
}


/* ===============================
	PC / Tab
=============================== */
@media print,
screen and (min-width: 768px) {
	.text-small {
		font-size: 1.4rem;
		line-height: 1.4;
	}

	/* スライダー：NEXT/PREV */
	#slider3 .slider-next,
	#slider3 .slider-prev {
		width: 50px;
		height: 50px;
	}

	/* スライダー：サムネイル */
	#slider3 .slider-outer {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 50px;
	}

	#slider3 .swiper-container-thumbs {
		width: 80%;
		margin-bottom: 14px;
	}

	#slider3 .swiper-container-thumbs .swiper-slide {
		height: 48px;
		border-left: solid 4px #fff;
	}

	#sub03 ul.list-figures.col2 li {
		width: 49%;
		margin-top: 0.4em;
	}

}


/* ===============================
	mobile
=============================== */
@media only screen and (max-width: 767px) {
	.img-text {
		margin-top: 0.4rem;
	}

	.text-small {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	/* スライダー：NEXT/PREV */
	#slider3 .slider-next,
	#slider3 .slider-prev {
		width: 30px;
		height: 30px;
	}

	/* スライダー：サムネイル */
	#slider3 .slider-outer {
		padding: 0 30px;
	}

	#slider3 .swiper-container-thumbs {
		margin-bottom: 2px;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	#slider3 .swiper-container-thumbs .swiper-slide {
		height: 2.8em;
		padding: 0 .2em;
		border-left: solid 2px #fff;
		font-size: 1.2rem;
	}

}