@charset "euc-jp";

@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap');

.notoserif {
	font-family: 'Noto Serif JP', serif;
}

.hiragino {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto", "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif
}

#base_gmoWrapp,
#gmo_CMSPbar {
	overflow: hidden;
	min-width: 100% !important;
	width: 100% !important;
}

.row {
	max-width: 1170px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #D7D0C1;
	background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
}


.muted {
	color: #999;
}

a.muted:hover,
a.muted:focus {
	color: #808080;
}

.text-warning {
	color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}

.text-error {
	color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}

.text-info {
	color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}

.text-success {
	color: #468847;
}

a.text-success:hover,
a.text-success:focus {
	color: #356635;
}

hr {
	clear: both;
}

.btn-01 {
	border: 1px solid <{$btn_01_bgcolor}>;
	background-color: <{$btn_01_bgcolor}>;
	*background-color: <{$btn_01_bgcolor}>;
	color: <{$btn_01_font_color}>;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
	border: 1px solid <{$btn_01_bgcolor_hover}>;
	background-color: <{$btn_01_bgcolor_hover}>;
	*background-color: <{$btn_01_bgcolor_hover}>;
	color: <{$btn_01_font_color}>;
}

.btn-02 {
	border: 1px solid <{$btn_02_bgcolor}>;
	background-color: <{$btn_02_bgcolor}>;
	*background-color: <{$btn_02_bgcolor}>;
	color: <{$btn_02_font_color}>;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
	border: 1px solid <{$btn_02_bgcolor_hover}>;
	background-color: <{$btn_02_bgcolor_hover}>;
	*background-color: <{$btn_02_bgcolor_hover}>;
	color: <{$btn_02_font_color}>;
}

.btn-03 {
	border: 1px solid <{$btn_03_bgcolor}>;
	background-color: <{$btn_03_bgcolor}>;
	*background-color: <{$btn_03_bgcolor}>;
	color: <{$btn_03_font_color}>;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
	border: 1px solid <{$btn_03_bgcolor_hover}>;
	background-color: <{$btn_03_bgcolor_hover}>;
	*background-color: <{$btn_03_bgcolor_hover}>;
	color: <{$btn_03_font_color}>;
}

button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
		-moz-box-shadow: none;
					box-shadow: none;
}

.btn-link {
	border-color: transparent;
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
					border-radius: 0;
	color: #0088cc;
	cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
	background-color: transparent;
	color: #005580;
	text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #333333;
	text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
					border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
					border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
					border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
					border-bottom-right-radius: 4px;
}

.alert {
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
					border-radius: 4px;
	background-color: #fcf8e3;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
	border-color: #d6e9c6;
	background-color: #dff0d8;
	color: #468847;
}

.alert-danger,
.alert-error {
	border-color: #eed3d7;
	background-color: #f2dede;
	color: #b94a48;
}

.animate__animated[data-inview^="fade"] {
	opacity: 0;
	pointer-events: none;
}

#pagetop {
	height: 54px;
	padding: 0;
	display: none;
	overflow: hidden;
}
#pagetop a {
	display: block;
	padding: 15px;
}
#pagetop img {
	height: auto;
	width: 24px;
}


/* ========================================
		PCの場合
======================================== */

body {
	background-color: #ffffff;
	color: #333333;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
	color: #000000;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
a:hover {
	color: #666666;
}

.container a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	transition: opacity .2s;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

/* アイコン */
.icon {
	display: inline-block;
	padding-left: 16px;
	line-height: 1.5;
}

.icon:before {
	display: block;
	float: left;
	margin-left: -16px;
	width: 16px;
	height: 16px;
	background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
	background-size: 16px 160px;
	background-repeat: no-repeat;
	content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
	background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

/* arrow設定 */
.link-arrow-item {
	display: inline-block;
	margin-top: 4px;
	position: relative;
}

.link-arrow-item::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.25s;
}

.link-arrow a:hover span::before {
	opacity: 0.7;
	right: -18px;
}

.text-block {
	line-height: 2;
}

.ttl-h2 {
	margin:0 0 1em 0;
	color: #000000;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.5;
}

.ttl-h3 {
	height: 36px;
	margin: 120px 0 20px;
	padding: 10px;
	/*background: #eee;*/
	/*border-top: 1px solid #D7D0C1;*/
	/*border-bottom: 1px solid #D7D0C1;*/
	color: #231815;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	position: relative;
}

.ttl-h3 img {
	height: 100%;
}

.ttl-h3 span {
	position: absolute;
	top: -10px;
	left: 50%;
	height: 100%;
	padding-left: 95px;
}

.ttl-h3:before {
	content: "";
	border-top: 1px solid #231815;
	position: absolute;
	top: 0;
	left: 50%;
	height: 1px;
	width: 85px;
}

.ttl-h3.checked {
	height: inherit;
}

.ttl-h3.checked:before {
	top: 50px;
	width: 50px;
	transform: translateX(-50%);
}

#container {
	position: relative;
	padding-top: 20px;
}

#container.container {
	padding-left: 15px;
	padding-right: 15px;
}


/* # スライダー */
.slider-wrapper > #slider > div:first-child ~ div {
	height: 0;
	overflow: hidden;
}

.slide-item .image-frame {
	background-color: #242425;
	display: block;
	width: calc(100vw - 17px);
}

.slide-item img {
	display: block;
	width: 100%;
}

.slide-item .img-box {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding-top: 50%;
}

.slide-item .img-box + img {
	display: none;
}

.slide-item a {
	transition: opacity .2s;
}

.slide-item a:hover {
	opacity: .75;
}

.slider-wrapper .bx-wrapper {
	margin-bottom: 46px;
}

.slider-wrapper .bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager {
	background-color: #786a5a;
	bottom: auto;
	padding: 12px 0;
	top: 100%;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: transparent;
	border-radius: 0;
	height: 22px;
	position: relative;
	width: 43px;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 10px;
	transition: background .2s;
	width: 100%;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: transparent;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover:after {
	background-color: #dec8b0;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active:after {
	background-color: #b89053;
}

/* # ヘッダー */
.site-header-wrapper {
	background-color: #786A5A;
	left: 0;
	line-height: 1;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 99;
}

.site-header {
	padding: 20px 20px;
	white-space: nowrap;
}

.header-logo {
	display: inline-block;
	padding: 0 1%;
	vertical-align: bottom;
}
.header-logo p {
	margin: 0;
}
.header-logo a {
	display: block;
	text-decoration: none;
}
.header-logo a:hover {
	text-decoration: underline;
}
.header-logo img {
	display: block;
	max-width: 100%;
	width: 240px;
}

.go-to-coop {
	display: inline-block;
	margin-left: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.go-to-coop a {
	color: #fff;
}
.go-to-coop .link-arrow-item:before {
	border-top-color: #fff;
	border-right-color: #fff;
}

/* # グローバルナビ */
.site-nav-wrapper {
	background-color: #786A5A;
	padding: 5px 0;
	position: fixed;
	right: 20px;
	top: 2px;
	z-index: 99;
}

.site-nav > div {
	display: inline-block;
	vertical-align: bottom;
}

.site-nav .btn-viewcart {
	border-radius: 20px;
}
.site-nav .btn-viewcart .icon {
	height: 20px;
	line-height: 21px;
	padding-left: 20px;
}
.site-nav .btn-viewcart .icon:before {
	margin-left: -20px;
	margin-top: 1px;
}

.cart-nav {
	margin-right: 15px;
}

.page-nav a {
	color: inherit;
	transition: opacity .2s;
}
.page-nav a:hover {
	opacity: .75;
}

.page-nav .incart-delivery {
	color: #fff;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

.page-nav .incart-delivery ul.unstyled {
	margin: 0;
}

.page-nav .list-wrapper {
	background-color: #e8e6de;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	min-width: 100%;
	padding: 5px 0 10px 10px;
	position: absolute;
	right: 50%;
	top: 77px;
	width: 200px;
	transform: translateX(50%);
}

#gnav_page_menu .list-wrapper {
	right: -30px;
	transform: translateX(0);
}

.page-nav .button-close-accordion {
	background-color: transparent;
	border: none;
	display: block;
	font: inherit;
	margin: 0 10px 0 auto;
	outline: none;
	padding: 0 1.5em 0 0;
	position: relative;
}

.page-nav .button-close-accordion:before,
.page-nav .button-close-accordion:after {
	border-top: 1px solid #a0916e;
	content: "";
	display: block;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1em;
}

.page-nav .button-close-accordion:before {
	transform: translateY(-50%) rotate(45deg);
}

.page-nav .button-close-accordion:after {
	transform: translateY(-50%) rotate(-45deg);
}

.page-nav .menu-list {
	margin: 0;
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
	white-space: normal;
}

.page-nav .menu-list .list-item {
	padding: 5px 0;
}

.page-nav .menu-list .list-item:first-child {
	padding-top: 10px;
}

.page-nav .menu-list .list-item .list-item {
	font-size: 13px;
	padding-left: 1.8em;
	text-indent: -.8em;
}

.page-nav .menu-list .list-item .list-item a:before {
	content: "-";
	display: inline-block;
	text-decoration: none;
	text-indent: 0;
	width: .8em;
}

.page-nav .accordion-trigger {
	cursor: pointer;
	position: relative;
	padding-right: 1em;
}

.page-nav .accordion-trigger:after {
	border: solid #a0916e;
	border-width: 0 1px 1px 0;
	box-sizing: border-box;
	content: "";
	display: block;
	height: .5em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% - .15em)) rotate(45deg);
	transition: transform .4s;
	width: .5em;
}

.page-nav .accordion-trigger.is-opened:after {
	transform: translateY(-50%) rotate(-135deg);
}

.page-nav .accordion-target {
	display: none;
}

.page-nav .search-menu,
.page-nav .page-menu {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}


.page-nav .button-hamburguer {
	box-sizing:border-box;
	display: block;
	margin: 0;
	padding: 10px;
	width: 50px;
	height: 50px;
	background: #645046;
}

.page-nav .button-hamburguer:after {
	content: none;
}

.page-nav .button-hamburguer .inner-content {
	display: block;
	position: relative;
	height: 30px;
	width: 30px;
}

.page-nav .button-hamburguer .bar {
	background-color: #dec8b0;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background .4s;
	width: 100%;
}

.page-nav .button-hamburguer .bar:before,
.page-nav .button-hamburguer .bar:after {
	background-color: #dec8b0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: transform .4s;
	width: 100%;
}

.page-nav .button-hamburguer .bar:before {
	transform: translateY(-10px);
}

.page-nav .button-hamburguer .bar:after {
	transform: translateY(10px);
}

.page-nav .button-hamburguer.is-opened .bar {
	background-color: transparent;
}

.page-nav .button-hamburguer.is-opened .bar:before {
	transform: rotate(45deg);
}

.page-nav .button-hamburguer.is-opened .bar:after {
	transform: rotate(-45deg);
}

.page-nav .page-menu .list-wrapper {
	min-width: 300px;
}

.page-nav .page-menu .viewcart-container {
	margin-bottom: 5px;
	padding-bottom: 12px;
	position: relative;
}

.page-nav .page-menu .viewcart-container .btn-viewcart {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
}

.page-nav .page-menu .monthly-feature-item {
	margin: 15px auto 0;
	padding-right: 10px;
}

.page-nav .page-menu .monthly-feature-item a {
	display: block;
}

.page-nav .page-menu .monthly-feature-item a:hover {
	opacity: .75;
}

.page-nav .page-menu .monthly-feature-item img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.page-nav .sns-list {
	line-height: 0;
	margin: 10px auto 0;
	padding-right: 10px;
	text-align: center;
	white-space: nowrap;
}

.page-nav .sns-list > li {
	display: inline-block;
	width: 33%;
}

.page-nav .sns-list a {
	display: block;
	margin: auto;
	padding: 10px 0;
	width: 24px;
}

.page-nav .sns-list img {
	display: block;
	max-width: 100%;
}


/* ----- サイドメニュー ----- */
.side-section {
	margin-bottom: 40px;
}

.side-section.feature-item-section .inner-container {
	padding-top: 0;
}

.side-section.service-item-section .inner-container {
	padding-top: 0;
}

.side-section:empty {
	margin-bottom: 0;
}
.side-section.group-area {
	display: none;
}
.side-section li {
	margin: 10px 0 20px;
}
.side-section li a {
	color: inherit;
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.1s linear;
}
.side-section li a:hover {
	text-decoration: underline;
}

.search-select {
	margin-bottom: 10px;
}
.search-box {
	float: left;
	width: 65%;
}
.search-btn[type="submit"] {
	float: right;
	padding: 4px 0;
	width: 25%;
}

/* .brand-lineup-list */
.side-section .brand-lineup-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 780px;
}

.side-category-lst .side-category-item {
	margin: 0 50px 20px;
	width: 160px;
}
.side-category-lst .side-category-item:nth-child(3n-1) {
	margin-top: 45px;
}
.side-category-lst .side-category-item a {
	display: block;
}
.side-category-lst .side-category-item img {
	border: 1px solid #000;
	box-sizing: border-box;
	height: 160px;
	object-fit: cover;
	width: 100%;
}

.side-category-lst .side-category-item span + span {
	margin-top: 2px;
}

.side-category-name,
.side-group-name {
	display: block;
	margin-top: 10px;
}
.side-category-name {
	font-size: 17px;
	line-height: 19px;
}
.side-category-name > span {
	display: inline-block;
	margin-right: .5em;
}
.side-category-lst .side-category-item .side-category-name + span {
	font-size: 10px;
	font-weight: 700;
	margin-top: 6px;
}
.side-category-name > .link-arrow-item:before {
	margin-top: 1px;
}


/* パンくずリスト */
.topicpath-nav {
	margin-bottom: 20px;
	font-size: 84.615%;
	color: #999;
}
.topicpath-nav li {
	display: inline;
	margin-right: .2em;
}
.topicpath-nav li a {
	margin-left: .2em;
	color: #999;
	text-decoration: none;
}
.topicpath-nav li a:hover {
	text-decoration: underline;
}

/* 囲み */
.container-section {
	margin-bottom: 3em;
	word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #D7D0C1;
	word-break: break-all;
}

.info-block {
	line-height: 1.5;
}

.news {
	padding: 4px 0;
}

.news-date {
	padding-right: 10px;
}

.main-section {
	padding-left: 3 0px;
}

/* 商品リスト */
.prd-lst-sort {
	margin: 20px 0;
}

.prd-lst-unit {
	margin-bottom: 20px;
	padding: 0 0.5%;
	font-size: 11px;
}

.prd-lst-unit form {
	margin-bottom: 0;
}
.prd-lst-unit input[type="text"] {
	width: 1.5em;
	padding: 0 2px;
	font-size: 11px;
}
.prd-lst-unit [type="submit"] {
	font-size: 10px;
	padding: 0.1em 0.2em;
}

.prd-lst-img {
	background: #000;
}
.prd-lst-img:hover {
	opacity: 0.8;
}

.prd-lst-span {
	display: block;
}
.prd-lst-name {
	margin: 10px 0 6px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
}
.prd-lst-exp {
	font-size: 11px;
	color: #8A8A8A;
}
.prd-lst-regular {
	font-size: 13px;
	text-decoration: line-through;
}
.prd-lst-price {
	color: #8A8A8A;
	font-size: 11px;
	margin-bottom: 5px;
}
.prd-lst-discount {
	color: #b81717;
}

.prd-lst-soldout {
	color: #b81717;
}

.more-prd {
	clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
	position: relative;
	overflow: hidden;
}
.prd-lst-pager ul {
	position: relative;
	left: 50%;
	float: left;
	padding-top: 15px;
}
.prd-lst-pager li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 4px;
	text-align: center;
	line-height: 26px;
}
.prd-lst-pager li a,
.prd-lst-pager li span {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
}
.prd-lst-pager li a {
	border: 1px solid #ddd;
	background-color: #eee;
	color: #999;
	text-decoration: none;
}
.prd-lst-pager li a:hover {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #000;
}
.prd-lst-pager li span {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #999;
}

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
	text-align: center;
}
.prd-lst-pager-phone li {
	display: inline;
	margin: 0 10px;
}
.prd-lst-pos {
	margin-top: 20px;
}
.prd-lst-pos b {
	font-weight: bold;
	font-size: 18px;
}

/* フッター */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 98;
	border-radius: 4px;
	background: #786a5a;
	border: none;
}
.notice-wrapper {
	margin-top: 0;
	padding: 40px 0;
	/*border-top: 1px solid #e8e8e8;*/
	background: #F0EEE8;
}
.wookmark-wrapper {
	position: relative;
}
.wookmark-item {
	padding-bottom: 20px;
	width: 49.5%;
	*width: 45.5%;
	/*  width: 24.5%;
	*width: 20.5%;*/
	*padding-right: 2% !important;
	*padding-left: 2% !important;
}

.soryotable {
	border-top: 1px solid #D7D0C1;
	border-left: 1px solid #D7D0C1;
	line-height: 1.8;
	margin: 1em 0;
	width: 100%;
}
.soryotable th,
.soryotable td {
	border-right: 1px solid #D7D0C1;
	border-bottom: 1px solid #D7D0C1;
	background: #fff;
	padding: 0.2em 0.5em;
	min-width: 5em;
}
.soryotable th {
	background: #F0EEE8;
}
.soryotable .pricer {
	text-align: right;
}

.business-time {
	margin-top: 6.3em;
}

.footer_section {
	padding: 20px 0;
}
.footer_section img {
	max-width: 140px;
	height: auto;
}

.footer-contents-area {
	margin-top: 70px;
	padding-bottom: 50px;
}

/* フッター背景 */
.footer-wrapper {
	padding: 40px 0;
	/*border-top: 1px solid #d8d8d2;*/
	/*border-bottom: 1px solid #d8d8d2;*/
	background: #E8E6DE;
}

.footer-lst {
	padding: 0px 1%;
}
.footer-lst li {
	margin: 20px 0;
}
.footer-lst a {
	color: <{$footer_link}>;
}

/* ショップ紹介 */
.manager-name {
	margin: 0 0 20px 0;
	font-size: 20px;
}

.manager-caption {
	padding: 0 40px 0 20px;
	border-right: 1px solid #D7D0C1;
}

/* カレンダー */
.tbl_calendar {
	margin-bottom: 20px;
	max-width: 260px;
	width: 100%;
	font-size: 84.615%;
}
.tbl_calendar caption {
	text-align: center;
}
.tbl_calendar th {
	padding: .3em 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.tbl_calendar td {
	padding: .5em 0;
	width: 14.2%;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.cal_memo {
	margin-top: 1em;
	font-size: 84.615%;
}

/* copyright */
.copyright {
	clear: both;
	margin: 0;
	padding: 2em 0;
	color: #8A8A8A;
	text-align: center;
	font-style: normal;
	letter-spacing: 1px;
}
.powered {
	display: block;
	padding: 10px 0;
	line-height: 18px;
}
.powered a {
	color: #8A8A8A;
	text-decoration: none;
	font-size: 11px;
}
.powered img {
	margin-bottom: 10px;
	margin-left: 4px;
	width: 200px;
	height: 18px;
}

/* list */
.def-lst-dt {
	padding-top: 1em;
	font-weight: bold;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #D7D0C1;
	margin-bottom: 1em;
}
.def-lst-dd {
	margin: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
	line-height: 2;
}
.def-lst-dd img {
	max-width: 100%;
	width: inherit;
	height: auto;
}

/* policy */
#policy p {
	margin: 1em 0;
	color: #666;
	line-height: 1.8;
}

/* freepage */
.freepage {
	word-break: break-all;
}
.freepage img {
	max-width: 100%;
	width: inherit;
	height: auto;
}

/* footer内のmonthly feature item */
.side-section .monthly-feature-item {
	margin: 0 auto;
	width: 850px;
}

.side-section .monthly-feature-item a {
	display: block;
	text-align: center;
}

.recently-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.recently-section .ttl-h3 {
	flex-basis: 100%;
}

ul.unstyled.recently-checked {
	padding: 15px 0;
}

/* footer内のservice */
.service-pickup-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.service-pickup-list li {
	margin: 0 7px;
	width: 292px;
}

.service-pickup-list li a {
	display: block;
}

/* YouTube埋め込みタグのコンテナ */
.yt-embed-container {
	display: block;
	margin: 10px auto;
	max-width: 950px;
}

.yt-embed-container > iframe {
	display: block;
	margin: auto;
}

/* ========================================
		PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.icon:before {
		background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
	}

	/* PCかつRetinaでアイコンを白にする場合 */
	.icon-white .icon:before {
		background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* ========================================
		タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
	/* # スライダー */
	.slide-item .image-frame {
		width: 100vw;
	}
	
	.search-box {
		width: 55%;
	}
	.search-btn[type="submit"] {
		width: 35%;
	}
	.side-section ul li {
		margin: 0;
	}
	.side-section ul li a {
		display: block;
		padding: 5px 0;
	}
	.side-section ul li a:hover {
		text-decoration: none;
	}

	/* ========================================
				タブレットかつRetinaの場合
	======================================== */
	@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min--moz--device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
		.icon:before {
			background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
		}

		/* スマホかつRetinaでアイコンを白にする場合 */
		.icon-white .icon:before {
			background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
		}
	}
}

@media only screen and (min-width: 769px) {
	.display-sp-only {
		display: none !important;
	}
	
	.display-sp-only-add {
		display: none !important;
	}
}

/* ========================================
		スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
	.display-pc-only {
		display: none !important;
	}
	
	.display-sp-only-add {
		display: block;
	}
	
	.icon {
		padding-left: 24px;
		line-height: 2;
	}
	.icon:before {
		margin-left: -24px;
		width: 24px;
		height: 24px;
		background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
	}

	/* スマホでアイコンを白にする場合 */
	.icon-white .icon:before {
		background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
	}

	.icon-cart:before { background-position: 0; }
	.icon-search:before { background-position: 0 -24px; }
	.icon-user:before { background-position: 0 -48px; }
	.icon-down:before {
		margin: 5px 0 0 -20px;
		margin: 10px 0 0 -17px; margin-top: 5px;
		height: 23px;
		height: 23px;
		background-position: 0 -59px;
	}
	.icon-up:before {
		margin: 5px 0 0 -20px;
		height: 23px;
		background-position: 0 -38px;
	}
	.icon-right:before { background-position: 0 -120px; }
	.icon-left:before { background-position: 0 -144px; }

	.eyecatch-block,
	.info-block,
	.recommend-block,
	.bestseller-block,
	.free_space_block {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #D7D0C1;
	}

	/* arrow設定 */
	.link-arrow a {
		text-align: center;
	}

	.ttl-h3 {
		height: 40px;
		margin: 90px 15px 20px;
		padding: 0;
		text-align: left;
	}

	.ttl-h3 span {
		top: -36px;
		left: 0;
		padding-left: 0;
	}

	.ttl-h3:before {
		top: -6px;
		left: 0;
		width: 35px;
	}

	.ttl-h3.checked:before {
		top: 32px;
		transform: inherit;
	}

	.recommend-block .ttl-h3 {
		margin-left: 0;
		margin-right: 0;
	}

	.inner-container {
		max-width: 100%;
		padding: 30px 15px;
	}

	/* # スライダー */
	.slide-item .img-box {
		padding-top: 128.80%;
	}
	
	.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
		width: 26px;
	}
	
	/* # ヘッダー */
	.site-header-wrapper {
		position: static;
	}
	
	.site-header {
		padding: 10px 10px 0;
	}
	
	.header-logo {
		display: block;
	}
	
	.go-to-coop {
		display: block;
		margin-left: 0;
		margin-top: 5px;
		padding-bottom: 0;
		text-align: center;
	}
	
	/* # グローバルナビ */
	.site-nav-wrapper {
		box-sizing:border-box;
		padding-bottom: 10px;
		position: sticky;
		right: 0;
		top: 0;
		width: 100%;
		height: 70px;
	}
	
	.site-nav {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.site-nav .btn-viewcart .icon:before {
		background-size: 16px auto;
    background-position: 0 0;
    height: 16px;
    width: 16px;
	}
	
	.site-nav .page-nav {
		display: block;
	}
	
	.page-nav .incart-delivery {
		height: auto;
	}
	
	.page-nav .search-menu .list-wrapper {
		box-sizing:border-box;
		width: 100vw;
		top: 59px;
		right: auto;
		left: -16px;
		transform: translateX(0%);
	}
	
	#gnav_page_menu .list-wrapper {
		width: 100vw;
		top: 59px;
		right: -16px;
		transform: translateX(0%);
	}
	
	.page-nav .menu-list {
		max-height: 60vh;
	}
	
	.page-nav .menu-list .list-item {
		padding: 16px 40px;
	}
	
	.page-nav .menu-list .list-item:first-child {
		padding-top: 26px;
	}

	.page-nav .accordion-trigger {
		display: block;
	}
	
	.page-nav .search-menu,
	.page-nav .page-menu {
		position: static;
	}
	
	.page-nav .search-menu .accordion-trigger {
		width: 100%;
	}

	/* メイン */
	.main-section {
		padding-left: 0;
	}

	/* サイドメニュー */
	.side-search {
		width: 185px;
	}
	.search-box {
		width: 70%;
	}
	.search-btn[type="submit"] {
		width: 20%;
	}

	.unstyled.side-section-lst.brand-lineup-list {
		justify-content: space-between;
		padding: 0 15px;
		width: auto;
	}
	.unstyled.side-section-lst.brand-lineup-list li {
		margin: 20px 0 0 0;
		width: 48%;
	}
	.unstyled.side-section-lst.brand-lineup-list li:nth-child(3n-1) {
		margin: 20px 0 0 0;
	}
	.unstyled.side-section-lst.brand-lineup-list li:first-child,
	.unstyled.side-section-lst.brand-lineup-list li:nth-child(2) {
		margin-top: 0;
	}


	/* 商品 */
	.prd-lst-unit {
		margin-bottom: 30px;
	padding: 0 1%;
	}
	.prd-lst-sort {
		text-align: center;
	}

	.prd-lst-name {
	font-size: 11px;
	}
	.prd-lst-exp {
	font-size: 8px;
	}
	.prd-lst-price {
	color: #8A8A8A;
	font-size: 8px;
	}

	/* フッター */
	#pagetop {
		background-color: #999;
		margin: 30px 15px;
		display: block !important;
		position: static;
	}
	
	.business-time {
		margin-top: 0;
	}
	
	.footer-wrapper {
		margin-top: 20px;
		padding: 0;
	}
	.manager-name {
		text-align: center;
	}
	.manager-caption {
		padding: 20px 10px;
		border-right: none;
	}
	.footer-lst {
		margin: 0 -20px;
		padding: 0;
		width: auto;
		background: #ddd;
	}
	.footer-lst li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #D7D0C1;
	}
	.footer-lst li:nth-child(odd) {
		border-right: 1px solid #D7D0C1;
	}
	.footer-lst a {
		display: block;
		padding: 12px 10px;
		color: #000;
		text-decoration: none;
		font-size: 11px;
	}
	.copyright {
		font-size: 10px;
	}


	/* footer内のmonthly feature item */
	.side-section .monthly-feature-item {
		width: 100%;
	}

	.side-section .monthly-feature-item a span::before{
		content: none;
	}

	.col-sm-12 {
		padding: 0;
	}

	/* footer内のservice */
	.service-pickup-list {
		display: block;
		padding: 0 15px;
	}

	.service-pickup-list li {
		margin: 0;
		width: 100%;
	}

	.service-pickup-list li img {
		height: 122px;
		width: 100%;
		object-fit: cover;
	}

	.service-pickup-list li a span::before {
		content: none;
	}

	.service-pickup-list li + li {
		margin-top: 20px;
	}

	/* footer内のrecently checked */
	ul.unstyled.recently-checked {
		padding: 0 15px;
		width: auto;
	}
	
	/* .brand-lineup-list */
	.side-category-lst .side-category-item .footer-category-img-box {
		position: relative;
		width: 100%;
	}
	
	.side-category-lst .side-category-item .footer-category-img-box::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	
	.side-category-lst .side-category-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
	}
	
	/* YouTube埋め込みタグのコンテナ */
	.yt-embed-container {
		position: relative;
	}
	
	.yt-embed-container:before {
		content: "";
		display: block;
		padding-top: 56.25%;
	}
	
	.yt-embed-container > iframe {
		left: 0;
		height: 100% !important;
		position: absolute;
		top: 0;
		width: 100% !important;
	}
	
	/* ========================================
				スマホかつRetinaの場合
	======================================== */
	@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min--moz--device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
		.icon:before {
			background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
		}
		
		/* スマホかつRetinaでアイコンを白にする場合 */
		.icon-white .icon:before {
			background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
		}
	}
}

/* IE用 */
.ie_wrapper .container {
	width: 1170px;
}

/*****************************************
		今月のフィーチャーアイテム用スタイル
*****************************************/
.mfi-body {
	color: #645046;
}

.mfi-body section + section {
	margin-top: 60px;
}

.mfi-body .contents {
	margin: auto;
	width: 854px;
}

.mfi-body .contents.border {
	border-bottom: 1px solid #231815;
	padding-bottom: 60px;
}

.mfi-body .center-layout {
	text-align: center;
}

.mfi-body .base-text {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto", "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.mfi-body .base-text + .base-text {
	margin-top: 30px;
}

.mfi-body .image-layout {
	text-align: center;
}

.mfi-body .image-layout + .base-text {
	margin-top: 30px;
}

.mfi-body .eng-title {
	color: #b89053;
	font-size: 27px;
	text-align: center;
}

.mfi-body .eng-title.mini {
	font-size: 15px;
	font-weight: bold;
}

.mfi-body .main-title {
	letter-spacing: 1px;
	margin-top: 15px;
	text-align: center;
}

.mfi-body .main-title .catch {
	color: #231815;
	font-size: 20px;
	margin-bottom: 5px;
}

.mfi-body .lead-catch {
	background-color: #786a5a;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding: 20px 10px;
}

.mfi-body .intro-title {
	color: #231815;
	font-size: 20px;
	line-height: 36px;
	margin: 40px 0 20px;
	text-align: center;
}

.mfi-body .link-btn {
	margin: 30px auto 0;
	width: 344px;
}

.mfi-body .link-btn a {
	border: 1px solid #231815;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
	transition: all .25s;
}

.mfi-body .link-btn a:hover {
	background-color: #e8e6de;
	color: #000;
}

.mfi-body .link-btn a span {
	position: relative;
}

.mfi-body .half-logo {
	margin: 20px auto;
}

.mfi-body .half-logo img {
	width: 280px;
}

.mfi-body .note {
	margin-bottom: 20px;
	text-align: center;
}

.mfi-body .point-area {
	margin-top: 60px;
}

.mfi-body .point-list {
	font-size: 17px;
	line-height: 35px;
	list-style: none;
	text-align: center;
}

.mfi-body .point-list li span {
	padding-left: 1.5em;
	position: relative;
}

.mfi-body .point-list li span::before{
	content: "";
	background-image: url(https://img11.shop-pro.jp/PA01296/696/etc/ymc01_mark_check.png?cmsp_timestamp=20210217172737);
	background-repeat: no-repeat;
	background-size: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	transform: translateY(-50%);
}

.mfi-body .movie-area {
	margin-top: 120px;
}

.mfi-body .product-item {
	margin-top: 60px;
}

.mfi-body .product-item + .product-item {
	margin-top: 120px;
}

.mfi-body .product-catch {
	color: #231815;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 1px;
	margin: 0 auto 20px;
	text-align: center;
}

.mfi-body .archives-item {
	margin-top: 20px;
	text-align: center;
}

.mfi-body .archives-eng {
	color: #b89053;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
}

.mfi-body .archives-link {
	font-size: 20px;
}

.mfi-body h1 {
	font-size: 44px;
	line-height: 1;
	margin: 0 auto 30px;
	font-weight: 500;
}

.mfi-body h2 {
	font-size: 36px;
	font-weight: 500;
	line-height: 52px;
	margin-top: 0;
	text-align: center;
}

.mfi-body h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 52px;
	margin: 0;
	text-align: center;
}

.mfi-body .eff-sepalate {
	margin-top: 120px;
}


/* スマホの場合 */
@media only screen and (max-width: 768px) {
	.mfi-body section + section {
		margin-top: 40px;
	}
	
	.mfi-body .contents {
		width: auto;
	}
	
	.mfi-body .contents.border {
		border-bottom: none;
		padding-bottom: 40px;
		position: relative;
	}
	
	.mfi-body .contents.border::after {
		border-bottom: 1px solid #231815;
		bottom: 0;
		content: "";
		height: 1px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 90%;
	}
	
	.mfi-body .base-text {
		font-size: 14px;
		line-height: 26px;
		padding: 0 15px;
		text-align: left;
	}
	
	.mfi-body .base-text + .base-text {
		margin-top: 20px;
	}
	
	.mfi-body .image-layout + .base-text {
		margin-top: 20px;
	}
	
	.mfi-body .eng-title {
		font-size: 21px;
	}
	
	.mfi-body .eng-title.mini {
		font-size: 12px;
		margin-bottom: 0;
	}
	
	.mfi-body .main-title .catch {
		font-size: 14px;
		margin-bottom: 3px;
	}
	
	.mfi-body .lead-catch {
		font-size: 17px;
		line-height: 24px;
		padding: 10px;
	}
	
	.mfi-body .intro-title {
		font-size: 18px;
		line-height: 28px;
		margin: 30px 0 15px;
	}
	
	.mfi-body .link-btn {
		margin: 20px auto 0;
		max-width: 344px;
		padding: 0 15px;
		width: auto;
	}
	
	.mfi-body .half-logo {
		margin: 20px auto;
	}
	
	.mfi-body .half-logo img {
		width: 280px;
	}
	
	.mfi-body .point-area {
		margin-top: 40px;
	}
	
	.mfi-body .point-list {
		font-size: 15px;
		line-height: 22px;
		margin: 0;
		padding: 0 15px;
		text-align: left;
	}
	
	.mfi-body .point-list li + li {
		margin-top: 10px;
	}
	
	.mfi-body .point-list li span::before{
		background-size: 15px;
	}
	
	.mfi-body .movie-area {
		margin-top: 60px;
	}
	
	.mfi-body .product-item {
		margin-top: 40px;
	}
	
	.mfi-body .product-item + .product-item {
		margin-top: 40px;
	}
	
	.mfi-body .product-catch {
		font-size: 18px;
		line-height: 28px;
		padding: 0 15px;
	}
	
	.mfi-body .archives-link {
		font-size: 18px;
	}

	.mfi-body h1 {
		font-size: 27px;
		margin: 0 auto 15px;
	}
	
	.mfi-body h2 {
		font-size: 28px;
		line-height: 42px;
	}
	
	.mfi-body h3 {
		font-size: 28px;
		line-height: 42px;
	}
	
	.mfi-body .eff-sepalate {
		margin-top: 60px;
	}
}

@media print{
	.mfi-body .no-printing {
		display: none;
	}
}

/*****************************************
メールマガジン用スタイル
*****************************************/
.mailmagazine-section {
	box-sizing:border-box;
	position: relative;
	margin: 50px auto;
	padding: 27px 40px 40px 505px;
	width: 927px;
	height: 250px;
	background: url('https://img11.shop-pro.jp/PA01296/696/etc_base64/MjAyNTAyX3RvcF9tYWlsbWFnYXppbmVfYmc.png') #EBE3D5 0% 0% no-repeat padding-box;
	background-size: contain;
}

.mailmagazine-section h3{
	position: relative;
	margin: 0 0 16px;
	padding: 0;
	width: 100%;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 45px;
	color: #231815;
	border-bottom: 1px solid #231815;
}

.mailmagazine-section .copy{
	position: relative;
	margin: 0 0 26px;
	padding: 0;
	width: 100%;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

.mailmagazine-section a.mail-btn{
	box-sizing:border-box;
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 45px;
	width: 100%;
	height: 45px;
	border: 1px solid #231815;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}

.mailmagazine-section a.mail-btn span{
	margin: 0;
	padding: 0;
}

.mailmagazine-section a.mail-btn::before {
	position: absolute;
	top: 50%;
	left: 16px;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url('https://img11.shop-pro.jp/PA01296/696/etc_base64/MjAyNTAyX21haWxfaWNvbg.png') center center no-repeat padding-box;
	background-size: contain;
	transform: translateY(-50%);
}

.mailmagazine-section a.mail-btn::after {
	position: absolute;
	top: 50%;
	right: 13px;
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background: url('https://img11.shop-pro.jp/PA01296/696/etc_base64/MjAyNTAyX2Fycm9lX3JpZ2g.png') center center no-repeat padding-box;
	background-size: contain;
	transform: translateY(-50%);
}

/* スマホの場合 */
@media only screen and (max-width: 768px) {
  .mailmagazine-section {
  	margin: 50px 15px;
  	padding: 58% 40px 40px 40px;
  	width: auto;
  	height: auto;
  }
  .mailmagazine-section h3{
  	font-size: 20px;
  	line-height: 38px;
  }
  
  .mailmagazine-section .copy{
  	font-size: 14px;
  	line-height: 24px;
  }
  
  .mailmagazine-section a.mail-btn{
  	font-size: 14px;
  	line-height: 24px;
  }
}

/*****************************************
新しいグローバルメニュー
*****************************************/
.header-nav{
	box-sizing:border-box;
	height: 60px;
	margin: 6px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: left;
	flex-wrap: nowrap;
}
.header-nav > li,
#gnav_page_menu .sp-list > li {
	position: relative;
	box-sizing:border-box;
	height: 60px;
	margin: 0 14px;
}
.header-nav .search-menu > .accordion-trigger,
.header-nav > li > a, 
#gnav_page_menu .sp-list > li > a {
	box-sizing:border-box;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 60px;
	color: #FFFFFF;
	padding-top: 28px;
	padding-right: 0;
	text-align: center;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
}
.header-nav .search-menu > .accordion-trigger:after{
	display: none;
}
.header-nav .search-menu > .accordion-trigger::before {
	position: absolute;
	top: 14px;
	left: 50%;
	content: '';
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24.045" viewBox="0 0 26 24.045"><g id="search" transform="translate(-1134 -52)"><rect id="長方形_190" data-name="長方形 190" width="26" height="24" transform="translate(1134 52)" fill="white" opacity="0"/><g id="Icon_feather-search" data-name="Icon feather-search" transform="translate(1132.047 49.576)"><path id="パス_13" data-name="パス 13" d="M22.142,13.321A8.821,8.821,0,1,1,13.321,4.5,8.821,8.821,0,0,1,22.142,13.321Z" transform="translate(0 0)" fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="パス_14" data-name="パス 14" d="M29.771,29.771l-4.8-4.8" transform="translate(-5.424 -5.424)" fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateX(-50%) translateY(-50%);
	width: 24px;
	height: 24px;
}
.header-nav .nav-recommend::before {
	position: absolute;
	top: 14px;
	left: 50%;
	content: '';
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24"><g id="favorite" transform="translate(-913 -52)"><g id="group_276" data-name="group 276" transform="translate(-9.613 44.228)"><rect id="square_188" data-name="square 188" width="26" height="24" transform="translate(922.613 7.772)" fill="white" opacity="0"/><path id="Icon_feather-heart" data-name="Icon feather-heart" d="M22.953,6.221a5.882,5.882,0,0,0-8.32,0L13.5,7.354,12.366,6.221a5.883,5.883,0,1,0-8.32,8.32L5.18,15.674l8.32,8.32,8.32-8.32,1.134-1.134a5.882,5.882,0,0,0,0-8.32Z" transform="translate(922.113 5.274)" fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateX(-50%) translateY(-50%);
	width: 24px;
	height: 24px;
}
.header-nav .nav-firsttime::before {
	position: absolute;
	top: 14px;
	left: 50%;
	content: '';
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24"><g id="first" transform="translate(-1023 -52)"><rect id="square_189" data-name="square 189" width="26" height="24" transform="translate(1023 52)" fill="white" opacity="0"/><g id="group_278" data-name="group 278" transform="translate(2225.383 99.171)"><path id="path_12" data-name="path 12" d="M-1.082-1.012,5.469,1.939V18.607L-.914,13.644Z" transform="translate(-1194.852 -43.866)" fill="white"/><path id="cross_1" data-name="cross 1" d="M7,23.36,1.371,19.332A3.241,3.241,0,0,1,0,16.7V3.272A3.262,3.262,0,0,1,1.855.351,3.462,3.462,0,0,1,5.38.64L9,3.233V24A3.445,3.445,0,0,1,7,23.36ZM3.376,16.7,9,20.727V7.3L3.376,3.272Z" transform="translate(-1198.383 -47.171)" fill="white"/><path id="path_11" data-name="path 11" d="M5.617.231.231,4.209V17.466l5.386-3.977V.231M5.618-3a3.227,3.227,0,0,1,1.455.347A3.231,3.231,0,0,1,8.849.231V13.489a3.231,3.231,0,0,1-1.312,2.6L2.151,20.065A3.231,3.231,0,0,1-3,17.466V4.209a3.231,3.231,0,0,1,1.312-2.6L3.7-2.368A3.23,3.23,0,0,1,5.618-3Z" transform="translate(-1189.614 -44.019)" fill="white"/></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateX(-50%) translateY(-50%);
	width: 24px;
	height: 24px;
}
.header-nav .nav-members::before {
	position: absolute;
	top: 14px;
	left: 50%;
	content: '';
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24"><g id="login" transform="translate(-777 -52)"><rect id="square_192" data-name="square 192" width="26" height="24" transform="translate(777 52)" fill="gray" opacity="0"/><g id="group_277" data-name="group 277" transform="translate(2099.698 92.122)"><g id="circle_2" data-name="circle 2" transform="translate(-1316.475 -40)" fill="none" stroke="white" stroke-linecap="round" stroke-width="3"><circle cx="6.856" cy="6.856" r="6.856" stroke="none"/><circle cx="6.856" cy="6.856" r="5.356" fill="none"/></g><path id="path_7" data-name="path 7" d="M18.769,19.384A9.384,9.384,0,0,0,0,19.384" transform="translate(-1319.083 -37.17)" fill="none" stroke="white" stroke-linecap="round" stroke-width="3"/></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateX(-50%) translateY(-50%);
	width: 24px;
	height: 24px;
}
.header-nav .nav-certs::before {
	position: absolute;
	top: 14px;
	left: 50%;
	content: '';
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24"><g id="cart" transform="translate(-1225 -52)"><rect id="square_191" data-name="square 191" width="26" height="24" transform="translate(1225 52)" fill="white" opacity="0"/><g id="Icon_feather-shopping-cart" data-name="Icon feather-shopping-cart" transform="translate(1225.5 52.304)"><path id="path_15" data-name="path 15" d="M13.916,30.958A.958.958,0,1,1,12.958,30,.958.958,0,0,1,13.916,30.958Z" transform="translate(-3.793 -10.296)" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="path_16" data-name="path 16" d="M30.416,30.958A.958.958,0,1,1,29.458,30,.958.958,0,0,1,30.416,30.958Z" transform="translate(-9.754 -10.296)" fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><path id="path_17" data-name="path 17" d="M1.5,1.5H5.332L7.9,14.329a1.916,1.916,0,0,0,1.916,1.543h9.313a1.916,1.916,0,0,0,1.916-1.543L22.578,6.29H6.29" fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></g></g></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateX(-50%) translateY(-50%);
	width: 24px;
	height: 24px;
}
.header-nav .nav-certs .cart-val{
	position: absolute;
	top: -5px;
	right: -5px;
	content: '';
	background: #FF6868;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	border-radius: 100%;
	text-align: center;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: medium;
	font-size: 11px;
	line-height: 20px;
}
.header-nav .incart-delivery {
	display: none;
	position: absolute;
	top: 75px;
	left: 50%;
	content: '';
	background: #231815;
	color: #FFFFFF;
	transform: translateX(-50%);
	width: 180px;
	height: 40px;
	text-align: center;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
}
.header-nav .incart-delivery::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	background: #231815;
	transform: translateY(-50%) rotate(45deg);
}
.header-nav .incart-delivery b {
	font-weight: normal;
	color: #FFCA7A;
}

/* スマホの場合 */
@media only screen and (max-width: 768px) {
	.header-logo img {
		margin: 0 auto;
	}
	.header-nav{
		justify-content:space-between;
	}
	.header-nav > li,
	#gnav_page_menu .sp-list > li {
		margin: 0 6px;
	}
	.header-nav .search-menu > .accordion-trigger,
	.header-nav > li > a, 
	#gnav_page_menu .sp-list > li > a {
		font-size: 13px;
	}
	.incart-delivery {
		box-sizing:border-box;
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		top: auto;
		left: auto;
		background: #231815;
		color: #FFFFFF;
		width: 100%;
		height: auto;
		text-align: center;
		font-family: "Noto Sans CJK JP", sans-serif;
		font-weight: normal;
		font-size: 15px;
		line-height: 40px;
	}
	.incart-delivery .unstyled {
		margin: 0;
		padding: 0;
	}
	.incart-delivery b {
		font-weight: normal;
		color: #FFCA7A;
	}
	#gnav_page_menu .button-close-accordion {
		display: none;
	}
	#gnav_page_menu .sp-list {
		box-sizing:border-box;
		background-color: #786A5A;
		margin: -5px 0 0 -10px;
		padding: 10px 10px 0;
		width: 100vw;
		list-style: none;
		display: flex;
		justify-content: left;
		flex-wrap: nowrap;
	}

}
