:root{
--bg: #F3F0F0;
--brown: #8C5F49;
--main: #2A0F04;
--border: #B5B5B5;
--picture: #eff8ff;
--sans: "Noto Sans", sans-serif;
--shippori: "Shippori Mincho", serif;
--cardo: "Cardo", serif;
--font18: clamp(15px , 18 / 1260 * 100vw, 18px);
--font26: clamp(18px , 26 / 1260 * 100vw, 26px);
--font28: clamp(20px , 28 / 1260 * 100vw, 28px);
--font30: clamp(24px , 30 / 1260 * 100vw, 30px);
--font34: clamp(24px , 34 / 1260 * 100vw, 34px);
--headerHeight: clamp(50px, 100 / 1260 * 100vw, 100px);
--innerPadding: clamp( 15px, 50 / 1260 * 100vw, 50px);
--space65: clamp( 30px, 65 / 1260 * 100vw, 65px);
--space80: clamp(50px, 80 / 1260 * 100vw, 80px);
--space90: clamp(50px, 90 / 1260 * 100vw, 90px);
--space100: clamp(50px, 100 / 1260 * 100vw, 100px);
--space110: clamp(50px, 110 / 1260 * 100vw, 110px);
--space120: clamp(50px, 120 / 1260 * 100vw, 120px);
--space150: clamp(70px, 150 / 1260 * 100vw, 150px);
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
outline: none;
}
/******************************/
/* Utility */
/******************************/
.u-container {
box-sizing: border-box;
position: relative;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
width: 1030px;
}
@media screen and (max-width: 1030px) {
.u-container {
padding-left: 20px;
padding-right: 20px;
width: auto;
}
}
.u-contents {
padding-top: 75px;
padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
.u-contents {
padding-top: 45px;
padding-bottom: 45px;
}
}
.u-contents-s {
padding-top: 45px;
padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
.u-contents-s {
padding-top: 30px;
padding-bottom: 30px;
}
}
.u-attention {
font-weight: normal;
font-style: normal;
color: #b72424;
}
.u-bold {
font-weight: bold;
font-style: normal;
}
.u-text-right {
text-align: right;
}
.u-marker {
background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
position: absolute;
white-space: nowrap;
width: 1px;
height: 1px;
overflow: hidden;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
margin: -1px;
}
.u-pc-only {
display: block;
}
.u-pc-only-inline {
display: inline;
}
.u-pc-only-inlineBlock {
display: inline-block;
}
.u-pc-only-Flex {
display: flex;
}
.u-sp-only {
display: none;
}
.u-sp-only-inline {
display: none;
}

.u-sp-only-inline-block {
display: none;
}
.u-sp-only-flex {
display: none;
}
@media screen and (max-width: 767px) {
.u-pc-only {
display: none;
}
.u-pc-only-inline {
display: none;
}
.u-pc-only-inlineBlock {
display: none;
}
.u-pc-only-flex {
display: none;
}
.u-sp-only {
display: block;
}
.u-sp-only-inline {
display: inline;
}
.u-sp-only-inline-block {
display: inline-block;
}
.u-sp-only-flex {
display: flex;
}
}
.u-hidden {
overflow: hidden;
}

.u-hidden-sp {
display:none;
}

@media screen and (min-width: 767px) {
.u-hidden-sp {
display:block
}

.u-hidden-pc {
display:none;
}
}
.u-opa img {
opacity: 1;
transition: all 0.3s ease;
}
.u-opa img:hover {
opacity: 0.8;
}
.u-img-scale {
display: block;
overflow: hidden;
position: relative;
}
.u-img-scale img {
display: inline-block;
width: 100%;
transform: scale(1, 1);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
.u-img-scale img {
transform: none;
transition: none;
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
}
.u-img-scale:hover img {
transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
.u-img-scale:hover img {
transform: none;
}
}
/* overflow slide */
@media screen and (max-width: 1030px) {
.u-overflow-slide {
overflow-x: scroll;
white-space: nowrap;
padding-bottom: 30px;
width: 100%;
}
}
@media screen and (max-width: 1030px) {
.u-overflow-slide.is-product-thumb {
padding-bottom: 10px;
}
}
@media screen and (max-width: 1030px) {
.u-overflow-slide.is-option-tbl {
padding-bottom: 15px;
}
}
@media screen and (max-width: 1030px) {
.u-overflow-slide::-webkit-scrollbar {
height: 1px;
}
}
@media screen and (max-width: 1030px) {
.u-overflow-slide::-webkit-scrollbar-track {
background: #f0f0f0;
}
}
@media screen and (max-width: 1030px) {
.u-overflow-slide::-webkit-scrollbar-thumb {
background: #999899;
}
}
/******************************/
/* Layout */
/******************************/
main {
margin-top: var(--headerHeight);
}

@media screen and (max-width: 1030px) {
.l-main {
margin-top: 0px !important;
padding-top: 0;
}
}
.l-bottom {
margin-top: 60px;
}
@media screen and (max-width: 767px) {
.l-bottom {
margin-top: 30px;
}
}
.l-contents-wrap {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 1030px) {
.l-contents-wrap {
display: block;
}
}

/***** side navi *****/
.l-side-navi {
margin-bottom: 50px;
}
.l-side-navi__ttl {
padding-bottom: 20px;
padding-left: 20px;
font-size: 18px;
line-height: 1.5;
font-weight: 400;
font-family: var(--shippori);
border-bottom: 1px solid #C6BCAD;
}
@media screen and (min-width: 768px) {
.l-side-navi__ttl {
font-size: 22px;
padding-left: 0;
}
}

.l-side-navi-list__item {
border-bottom: 1px solid #C6BCAD;
}
.l-side-navi-list__link {
box-sizing: border-box;
display: block;
position: relative;
padding: 20px 25px 20px 20px;
border: 0;
width: 100%;
font-size: 13px;
line-height: 1.5;
font-weight: normal;
background: transparent;
text-align: left;
color: var(--main);
}
@media screen and (min-width: 768px) {
.l-side-navi-list__link {
 	font-size: 14px;
 padding: 20px 25px 20px 0;
}
}
.l-side-navi-list__link.is-link:before {
margin-top: -4px;
transform: rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
background: transparent;
color: #000000;
text-decoration: none;
}
@media screen and (max-width: 767px) {
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
background: #ffffff;
}
}
.l-side-navi-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 15px;
margin-top: -7px;
width: 6px;
height: 6px;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
transform: rotate(45deg);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
.l-side-navi-list__link:before {
right: 20px;
margin-top: -4px;
border-color: #000000;
}
}
.l-side-navi-list__link.is-on:before {
transform: rotate(-135deg);
margin-top: -4px;
}
.l-side-navi-sub-list {
display: none;
background: #F8F5F3;
padding: 10px 0;
}

.l-side-navi-sub-list__link {
display: block;
padding: 10px 15px 10px 20px;
line-height: 1.5;
font-size: 13px;
color: var(--main);
}

@media screen and (min-width: 768px) {
.l-side-navi-sub-list__link {
font-size: 14px;
}
}
/******************************/
/* fade animation */
/******************************/
.fadeIn {
opacity: 0;
transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
transform: translate(-20px, 0);
}
.fromRight {
transform: translate(20px, 0);
}
.fromTop {
transform: translate(0, -20px);
}
.fromBottom {
transform: translate(0, 20px);
}
.fromForeground {
transform: scale(1.6);
}
.faded {
opacity: 1;
}
.fadedWithTransform {
opacity: 1;
transform: translate(0, 0) scale(1);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
background-position: -192px -264px;
}
.icon-lg-b.icon-video {
background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
background-position: -312px -264px;
}
.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-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.icon-b,
.icon-w {
background-size: 368px 320px;
}
.icon-lg-b,
.icon-lg-w {
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-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);
}
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 0;
margin-bottom: 45px;
line-height: 1.4;
font-size: 30px;
letter-spacing: 0.3em;
font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
.c-ttl-main {
margin-bottom: 30px;
font-size: 21px;
}
}
.c-ttl-main__ja {
display: inline-block;
margin-bottom: 5px;
font-weight: normal;
font-size: 14px;
color: #909090;
letter-spacing: 0;
}
@media screen and (max-width: 767px) {
.c-ttl-main__ja {
margin-bottom: 2px;
font-size: 12px;
white-space: nowrap;
}
}
.c-ttl-sub {
margin-top: 0;
margin-bottom: 45px;
line-height: 1.4;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.3em;
text-align: center;
font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
.c-ttl-sub {
margin-bottom: 30px;
font-size: 14px;
}
}
.c-ttl-sub__ja {
display: block;
margin-top: 15px;
font-size: 12px;
font-weight: normal;
color: #909090;
letter-spacing: 0;
}
.c-ttl-second {
margin-top: 0;
margin-bottom: 30px;
line-height: 1.4;
font-size: 21px;
letter-spacing: 0.3em;
font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
.c-ttl-second {
margin-bottom: 20px;
font-size: 18px;
}
}
/********** パーツ **********/
.c-item-list {
display: flex;
flex-wrap: wrap;
margin-left: -35px;
margin-right: -35px;
}
@media screen and (max-width: 1030px) {
.c-item-list {
margin-left: -20px;
margin-right: -20px;
}
}
@media screen and (max-width: 767px) {
.c-item-list {
margin-left: -10px;
margin-right: -10px;
}
}
.c-item-list__item {
position: relative;
box-sizing: border-box;
margin-bottom: 60px;
padding-bottom: 25px;
width: 25%;
transition: opacity 0.2s;
word-break: break-all;
}
@media screen and (max-width: 1030px) {
.c-item-list__item {
margin-bottom: 45px;
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
.c-item-list__item {
padding-left: 10px;
padding-right: 10px;
width: 50%;
}
}
.c-item-list__item.is-hidden {
display: none;
}
.c-item-list__img {
position: relative;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.c-item-list__img {
text-align: center;
}
}
.c-item-list__img:before {
content: "";
display: block;
padding-top: 100%;
}
.c-item-list__img a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.c-item-list__img img {
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
width: auto !important;
text-align: center;
}
.c-item-list__ttl img {
vertical-align: middle;
}
.c-item-list__price {
color: #909090;
margin-top: 15px;
}
.c-item-list__price.is-strikethrough {
margin-top: 0;
text-decoration: line-through;
}
.c-item-list__expl {
margin-top: 15px;
}
.c-item-list__btn {
display: block;
position: absolute;
right: 30px;
bottom: 0;
padding: 0;
border: 0;
background: transparent;
color: #d8d8d8;
cursor: pointer;
text-align: center;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
.c-item-list__btn {
right: 20px;
}
}
@media screen and (max-width: 767px) {
.c-item-list__btn {
right: 10px;
}
}
.c-item-list__btn.is-added {
color: #000000;
}
.c-item-list__btn svg {
width: 20px;
height: 20px;
fill: currentColor;
}
svg:not(:root) {
overflow: hidden;
}
/***** FAVORITE *****/
.c-favorite-list {
display: flex;
flex-wrap: wrap;
margin-left: -9px;
margin-right: -9px;
}
@media screen and (max-width: 1030px) {
.c-favorite-list {
margin-left: 0;
margin-right: 0;
flex-wrap: nowrap;
}
}
.c-favorite-list__item {
position: relative;
box-sizing: border-box;
margin-bottom: 40px;
padding-left: 9px;
padding-right: 9px;
width: 12.5%;
}
@media screen and (max-width: 1030px) {
.c-favorite-list__item {
margin-right: 5px;
margin-bottom: 0;
padding-left: 0px;
padding-right: 0px;
width: 120px;
}
}
@media screen and (max-width: 767px) {
.c-favorite-list__item {
width: 90px;
}
}
.c-favorite-list__img {
position: relative;
margin-bottom: 30px;
text-align: center;
}
@media screen and (max-width: 1030px) {
.c-favorite-list__img {
margin-bottom: 10px;
width: 120px;
text-align: center;
}
}
@media screen and (max-width: 767px) {
.c-favorite-list__img {
width: 90px;
}
}
.c-favorite-list__img:before {
content: "";
display: block;
padding-top: 100%;
}
.c-favorite-list__img a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.c-favorite-list__img img {
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
width: auto !important;
text-align: center;
}
.c-favorite-list__price {
color: #909090;
margin-top: 15px;
font-size: 12px;
white-space: normal;
}
.c-favorite-list__price.is-strikethrough {
margin-top: 0;
text-decoration: line-through;
}
.c-favorite-list__btn {
position: absolute;
right: 30px;
bottom: 0;
}
/********** button **********/
.c-btn {
box-sizing: border-box;
display: inline-block;
position: relative;
padding: 18px 45px 18px 25px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 0;
border-right: 0;
min-width: 150px;
font-size: 14px;
font-weight: bold;
background: transparent;
color: #000000;
text-align: left;
cursor: pointer;
letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 9px;
height: 1px;
background: #000000;
transition: all 0.3s ease;
}
.c-btn:after {
transform: rotate(90deg);
}
.c-btn:hover {
text-decoration: none;
}
.c-btn:hover:before {
transform: rotate(90deg);
}
.c-btn:hover:after {
transform: rotate(180deg);
}
.c-btn-cart {
box-sizing: border-box;
display: inline-block;
position: relative;
padding: 25px;
border: none;
border-radius: 0;
width: 100%;
font-size: var(--font18);
font-weight: bold;
background: #6D120D;
color: #ffffff;
text-align: center;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
background: rgba(109, 18, 13, .8);
color: #ffffff;
text-decoration: none;
}
.c-btn-cart.is-disabled {
background: #d8d8d8;
cursor: default;
}
.c-btn-cart.is-disabled:hover {
background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
background: #ac0000;
cursor: default;
}
.c-btn-cart.is-soldout:hover {
background: #ac0000;
}
.c-btn-cart.is-membersonly {
background: #53a6a5;
cursor: default;
}
.c-btn-cart.is-membersonly:hover {
background: #53a6a5;
}
.c-icon-cart {
display: inline-block;
margin-right: 20px;
width: 19px;
height: 18px;
background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
background-size: 19px 18px;
vertical-align: -2px;
}
.c-more {
text-align: center;
}
.c-not-found {
margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list {
border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
display: flex;
padding: 20px 0;
border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
.c-tbl-list__tr {
display: block;
}
}
.c-tbl-list__th {
margin: 0;
width: 270px;
font-size: 14px;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.c-tbl-list__th {
margin-bottom: 10px;
width: auto;
}
}
.c-tbl-list__td {
flex: 1;
margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
.c-tbl-list__td {
margin-left: 0;
}
}
/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
padding-top: 30px;
}

.c-breadcrumbs.c-breadcrumbs--products{
padding-top: 30px;
padding-bottom: 25px;
}

.c-breadcrumbs-list {
padding-top: 15px;
margin-bottom: 35px;
font-size: 12px;
}
@media screen and (max-width: 767px) {
.c-breadcrumbs-list {
font-size: 10px;
}
}
.c-breadcrumbs-list__item {
position: relative;
display: inline-block;
margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
display: block;
content: "";
position: absolute;
top: 50%;
right: -15px;
margin-top: -3px;
width: 5px;
height: 5px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
content: none;
}
.c-breadcrumbs-list a {
color: #000000;
}
/********** pager **********/
.c-pager {
margin-top: 75px;
margin-bottom: 75px;
text-align: center;
}
.c-pager__total {
margin-bottom: 30px;
}
.c-pager-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}
.c-pager-list__item {
box-sizing: border-box;
overflow: hidden;
margin-left: 3px;
margin-right: 3px;
min-width: 30px;
line-height: 30px;
background: #ffffff;
text-align: center;
}
@media screen and (max-width: 767px) {
.c-pager-list__item {
display: none;
min-width: 45px;
line-height: 45px;
}
}
@media screen and (max-width: 767px) {
.c-pager-list__item.is-visible {
display: block;
margin-left: 15px;
margin-right: 15px;
width: auto;
}
}
.c-pager-list__link {
display: block;
position: relative;
border: 1px solid #ffffff;
background: #ffffff;
color: #000000;
min-width: 30px;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
.c-pager-list__link {
min-width: 45px;
}
}
.c-pager-list__link:hover {
border-color: #d8d8d8;
background: #d8d8d8;
color: #000000;
text-decoration: none;
}
.c-pager-list__link.is-current {
border-color: #535353;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-current {
border-color: #ffffff;
}
}
.c-pager-list__link.is-current:hover {
border-color: #535353;
background: #ffffff;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-current:hover {
border-color: #ffffff;
}
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
border-color: #d8d8d8;
background: #d8d8d8;
text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin-left: -2px;
margin-top: -4px;
width: 0;
height: 0;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
margin-left: -4px;
margin-top: -8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-prev:before {
border-right: 8px solid #000000;
}
}
.c-pager-list__link.is-prev.is-disabled:before {
border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-next:before {
border-left: 8px solid #000000;
}
}
.c-pager-list__link.is-next.is-disabled:before {
border-left-color: #aaaaaa;
}

.c-pager-list__page {
display: none;
}
@media screen and (max-width: 767px) {
.c-pager-list__page {
display: inline-block;
}
}

.l-menu-btn {
display: none;
position: relative;
z-index: 10000;
width: 60px;
height: 60px;
border: 0;
background: transparent;
}
@media screen and (max-width: 1030px) {
.l-menu-btn {
display: block;
}
}
.l-menu-btn span {
box-sizing: border-box;
display: inline-block;
transition: all 0.2s ease;
position: absolute;
left: 19px;
width: 25px;
height: 1px;
background-color: #000000;
}
.l-menu-btn span:nth-of-type(1) {
top: 25px;
}
.l-menu-btn span:nth-of-type(2) {
top: 35px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
top: 10px;
transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
top: 50px;
transform: translateY(-20px) rotate(45deg);
}
/********** メインナビ **********/
.l-main-navi {
position: relative;
z-index: 100;
height: 50px;
}
.is-fixed .l-main-navi {
height: auto;
}
@media screen and (max-width: 1030px) {
.l-main-navi {
display: none;
}
.l-main-navi.is-on {
display: block;
}
}
@media screen and (min-width: 1030px) {
.l-main-navi {
display: block !important;
}
}
.l-main-navi.is-open {
box-sizing: border-box;
overflow-y: auto;
position: fixed;
top: 60px;
left: 0;
display: block;
padding-top: 50px;
padding-bottom: 50px;
width: 100%;
height: calc(100% - 60px);
background: #fafafa;
}
@media screen and (max-width: 1030px) {
.l-main-navi.is-open {
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
}
.l-main-navi.is-open .l-main-navi__in {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
width: 1000px;
}
@media screen and (max-width: 1030px) {
.l-main-navi.is-open .l-main-navi__in {
padding-left: 0;
padding-right: 0;
width: auto;
}
}
.l-main-navi.is-open .l-main-navi-list {
display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
display: block;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-main-navi-list__ttl {
display: none;
}
}
.l-main-navi.is-open .l-main-navi-list__link {
display: none;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-main-navi-list__link {
display: block;
}
}
.l-main-navi.is-open .l-main-navi-list__item {
margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-main-navi-list__item {
margin: 0;
}
}
.l-main-navi.is-open .l-help-navi-box {
display: block;
}
.l-main-navi.is-open .l-help-navi-list {
margin-top: 60px;
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-help-navi-list {
margin-top: 0;
}
}
.l-main-navi.is-open .l-sns-navi-list {
margin-top: 60px;
margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
position: static;
padding: 0;
width: auto;
}
@media screen and (min-width: 768px) {
.l-main-navi.is-open .l-mega-menu {
display: block !important;
}
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-mega-menu {
display: none;
}
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-mega-menu-list {
display: block;
}
}
.l-main-navi-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media screen and (max-width: 767px) {
.l-main-navi-list {
display: block;
}
}
.l-main-navi-list__ttl {
display: none;
font-weight: bold;
margin-bottom: 10px;
}
.l-main-navi-list__item {
margin-left: 20px;
margin-right: 20px;
}
@media screen and (max-width: 767px) {
.l-main-navi-list__item {
border-top: 1px solid #eeeeee;
}
}
.l-main-navi-list__link {
display: block;
position: relative;
padding: 15px 40px 15px 30px;
border: 0;
font-size: 14px;
font-weight: bold;
background: transparent;
color: #000000;
text-align: center;
}
@media screen and (max-width: 767px) {
.l-main-navi-list__link {
padding: 20px 20px;
width: 100%;
background: #ffffff;
text-align: left;
}
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
background: #fafafa;
text-decoration: none;
}
@media screen and (max-width: 767px) {
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
background: #ffffff;
}
}
.l-main-navi-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 15px;
margin-top: -7px;
width: 8px;
height: 8px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
transform: rotate(45deg);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
.l-main-navi-list__link:before {
right: 20px;
margin-top: -4px;
border-color: #000000;
}
}
.l-main-navi-list__link.is-on:before {
transform: rotate(-135deg);
margin-top: -4px;
}
.l-main-navi-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fafafa;
opacity: 0;
}
.l-main-navi-overlay.is-on {
animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/********** メガメニュー **********/
.l-mega-menu {
box-sizing: border-box;
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
padding: 60px 85px;
width: 100%;
background: #fafafa;
}
@media screen and (max-width: 767px) {
.l-mega-menu {
position: static;
width: auto;
height: auto;
border-top: 0;
}
}
.l-mega-menu-list {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.l-mega-menu-list {
padding-top: 0;
padding-left: 0;
padding-right: 0;
width: auto;
background: #fafafa;
}
}
.l-mega-menu-list__item {
box-sizing: border-box;
position: relative;
margin-bottom: 15px;
padding-left: 10px;
padding-right: 20px;
width: 25%;
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__item {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
width: auto;
}
}
.l-mega-menu-list__item:before {
content: "";
position: absolute;
top: 12px;
left: 0;
width: 5px;
height: 1px;
background: #000000;
transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__item:before {
content: none;
}
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__link {
display: block;
padding: 20px 40px 20px 20px;
}
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
width: 8px;
height: 8px;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
transform: rotate(-45deg);
}
}

.l-header-search__contents {
display: none;
}
.l-header-search__box {
box-sizing: border-box;
display: flex;
position: absolute;
top: 100%;
right: 0;
padding: 15px 0 20px 25px;
width: 1000px;
background: #fafafa;
}
@media screen and (max-width: 1030px) {
.l-header-search__box {
padding: 20px 0 20px 20px;
width: 100%;
right: 0;
}
}
.l-header-search__form {
position: relative;
flex: 1;
margin: 0;
}

.l-header-search__btn {
box-sizing: border-box;
padding: 0;
border: 0;
background: none; 
}

.l-header-search__btn.js-search-btn{
aspect-ratio: 1;
height: var(--headerHeight);

}




@media screen and (min-width: 1024px) {
.l-header-search__btn.js-search-btn {
aspect-ratio: auto;
}
}

.l-header-search__input {
flex: 1;
border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
box-sizing: border-box;
padding-right: 60px;
width: 100%;
height: 40px;
border: none;
background: transparent;
}
.l-header-search__submit {
position: absolute;
right: 0;
bottom: 0;
box-sizing: border-box;
padding: 0;
width: 50px;
height: 40px;
border: 0;
background: none;
}
.l-header-search__submit img {
width: 18px;
}
.l-header-search__close {
box-sizing: border-box;
position: relative;
margin-left: 10px;
margin-right: 10px;
width: 45px;
border: 0;
background: transparent;
}
.l-header-search__close span {
position: absolute;
content: "";
left: 13px;
width: 20px;
height: 1px;
background: #858585;
}
.l-header-search__close span:nth-child(1) {
top: 0px;
transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
top: 40px;
transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
box-sizing: border-box;
display: block;
padding-top: 20px;
width: 60px;
height: 60px;
text-align: center;
}
.l-header-cart a:hover {
text-decoration: none;
}
@media screen and (max-width: 767px) {
.l-header-cart a {
width: 50px;
}
}
.l-header-cart a img {
width: 19px;
}
.p-global-header__cart-count {
margin-left: 4px;
font-weight: bold;
}
/********** ヘルプナビ **********/
.l-help-navi-box {
display: flex;
position: absolute;
top: -60px;
right: 0;
}
@media screen and (max-width: 1030px) {
.l-help-navi-box {
display: block;
position: static;
}
}
.l-help-navi-box a {
color: #000000;
}

.l-help-navi-list {
display: flex;
}
@media screen and (max-width: 767px) {
.l-help-navi-list {
display: block;
border-top: 1px solid #eeeeee;
}
}
.l-help-navi-list__item {
margin-left: 30px;
}
.l-help-navi-list__item:first-child {
margin-left: 0;
}
@media screen and (max-width: 767px) {
.l-help-navi-list__item {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.l-help-navi-list__link {
display: block;
position: relative;
padding: 20px;
}
}
@media screen and (max-width: 767px) {
.l-help-navi-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
width: 8px;
height: 8px;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
transform: rotate(-45deg);
}
}
.l-sns-navi-list {
display: flex;
margin-left: 30px;
}
@media screen and (max-width: 767px) {
.l-sns-navi-list {
justify-content: center;
}
}
.l-sns-navi-list__item {
margin-right: 12px;
}
@media screen and (max-width: 767px) {
.l-sns-navi-list__item {
margin-right: 20px;
}
}
.l-sns-navi-list__item:last-child {
margin: 0;
}
/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
display: flex;
}
@media screen and (max-width: 1030px) {
.p-shop-info {
display: block;
}
}
.p-shop-info .u-contents-s {
flex: 1;
}
/********** STAFF **********/
.p-staff {
box-sizing: border-box;
flex: 1;
padding: 50px;
background: #f7f7f7;
}
@media screen and (max-width: 767px) {
.p-staff {
padding: 40px 20px;
}
}
.p-staff + .p-calendar {
margin-left: 30px;
}
@media screen and (max-width: 767px) {
.p-staff + .p-calendar {
margin-left: 0;
margin-top: 30px;
}
}
.p-staff-box {
overflow: hidden;
}
.p-staff__img {
float: left;
margin-right: 30px;
margin-bottom: 30px;
width: 120px;
}
@media screen and (max-width: 767px) {
.p-staff__img {
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
width: 90px;
}
}
.p-staff__img-name {
margin-top: 5px;
font-size: 12px;
color: #909090;
text-align: center;
}
/********** CALENDAR **********/
.p-calendar {
box-sizing: border-box;
flex: 1;
padding: 50px 0 50px 30px;
min-width: 510px;
}
@media screen and (max-width: 767px) {
.p-calendar {
padding-left: 0;
min-width: inherit;
}
}
.side_cal {
display: flex;
justify-content: center;
}
@media screen and (max-width: 1030px) {
.side_cal {
justify-content: space-around;
}
}
@media screen and (max-width: 500px) {
.side_cal {
display: block;
}
}
.tbl_calendar {
margin-left: 30px;
width: 220px;
text-align: center;
}
@media screen and (max-width: 1030px) {
.tbl_calendar {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.tbl_calendar {
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
width: auto;
}
}
.tbl_calendar:first-child {
margin-left: 0;
}
@media screen and (max-width: 767px) {
.tbl_calendar:first-child {
margin-left: auto;
}
}
.tbl_calendar caption {
margin-bottom: 20px;
font-size: 18px;
text-align: center;
}
.tbl_calendar th {
padding-bottom: 5px;
font-size: 13px;
}
.tbl_calendar td {
padding: 5px;
font-size: 13px;
}

.side_cal_memo {
margin-top: 15px;
margin-bottom: 15px;
font-size: 12px;
}
/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.p-shopguide {
display: none;
}
}
.p-shopguide-wrap {
display: flex;
flex-wrap: wrap;
margin-left: -23px;
margin-right: -23px;
}
@media screen and (max-width: 1030px) {
.p-shopguide-wrap {
margin-left: -10px;
margin-right: -10px;
}
}
@media screen and (max-width: 767px) {
.p-shopguide-wrap {
display: block;
margin-left: 0;
margin-right: 0;
}
}
.p-shopguide-column {
box-sizing: border-box;
padding-left: 23px;
padding-right: 23px;
width: 33.3333%;
font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
.p-shopguide-column {
padding-left: 10px;
padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.p-shopguide-column {
padding-left: 0;
padding-right: 0;
width: auto;
}
}
.p-shopguide-box {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.p-shopguide-head {
margin-bottom: 25px;
padding-top: 40px;
border-bottom: 1px solid #b2b2b2;
text-align: center;
}
.p-shopguide-head .c-ttl-sub {
margin-bottom: 30px;
}
.p-shopguide__icon {
margin-bottom: 20px;
}
.p-shopguide__ttl {
margin-top: 0;
margin-bottom: 20px;
font-size: 14px;
font-weight: normal;
}
.p-shopguide__body {
margin-bottom: 35px;
margin-left: 0;
color: #909090;
overflow-wrap: break-word;
}
.p-shopguide__img {
margin-bottom: 15px;
}
.p-shopguide__point-ttl {
margin-top: 0;
margin-bottom: 10px;
font-weight: bold;
}
.p-shopguide-cregit-list {
display: flex;
flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
margin-right: 7px;
margin-bottom: 10px;
}
.p-shopguide__attention {
font-size: 12px;
}

/***** CSS編集内style *****/
@charset "euc-jp";

/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.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 { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.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); }
}
/******************************/
/* free page */
/******************************/
.p-freepage__attention {
margin-top: 15px;
margin-bottom: 30px;
color: #ff0000;
font-weight: bold;
text-align: center;
}
.p-freepage__img {
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
.p-freepage__img img {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
padding-left: 25px;
list-style-type: decimal;
}
.p-freepage-ol__item {
margin-top: 20px;
margin-bottom: 20px;
letter-spacing: 0.1em;
}


/******************************/
/* header */
/******************************/

.l-header {
width: 100%;
height: var(--headerHeight);
z-index: 9999;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
}

.l-header__inner {
padding-left: 5px;
height: inherit;
display: flex;
justify-content: space-between;
align-items: center;
}
@media screen and (min-width: 1024px) {
.l-header__inner {
padding: 0 25px;
}
}

.l-header__logo img {
display: block;
width: clamp(150px, 15.0793650794vw, 190px);
height: auto;
}

.l-header__menus {
display: grid;
grid-auto-flow: column;
gap: 23px;
place-items: center;
}

.c-nav {
display: none;
}
@media screen and (min-width: 1024px) {
.c-nav {
display: block;
}
}

.c-nav__items {
display: grid;
grid-auto-flow: column;
grid-auto-columns: fit-content;
gap: clamp(15px, 22 / 1400 * 100vw, 22px);
}

.c-nav__link {
color: var(--main);
font-size: min(1.0317460317vw, 13px);
font-family: var(--shippori);
padding-bottom: 7px;
position: relative;
}

@media screen and (min-width: 1024px) {
.c-nav__link:hover {
opacity: 0.8;
cursor: pointer;
}
}

.c-nav__link--more {
padding-right: 1.5em;
position: relative;
}
.c-nav__link--more::before {
content: "";
display: block;
width: 5px;
aspect-ratio: 1;
height: auto;
position: absolute;
top: 0;
right: 0;
border-top: 1px solid var(--main);
border-right: 1px solid var(--main);
rotate: 135deg;
translate: 0 75%;
transition: rotate 0.3s;
}

.c-nav__link--more.is-active::before {
rotate: -45deg;
}

.c-nav__subMenus {
--_columns: 4;
opacity: 0;
visibility: hidden;
z-index: 99;
position: absolute;
top: var(--headerHeight);
left: 0;
background-color: rgba(42, 15, 4, 0.9);
width: 100%;
height: -moz-fit-content;
height: fit-content;
display: grid;
grid-template-columns: repeat(var(--_columns), fit-content(100%));
gap: 20px 40px;
justify-content: center;
align-items: center;
line-height: 1.5;
padding: 70px 20px;
transition: all 0.3s ease;
}

.c-nav__subMenus.c-nav__subMenus--2col{
--_columns: 2;
}

.c-nav__subMenus.is-active {
opacity: 1;
visibility: visible;
}

.c-nav__subMenu a {
color: #fff;
display: flex;
align-items: center;
font-size:15px;
}

.c-nav__subMenu a::before {
content: "";
display: block;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
rotate: 45deg;
width: 6px;
aspect-ratio: 1;
margin-right: 10px;
}

.l-header__buttons {
display: grid;
grid-auto-flow: column;
align-items: center;
}
@media screen and (min-width: 1024px) {
.l-header__buttons {
gap: 15px;
}
}

.l-header__button {
height: var(--headerHeight);
aspect-ratio: 1;
width: auto;
/*display: flex;
align-items: center;
justify-content: center;*/
}

@media screen and (min-width: 1024px) {
.l-header__button {
height: initial;
display: block;
}
}

.l-header__button--search {
background-color: #880C0C;
border: none;
padding: 0;
}



@media screen and (min-width: 1024px) {
.l-header__button--search {
background-color: transparent;
transition: opacity .3s;
}
.l-header__button--search img:hover{
cursor: pointer;
opacity: .85;
}
}

.l-header__button--cart {
background-color: #6D100B;
display: flex;
align-items:center;
justify-content: center;
}
@media screen and (min-width: 1024px) {
.l-header__button--cart {
background-color: transparent;
display: block;
}
}

.l-header__button--mypage {
display: none;
}
@media screen and (min-width: 1024px) {
.l-header__button--mypage {
display: block;
}
}

.c-humberger {
background-color: var(--main);
height: var(--headerHeight);
aspect-ratio: 1;
width: auto;
border: none;
position: relative;
display: block;
}
@media screen and (min-width: 1024px) {
.c-humberger {
display: none;
}
}
.c-humberger span {
background-color: #fff;
width: 30%;
height: 1px;
display: block;
position: absolute;
top: 50%;
left: 50%;
transition: all 0.2s;
}
.c-humberger span:nth-of-type(1) {
translate: -50% calc(-50% - 5px);
}
.c-humberger span:nth-of-type(2) {
translate: -50% -50%;
}
.c-humberger span:nth-of-type(3) {
translate: -50% calc(-50% + 5px);
}

.c-humberger.is-active span:nth-of-type(1) {
translate: -50% -50%;
rotate: 45deg;
}
.c-humberger.is-active span:nth-of-type(2) {
translate: -50% -50%;
opacity: 0;
}
.c-humberger.is-active span:nth-of-type(3) {
translate: -50% -50%;
rotate: -45deg;
}

/*スマホメニュー*/
.l-header__nav-sp {
opacity: 0;
visibility: hidden;
position: fixed;
z-index: 999;
top: var(--headerHeight);
left: 0;
width: 100%;
height: 100%;
background-color: var(--main);
padding-top: 30px;
padding-bottom: 100px;
overflow: scroll;
transition: all 0.3s;
translate: 100% 0;
}
@media screen and (min-width: 768px) {
.l-header__nav-sp {
width: 40%;
left: auto;
right: 0;
}
}

.l-header__nav-sp.is-active {
opacity: 1;
visibility: visible;
translate: 0;
}

.c-nav-sp__item {
border-bottom: 1px solid #402013;
}

.c-nav-sp__item a {
color: #fff;
padding: 17px 18px;
font-size: 14px;
display: block;
position: relative;
line-height: 1.5;
}
.c-nav-sp__item a::after {
display: block;
content: "";
width: 5px;
aspect-ratio: 1;
height: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
rotate: 45deg;
position: absolute;
top: 50%;
translate: 0 -50%;
right: 18px;
transition: all 0.3s;
}

.c-nav-sp__link.is-active::after {
rotate: 135deg;
}

.c-nav-sp__subMenus {
opacity: 0;
visibility: hidden;
height: 0;
}

.c-nav-sp__subMenus.is-active {
height: initial;
opacity: 1;
visibility: visible;
}

.c-nav-sp__subMenu {
border-bottom: 1px solid #402013;
}

.c-nav-sp__subLink {
background-color: #835D26;
}

.l-header__sns {
margin-top: 30px;
display: grid;
grid-auto-flow: column;
grid-auto-columns: fit-content;
justify-content: center;
gap: 20px;
}
.l-header__sns img {
display: block;
width: 24px;
aspect-ratio: 1;
height: auto;
}

/******************************/
/* footer */
/******************************/

.l-footer {
margin-top: var(--space100);
padding: 80px 0 50px;
background-color: #F8F5F3;
}

.l-footer--noMargin.l-footer{
margin-top: 0;
}

.l-footer--contents {
display: grid;
grid-template-columns: 1fr;
justify-content: center;
}
@media screen and (min-width: 768px) {
.l-footer--contents {
justify-content: space-between;
}
}
@media screen and (min-width: 1024px) {
.l-footer--contents {
grid-template-columns: 33.0172413793% fit-content(100%);
}
}

.l-footer__logo img {
display: block;
width: min(100%, 255px);
height: auto;
margin-inline: auto;
}
@media screen and (min-width: 768px) {
.l-footer__logo img {
margin-inline: initial;
}
}

.l-footer__sns {
margin-top: 35px;
display: flex;
justify-content: center;
}
@media screen and (min-width: 768px) {
.l-footer__sns {
justify-content: flex-start;
}
}

.l-footer__snsLink {
display: block;
margin-right: 15px;
width: min(100%, 26px);
}
.l-footer__snsLink img {
display: block;
width: 100%;
height: auto;
}

.l-footer__declaration {
margin-top: 30px;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 768px) {
.l-footer__declaration {
justify-content: flex-start;
}
}
.l-footer__declaration img {
display: block;
width: min(100%, 100px);
height: auto;
margin-right: 20px;
}
.l-footer__declaration p {
font-size: 12px;
line-height: 2;
}

.l-footer__menus {
display: none;
}
@media screen and (min-width: 1024px) {
.l-footer__menus {
display: grid;
grid-template-columns: repeat(3, fit-content(100%));
gap: min(3.9682539683vw, 50px);
}
}
.l-footer__menus a {
color: var(--main);
line-height: 2.5;
font-size: 13px;
}

.l-footer__copy {
margin-top: 35px;
font-size: 12px;
line-height: 2;
letter-spacing: 0.2em;
text-align: center;
font-family: var(--shippori);
}


/******************************/
/* common */
/******************************/

body {
color: var(--main);
font-size: 14px;
font-family: var(--sans);
}
@media screen and (min-width: 768px) {
body {
font-size: 15px;
}
}

* {
box-sizing: border-box;
}

a {
text-decoration: none;
transition: opacity .3s;
}
@media screen and (min-width: 1024px) {
a:hover {
opacity: .8;
cursor: pointer;
}
}


ul, ol {
list-style: none;
}

.l-section {
position: relative;
}

.l-section__inner {
--_width: 1260px;
margin-inline: auto;
width: min(100%, var(--_width));
padding: 0 var(--innerPadding);
}

.l-section__bg {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
z-index: -1;
}

.c-button {
display: flex;
align-items: center;
justify-content: center;
--_width: 240px;
--_height: 50px;
--_color: #824121;
--_border: #824121;
--_size: 16px;
--_bgColor: transparent;
letter-spacing: 0.1em;
width: min(100%, var(--_width));
height: var(--_height);
color: var(--_color);
background-color: var(--_bgColor);
border: 1px solid var(--_border);
font-size: var(--_size);
position: relative;
overflow: hidden;
z-index: 1;
transition:.5s ease-in-out;
}
@media screen and (min-width: 768px) {
.c-button {
--_width: 300px;
}
}

@media screen and (min-width: 1024px) {

.c-button::after{
--_bgColor: #fff;
z-index: -1;
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
translate: -101% 0;
transition:.5s ease-in-out;
background-color: var(--_bgColor);
}

.c-button:hover {
--_color: #824121;
opacity: 1;
}
.c-button:hover::after {
translate: 0 0;
}
}


.c-title {
text-align: center;
}
.c-title span {
text-transform: capitalize;
font-size: 14px;
font-family: var(--cardo);
letter-spacing: 0.2em;
line-height: 1.375;
}
@media screen and (min-width: 768px) {
.c-title span {
font-size: 16px;
}
}
.c-title h1, .c-title h2, .c-title h3 {
font-family: var(--shippori);
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
}
.c-title h1 {
font-size: var(--font34);
}
.c-title h2 {
font-size: var(--font30);
}
.c-title h3 {
font-size: var(--font26);
text-align: left;
}

.c-title-h3 {
font-size: var(--font26);
font-family: var(--shippori);
font-weight: 400;
letter-spacing: 0.1em;
width: 100%;
background-color: var(--brown);
color: #fff;
padding: 20px 0;
text-align: center;
}

.c-title-h2 {
font-size: var(--font30);
line-height: 1.5;
letter-spacing: 0.1em;
font-weight: 400;
font-family: var(--shippori);
}

.u-ft-small {
font-size: 0.7142857143em;
line-height: 1.5;
}

.u-cl-red {
color: #FF0000;
}

.p-category {
margin-top: var(--space100);
}

.p-category__h2 {
font-size: clamp(18px, 1.9047619048vw, 24px);
line-height: calc( 32 / 24 );
letter-spacing: 0.2em;
font-family: var(--cardo);
text-transform: capitalize;
margin-bottom: 40px;
}

.c-items {
display: grid;
grid-template-columns: repeat(var(--_columns), 1fr);
gap: 40px;
}

.c-items.c-items--5col {
--_columns: 2;
}
@media screen and (min-width: 768px) {
.c-items.c-items--5col {
--_columns: 5;
}
}

.c-items a{
color: var(--main);
}

.c-item__txt {
margin-top: 20px;
line-height: 1.5;
font-family: var(--shippori);
}
.c-item__txt p:not(:first-child) {
margin-top: 10px;
}

.c-item__name {
font-size: 15px;
}
@media screen and (min-width: 768px) {
.c-item__name {
font-size: 16px;
}
}

.c-item__price, .c-item__subName {
font-size: 13px;
}
@media screen and (min-width: 768px) {
.c-item__price, .c-item__subName {
font-size: 14px;
}
}

.c-item__image img {
display: block;
background-color: var(--picture);
width: 100%;
height: auto;
aspect-ratio: 1;
}

/*******リセット******/
@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
min-inline-size: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

nav ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

/* change colours to suit your needs */
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}

/* change colours to suit your needs */
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}

input, select {
vertical-align: middle;
}

/******************************/
/* 下層ページ */
/******************************/

.p-page-top__block {
width: 100%;
aspect-ratio: 1400/270;
height: auto;
min-height: 180px;
text-align: center;
position: relative;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.p-page-top__bg {
z-index: -1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.c-breadcrumbs {
margin-top: 30px;
}

.c-page-ttl {
text-align: center;
}
.c-page-ttl h2 {
font-size: var(--font30);
font-family: var(--shippori);
font-weight: 400;
line-height: 1.5;
letter-spacing: 0.1em;
}
.c-page-ttl p {
margin-top: 70px;
line-height: 2;
}

.p-products__inner{
display: grid;
grid-template-columns:1fr;

 grid-template-areas:
"main"
"sidebar";
gap: 70px;
}

.p-products__ttl{
margin-bottom: 50px;
text-align: left;
}

.p-products__cats{
margin-bottom: 50px;
display: grid;
grid-template-columns: repeat(2, fit-content(100%));
gap:30px;
justify-content: center;
font-size: 14px;
}

.p-products__cats a{
color: var(--main);
}

.c-products {
--_columns: 2;
--_gap: 20px 20px;
display: grid;
grid-template-columns: repeat(var(--_columns), 1fr);
gap: var(--_gap);
}

.c-products.c-products--narrow{
 --_gap: 20px;
margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
 .c-products.c-products--narrow{
 --_gap: 30px;
}
}

.sidebar {
grid-area: sidebar;
}

.l-contents-main {
grid-area: main;
}
.l-contents-side{
grid-area: sidebar;

}

@media screen and (min-width: 768px) {
.p-products__cats{
grid-template-columns: repeat(4, fit-content(100%));
}

.p-products__inner{
grid-template-columns: 220px 1fr;
gap: clamp(30px, 70 / 1260 *100vw, 70px);
grid-template-areas: "sidebar main";
}

.c-products {
	--_gap: clamp(20px, 70 / 1260 * 100vw, 70px);
--_columns: 3;
}
}

.c-product a{
display:block;
color: var(--main);
}

.c-product__image {
background-color: var(--picture);
}

.c-product__image img {
width: 100%;
aspect-ratio: 1;
height: auto;
display: block;
}

.c-product__ttl {
margin-top: 25px;
font-size: clamp(16px, 20 / 1260 * 100vw, 20px);
font-family: var(--shippori);
line-height: 1.7;
}

.c-products.c-products--narrow .c-product__ttl{
 font-size: 16px;
}

.c-product__price{
margin-top: 10px;
font-size: 14px;
line-height: 1.5;
}

.c-product__para {
margin-top: 10px;
line-height: 2;
}

.c-products.c-products--narrow .c-product__para{
font-size: 14px;
line-height: 1.5;
}


.p-single {
margin-top: var(--space80);
}

.p-single__items {
margin-top: 30px;
}

.p-single__item {
display: grid;
grid-template-columns: 1fr;
gap: clamp(40px, 4.7619047619vw, 60px);
align-items: center;
line-height: 2;
}
@media screen and (min-width: 768px) {
.p-single__item {
grid-template-columns: 46.511627907% 1fr;
}
}

.p-single__item:not(:first-of-type) {
margin-top: 40px;
}

.p-single__image img {
background-color: var(--picture);
display: block;
width: 100%;
height: auto;
}

.p-single__notice {
margin-top: var(--space80);
}

.p-single__lists {
margin-top: var(--space80);
}

.p-single__list:not(:first-of-type) {
margin-top: var(--space80);
}

.p-single__box {
margin-top: 30px;
display: grid;
grid-template-columns: 1fr;
gap: clamp(30px, 3.9682539683vw, 50px);
}
@media screen and (min-width: 768px) {
.p-single__box {
margin-top: 50px;
grid-template-columns: 35.2941176471% 1fr;
}
}

.p-single__figure img {
display: block;
width: 100%;
aspect-ratio: 1;
height: auto;
}

.p-single__h3 {
display: flex;
align-items: center;
}

.p-single__h3::before {
margin-right: 10px;
content: attr(data-number);
font-family: var(--cardo);
font-style: italic;
font-size: clamp(30px, 3.9682539683vw, 50px);
}

.p-single__txt h4 {
font-size: 16px;
line-height: 1.7;
font-family: var(--shippori);
font-weight: 400;
margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.p-single__txt h4 {
font-size: 22px;
}
}
.p-single__txt p {
line-height: 2;
}

.p-single__block {
margin-top: var(--space80);
line-height: 2;
}
.p-single__block > *:not(:first-child) {
margin-top: 2em;
}


.c-tables {
width: min(100%, 300px);
}

@media screen and (min-width: 768px) {
.c-tables {
width: 100%;
overflow: auto;
}
}

.c-table {
width: 100%;
text-align: center;
font-family: var(--shippori);
font-size: 15px;
line-height: 1.4;
}
@media screen and (min-width: 768px) {
.c-table {
min-width: 870px;
}
}
.c-table thead {
background-color: #F3F3F3;
color: var(--main);
display: none;
}
@media screen and (min-width: 768px) {
.c-table thead {
display: table-header-group;
}
}
.c-table tbody {
display: block;
width: 100%;
}
@media screen and (min-width: 768px) {
.c-table tbody {
display: table-row-group;
width: auto;
}
}
.c-table th, .c-table td {
padding: 15px 10px;
display: block;
width: 100%;
position: relative;
border: 1px solid #D9D9D9;
border-bottom: none;
}
@media screen and (min-width: 768px) {
.c-table th, .c-table td {
border: 1px solid #D9D9D9;
display: table-cell;
width: 11.1111111111%;
}
}
.c-table tr {
display: block;
width: 100%;
text-align: left;
}
@media screen and (min-width: 768px) {
.c-table tr {
width: auto;
display: table-row;
text-align: center;
}
}
.c-table td:last-child {
border-bottom: 1px solid #D9D9D9;
}
.c-table td:before {
content: attr(data-label);
font-weight: bold;
display: inline-block;
width: 100px;
}
@media screen and (min-width: 768px) {
.c-table td:before {
display: none;
}
}

/******************************/
/* original css */
/******************************/

.p-category__explain table {
 margin-top: 30px;
 width: 100%;
 border-bottom: solid 1px #eee;
}
.p-category__explain table th, .p-category__explain table td {
 display: block;
 padding: 10px 15px;
 border: solid 1px #eee;
 border-bottom: none;
}
.p-category__explain table th {
 background: #fbfbfb;
 text-align: left;
}
.p-category__explain table td.area img {
 margin: 4px 20px 4px 0;
 width: auto;
 height: 25px;
}
.p-category__explain h3::after {
 content: "";
 display: block;
 margin-top: 8px;
 width: 80px;
 height: 2px;
 background: #000;
}
.p-category__explain a {
 text-decoration: underline;
 color: #57a1d8;
}
.p-category__explain a:hover {
 color: #9eccef;
}
@media screen and (min-width: 768px) {
 .p-category__explain table th, .p-category__explain table td {
display: table-cell;
 }
 .p-category__explain table {
margin-top: 50px;
 }
 .p-category__explain table th {
width: 200px;
border-right: none;
 }
}
/*大口商品を削除*/
body > main > section > div > div.l-contents-side > div:nth-child(3) > ul > li:nth-child(5),
body > header > div > div.l-header__menus > nav > ul > li:nth-child(3) > ul > li:nth-child(5),
#navSp > nav > ul > li:nth-child(4) > ul > li:nth-child(5){
display:none;
}


@media (max-width: 500px) {
/* スマホ用ポップアップ画像 */
.sp-popup-top {
display: block;
width: 100%;
box-sizing: border-box;
position: relative;
z-index: 10;
}

.sp-popup-top img {
width: 100%;
height: auto;
}

/* ヘッダーのmargin-topをリセット */
.l-header {
margin-top: 0 !important;
position: relative;
top: 0;
}

/* mainのmargin-topをリセット */
main {
margin-top: 0 !important;
}

/* ページ下部のポップアップを非表示（すべての関連要素） */
.mieruca-hm-popup,
.mieruca-hm-popup-inner,
.mieruca-hm-popup-setting-pc,
.mieruca-hm-popup-close {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
}
/* 追従フッターバナー */
.sticky-footer-banner {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;
background: #fff;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-footer-banner .top_mv_bnr {
display: block;
width: 100%;
max-width: 100%;
}

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

.l-footer {
margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
.l-footer {
margin-bottom: 60px;
}
}

@media screen and (max-width: 500px) {
.sticky-footer-banner {
display: none;
}
.l-footer {
margin-bottom: 0;
}
}
.sticky-footer-banner-sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .sticky-footer-banner-sp {
    display: block; /* ← これを追加 */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
}