@charset "utf-8";
/* CSS Document */


/* ▼▼▼▼▼▼▼▼▼▼ スマートフォン ▼▼▼▼▼▼▼▼▼▼ */

/* -------------------------------------------------- SP slider */

.ta-kv {
	width: 100%;
	max-width: 2000px;
	margin: auto;
}

.slide-ct1-1 {width: 100%;}
.slide-ct1-2 {width: 100%;}
.slide-ct1-3 {width: 100%;}
.slide-ct1-4 {width: 100%;}
.slide-ct1-5 {width: 100%;}
.slide-ct1-6 {width: 100%;}

.swiper-button-next:before, .swiper-button-prev:before {color: #fff;}
.swiper-button-next:after, .swiper-button-prev:after {color: #fff;}
.swiper-pagination-bullet-active {background: #fff!important;}


/* 左右のスライド */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
	transform: scale(0.85);
	opacity: .5;
}

@media screen and (min-width: 1030px){
	.fa-kv {margin-bottom: 3rem;}
}



.__category-description {margin:0!important;}


.ct-tableware {
	margin: 0 0 3rem 0!important;
	padding: 0;
}

.ct-tableware h2 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(24px, 4vw, 36px);
	line-height: 1.4;
	margin-bottom: 1rem;
}
.ct-tableware h3 {
	width: 100%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(24px, 4vw, 35px);
	font-weight: normal;
	margin: 0 0 .3rem;
}



.ct-tableware .k-visual {
	background-image: url("../../img/category/tableware/ct-tw-kv-sp.webp");
	background-size: cover;
	background-position: bottom;
	height: calc(86vh - 60px)!important;
	display: flex;
	align-items: flex-start;
	padding: 1rem;
	margin-bottom: 3rem;
}
.ct-tableware .k-visual .k-visual-inner {
	color: #fff;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.ct1-title {
	margin-bottom: 3rem;
}

.ct-tableware .ct1-label {
	background: #f3f3f3;
	margin-bottom: 1rem;
	max-width: 1500px;
	padding-left: 2rem;
}
.ct-tableware .ct1-label::after {}

.ct-tableware label span {
	display: inline;
	font-size: clamp(12px, 2vw, 20px);
	margin-left: 1rem;
	border: none;
}
.ct-tableware p {
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.8;
	margin: 0 0 .3rem;
	font-weight: 300;
}



.ct-tableware-contents {
	display: flex;
	flex-direction: column;
	width: 95%;
	max-width: 1600px;
	margin: auto auto;
	
}
.ct-tableware-contents-bottom {margin-bottom: 7rem;}
.ct-tableware-header {margin-bottom: 1rem;}
.ct-tableware-contents-inner {margin-bottom: 2rem;}
.ct-tableware-contents-inner h3 {}
.ct-tableware-contents-inner p {}

.ct-tableware-list {
	width: 100%;
}

.ct1-list h4 {
	font-size: clamp(12px, 2vw, 18px);
	margin: 0;
	font-weight: normal;
}
.ct1-list a.brand {
	font-size: clamp(12px, 2vw, 14px);
	display: block;
	padding: 3px 0;
	margin-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
.ct1-list .price {
	font-size: clamp(12px, 2vw, 14px);
}

/* -------------------------------------------------- SP concept */



/* ▼▼▼▼▼▼▼▼▼▼ タブレット ▼▼▼▼▼▼▼▼▼▼ */
@media screen and (min-width: 600px) {

	.category-1-visual {
	}
	
	.category-1-visual .category-1-visual-inner {
	}
	

	

	
/* ▲▲▲▲▲▲▲▲▲▲ タブレット ▲▲▲▲▲▲▲▲▲▲ */
}




/* ▼▼▼▼▼▼▼▼▼▼ PC ▼▼▼▼▼▼▼▼▼▼ */

@media screen and (min-width: 960px){

	.wrapper.wrapper--column-1 .__inner, .wrapper--product-detail .__inner {max-width: 2000px;}

	.ct-tableware .k-visual {
		background-image: url("../../img/category/tableware/ct-tw-kv-pc.webp");
		height: calc(100vh - 70px)!important;
		margin-bottom: 6rem;
	}
	.ct1-title {margin-bottom: 5rem;}
	.slider-ct1 .swiper-wrapper {
		height: auto;
	}


	.ct-tableware-contents {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.ct-tableware-header {
		width: 50%;
	}
	.ct-tableware-contents-inner {
		width: 50%;
		padding-left: 3rem;
	}

	
	
/* ▲▲▲▲▲▲▲▲▲▲ PC ▲▲▲▲▲▲▲▲▲▲ */
}

/* ▲▲▲▲▲▲▲▲▲▲ 調整 ▲▲▲▲▲▲▲▲▲▲ */
@media screen and (min-width: 1100px){


/* ▲▲▲▲▲▲▲▲▲▲ 調整 ▲▲▲▲▲▲▲▲▲▲ */
}

