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

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


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

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

/* title */
.title img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 32px;
	padding: 0 8px;
}

.navi ul>li {
	width: 30%;
	border: 1px solid #fff;
	box-sizing: border-box;
}

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

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

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

.content-wrapper.bg-white {
	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%;
	height: auto;
	aspect-ratio: 5/6;
}

.main-type {
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 15px;
	display: inline-block;
	font-size: 14px;
	background-color: #31a97d;
}

.type-n {
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
	padding: 2px 8px;
	border-radius: 15px;
	display: inline-block;
	background-color: #31a97d;
}

.item-type {
	margin-bottom: 6px;
	display: grid;
	grid-template-areas: "a b" "c d";
	row-gap: 4px;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}

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

.itembox .m-btn-active {
	margin-top: 16px;
}

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

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

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

.itembox-point li {
	font-family: "Noto Serif JP", serif;
	font-feature-settings: "palt";
	letter-spacing: -.1em;
	font-size: 22px;
	line-height: 1.6;
	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: 12px;
	margin-bottom: 12px;
} */

.type-inner {
	margin-top: 14px;
}

.and {
	font-size: 40px;
	padding: 0 2px;
}

/* headline */

.content-wrapper-ttl {
	display: flex;
	align-items: center;
	margin: 0 auto 20px;
	column-gap: 4px;
	max-width: 1000px;
	width: 100%;
	padding: 0 4%;
}

.headline {
	font-size: 26px;
	font-family: "Ancizar Sans", sans-serif;
	letter-spacing: .02em;
}

.headline-j {
	font-size: 50px;
	font-family: "Noto Serif JP", serif;
	font-feature-settings: "palt";
	letter-spacing: -.1em;
}

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

.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%;
	height: auto;
}

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

.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;
}

.bg-white .itembox-details-balloon {
	background-color: #eee;

}

.bg-white .itembox-details-balloon::before {
	border-bottom: 15px solid #eee;

}

.itembox-details-balloon::before {
	content: "";
	position: absolute;
	top: -28px;
	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;
}

.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%;
}


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

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

	.navi ul>li {
		width: 120px;
	}

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

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

	.content-box.reverse {
		flex-direction: row-reverse;
	}

	.spacer {
		width: 0;
	}

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



	/* PC imgbox */
	.imgbox {
		width: 500px;
	}

	.headline img {
		width: 100%;
		aspect-ratio: 200/23;
	}

	.imgbox-main {
		order: 3;
	}

	/* PC itembox */
	.itembox {
		width: 470px;
	}

	.itembox-details-txt::before {
		transform: rotate(-90deg);
		transform: translateY(-50%);
		position: absolute;
		left: -50px;
		top: 0;
	}

	.itembox-details {
		display: block;
	}

	.itembox-point li {
		font-size: 28px;
	}

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

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

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

	/* 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;
	}

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

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

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

}

/* end media */

@media screen and (max-width: 640px) {
	.headline {
		font-size: 16px;
	}

	.headline-j {
		font-size: 30px;
	}

	.and {
		font-size: 25px;
	}

	.content-wrapper-ttl {
		width: auto;
	}

	.main-type {
		margin-bottom: 8px;
	}

	.type-n {
		font-size: 11px;
	}

	.type-n.font-smaller {
		font-size: 10px;
	}

	.type-n.font-smalltight {
		font-size: 10px;
		letter-spacing: -0.08rem;
		line-height: 17px;
	}
}