<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Teko&amp;display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');
* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
/* body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
	background-color: #fff;
	letter-spacing: 0.05em;
} */

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.en {
	font-family: 'Teko', sans-serif;
	letter-spacing: 0.2em;
}

.mincho {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 600;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.aligncenter {
	text-align: center;
}

.red {
	color: #f00;
}

.bnr {
	margin-bottom: 50px;
}
.bnr img {
	max-width: 810px;
	width: 100%;
}

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

	.alignright, .alignleft {
		float: none;
		margin: 0 0 15px 0;
	}

}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }



@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none;
	}
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

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

	#wrapper {
		min-width: 100%;
	}

}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}



/*------ヘッダーメニュー-----*/

header {
	background-color: #000;
}

header a {
	color: #fff;
	text-decoration: none;
}

.hdr_inner {
	max-width: 1366px;
	padding: 0 20px;
	margin: 0 auto;
	height: 130px;
	position: relative;
}

.site_info {
	font-size: 13px;
	color: #ccc;
	margin-bottom: 27px;
	padding-top: 10px;
	font-weight: normal;
}

.hdr_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_logo {
	display: flex;
	align-items: center;
}
.site_logo .logo img {
	width: 294px;
	transition: opacity 0.3s ease;
}
.site_logo .logo img:hover {
	opacity: 0.6;
}
.site_logo .takou {
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	margin: 10px 0 0 45px;
}

.hdr_nav_member ul {
	display: flex;
}
.hdr_nav_member li {
	margin-left: 15px;
}
.hdr_nav_member a {
	width: 134px;
	height: 44px;
	border: 1px solid #666;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	transition: opacity 0.3s ease;
}
.hdr_nav_member a:hover {
	opacity: 0.6;
}
.hdr_nav_member a::before {
	content: '';
	display: inline-block;
	margin-right: 7px;
	width: 22px;
	height: 22px;
}
.hdr_nav_member a.btn_login::before {
	background: url("../img/icon_login.png") no-repeat left top;
	background-size: contain;
	margin-left: -6px;
}
.hdr_nav_member a.btn_member::before {
	background: url("../img/icon_member.png") no-repeat left top;
	background-size: contain;
	margin-left: -6px;
}
.hdr_nav_member a.btn_cart::before {
	background: url("../img/icon_cart.png") no-repeat left top;
	background-size: contain;
}
.hdr_nav_member .btn_cart {
	background-color: #a72b2a;
	border: none;
	width: 160px;
}

.hdr_nav_sub {
	position: absolute;
	right: 20px;
	top: 15px;
}
.hdr_nav_sub ul {
	display: flex;
}
.hdr_nav_sub li {
	margin-right: 50px;
}
.hdr_nav_sub li:last-child {
	margin-right: 0;
}
.hdr_nav_sub a {
	font-size: 13px;
}
.hdr_nav_sub a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 6px;
	height: 9px;
	background: url("../img/arrow_hd.png") no-repeat left top;
	background-size: contain;
}

.hdr_nav_main {
	background-color: #2b2b2b;
}
.hdr_nav_main ul {
	display: flex;
	max-width: 1366px;
	margin: 0 auto;
	justify-content: space-between;
}
.hdr_nav_main li {
	width: 20%;
}
.hdr_nav_main li a {
	height: 60px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}
.hdr_nav_main li a:hover {
	opacity: 0.6;
}
header .deli {
	background-color: #a72b2a;
	color: #fff;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
header .deli p::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 28px;
	height: 17px;
	background: url("../img/icon_deli.png") no-repeat left top;
	background-size: contain;
}
body.is-fixed .hdr_nav_main {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11;
}
body.is-fixed header .deli {
	margin-top: 60px;
}


.g_navi {
	position: fixed;
	z-index: -9999;
	top: 0;
	bottom: 0;
	left: 12%;
	width: 88%;
	height: 100%;
	background: #000;
	display: block;
	opacity: 0;
	transition: all .3s;
	transform: translateX(100%);
}

.btn_close {
	display: none;
}


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

	.hdr_inner {
		height: auto;
	}

	.site_logo {
		flex-direction: column;
		align-items: flex-start;
	}
	.site_logo .takou {
		font-size: 13px;
		margin: 8px 0 14px 65px;
	}

	.hdr_nav_sub li {
		margin-right: 30px;
	}

	.hdr_nav_member a {
		width: 114px;
		font-size: 13px;
	}
	.hdr_nav_member a::before {
		margin-right: 6px;
		width: 18px;
		height: 18px;
	}
	.hdr_nav_member .btn_cart {
		width: 140px;
	}

	.hdr_nav_sub a {
		font-size: 12px;
	}

	.hdr_nav_main li a {
		height: 50px;
		font-size: 16px;
	}

	header .deli {
		height: 40px;
		font-size: 16px;
	}
	header .deli p::before {
		width: 24px;
		height: 14px;
	}

}

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

	.hdr_inner {
		padding: 0 10px;
	}
	.site_info {
		font-size: 9px;
		margin-bottom: 15px;
		padding-top: 10px;
	}
	.site_logo {
		width: 100%;
	}
	.site_logo .logo img {
		width: 150px;
	}
	.site_logo .takou {
		font-size: 13px;
		margin: 15px auto 10px;
		width: 100%;
		border: 1px solid #666;
		padding: 5px;
		text-align: center;
	}
	.hdr_nav_member {
		position: absolute;
		right: 10px;
		top: 33px;
	}
	.hdr_nav_member li {
		margin-left: 8px;
	}
	.hdr_nav_member a {
		width: auto;
		height: auto;
		border: none;
		flex-direction: column;
		font-size: 9px;
		text-align: center;
	}
	.hdr_nav_member a::before {
		margin-right: 0;
		margin-bottom: 6px;
		width: 18px;
		height: 18px;
	}
	.hdr_nav_member a.btn_login::before {
		margin-left: 0;
	}
	.hdr_nav_member a.btn_member::before {
		margin-left: 0;
	}
	.hdr_nav_member .btn_cart {
		background-color: transparent;
		width: auto;
	}
	.hdr_nav_member a.btn_spmenu::before {
		background: url("../img/icon_spmenu.png") no-repeat left top;
		background-size: contain;
	}

	.hdr_nav_sub {
		display: none;
	}

	.hdr_nav_main ul {
		padding: 0 10px;
	}
	.hdr_nav_main li a {
		height: 50px;
		font-size: 11px;
		padding: 0 10px;
		white-space: nowrap;
	}

	header .deli {
		height: 32px;
		font-size: 13px;
	}
	header .deli p::before {
		margin-right: 10px;
		width: 20px;
		height: 12px;
	}

	body.is-fixed header .deli {
		margin-top: 50px;
	}

	.g_navi.is-active {
		z-index: 9999;
		opacity: 1;
		transform: translateX(0);
	}

	.g_navi_inner {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: auto; /*追加*/
		-webkit-overflow-scrolling: touch; /*追加*/
	}

	.member_box {
		display: flex;
		justify-content: space-between;
		padding: 20px;
	}
	.member_box a {
		width: 48%;
		border: 1px solid #666;
		font-size: 13px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;

	}
	.member_box a::before {
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 18px;
		height: 18px;
	}
	.member_box a.btn_login::before {
		background: url("../img/icon_login.png") no-repeat left top;
		background-size: contain;
		margin-left: -6px;
	}
	.member_box a.btn_member::before {
		background: url("../img/icon_member.png") no-repeat left top;
		background-size: contain;
		margin-left: -6px;
	}
	.g_navi_inner .ttl {
		background-color: #2b2b2b;
		border-top: 1px solid #4a4a4a;
		border-bottom: 1px solid #4a4a4a;
		height: 50px;
		color: #fff;
		font-size: 14px;
		padding: 0 10px 0 20px;
		display: flex;
		align-items: center;
	}
	.ul_menulist {
		display: flex;
		justify-content: space-between;
		padding: 15px 20px 25px;
		flex-wrap: wrap;
	}
	.ul_menulist li {
		width: 50%;
	}
	.ul_menulist a {
		padding: 10px 0;
		font-size: 11px;
		line-height: 1.3;
		display: block;
	}
	.ul_menulist a::before {
		content: '';
		display: inline-block;
		margin-right: 8px;
		width: 6px;
		height: 9px;
		background: url("../img/arrow_hd.png") no-repeat left top;
		background-size: contain;
	}

	.ul_catlist {
		margin-bottom: 20px;
	}
	.ul_catlist &gt; li &gt; a {
		background-color: #2b2b2b;
		border-top: 1px solid #4a4a4a;
		border-bottom: 1px solid #4a4a4a;
		height: 50px;
		color: #fff;
		font-size: 14px;
		padding: 0 15px 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ul_catlist &gt; li &gt; a::after {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background: url("../img/icon_open.png") no-repeat center center;
		background-size: contain;
	}
	.ul_catlist .child a {
		border-bottom: 1px solid #333;
		height: 44px;
		color: #fff;
		font-size: 12px;
		padding: 0 20px 0 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ul_catlist .child a::after {
		content: '';
		display: inline-block;
		width: 5px;
		height: 10px;
		background: url("../img/arrow_spmenu.png") no-repeat center center;
		background-size: contain;
	}

	.ul_catlist &gt; li.open &gt; a::after {
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background: url("../img/icon_close.png") no-repeat center center;
		background-size: contain;
	}

	.ul_catlist .child {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: none;
		transform: translate(0, 0);
	}

	.ul_catlist &gt; li.open .child {
		max-height: 100% !important;
		opacity: 1;
		overflow: hidden;
	}


	.btn_close {
		position: absolute;
		left: -43px;
		top: 20px;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		cursor: pointer;
		z-index: 999;
	}
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		content: '';
		width: 20px;
		height: 2px;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -10px;
		background: #fff;
		transition: all 0.3s ease;
	}
	.btn_close span {
		opacity: 0;
	}
	.btn_close::before {
		transform: translateY(0) rotate(45deg);
	}
	.btn_close::after {
		transform: translateY(0) rotate(-45deg);
	}


}


/*　footer　*/

footer {
	/* background-color: #000; */
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer .inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 70px 20px 20px;
}

.ftr_link_ttl {
	font-size: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}
.ul_ftr_link {
	margin-bottom: 50px;
}
.ul_ftr_link li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.ul_ftr_link a:hover {
	text-decoration: underline;
}
.credit {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 50px 20px;
	text-align: center;
}
.credit img {
	width: 294px;
	margin-bottom: 30px;
}
.credit p {
	line-height: 1.8;
}
.copyright {
	padding: 40px;
	display: flex;
	justify-content: space-between;
}
.copyright small {
	font-size: 12px;
	color: #999;
	order: -1;
}
.copyright li {
	display: inline-block;
	margin-left: 40px;
	font-size: 13px;
}
.copyright li a:hover {
	text-decoration: underline;
}

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

	.copyright {
		padding: 40px 20px;
	}
	.copyright li {
		margin-left: 20px;
		font-size: 12px;
	}

}

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

	footer .inner {
		padding: 40px 20px 20px;
		max-width: 480px;
		margin: 0 auto;
	}
	.ftr_link_ttl {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.ul_ftr_link {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.ul_ftr_link li {
		width: 50%;
		margin-right: 0;
		font-size: 12px;
	}
	.credit {
		padding: 30px 20px;
		border-bottom: none;
	}
	.credit img {
		width: 220px;
		margin-bottom: 20px;
	}
	.credit p {
		font-size: 12px;
	}
	.copyright {
		padding: 0px;
		display: block;
	}
	.copyright small {
		display: block;
		font-size: 11px;
		padding: 30px 20px;
		text-align: center;
	}
	.copyright div {
		padding: 30px 20px 5px;
		background-color: #2b2b2b;
	}
	.copyright ul {
		display: flex;
		flex-wrap: wrap;
		max-width: 480px;
		margin: 0 auto;
	}
	.copyright li {
		width: 50%;
		margin-left: 0;
		font-size: 12px;
		margin-bottom: 25px;
	}

}


/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	background-color: #a72b2a;
	z-index: 9998;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 8px;
	border-radius: 27px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}
#pageTop::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 14px;
	background: url(../img/pagetop.png) no-repeat 50% 50%;
	background-size: contain;
	margin-bottom: 3px;
}
#pageTop.showIn{
	right: 10px;
}

@media screen and (min-width: 768px) {
	#pageTop{
		right: 20px;
		bottom: -90px;
		width: 90px;
		height: 90px;
		font-size: 14px;
		border-radius: 45px;
	}
	#pageTop::before {
		width: 13px;
		height: 15px;
		margin-bottom: 5px;
	}
	#pageTop.showIn{
		right: 20px;
		bottom: 60px;
	}
}

/*--------------フローティングボタン--------------*/
.floating_btn {
	position: fixed;
	right: 20px;
	bottom: -170px;
	width: 90px;
	height: 90px;
	z-index: 9998;
	transition: all 0.3s ease;
}
.floating_btn_product {
	position: fixed;
	right: 20px;
	bottom: -275px;
	width: 90px;
	height: 90px;
	z-index: 9998;
	transition: all 0.3s ease;
}
#floating_btn.showIn{
	right: 20px;
	bottom: 170px;
}
#floating_btn_product.showIn{
	right: 20px;
	bottom: 275px;
}
@media screen and (max-width: 768px) {
	.floating_btn {
		right: -60px;
		bottom: 85px;
		width: 54px;
		height: 54px;
	}
	.floating_btn_product {
		position: fixed;
		right: -60px;
		bottom: 150px;
		width: 54px;
		height: 54px;
	}
	#floating_btn.showIn{
		right: 10px;
		bottom: 85px;
	}
	#floating_btn_product.showIn{
		right: 10px;
		bottom: 150px;
	}
}


/*下層*/

.content_wrapper {
	max-width: 1140px;
	padding: 40px 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.content_wrapper.single {
	display: block;
}
.leftnavi {
	width: 240px;
	background-color: #f1f1f1;
	order: -1;
}
.leftnavi p {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
}
.leftnavi .child {
	padding: 25px 20px 35px;
}
.leftnavi .child li {
	margin-bottom: 25px;
	line-height: 1.5;
}
.leftnavi .child li:last-child {
	margin-bottom: 0;
}
.leftnavi a {
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.leftnavi a:hover {
	text-decoration: underline;
}
.leftnavi a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 10px;
	background: url("../img/arrow_pcmenu.png") no-repeat left top;
	background-size: contain;
	margin-right: 15px;
}

.content {
	width: calc( 100% - 290px );
}
.content_wrapper.single .content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.pankuzu {
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 1.5;
}
.pankuzu a {
	text-decoration: underline;
	color: #000;
}
.pankuzu a:hover {
	text-decoration: none;
}

.page_ttl {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center;
}


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

	.leftnavi {
		width: 160px;
	}
	.content {
		width: calc( 100% - 200px );
	}
	.leftnavi .child {
		padding: 25px 15px 35px;
		font-size: 13px;
	}
	.leftnavi a::before {
		margin-right: 10px;
	}

}


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

	.content_wrapper {
		padding: 20px 20px;
		display: block
	}
	.content_wrapper.single {
		padding: 20px 0;
	}
	.content_wrapper.item {
		padding: 20px 0;
	}
	.leftnavi {
		display: none;
	}
	.content {
		width: 100%;
	}
	.pankuzu {
		margin-bottom: 20px;
		font-size: 11px;
		padding: 0 20px;
	}
	.page_ttl {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 0 20px;
	}

	.bnr {
		margin-bottom: 20px;
	}


}

/*　商品一覧　*/

.list-head-sort {
	display: flex;
	justify-content: flex-end;
}
.list-head-sort dd {
	margin-left: 1em;
}
.list-head-sort a {
	color: #000;
	text-decoration: none;
}
.list-head-sort a:hover {
	text-decoration: underline;
}

.ul_productlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ul_productlist li {
	width: 30%;
	margin-bottom: 40px;
}
.ul_productlist::after{
	content: '';
	display: block;
	width: 30%;
}
.ul_productlist li a {
	color: #000;
	text-decoration: none;
}
.ul_productlist li a:hover img {
	opacity: 0.6;
}
.ul_productlist img {
	width: 100%;
	margin-bottom: 20px;
	transition: opacity 0.3s ease;
}

.ul_productlist .item-icon {
	margin-bottom: 1em;
}
.ul_productlist .item-icon p {
	display: inline-block;
	min-width: 80px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px;
}
.ul_productlist .item-soldout {
	background-color: #666;
}
.ul_productlist .item-sale {
	background-color: #f08080;
}

.ul_productlist .ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.ul_productlist .caption {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.ul_productlist .price {
	font-size: 18px;
	font-weight: bold;
	color: #a72b2a;
	margin-bottom: 10px;
}
.ul_productlist .price .tax {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.ul_productlist .original-price {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}

.ul_productlist .sale-discount-rate {
	color: #f00;
	font-size: 14px;
	display: block;
	margin-top: 7px;
}

.pager {
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
}

.pagination {
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin: 0 5px;
}

.pagination li a {
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
	color: #000;
	background-color: #f1f1f1;
	transition: opacity 0.3s ease;
}

.pagination li a.active {
	color: #fff;
	background-color: #a72b2a;
	font-weight: bold;
}

.pagination li a:hover {
	opacity: 0.6;
}

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

	.pager {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.pagination li {
		margin: 0 3px;
	}
	.pagination li a {
		padding: 8px 12px;
	}

	.list-head-sort {
		font-size: 13px;
	}
	.ul_productlist li {
		margin-bottom: 40px;
	}
	.ul_productlist img {
		margin-bottom: 20px;
	}
	.ul_productlist .item-icon p {
		max-width: 70px;
		font-size: 10px;
		padding: 2px 3px;
	}
	.ul_productlist .ttl {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.ul_productlist .caption {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.ul_productlist .price {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.ul_productlist .price .tax {
		font-size: 11px;
	}
	.ul_productlist .original-price {
		font-size: 13px;
	}

	.ul_productlist .sale-discount-rate {
		font-size: 13px;
	}

}

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

	.ul_productlist::after{
		display: none;
	}
	.ul_productlist li {
		width: 46%;
	}

}


/*詳細*/

.item_description_wrap &gt; img {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 640px;
}
.item_description_wrap &gt; img.last {
	margin-bottom: 100px;
}

.anchor_link {
	width: 50%;
	margin: 70px auto;
	display: block;
}
.anchor_link img {
	width: 100%;
}

.btn_red {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	background-color: #a72b2a;
	position: relative;
	margin: 70px auto;
}
.btn_red::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/arrow_main_more.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_bk {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	background-color: #000;
	position: relative;
	margin: 70px auto;
}
.btn_bk::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/arrow_main_more.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_wht {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	border: 1px solid #fff;
	position: relative;
	margin: 0 auto 30px;
}
.btn_wht::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/arrow_main_more.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.set_more {
	background-color: #000;
	padding: 50px 20px;
	margin: 0 auto 50px;
	max-width: 640px;
}
.set_more .ttl {
	color: #fff;
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
.set_more img {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 640px;
}
.shinazoroe img {
	display: block;
	margin: 0 auto 100px;
	width: 100%;
	max-width: 640px;
}
.kodawari_more {
	background-color: #f1f1f1;
	padding: 50px 20px;
	margin: 0 auto 50px;
	max-width: 640px;
}
.kodawari_more .ttl {
	color: #000;
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
.kodawari_more img {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
	max-width: 640px;
}

.product_kodawari {
	margin-bottom: 100px;
}
.product_kodawari .lead {
	text-align: center;
	margin-bottom: 60px;
}
.product_kodawari .lead img {
	width: 520px;
}
.product_kodawari .box {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
.product_kodawari .txt {
	width: calc( 100% - 300px );
}
.product_kodawari .img {
	width: 260px;
}
.product_kodawari .img img {
	width: 100%;
}
.product_kodawari h3 {
	margin-bottom: 30px;
}
.product_kodawari h3 img {
	max-width: 400px;
	width: 100%;
}
.product_kodawari p {
	font-size: 16px;
	line-height: 1.8;
}

.gift_recommend {
	max-width: 640px;
	margin: 0 auto 70px;
}
.gift_recommend .ttl img {
	max-width: 489px;
	width: 100%;
}
.gift_recommend .ttl {
	text-align: center;
	margin-bottom: 40px;
}
.gift_recommend .lead {
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.gift_recommend .lead span {
	font-size: 24px;
	font-weight: bold;
	color: #f00;
}
.gift_recommend .img {
	width: 100%;
}

.wrapping {
	background-color: #f1f1f1;
	padding: 40px;
	margin-bottom: 70px;
}
.wrapping .ttl {
	margin-bottom: 40px;
	text-align: center;
	font-size: 30px;
}
.wrapping .ttl img {
	max-width: 410px;
	width: 100%;
}
.wrapping .lead {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.wrapping ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.wrapping li {
	width: calc( ( 100% - 40px ) / 2 );
	margin-bottom: 40px;
}
.wrapping img {
	width: 100%;
}
.wrapping li p {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.5;
}
.sengen {
	max-width: 1000px;
	margin: 0 auto;
}
.content .sengen {
	margin-bottom: 50px !important;
}
.sengen .hdg {
	text-align: center;
	margin-bottom: 40px;
}
.sengen .hdg img {
	max-width: 640px;
	width: 100%;
}
.sengen ul {
	display: flex;
	justify-content: space-between;
}
.sengen li {
	width: 21%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sengen li div {
	background: url("../img/bg_anshin.png") no-repeat 50% 50%;
	background-size: contain;
	width: 175px;
	height: 175px;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sengen li img {
	width: 76px;
}
.sengen li .ttl {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
	text-align: center;
}
.sengen li .txt {
	font-size: 13px;
	line-height: 1.8;
}

.keirou_message {
	background-color: #f1f1f1;
	padding: 50px 20px;
	margin: 0 auto 50px;
	max-width: 640px;
}
.keirou_message div {
	max-width: 500px;
	margin: 0 auto 30px;
}
.keirou_message img {
	width: 100%;
}
.keirou_message div p {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 1em;
}
.special_ranking {
	background-color: #000;
	margin-top: 40px;
	padding: 40px;
	text-align: center;
}
.special_ranking .ttl {
	margin-bottom: 70px;
}
.special_ranking .ttl img {
	max-width: 590px;
	width: 100%;
}
.special_ranking .ranking_ttl {
	margin-bottom: 50px;
}
.special_ranking .ranking_ttl img {
	max-width: 540px;
	width: 100%;
}
.special_ranking .ranking_01, .special_ranking .ul_ranking li {
	display: flex;
	justify-content: space-between;
	color: #fff;
	text-align: left;
	margin-bottom: 50px;
}
.special_ranking .img, .special_ranking .txt {
	width: 47%;
}
.special_ranking .img img {
	width: 100%;
}
.special_ranking .no {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.special_ranking .no1::before {
	content: '';
	display: inline-block;
	margin-right: 15px;
	width: 38px;
	height: 31px;
	background: url("../img/ranking_01.png") no-repeat left top;
	background-size: contain;
}

.special_ranking .no2::before {
	content: '';
	display: inline-block;
	margin-right: 15px;
	width: 38px;
	height: 31px;
	background: url("../img/ranking_02.png") no-repeat left top;
	background-size: contain;
}

.special_ranking .no3::before {
	content: '';
	display: inline-block;
	margin-right: 15px;
	width: 38px;
	height: 31px;
	background: url("../img/ranking_03.png") no-repeat left top;
	background-size: contain;
}
.special_ranking .p_name {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
	font-weight: bold;
}
.special_ranking .price {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
.special_ranking .price .tax {
	font-size: 13px;
	font-weight: normal;
}
.special_ranking .price .souryo {
	background-color: #f00;
	font-size: 15px;
	color: #fff;
	height: 24px;
	line-height: 16px;
	padding: 2px 5px;
	margin-right: 10px;
	vertical-align: 3px;
	display: inline-block;
}
.special_ranking .link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	background-color: #a72b2a;
	position: relative;
}
.special_ranking .link::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/arrow_main_more.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}


.special_setlist {
	margin: 40px 0;
}
.special_setlist .ttl {
	margin-bottom: 40px;
	text-align: center;
}
.special_setlist .ttl img {
	max-width: 500px;
	width: 100%;
}
.special_setlist .setlist_01, .special_setlist .ul_setlist li {
	display: flex;
	justify-content: space-between;
	color: #000;
	text-align: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #999;
}
.special_setlist .ul_setlist li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.special_setlist .img, .special_setlist .txt {
	width: 47%;
}
.special_setlist .img img {
	width: 100%;
}
.special_setlist .p_name {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
	font-weight: bold;
}
.special_setlist .caption {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.special_setlist .price {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
.special_setlist .price .tax {
	font-size: 13px;
	font-weight: normal;
}
.special_setlist .price .souryo {
	background-color: #f00;
	font-size: 15px;
	color: #fff;
	height: 24px;
	line-height: 16px;
	padding: 2px 5px;
	margin-right: 10px;
	vertical-align: 3px;
	display: inline-block;
}
.special_setlist .link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	background-color: #a72b2a;
	position: relative;
}
.special_setlist .link::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/arrow_main_more.png") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.oshirase_large {
	border: 1px solid #000;
	margin: 0 auto 60px;
	max-width: 640px;
}
.oshirase_large .ttl {
	padding: 10px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.oshirase_large .txt {
	padding: 25px;
	line-height: 1.8;
	font-size: 16px;
}

.sec_ichiran {
	padding-top: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.sec_ichiran .lead {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
.sec_ichiran .caption {
	display: none;
}
/*.sec_ichiran ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}*/

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

	.sengen li div {
		width: 125px;
		height: 125px;
		margin-bottom: 20px;
	}
	.sengen li img {
		width: 60px;
	}

}

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

	.item_description_wrap &gt; img {
		margin: 0 auto 20px;
		max-width: 520px;
		padding: 0 20px;
	}
	.item_description_wrap &gt; img.last {
		margin-bottom: 50px;
	}

	.anchor_link {
		width: 90%;
		margin: 30px auto 40px;
	}
	.btn_red {
		max-width: 400px;
		width: calc( 100% - 40px );
		height: 50px;
		font-size: 18px;
		margin: 30px auto 40px;
	}
	.btn_red::after {
		width: 16px;
		height: 16px;
		right: 15px;
	}
	.btn_bk {
		max-width: 400px;
		width: calc( 100% - 40px );
		height: 50px;
		font-size: 18px;
		margin: 30px auto 40px;
	}
	.btn_bk::after {
		width: 16px;
		height: 16px;
		right: 15px;
	}
	.btn_wht {
		max-width: 400px;
		width: calc( 100% - 40px );
		height: 50px;
		font-size: 18px;
		margin: 10px auto 30px;
	}
	.btn_wht::after {
		width: 16px;
		height: 16px;
		right: 15px;
	}
	.set_more {
		padding: 40px 20px;
		margin: 0 auto;
		max-width: 100%;
	}
	.set_more .ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.set_more img {
		padding: 0;
		margin: 0 auto 20px;
		max-width: 480px;
	}
	.kodawari_more {
		background-color: #fff;
		padding: 40px 20px;
		margin: 0 auto;
		max-width: 100%;
	}
	.kodawari_more .ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.kodawari_more img {
		padding: 0;
		margin: 0 auto 20px;
		max-width: 480px;
	}
	.shinazoroe {
		background-color: #000;
	}
	.shinazoroe img {
		margin: 0 auto 50px;
		max-width: 520px;
		padding: 0 20px;
	}
	.product_kodawari {
		margin-bottom: 70px;
		padding: 0 20px;
	}
	.product_kodawari .lead {
		margin-bottom: 40px;
	}
	.product_kodawari .lead img {
		width: 100%;
		max-width: 400px;
	}
	.product_kodawari .box {
		margin: 0 auto 40px;
		display: block;
		max-width: 480px;
	}
	.product_kodawari .txt {
		width: 100%;
	}
	.product_kodawari .img {
		width: 100%;
	}
	.product_kodawari h3 {
		margin-bottom: 20px;
	}
	.product_kodawari h3 img {
		max-width: 270px;
	}
	.product_kodawari p {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.gift_recommend {
		max-width: 480px;
		margin: 0 auto 40px;
	}
	.gift_recommend .ttl img {
		max-width: 400px;
	}
	.gift_recommend .ttl {
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.gift_recommend .lead {
		font-size: 13px;
	}
	.gift_recommend .lead span {
		font-size: 16px;
	}

	.wrapping {
		padding: 40px 20px 20px;
		margin-bottom: 40px;
	}
	.wrapping .ttl {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.wrapping .ttl img {
		max-width: 340px;
	}
	.wrapping .lead {
		font-size: 13px;
		margin: 0 auto 20px;
		max-width: 520px;
		padding: 0 20px;
	}
	.wrapping ul {
		display: block;
		max-width: 480px;
		margin: 0 auto;
	}
	.wrapping li {
		width: 100%;
		margin-bottom: 20px;
	}
	.wrapping li p {
		font-size: 13px;
	}

	.sengen {
		max-width: 480px;
		padding: 0 20px;
		margin-bottom: 0;
	}
	.sengen .hdg {
		margin-bottom: 30px;
	}
	.sengen .hdg img {
		max-width: 300px;
	}
	.sengen ul {
		flex-wrap: wrap;
	}
	.sengen li {
		width: 47%;
		margin-bottom: 20px;
	}
	.sengen li div {
		width: 120px;
		height: 120px;
		margin-bottom: 15px;
	}
	.sengen li img {
		width: 50px;
	}
	.sengen li .ttl {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.sengen li .txt {
		font-size: 12px;
	}

	.keirou_message {
		padding: 40px 20px;
		margin: 0 auto 50px;
		max-width: 100%;
	}
	.keirou_message div {
		max-width: 480px;
		margin: 0 auto 20px;
	}
	.keirou_message div p {
		font-size: 13px;
	}

	.special_ranking {
		margin-top: 20px;
		padding: 20px;
	}
	.special_ranking .ttl {
		margin-bottom: 50px;
	}
	.special_ranking .ttl img {
		max-width: 400px;
	}
	.special_ranking .ranking_ttl {
		margin-bottom: 30px;
	}
	.special_ranking .ranking_ttl img {
		max-width: 400px;
	}
	.special_ranking .ranking_01, .special_ranking .ul_ranking li {
		display: block;
		margin-bottom: 40px;
	}
	.special_ranking .ranking_01 {
		max-width: 480px;
		margin: 0 auto 40px;
	}
	.special_ranking .ul_ranking {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 480px;
		margin: 0 auto;
	}
	.special_ranking .ul_ranking li {
		width: 46%;
	}
	.special_ranking .img, .special_ranking .txt {
		width: 100%;
	}
	.special_ranking .img {
		margin-bottom: 20px;
	}
	.special_ranking .no {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.special_ranking .ul_ranking .no {
		font-size: 16px;
	}
	.special_ranking .no1::before {
		margin-right: 10px;
		width: 30px;
		height: 20px;
	}
	.special_ranking .no2::before {
		margin-right: 5px;
		width: 25px;
		height: 15px;
	}
	.special_ranking .no3::before {
		margin-right: 5px;
		width: 25px;
		height: 15px;
	}
	.special_ranking .p_name {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.special_ranking .ul_ranking .p_name {
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.special_ranking .price {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.special_ranking .ul_ranking .price {
		font-size: 18px;
	}
	.special_ranking .price .tax {
		font-size: 11px;
	}
	.special_ranking .price .souryo {
		font-size: 11px;
		height: 20px;
		line-height: 15px;
		display: block;
		width: 60px;
		margin-bottom: 8px;
		tac
	}
	.special_ranking .link {
		max-width: 100%;
		height: 50px;
		font-size: 16px;
	}
	.special_ranking .ul_ranking .link {
		height: 36px;
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.special_ranking .link::after {
		width: 16px;
		height: 16px;
		right: 20px;
	}
	.special_ranking .ul_ranking .link::after {
		width: 13px;
		height: 13px;
		right: auto;
		top: auto;
		transform: translate(0,0);
		position: relative;
		margin-left: 5px;
	}

	.special_setlist {
		margin: 20px 0 20px;
		padding: 20px;
	}
	.special_setlist .ttl {
		margin-bottom: 30px;
		padding: 0;
	}
	.special_setlist .ttl img {
		max-width: 360px;
	}
	.special_setlist .setlist_01, .special_setlist .ul_setlist li {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.special_setlist .setlist_01 {
		max-width: 480px;
		margin: 0 auto 40px;
	}
	.special_setlist .ul_setlist {
		max-width: 480px;
		margin: 0 auto;
	}
	.special_setlist .ul_setlist li {
		display: flex;
		justify-content: space-between;
	}
	.special_setlist .txt {
		width: auto;
	}
	.special_setlist .img {
		margin: 0 25px 20px 0;
		width: auto;
	}
	.special_setlist .setlist_01 .img {
		margin: 0 0 20px;
	}
	.special_setlist .p_name {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.special_setlist .ul_setlist .p_name {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.special_setlist .caption {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.special_setlist .price {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.special_setlist .ul_setlist .price {
		font-size: 18px;
	}
	.special_setlist .price .tax {
		font-size: 11px;
	}
	.special_setlist .price .souryo {
		font-size: 11px;
		height: 20px;
		line-height: 15px;
		display: block;
		width: 60px;
		margin-bottom: 8px;
		text-align: center;
	}
	.special_setlist .link {
		max-width: 100%;
		height: 50px;
		font-size: 16px;
	}
	.special_setlist .ul_setlist .link {
		height: 36px;
		font-size: 12px;
		max-width: 170px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.special_setlist .link::after {
		width: 16px;
		height: 16px;
		right: 20px;
	}
	.special_setlist .ul_setlist .link::after {
		width: 13px;
		height: 13px;
		right: auto;
		top: auto;
		transform: translate(0,0);
		position: relative;
		margin-left: 5px;
	}

	.oshirase_large {
		margin: 0 auto 40px;
		max-width: 480px;
		width: calc( 100% - 40px );
	}
	.oshirase_large .ttl {
		padding: 7px;
		font-size: 14px;
	}
	.oshirase_large .txt {
		padding: 10px;
		font-size: 13px;
	}

	.sec_ichiran {
		padding: 40px 20px 0;
	}
	.sec_ichiran .lead {
		font-size: 18px;
		margin-bottom: 30px;
	}

}

/*　法人　*/

.houjin_scene {
	background-color: #000;
	padding: 40px;
	margin-bottom: 60px;
}
.houjin_scene .ttl {
	text-align: center;
	margin-bottom: 60px;
}
.houjin_scene .ttl img {
	max-width: 440px;
	width: 100%;
}
.houjin_scene ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.houjin_scene ul::after{
	content:"";
	display: block;
	width: 29%;
}
.houjin_scene li {
	width: 29%;
	margin-bottom: 40px;
}
.houjin_scene li:nth-child(7), .houjin_scene li:nth-child(8) {
	margin-bottom: 0;
}
.houjin_scene img {
	width: 100%;
}
.houjin_scene p {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.5;
}

.hojin_flow {
	border: 1px solid #000;
	padding: 50px 20px;
	margin-bottom: 60px;
}
.hojin_flow .inner {
	max-width: 640px;
	margin: 0 auto;
}
.hojin_flow .ttl {
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}
.hojin_flow .obi {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 8px;
	margin-bottom: 40px;
	text-align: center;
}
.hojin_flow li {
	margin-bottom: 30px;
	background-color: #f3f4e6;
	padding: 30px 35px;
}
.hojin_flow li:last-child {
	margin-bottom: 0;
}
.hojin_flow .step {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.hojin_flow .step img {
	width: 56px;
	margin-right: 20px;
}
.hojin_flow .step p {
	font-size: 28px;
	white-space: nowrap;
}
.hojin_flow .txt {
	font-size: 16px;
	line-height: 1.8;
}

.hojin_contact {
	background-color: #f1f1f1;
	padding: 50px 20px;
	margin-bottom: 80px;
}
.hojin_contact .inner {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.hojin_contact .ttl {
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.hojin_contact .obi {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 8px;
	margin-bottom: 30px;
}
.hojin_contact .tel {
	font-size: 60px;
	margin-bottom: 20px;
}
.hojin_contact .tel::before {
	content: '';
	display: inline-block;
	width: 38px;
	height: 50px;
	background: url("../img/icon_sp.png") no-repeat left top;
	background-size: contain;
	margin-right: 15px;
}
.hojin_contact .att {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.hojin_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 480px;
	height: 70px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	background-color: #a72b2a;
	margin: 0 auto;
}
.hojin_contact a::before {
	content: '';
	display: inline-block;
	margin-right: 15px;
	width: 22px;
	height: 17px;
	background: url("../img/icon_mail.png") no-repeat left top;
	background-size: contain;
}

.hojin_faq {
	margin-bottom: 60px;
}
.hojin_faq .ttl {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
}
.faq_list li {
	margin-bottom: 20px;
	border: 1px solid #999;
	background-color: #fff;
}
.faq_list li.open {
	background-color: #f3f4e6;
}
.faq_list .dt {
	display: flex;
	align-items: center;
	padding: 25px 80px 25px 25px;
	cursor: pointer;
	background: url(../img/hojin/faq_open.png) no-repeat right 30px center;
    background-size: 21px;
}
.faq_list li.open .dt {
	background: url(../img/hojin/faq_close.png) no-repeat right 30px center;
    background-size: 21px;
}
.faq_list .dt .question {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	background: #a72b2a;
	letter-spacing: 0;
	margin-right: 25px;
	font-weight: bold;
}
.faq_list .dt .jp {
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	width: calc( 100% - 55px );
}

.faq_list .dd {
	display: none;
	line-height: 1.8;
	font-size: 16px;
	padding: 0 25px 25px 25px;
}

.faq_list .dd a {
	text-decoration: underline;
	color: #a72b2a;
}
.faq_list .dd a:hover {
	text-decoration: none;
}
.faq_list .dd .red {
	color: #f00;
	font-weight: bold;
}
.faq_list .dd img {
	width: 100%;
	max-width: 480px;
}
@media screen and (max-width: 767px){

	.houjin_scene {
		padding: 20px;
		margin-bottom: 20px;
	}
	.houjin_scene .ttl {
		margin-bottom: 40px;
	}
	.houjin_scene .ttl img {
		max-width: 360px;
	}
	.houjin_scene ul {
		max-width: 480px;
		margin: 0 auto;
	}
	.houjin_scene ul::after{
		display: block;
	}
	.houjin_scene li {
		width: 47%;
		margin-bottom: 20px;
	}
	.houjin_scene p {
		font-weight: normal;
		font-size: 13px;
		margin-top: 15px;
	}

	.hojin_flow {
		border: none;
		padding: 10px 20px;
		margin-bottom: 20px;
	}
	.hojin_flow .inner {
		max-width: 480px;
	}
	.hojin_flow .ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.hojin_flow .obi {
		font-size: 14px;
		padding: 8px;
		margin-bottom: 25px;
	}
	.hojin_flow li {
		margin-bottom: 20px;
		padding: 20px;
	}
	.hojin_flow .step {
		margin-bottom: 10px;
	}
	.hojin_flow .step img {
		width: 40px;
		margin-right: 15px;
	}
	.hojin_flow .step p {
		font-size: 20px;
	}
	.hojin_flow .txt {
		font-size: 13px;
	}

	.hojin_contact {
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.hojin_contact .inner {
		max-width: 480px;
	}
	.hojin_contact .ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.hojin_contact .obi {
		font-size: 14px;
		padding: 8px;
		margin-bottom: 25px;
	}
	.hojin_contact .tel {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.hojin_contact .tel::before {
		width: 20px;
		height: 30px;
		margin-right: 15px;
	}
	.hojin_contact .att {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.hojin_contact a {
		max-width: 480px;
		height: 50px;
		font-size: 16px;
	}
	.hojin_contact a::before {
		margin-right: 10px;
		width: 18px;
		height: 14px;
	}
	.hojin_faq {
		margin-bottom: 0px;
		padding: 20px 20px 0;
	}
	.hojin_faq .ttl {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.faq_list {
		max-width: 520px;
		margin: 0 auto;
	}
	.faq_list .dt {
		padding: 15px 35px 15px 15px;
		background: url(../img/hojin/faq_open.png) no-repeat right 13px center;
		background-size: 16px;
	}
	.faq_list li.open .dt {
		background: url(../img/hojin/faq_close.png) no-repeat right 13px center;
		background-size: 16px;
	}
	.faq_list .dt .question {
		width: 24px;
		height: 24px;
		font-size: 12px;
		margin-right: 15px;
	}
	.faq_list .dt .jp {
		font-size: 14px;
		width: calc( 100% - 40px );
	}
	.faq_list .dd {
		font-size: 13px;
		padding: 0 15px 15px 15px;
	}


}

/*　カート　*/

.cart_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.cart_box .p_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
.cart_box .review_box {
	margin-bottom: 30px;
	font-size: 13px;
}
.cart_box .review_box a {
	color: #a72b2a;
	text-decoration: underline;
}
.cart_box .review_box a:hover {
	text-decoration: none;
}
.slide {
	width: 47%;
	order: -1;
}

.slide img {
	width: 100%;
}

.slide .prev1, .slide .next1 {
	display: none;
}

.ul_thumb {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.ul_thumb li {
	width: 20%;
	padding: 5px;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.ul_thumb li:hover {
	opacity: 0.6;
}

.cart_explain {
	width: 47%;
}


.sale-text .original {
	margin-bottom: 1em;
	font-size: 16px;
}
.sale-text .sale-rate {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
}
.fixed-price {
	margin-bottom: 1em;
}
.sale-priod {
	margin-bottom: 1em;
}
.member-original-price {
	margin-bottom: 1em;
	font-size: 16px;
}


.cart_explain .price {
	font-size: 24px;
	font-weight: bold;
	color: #a72b2a;
	margin-bottom: 20px;
}
.cart_explain .price .tax {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.item-sell-text, .item-reserve {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.cart_explain .point {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	margin-bottom: 30px;
}
.cart_explain select {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	background-color: #f1f1f1;
	border: 1px solid #bebebe;
}
.makeshop-option-wrap {
	font-size: 14px;
	margin-bottom: 35px;
}

.makeshop-option-wrap p {
	display: inline-block;
	margin-right: 10px;
}
.makeshop-option-label {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.makeshop-option-input {
	width: 80px;
	height: 40px;
	border: 1px solid #bebebe;
	background-color: #f1f1f1;
	padding: 0 8px;
}

.add-cart {
	margin-bottom: 30px;
}

.add-cart .btn-cart {
	height: 60px;
	width: 100%;
	background-color: #a72b2a;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}

.add-cart .btn-cart:hover {
	opacity: 0.6;
}

.disabled-btn {
	height: 60px;
	width: 100%;
	background-color: #999;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.restock-btn {
	height: 60px;
	width: 100%;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}
.restock-btn:hover {
	opacity: 0.6;
}
.item-stock {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.favorite a {
	font-size: 18px;
	text-decoration: underline;
	color: #000;
}
.favorite a:hover {
	text-decoration: none;
}

.oshirase {
	border: 1px solid #000;
	margin-bottom: 30px;
}
.oshirase .ttl {
	padding: 7px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.oshirase .txt {
	padding: 15px;
	line-height: 1.8;
	font-size: 13px;
}

.cart_other {
	display: flex;
	justify-content: space-between;
}
.cart_other .left, .cart_other .right {
	width: 47%;
}

.cart_other .meisai {
	background-color: #f8efcb;
	padding: 20px;
	margin-bottom: 20px;
}
.cart_other .meisai .ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.cart_other .meisai .txt {
	font-size: 13px;
	line-height: 1.5;
}
.cart_other .meisai img {
	width: 70px;
	float: right;
	margin: 0 0 0 20px;
}
.cart_other .tel_box {
	background-color: #f1f1f1;
	padding: 20px;
	margin-bottom: 40px;
}
.cart_other .tel_box .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
.cart_other .tel_box .no {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.cart_other .tel_box .no::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 30px;
	background: url("../img/icon_sp.png") no-repeat left top;
	background-size: contain;
	margin-right: 10px;
}
.cart_other .tel_box .att {
	text-align: center;
}
.cart_other .contact_link {
	text-align: center;
	margin-bottom: 40px;
}
.cart_other .contact_link a {
	font-size: 18px;
	text-decoration: underline;
	color: #000;
	display: inline-block;

}
.cart_other .contact_link a::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../img/product/icon_contact.png") no-repeat left top;
	background-size: contain;
	margin-right: 14px;
	vertical-align: -7px;
}

.cart_other .btn_write_review {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #999;
	background-color: #f1f1f1;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	position: relative;
	text-decoration: none;
}
.cart_other .btn_write_review::before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 24px;
	background: url("../img/product/icon_review.png") no-repeat left top;
	background-size: contain;
	margin-right: 14px;
	vertical-align: -7px;
}
.table_cart {
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	margin-bottom: 30px;
}
.table_cart .tr {
	display: flex;
	font-size: 13px;
}
.table_cart .th {
	width: 150px;
	padding: 12px;
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	line-height: 1.5;
	background-color: #f3f4e6;
}
.table_cart .td {
	padding: 12px;
	width: calc( 100% - 150px );
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	line-height: 1.5;
}
.cart_other .ttl_seibun {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.cart_other .name_seibun {
	font-size: 14px;
	margin-bottom: 1em;
}
.table_seibun {
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
	margin-bottom: 30px;
}
.table_seibun .tr {
	display: flex;
	font-size: 13px;
}
.table_seibun .th {
	width: 150px;
	padding: 12px;
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	line-height: 1.5;
	background-color: #f1f1f1;
}
.table_seibun .td {
	padding: 12px;
	width: calc( 100% - 150px );
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	line-height: 1.5;
}
.cart_other .right a {
	color: #a72b2a;
	text-decoration: underline;
}
.cart_other .right a:hover {
	text-decoration: none;
}

.item-share li {
	display: inline;
}
@media screen and (max-width: 999px){

	.cart_box {
		display: block;
		max-width: 520px;
		padding: 0 20px;
		margin: 0 auto 40px;
	}
	.cart_box .p_name {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.cart_box .review_box {
		margin-bottom: 20px;
		font-size: 12px;
	}
	.slide {
		width: 100%;
		margin-bottom: 20px;
	}
	.ul_thumb {
		margin-top: 10px;
	}
	.cart_explain {
		width: 100%;
	}

	.sale-text .original {
		font-size: 13px;
	}
	.sale-text .sale-rate {
		font-size: 13px;
	}
	.member-original-price {
		font-size: 13px;
	}

	.cart_explain .price {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.cart_explain .price .tax {
		font-size: 14px;
	}
	.cart_explain .point {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.item-sell-text, .item-reserve {
		margin-bottom: 20px;
		font-size: 13px;
	}
	.cart_explain select {
		padding: 10px;
		font-size: 14px;
	}
	.makeshop-option-label {
		margin: 0 0 10px 0;
		font-size: 14px;
	}
	.makeshop-option-wrap {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.makeshop-option-input {
		width: 60px;
		height: 30px;
		padding: 0 5px;
	}
	.add-cart {
		margin-bottom: 30px;
	}
	.add-cart .btn-cart {
		height: 50px;
		font-size: 20px;
	}
	.disabled-btn {
		height: 50px;
		font-size: 20px;
	}
	.restock-btn {
		height: 50px;
		font-size: 20px;
	}
	.item-stock {
		font-size: 14px;
	}
	.favorite {
		margin-bottom: 30px;
	}
	.favorite a {
		font-size: 14px;
	}

	.oshirase {
		border: 1px solid #000;
		margin-bottom: 30px;
	}
	.oshirase .ttl {
		padding: 5px;
		font-size: 14px;
	}
	.oshirase .txt {
		padding: 12px;
		font-size: 13px;
	}

	.cart_other {
		display: block;
		max-width: 520px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.cart_other .left, .cart_other .right {
		width: 100%;
	}

	.cart_other .meisai {
		padding: 15px;
		margin-bottom: 20px;
	}
	.cart_other .meisai .ttl {
		font-size: 14px;
	}
	.cart_other .meisai img {
		width: 70px;
		margin: 0 0 0 20px;
	}
	.cart_other .tel_box {
		padding: 15px;
		margin-bottom: 30px;
	}
	.cart_other .tel_box .ttl {
		font-size: 14px;
	}
	.cart_other .tel_box .no {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.cart_other .tel_box .no::before {
		width: 15px;
		height: 24px;
		margin-right: 10px;
	}
	.cart_other .tel_box .att {
		font-size: 13px;
	}
	.cart_other .contact_link {
		margin-bottom: 30px;
	}
	.cart_other .contact_link a {
		font-size: 16px;
	}
	.cart_other .contact_link a::before {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		vertical-align: -5px;
	}
	.cart_other .btn_write_review {
		font-size: 16px;
		height: 50px;
		margin-bottom: 30px;
	}
	.cart_other .btn_write_review::before {
		width: 24px;
		height: 20px;
		margin-right: 15px;
		vertical-align: -5px;
	}
	.table_cart {
		margin-bottom: 30px;
	}
	.table_cart .th {
		width: 100px;
		padding: 10px;
	}
	.table_cart .td {
		padding: 10px;
		width: calc( 100% - 100px );
	}
	.cart_other .ttl_seibun {
		font-size: 14px;
	}
	.cart_other .name_seibun {
		font-size: 14px;
	}
	.table_seibun {
		margin-bottom: 30px;
	}
	.table_seibun .th {
		width: 100px;
		padding: 10px;
	}
	.table_seibun .td {
		padding: 10px;
		width: calc( 100% - 100px );
	}

}

/*　下層その他　*/

.hdg_a {
	background-color: #000;
	margin-bottom: 35px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 14px 14px 14px 20px;
	border-left: 5px solid #a72b2a;
	line-height: 1.5;
}
.hdg_b {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding: 0 0 10px 5px;
	margin-bottom: 1.5em;
	line-height: 1.5;
}
.hdg_c {
	border-left: 5px solid #a72b2a;
	font-size: 16px;
	padding: 0 0 0 15px;
	margin-bottom: 1em;
	line-height: 1.5;
}
.hdg_d {
	font-size: 16px;
	margin-bottom: 1em;
	line-height: 1.5;
}
.sec_box {
	margin-bottom: 70px;
}
.sec_box .last {
	margin-bottom: 3em !important;
}
.table {
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
.table .tr {
	display: flex;
	font-size: 16px;
}
.table .th {
	width: 200px;
	padding: 20px;
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	line-height: 1.8;
	background-color: #f1f1f1;
}
.table .td {
	padding: 20px;
	width: calc( 100% - 200px );
	border-bottom: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	line-height: 1.8;
}

.honbun {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}


ol {
	counter-reset: item;
	margin-bottom: 1.5em;
	font-size: 16px;
}
.ul_list {
	margin-bottom: 1.5em;
	font-size: 16px;
}
ol li {
	margin-bottom: 1em;
	line-height: 1.8;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.ul_list li {
	margin-bottom: 2em;
	line-height: 1.8;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

ol li::before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .8em;
}
.ul_list li::before {
	content: '●';
	padding-right: .8em;
}
.ul_list ul.child {
	margin-bottom: 1em;
}
.ul_list ul.child li {
	margin-bottom: 1em;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.ul_list ul.child li::before {
	content: '－';
}

.table_tax {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.table_tax th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #f1f1f1;
	padding: 15px;
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
}
.table_tax td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 15px;
	line-height: 1.5;
}

.ul_anker {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.ul_anker li {
	width: 30%;
	margin-bottom: 20px;
}
.ul_anker li a {
	background-color: #f1f1f1;
	display: flex;
	width: 100%;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	position: relative;
}
.ul_anker li a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(../img/arrow_pcmenu.png) no-repeat left top;
    background-size: contain;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

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

	.hdg_a {
		margin-bottom: 20px;
		font-size: 14px;
		padding: 8px 8px 8px 15px;
		border-left: 4px solid #a72b2a;
	}
	.hdg_b {
		font-size: 14px;
		padding: 0 0 10px 5px;
	}
	.hdg_c {
		font-size: 14px;
		padding: 0 0 0 15px;
	}
	.hdg_d {
		font-size: 13px;
	}

	.sec_box {
		margin: 0 auto 50px;
		max-width: 520px;
		padding: 0 20px;
	}

	.table .tr {
		font-size: 13px;
	}
	.table .th {
		width: 120px;
		padding: 15px;
	}
	.table .td {
		padding: 15px;
		width: calc( 100% - 120px );
	}

	.honbun {
		font-size: 13px;
	}

	ol {
		font-size: 13px;
	}
	.ul_list {
		font-size: 13px;
	}

	.table_tax {
		font-size: 13px;
	}

	.ul_anker {
		margin: 0 auto 30px;
		padding: 0 20px;
		max-width: 480px;
	}
	.ul_anker li {
		width: 47%;
		margin-bottom: 20px;
	}
	.ul_anker li:last-child {
		margin-bottom: 0;
	}
	.ul_anker li a {
		height: 40px;
		font-size: 12px;
	}
	.ul_anker li a::before {
		width: 5px;
		height: 10px;
		left: 8px;
	}


}

/*　ニュース　*/

.ul_news {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.ul_news li {
	display: flex;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.ul_news li:last-child {
	margin-bottom: 0;
}
.ul_news .date {
	width: 140px;
}
.ul_news .link {
	width: calc( 100% - 140px );
}
.ul_news a {
	color: #000;
	text-decoration: underline;
}
.ul_news a:hover {
	text-decoration: none;
}

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

	.ul_news {
		width: auto;
		max-width: 480px;
		font-size: 13px;
		padding: 0 20px;
		margin: 0 auto 30px;
	}
	.ul_news li {
		display: block;
	}
	.ul_news .date {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	.ul_news .link {
		display: block;
		width: auto;
	}

}

.news_article .date {
	font-size: 16px;
	margin-bottom: 15px;
}
.news_article h1 {
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: 1px solid #ccc;
}
.news_article h2 {
	background-color: #f1f1f1;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.news_article h3 {
	border-left: 5px solid #a72b2a;
	font-size: 16px;
	padding: 0 0 0 15px;
	margin-bottom: 1.5em;
	line-height: 1.5;
}
.news_article h4 {
	font-size: 16px;
	margin-bottom: 1.5em;
	line-height: 1.5;
}
.news_body p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

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

	.news_article {
		padding: 0 20px;
		margin: 0 auto;
		max-width: 480px;
	}
	.news_article .date {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.news_article h1 {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 35px;
	}
	.news_article h2 {
		padding: 10px 15px;
		font-size: 15px;
	}
	.news_article h3 {
		font-size: 14px;
		padding: 0 0 0 15px;
	}
	.news_article h4 {
		font-size: 13px;
	}
	.news_body p {
		font-size: 13px;
	}
	.news_body {
		margin-bottom: 50px;
	}

}



/*ギフト*/

.ul_giftlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.ul_giftlist li {
	width: 48%;
	margin-bottom: 40px;
}
.ul_giftlist li img {
	width: 100%;
	border: 1px solid #ccc;
}
.ul_giftlist li a {
	display: block;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	transition: opacity 0.3s ease;
}
.ul_giftlist li a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px){
	.ul_giftlist {
		max-width: 480px;
		margin: 0 auto 40px;
	}
	.ul_giftlist li {
		width: 100%;
		margin-bottom: 25px;
	}
}

/*　レビュー　*/



/******************************** 商品レビュー */
.reviewRate {
	display: inline-block;
}
.reviewRate span {
	font-size: 14px;
	font-weight: bold;
}
.item-list-review {
  display: flex;
  align-items: center; }
  .item-list-review .reviewRateStar::before {
    font-size: 1rem; }

.item-list-review-rate {
  margin: 0 8px;
  font-weight: bold;
  font-size: 1rem; }

/******************************** REVIEW */
.index-review-list .review-list-unit {
  display: flex; }
.index-review-list .review-list-info {
  width: 180px;
  text-align: left;
  font-size: 0.8rem;
  margin-right: 16px; }
  .index-review-list .review-list-info img {
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
.index-review-list .review-list-content-wrap {
  flex: 1; }
.index-review-list .review-list-name,
.index-review-list .review-score-wrap {
  display: inline-block; }
.index-review-list .reviewRateStar::before {
  font-size: 0.9rem; }

/******************************** REVIEW STAR */
.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #F8D803; }
  .reviewRateStar::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-size: 0.8rem;
    font-weight: 900; }

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400; }

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0"; }

/******************************** ITEM REVIEW */
.item-review {
  text-align: left;
  display: flex;
  align-items: center;
  padding-top: 16px; }

.item-review-average {
  font-size: 1.3rem;
  margin: 0 4px 0 12px; }

/******************************** ITEM REVIEW LIST */
.item-review-detail {
  text-align: left;
  margin-top: 48px; }

.item-review-title {
  position: relative;
  margin-bottom: 16px; }

.btn-review-post-wrap {
  position: absolute;
  right: 0;
  top: 0; }

.item-review-detail .btn-review-post {
  margin: 0;
  padding: 4px 8px;
  width: auto;
  display: inline-block;
  font-size: 0.7rem;
  background: #999; }

.review-list-unit {
  padding: 16px 0;
  font-size: 0.9rem;
  border-bottom: 1px dotted #ccc; }

.review-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; }

.review-star,
.review-score {
  display: inline-block; }

.review-list-score-wrap .reviewRateStar::before {
  font-size: 1.1rem; }

.review-score {
  margin-left: 4px;
  font-weight: bold;
  font-size: 1.0rem; }

.review-list-content {
  font-size: 0.8rem;
  text-align: left; }

.review-list-date {
  font-size: 0.7rem;
  margin-top: 8px;
  color: #999; }

.review-list-text {
  text-align: center;
  color: #999;
  margin-top: 64px; }
/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-title {
  font-size: 1.5rem;
  margin-top: 24px;
  margin-bottom: 48px;
  text-align: left; }
  .review-title em {
    font-weight: bold; }

.review-item-wrap {
  display: flex;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f0f0f0; }

.review-item-image {
  width: 100px; }
  .review-item-image img {
    max-width: 100%; }

.review-item-info {
  flex: 1;
  text-align: left;
  margin-left: 16px;
  font-size: 0.9rem; }

.total-review {
  margin-top: 8px; }
  .total-review .reviewRateStar::before {
    font-size: 1.1rem; }

.review-average,
.review-count {
  display: inline-block; }

.review-average {
  font-weight: bold;
  margin-left: 8px;
  font-size: 1.2rem; }

.review-item-btn {
  text-align: right; }

.btn-review-post {
  width: auto;
  display: inline-block;
  padding: 8px 24px; }

.all-review {
  margin-bottom: 48px; }
  .all-review .review-head-wrap {
    width: 70%;
    text-align: left; }
  .all-review .review-list-content {
    text-align: left; }
  .all-review .review-name,
  .all-review .review-list-score-wrap {
    display: inline-block; }

.review-form-wrap {
  width: 600px;
  margin: 48px auto 32px; }

.review-form {
  display: flex;
  text-align: left;
  padding: 16px 0; }

.review-form-title {
  width: 200px; }

.review-form-content {
  flex: 1; }
  .review-form-content input, .review-form-content textarea {
    width: 100%; }

.link_hojin {
	display: block;
	text-align: center;
	padding: 20px;
	background: #fff;
	font-size: 17px;
	color: #000;
	width: 300px;
	margin: 40px auto 0;
	font-family: serif;
	border-radius: 50px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.link_hojin {
		font-size: 16px;
	}
}
</pre></body></html>