@charset "UTF-8";

.item {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}

.item_col {
}

.item_col.-cnt {
	width: 49%;
}

.item_col.-img {
	width: 45%;
}

.item_ttl {
	font-size: 24px;
	line-height: 1.4;
	border-bottom: 1px solid #E40011;
	padding-bottom: 12px;
}

.item_text {
	margin-top: 15px;
}

.item_price {
	color: #E40011;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1;
}

.-ec-single .item_price {
	color: #292929;
	padding: 20px 0;
	font-weight: bold;
	border-top: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	text-align: right;
}

.item_price em {
	font-size: 30px;
	margin-right: 0.2em;
}

.item_info {
	margin-top: 20px;
	width: 100%;
}

.item_info th,
.item_info td {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
}

.item_info th {
	background: #eeeeee;
	text-align: left;
	width: 10em;
}

.item_info td {
}

.item_info_guide {
	margin-top: 15px;
}

.item_info_guide a {
	text-decoration: underline;
	color: #E40011;
}

.item_info_guide a:hover {
	text-decoration: none;
}

.item_slide {
}

.item_slide_main {
}

.item_slide_main figure {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #ccc;
}

.item_slide_main figure:before {
	content: "";
	display: block;
	padding-top: 77.255%;
}

.item_slide_sub {
	display: flex;
	margin-top: 20px;
	flex-direction: row;
	flex-wrap: wrap;
}

.item_slide_sub figure {
	width: 22%;
	margin-left: 4%;
	margin-top: 10px;
	cursor: pointer;
	transition: opacity .3s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #ccc;
}

.item_slide_sub figure.-current {
	opacity: 0.7;
}

.item_slide_sub figure:nth-child(4n+1) {
	margin-left: 0;
}

.item_slide_sub figure:nth-child(-n+4) {
	margin-top: 0;
}

.item_slide_sub figure:before {
	content: "";
	display: block;
	padding-top: 77.255%;
}

.item_slide_sub > figure img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: none;
}
.secret_story{
	margin-top: 70px;
}
.ss_ttl{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}
.ss_cnt_wrap{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	gap: 40px 30px;
}
.ss_cnt{
	width: 47.5%;
}
.ss_cnt p{
	width: 100%;
	height: auto;
}
.ss_cnt img{
	width: 100%;
	height: auto;
}
/* for Tablet */
@media screen and (max-width:1030px) {
}

/* for SP */
@media screen and (max-width:640px) {
	.item {
		display: block;
		margin-top: 30px;
	}

	.item_col {
	}

	.item_col.-cnt {
		width: 100%;
	}

	.item_col.-img {
		width: 100%;
		margin-top: 30px;
	}

	.item_ttl {
		font-size: 20px;
	}

	.item_text {
	}

	.item_price {
		font-size: 16px;
	}

	.item_price em {
		font-size: 26px;
	}

	.item_info {
	}

	.item_info th,
	.item_info td {
	}

	.item_info th {
	}

	.item_info td {
	}

	.item_slide {
	}

	.item_slide_main {
	}

	.item_slide_sub {
	}

	.item_slide_sub > figure {
	}

	.item_slide_sub > figure.-current {
	}

	.item_slide_sub > figure:nth-child(4n+1) {
	}

	.item_slide_sub > figure:nth-child(-n+4) {
	}

	.item_slide_sub > figure img {
	}
	
	.secret_story{
		margin-top: 30px;
	}
	.ss_ttl{
		margin-bottom: 30px;
	}
	.ss_cnt_wrap{
		flex-direction: column;
		gap: 20px;
	}
	.ss_cnt{
		width: 100%;
	}

}

/* for Print */
@media print {
}
