@charset "UTF-8";
#top-ttl{
	background: #f8f8f8;
}
/*------------------------
SHOP
------------------------*/
#detail .inner{
	padding: 80px 0 150px;
	width: 800px;
	margin: 0 auto;
}

#detail .tag-wrap {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 6px;
}
#detail .tag-wrap .day {
	font-size: 20px;
	margin-right: 15px;
}
#detail .tag {
	font-size: 16px;
	font-weight: 500;
	padding: 1px 12px 3px;
	border-radius: 50px;
	line-height: 1.4;
}
#detail h2 {
	letter-spacing: .04em;
	font-size: 28px;
	font-weight: 500;
	transition: all .3s ease 0s;
	text-align: justify;
	line-height: 1.4;
	margin-bottom: 15px;
}
#detail .contents{
	font-size: 18px;
	padding-bottom: 100px;
	margin-bottom: 40px;
	position: relative;
}
#detail .contents::after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: 5px 2px;
	background-image: linear-gradient(to right, #c8c8c8 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: top;
}
#detail .contents .image{
	width: 80%;
	height: auto;
	margin-bottom: 20px;
}
#detail .contents .image img{
	border-radius: 8px;
}
#detail .contents img {
	height: auto!important;
	object-fit: contain;
	margin-bottom: 10px;
}
#detail .btn a{
	width: 180px;
	height: 50px;
	font-size: 16px;
}
#detail .btn a::after{
	right: 0;
	left: 20px;
	width: 8px;
	height: 10px;
	transform: rotate(-180deg);
}