@charset "utf-8";

/* ===================================================================
川徳創業 160周年記念商品
=================================================================== */

/* COMING SOON
--------------------*/

.coming-soon {
	margin: 0 0 30px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 4px;
}

/* COMMON
--------------------*/

.s-toggle-title {
	min-height: 40px;
	padding: 5px 10px 5px 45px;
	font-size: 14px;
	line-height: 1;
}

.s-toggle-title:after {
	width: 15px;
	height: 15px;
}

.s-toggle-detail {
	padding: 15px;
}

.item-list {
	margin: 0 0 45px;
}

.item-list > ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: calc(15 / 900 * 100%);
	row-gap: 45px;
}

.item-list > ul > li {
	width: calc(290 / 900 * 100%);
}

.item-img {
	margin: 0 0 10px;
}

.item-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 56px;
	margin: 0 0 10px;
	text-align: center;
	font-weight: 700;
}

.sub {
	font-size: .9em;
}

.main {
	font-size: 1.1em;
}

.main span {
	font-size: .8em;
}

.limited {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	color: #FFF;
	font-size: .8em;
	font-weight: 700;
	line-height: 2em;
	background: #D8204A;
	border-radius: 8px;
}

.overview {
	color: #384688;
	font-size: .8em;
	font-weight: 700;
	line-height: 2em;
}

.price {
	margin: 0 0 5px;
	color: #384688;
	font-weight: 700;
}

.floor {
	margin: 0 0 5px;
	color: #384688;
	font-size: .9em;
}

.info {
	padding: 10px 0 0;
	font-size: .9em;
	border-top: 1px solid #384688;
}

.info span {
	display: inline-block;
	font-size: .9em;
	opacity: .8;
	line-height: 1.4;
}

@media screen and (max-width: 1100px) {

	/* ===================================================================
	川徳創業 160周年記念商品
	=================================================================== */

	/* COMING SOON
	--------------------*/

	.coming-soon {
		font-size: 30px;
	}

	.item-list {
		margin: 0 0 30px;
	}

	.item-list > ul {
		column-gap: 0;
		row-gap: 30px;
	}

	.item-list > ul > li {
		width: 100%;
	}

	.item-name {
		min-height: unset;
	}

}