@charset "UTF-8";

article {
	overflow: hidden;
}

.bdr-box {
	padding: 0.5em;
	color: #000;
	border: solid 1px #000;
	text-align: center;
}

.bdr-box .l-text {
	text-align: left;
	display: inline-block;
}


.fig-caption-bottom .caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.main-title .small-text {
	font-size: 1.6rem;
	font-weight: 500;
}

.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.img-text {
	font-size: 1.4rem;
}
.name-text {
	font-size: 1.2rem;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/* リンクリスト */
ul.list-links li a {
	display: block;
}



.fig-caption-bottom figcaption {
	font-size: 1.2rem;
	text-align: left;
}

.fig-caption-bottom .min-h {
	min-height: 3.6rem;
}
 



/* ====================================
	プラグイン・アニメーション設定
 ==================================== */
/* スライダー：NEXT/PREV */
.slider-next,
.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;
}

.slider-prev {
	background-image: url(/range/products/rewf263/feature/images/arrow-left.svg);
	left: 0;
	right: auto
}

.slider-next {
	background-image: url(/range/products/rewf263/feature/images/arrow-right.svg);
	right: 0;
	left: auto
}

ul.slider-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2rem;
}

ul.slider-thumbs a {
	display: block;
	cursor: pointer;
	padding: 2px;
}

ul.slider-thumbs li.active {
	border: solid 2px #A0A0A0;
}

ul.slider-thumbs li {
	border: solid 2px #fff;
	margin-top: 2%;
	margin-left: 2%;
}

#slider2 ul.slider-thumbs li.active {
	border: solid 2px #A0A0A0;
}

#slider2 ul.slider-thumbs li {
	border: solid 2px #f5f5f5;
}

#slider2 .slide-img {
	position: relative;
}

.slide-text {
	text-align: center;
	margin-top: .4rem;
}

#slider2 .slide-text {
	margin-top: .8rem;
}

#slider2 .slide-title {
	text-align: center;
	font-weight: 500;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.main-title .small-text {
		font-size: 1.2rem;
		position: relative;
		margin-top: .1rem;
		font-weight: 500;
	}



	/* コラム */
	.column-outer {
		margin-left: 5%;
		margin-right: 5%;
	}

	.column {
		margin-top: 6rem;
		padding: 12% 8% 10%;
	}

	.column .column-icon {
		font-size: 1.4rem;
		top: -18px;
		padding: 0.4em 2.4em;
	}



	.column .title-box {
		padding-bottom: 0.4rem;
	}

	.column .column-title {
		font-size: 1.6rem;
		margin-top: 2rem;
	}

	.column .column-text {
		font-size: 1.5rem;
	}

	.column .flex-container>.flex-item .right {
		width: 100%;
		margin-top: 3rem;
	}


	/* スライダーエリアSP調整 */
	.swiper-container {
		margin-top: 4rem;
		background-color: #fff;

	}

	.slide-text {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	#slider1 .swiper-slide .caption-r {
		font-size: 1.3rem;
	}

	ul.slider-thumbs {
		margin-top: 0rem;
	}

	ul.slider-thumbs a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	ul.slider-thumbs li {
		width: calc(90% / 5);
	}




	/* スライダー：NEXT/PREV */
	.slider-next,
	.slider-prev {
		width: 30px;
		height: 30px;
	}

	#slider2 .slider-next,
	#slider2 .slider-prev {
		position: absolute;
		top: calc(50% - -20px);
	}

}




/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* メインビジュアル */
	.category-section+.main-visual.has-small-text {
		margin-top: 2rem;
	}



	/* コラム */
	.column {
		margin-top: 11rem;
		padding: 3em 3em 3em;
	}

	.column .column-icon {
		font-size: 1.6rem;
		top: -18px;
		padding: 0.4em 2.5em;
	}


	.column .column-title {
		font-size: 2rem;
		margin-top: 2rem;
		padding-bottom: 4px;
	}

	.column .text-container,
	.column .img-container {
		margin-top: 3rem;
	}

	.column .flex-container .flex-item.left {
		width: 56%;
	}

	.column .flex-container .flex-item.right {
		width: 40%;
		margin-left: 4%;
	}



	#sub01 .flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}
	#sub01 .flex-container.half>.flex-item:nth-of-type(n+3) {
		margin-top: 4rem;
	}

}