@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
li::marker {
	content: "";
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
}

a,
img,
input,
svg,
g,
path,
*:before,
*:after {
	backface-visibility: hidden;
}
a:hover img,
a:hover svg,
a:hover path,
a:hover g,
a:hover input,
a.hover:hover,
.btn a:hover,
.btn input:hover {
	text-decoration: none;
	backface-visibility: hidden;
}
picture {
	display: block;
}
tbody {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.6;
}

p{
	padding-bottom: 1em;
}

a{
}

img {
	display: block;
	max-width: 100%;
}
.l-header{
	max-width: 1200px;
	margin: 0 auto;
}
.l-footer{
	padding: 2em 0;
}
.l-footer .info{
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.6;
}
.l-footer .info .img{
	width: calc(40% - 1em);
}
.l-footer .info .text{
	width: calc(60% - 1em);
}
.l-footer .info .text .name{
	font-size: 26px;
	padding-bottom: .5em;
	font-weight: 500;
}
.l-footer hr{
	margin: 2em 0;
}
.l-footer .l-footer__links{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em 1em;
	justify-content: center;
}
.l-footer .l-footer__links a{
	width: calc((100% - 1.5em) / 5);
}
.l-footer .l-footer__links a img{
	height: auto;
}

.l-main {
}
.l-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1em;
	box-sizing: border-box;
	line-height: 1.5;
}
.c-heading_01{
	background-color: #a40b5d;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	padding: .125em 1em;
	margin-bottom: 1.25em;
}
.c-heading_02{
	font-size: 24px;
	border-bottom: 1px solid #000;
	margin-bottom: .5em;
}
.c-note{
	font-size: 16px;
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
.c-note span{
	font-size: 22px;
}
.p-lead{
	text-align: center;
	padding: 2em 0;
}
.p-lead h2{
	font-size: 32px;
	font-weight: 500;
	padding-bottom: .5em;
}
.p-lead p{
	font-size: 22px;
	line-height: 1.6;
}
.p-product{

}
.p-product .price{
	font-size: 24px;
	padding-bottom: .5em;
}
.p-product .price_min{
	font-size: 20px;
	padding-bottom: .5em;
}
.p-product .yen{
	font-weight: 700;
}
.p-product .name{
	font-size: 20px;
	padding-top: .5em;
	padding-bottom: 0;
}
.p-product .product_box,
.p-message .message_box{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	padding-bottom: 2em;
	gap: 1em;
}
.p-product .product_box.two_column_01 .column.img{
	width: calc(40% - .5em);
}
.p-product .product_box.two_column_01 .column.text{
	width: calc(60% - .5em);
}
.p-product .product_box.two_column_02 .column,
.p-message .message_box.two_column_02 .column{
	width: calc(50% - .5em);
}
.p-product .product_box.two_column_03 .column{
	width: calc(25% - 1em);
}
.p-product .product_box.two_column_04 .column.img{
	width: calc(30% - .5em);
	padding-top: 2em;
}
.p-product .product_box.two_column_04 .column.text{
	width: calc(70% - .5em);
	padding-top: 2em;
}
.p-product .item_list{
	display: flex;
}
.p-product .item_list.three li{
	width: calc(100% / 3);
}
.p-message{
}
.p-message h4,
.p-contact h4{
	font-size: 24px;
	font-weight: normal;
	padding-bottom: .5em;
}
.p-message h4 span,
.p-contact h4 span{
	color: #a40b5d;
	font-size: 28px;
	font-weight: 700;
}
.p-message h4 small,
.p-contact h4 small{
	font-size: 20px;
}
.p-contact .purchase_order a{
	font-size: 20px;
	border: 1px solid #000;
	padding: 0 .5em;
	transition: all .3s;
	margin-right: .5em;
}
.p-contact .purchase_order a:hover{
	background-color: #000;
	color: #fff;
}
.p-contact .form{
	padding-top: 2em;
}
.sp{
	display: none;
}
/*****SP*****/
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	body {
		font-size: 16px;
		line-height: 1.4;
	}
	.p-product .product_box.two_column_01 .column.img{
		width: 100%;
	}
	.p-product .product_box.two_column_01 .column.text{
		/* width: 100%; */
	}
	.p-product .product_box.two_column_02 .column,
	.p-message .message_box.two_column_02 .column{
		width: 100%;
	}
	.p-product .product_box.two_column_03 .column{
		width: 100%;
	}
	.p-product .product_box.two_column_04 .column.img{
		width: 100%;
	}
	.p-product .item_list {
		flex-wrap: wrap;
	}
	.p-product .item_list.three li {
		width: calc(100% / 2);
		padding-bottom: 1em;
	}
	.l-footer .info{
		text-align: center;
	}
	.l-footer .info .img{
		width: 100%;
	}
	.l-footer .info .img img{
		margin: 0 auto;
		max-width: 300px;
	}
	.l-footer .info .text{
		width: 100%;
	}
	.p-product img,
	.p-message img{
		margin: 0 auto;
	}
	.l-footer .l-footer__links a{
		width: calc((100% - 1.5em) / 2);
	}
}