body {
  min-width: 375px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #464E54;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    box-sizing: border-box;
  }
}
body.is-scroll-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #464E54;
  transition: all 0.1s ease;
}
a:hover {
  color: #A67F67;
  text-decoration: none;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
/******************************/
/* Utility */
/******************************/
.u-container-wide{
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  padding: 0 ;
  width:100%;
}
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width:100%;
}
@media screen and (max-width: 767px) {
  .u-container {
    padding:0;
    width: auto;
  }
}
.u-contents {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.small-contents{
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .small-contents{
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.u-contents-s {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.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-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;
  }
}

/* overflow slide */
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }

  .c-item-list {
    display: flex;
    flex-wrap: wrap;
  }
  /* NEW　ARRIVAL & Ranking共通 .c-item-list__item*/
  .c-item-list__item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 60px;
    padding: 10px 5px;
    width: 25%;
    transition: opacity 0.2s;
    word-break: break-all;
  }
  
  @media screen and (max-width: 767px) {
    .c-item-list__item {
      padding: 0;
      width: 50%;
      margin-bottom: 40px;
    }
  }
  .c-item-list__item.is-hidden {
    display: none;
  }
  .c-item-list__img {
    margin-bottom: 10px;
    aspect-ratio: 3/2;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .c-item-list__img {
      text-align: center;
    }
  }
  
  .c-item-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-item-list__img a:hover{
    opacity: 0.8;
  }
  .c-item-list__img img {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .c-item-list__ttl{
    line-height: 1.4;

  }
  @media screen and (max-width: 767px){
    .c-item-list__ttl{
      font-weight: 500;
    }
  }
  .c-item-list__ttl img {
    vertical-align: middle;
  }
  .c-item-list__txt {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }
  @media screen and (max-width: 767px) {
    .c-item-list__txt {
      padding: 0 11px;
    }
  }
  
  .c-item-list__price {
    margin-top: 15px;
    color: #7d7d7d;
  }
  .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: 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;
  }

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

@media screen and (max-width: 767px) {
  .l-contents-side {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
/***** side navi *****/
.l-side-navi {
  margin-bottom: 50px;
}
.l-side-navi__ttl {
  margin: 0;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 16px;
  }
}
.l-side-navi-list {
  border-bottom: 1px solid #7d7d7d;
}
.l-side-navi-list__item {
  border-top: 1px solid #7d7d7d;
}
.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  border: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  background: transparent;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    text-align: left;
  }
}
.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;
  padding: 5px 0;
  background: #fbfbfb;
}
.l-side-navi-sub-list__link {
  display: block;
  padding: 15px 15px 15px 30px;
}
/******************************/
/* 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;
  flex-direction: column;
  text-align: center;
  color: #C67C00;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #C67C00;
  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: 8px;
  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;
  }
}

/***** FAVORITE *****/
@media screen and (max-width: 768px) {
  .checked-item{
    padding: 0;
  }
}
.checked-item
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-favorite-list{
    flex-wrap: nowrap !important;
    overflow: scroll;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  flex-basis: calc(20% - 10px);
  margin: 0 5px;
}

.c-favorite-list__img {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-favorite-list__img {
    width: 150px;
  }

}

.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-favorite-list__img a:hover{
  opacity: 0.8;
}
.c-favorite-list__img img {
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.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;
  padding: 12px 0 9px;
  border-left: 0;
  border-right: 0;
  width: 245px;
  font-size: 14px;
  background: #757575;
  color: #fff;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.2em;
}

.btn-arrow span{
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.btn-arrow span::before,
.btn-arrow span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn-arrow span::before{
  left: 55px;
  top: 7px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-btn:hover {
  opacity: 0.7;
  color: #fff;
}


.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-list {
  padding: 15px 10px 0;
  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 #464e54;
  border-bottom: 1px solid #464e54;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}

/********** 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: #A67F67;
  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: #A67F67;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #A67F67;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #A67F67;
  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: #E8DBD2;
  background: #E8DBD2;
  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 {
  opacity: 0.7;
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #E8DBD2;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #A67F67;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #A67F67;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #A67F67;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #A67F67;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #A67F67;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #A67F67;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/******************************/
/* spメニュー ハンバーガーメニュー*/
/******************************/
@media screen and (max-width: 767px){
    .disable-scroll {
    overflow: hidden;
  }

  .hamburger-wrap{
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  .hamburger-menu {
    position: relative;
    height: 33px;
    display: grid;
    grid-template-columns: 1fr 50px;
  }
  .hamburger-menu #menu-toggle{
    display: none;
  }
  .hamburger-menu__flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hamburger-logo img{
    width: 109px;
    height: auto;
    vertical-align: middle;
    padding: 7px 7px 0;
  }
  .search-and-cart-flex{
    display: flex;
  }
  .hamburger-menu__flex .l-header-cart{
    margin-left: 5px;
  }
  .menu-btn {
    display: inline-block;
    cursor: pointer;
    padding: 13px 12px 8px;
    margin: 0 5px;
  }

  .menu-btn__line {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #464E54;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
  }

  #menu-toggle:checked ~ .menu-btn .menu-btn__line:nth-child(1) {
    transform: translateY(4px) rotate(40deg);
  }


  #menu-toggle:checked ~ .menu-btn .menu-btn__line:nth-child(2) {
    transform: translateY(-2px) rotate(-40deg);
  }

  .hamburger-menu__inner {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #FBF9F8;
    padding: 40px 0;
    display: none;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
  }
  .hamburger-menu__inner a{
    color: #464E54;
    font-size: 14px;
  }
  .hamburger-menu__inner ul{
    width: 80%;
    margin: 0 auto;
  }
  .hamburger-menu__inner li {
    margin-bottom: 15px;
  }
  .hamburger-menu__inner__cat,
  .hamburger-menu__inner__btn{
    padding-bottom: 20px;
  }
  .hamburger-menu__inner__cat li:nth-child(n+2)::before {
    content: '-';
    margin: 5px;
  }
  .hamburger-menu__inner__btn li:first-child{
    background: #A67F67;
    padding: 7px;
    text-align: center;
  }
  .hamburger-menu__inner__btn li:first-child a{
    color: #fff;
  }
  .hamburger-menu__inner__btn li:nth-child(n+2){
    border: 2px solid #A67F67;
    padding: 5px;
    text-align: center;
  }
  .hamburger-menu__inner__btn li:nth-child(n+2) a{
    color: #A67F67;
  }

  .hamburger-sns-navi-box{
    display: flex;
    column-gap: 20px;
  }
  .hamburger-sns-navi-box img{
    width: 27px;
  }

  
  #menu-toggle:checked ~ .hamburger-menu__inner {
    display: block;
    z-index: 100;
  }
  /* スムーズな開閉のアニメーション */
  .hamburger-menu__inner {
    opacity: 0;
    transform-origin: top right;
    transform: translateY(-10px);
  }

  #menu-toggle:checked ~ .hamburger-menu__inner {
    opacity: 1;
    transform: translateY(0);
  }
}

/******************************/
/* header */
/******************************/
.l-header-not-fix{
  background: #A67F67;
}
.l-header-not-fix{
  background: #A67F67;
}
.l-header-main__in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  height:28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/********** マイページ・新規登録・ログイン **********/
.l-member-navi-list{
  display: flex;
}
.l-member-navi-list__item{
  padding: 0 30px;
}
.l-member-navi-list__link{
  color: white;
  font-size: 13px;
}
.l-member-navi-list__link:hover{
  color: white;
  opacity: 0.8;
}

/********** 検索 **********/
.search-sns{
  display: flex;
}

.l-header-search__contents {
  display: none;
}

.l-header-search__box__inner {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  padding: 10px;
  width: 100%;
  background: #F2EAE5;
  z-index:1000;
}

.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
  max-width: 840px;
  width: 100%;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 28px;
  height: 28px;
  border: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn {
    width: 50px;
  }
}
.l-header-search__btn img {
  width: 25px;
}

.l-header-search__input {
  flex: 1;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  width: 100%;
  height: 32px;
  border: none;
  background: #fff;
  border-radius: 30px;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 32px;
  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: -3px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 37px;
  transform: translateY(-20px) rotate(45deg);
}

/********** ヘッダーSNSナビ **********/

.l-sns-navi-list {
  display: flex;
  margin-left: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list {
    justify-content: center;
  }
}
.l-sns-navi-list__item {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}
.l-sns-navi-list__item:last-child {
  margin: 0;
}
.icon-instagram{
  width: 23px;
  vertical-align: middle;
}
.icon-facebook{
  width: 27px;
}

/******************************/
/* SLIDER スライダー*/
/******************************/

.bx-viewport{
  max-width: 100%;
  height: 87vh !important;
  max-height: 600px;
}
.bx-viewport div{
  width: 100% !important;
}
.bx-wrapper{
  margin: 0 !important;
}
.bx-wrapper img {
  object-fit: cover;
  height: 87vh !important;
  max-height: 600px;
}
.slider{
  position: relative;
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}

.bx-wrapper .bx-controls-direction a{
	width: 19px !important;
	height: 39px !important;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a{
    width: 13px !important;
    height: 19px !important;
  }
}

.bx-wrapper .bx-prev {
  left: 20px !important;
  background: url('https://img14.shop-pro.jp/PA01307/741/etc/arrow-left.png?cmsp_timestamp=20230508120846') no-repeat center center !important;
  background-size: contain !important;
}

.bx-wrapper .bx-next {
  right: 20px !important;
  background: url('https://img14.shop-pro.jp/PA01307/741/etc/arrow-right.png?cmsp_timestamp=20230508120846') no-repeat center center !important;
  background-size: contain !important;
}

.bx-wrapper .bx-pager{
  bottom: 30px !important;
}

/* スライダー フロートロゴ */
.slider-cap{
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 6px rgba(0 ,0 ,0, 0.6);
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .slider-cap{
    font-size: 12px;
    width: 100%;
    letter-spacing: 0.1em;
  }
}

.slider-logo{
  max-width: 548px;
  position: absolute;
  left: 53%;
  top: 53%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .slider-logo{
    width: 300px;
    top: 50%;
  }
}

/********** ヘッダーカテゴリーメニュー（上部固定） **********/
.l-header-cat{
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
}
.l-header-cat__in {
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.l-header-cat-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  margin: 0; 
  padding: 0; 
  width: 100%;
}
.l-header-cat-list li{
  flex-shrink: 0;
  width: auto;
}
@media screen and (max-width: 960px) {
  .l-header-cat-list li{
    font-size: 13px;
  }  
}

.l-header-cat-list__item {
  margin-right: 20px; /* 要素間の余白を設定する */
}

.l-header-cat-list__logo {
  width: 188px; 
}
@media screen and (max-width: 960px) {
  .l-header-cat-list__logo {
    width: 138px; 
  }
  }

/********** カート **********/
.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 5px;
  width: 40px;
  height: 28px;
  margin: 0 auto;
}
.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;
}




/********** CALENDAR **********/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    padding-left: 0;
    min-width: inherit;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 500px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  width: 80%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar:first-child{
  margin-bottom: 50px;
}
.tbl_calendar caption {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 3px;
  font-size: 12px;
}
.tbl_calendar td {
  padding: 3px;
  font-size: 12px;
}

.side_cal_memo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #909090;
}
/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide{
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
}

@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: 10px;
  padding-right: 10px;
  width: 25%;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-box {
  border-top: 1px solid #464E54;
}
.p-shopguide-head {
  margin-bottom: 15px;
  padding-top: 30px;
  border-bottom: 1px solid #464E54;
  text-align: center;
}
.p-shopguide-head .c-ttl-sub {
  margin-bottom: 30px;
}
.p-shopguide__icon {
  margin-bottom: 15px;
}
.p-shopguide__icon .calendar_img{
  width: auto;
  height: 30px;
  object-fit: contain;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: normal;
}
.p-shopguide__body {
  margin-bottom: 35px;
  font-size: 12px;
  font-weight: 300;
  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;
}
/******************************/
/* footer */
/******************************/
/* footer共通 */
.st-banner a{
  background: #fff;
  box-shadow: 10px 15px 36px rgba(95, 74, 61, 0.17);
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.st-banner a:hover{
  box-shadow: 10px 15px 36px rgba(95, 74, 61, 0.3);
  color: inherit;
  transition: 0.3s;
}
.banner-wrap{
  display: flex;
  position: relative;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .banner-wrap{
    flex-direction: column;
    height: auto;
  }
}

.banner-wrap img{
  width: 332px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .banner-wrap img{
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap img{
    width: 100%;
  }  
}

.banner-wrap .text-area{
  width: 100%;
  padding: 20px 40px 0 10px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .banner-wrap .text-area{
    width: 100%;
    padding: 13px 15px 10px;
    text-align: center;
  }
}

.banner-wrap .text-area img{
  width: 469px;
  padding: 18px 0 5px;
}
@media screen and (max-width: 820px) {
  .banner-wrap .text-area img{
    width: 355px;
  }
}

.banner-title{
  background: rgba(211, 184, 167, 0.2);
  border-radius: 30px;
  color: #A67F67;
  font-weight: 500;
  width: 486px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .banner-title{
    width: 360px;
  }
}
@media screen and (max-width: 820px) {
  .banner-title{
    width: 100%;
  }
}

.banner-address:before{
  content: '';
  background-image: url(https://img14.shop-pro.jp/PA01307/741/etc_base64/YWRkcmVzc19waW4.png?cmsp_timestamp=20230623161531);
  width: 10px;
  height: 15px;
  display: inline-block;
  background-size: cover;
  margin: 5px;
  vertical-align: bottom;
}
.banner-btn{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 15px 0 20px;
  background: #A67F67;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .banner-btn{
    position: initial;
    width: 170px;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
  }

}

.banner-wrap span{
  /*矢印のための記述*/
  position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.banner-wrap span::before,
.banner-wrap span:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.banner-wrap span::after{
  top: -3px;
  left: 5px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
}

/* スマホ 配送・返品・支払いリンク */
.l-footer-info{
  background: #fff;
}
.l-footer-shopinfo_bar {
  width: 100%;
}
.l-footer-navi {
  display: block;
  margin: 40px 0;
}
.l-footer-navi-list {
  width: auto;
}
.l-footer-navi-list__item {
  border-bottom: 2px solid rgba(211, 184, 167, 0.2);
}
.l-footer-navi-list__link {
  display: block;
  position: relative;
  padding: 14px 20px;
}
.l-footer-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #A67F67;
  border-bottom: 1px solid #A67F67;
  transform: rotate(-45deg);
}

/* 通常 & PCフッター */

.l-footer {
  padding: 40px 0 0;
  background: #A67F67;
  color: #fff;
}
.l-footer-shopinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px){
  .l-footer-shopinfo {
    display: block;
    text-align: center;
  }
}
.l-footer-navi__brown{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 767px){
  .l-footer-navi__brown{
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
.l-footer-navi__brown a{
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
.l-footer-navi__brown a:hover{
  color: #fff;
  opacity: 0.8;
}

.l-footer-shopinfo__logo img {
  max-width: 250px;
}




/* copyright */
.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/84/bg.gif);
  color: #464E54;
}
a {
  color: #464e54;
}
a:hover {
  color: #A67F67;
}
/** 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;
}

/******************************/
/* WELL-SAUNA */
/******************************/
.rss .u-collection .c-ttl-main{
  display: flex;
  color: #C67C00;
}
.rss .u-collection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rss .u-collection ul li {
  aspect-ratio: 3 / 2;
  width: 33%;
  box-sizing: border-box;
  padding: 5px;
}
.rss .u-collection ul li a img{
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
}
.rss .u-collection ul li a .rss-inner{
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #464e54;
}
.rss .u-collection ul li a .rss-inner p{
  margin-bottom: 0;
}
.rss .u-collection ul li a .rss-inner .rss-title{
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.1s ease;
  margin-bottom: 0.5em;
}
.rss .u-collection ul li a .rss-inner .rss-title:hover{
  color: #A67F67;
}
@media screen and (max-width: 767px){
  .rss .u-collection ul{
    width: 90%;
    margin: 0 auto;
    row-gap: 20px;
  }
  .rss .u-collection ul li{
    width: 100%;
    padding: 0;
  }
}