@charset "UTF-8";
@import "style.css";
/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', 'Helvetica Neue', 'Arial', sans-serif;
	animation: fadeIn .5s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
}
.product_page .ec-layoutRole__main, .other_page .ec-layoutRole__main {
	padding: 0;
	text-align: left;
}
#page_shopping.other_page .ec-layoutRole__main {
	padding: 0;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	font-size: 5vw;
	line-height: 1;
	position: relative;
	z-index: 0;
}
.h3:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #4b4b4b;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}
.h3 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px 0;
	background: #fff;
}
.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input, .ec-input textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea, .ec-select textarea, .ec-birth textarea {
	font-size: 1em;
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
	height: auto;
}
/* ---------------------------------------------------------
	CSS Document header ec-layoutRole__header
--------------------------------------------------------- */
header#global, .have_curtain header#global.hidebox {
	position: sticky;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 100;
	/*
 transform: translateY(0);
 transition: .7s;
 */
}
header#global.hidebox {
	position: sticky;
	top: 0 !important;
    z-index: 9999 !important;
    background: #fff;
    transform: translateY(0) !important;
    opacity: 1 !important;
	visibility: visible !important;
}
.ec-layoutRole__header .ec-layoutRole__contents {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	z-index: 10;
}
.have_curtain .ec-layoutRole__contentTop {
	margin-top: calc(190px + 6.5%);
}
.ec-layoutRole__header .h_logo {
	display: inline-block;
	margin: 10px 4% 0;
	padding: 0;
}
.ec-layoutRole__header .h_logo h1 a img {
	max-width: 120px;
}
.ec-layoutRole__header .ec-headerNaviRole {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	max-width: none;
	margin: 15px auto 0;
	padding: 0;
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__left {
	display: block;
	margin: 5px 0 auto;
	width: auto;
}
.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right {
	display: flex;
	justify-content: center;
	width: auto;
	margin: 15px 0 0;
}
@media (min-width:768px) and (max-width:1366px) {
	.ec-layoutRole__header .ec-headerNaviRole {
		flex-direction: row;
		justify-content: flex-end;
	}
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__left {
		margin: 0 30px 0 50px;
	}
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right{
		margin: 0;
	}
}
.ec-layoutRole__header .ec-headerNaviRole .headerNaviRole__nav {
	display: inline-block;
	margin: 0;
}
.ec-headerNaviRole__left {}
.ec-headerRole__navSP {
	display: block;
	background: #000;
	width: 93px;
	height: 30px;
	border-radius: 100px;
}
.ec-headerNavSP {
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	padding: 0;
	width: 90px;
	height: 30px;
	text-align: center;
	color: inherit;
	background: transparent;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	cursor: pointer;
}
/* Drawr Button */
#navDrawrBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	position: relative;
}
#navDrawrBtn::after {
	content: "メニュー";
	position: absolute;
	display: inline-block;
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
#navDrawrBtn span {
	display: block;
	position: absolute;
	left: 15px;
	width: 12px;
	border-bottom: solid 2px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#navDrawrBtn span:nth-child(1) {
	top: 10px;
}
#navDrawrBtn span:nth-child(2) {
	top: 18px;
}
#navDrawrBtn span:nth-child(3) {
	display: none;
	top: 30px;
}
.have_curtain #navDrawrBtn span:nth-child(1) {
	width: 16px;
	top: 14px;
	left: 14px;
	transform: rotate(-45deg);
}
.have_curtain #navDrawrBtn span:nth-child(2), .have_curtain #navDrawrBtn span:nth-child(3) {
	width: 16px;
	top: 14px;
	left: 14px;
	transform: rotate(45deg);
}
/* ---------------------------------------------------------
	CSS Document headerRole__cart
--------------------------------------------------------- */
.ec-layoutRole__header .ec-headerRole__cart {
	align-self: center;
	margin: 0 24% 0 0;
	padding: 0 20px 0 0;
}
.ec-cartNaviWrap {
	position: relative;
}
.ec-cartNavi {
	display: flex;
	/*align-items: center;*/
	height: 44px;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	color: inherit;
}
.ec-cartNavi span {
	display: none;
}
.ec-cartNavi a:hover {
	text-decoration: none;
	color: inherit;
	opacity: .8;
}
.ec-cartNavi .ec-cartNavi__icon {
	display: inline-block;
	height: 27px;
	margin: -1 0 0 10px;
	position: relative;
}
.ec-cartNavi .ec-cartNavi__icon::before {
	content: "";
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url("../img/common/cart_Icon.svg") no-repeat center #fff;
	background-size: contain;
}
.ec-cartNavi .ec-cartNavi__icon .ec-cartNavi__badge {
	display: inline-block;
	vertical-align: top;
	min-width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #fdd000;
	font-size: 14px;
	line-height: 23.5px;
	white-space: nowrap;
	color: #000;
	position: absolute;
	left: 100%;
	top: -15px;
	letter-spacing: -.1em;
	font-style: normal;
	font-weight: 500;
}
.ec-cartNavi .ec-cartNavi__price {
	display: inline-block;
	vertical-align: top;
	min-width: 70px;
	padding-left: 10px;
	text-align: right;
	font-size: 14px;
}
/* search */
.ec-headerSearch .ec-headerSearch__category {
	display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
	display: none;
}
/* ---------------------------------------------------------
	CSS Document headerNaviRole__tlephone
--------------------------------------------------------- */
.ec-headerNaviRole__telephone {
	width: auto;
}
.ec-headerNaviRole__telephone p {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: -2px 0 0 auto;
	overflow: hidden;
	font-size: 1em;
}
.ec-headerNaviRole__telephone p span a::before {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	background: url("../img/common/phone_Icon.svg") no-repeat center #fff;
}
/* ---------------------------------------------------------
	CSS Document headerNaviRole__subnav
--------------------------------------------------------- */
.ec-headerNaviRole__sub_nav ul.sub_nav {
	display: none;
}
.ec-headerNaviRole__sub_nav ul.sub_nav_sp {
	height: 110px;
}
.ec-headerNaviRole__sub_nav ul.sub_nav_sp {
	position: absolute;
	top: 117px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}
.ec-headerNaviRole__sub_nav ul.sub_nav_sp li {
	width: 50%;
	margin: 0;
}
.ec-headerNaviRole__sub_nav ul.sub_nav_sp li a {
	display: flex;
	justify-content: center;
	align-content: flex-start;
	height: 110px;
	padding: 78px 0 0;
	font-size: 14px;
	color: #333;
}
.ec-headerNaviRole__sub_nav ul.sub_nav_sp li:nth-of-type(1) a {
	background: url("../img/common/shop_matsumoto.jpg") no-repeat center top /50% #F6F1D6;
}
.ec-headerNaviRole__sub_nav ul.sub_nav_sp li:nth-of-type(2) a {
	background: url("../img/common/sub_nav_bg_wanokuyo@2x.png") no-repeat center top /50% #BAE3F9;
}
@media (min-width:768px) and (max-width:1366px) {
	.ec-headerNaviRole__sub_nav ul.sub_nav_sp li a{
		font-size: 16px;
	}
	.ec-headerNaviRole__sub_nav ul.sub_nav_sp li:nth-of-type(1) a,
	.ec-headerNaviRole__sub_nav ul.sub_nav_sp li:nth-of-type(2) a{
		background-size: 25%;
	}
}
/* ---------------------------------------------------------
	CSS Document .ec-drawerRole
--------------------------------------------------------- */
.ec-drawerRole {
	overflow-y: auto;
	background: #fff;
	width: 100%;
	height: calc(100dvh - 60px);
	transform: translateX(100vw);
	position: fixed;
	top: 109px;
	left: 0;
	z-index: 10000;
	transition: z-index 0ms 1ms, transform .6s;
}
.ec-drawerRole.is_active {
	transition: .6s;
	overflow-y: auto;
}
.ec-drawerRoleClose.is_active {
	display: none;
}
.ec-overlayRole {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: transparent;
	transform: translateX(0);
	transition: .6s;
	visibility: hidden;
}
.ec-drawerRoleClose {
	display: none;
}
.have_curtain .ec-overlayRole {
	display: block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: rgba(0, 0, 0, 0.5);
	visibility: visible;
	transition: .6s;
}
.ec-layoutRole__contentTop {
	/*margin: 227px 0 0;*/
	margin: 0;
}
@media (max-width:375px) {}
@media (max-width:320px) {
	.ec-layoutRole__header .h_logo h1 a img {
		width: 100%;
		max-width: 100%;
	}
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__left {}
	.ec-layoutRole__header .ec-headerNaviRole .ec-headerNaviRole__right {}
	.ec-layoutRole__header .ec-headerRole__cart {}
}
/* ---------------------------------------------------------
	CSS Document headerNaviRole__nav_pc
--------------------------------------------------------- */
.header_itemNav_sp {
	width: 100%;
	background: #F8F4E1;
}
.header_itemNav_sp ul {
	display: flex;
	padding: 9px;
}
.header_itemNav_sp ul li {
	position: relative;
	display: inline-block;
	width: calc(100% / 3);
	height: 66px;
	background: #F8F4E1;
	border-right: 1px solid #707070;
	font-weight: 500;
}
.header_itemNav_sp ul li:last-of-type {
	border: none;
}
.header_itemNav_sp ul li a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	padding: 0 1em;
	text-align: center;
	font-size: 14px;
	color: inherit;
}
.header_itemNav_sp ul li:first-of-type a::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url("../img/common/icon_h_butsudan.jpg") no-repeat center #F8F4E1;
	background-size: contain;
}
.header_itemNav_sp ul li:nth-of-type(2) a::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url("../img/common/icon_h_ihai.jpg") no-repeat center;
	background-size: contain;
}
/* Drawer */
.ec-headerSearch .ec-headerSearch__keyword {
	border-radius: 3em;
	background: #fff;
}
.ec-drawerRole .ec-headerSearch {
	padding: 20px 8px;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
	right: 15px;
	transform: translateY(-50%);
}
.ec-itemNav__nav li.plus a {
	position: relative;
}
.ec-itemNav__nav li.plus > a::before { /* カテゴリーリスト 閉じている時 */
	content: "＋";
	position: absolute;
	right: 12px;
}
.ec-itemNav__nav li.plus > a.open::before { /* カテゴリーリスト 開いている時 */
	content: "－";
}
.ec-headerCategoryArea {}
/*----------------*/
.headerNaviRole__nav_pc {
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.headerNaviRole__nav_pc li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}
.headerNaviRole__nav_pc li:not(:last-of-type) {
	margin-right: 1.333333333333333%;
}
.headerNaviRole__nav_pc li a {
	display: block;
	background: #fff;
	text-decoration: none;
	line-height: 30px;
	color: #000;
}
.headerNaviRole__nav_pc li a:hover {
	opacity: 0.6;
}
.headerNaviRole__nav_pc li a img {
	width: 30px;
}
.headerNaviRole__nav_pc li a span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
	padding-left: 5px;
	font-size: 2vw;
	line-height: 1.3;
}
/* ---------------------------------------------------------
	CSS Document main_visual slick_slider
--------------------------------------------------------- */
.main_visual {
	margin: 3vw 0;
}
.slick-prev {
	left: 4% !important;
}
.slick-next {
	right: 4% !important;
}
.slick-slide {
	margin: auto 3vw;
}
.slick-slide img {
	max-height: 50vh;
	max-width: 96vw;
	margin: 0 auto;
	border-radius: 10px;
}
.slick-dotted.slick-slider {
	margin-bottom: 30px !important;
}
/* ---------------------------------------------------------
	CSS Document ec-newsRole
--------------------------------------------------------- */
.ec-newsRole {}
.ec-newsRole .ec-newsRole__news {
	border: solid 16px #F8F8F8;
	padding: 20px 30px;
	text-align: left;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
.ec-newsRole .ec-newsRole__newsDate {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	font-size: 14px;
	letter-spacing: 1px;
}
.ec-newsRole .ec-newsRole__newsColumn {
	display: inline-block;
	vertical-align: top;
	min-width: calc(100% - 120px);
	font-size: 14px;
}
.ec-newsRole .ec-newsRole__newsTitle {
	font-weight: bold;
	font-size: 15px;
}
/* ---------------------------------------------------------
	CSS Document ec-layoutRole mainContent
--------------------------------------------------------- */
.ec-layoutRole__contents.mainContent {
	margin: 10% auto;
	padding: 0 10px;
}
#page_homepage .ec-layoutRole__contents.mainContent {
	margin: 0;
}
/* ---------------------------------------------------------
	CSS Document ec-layoutRole__left
--------------------------------------------------------- */
.ec-layoutRole__left {
	display: none;
}
/* ---------------------------------------------------------
	CSS Document ec-layoutRole__mainWithColumn mainContent
--------------------------------------------------------- */
.ec-layoutRole__mainTop {
	text-align: center;
}
.title {
	display: flex;
	justify-content: center;
	margin: 1em auto;
	font-size: 28px;
	font-family: serif;
}
.ec-searchnavRole__header .title {
	margin: .5em 0 1.5em;
}
.top-main p {
	margin-bottom: 25px;
	text-align: center;
}
.top-main li {
	margin-bottom: 25px;
	text-align: center;
}
.ec-shelfGrid .ec-shelfGrid__item .item_price {
	text-align: left;
	color: #000;
}
.recommend .btn a {
	display: block;
	width: 207px;
	margin: 0 auto;
	padding: 17px;
	border-radius: 15px;
	background: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
	color: #fff;
}
.recommend .arw1::before {
	left: 83%;
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main_banner {
	margin: 12% auto;
}
/*
.ec-secHeading {
 margin: 0;
 padding: .7em 0 0;
 background: #F2F2EE;
 text-align: center;
}
.ec-secHeading .title {
 margin: 0 auto;
}
.ec-newsRole .ec-newsRole__news {
 border: none;
 margin: 0;
 padding: 1em 1em 1.5em;
 background: #F2F2EE;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
 margin-bottom: 15px;
 padding-bottom: 15px;
 border-bottom: solid 1px #ccc;
}
.ec-newsRole .ec-newsRole__newsDate {
 margin: 0 0 10px;
 font-size: 17px;
 letter-spacing: .1em;
}*/
.ec-newsRole {
	margin-bottom: 40px;
	padding: 0;
	text-align: left;
	font-family: serif;
}
.ec-newsRole ul.newsList li {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 1em 0;
	border-bottom: 1px solid #707070;
}
.ec-newsRole ul:first-of-type li {
	padding: 0 0 1em;
}
.ec-newsRole ul.newsList li a {
	color: #333;
}
.ec-newsRole ul.newsList li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28%;
	margin: 0 4% 0 0;
	background: #666;
	color: #fff;
	font-size: 1em;
}
.ec-newsRole ul.newsList li span.info {
	background: #004098;
}
.ec-newsRole ul.newsList li span.shop {
	background: #6FBA2C;
}
.ec-newsRole ul.newsList li time {
	width: 68%;
	font-size: 14px;
}
.ec-newsRole ul.newsList li p {
	width: 68%;
	font-size: 14px;
}
.ec-newsRole p a.more {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 24px 0 0;
	font-size: 1em;
	font-family: serif;
	color: #333;
}
.ec-newsRole p a.more::after {
	content: "";
	display: inline-block;
	width: 43px;
	height: 43px;
	margin: 0 0 0 .5em;
	background: url("../img/common/arw_line_gr.svg") no-repeat center top /contain;
}
/* ranking */
#rankingProudcts li.ec-shelfGrid__item {
	position: relative;
}
#rankingProudcts li.ec-shelfGrid__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 36px;
	height: 100%;
	z-index: 3;
}
#rankingProudcts li.ec-shelfGrid__item:nth-child(1)::before {
	background: url("../img/common/rank1_2.svg") no-repeat center top /contain;
}
#rankingProudcts li.ec-shelfGrid__item:nth-child(2)::before {
	background: url("../img/common/rank2_2.svg") no-repeat center top /contain;
}
#rankingProudcts li.ec-shelfGrid__item:nth-child(3)::before {
	background: url("../img/common/rank3_2.svg") no-repeat center top /contain;
}
#rankingProudcts li.ec-shelfGrid__item:nth-child(4)::before {
	background: url("../img/common/rank4_2.svg") no-repeat center top /contain;
}
/*  カテゴリーヘッダーフッター（プラグイン）*/
#category_extension_b_header_contents, #category_extension_b_footer_contents {
	text-align: left;
}
#category_extension_b_header_contents .ec-off1Grid .ec-off1Grid__cell, #category_extension_b_footer_contents .ec-off1Grid .ec-off1Grid__cell {
	width: 100%;
	margin: auto;
	padding: 1em;
}
/* ---------------------------------------------------------
	CSS Document ec-layoutRole__contentBottom
--------------------------------------------------------- */
#page_homepage .ec-layoutRole__contentBottom {
	margin: 0 20px;
	text-align: left;
}
/* ---------------------------------------------------------
	CSS Document f_guide
--------------------------------------------------------- */
.f_guide {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 45px;
	background: #F8F4E1;
}
.f_guide dl {
	position: relative;
	width: 50%;
	margin: 24px 0;
	padding: 14px 14px 20%;
	border-right: 2px solid #707070;
	font-size: 1em;
}
.f_guide dl:nth-of-type(even) {
	border-right-color: transparent;
}
.f_guide dt {
	position: relative;
	margin: 0 0 26px;
	font-weight: 600;
	font-size: 18px;
}
.f_guide dd {
	font-size: 14px;
	line-height: 1.5;
}
.f_guide dd img {
	height: 48px;
	margin: 0 0 20px;
}
.f_guide dd .tel {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 23px;
}
.f_guide dd .address {
	display: block;
	margin: 10px 0 0;
	text-align: left;
	font-size: 15px;
}
.f_guide a.button {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 80%;
	margin: 1em auto 0;
	padding: 12px;
	border-radius: 100px;
	border: 1px solid #707070;
	background: #fff;
	text-decoration: none;
	line-height: 1.2;
	font-size: 16px;
	color: #000;
}
.f_guide dl:nth-of-type(4) dt {
	margin: 0 0 5px;
}
.f_guide dl:nth-of-type(4) dd {
	margin: 0;
}
.f_guide dl:nth-of-type(4) dd img {
	margin: 0 auto;
}
.f_guide .arw1::before {
	left: 85%;
	width: 11px;
	height: 11px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width:768px) and (max-width:1366px) {
	.f_guide dl{
		padding: 14px 10% 10%;
	}
}
/* ---------------------------------------------------------
	CSS Document footer_shop_logo
--------------------------------------------------------- */
.fotter_shop_logo {
	margin: 45px auto;
}
.fotter_shop_logo p {
	font-size: 14px;
	letter-spacing: .1em;
}
.fotter_shop_logo a img {
	display: inline-block;
	width: 69%;
	max-width: 260px;
	margin: 0 auto 26px;
}
.fotter_shop_logo p span {
	display: block;
	margin: 6px 0 0;
	font-size: 23px;
}
.fotter_shop_logo p span a {
	font-size: 33px;
	font-weight: 500;
}
.footer_product_list h3 {
	font-size: 26px;
}
.footer_products_list {}
.footer_products_list h3 {
	margin: 10px 16px;
	text-align: left;
	font-size: 18px;
}
.footer_products_list .ec-categoryNaviRole {
	display: block;
	padding: 0;
}
.ec-footerNavi li a, .footer_products_list .ec-itemNav__nav li a {
	display: block;
	border: none;
	margin: 0 0 5px;
	padding: 16px 16px 16px 37px;
	height: auto;
	color: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	background: url("../img/common/arw_wh_l.svg") no-repeat 95% center /36px #EFEFEF;
}
.footer_products_list .ec-itemNav__nav > li ul li a {
	padding: 16px 30px;
	background: #fff;
	color: inherit;
}
.footer_products_list .ec-itemNav__nav > li ul li li a {
	padding: 16px 46px;
}
.ec-itemNav__nav > li:hover li:hover > a, .ec-itemNav__nav > li:hover li:hover li:hover > a {
	background: none;
}
/* ---------------------------------------------------------
	CSS Document ec-footerNavi
--------------------------------------------------------- */
.ec-footerNavi {
	margin: 68px 0;
}
/*.ec-footerNavi li a::before {
 display: block;
}
.ec-footerNavi li a {
 position: relative;
}
.ec-footerNavi li a::before { /* カテゴリーリスト 閉じている時 */ /*
 content: "";
 position: absolute;
 top: 50%;
 right: 20px;
 display: inline-block;
 width: 12px;
 height: 12px;
 border-top: 2px solid #707070;
 border-right: 2px solid #707070;
 transform: rotate(45deg) translateY(-50%);
}*/
.ec-footerNavi ul:nth-of-type(1), .ec-footerNavi ul:nth-of-type(2), .ec-footerNavi ul:nth-of-type(3) {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document ec-footerNaviSP
--------------------------------------------------------- */

/* =========================
   SP専用 フッターナビ
========================= */
/* PCでは非表示 */
.ec-footerNavisp {
  display: none !important;
  margin: 40px 0;
}

/* SPだけ表示＆レイアウト適用 */
@media screen and (max-width: 768px) {

  .ec-footerNavisp {
    display: block !important;
  }

  /* グリッド（2カラム） */
  .ec-footerNavisp ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  /* 各アイテム */
  .ec-footerNavisp li {
    list-style: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  /* リンク */
  .ec-footerNavisp li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }

  /* 左側 */
  .ec-footerNavisp li a .nav-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* アイコン */
  .ec-footerNavisp li a img {
    width: 28px;
    height: auto;
  }

  /* 矢印 */
  .ec-footerNavisp li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #c00;
    border-right: 2px solid #c00;
    transform: rotate(45deg);
  }

  /* アコーディオン */
  .ec-footerNavisp li ul {
    display: none;
    grid-column: span 2;
    padding: 10px;
    background: #f9f9f9;
  }

}





/* ---------------------------------------------------------
	CSS Document ec-footerRole
--------------------------------------------------------- */
.ec-layoutRole__footer {
	margin-top: 40px;
}
.ec-footerRole {
	padding: 30px 0;
}
.ec-footerTitle__logo {
	display: flex;
	justify-content: space-evenly;
}
.ec-footerTitle__logo img {
	margin-bottom: 20px;
}
.ec-footerTitle__logo a {
	display: inline-block;
	width: 42%;
}
.ec-footerTitle__copyright {
	padding: 10px 0;
	background: #fff;
	font-size: 14px;
	color: #333;
}
@media (min-width:768px) and (max-width:1366px) {
	.ec-footerTitle__logo {
		justify-content: center;
	}
	.ec-footerTitle__logo a {
		width: 30%;
		margin: 0 2.5%;
	}
}
/*pagetop*/
.ec-blockTopBtn {
	right: 15px;
	bottom: 50px;
	width: 44px;
	height: 44px;
	background: url("../img/common/totop_but.svg") no-repeat center top /contain;
	font-size: 12px;
}
.ec-blockTopBtn span {
	display: none;
}
/* ---------------------------------------------------------
	CSS Document ihai_order_flow
--------------------------------------------------------- */
.ihai_order_flow {
	margin: 50px auto;
	font-size: 1em;
}
.ihai_order_flow h3 {
	padding: .4em;
	background: #fdd000;
	text-align: center;
	font-size: 18px;
}
.ihai_order_flow > div {
	margin: 0 3% 2em;
}
.ihai_order_flow ol {
	margin: 1.5em 0 2em .5em;
	counter-reset: ListCounter 0;
}
.ihai_order_flow ol:nth-of-type(2) {
	counter-reset: ListCounter 2;
}
.ihai_order_flow ol:nth-of-type(3) {
	counter-reset: ListCounter 2;
}
.ihai_order_flow ol:last-child {
	counter-reset: ListCounter 4;
	margin-top: 3em;
}
.ihai_order_flow ol li {
	position: relative;
	margin: .5em 0 1em;
	padding: 0 0 0 34px;
	list-style: none;
}
.ihai_order_flow ol li::before {
	counter-increment: ListCounter 1;
	content: counter(ListCounter);
	position: absolute;
	left: -10px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 27px;
	background: #777;
	border-radius: 50%;
	top: 0;
}
.ihai_order_flow p strong {
	display: block;
	padding: .1em .5em;
	border: 2px solid #fdd000;
	text-align: center;
	font-size: 1em;
}
/* ---------------------------------------------------------
	CSS Document ec-productRole
--------------------------------------------------------- */
.ec-productRole {
	margin: 0 0 40px;
}
.ec-productRole__actions {
	text-align: left;
}
.ec-numberInput {
	text-align: left;
}
.ec-productRole .ec-productRole__description {
	margin: 2em 10px 0 10px;
	text-align: left;
}

.ec-productRole .ec-productRole__actions label {
	font-weight: normal;
}
/* ---------------------------------------------------------
	CSS Document product_shop
--------------------------------------------------------- */
#product_shop p {
	text-align: center;
}
#product_shop figure {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: solid 1px #4b4b4b;
}
#product_shop .small {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
	color: #999;
}
#product_shop dl {
	padding: 10px 0;
	border-bottom: solid 1px #4b4b4b;
	text-align: left;
	font-size: 14px;
}
#product_shop dd a {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	font-weight: bold;
}
#product_shop dd a:before {
	content: "\f095";
	margin-right: 3px;
	font-family: "Font Awesome 5 Free";
}
/* ---------------------------------------------------------
	CSS Document select_style
--------------------------------------------------------- */
.select_style li {
	margin-bottom: 20px;
	padding: 20px 15px;
	border: solid 5px #f3f3f3;
	text-align: center;
}
.select_style li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.select_style li a:hover {
	opacity: 0.6;
}
.select_style li span {
	display: inline-block;
	vertical-align: top;
	height: 41px;
	margin-top: 20px;
	padding: 0 30px;
	border-radius: 41px;
	background: #c31b1f;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	position: relative;
}
.select_style li span:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}
/* ---------------------------------------------------------
	CSS Document category_extension_b_header_contents
--------------------------------------------------------- */
#category_extension_b_header_contents {
	margin-bottom: 20px;
}

#category_extension_b_header_contents br{
	display: none;
}

.butsudan_select {
	margin-bottom: 30px;
}
.butsudan_select__cell {
	margin-bottom: 30px;
}
.butsudan_word li {
	margin-left: 1.4em;
	text-indent: -1.4em;
}
/* ---------------------------------------------------------
	CSS Document ec-cartRow
--------------------------------------------------------- */
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
	font-size: 12px;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.4;
}
.ec-cartRole__is_delivery_free {
	text-align: left;
}
.ec-cartRole .ec-cartRole__total {
	margin-bottom: 5px;
}
/* ---------------------------------------------------------
	CSS Document shopping
--------------------------------------------------------- */
#coupon.ec-orderCoupon {
	margin-bottom: 20px;
}
/* ---------------------------------------------------------
	CSS Document gmo_payment_gateway_credit_form
--------------------------------------------------------- */
#gmo_payment_gateway_credit_form dd .ec-input.inline {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
#gmo_payment_gateway_credit_form dl {
	padding-top: 10px;
}
#gmo_payment_gateway_credit_form dl:not(:last-of-type) {
	padding-bottom: 5px;
	border-bottom: dashed 1px #ccc;
}
#gmo_payment_gateway_credit_form dt {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 15px;
}
#gmo_payment_gateway_credit_form dd #shopping_order_card_name1, #gmo_payment_gateway_credit_form dd #shopping_order_card_name2 {
	display: inline-block;
	width: calc(100% - 3em);
}
#gmo_payment_gateway_credit_form dd .ec-font-size-1 {
	margin: -5px 0 5px;
}
#gmo_payment_gateway_credit_form dd .ec-checkbox {
	margin-bottom: 5px;
}
#gmo_payment_gateway_credit_form dd #shopping_order_credit_pay_methods, #gmo_payment_gateway_credit_form dd .ec-input #shopping_order_security_code {
	width: 100% !important;
}
/* ---------------------------------------------------------
	CSS Document home_content
--------------------------------------------------------- */
#home a p {
	color: #333;
}
#home .shop {}
#home .shop .inner {
	display: flex;
	flex-direction: column;
}
#home .shop .inner h2 {
	order: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: auto;
	padding: .9em;
	background: #000;
	font-size: 20px;
	color: #fff;
	z-index: 2;
}
#home .shop .inner h2 + p {
	order: 1;
	margin: 0 4%;
	font-size: 18px;
}
#home .shop .inner h2 + p + p {
	order: 2;
	margin: 0 4% .5em;
	font-family: serif;
	font-size: 25px;
}
#home .shop .inner h2 + p > br, #home .shop .inner h2 + p + p > br {
	display: block;
}
#home .shop .inner > div {
	order: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -1.8em 0 .5em;
	padding: 3em 0 0;
	background: #EFEFEF;
}
#home .shop div > div > div {
	width: 48%;
	margin: 0 0 1em;
}
#home .shop div > div > div a {}
#home .shop div > div > div a > p {
	margin: .3em 0 0;
	font-size: 14px;
}
#home .shop .xicon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: .5em 0 0;
}
#home .shop .xicon a img{
  display: inline-block;
  width: 44px;
  height: auto;
  padding: 20%;
}
@media (min-width:768px) and (max-width:1366px) {
	#home .shop .inner h2 + p + p > br{
		display: none;
	}
	#home .shop div > div > div a > p{
		font-size: 18px;
	}
}
#home .customer_voice {
	margin: 12.5% 0;
	background: url("../img/common/bg_about9_sp@2x.jpg") no-repeat center top /160%;
	font-family: serif;
}
#home .customer_voice .inner {
	width: 100%;
	margin: auto;
	padding: 0 0 10px;
}
#home .customer_voice h2 {
	padding: 100px 0 16px;
	text-align: center;
	font-size: 28px;
	/*letter-spacing: .4em;*/
}
#home .customer_voice div > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 32px;
}
#home .customer_voice div > div > div {
	position: relative;
	display: block;
	width: auto;
	height: 100%;
	margin: 0 4vw;
	padding: 23px;
	background: #fff;
	border: 1px solid #707070;
	text-align: left;
}
#home .customer_voice div > div > div:not(:first-of-type) {
	display: none;
}
#home .customer_voice div > div > div a {
	display: inline-block;
}
#home .customer_voice div > div > div h3 {
	margin: 0 0 .5em;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
}
#home .customer_voice div > div > div a > p {
	margin: 1em auto 0;
	font-size: 14px;
}
#home .customer_voice div > div > div a > p.more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
#home .customer_voice div > div > div a > p.more::after, #home .customer_voice div > p a.more::after {
	content: "";
	display: inline-block;
	width: 43px;
	height: 43px;
	margin: 0 0 0 .5em;
	background: url("../img/common/arw_line_gr.svg") no-repeat center top /contain;
}
#home .customer_voice div > p a.more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 32px auto;
	font-size: 16px;
	color: #333;
}
#home .customer_voice div > p a.more::before {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: "";
	display: inline-block;
	width: calc(100% - 50px);
	height: 1px;
	border-top: 1px solid #707070;
}
@media (min-width:768px) and (max-width:1366px) {
	#home .customer_voice h2{
		margin: 50px auto;
	}
	#home .customer_voice div > div > div{
		width: 48%;
		height: auto;
		margin: 0 1%;
		padding: 5%;
	}
	#home .customer_voice div > div > div:not(:first-of-type) {
		display: block;
	}
	#home .customer_voice div > div > div:last-of-type{
		display: none;
	}
}
#home .recommend {
	margin: 12.5% 0;
	background: url("../img/common/bg_about8_sp@2x.jpg") repeat-y center top /contain;
	font-family: serif;
}
#home .recommend .inner {
	width: 100%;
	margin: auto;
}
#home .recommend div h2 {
	padding: 60px 0 38px;
	text-align: center;
	font-size: 28px;
	letter-spacing: .4em;
}
#home .recommend div > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 2% 32px;
	padding: 0 0 32px;
}
#home .recommend div > div > div {
	position: relative;
	display: block;
	width: 48.6%;
	height: 100%;
	margin: 0 0 2%;
	padding: 12px;
	background: #fff;
	border: 1px solid #707070;
}
#home .recommend div > div > div a {
	display: inline-block;
}
#home .recommend div > div > div h3 {
	height: 23px;
	margin: 0 0 .5em;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}
#home .recommend div > div > div:nth-of-type(4) h3 {
	font-size: 1.6vh;
}
#home .recommend div > div > div a > p {
	margin: 1em auto 0;
	font-size: 12px;
}
#home .recommend div > div > div a > p:first-of-type {
	display: -webkit-box;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
#home .recommend div > div > div a > p.more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 1em 0 0;
}
#home .recommend div > div > div a > p.more::after, #home .recommend div > p a.more::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 0 .5em;
	background: url("../img/common/arw_line_gr.svg") no-repeat center top /contain;
}
#home .recommend div > p a.more {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	font-size: 12px;
	color: #333;
}
@media (min-width:768px) and (max-width:1366px) {
	#home .recommend div > div > div{
		padding: 4%;
	}
	#home .recommend div > div > div h3{
		margin: 0 0 1em;
		font-size: 18px;
	}
}
#home .info {
	margin: 12.5% 0 0;
	background: url(../img/common/bg-annnai-sp.jpg) repeat-y center top / contain;
	/*background: #BAE3F9;*/
	font-family: serif;
}
#home .info .inner {
	width: 100%;
	margin: 0 auto;
	padding: 48px 0;
}
#home .info div h2 {
	margin: 0 0 10px;
	text-align: center;
	font-size: 28px;
	letter-spacing: .4em;
}
#home .info div h2 + p {
	margin: 0 0 1em;
	padding: 0 4%;
	text-align: left;
	font-size: 14px;
}
#home .info div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 4%;
}
#home .info div > ul > li {
	display: block;
	width: 48.4%;
	height: 100%;
}
#home .info div > ul > li a {
	display: inline-block;
}
#home .info div > ul > li a > p {
	margin: .5em auto 1em;
	text-align: center;
	font-size: 14px;
}
@media (min-width:768px) and (max-width:1366px) {
	#home .info div h2 + p {
		text-align: center;
	}
	#home .info div > ul > li a > p{
		font-size: 20px;
	}
}
#home .online_shop {
	margin: 60px auto 0;
	font-family: serif;
}
#home .online_shop .inner {
	width: 100%;
	margin: auto;
}
#home .online_shop div h2 {
	display: flex;
  justify-content: center;
  margin: 1em auto;
  font-size: 28px;
  font-family: serif;
}
#home .online_shop div h2 + h3 {
	text-align: center;
	font-size: 28px;
}
#home .online_shop div h2 + h3 + p {
	margin: 1.5em 4% 0;
	text-align: left;
	font-size: 14px;
}
#home .online_shop div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 30px auto;
}
#home .online_shop div > ul > li {
	width: 50%;
	height: 100%;
	padding: 3px;
}
#home .online_shop div > ul > li a {
	display: inline-block;
}
#home .online_shop div > ul > li img {
	width: 100%;
}
#home .online_shop div > ul > li a p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .5em auto 1em;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}
#home .online_shop div > ul > li a p::after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 0 0 .5em;
	background: url("../img/common/arw_wh_l.svg") no-repeat center top /contain;
}
#home .online_shop div.banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 4%;
}
#home .online_shop div.banner img {
	margin: 0 30px 4%;
}
#home .online_shop div.banner img:nth-of-type(2) {
	margin-bottom: 0;
}
@media (min-width:768px) and (max-width:1366px) {
	#home .online_shop div h2{
		font-size: 55px;
	}
	#home .online_shop div > ul > li a p{
		font-size: 20px;
	}
}
#home .inquiry {
	padding: 0;
}
#home .inquiry .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: auto;
	padding: 8% 6%;
	background: #004098;
	border-radius: 20px;
	text-align: center;
	color: #fff;
}
#home .inquiry div > div a[href] {
	color: #fff;
}
#home .inquiry div > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
#home .inquiry div > div:nth-of-type(2), #home .inquiry div > div:nth-of-type(3) {
	margin: 80px 0 0;
}
#home .inquiry div > div h3 {
	height: 74px;
	margin: 0;
	padding: .9em 0 0;
	background: url("../img/common/inq_title_bg.svg") no-repeat center top /contain;
	font-size: 18px;
}
#home .inquiry div > div h3 + p {
	font-size: 18px;
}
#home .inquiry div > div:nth-of-type(2) h3 + p {
	margin: 0 0 2em;
	font-size: 14px;
}
#home .inquiry div > div h3 + p strong {
	font-size: 25px;
}
#home .inquiry div > div h3 + p a[href] {
	font-size: 38px;
	line-height: 1.3;
	letter-spacing: .1em;
}
#home .inquiry div > div h3 + p small {
	font-size: 14px;
}
#home .inquiry div > div hr {
	width: 20%;
}
#home .inquiry div > div h4 {
	margin: 0 auto;
	font-size: 20px;
}
#home .inquiry div > div p a.button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 65px;
	margin: 17px auto 0;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 200px;
	background: url("../img/common/arw_line_wh.svg") no-repeat 94% center /45px;
	text-decoration: underline;
	font-size: 14px;
}
#home .inquiry div > div p a.button:hover {
	background: url("../img/common/arw_line_wh.svg") no-repeat 94% center /45px rgba(255, 255, 255, .2);
}
@media (min-width:768px) and (max-width:1366px) {
	#home .inquiry div > div h3{
		margin: 0 0 1em;
	}
	#home .inquiry div > div:nth-of-type(2), #home .inquiry div > div:nth-of-type(3){
		margin: 50px 0 0;
	}
	#home .inquiry div > div p a.button{
		width: 55%;
	}
}
#home .about {
	margin: 77px auto 0;
	font-family: serif;
}
#home .about .inner {
	position: relative;
	width: 100%;
	margin: auto;
}
#home .about div > div {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 28px 6% 400px;
	background: url("../img/common/bg_about_sp@2x.jpg") no-repeat center /cover;
}
#home .about div > div h2 {
	margin: 0 0 28px;
	font-size: 28px;
}
#home .about div > div h2 + p {
	text-align: left;
	font-size: 14px;
}
#home .about div ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 46px;
	padding: 0 6%;
}
#home .about div ul li {
	width: 100%;
}
#home .about div ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75px;
	margin: 20px auto 0;
	padding: 0 0 0 3em;
	background: #004098;
	border: 1px solid #fff;
	border-radius: 200px;
	text-decoration: underline;
	font-size: 14px;
	color: #fff;
}
/*
#home .about div ul li:nth-of-type(1) a{
 background: #004098;
}
#home .about div ul li:nth-of-type(1) a:hover{
background: rgba(0,64,152,.8);
}
#home .about div ul li:nth-of-type(2) a{
 background: #6FBA2C;
}
#home .about div ul li:nth-of-type(2) a:hover{
 background: rgba(111,186,44,.8);
}
*/
#home .about div ul li a::after {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0 0 0 1.5em;
	background: url("../img/common/arw_line_wh.svg") no-repeat center top /contain;
}
#home .about div ul + p {
	text-align: center;
}
#home .about div ul + p a {
	display: block;
}
#home .about div ul + p a img {
	margin: 0 auto 10%;
	padding: 0 4%;
}
@media (min-width:768px) and (max-width:1366px) {
	#home .about div > div {
		background-position: center 70%;
	}
	#home .about div > div h2 + p{
		font-size: 1em;
	}
	#home .about div ul li a{
		width: 70%;
		font-size: 18px;
	}
}
#home .content_menu {
	margin: auto;
	padding: 5% 0;
	background: url("../img/common/bg_mark.png") no-repeat -20% center /48%;
	font-family: serif;
}
#home .content_menu .inner {
	width: 100%;
	margin: auto;
	padding: 0 4%;
	text-align: left;
}
#home .content_menu div ul li a {
	display: block;
	width: 100%;
	border-top: 1px solid #707070;
	padding: 1em;
	font-size: 20px;
	background: url("../img/common/arw_line_gr.svg") no-repeat 96% center /36px;
	color: #333;
}
#home .content_menu div ul li:last-of-type {
	border-bottom: 1px solid #707070;
}
@media (min-width:768px) and (max-width:1366px) {
	#home .content_menu div ul li a{
		padding: 1em 90px;
		text-align: right;
	}
}