@charset "UTF-8";

article {
	overflow: hidden;
}

.name-text {
	font-size: 1.2rem;
}

.bg-gray {
	background: #E6E6E6;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.ttl-color-area {
	padding: 0.3em;
	text-align: center;
	font-size: 1.6rem;
}

.fig-caption-bottom figcaption {
	font-size: 1.2rem;
	font-weight: 300;
}

/* スライド */
.swiper-container-thumbs .swiper-slide span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 3rem;
	background: #D9D9D9;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
}

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

.swiper-container-thumbs {
	line-height: 1.2;
	margin-bottom: .5rem;
}

#sub02 .slide-title {
	font-size: 1.4rem;
}

/* コラム */
.column .title-box {
	text-align: center;
}

.column {
	content: '';
	display: block;
	width: 100%;
	background: #f5f5f5;
	top: 0;
	left: 0;
	position: relative;
}

.column .column-icon {
	font-weight: 700;
	color: #fff;
	background-color: #000;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.column .title-box {
	padding-bottom: 0.4rem;
	margin-left: auto;
	margin-right: auto;
}

.column .column-title {
	font-weight: 700;
	line-height: 1.9;
	border-bottom: 2px dotted #000;
}

/* 4つの調理法 */
.cooking-method-ttl {
	font-weight: 500;
	background: #D9D9D9;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 5px;
	padding: 2px 4px;
}

/* ====================================
	プラグイン・アニメーション設定
 ==================================== */
/* スライダー：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;
}

ul.slider-thumbs li:nth-child(-n+5) {
	margin-top: 0;
}

ul.slider-thumbs li:nth-child(5n-4) {
	margin-left: 0;
}

#sub02 .slider-prev {
	background-image: url(/range/products/axlsx3a/feature/auto/images/arrow-left.svg);
	left: -4px;
	right: auto
}

#sub02 .slider-next {
	background-image: url(/range/products/axlsx3a/feature/auto/images/arrow-right.svg);
	right: -4px;
	left: auto
}

#sub02 .slider-next,
#sub02 .slider-prev {
	top: calc(50% - 0px);
}

/* ページネーション */
#sub02 .swiper-pagination {
	position: relative;
}

#sub02 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 3.5px;
	background: #a0a0a0;
}

/* 現在のスライドのスタイル */
#sub02 .swiper-pagination-bullet-active {
	background: #535353;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	.tab-only {
		display: none;
	}

	.ttl-color-area {
		padding: 0.3em;
		text-align: center;
		font-size: 1.4rem;
	}

	/* スライド */
	.swiper-container-thumbs .swiper-slide span {
		font-size: 1.5rem;
		height: 2.8rem;
	}

	/* コラム */
	.column-outer {
		margin-left: 5%;
		margin-right: 5%;
	}

	.column {
		margin-top: 8rem;
		padding: 12% 6% 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;
		padding-bottom: 1rem;

	}

	.slide-text {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	#slider2 .slide-title {
		font-size: 1.5rem;
		margin-top: 1.2rem;
	}

	#slider2 .slide-text {
		margin-bottom: 1rem;
		text-align: left;
		min-height: 38px;
		padding: 0 14px;
		margin-top: .4em;
	}

	ul.slider-thumbs {
		margin-top: 2rem;
	}

	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);
	}

	/* 4つの調理法 */
	.cooking-method-ttl {
		margin-top: 3rem;
	}

	/* まかせて調理 */
	.makasete {
		display: flex;
		flex-direction: column-reverse;
	}

	.makasete .img-item {
		margin-bottom: 2rem;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	/* 個別指定 */
	#sub03 .flex-container .img-container {
		margin-top: 1rem;
	}

	#sub03 .sub-sub-item>.flex-item:not(:first-child) .sub-sub-title {
		margin-top: 0;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* コラム */
	.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;
	}

	.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%;
	}

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

	#slider2 .slider-next,
	#slider2 .slider-prev {
		position: absolute;
		top: calc(50% - 0px);
	}

	#sub02 .slider-next,
	#sub02 .slider-prev {
		width: 40px;
		height: 40px;
	}


	/* スライダーエリアPC */
	.swiper-container {
		margin-top: 6rem;
		background-color: #fff;
		padding-bottom: 1rem;
	}

	.slide-text {
		font-size: 1.4rem;
	}

	#slider2 .slide-text {
		margin-bottom: 1rem;
	}

	#slider2 .slide-title {
		font-size: 2rem;
		padding-top: 2rem;
	}

	ul.slider-thumbs li {
		width: calc(70% / 6);
	}

	/* まかせて調理 */
	.makasete {
		display: flex;
		justify-content: space-between;
	}

	.makasete .text-item {
		width: 59%;
	}

	.makasete .img-item {
		width: 38%;
	}

	/* 個別指定 */
	#sub03 .img-container.pc-slim {
		margin-top: 1rem;
	}

	#sub03 .flex-container.half>.flex-item:nth-of-type(n+3) {
		margin-top: 4rem;
	}

}

/* ====================================
	PC大画面専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {
	.tab-only {
		display: none;
	}
}