@charset "UTF-8";

/* スライダー */
.slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slideimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	animation: fadeInOut 8s infinite;
	transition: opacity 1.5s ease-in-out;
}

.slideimg:nth-child(1) {
	position: relative;
	animation-delay: 0s;
}

.slideimg:nth-child(2) {
	animation-delay: 4s;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.slideimg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

/* チェックリスト */
.checklist-container {
	list-style: none;
	padding: 0;
	margin: 0;
}

.checklist-container li {
	background-image: url('/img/usr/goods_detail/comment_2/icon-check.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 14px 11px;
	padding-left: 24px;
	margin-bottom: 8px;
	line-height: 1.6;
}

summary {
	list-style-type: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary:before {
	content: "＋ ";
}

details[open] summary:before,
summary details[open] summary:before {
	content: "－ ";
}

.kakko {
	padding: 1em 2em;
	position: relative;
	box-sizing: border-box;
}

.kakko::before,
.kakko::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	border-top: solid 1px #ababab;
	border-bottom: solid 1px #ababab;
	top: 0;
}

.kakko::before {
	border-left: solid 1px #ababab;
	left: 0;
}

.kakko::after {
	border-right: solid 1px #ababab;
	right: 0;

}

@media screen and (min-width: 768px) {
	.img-nhn {
		width: 150px;
	}

	.colorsubtitle2 {
		font-size: 12px;
		background-color: #e9e9e9;
		text-align: center;
		margin: 0 0 10px 0;
		padding: 5px;
		display: inline-block;
		line-height: 1;
		width: 80px;
	}

	.area01 {
		width: 800px;
		margin: 20px auto;
	}

	.area01 ul {
		flex-wrap: wrap;
		display: flex;
		justify-content: flex-start;
	}

	.area01 li {
		width: 160px;
		text-align: center;
		margin: 0 10px;
	}

	.itemdetail-detail-area .eria03 dl {
		align-items: flex-start;
	}

	.itemdetail-detail-area .eria03 dl dd {
		width: 620px;
		margin-left: 0px;
		margin-top: 20px;
	}

	.itemdetail-detail-area .eria03 dl dt {
		width: 240px;
	}

	.text-scene {
		font-size: 13px;
	}

	.text-15 {
		font-size: 15px;
	}

	.bnr {
		width: 600px;
		margin: 10px auto;
	}
}

@media screen and (max-width: 768px) {
	.colorsubtitle2 {
		font-size: 12px;
		background-color: #e9e9e9;
		text-align: center;
		margin: 0 0 10px 0;
		padding: 5px;
		display: inline-block;
		line-height: 1;
		width: 80px;
	}

	.iteme-img-sp {
		width: 60%;
		margin: 0 auto;
	}

	.area01 {
		width: 320px;
		margin: 20px auto;
	}

	.area01 ul {
		flex-wrap: wrap;
		display: flex;
		justify-content: flex-start;
	}

	.area01 li {
		width: 130px;
		text-align: center;
		margin: 0 10px;
	}

	.text-scene {
		font-size: 12px;
	}

	.text-15 {
		font-size: 13px;
	}

	.bnr {
		margin: 10px auto;
	}
}