:root {
	--hd_h: 270px;
	/* --hd_h: 230px; */
	--hd_h_sp: 80px;
	--main_w: 1440px;
	--main_color: #222;
	--main_subcolor: #a50d05;
	--gold: #8b774c;
	--l-gold: #c7c0a1;
	--red: #d33e3e;
	--sale: #a50d05;
	--sale_dk: #800909;
	--en: serif;
	--sansserif: 'sans-serfi';
	--bgcolor: #f9f9f9;
	--newcolor: #6F7586;
	--shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* demo */
.demo_store {
	display: none;
}

/* ====================================================
	setting
==================================================== */
body {
	font-family: 'Noto Serif JP', "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	background-color: #fff;
	/* font-feature-settings: "palt"; */
	letter-spacing: .005em;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 90%;
	}
}

body.on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: var(--main_color);
}

a:hover {
	color: var(--main_subcolor);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.en {
	/* font-family: var(--en), "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: .01em; */
}

.en200 {
	font-weight: 200;
}

.en300 {
	font-weight: 300;
}

p {
	line-height: 1.6;
}

.normal {
	font-weight: normal !important;
}

.bold {
	font-weight: 600 !important;
}

small {
	font-size: .8em;
}

.has-small-font-size {
	font-size: .80em;
	line-height: 1.6;
}

.sml {
	font-size: .8em !important;
}

.sml1 {
	font-size: .9em !important;
}

.sml2 {
	font-size: .85em !important;
}

.sml3 {
	font-size: .7em !important;
}

.hide {
	display: none !important;
}

.mauto {
	margin: 0 auto !important;
}

.mtop--1 {
	margin-top: -1em !important;
}

.mtop--2 {
	margin-top: -2em !important;
}

.mtop1,
.mtop-1 {
	margin-top: 1em !important;
}

.mtop2,
.mtop-2 {
	margin-top: 2em !important;
}

.mtop3,
.mtop-3 {
	margin-top: 3em !important;
}

.mbtm1,
.mbtm-1 {
	margin-bottom: 1em !important;
}

.mbtm2,
.mbtm-2 {
	margin-bottom: 2em !important;
}

.mbtm3,
.mbtm-3 {
	margin-bottom: 3em !important;
}

.pleft1,
.pleft-1 {
	padding-left: 1em !important;
}

.pleft15,
.pleft-15 {
	padding-left: 1.5em !important;
}

.pleft2,
.pleft-2 {
	padding-left: 2em !important;
}

.pright1,
.pright-1 {
	padding-right: 1em !important;
}

.pright15,
.pright-15 {
	padding-right: 1.5em !important;
}

.pright2,
.pright-2 {
	padding-right: 2em !important;
}

.ptop-0,
.ptop0 {
	padding-top: 0 !important;
}

.ptop-1,
.ptop1 {
	padding-top: 1em !important;
}

.ptop-2,
.ptop2 {
	padding-top: 2em !important;
}

.ptop-3,
.ptop3 {
	padding-top: 3em !important;
}

.ptop-4,
.ptop4 {
	padding-top: 4em !important;
}

.pbtm-1,
.pbottom-1,
.pbottom1 {
	padding-bottom: 1em !important;
}

.pbtm-2,
.pbottom-2,
.pbottom2 {
	padding-bottom: 2em !important;
}

.pbtm-3,
.pbottom-3,
.pbottom3 {
	padding-bottom: 3em !important;
}

.pbtm-4,
.pbottom-4,
.pbottom4 {
	padding-bottom: 4em !important;
}

.m0auto {
	margin: 0 auto !important;
}

.m1auto {
	margin: 1em auto !important;
}

.m2auto {
	margin: 2em auto !important
}

.m3auto {
	margin: 3em auto !important
}

.m4auto {
	margin: 4em auto !important
}

.m5auto {
	margin: 5em auto !important
}

.p1em {
	padding: 1em;
}

.p2em {
	padding: 2em;
}

.p3em {
	padding: 3em;
}

/* width */
.w90 {
	width: 90% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w80 {
	width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w70 {
	width: 70% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w60 {
	width: 60% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w50 {
	width: 50% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.w40 {
	width: 40% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.min {
	font-family: "Libre Baskerville", 游明朝, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, sans-serif;
}

.sans-serif {
	font-family: var(--sansserif);
}

.text-center,
.aligncenter,
.has-text-align-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* flex */
.flex,
.flex-between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.flexAround,
.flex-around {
	justify-content: space-around;
}

.flexStart,
.flex-start {
	justify-content: flex-start;
}

.flexEnd,
.flex-end {
	justify-content: flex-end;
}

.flexCenter,
.flex-center {
	justify-content: center;
}

.flex>.wp-block-group__inner-container,
.flex-between>.wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.columns-2>* {
	width: 48%;
}

.columns-3>*,
.columns-3::after {
	width: 30%;
}

.columns-3::after {
	content: '';
	display: block;
}

.columns-4>*,
.columns-4::before,
.columns-4::after {
	width: 22%;
}

.columns-4::before,
.columns-4::after {
	content: '';
	display: block;
	height: 0;
}

.columns-4::before {
	order: 1;
}

.columns-5>*,
.columns-5::before,
.columns-5::after {
	width: 19%;
}

.columns-5::before,
.columns-5::after {
	content: '';
	display: block;
	height: 0;
}

.columns-5::before {
	order: 1;
}

.columns-6>*,
.columns-6::before,
.columns-6::after {
	width: 16%;
}

.columns-6::before,
.columns-6::after {
	content: '';
	display: block;
	height: 0;
}

.columns-6::before {
	order: 1;
}

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

	.columns-3>*,
	.columns-4>* {
		width: 48%;
	}

	.columns-3::after,
	.columns-4::after {
		content: '';
		display: block;
		width: 48%;
	}

	.columns-4::before {
		display: none;
	}

	.columns-5>*,
	.columns-6>* {
		width: 31%;
	}

	.columns-5::after,
	.columns-6::after {
		content: '';
		display: block;
		width: 31%;
	}

	.columns-5::before,
	.columns-6::before {
		display: none;
	}
}

/* grid */
[class*="grid-"] {
	width: 100%;
	display: grid;
	gap: 4%;
}

.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
	grid-template-columns: repeat(5, 1fr);
	gap: 2%;
}

.grid-6 {
	grid-template-columns: repeat(6, 1fr);
	gap: 1.5%;
}

.grid-autofit {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(var(--item-width, 320px), 1fr));
	gap: 2em;
}

.grid-autofill {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--item-width, 320px), 1fr));
	gap: 2em;
}

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

	.grid-3,
	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-5,
	.grid-6 {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* respoinsive */
.pc,
.forPC {
	display: block;
}

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

	.pc,
	.forPC {
		display: none;
	}
}

.sp,
.forSP {
	display: none;
}

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

	.sp,
	.forSP {
		display: block;
	}
}

@media print {

	.sp,
	.forSP {
		display: none;
	}
}

.iblock {
	display: inline-block;
}

/* loading */
.loader {
	display: block;
	border-radius: 50%;
	width: 5em;
	height: 5em;
	font-size: 10px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -2.5em;
	margin-left: -2.5em;
	z-index: 998;
	border-top: 0.5em solid rgba(0, 0, 0, 0.2);
	border-right: 0.5em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
	border-left: 0.5em solid #000;
	transform: translateZ(0);
	animation: loader 1.1s infinite linear;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeout {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.frame {
	width: 100%;
	border: 1px solid #ccc;
}

.solblue {
	color: var(--main_subcolor);
}

.red {
	color: var(--red);
}

.btn-wrp {
	text-align: center;
	padding: 1em;
}

a.block {
	position: relative;
	display: block;
}

a.inline-block {
	position: relative;
	display: inline-block;
}

a.btn,
.btn-wrp a {
	display: block;
	width: 100%;
	max-width: 18em;
	padding: 0.7em 1em;
	margin: 20px auto;
	background-color: var(--gold);
	color: #fff !important;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	transition: all .2s 0s ease;
}

.btn-wrp a {
	display: inline-block;
	margin: 1em;
}

a.redBtn {
	padding: 0.7em 1.5em;
	background-color: #b71b22;
}

a.btn:hover,
.btn-wrp a:hover {
	background-color: #000;
}

.navigation .nav-links a {
	position: relative;
}

.arrow:not(.btn-wrp)::before,
.btn-wrp.arrow a::before,
.arrow-left:not(.btn-wrp)::before,
.btn-wrp.arrow-left a::before,
.arrow-right:not(.btn-wrp)::before,
.btn-wrp.arrow-right a::before {
	content: '';
	display: block;
	width: .4em;
	height: .4em;
	border-top: 1px solid;
	border-right: 1px solid;
	position: absolute;
	top: calc(50% - .25em);
}

.arrow:not(.btn-wrp)::before,
.btn-wrp.arrow a::before {
	left: 0;
	transform: rotate(45deg);
}

.arrow-left:not(.btn-wrp)::before,
.btn-wrp.arrow-left a::before {
	left: 1em;
	transform: rotate(-135deg);
}

.arrow-right:not(.btn-wrp)::before,
.btn-wrp.arrow-right a::before {
	right: 1em;
	transform: rotate(45deg);
}

.dark-filter {
	position: relative;
}

.dark-filter::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .025);
	mix-blend-mode: multiply;
	z-index: 2;
}

/* note style */
ul.note {
	counter-reset: numlist;
}

ul.numnote {
	counter-reset: numnote;
}

ul.note li {
	padding-left: 1.2em;
	position: relative;
}

ul.numnote li {
	padding-left: 2.2em;
}

ul.note li::before {
	content: '※';
	position: absolute;
	left: 0;
}

ul.numnote li::before {
	content: '※' counter(numnote);
	counter-increment: numnote;
}

ul.numlist li::before {
	content: counter(numlist);
	counter-increment: numlist;
}

ul.discnote li::before {
	content: '●';
	position: absolute;
	left: 0.1em;
	font-size: 1em;
	transform: scale(.5);
	color: var(--gold);
}

/* ====================================================
	header
==================================================== */
#header {
	z-index: 1;
	transition: all .2s;
}

#header .header-inner {
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	transform: translateY(0);
	transition: transform .1s;
	z-index: 997;
}

.loaded #header .header-inner {
	position: fixed;
	left: 0;
	bottom: 100%;
	transform: translateY(100%);
	border: 1px solid #ddd;
	transition: transform .3s;
}

#header,
#header .header-inner {
	width: 100%;
	height: var(--hd_h);
}

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

	#header,
	#header .header-inner {
		--hd_h: var(--hd_h_sp);
	}
}

.loaded #header .header-inner {
	height: calc(var(--hd_h) * .4);
}

@media screen and (max-width: 767px) {
	.loaded #header .header-inner {
		height: calc(var(--hd_h_sp) * .7);
	}
}

/* logo ================================*/
#header .header-logo {
	text-align: center;
	display: block;
	width: 100px;
	max-height: 80%;
	margin: 0 auto;
}

.loaded #header .header-logo {
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(1) translate(-50%, -50%);
	transition: height .2s ease;
}

#header .header-logo img,
#header .header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* site menu ================================*/
#header .header-inner>.site-menu {
	margin-top: 3.5em;
	display: flex;
	justify-content: center;
	gap: 0 1.5vw;
	font-size: .95em;
}

@media screen and (max-width: 767px) {
	#header .header-inner>.site-menu {
		display: none;
	}
}

.loaded #header .header-inner>.site-menu {
	display: none;
}

#header .header-inner>.site-menu a {
	padding: .5em;
}

#header .site-menu li.current a {
	color: var(--main_subcolor) !important;
}

#header .site-menu li.shop a {
	padding: .35em .75em;
	border: solid 1px;
}

#header .site-menu li.shop a:not(:hover) {
	color: var(--gold);
}

#header .gnavi-btn {
	cursor: pointer;
}

#header .gnavi-btn :is(a, span):hover {
	color: var(--main_subcolor);
}

/* header left ================================*/
#header .header-left {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2em;
	position: absolute;
	top: 0;
	left: 6%;
	font-size: .9em;
	padding-bottom: 30px;
	transition: all .2s 0s ease;
}

@media screen and (max-width: 767px) {
	#header .header-left {
		left: 4vw;
		gap: 0 min(1.5em, 3vw);
		padding-bottom: 5px;

	}

	.loaded #header .header-left {
		padding-bottom: 0px;

	}
}

/* menu btn */
.menu-btn-wrp {
	z-index: 999;
	transition: all .2s;
}

.menu-btn {
	display: block;
	position: relative;
	width: 2em;
	padding: 1em 0;
	cursor: pointer;
	font-size: 1.2em;
}

.menu-btn .cp_bar,
.menu-btn .cp_bar:before,
.menu-btn .cp_bar:after {
	display: block;
	width: 1.3em;
	height: 1px;
	content: '';
	transition: all 0.2s;
	background: #222;
}

.menu-btn .cp_bar {
	position: relative;
	margin: 0 auto;

}

.menu-btn .cp_bar:before,
.menu-btn .cp_bar:after {
	position: absolute;
}

.menu-btn .cp_bar:before {
	top: .5em;
}

.menu-btn .cp_bar:after {
	bottom: .5em;
}

.menu-btn:hover .cp_bar,
.menu-btn:hover .cp_bar:before,
.menu-btn:hover .cp_bar:after {
	background: var(--main_subcolor);
}

.menu-btn.on .cp_bar:after {
	transform: rotate(-45deg) translateX(-.7em);
	transform-origin: center center;
}

.menu-btn.on .cp_bar {
	transform: translateX(5px);
	background: transparent;
}

.menu-btn.on .cp_bar:before {
	transform: rotate(45deg) translateX(-.7em);
	transform-origin: center center;
}

/* userinfo wrp */
#header .userinfo-wrp {
	display: flex;
	align-items: center;
	gap: 0 1em;
	position: relative;
}

/* .loaded #header .userinfo-wrp .gnavi-btn {
    position: relative;
    bottom: -1em;
}

@media screen and (max-width:767px) {
	.loaded #header .header-right .userinfo-wrp .gnavi-btn {
		bottom: 0;
	}
} */

#header .username,
#header .no-login a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em;
	width: 100%;
	cursor: pointer;
}

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

	#header .username,
	#header .no-login a {
		padding: 0;
	}
}

#header .icon-menu:before {
	font-size: 1.2em;
}

#header .icon-user:before {
	font-size: 1.4em;
	vertical-align: -0.2em;
	margin-right: 0.25em;
}

#header .icon-member:before {
	font-size: 1.5em;
	vertical-align: -0.15em;
	margin-right: 0.25em;
}

#header .icon-newuser:before {
	font-size: 1.5em;
	vertical-align: -0.15em;
	margin-right: 0.25em;
}

#header .icon-shop:before {
	font-size: 1.4em;
	vertical-align: -0.1em;
}

@media screen and (max-width: 767px) {
	.logged-in #userlogin-btn {
		color: var(--main_subcolor);
	}

	#header .newmember {
		display: none;
	}

	#header .icon-user:before {
		margin-right: 0;
	}
}

/* header right ================================*/
#header .header-right {
	height: 100%;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 0 2em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	transition: all .2s;
}

@media screen and (min-width:768px) {
	.loaded #header .header-right {
		padding-top: 35px;
		padding-bottom: 0;

	}
}

@media screen and (max-width:767px) {
	#header .header-right {
		right: 2%;
		padding-bottom: 30px;
		display: grid;
		grid-template-areas: 'contact lang' 'tel tel';
		grid-template-columns: 1fr auto;
		align-content: flex-end;
		align-items: center;
		gap: 0 .5em;
		right: 5%;
	}

	.loaded #header .header-right {
		padding-bottom: 5px;

	}
}

/* tel */
#header .tel-list {
	grid-area: tel;
	width: max-content;
	font-size: .8rem;
}

@media screen and (max-width:767px) {
	#header .tel-list {
		font-size: min(.75rem, 3vw);
		display: none;
	}

	.loaded #header .tel-list li {
		display: none;
	}
}

#header .tel-list li {
	width: 100%;
	text-align: left;
}

@media screen and (min-width:768px) {
	.loaded #header .tel-list li {
		display: inline-block;
		width: fit-content;
	}
}

#header .tel-list .tel {
	line-height: 1.6;
	text-align: left;
}

#header .tel-list .tel .ttl {
	display: inline-block;
	width: 5.5em;
	padding-right: 1em;
	text-align: right;
	position: relative;
}

#header .tel-list .tel .ttl::after {
	content: '：';
	position: absolute;
	right: 0;
}

@media screen and (min-width:768px) {
	.loaded #header .tel-list .tel .ttl {
		width: auto;
		padding-left: 2em;
	}

}

@media screen and (max-width:767px) {
	#header .tel-list .ttl {
		font-size: .85em;
	}
}

#header .tel-list .tel .num {
	display: inline-block;
	text-align-last: justify;
}

#header .tel-list .tel:first-child .num {
	letter-spacing: .05em;
}

/* contact */
.contact-btn {
	grid-area: contact;
	margin-top: .25rem;
	padding: .5rem 0;
	font-size: min(.8rem, 3.2vw);
	position: relative;
}

@media screen and (min-width:768px) {
	.loaded .contact-btn {
		padding: .25rem 0;
		display: none;
	}
}

@media screen and (max-width:767px) {
	.contact-btn {
		/* height: 2rem;
		padding: 0 .5rem;
		display: inline-grid;
		place-items: center; */
		display: none;
	}
}

.contact-btn .mail_icon {
	position: relative;
	vertical-align: middle;
}

.contact-btn .mail_icon::after {
	content: '';
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: 0 .5em;
	vertical-align: -.2em;
	background: url(../img/mail_icon.svg) no-repeat center / contain;
}

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

/* hanging menu ================================*/
.hanging-menu-wrp {
	width: max-content;
	display: inline-flex;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: -.2rem;
	gap: 0 1.5em;
}

@media screen and (max-width:767px) {
	.hanging-menu-wrp {
		display: contents;
		position: static;
	}
}

/* lang */
.lang-btn-wrp {
	grid-area: lang;
	display: flex;
	align-items: center;
	position: relative;
}

.lang-btn-wrp::after {
	content: '';
	width: 0;
	height: 2.75rem;
	border-right: solid .5px #666;
	position: absolute;
	right: 0;
	top: auto;
	bottom: 5px;
}

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

	/* .contact-btn::after,
	.lang-btn-wrp::after {
		content: '';
		width: 0;
		height: 3rem;
		border-right: solid .5px #888;
		position: absolute;
		right: 1%;
		top: auto;
		bottom: 5px;
	} */
}

.lang {
	font-size: min(.75rem, 3vw);
	cursor: pointer;
}

.lang :where(span, a) {
	display: inline-block;
	padding: .75rem;
}

@media screen and (max-width:767px) {
	.lang :where(span, a) {
		height: 2rem;
		padding: 0 .75rem;
		display: inline-grid;
		place-items: center;
	}
}

.lang.ja::after {
	content: '|';
	display: inline-block;
	color: #333;
	transform: rotate(20deg);
}

.lang:hover,
.lang.on {
	color: var(--main_subcolor)
}

/* search */
/* .product-search {
	position: relative;
	max-width: 500px;
	margin-bottom: 2em;
}

.icon-search {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	z-index: 3;
} */


/* ====================================================
	menu
==================================================== */
.shopmenu-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fdfdfd;
	padding: 15vh 20px;
	z-index: 997;
	overflow: auto;

}

@media screen and (max-width:767px) {
	.shopmenu-box {
		padding: 10vh 20px 15vh;
	}
}

#menu-load {
	min-height: 425px;
}

@media screen and (max-width: 767px) {
	#menu-load {
		min-height: 380px;
	}
}

.newmember-btn {
	margin-top: 2em;
}

.newmember-btn a {
	font-weight: 200;
	font-size: 1.2em;
	display: inline-block;
	padding: 1em 3em;
	border: 1px solid #ccc;
}

.newmember-btn .jp {
	display: block;
	font-size: .6em;
	color: var(--main_subcolor);
}

@media screen and (max-width: 767px) {
	.newmember-btn {
		font-size: 1.1em;
	}
}

.shopmenu-box .menu-cat-title {
	font-size: 1.7em;
	display: block;
	margin-bottom: 1em;
}

@media screen and (max-width:767px) {
	.shopmenu-box .menu-cat-title {
		margin-top: 2em;
	}
}

.shopmenu-box li h2 {
	font-size: .8em;
	margin: 1em auto;
}

.load-menu-wrp {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.load-global-logo {
	width: 30%;
}

.load-global-logo-inner {
	width: 100%;
	position: sticky;
	/* top: 100px; */
}

@media screen and (max-width:767px) {
	.load-global-logo {
		width: 100%;
	}

	.load-global-logo-inner {
		position: static;
	}
}

.load-global-logo .logo {
	display: block;
	width: min(150px, 25vw);
	margin: 0 auto 1em;
}

.load-global-logo .logo img,
.load-global-logo .logo svg {
	width: 100%;
	height: auto;
}

.load-global-logo .tagline {
	font-size: min(1.05em, 4vw);
	text-align: center;
	font-weight: 200;
	padding: .5em 0;
	margin-bottom: 2em;
}

.load-menu-wrp .share {
	text-align: center;
	font-weight: 200;
	margin-top: 3em;
}

.load-menu-wrp .social li {
	margin: .5em .5em 2em;
}

.load-menu-wrp .social a {
	font-size: 2em;
}

.load-global-menu {
	width: 60%;
	padding: 3%;
}

@media screen and (max-width:767px) {
	.load-global-menu {
		width: 100%;
	}
}

.load-global-menu li a {
	display: block;
	margin-bottom: 1.5em;
	font-size: min(1.1em, 5vw);
}

.load-global-menu li.shop a {
	display: inline-block;
}

.product-submenu {
	padding-left: 1em;
}

.product-submenu .product-submenu-categories a {
	display: block;
	width: 31%;
}

.product-submenu .product-submenu-categories a p {
	font-size: min(.9em, 4vw);
	font-weight: 200;
	margin: .75em 0 2em;
}

.load-global-menu .myaccount-btn a {
	display: block;
	padding: .5em 0;
	margin: 1em 0;
	font-size: 1.05em;
}

.shop-product-menu {
	width: 70%;
}

@media screen and (max-width: 767px) {
	.load-global-menu {
		width: 100%;
	}

	.load-global-menu .site-menu li {
		display: block;
		width: 100%;
	}

	.shop-product-menu {
		width: 100%;
		margin-top: 2em;
	}
}

/* global menu */
.menu-global {
	width: 100%;
	opacity: 1;
	transition: all .3s ease;
	position: relative;
}

.menu-global::before {
	top: 0;
}

.menu-global::after {
	bottom: 0;
}

.loaded .menu-global::before,
.loaded .menu-global::after {
	background-color: transparent;
}

.loaded .menu-global {
	visibility: hidden;
	height: 0;
	padding: 0;
	opacity: 0;
	border-top: none;
	border-bottom: none;
}

.menu-global .menu {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.menu-global .menu a {
	display: block;
	padding: 1em 1.5em;
	font-size: .8em;
}

.menu-global .sub-menu {
	position: absolute;
	top: 41px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: var(--bgcolor);
	padding: 1em;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	border-radius: 0 0 4px 4px;
	transition: all .3s ease;
}

.menu-global .menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.menu-global .sub-menu li {
	margin: 1em .5em;
}

@media screen and (max-width: 767px) {
	.menu-global {
		border-top: none;
		border-bottom: none;
	}

	.menu-global::before,
	.menu-global::after {
		display: none;
	}

	.menu-global .menu {
		display: none;
	}
}

.woocommerce-product-search .screen-reader-text {
	display: none;
}

h2.screen-reader-text {
	display: none;
}

.woocommerce-product-search .search-field {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 1em;
	font-size: 1em;
	outline: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 2em;
}

@media screen and (max-width:767px) {
	#search-btn .woocommerce-product-search {
		top: var(--hd_h_sp);
		left: -60px;
	}

	.loaded #search-btn .woocommerce-product-search {
		left: -60px;
	}

	.loaded #search-btn:hover .woocommerce-product-search,
	#search-btn:hover .woocommerce-product-search {
		width: 100vw;
		padding: .5em 1em;
	}

	#search-btn:hover .woocommerce-product-search .search-field {
		width: 100%;
		margin: 0;
	}
}

.woocommerce-product-search button {
	display: none;
}

#cart-btn {
	position: relative;
}

.itemcnt {
	display: flex;
	position: absolute;
	top: 50%;
	right: 0;
	align-items: center;
	justify-content: center;
	background-color: var(--red);
	color: #fff;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	overflow: hidden;
	transform: translate(70%, -70%);
	transition: all .2s ease;
	z-index: 99;
	opacity: 0;
}

.itemcnt.on {
	opacity: 1;
}

.itemcnt span {
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	display: block;
}

@media screen and (max-width:767px) {
	.itemcnt {
		width: 20px;
		height: 20px;
		transform: translate(40%, -120%);
	}

	.itemcnt span {
		font-size: 10px;
	}
}

.cart-box {
	display: none;
	height: 100vh;
	min-height: calc(100vh - 150px);
	width: 370px;
	position: fixed;
	top: 0;
	right: -1px;
	border: 1px solid #ccc;
	padding: 1em;
	cursor: default;
	background-color: var(--bgcolor);
	z-index: 999;
	transition: all .3s ease;
}

.cart-box-inner {
	width: 100%;
	padding: 1em;
}

.cart-box-wrapper {
	display: block;
	height: calc(100vh - 200px);
	overflow: auto;
	padding: 0 10px;
}

.cart-box-wrapper .mini_cart_item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

.cart-box-wrapper .mini_cart_item a.remove {
	width: 0;
	overflow: hidden;
	display: none;
}

.cart-box-wrapper .mini_cart_item a:not(.remove) {
	display: flex;
	font-size: .74em;
	width: 65%;
}

.cart-box-wrapper .mini_cart_item .quantity {
	font-size: .9em;
	width: 30%;
	text-align: right;
}

.cart-box-wrapper .mini_cart_item a img {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: cover;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.cart-box-wrapper .total {
	display: block;
	margin-top: 1em;
}

.cart-box .cart-list-box {
	width: 100%;
	text-align: left;
	display: block;
	width: 100%;
}

.cart-box .cart-title {
	display: block;
	padding: 1em 0;
	text-align: center;
	color: var(--main_subcolor);
}

@media screen and (max-width:767px) {
	.cart-box .cart-title {
		font-size: 1.2em;
	}
}

.cart-box .thumb {
	width: 15%;
}

.cart-box .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-box .qty {
	white-space: nowrap;
	width: 10%;
}

.cart-box .name {
	width: 50%;
}

.cart-box .price {
	white-space: nowrap;
	width: 25%;
}

.cart-box .ammount {
	width: 100%;
}

.cart-box .cart-button-area {
	display: flex;
	justify-content: space-between;
}

.cart-box .cart-button-area .button {
	width: 49%;
}

/* min-cart */
.woocommerce-mini-cart__buttons .wc-forward {
	margin: .75em 0 0;
	font-size: .9em;
}

.woocommerce-mini-cart__total.total {
	text-align: right;
}

.woocommerce-mini-cart__total.total strong {
	font-size: .8em;
}

#userlogin-btn {
	position: relative;
	white-space: nowrap;
}

.userloginname {
	font-size: 11.5px;
	white-space: nowrap;
}

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

.userlogin-box {
	display: none;
	width: 18em;
	position: fixed;
	top: 50px;
	/* top: 130px; */
	right: 8%;
	/* left: 8%; */
	border: 1px solid #ccc;
	padding: 10px 20px;
	text-align: left;
	border-radius: 5px;
	background-color: var(--bgcolor);
	z-index: 1000;
	transition: all .2s ease;
}

.loaded .userlogin-box {
	top: var(--hd_h_sp);
}

@media screen and (max-width:767px) {
	.userlogin-box {
		top: calc(var(--hd_h) - 2px);
		right: 0;
		width: 100%;
		height: 100vh;
		border-radius: 0px;
		padding-top: 30px;
	}

	.loaded .userlogin-box {
		top: calc(var(--hd_h_sp) - 2px);
	}
}

.userlogin-box>div {
	width: 100%;
	padding: 0.75em 0.5em;
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
}

.userlogin-box>div a {
	display: block;
	padding: 0.5em 0;
}

.userlogin-box>div:last-child {
	border-bottom: none;
}

.userlogin-box>div.username-wrapper {
	padding: 1.5em 0.5em 0.75em;
}

/* ====================================================
	main area
==================================================== */
:not(.home) #main {
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 100%;
}

.wrapper {
	width: 100%;
	padding: 0 0 60px;
}

@media screen and (max-width: 767px) {
	.wrapper {
		padding: 0 15px 30px;
	}
}

.entry-list {
	width: 100%;
}

.entry-list.entry-sidelist {
	width: 80%;
}

@media screen and (min-width: 768px) {
	/* .tel-wrp .hd {
        display: none;
    } */

	.tel-wrp .tel-list {
		margin: 1.5em auto 0;
		display: flex;
		justify-content: center;
		gap: 0 3em;
		font-size: min(1.4em, 5.8vw);
		position: relative;
	}

	.tel-wrp .tel .ttl {
		display: block;
		width: max-content;
		margin: 0 auto 5px;
		font-size: .7em;
		text-align: left;
		position: relative;
	}

	.tel-wrp .tel .ttl::after {
		content: '';
		display: block;
		width: 100%;
		border-bottom: solid 1px;
		margin: 3px auto 5px;
		opacity: .6;
	}

}

@media screen and (max-width: 767.9px) {
	.tel-wrp {
		width: max-content;
		margin: 1em auto;
		/* padding-left: 3em; */
		font-size: min(1.3em, 5.8vw);
		position: relative;
	}

	/* .tel-wrp .hd {
		width: 3em;
		height: 3em;
		margin-left: -.5em;
		display: grid;
		place-items: center;
		border: solid 1px;
		font-size: .85em;
		position: absolute;
		left: 0;
		top: .75em;
		color: inherit;
		opacity: .85;
	} */

	.tel-wrp .tel-list li {
		width: 100%;
		text-align: left;
	}

	.tel-wrp .tel {
		margin: 0 !important;
		font-size: 1em !important;
		line-height: 1.6 !important;
		color: inherit;
	}

	.tel-wrp .tel .ttl {
		display: inline-block;
		width: 7.5em;
		font-size: .7em;
		text-align: left;
		position: relative;
	}

	.tel-wrp .tel .ttl::after {
		content: '：';
		position: absolute;
		right: .25em;
	}
}

/* ====================================================
	footer
==================================================== */
#footer {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 10;
	background-image: url(/wp-content/uploads/2023/08/bg_red.jpg);
}

#footer::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
	mix-blend-mode: multiply;
	pointer-events: none;
	z-index: 11;
}

#footer .address {
	color: #fff;
}

#footer .address p {
	margin-bottom: .5em;
}

#footer .footer-link-area {
	padding: 40px 0;
	position: relative;
	z-index: 12;
}

#footer .btn a {
	display: block;
	width: 300px;
	margin: 20px 10px 40px;
	font-size: .8em;
	padding: 1em 2em;
	text-align: center;
	color: #ddd;
	border: 1px solid;
	transition: all .2s;
}

@media screen and (max-width: 767px) {
	#footer .btn a {
		display: block;
		width: 300px;
		font-size: 12px;
		margin: 1em auto;
	}
}

#footer .btn a:hover {
	background-color: #fff;
	color: #222;
	border: 1px solid var(--main_color);
}

#footer .btn a span:before {
	margin-right: 0.5em;
}

#footer .footer-link-area .social li a {
	display: inline-block;
	color: var(--l-gold);
	font-size: 2em;
	padding: 0.35em;
	position: relative;
	transition: all .3s;
}

#footer .footer-link-area .footernavi li a {
	display: inline-block;
	color: var(--l-gold);
	font-size: 0.8em;
	padding: 1em;
	transition: all .3s;
}

#footer .footer-link-area .social li a:hover,
#footer .footer-link-area .footernavi li a:hover {
	color: #fff;
}

#footer .footer {
	display: block;
	background-color: var(--bgcolor);
	padding: 40px 0;
	color: var(--main_color);
	position: relative;
	z-index: 13;
}

#footer address {
	font-size: 0.8em;
	font-style: normal;
	display: block;
	margin: 10px auto 40px;
}

#footer .copyright {
	padding: 1em 0;
	font-size: 12px;
}

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

	#footer .social {
		margin: 20px auto;
	}

	#footer .footer-link-area .footernavi li {
		width: 100%;
	}

	#footer .footer-link-area .footernavi li a {
		padding: 0.5em 1em;
		font-size: 13px;
	}
}

/* ====================================================
	lbox
==================================================== */
.lbox-bg {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	animation: fadeout 0.3s ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	left: 0;
}

.lbox-bg.on {
	display: block;
	animation: fadein 0.3s ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/* ====================================================
	not found
==================================================== */
#container .index-main.not-found {
	text-align: center;
}

#container .index-main.not-found .page-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	padding-top: 40px;
	color: var(--main_color);
}

#container .not-found .message {
	text-align: center;
	padding: 20px 0 40px;
	color: #666;
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}

#container .search-area {
	width: 100%;
	max-width: 640px;
	position: relative;
	margin: 0 auto 40px;
}

#container .backtohome {
	text-align: center;
	font-size: 0.9em;
	display: inline-block;
}

.grecaptcha-badge {
	visibility: hidden;
}