@charset "euc-jp";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	border: 0;
}
img {
	border: 0;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
img, input {
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
table, caption, th, td {
	font-style: normal;
	font-weight: normal;
}
hr {
	margin: 0;
	padding: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
form, fieldset, input, button, select, optgroup, option, textarea, label, legend {
	margin: 0;
	padding: 0;
	outline: none;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: inherit;
	border: 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9¤ÎÈæÎ¨¡Ê= 9 / 16 * 100¡Ë */
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.smp {
    display: none;
}
.desktop {
    display: block;
}
@media screen and (max-width:480px) {
    .smp{
        display: block;
    }
    .desktop{
        display: none;
    }
}

body {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  line-height: 28px;
  background: #ffffff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  letter-spacing: 1.7px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    min-width: 1100px; /* viewport */
  }
}

/*=============================================
 * reset - custom
 *=============================================*/

:before,
:after {
	pointer-events: none;
}
* { /* fix font boosting on mobile Chrome */
	max-height: 1000000px;
}
*:first-child + html img,
* html img {
	vertical-align: top;
}
html,
body {
	line-height: 1;
	word-spacing: normal;
	min-height: 100%;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	/* -webkit-font-smoothing: antialiased; */
}
html.break-jump,
.break-jump body { /* fixed for screen jumping bug on iOS */
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
input,
button,
select,
optgroup,
option,
textarea,
label {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
button,
input:button,
input:submit,
input:reset {
	cursor: pointer;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
small {
	font-size: smaller;
}
del {
	text-decoration: line-through;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus,
a:active {
	outline: none;
	-moz-outline-style: none;
	ie-dummy: expression(this.hideFocus=true);
}
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}



/*=============================================
 * lazyload
 *=============================================*/

img:not([src]) {
	visibility: hidden;
}
img[data-src],
img[data-srcset] {
	display: block;
	min-height: 1px;
}
.i-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%; /* You define this doing height / width * 100% */
	position: relative;
}
.i-wrapper img {
	width: 100%;
	/*height: auto;*/
	position: absolute;
}

/*=============================================
 * .clearfix
 *=============================================*/
.nav-fl,
.nav-fr,
.clearfix {
	zoom: 1 !important;
}
.nav-fl:after,
.nav-fr:after,
.clearfix:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}

/*=============================================
 * nav - float/inline
 *=============================================*/

.nav-fl > * {
	float: left;
}
.nav-fr > * {
	float: right;
}
.nav-inline > * {
	display: inline-block;
}

/*=============================================
 * fonts
 *=============================================*/
.fnt-garamond {
	font-family: Garamond, YuMincho, "MS PGothic", sans-serif;
}
.fnt-gara {
  font-family: 'Cormorant Garamond', serif;

}
.fnt-zenmincho-500 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.fnt-caslon-400 {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}


/*=============================================
 * footer gallery
 *=============================================*/
.footer-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gallery-row {
  display: flex;
  flex-wrap: nowrap;
}

/* ¶¦ÄÌ²èÁüÀßÄê */
.gallery-row img {
  width: 100%;
  height: auto;
  display: block;
}

/* PC¡§²£8Îó¥°¥ê¥Ã¥É */
@media (min-width: 1025px) {
  .footer-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    flex-direction: unset;
  }

  .gallery-row {
    display: contents;
  }

  .footer-gallery img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* ¥¿¥Ö¥ì¥Ã¥È¡§4Îó */
@media (min-width: 601px) and (max-width: 1024px) {
  .footer-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-direction: unset;
  }

  .gallery-row {
    display: contents;
  }
}

/* ¥¹¥Þ¥Û¡§3-2-3Îó */
@media (max-width: 600px) {
  .row-3 img {
    width: 33.3333%;
  }

  .row-2 {
    justify-content: center;
  }

  .row-2 img {
    width: 50%;
    margin: 0; 
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
	width: 100%;
	position: relative;
}
footer a {
	color: inherit;
}

address {
	text-align: center;
}

/*=============================================
 * rollover button
 *=============================================*/
.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
	opacity: 1;
	transform: translateX(0) translateZ(0);
	-moz-transform: translateX(0) translateZ(0);
	-webkit-transform: translateX(0) translateZ(0);
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.over-img img:hover,
img.over:hover,
/* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over),
button:hover img {
	cursor: pointer;
	opacity: .8;
	transform: translateX(.01em) translateZ(0);
	-moz-transform: translateX(.01em) translateZ(0);
	-webkit-transform: translateX(.01em) translateZ(0);
}
.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
	opacity: 1 !important;
}
.btn-over {
	display: inline-block;
	position: relative;
}
.btn-over img + img {
	pointer-events: none;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn-over:hover img + img,
.btn-over.active img + img {
	opacity: 1 !important;
}
.btn-over:hover img,
.btn-over.active img {
	opacity: 0 !important;
}


/*=============================================
 * Title
 *=============================================*/
.top-ttl-container {
  display: flex;
  justify-content: center;
}
.top-en-ttl {
  position: relative;
  display: inline-block;
  font-family: "Libre Caslon Text", serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0 40px;
  text-align: center;
  margin: 40px auto 30px;
}

/* Ankh ¥¢¥¤¥³¥ó */
.top-en-ttl::before,
.top-en-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-image: url('https://img21.shop-pro.jp/PA01499/027/etc_base64/YW5raA.png?cmsp_timestamp=20250713161415'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}

/* º¸ */
.top-en-ttl::before {
  left: 0;
}

/* ±¦ */
.top-en-ttl::after {
  right: 0;
}
.h2-top-ttl {
	font-size: 16px !important;
	text-align: center !important;
	border-left:none !important;
	display: block !important;
	margin-top: 0px !important;
	margin-bottom: 50px !important;
	line-height: 1px !important;
	padding-left: 0px !important;
	letter-spacing: 2px !important;
}
/* ¥ì¥¹¥Ý¥ó¥·¥ÖÂÐ±þ */
@media (max-width: 768px) {
  .top-en-ttl {
    font-size: 32px;
    padding: 0 30px;
  	margin: 0px auto 20px;
  }
  .top-en-ttl::before,
  .top-en-ttl::after {
    width: 25px;
    height: 25px;
  }
  .h2-top-ttl {
	font-size: 14px !important;
  }
}


/*=============================================
 * .slide-fade
 *=============================================*/
.slideParent {
	position: relative;
}
.slide-fade {
	position: relative;
}
.slide-fade > * {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.slide-btn {
	pointer-events: none;
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.slide-btn .slide-next,
.slide-btn .slide-prev {
	pointer-events: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slide-btn .slide-next {
	right: 0;
}
.slide-btn .slide-prev {
	left: 0;
}
.slide-btn .slide-next img,
.slide-btn .slide-prev img {
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
.slide-btn .slide-next img:hover,
.slide-btn .slide-prev img:hover {
	opacity: .8;
}
.slide-page {
	margin: 0 auto;
	text-align: center;
}
.slide-page > * {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	background: #C0C0C0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.slide-page > *:hover,
.slide-page > *.active {
	background: #8D8D8D;
}

/*=============================================
 * .nav-animate
 *=============================================*/
.nav-animate {
}

/*=============================================
 * .nav-fixed
 *=============================================*/

.nav-fixed {
}
.nav-fixed.fixed {
}
.nav-target {
}
.nav-pin {
}
.nav-pin.fixed {
}


.gmap iframe {
	pointer-events: none !important;
	width: 100%;
}
.gmap.scrollable iframe {
	pointer-events: visible !important;
}



/*=============================================
 * .tabs-switch
 *=============================================*/

.tabs-switch {
}
.tabs-switch .tab-link {
}
.tabs-switch .tab-link > * {
	cursor: pointer;
	display: inline-block;
}
.tabs-switch .tab-link > * a {
	pointer-events: none;
}
.tabs-switch .tab-link.link-over > * {
	position: relative;
}
.tabs-switch .tab-link.link-over > * > img {
}
.tabs-switch .tab-link.link-over > * > img + img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
	opacity: 0;
}
.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
	opacity: 1;
}
.tabs-switch .tab-content {
}
.tabs-switch[data=fade] .tab-content {
	min-height: 100px;
	position: relative;
}
.tabs-switch .tab-content > * {
	display: none;
}
.tabs-switch[data=fade] .tab-content > * {
	margin: auto;
	width: 100%;
	height: 100%;/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	*/
}



/*=============================================
 * .toggle
 *=============================================*/

.toggle {
}
.toggle .toggle-link {
	cursor: pointer;
	position: relative;
}
.toggle .toggle-main {
	display: none;
}
.toggle.active .toggle-main {
	display: block;
}



/*=============================================
 * .pagination
 *=============================================*/

.pagination {
}
.pagination > .page-content {
}
.pagination > .page-content > * {
	display: none;
}
.pagination > .page-content > *.active {
	display: block;
}
.pagination > .page-link {
	text-align: center;
}
.pagination > .page-link ul {
}
.pagination > .page-link li {
	cursor: pointer;
	display: inline-block;
}
.pagination > .page-link .page-item {
}
.pagination > .page-link .page-item.active {
	font-weight: 600;
}
.pagination > .page-link .page-ellipse {
}
.pagination > .page-link .page-first {
}
.pagination > .page-link .page-last {
}
.pagination > .page-link .page-next {
}
.pagination > .page-link .page-prev {
}
.pagination > .page-link .page-ellipse,
.pagination > .page-link .page-first.disabled,
.pagination > .page-link .page-last.disabled,
.pagination > .page-link .page-next.disabled,
.pagination > .page-link .page-prev.disabled {
	cursor: not-allowed;
}



/*=============================================
 * .noanimated
 *=============================================*/

.noanimated {
}
.noanimated .wow {
	visibility: visible !important;
	animation-duration: none !important;
	-moz-animation-duration: none !important;
	-webkit-animation-duration: none !important;
	animation-fill-mode: none !important;
	-moz-animation-fill-mode: none !important;
	-webkit-animation-fill-mode: none !important;
}



/*=============================================
 * .rss
 *=============================================*/

.rss {
	word-wrap: break-word;
	word-break: break-word;
}



/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	visibility: hidden;
	z-index: 99;
	transition:
		opacity .3s ease,
		visibility .3s ease;
	-moz-transition:
		opacity .3s ease,
		visibility .3s ease;

	-webkit-transition:
		opacity .3s ease,
		visibility .3s ease;
}
#pagetop.visible {
	opacity: 1;
	visibility: visible;
}
#pagetop.in-scroll {
	cursor: not-allowed;
}
#pagetop > * {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#pagetop > *:hover {
	cursor: pointer;
	opacity: .8;
}



/*=============================================
 * <header>
 *=============================================*/

header {
	width: 100%;
}
header > .wrap {
	position: relative;
	z-index: 2;
}



/*=============================================
 * <section>
 *=============================================*/

section {
	clear: both;
	margin: auto;
	width: 100%;
	position: relative;
}





/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: auto;
	font: unset;
	line-height: normal;
	text-align: center;
}
#socialbuttons > * {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	height: 20px;
}


.social-google {
    display: none !important;
}
/*=============================================
 * debugger
 *=============================================*/

html.fc-debugger {
}
#fc-console {
	opacity: 0;
	margin: auto;
	color: #F0F0F0;
	font-size: 14px;
	font-family: Consolas, "Source Code Pro", "Lucida Grande", monospace, sans-serif;
	background: rgba(60, 60, 60, .9);
	width: 90%;
	max-width: 1200px;
	border: 1px solid rgba(255, 255, 255, .05);
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, .5);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
	z-index: 9999999999999999999999999999999;
}
html.fc-debugger #fc-console {
	opacity: 1;
	visibility: visible;
}
#fc-console.active {
	top: initial;
}
#fc-console * {
	color: #EFEFEF;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 20px;
}
#fc-console .console-title {
	cursor: pointer;
	margin: auto;
	padding: 10px 20px;
	color: #202020;
	font-size: 20px;
	font-weight: 600;
	font-variant: small-caps;
	text-shadow: none;
	line-height: 22px;
	background: rgba(215, 215, 215, .8);
	border: 1px solid rgba(255, 255, 255, .05);
	position: absolute;
	top: -45px;
	left: -1px;
	right: -1px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-title[data-total]:before {
	content: attr(data-total);
	margin-left: -10px;
	margin-right: 10px;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: relative;
	top: -3px;
}
#fc-console .console-title:hover {
	color: #303030;
	background: rgba(215, 215, 215, .9);
}
#fc-console .console-clear {
	cursor: pointer;
	margin: auto;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 15px;
	background: #607D8B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: -35px;
	right: 7px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#fc-console .console-clear:hover {
	background: #4C626D;
}
#fc-console .console-main {
	padding: 10px;
	max-height: 350px;
	max-height: 35vh;
	overflow: hidden;
	overflow-y: auto;
}
#fc-console .console-main a {
	color: #3A92C8;
	text-decoration: none;
}
#fc-console .console-main a:hover {
	text-decoration: underline;
}
#fc-console .console-block {
	padding: 10px;
	position: relative;
}
#fc-console .console-block[data-count]:before {
	content: attr(data-count);
	margin: auto;
	padding: 3px 10px;
	color: #FEFEFE;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	background: #D82323;
	height: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-block + .console-block {
}
#fc-console .console-block + .console-block:after {
	content: "";
	margin: auto;
	background: rgba(0, 0, 0, .1);
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px rgba(255, 255, 255, .05);
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .05);
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .05);
}
#fc-console .console-block > * {
	margin: 5px 0;
}
#fc-console .console-message {
	padding-left: 20px;
	color: #F44336;
	font-style: italic;
	position: relative;
}
#fc-console .console-message:before {
	content: "#";
	color: #F44336;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
#fc-console .console-stacktrace {
	margin-left: 20px;
	padding-left: 20px;
	box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 2px 0 rgba(255, 255, 255, .1);
}
#fc-console .console-stacktrace > * {
	font-size: 13px;
}
#fc-console .console-script {
}
#fc-console .console-line {
}
#fc-console .console-column {
}
#fc-console .console-error {
	margin-left: 18px;
	padding-left: 22px;
	color: #CFCFCF;
	position: relative;
}
#fc-console .console-error:before {
	content: "$";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}



/*=============================================
 * .copy - clipboard
 *=============================================*/

.copy {
	cursor: pointer;
	touch-action: manipulation; /* fixed for iOS */
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.copy:hover {
	opacity: .8;
}
.copy.copied {
}



/*=============================================
 * customs
 *=============================================*/

.bxSlider,
.bxSlider * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.bx-wrapper img { /* responsive */
	display: block;
	max-width: 100%;
	height: auto;
}
a.bx-next,
a.bx-next:active,
a.bx-next:focus,
a.bx-next:hover,
a.bx-next:hover img,
a.bx-prev,
a.bx-prev:active,
a.bx-prev:focus,
a.bx-prev:hover,
a.bx-prev:hover img,
a.bx-pager-link,
a.bx-pager-link:active,
a.bx-pager-link:focus,
a.bx-pager-link:hover,
a.bx-pager-link:hover img,
a[data-slide-index],
a[data-slide-index]:active,
a[data-slide-index]:focus,
a[data-slide-index]:hover,
a[data-slide-index]:hover img {
	pointer-events: visible !important;
	cursor: pointer !important;
}

.fb-page {
	background: #FFF;
	width: 100%;
	height: inherit;
}
.fb-like.fb_iframe_widget > span {
	display: block;
	vertical-align: baseline !important;
}

/* https://stackoverflow.com/questions/29429296/responsive-width-facebook-page-plugin/31971705 */
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}



/*=============================================
 * horizontal & vertical align
 *=============================================*/

.x-full {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.x-center {
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.y-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.z-center {
	margin-right: -50%;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);


	-webkit-transform: translate(-50%, -50%);
}



/*=============================================
 * .vh-fix
 *=============================================*/

.vh-fix {
}




/*=============================================
 * .full-height - 100vh
 *
 * this bug not displaying 100vh correctly
 * fixed on iOS/Chrome
 *=============================================*/

.full-height {
	height: 100vh;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.full-height {
		height: 768px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.full-height {
		height: 1024px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.full-height {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	.full-height {
		height: 568px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.full-height {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.full-height {
		height: 480px;
	}
}



/*=============================================
 * customs common - FCV
 *=============================================*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
/*
.fnt-mincho {
  font-family: 'Shippori Mincho', serif;
  font-weight: normal;
}

.fnt-daw {
  font-family: 'Dawning of a New Day', cursive;
}

.fnt-meiryo {
  font-family: "¡¦¡ã£âáã¡¦£å , Meiryo, "¡¦Ää#¡¦£çáãïä2¡¦´ã£ì¥ã¡¦"°òro", "ï¼­ï¼³ ¡¦´ã£ì¥ã¡¦"°Ä, "Hiragino Kaku Gothic Pro", Osaka, "ï¼­ï¼³ ï¼°ã£êáâ·ã¥ã¡¦°Ä, "MS PGothic", sans-serif;
}

.fnt-ami {
  font-family: 'Amiri', serif;
}

.fnt-gara {
  font-family: 'Cormorant Garamond', serif;

}

.fnt-gothic {
  font-family: "æ¸¸ã£êáâ·ã¥ã¡¦°Ä, YuGothic, "¡¦Ää#¡¦£çáãïä2¡¦¡¦Pro", "Hiragino Kaku Gothic Pro", "¡¦¡ã£âáã¡¦£å , "Meiryo", Osaka, 'ï¼­ï¼³ ï¼°ã£êáâ·ã¥ã¡¦°É, 'MS PGothic', sans-serif;
}

.fnt-noto {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.fnt-zen {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
}

.fnt-jost {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}
*/

h2,h3,h4{
	/* font-weight:bold; */
	font-weight: 600;
}

a {
	color:#000;
}
a:hover {
	color:#92908d;
}


.pull-right{
	float:none;
	text-align:right;
}
.h_row{
	position:relative;
}
.h_logo{
	text-align: center;
    padding: 35px 0;
}
.h_navi{
	font-size:16px;
	font-weight:bold;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: left;
    justify-content: left;
	margin: 107px 0 0 0;
}
.h_navi li{
	margin-right:27px;
}

#h_navi{
	width: 25%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
    padding-left: 1%;
    min-height: 1px;
    word-break: break-all;
}
#h_navi ul{
	margin: 0 auto;
}
#h_navi li{
	list-style:none;
    line-height: 2.2em;
}
#h_navi li a{
	display:block;
margin: 10px 0;
    padding: 0 10px;
	border:1px solid;
}
#h_navi li i{
vertical-align: sub;
}
#h_navi li a:hover{
	text-decoration:none;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}

/* ¥í¥´´ØÏ¢ */
.logo-smp {
	display: none;
	text-align: center;
	padding: 20px 0px;
}
.logo-smp img {
	width:50%;
}
@media (max-width: 480px){
	.logo-smp {
		display: block;
		width: 100%;
		background-color: #28110b;
	}
	.logo-pc {
		display: none;
	}
}





.bnr_h1{
  position: absolute;
    top: 15px;
    right: 350px;
}
.bnr_h1 h1{
	color: #999999;
    font-size: 12px;
    font-weight: normal;
   margin: 0;
}
.h_home{
}
.h_home i{
	vertical-align:top;
}
.h_home a{
border-bottom: 3px solid #181818;
    border-top: 3px solid #181818;
	padding: 16px !important;
    display: block;
    font-size: 20px;
}
.h_home a:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.h_insta{
	text-align: center;
    border-bottom: 1px solid #928538;
    border-top: 1px solid #928538;
    padding: 10px 0;
    margin: 30px 0 10px;
}

.head_r li{
	list-style:none;
	font-weight:bold;
}
.head_r .header-link,
.head_r .view-cart{
	background:#62370a;
	position: absolute;
	z-index:5;
}
.head_r .header-link{
	right: 150px;
    top: 15px;
    border-radius: 50px;
}
.head_r .view-account{
	right: 80px;
    top: 15px;
    border-radius: 50px;
}
.head_r .view-cart{
	right: 30px;
    top: 15px;
    border-radius: 50px;
}
.head_r .header-link a,
.head_r .view-cart a{
    padding: 5px 20px !important;
	display: block;
	color:#fff;
}
.head_r .view-cart a{
    padding: 10px !important;
}
.head_r a:hover{
	text-decoration:none;
	opacity:0.8;
}
.head_r .header-link:hover,
.head_r .view-cart:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.header-hp a i,
.header-link a i,
.view-cart a i{
vertical-align: text-top;
}

.h_navi a:hover{
	text-decoration:none;
	opacity:0.8;
}

/*
 * layout
 */
#wrapper {
  /*max-width: 1200px;*/
}

/*
 * contents
 */

.container{
min-width: 1200px;
    max-width: 1500px;
	
}

#contents {
  float: right;
  padding-left: 30px;
  position:relative;
    margin-top: -250px;
  line-height:160%;: 
}

#contents .topicpath-nav {
  margin-bottom: 10px;
}
#contents .topicpath-nav:last-child{
	margin-bottom: 50px !important;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side{
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 100px;
	
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
#side .bor_t_1,#side .bor_b_1{
	/*border-color:#928538 !important;*/
}

#side ul.unstyled li{
	padding: 5px 0px;
    display: block;
    width: 100%;
	border: none;
	line-height: 1.5em;

}
#side ul.unstyled li a{
	text-decoration: none;
    display: flex;
    margin-left: 10px;
	
}
#side ul.unstyled li img{
	vertical-align: middle;
    padding: 0 10px 0 0;
    height: auto;
    width: 100px;
    margin: 0;
}
#side #sns_btn{
	display: inline-flex;
    width: 160px;
    margin: 0 auto;
    padding-bottom: 15%;
}
#side .sns_btn{
	width: 40px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}

#side a:hover{
	opacity:0.8;
	text-decoration:none;
}
.btn_insta{
	text-align: center;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
/*.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }*/
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
/*.txt_c_333 {color: #333;}*/

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }
.pad_t_50 { padding-top: 50px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user,.icon-lg-w.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home,.icon-lg-w.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail,.icon-lg-w.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil,.icon-lg-w.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help,.icon-lg-w.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart,.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search,.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-chevron_up { background-position: -528px -192px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
/*.icon-lg-w.icon-chevron_down { background-position: 0px -217px; }*/
.icon-lg-w.icon-chevron_down {background-position: -528px -192px;}
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_r { background-position: -21px -216px; }
.icon-lg-b.icon-chevron_r {    background-position: -21px -216px;}
.icon-lg-w.icon-list-ul { background-position: -217px -144px; }
.icon-lg-b.icon-list-ul { background-position: -217px -144px; }
.icon-allitem{background-position:-287px -97px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@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 (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}



/*------------------------*/

#page-wrapper {
  position: relative;
}
.btn-01 {
  border: 1px solid #4d4d4d !important;
  background-color: #4d4d4d !important;
  color: #fff !important;
  *background-color: #4d4d4d !important;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e !important;
  background-color: #5e5e5e !important;
  color: #fff !important;
  *background-color: #5e5e5e !important;
}

.h_belt{
	/*background:#000;*/
}
.h_belt a{
	/*color:#fff !important;*/
}
.h_belt ul{
	margin:0 0 10px 0 !important;
}
.p_name{
	width: 96%;
    display: block;
    text-align: left;
    padding: 3% 0 3%;
}
/*.h_logo{
	text-align: center;
    margin: 0 auto;
}*/
.h_logo img{
	width:100%;
	height:auto;
}
#side h3{
	font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px 0;
	padding-bottom: 10px;
    letter-spacing: 0.15em;
	border-bottom:1px solid #666;
	
}

.btn-cus {
  height: 63px;
}
.btn-cus a {
  display: block;
  background: url("https://img21.shop-pro.jp/PA01493/770/etc/arrow.png") no-repeat center right 20px, #af4631;
  line-height: 63px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: all .2s linear .1s;
}
.btn-cus a:hover {
  text-decoration: none;
  border-radius: 30px;
}
footer {
    background-color: #28110b;
	color: #fff;
	position:relative;
	padding-top:20px;
}
footer .ft-navi{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
footer .ft-navi li{
	float:left;
	padding-right:20px;
	padding:15px 20px 0 0;
}
footer .row {
  margin-bottom: 20px;
}
footer .row .fl {
  width: 230px;
  margin-left: -20px;
  padding-top: 30px;
}
footer .row .fl .logo {
  margin-bottom: 0px;
	text-align: center;
	line-height: 200%;
}
footer .row .fl .btn-cus {
  height: 80px;
  line-height: 80px;
  text-align: left;
  background: url("https://img21.shop-pro.jp/PA01493/770/etc/arrow.png") no-repeat center right 20px, #af4631;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 5px;
  transition: all .2s linear .1s;
}
footer .row .fl .btn-cus:hover {
  border-radius: 30px;
}
footer .row .fl .btn-cus a {
  line-height: 24px;
  padding-left: 39px;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  background: none;
  height: 48px;
}
footer .row .fr {
  width: 700px;
  padding-top:40px;
  margin-right: 0px;
}
footer .row .fr dl {
  width: 100%;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.1em;
  padding: 9px 0;
  font-weight: 500;
	clear: both;
}
footer .row .fr dl dt {
	clear: both;
	float:left;
}
footer .row .fr dl dd {
}
footer .row .fr dl dd .link a {
  text-decoration: underline;
  color: #554424;
}
footer .row .fr dl dd .link a:hover {
  text-decoration: none;
}
footer .row2 {
    background-color: #28110b;
    text-align: center;
    color: #fff;
    font-size: 13px;
  width: 100%;
  padding: 25px 0 21px;
  font-weight: 500;
}
footer .row2 .cookies_link {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
	text-align: center;
	width:1000px;
	margin:0 auto;
}
footer .row2 address {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
	text-align: center;
	width:1000px;
	margin:0 auto;
}


@media (max-width: 768px) {
	#footer{
	padding-top: 0;
	}
	#footer .inline{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	#footer .inline li{
padding: 0 3%;
    margin: 0 auto;
    font-size: 0.9em;
    width: calc(44% - 1px);
    display: block;
    text-align: left;
    border-bottom: 1px solid #bdbdbd;
	}
	#footer .inline li:nth-child(even){
    border-left: 1px solid #bdbdbd;
	}
	#footer .inline li a{
	width: 100%;
    display: block;
	padding:1em 0;
	position:relative;
	}
	#footer .inline li a:after {
    content: ">";
    position: absolute;
    right: 0;
}

	#footer .info1 .row1{
		margin:0 auto 30px;
	}
	#footer .info1 .row2 dl{
    font-size: 0.9em;
	}
}

  .check_h2{
	  font-size:22px !important;
  }

#sns_area{  
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#sns_area ul{
	display: flex;
    margin: 20px auto;
}
#sns_area ul li{
	margin:0 7%;
	list-style:none;
}

.sp_logo{
	display:none;
}


@media (max-width: 768px) {
	 .bnr_h1{
position: relative;
    text-align: center;
    left: auto;
    right: auto;
    top: 0;
    display: inline;	
	}
	 .bnr_h1 h1{
		text-align:center;
    margin: 0.6em auto;
		 line-height:160%;
	}
	
	.h_home{
		display: none;
	}
	.h_insta{
		border:none;
		padding:0;
		margin:0;
	}
	.h_logo{
	margin: 5% auto;
    width: 60%;
    padding: 0 !important;
    text-align: center;
    float: none !important;
	}
	.h_logo img{
	max-width: 80%;
    height: auto !important;
}
	.pull-right {
    float: right;
}

.header-link, .view-cart{
	padding:0 !important;
}
.head_r{
}
.head_r .view-cart , .head_r .header-link{
	display:none;
}
#h_navi {
   float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
}
#h_navi ul{
	 display: none;
}
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
	min-width: 90% !important;
	padding:0 10px !important;
  }
  .h_navi{
	  /*padding:20px 10px 0 !important;
    margin: 0 auto !important;*/
	display:none !important;
  }

  #side{
	  padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 7%;
  }
	.btn_insta{
	width:20%;
		margin:0 auto;
}
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #181818;
    background-color: #ffffff;
    border-radius: 0 !important;
    font-size: 4.3vw;
  }
  .header-dropdown.affix {
    position: fixed;
  }
  .sp_home2 {
border-bottom: 3px solid #181818;
    border-top: 3px solid #181818;
    margin: 1% 4%;
}
.sp_home2 a{
}
    .header-dropdown .dropdown-nav li {
     /* border-bottom: 1px solid #dbdbdb;*/
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    text-decoration: none;
    }
    .header-dropdown .btn-dropdown {
      /*padding-left: 34px;*/
      font-size: 16px;
      line-height: 1.6;
      font-weight: bold;
	  text-align: right;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.7;
    }
  .view-cart {
    position: static;
		
  }
    .view-cart a {
      /*background-color: <{$btn_01_bgcolor}>;
      color: <{$btn_01_font_color}>;*/
    }
    .view-cart span {
      display: block;
      width: 180px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
     
    margin-top: 1px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }

  #contents h2 {
    font-size: 24px;
}

  
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @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-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
  
}
.ttl-h2 span {
	font-weight: 400 !important;
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

.drawer-accordion-name {
  /*font-size: 114.28571%;*/
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
  font-weight:bold;
}

.drawer-accordion-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion-item {
  border-bottom:1px solid #fff;
    background-color: #fff;
}
.drawer-accordion-item:last-child {
  border: none;
}
.drawer-accordion-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
  vertical-align: middle;
}
.drawer-accordion-item .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.drawer-accordion-item-text img{
	width: 75px;
    height: auto;
}

.drawer-accordion-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-item-icon .icon {
  width: 16px;
  margin: 0;
}


/* fix_20200907 */

.navOpen {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
    touch-action: none !important;
    pointer-events: none !important;
}
body.navOpen .btn-dropdown, body.navOpen #page-wrapper .visible-phone .header-dropdown, body.navOpen .dropdown-nav, body.navOpen .dropdown-nav * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
body.navOpen .header-dropdown{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.navClose .header-dropdown{
    position: relative;
    z-index: 1;
}
body.navClose .btn-dropdown{
    position: relative;
    z-index: 2;
}




@media (max-width: 999px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media (min-width: 1000px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}




@media only screen and (max-width: 999px) {
  html {
    min-width: auto;
  }
  html a:hover {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  html .wrap {
    padding: 0 5%;
    width: auto;
    max-width: 100%;
  }
}


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

  body {

  }
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
 
  .btn-cus {
    height: 12vw;
  }
  .btn-cus a {
    display: block;
    background: url("https://img21.shop-pro.jp/PA01493/770/etc/arrow.png") no-repeat center right 20px, #af4631;
    line-height: 12vw;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 4vw;
    letter-spacing: 0.1em;
    transition: all .2s linear .1s;
  }
  .btn-cus a:hover {
    text-decoration: none;
    border-radius: 30px;
  }
  footer {
    
  }
 footer .ft-navi{
	width:100%;
	margin:0 auto;
}
footer .ft-navi li{
	float:none;
	padding:10px 0px 10px 20px;
	border-bottom:1px solid #595959;
}
  footer .row {
    margin-bottom: 0%;
  }
  footer .row .fl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
  }
  footer .row .fl .logo {
    margin: 5% auto 0;
		width:55%;
		
  }
  footer .row .fl .btn-cus {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 20vw;
    line-height: 20vw;
    text-align: left;
    background: url("https://img21.shop-pro.jp/PA01493/770/etc/arrow.png") no-repeat center right 20px, #af4631;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 5px;
    transition: all .2s linear .1s;
  }
  footer .row .fl .btn-cus:hover {
    border-radius: 30px;
  }
  footer .row .fl .btn-cus a {
    line-height: 1.6;
    padding-left: 5%;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    background: none;
    height: auto;
  }
  footer .row .fr {
    width: 100%;
    padding-top: 10%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .row .fr dl {

  }
  footer .row .fr dl dt {
  }
  footer .row2 {
    width: 100%;
color:#fff;
  }
	footer .row2 .cookies_link {

	width: 100%;

}
footer .row2 address {
	width: 100%;
}
  }

.recommend-col,.seller-col,.history-col {
 	flex-wrap: wrap; 
    display: flex;
    justify-content: flex-start !important;
    align-items: top;
	-webkit-box-pack:justify;
    -ms-flex-pack:justify;
	width:100%;
}

.recommend-col:after {
content: "";
display: block;
content:"";
width: 68%;
}

.recommend-unit{
	width:30%;
	height:50% !important;
	padding:1% 3% 5% 0;
	text-align: left;
	font-size:80% !important;
	line-height:160%;
}
.seller-unit{
	width:30%;
	padding:1%;
	margin:0 auto;
	text-align: left;
	font-size:80% !important;
	line-height:160%;
}
.history-unit{
	width:17%;
	/*height:50% !important;*/
	padding:1% 1% 5%;
	text-align: left;
	font-size:80% !important;
	line-height:160%;
}

.product-col {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between!important;
    align-items: top;
}
.product-col:after {
    content: "";
    display: block;
    width: 23% !important;
    height: 0;
}
.product-col:before {
    content: "";
    display: block;
    width: 23% !important;
    height: 0;
    order: 1;
}
.productlist-unit{
	width:23%;
	/*height:50% !important;*/
	padding:1%;
	margin:0 auto 3%;
	text-align: left;
	font-size:80% !important;
	line-height:160%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}


.box-product {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.box-product::before{
  content:"";
  display: block;
  width:25%;
  order:1;
}
.box-product::after{
  content:"";
  display: block;
  width:25%;
}
.item-product {
  width: 23%;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
}


.recommend-unit img,.productlist-unit img,.seller-unit img{
	/*height:80%;*/
	width:100%;
	object-fit: cover !important;
}
 .txt-vertical {
     cursor: vertical-text;
     writing-mode: vertical-rl;
     -o-writing-mode: vertical-rl;
     -ms-writing-mode: vertical-rl;
     -ms-writing-mode: tb-rl;
     -moz-writing-mode: vertical-rl;
     -webkit-writing-mode: vertical-rl;
     text-orientation: upright;
     word-wrap: break-word;
     vertical-align: top;
 }

@media (max-width: 768px){
	.box-product::after {
		content:"";
		display: block;
		width:33%;
	}
	.item-product {
		width: 31%;
	}
	
	.recommend-unit,.productlist-unit,.seller-unit,.history-unit{
		width:29% !important;
		padding:1% 2% ;
		height:40% !important;
	}
	.txt-vertical {
		 cursor: initial;
		 writing-mode: initial;
		 -o-writing-mode: initial;
		 -ms-writing-mode: initial;
		 -ms-writing-mode: initial;
		 -moz-writing-mode: initial;
		 -webkit-writing-mode: initial;
		 text-orientation: initial;
		 word-wrap: initial;
		 vertical-align: initial;
	}
}

.cattitle{
	position: relative;
	margin-bottom:5%;
}
.cattitle .cat_tit{
	color:#fff;
	position:absolute;
	right:2%;
	bottom:10%;
	z-index: 2;
    line-height:1.6em;
	text-align: right;
}
#contents h2{
	font-size: 28px;
    letter-spacing: 0.1em;
    display: inline-block;
	font-weight:normal;
	}
.ttl{
    font-size:80px !important;
    letter-spacing: 0  !important;
    color:#452a0b;
    position: relative;
    z-index: 3;
	
}
.ttl span{
	font-weight:bold;
}

@media (max-width: 768px){
	#contents h2{
		font-size: 6vw;
		}
	.ttl{
		font-size: 6vw;

	}
	.ttl span{
		font-size: 9vw;
	}
	.cattitle .cat_tit{
		font-size:18px !important;
		letter-spacing: 1.2px;
		padding-left:2%;
	}
}

#history-wrap{
	padding:80px 0px 50px;
	border-top:1px solid #452a0b; 
	clear: both;
}
#history-wrap h2{
	margin:0 0 30px;
	font-size:20px;
	line-height:240%;
	border-left:3px solid #452a0b;
	padding-left:30px;
}
#history-wrap h2 span{
	font-size:60px !important;
    letter-spacing: 0;
    color:#452a0b;
	font-weight:bold;
}
#reco-wrap {
	padding:0px 0px 100px;
}
#reco-wrap h2,
#cat-wrap h2 {
	margin:0 0 30px;
	font-size:20px;
	line-height:240%;
	border-left:3px solid #452a0b;
	padding-left:30px;
}
#reco-wrap h2 span,
#cat-wrap h2 span {
	font-size:60px !important;
    letter-spacing: 0;
    color:#452a0b;
	font-weight:bold;
}

@media (max-width: 768px){
	#reco-wrap h2,
	#cat-wrap h2,
	#history-wrap h2{
		margin:0 0 20px;
		font-size:16px !important;
		padding-left:20px;
	}
	#reco-wrap h2 span,
	#cat-wrap h2 span,	
	#history-wrap h2 span{
		font-size:9vw !important;

	}
}

#payment img{
  	width:auto;
}

/* ¥í¥°¥¤¥ó¥Ü¥¿¥ó¤¬½Å¤Ê¤ëÄ´À° */

