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

.main-content {
	background-color: #fff;
}


.dash-line {
	border-top: 2px dashed #a9a7a0;
	margin: 16px 0;
	clear: both;
}

.serif {
	font-family: 'Prata', serif;
}

/* title */
.title img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 640px;
	aspect-ratio: 8/3;
}

.title-sub {
	text-align: justify;
	box-sizing: border-box;
	padding: 16px 20px;
	font-size: 14px;
}



/* navi */
.navi ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 32px;
}

.navi ul>li {
	border-right: 5px solid #efefec;
	margin-top: 12px;
	width: 20%;
	max-width: 120px;
}

/* 
.navi ul>li:nth-of-type(4n) {
	border-right: none;
} */

.navi ul>li a {
	display: block;
}

.navi ul>li img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 12/19;
}



.content-wrapper {
	padding: 32px 0 24px;
	background-color: #fcfaeb;
}

.content-wrapper:nth-of-type(2n) {
	background-color: #fff;

}

/* content-box */
.content-box {
	box-sizing: border-box;
	margin: auto;
	padding: 2px 12px;
}



/* imgbox */

.imgbox-mainimg {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 5/6;
}




/* itembox */
.itembox {
	/*background: #f7f6f2;*/
	box-sizing: border-box;
	padding: 20px 8px;
}

.itembox .m-btn-active {
	width: auto;
	margin: 16px auto 0;
}

.itembox-txt b {
	display: block;
	font-size: 1.2em;
}

.itembox-txt {
	font-size: 14px;
}

.itembox-point {
	margin-bottom: 24px;
	padding-left: 28px;
}

.itembox-point li {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.02em;
	text-indent: -28px;
	margin-bottom: 4px;
}

.itembox-point li::before {
	content: "";
	background-image: url(checkbox.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 4px;
}


.itembox-details-inner img {
	aspect-ratio: 5/6;
	width: 100%;
}


.item-head {
	background: #a9a7a0;
	border-radius: 100px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}

.itembox .c-price {
	font-size: 20px;
}

.price-sale {
	color: red;
	font-weight: bold;
}

.itembox-details-inner-head {
	color: #a9a7a0;
	font-size: 24px;
	margin-top: 24px;
	margin-bottom: 12px;
}

.buyer-prof {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 32px;
}


.buyer-prof p {
	font-size: 16px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	line-height: 1rem;
	margin-top: 8px;
}




/* headline */

.headline {
	width: 100%;
	display: flex;
	column-gap: 16px;
	justify-self: flex-start;
}

.headline img {
	width: 70px;
	height: auto;
	aspect-ratio: 61/71;
	flex-grow: 0;
}

.headline h2 {
	margin-bottom: 12px;
	font-family: "Prata", serif, "Noto Serif JP", serif;
	font-size: 32px;
	flex-shrink: 0;
	color: #6E3729;
	letter-spacing: -0.3rem;
}

.headline h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: normal;
}


/* itemlist */
.itemlist ul {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.itemlist ul>li {
	/*background: #f7f6f2;*/
	box-sizing: border-box;
	margin-top: 12px;
	padding: 12px;
	width: calc(50% - 6px);
}


.itemlist ul>li a {
	display: block;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.itemlist ul>li p {
	margin-top: 8px;
}

.itemlist ul>li b {
	display: block;
}

.itemlist ul>li img {
	aspect-ratio: 5/6;
	width: 100%;
}

.itemlist .c-price {
	padding-bottom: 8px;
}

.price-proper {
	text-decoration: line-through;
	margin-right: 8px;
}

.itemlist ul .m-btn-active {
	height: 32px;
	line-height: 32px;
	margin: auto auto 0;
}

.itemlist-headline {
	width: 96%;
	font-size: 20px;
	margin: 32px auto 0;
	text-align: center;
	display: flex;
	align-items: center;
}

.itemlist-headline:before,
.itemlist-headline:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #a9a7a0;
}

.itemlist-headline:before {
	margin-right: 1rem;
}

.itemlist-headline:after {
	margin-left: 1rem;
}

.itembox-details-txt {
	text-align: justify;
	font-size: 14px;

}

.itembox-details-balloon {
	position: relative;
	background-color: #fff;
	padding: 16px;
	border-radius: 4px;
	background: #ffffff;
}

.content-wrapper:nth-of-type(2n) .itembox-details-balloon {
	background-color: #f9f7e7;

}

.content-wrapper:nth-of-type(2n) .itembox-details-balloon::before {
	border-bottom: 15px solid #f9f7e7;

}

.itembox-details-balloon::before {
	content: "";
	position: absolute;
	top: -25%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffffff;
}

.sml_ttl_box_underbtn2 {
	display: block;
	overflow: hidden;
	padding: 0 0 80px 0;
	position: relative;
}

.sml_ttl_box_underbtn2 a {
	display: block;
	overflow: hidden;
	width: 300px;
	margin: 10px auto;
	text-align: center;
	background-color: #45423f;
	color: #fff;
	border-radius: 4px;
	margin-top: 24px;
}

.con_under_sharebox {
	width: 100%;
	text-align: center;
}

.con_under_sharebox a {
	width: 45px;
	margin: 5px 10px;
	display: inline-block;
}

.con_under_sharebox a img {
	width: 100%;
}

.con_under_mailbox {
	margin: 10px auto 0;
	padding: 30px 0;
	border: solid 1px #d1c0a5;
	text-align: center;
	width: 96%;
}

.con_under_mailbox span {
	font-size: 12px;
}

.con_under_mailbox span a {
	display: inline-block;
}

.con_under_mailbox .m-btn-inactive {
	width: 50%;
}


.spacer {
	width: 100%;
}

.st_link i {
	margin-left: 8px;
}

.btn-more {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto 80px;
}

.btn-more a {
	background: #E6735D;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 30px auto 0;
	padding: 14px 0;
	text-align: center;
	width: 90%;
}


@media screen and (min-width:641px) {
	/*--------*/
	/*   PC   */
	/*--------*/

	/* PC title */
	.title-sub {
		text-align: center;
	}

	/* PC navi */
	.navi ul {
		width: 1000px;
	}


	.navi ul>li:nth-of-type(1) {
		border-right: 5px solid #efefec;
		border-left: 5px solid #efefec;
	}

	.navi ul>li:nth-last-of-type(6) {
		border-left: 5px solid #efefec;
	}

	.sp-br {
		margin-left: 0;
	}

	/* PC content-box */
	.content-box {
		display: flex;
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 32px;
	}

	.spacer-pc {
		width: 100%;
	}

	.itembox-point li {
		letter-spacing: normal;
	}



	/* PC imgbox */
	.imgbox {
		width: 500px;
		border: solid 10px #fff;
	}

	.headline {
		width: 1000px;
		margin: 0 auto 32px;
		justify-content: flex-start;
	}


	.headline img {
		width: 122px;
		height: auto;
		aspect-ratio: 61/71;
		flex-grow: 0;
	}



	.headline h2 {
		margin-bottom: 12px;
		font-size: 60px;
		flex-shrink: 0;
	}

	.headline h2 span {
		display: inline-block;
		font-size: 40px;
	}



	.imgbox-main {
		order: 3;
	}

	/* PC itembox */
	.itembox {
		margin-left: 30px;
		width: 470px;
	}

	.itembox-details-balloon::before {
		top: 30%;
		left: -12px;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #ffffff;
		transform: rotateZ(270deg);
	}

	.itembox-details {
		display: flex;
		column-gap: 32px;
		align-items: flex-start;
	}

	.itembox-txt {
		font-size: 16px;
	}

	.itembox .c-price {
		font-size: 22px;
	}

	.itembox-txt b {
		font-size: 1.3em;
	}

	.itembox .m-btn-active {
		width: 200px;
		margin-top: 24px;
	}

	.dash-line {
		margin: 24px 0;
	}

	.buyer-prof {
		flex-direction: column;
	}

	/* PC itemlist*/
	.itemlist ul {
		width: 1000px;
	}

	.itemlist ul>li {
		width: calc(25% - calc(36px / 4));
	}


	.itemlist-headline {
		width: 1000px;
		font-size: 20px;
		margin: 32px auto 0;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.con_under_sharebox a img:hover {
		opacity: 0.7;
	}

	.con_under_sharebox a {
		width: 67px;
	}

	.con_under_mailbox {
		width: 500px;
	}

	.spacer {
		display: none;
	}

	/*--------*/
	/* HOVER  */
	/*--------*/

	.main-content .m-btn-active:hover {
		background: #45423f;
	}

	.main-content a:hover {
		opacity: .7;
	}

	.btn-more {
		flex-direction: row;
		width: 1000px;
		margin: 0 auto 80px;
	}

	.btn-more a {
		margin: 30px 10px 0;
		width: 300px;
	}

}

/* end media */

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

	.navi {
		background-color: #f7f6f2;
		padding: 16px 0 0;
	}

	.navi ul {
		margin-bottom: 0;
		-moz-column-gap: 8px;
		column-gap: 8px;
		row-gap: 8px;
		justify-content: center;
		padding-bottom: 22px;
	}

	.navi ul>li {
		width: 20%;
		margin-top: 0;
		border-right: none;
	}

	.headline {
		margin: 0 0 16px 12px;
	}

	.buyer-prof {
		margin-bottom: 16px;
	}

	.buyer-prof p {
		font-size: 18px;
	}

}