body {
  min-width: 375px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #393939;
  background: #ffffff;
}

@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
}

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: #5a5a5a;
  transition: all 0.1s ease;
}

a:hover,
a:focus {
  color: #444444;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
h3 {
    font-size: 1.3rem;
    font-weight: normal;
  font-family: "Noto Serif JP", 游明朝体, "Yu Mincho", YuMincho, serif;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}


/* 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: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.u-contents {
  padding-top: 105px;
  padding-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.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-strikethrough {
  text-decoration: line-through;
}

.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;
  }
}

.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: 4px;
  }
}

@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #eeeeee;
  }
}

@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #bbbbbb;
  }
}

/* 正方形画像 */
.u-square-img {
  position: relative;
}

.u-square-img:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.u-square-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-square-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* Layout */
.l-main {
  padding-top: 165px;
  background: #fff;
}

@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0 !important;
    padding-top: 110px;
  }
}

.l-main.is-top {
  padding-top: 0;
  background: #ffffff;
}

.l-main-contents {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-main-contents {
    padding-bottom: 30px;
  }
}

.l-bottom {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 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);
}

/**/
/* popup animation */
/**/
/* overlay at start */
.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**/
/* Color me icons */
/**/
.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);
  }
}

/**/
/* Components */
/**/
/** title **/
.c-ttl-main {
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  color: #5a5a5a;
}

@media screen and (max-width: 1030px) {
  .c-ttl-main {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.c-ttl-main.is-mbs {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-ttl-main.is-mbs {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.c-ttl-main.is-mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-ttl-main.is-mb0 {
    margin-bottom: 0;
  }
}

.c-ttl-main.is-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-ttl-main.is-right {
    display: block;
    margin-bottom: 30px;
    text-align: left;
  }
}

.c-ttl-main.is-right:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .c-ttl-main.is-right:before {
    content: "";
  }
}

.c-ttl-main.is-right span {
  display: inline-block;
  margin-right: 20px;
  width: 85px;
  height: 1px;
  background: #5a5a5a;
}

@media screen and (max-width: 767px) {
  .c-ttl-main.is-right span {
    display: none;
  }
}

.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #5a5a5a;
  text-align: center;
}

@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: -25px;
  margin-right: -25px;
}

@media screen and (max-width: 767px) {
  .c-item-list {
    margin-left: -13px;
    margin-right: -13px;
  }
}

.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .c-item-list__item {
    margin-bottom: 30px;
    padding-left: 13px;
    padding-right: 13px;
    width: 50%;
  }
}

.c-item-list__item.is-hidden {
  display: none;
}

.c-item-list__img {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-item-list__img {
    margin-bottom: 15px;
  }
}

.c-item-list__txt {
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 1030px) {
  .c-item-list__txt {
    padding-bottom: 20px;
  }
}

.c-item-list__ttl {
  font-size: 16px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.c-item-list__ttl img {
  vertical-align: middle;
}

.c-item-list__ttl a {
  color: #393939;
}

.c-item-list__expl {
  margin-top: 10px;
  font-size: 14px;
  color: #cc4a47;
}

@media screen and (max-width: 767px) {
  .c-item-list__expl {
    font-size: 12px;
  }
}

.c-item-list__price {
  margin-top: 30px;
  color: #393939;
}

@media screen and (max-width: 767px) {
  .c-item-list__price {
    margin-top: 15px;
  }
}

.c-item-list__price.is-default {
  margin-top: 0;
}

.c-item-list__btn {
  display: block;
  position: absolute;
  right: 0;
  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: #ea872f;
}

.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/* FAVORITE */
@media screen and (max-width: 767px) {
  .c-favorite-list-wrap {
    margin-left: 40px;
  }
}

.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: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 90px;
  }
}

.c-favorite-list__img {
  margin-bottom: 15px;
}

@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 5px;
    width: 120px;
    text-align: center;
  }
}

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

.c-favorite-list__price {
  color: #5a5a5a;
  margin-top: 15px;
  font-size: 12px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .c-favorite-list__price {
    margin-top: 5px;
    font-size: 11px;
  }
}

.c-favorite-list__price.is-default {
  margin-top: 0;
}

.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-more {
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 40px;
  background-color: #99896f;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  min-width: 180px;
  font-size: 1.0em;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c-btn-more {
    font-size: 14px;
  }
}

.c-btn-more:hover {
  color: #fff !important;
  background-color: #99896f !important;
  text-decoration: none !important;
  opacity: 80% !important;
}

.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  background: #99896f;
  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 {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
  transition: .3s;
}

.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}

.c-btn-cart.is-disabled:hover {
  background: #d8d8d8;
}

.c-btn-cart.is-soldout {
  background: #554732;
  cursor: default;
}

.c-btn-cart.is-soldout:hover {
  background: #554732;
}

.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}

.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}

.c-btn-cart.is-favorite {
  background: #ffffff;
  color: #393939;
}

.c-btn-cart.is-favorite svg {
  color: #d8d8d8;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-btn-cart.is-favorite.is-added svg {
  color: #ea872f;
}

.c-icon-cart {
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 22px;
  background: url(https://img.shop-pro.jp/tmpl_img/85/icon-cart-white.svg) no-repeat;
  background-size: 26px 22px;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  .c-icon-cart {
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
  }
}

.c-more {
  text-align: center;
}

.c-not-found {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}

/** table **/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}

@media screen and (max-width: 767px) {
  .c-tbl-list {
    border-top: 0;
  }
}

.c-tbl-list__tr {
  display: flex;
  border-bottom: 1px solid #b2b2b2;
}

@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
    border-bottom: 0;
  }
}

.c-tbl-list__th {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 270px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 15px;
    padding: 5px 15px;
    width: auto;
  }
}

.c-tbl-list__td {
  flex: 1;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

/* breadcrumbs */
.c-breadcrumbs {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1030px) {
  .c-breadcrumbs {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c-breadcrumbs+.u-contents {
  padding-top: 30px;
}

.c-breadcrumbs-list {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 15px 25px;
  max-width: 1200px;
  border-radius: 6px;

  background: #fff;
}

@media screen and (max-width: 1030px) {
  .c-breadcrumbs-list {
    padding: 10px 15px;
  }
}

.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
}

@media screen and (max-width: 1030px) {
  .c-breadcrumbs-list__item {
    margin-right: 15px;
    font-size: 12px;
  }
}

.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 #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1030px) {
  .c-breadcrumbs-list__item:before {
    right: -12px;
  }
}

.c-breadcrumbs-list__item:last-child:before {
  content: none;
}

.c-breadcrumbs-list a {
  color: #5a5a5a;
}

/* pager */
.c-pager {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.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: 5px;
  margin-right: 5px;
  min-width: 40px;
  line-height: 40px;
  background: transparent;
  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 #dcdcdc;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  background: transparent;
  color: #393939;
  min-width: 40px;
  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: #fff;
  color: #393939;
  text-decoration: none;
}

.c-pager-list__link.is-current {
  border-color: #fff;

  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    background: transparent;
    border: 0;
  }
}

.c-pager-list__link.is-current:hover {
  border-color: #fff;

  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    background: transparent;
  }
}

.c-pager-list__link.is-prev,
.c-pager-list__link.is-next {
  position: relative;
  border-color: #7d7d7d;
  background: #7d7d7d;
  text-indent: -99999px;
}

.c-pager-list__link.is-prev:before,
.c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transition: all 0.4s ease;
  z-index: 1;
}

.c-pager-list__link.is-prev:hover,
.c-pager-list__link.is-next:hover {
  background: rgba(125, 125, 125, 0.8);
}

.c-pager-list__link.is-prev.is-disabled,
.c-pager-list__link.is-next.is-disabled {
  background: #dddddd;
  border-color: #dddddd;
}

.c-pager-list__link.is-prev.is-disabled:hover,
.c-pager-list__link.is-next.is-disabled:hover {
  background: #dddddd;
  border-color: #dddddd;
}

.c-pager-list__link.is-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    left: 19px;
  }
}

.c-pager-list__link.is-next:before {
  right: 17px;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    right: 19px;
  }
}

.c-pager-list__page {
  display: none;
}

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

/* スライダー テーマ設定 */
.c-slider-thema .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.c-slider-thema .slick-prev,
.c-slider-thema .slick-next {
  width: 50px;
  height: 50px;
  transition: all 0.4s ease;
  z-index: 1;
  background: #7d7d7d;
}

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

  .c-slider-thema .slick-prev,
  .c-slider-thema .slick-next {
    top: calc(50% - 50px);
    width: 38px;
    height: 38px;
  }
}

.c-slider-thema .slick-prev:before,
.c-slider-thema .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transition: all 0.4s ease;
  z-index: 1;
}

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

  .c-slider-thema .slick-prev:before,
  .c-slider-thema .slick-next:before {
    width: 7px;
    height: 7px;
  }
}

.c-slider-thema .slick-prev:focus,
.c-slider-thema .slick-prev:hover,
.c-slider-thema .slick-next:focus,
.c-slider-thema .slick-next:hover {
  background: #888888;
}

.c-slider-thema .slick-prev {
  left: 15px;
}

.c-slider-thema .slick-prev:before {
  left: 22px;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before {
    left: 17px;
  }
}

.c-slider-thema .slick-next {
  right: 15px;
}

.c-slider-thema .slick-next:before {
  right: 22px;
  transform: translateY(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .c-slider-thema .slick-next:before {
    right: 17px;
  }
}

.c-slider-thema .slick-dots li button:before {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #e5e5e5;
  opacity: 1;
}

.c-slider-thema .slick-dots li.slick-active button:before {
  background: #7d7d7d;
}

/**/
/* header */
/**/
.order-info {
  margin-bottom: 0;
  padding: 8px 0;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1030px){
  .order-info {
    padding: 6px 0;
    font-size: 0.7rem;
  }
}
.l-header.is-fixed .order-info {
  display: none;
}
.l-header {
  position: absolute;
  top: 0;
  z-index: 1000;
  padding-bottom: 15px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1030px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    min-width: 375px;
  }
}

.l-header.is-top {
  position: absolute;
  transition: none;
}

@media screen and (min-width: 1030px) {
  .l-header.is-fixed {
    top: 0;
    width: 100%;
    padding: 2px 5px 10px;
    animation: anime-headerFade 0.2s ease forwards;
  }
  .l-header.is-top.is-fixed .l-header-main .l-main-navi {
    margin-top: 3px;
  }
  .l-header.is-top.is-fixed.l-header-main {
    max-width: auto;
  }
}
.l-header.is-free4 {
  padding-bottom: 8px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-free4 {
    padding-bottom: 0;
  }
}
.l-header.is-fixed {
  animation: anime-headerFade 0.2s ease forwards;
}

.l-header.is-fixed,
.l-header.is-open {
  position: fixed;
  z-index: 1000;
  top: 0;
  padding-top: 0;
}

@media screen and (max-width: 1030px) {
  .l-header.is-fixed,
  .l-header.is-open {
    top: 0;
  }
}

.l-header.is-fixed:before,
.l-header.is-open:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;

  background: #fff;
  animation: anime-headerBg 0.2s ease forwards;
}
.l-header.is-fixed .l-header-logo,
.l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
.l-header.is-open .l-header-logo {
    background: #fafafa;
}
.l-header.is-fixed .l-header-logo__img.is-txt,
.l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
.navi-wrap {
  display: flex;
  gap: 7vw;
  align-items: flex-start;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .navi-wrap {
    justify-content: space-between;
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .navi-wrap {
    justify-content: normal;
  }
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-main-navi-list,
  .l-header.is-open .l-main-navi-list {
    display: none;
  }
}

@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-menu-btn,
  .l-header.is-open .l-menu-btn {
    display: block;
  }
}
@keyframes anime-headerBg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.8;
  }
}

@keyframes anime-headerFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.l-header-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media screen and (max-width: 1030px) {
  .l-header-main {
    display: block;
    padding: 2px 10px 0 2px;
    height: 60px;
  }
}

.l-header-main__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 101;
}

.l-header-logo {
  margin: 20px 0 8px;
  flex: 1 0 auto;
}

@media screen and (max-width: 1030px) {
  .l-header-logo {
    overflow: hidden;
    order: 2;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.l-header-logo__img {
  display: flex;
  align-items: center;
  margin: 0;
  height: 45px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    justify-content: center;
    height: 40px;
  }
}

.l-header-logo__img img {
  max-width: 193px;
  max-height: 50px;
}
@media screen and (max-width: 1030px) {
.l-header-logo__img img {
  max-width: 150px;
  max-height: 33px;
}
}

.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  color: #5a5a5a;
}

@media screen and (max-width: 767px) {
  .l-header-logo__txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 1030px) {
  .l-header-logo__txt {
    max-width: 380px;
  }
}

@media screen and (min-width: 1200px) {
  .l-header-logo__txt {
    max-width: 530px;
  }
}

.l-sp-header-cart-btn {
  display: none;
}

.l-sp-header-cart-btn form {
  margin: 0;
}

@media screen and (max-width: 1030px) {
  .l-sp-header-cart-btn {
    display: block;
    order: 3;
  }
}

.l-sp-header-cart-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
}

.l-sp-header-cart-btn button {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 16px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-sp-header-cart-btn__count {
  position: absolute;
  top: 10px;
  right: -3px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 10px;
  background: #eb872f;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}

.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;
    order: 1;
  }
}

.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: #7d7d7d;
}

.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);
}

/** メインナビ **/
.main-navi__flexbox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 85vw;
}
@media screen and (max-width: 767px) {
  .main-navi__flexbox {
    flex-direction: column-reverse;
  }
}
.main-navi__item {
  width: 135px;
  height: 35px;
  flex-shrink: 1;
}
@media screen and (max-width: 1030px) {
  .main-navi__item {
    display: none;
  }
}
.l-main-navi {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-open {
    box-sizing: border-box;
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 62px;
    left: 0;
    padding: 25px;
    width: 100%;
    height: calc(100% - 60px);
  }
  .l-main-navi.is-open .l-main-navi-list,
  .l-main-navi.is-open .l-dropdown-menu-list {
    display: block;
  }
  .l-main-navi.is-open .l-dropdown-menu {
    display: none;
    position: static;
    padding: 0;
    width: auto;
  }
  .l-main-navi-list__item {
    margin: 0 0 5px;
  }
}

@media screen and (min-width: 1031px) {
  .l-main-navi {
    display: flex !important;
  }
}

.l-main-navi.is-open .l-help-navi-list {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}

.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
}
@media screen and (max-width: 1030px) {
  .l-main-navi-list {
    border-left: 1px solid #d4d4d4;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
    margin-top: 0;
    padding: 10px 0;
  }
}
.l-main-navi-list > *:last-child {
  margin-right: 0;
}
.l-main-navi-list__item {
  position: relative;
  margin-right: 2vw;
}

.navi-menu__link:hover {
  text-decoration: none;
}

.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 5px 10px;
  border: 0;
  font-size: 0.9rem;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 300;
  background: transparent;
  color: #393939;
  text-align: center;
  transition: all ease 0.2s;
}
@media screen and (max-width: 1030px) {
 .l-main-navi-list__link {
    padding: 10px 25px;
    width: 100%;
    text-align: left;
    font-weight: 400;
  }
}
.l-main-navi-list__link:hover,
.l-main-navi-list__link.is-on {
  background: #99896f;
  color: #ffffff;
  text-decoration: none;
}

.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}

@media screen and (max-width: 1030px) {
  .l-main-navi-overlay.is-on {
    animation: anime-overlay 0.2s ease forwards;
    display: block;
  }
}

@keyframes anime-overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ドロップダウンメニュー */
.l-dropdown-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 1000;
  padding: 30px 30px;
  background: #99896f;
}

@media screen and (max-width: 1030px) {
  .l-dropdown-menu {
    position: static;
    margin: 15px 0;
    width: auto;
    background: transparent;
    color: #393939;
  }
}

.l-dropdown-menu.is-contents {
  width: 330px;
}

@media screen and (max-width: 1030px) {
  .l-dropdown-menu.is-contents {
    width: auto;
  }
}

.l-dropdown-menu-list__item {
  box-sizing: border-box;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 300;
  white-space: nowrap;
}

@media screen and (max-width: 1030px) {
  .l-dropdown-menu-list__item {
    margin-bottom: 0;
  }
}

.l-dropdown-menu-list__item:last-child {
  margin-bottom: 0;
}

.l-dropdown-menu-list__item.is-contents {
  font-size: 14px;
}

@media screen and (max-width: 1030px) {
  .l-dropdown-menu-list__item.is-contents {
    font-size: 16px;
  }
}

.l-dropdown-menu-list__link {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 1030px) {
  .l-dropdown-menu-list__link {
    display: block;
    color: #393939;
    padding: 15px 20px 15px 20px;
    font-size: 0.9rem;
  }
}

.l-dropdown-menu-list__link:hover,
.l-dropdown-menu-list__link:focus {
  color: #ffffff;
}

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

  .l-dropdown-menu-list__link:hover,
  .l-dropdown-menu-list__link:focus {
    color: #393939;
  }
}

/* ヘルプナビ */
.l-header-help {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 0px;
  flex-shrink: 0;
}

@media screen and (max-width: 1030px) {
  .l-header-help {
    position: static;
    display: block;
  }
}

.l-header-help__btn {
  box-sizing: border-box;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
}

@media screen and (max-width: 767px) {
  .l-header-help__btn {
    width: 50px;
  }
  .l-header-help {
    margin-bottom: 30px;
  }
}

.l-header-help__btn.is-on {
  position: relative;
  background: #99896f;
}

.l-header-help__btn.is-on:before,
.l-header-help__btn.is-on:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}

.l-header-help__btn.is-on:before {
  left: 5px;
  transform: rotate(-45deg);
}

.l-header-help__btn.is-on:after {
  right: 5px;
  transform: rotate(45deg);
}

.l-header-help__btn.is-on img {
  display: none;
}

.l-header-account {
  position: relative;
}

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

@media screen and (max-width: 1030px) {
  .l-header-account__contents {
    display: block !important;
  }
}

@media screen and (max-width: 1030px) {
  .l-header-account__btn {
    display: none;
  }
}

.l-header-account__btn img {
  width: 22px;
}

.l-header-account-list {
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 5px);
  right: -45px;
  padding: 60px 30px;
  width: 260px;
  background: #99896f;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .l-header-account-list {
    position: static;
    padding: 0 0;
    width: auto;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header-account-list {
    margin: 0 auto;
    width: 200px;
  }
}
@media screen and (max-width: 550px) {
  .l-header-account-list {
    margin: 0;
  }
}

.l-header-account-list__item {
  margin-bottom: 30px;
}

@media screen and (max-width: 1030px) {
  .l-header-account-list__item {
    margin-bottom: 8px;
    background: #99896f;
    border-radius: 3px;
  }
}

.l-header-account-list__item:last-child {
  margin-bottom: 0;
}

.l-header-account-list__link {
  font-size: 18px;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 1030px) {
  .l-header-account-list__link {
    display: block;
    padding: 12px 20px;
    font-size: 0.9rem;
    color: #fff;
  }
}

.l-header-account-list__link:hover,
.l-header-account-list__link:focus {
  color: #ffffff;
}

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

  .l-header-account-list__link:hover,
  .l-header-account-list__link:focus {
    color: #393939;
  }
}

.l-header-search {
  position: relative;
  margin-left: 15px;
}

@media screen and (max-width: 1030px) {
  .l-header-search {
    display: none;
  }
}

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

.l-header-search__btn img {
  width: 25px;
}

.l-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: calc(100% + 5px);
  right: -35px;
  padding: 20px;
  width: 440px;

  background: <{$color-main-navi }>;
}

@media screen and (max-width: 1030px) {
  .l-header-search__form {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}

.l-header-search__form input::placeholder {
  color: #cccccc;
}

.l-header-search__form input:-ms-input-placeholder {
  color: #cccccc;
}

.l-header-search__form input::-ms-input-placeholder {
  color: #cccccc;
}

.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #ffffff;
}

.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  color: #ffffff;
}

.l-header-search__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}

.l-header-search__submit img {
  width: 25px;
}

/* SP ヘルプナビ */
.l-sp-header-help {
  display: none;
}

@media screen and (max-width: 1030px) {
  .l-sp-header-help {
    display: block;
    border-radius: 5px 5px 0 0;
  }
  .l-sp-header-help-list {
    border-left: 1px solid #ddd;
  }
}

@media screen and (max-width: 1030px) {
  .l-sp-header-help-list__link {
    display: block;
    padding: 10px 25px;
    font-size: 0.9rem;
    font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }
}

/* SP検索 */
.l-sp-header-search {
  display: none;
}

@media screen and (max-width: 1030px) {
  .l-sp-header-search {
    display: block;
    margin-bottom: 20px;
  }
}

.l-sp-header-search__btn img {
  width: 25px;
}

.l-sp-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: relative;
  padding: 15px;
  background: <{$color-main-navi} >;
}

.l-sp-header-search__form input::placeholder {
  color: #cccccc;
}

.l-sp-header-search__form input:-ms-input-placeholder {
  color: #cccccc;
}

.l-sp-header-search__form input::-ms-input-placeholder {
  color: #cccccc;
}

.l-sp-header-search__input {
  flex: 1;
  border-bottom: 1px solid #ddd;
}

.l-sp-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  color: #333;
}

.l-sp-header-search__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}

.l-sp-header-search__submit img {
  width: 22px;
}

.l-header-cart {
  margin-left: 15px;
}

@media screen and (max-width: 1030px) {
  .l-header-cart {
    display: none;
  }
}

.l-header-cart a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 35px;
  height: 35px;
  text-align: center;
}

.l-header-cart button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35px;
  height: 35px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 50px;
  }

  .l-header-cart button {
    width: 50px;
  }
}

.l-header-cart a img {
  width: 28px;
}

.l-header-cart form {
  margin: 0;
}

.l-header-cart-btn__count {
  position: absolute;
  top: 0;
  right: -3px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 10px;
  background: #eb872f;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}

/* SNSリンク */
.l-sns-navi {
  position: fixed;
  left: 30px;
  top: 40%;
}

@media screen and (max-width: 1030px) {
  .l-sns-navi {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1030px) {
  .l-sns-navi-list {
    display: flex;
    justify-content: center;
  }
}

.l-sns-navi-list__item {
  margin-bottom: 15px;
}

@media screen and (max-width: 1030px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}

.l-sns-navi-list__item:last-child {
  margin: 0;
}

/* CALENDAR */
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-calendar {
    margin-top: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.side_cal {
  display: flex;
  justify-content: center;
  padding-left: 15px;
}

@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;
  margin-right: 30px;
  width: 330px;
  font-family: "Playfair Display", serif;
  text-align: center;
  border-spacing: 1px 1px;
  border-collapse: separate;
}

@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;
}

@media screen and (max-width: 767px) {
  .tbl_calendar caption {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .tbl_calendar th {
    padding: 5px 9px;
    font-size: 12px;
  }
}

.tbl_calendar td {
  padding: 5px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .tbl_calendar td {
    padding: 5px 9px;
    font-size: 12px;
  }
}

.side_cal_memo {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 11%;
  margin-right: 15%;
  font-size: 12px;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    margin: 0;
  }
}

/* footer */
.l-footer {
  padding-top: 120px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 20px;
  }
}

.l-footer.is-product {
  padding-bottom: 60px;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .l-footer-main {
    width: 90%;
  }
}
@media screen and (max-width: 1030px) {
  .l-footer-main {
    display: block;
    width: 100%;
  }
}

.l-footer-staff {
  margin-right: 60px;
  width: 210px;
  font-size: 13px;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .l-footer-staff {
    display: flex;
    flex-wrap: wrap;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 30px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-staff {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.l-footer-staff__img {
  margin-bottom: 15px;
}

@media screen and (max-width: 1030px) {
  .l-footer-staff__img {
    margin-bottom: 0;
  }
}

.l-footer-staff__img img {
  width: 110px;
}

@media screen and (max-width: 1030px) {
  .l-footer-staff__img img {
    width: 80px;
  }
}

@media screen and (max-width: 1030px) {
  .l-footer-staff__txt {
    flex: 1;
    margin-left: 15px;
  }
}

.l-footer-staff__name {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.l-footer-staff__body {
  font-size: 13px;
}

@media screen and (max-width: 1030px) {
  .l-footer-staff__body {
    font-size: 12px;
  }
}

/* footer ナビ */
.l-footer-navi {
  display: flex;
}

@media screen and (max-width: 1030px) {
  .l-footer-navi {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: block;
  }
}

@media screen and (max-width: 1030px) {
  .l-footer-navi-list-wrap {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-navi-list-wrap {
    display: block;
  }
}

.l-footer-navi-list {
  margin-right: 90px;
}

@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 30px 0;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .l-footer-navi-list {
    margin: 15px 0 0 0;
    width: auto;
    padding: 16px 20px;
    border-bottom: 1px solid #d4d4d4;
  }
}

.l-footer-navi-list+.l-footer-navi-list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer-navi-list+.l-footer-navi-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list .l-footer-navi-list {
    padding: 0;
    border-bottom: none;
  }
  .l-footer-navi-list .l-footer-navi-list:nth-child(1) {
    margin-top: 0;
  }
}
.l-footer-navi-list-in+.l-footer-navi-list-in {
  margin-top: 30px;
}

.l-footer-navi-list__item {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

.l-footer-navi-list__item form {
  margin: 0;
}

.l-footer-navi-list__item button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  color: #5a5a5a;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.7;
}

.l-footer-navi-list__item button:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 15px;
  }
}

.l-footer-navi-list__link {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.l-footer-shopinfo {
  margin-left: auto;
  width: auto;
}

@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    margin-top: 45px;
    text-align: center;
  }
}
.l-footer-shopinfo__logo{
  display: flex;
}
.l-footer-shopinfo__logo a{
  margin: 0 10px;
}
.l-footer-shopinfo__logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 25px;
}

@media screen and (max-width: 767px) {
  .l-footer-shopinfo__logo img {
    max-width: 20px;
  }
}

.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #5a5a5a;
}

.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    margin-top: 15px;
    justify-content: center;
  }
}

.l-footer-sns-list__item {
  margin-right: 8px;
}

.l-footer-sns-list__item:last-child {
  margin-right: 0;
}

.l-footer-shopinfo__qr {
  margin-top: 15px;
}

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

.l-copyright {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 13px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 10px;
  }
}

.l-copyright__logo {
  margin-top: 15px;
}

.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l-copyright__logo img {
  margin-left: 10px;
  width: 160px;
  height: auto;
}

/***/
/* free page */
/***/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

.p-freepage__img {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.p-freepage__img img {
  border: 1px solid #cccccc;
}

.p-freepage__body {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}

.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

/***/
/* ショッピングガイド */
/***/
.p-shopguide {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

@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: 25px;
  padding-right: 25px;
  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 {
  padding-top: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}

.p-shopguide-box__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: bold;
  color: #5a5a5a;
  line-height: 1;
}

.p-shopguide-box__ttl span {
  font-size: 12px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
  color: #909090;
}

.p-shopguide__icon {
  margin-bottom: 20px;
}

.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #000000;
}

.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  font-size: 14px;
  color: #909090;
  overflow-wrap: break-word;
}

.p-shopguide__img {
  margin-bottom: 15px;
}

.p-shopguide__img img {
  margin-right: 5px;
}

.p-shopguide__img img:last-child {
  margin-right: 0;
}

.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;
}

.guide-bottom {
  padding-bottom: 0;
}

/*
 * TOP カラー設定
 */
/* カラー１ベース */
.p-main-visual-wrap,
.p-recommend,
.p-concept,
.p-ranking-bg,
.p-shoplist,
.p-calendar,
.p-block-02-bg {
  background: #fff;
}

/* カラー１アクセント */
.p-line-informaiton,
.p-recommend-bg,
.p-category-list__link {
  background: #fff;
}

/* カラー２ベース */
.p-pickup {
  background: #efefef;
}

/* カラー２アクセント */
.p-pickup-bg {
  background: #e5e5e5;
}

/*
 * icons
 */
.icon-user {
  background-position: -208px 0;
}

.icon-lg-b.icon-user {
  background-position: -312px 0;
}

.icon-adduser {
  background-position: -240px 0;
}

.icon-lg-b.icon-adduser {
  background-position: -360px 0;
}

.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 0;
}

.icon-lg-b.icon-mail {
  background-position: -96px 0;
}

.icon-pencil {
  background-position: -96px 0;
}

.icon-lg-b.icon-pencil {
  background-position: -144px 0;
}

.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);
  }
}

/**コンセプトページ浜野**/
.mystar-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 100px auto;
}

.mystar-content-img,
.mystar-content-text {
  max-width: 45%;
  margin: 0 2.5%;
}

.mystar-content-text .c-ttl-second {
  letter-spacing: .1em;
  text-align: left;
}

.mystar-content-text p {
  letter-spacing: .1em;
  font-size: 1rem;
}

.mystar-content:nth-child(2n) {
  flex-direction: row-reverse;
}

.pure-honey {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .mystar-content {
    flex-direction: column;
    margin: 50px auto;
  }

  .mystar-content:nth-child(2n) {
    flex-direction: column;
    margin: 30px 0;
  }
  .mystar-content-img,
  .mystar-content-text {
    width:100%;
    max-width: 100%;
    margin: 30px 2.5%;
  }

  .mystar-content-text .c-ttl-second {
    margin: 15px 0;
  }

  .mystar-content-text p {
    font-size: 1em;
  }
}

/**フリーページ浜野**/
/** 共通スタイル **/
h4, .engaru-box h4 {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: .2em;
  margin: 15px 0 10px;
}

h3 {
  text-align: center;
  margin: 100px auto 50px;
}

/** コンテンツボックス **/
.content-box {
  margin: 100px auto;
  padding: 50px 10px;
}

/** 遠軽について **/
.engaru-map {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  padding: 20px 5px;
}

.engaru-box {
  width: calc(33.333% - 20px);
  text-align: center;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  max-height: 550px;
  justify-content: space-between;
}

.engaru-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.engaru-box p {
  font-size: 14px;
  color: #666;
}

.engaru-btn-box {
  display: flex;
  justify-content: space-around;
}

a.engaru-btn {
  border: 0.5px solid #333;
  padding: 2px 10px;
  font-size: 0.9em;
}
/** 遠軽本店営業日カレンダー **/
.mystar-content-openingtimes {
  margin-top: 15px;
  text-align: center;
}

/** 背景画像付き見出し **/
.is-free5 h2, .is-free7 h2 {
  position: relative;
  padding-top: 350px; /* ← 上に空白を作る */
}
.is-free5 .c-ttl-second::before {
 background-image: url('https://file001.shop-pro.jp/PA01516/639/images-page/store1.jpg');
}
.is-free7 .c-ttl-second::before {
  background-image: url('https://file001.shop-pro.jp/PA01516/639/images-page/contact.jpg');
}
.is-free5 .c-ttl-second::before, .is-free7 .c-ttl-second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/** マップ関連 **/
.content-img-wrap {
  height: 400px;
}
.mystar-content-wrap {
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.024) 0px 20px 20px;
}
.mystar-content-map {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  margin: 100px auto;
  height: 100%;
}
@media (max-width: 767px) {
.mystar-content-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4.5%;
  width: 91%;
  height: 1px;
  background-color: #d4d4d4;
}
  .is-free5 h2, .is-free7 h2 {
  position: relative;
  padding-top: 250px; /* ← 上に空白を作る */
}
.is-free5 .c-ttl-second::before, .is-free7 .c-ttl-second::before {
  height: 200px;
}
  
}
.mystar-content-map iframe {
  height: 350px;
  border:none;
}

.mystar-content-img img {
  height: 100%;
  object-fit: cover;
}

.content-calendar, .content-map {
  width: 45%;
  height: 100%;
}

.content-calendar h3, .content-map h3 {
  text-align: center;
  margin: 30px auto;
}

/** ショップアコーディオン **/
.shop-list-wrap {
  display: flex;
}

.mystar-shop-section h3 {
  margin: 100px auto 50px;
}

.custom-accordion-shop {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin: 50px 0;
}
.shop-accordion {
    margin-bottom: 30px;
}
.accordion-shop {
  border-top: 0.1px solid #e0e0e0;
  border-bottom: 0.1px solid #e0e0e0;
}

.shop-accordion-title {
  padding: 10px 50px;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}

.shop-accordion-title::before {
  font-family: "Font Awesome 6 Free";
  content: "\2b";
  display: inline-block;
  font-weight: 900;
  position: absolute;
  left: 1%;
  color: #b7b7b7;
  border: 1px solid #b7b7b7;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
}

.shop-accordion-title:hover::before {
  color: #fff;
  background: #333;
}

.active .shop-accordion-title::before {
  transform: rotate(0.5turn);
  content: "\f068";
}  

.shop-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0 15px;
  background: #fff;
}

.accordion-shop.active .shop-accordion-content {
  padding: 15px;
}

/** 画像ギャラリー **/
.store-photo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 3rem;
  margin: 0 auto;
}

.store-photo1 {
  grid-column: 1 / span 2;
  grid-row: span 2;
}

.store-photo2 {
  grid-column-start: 3;
}

/** メディアクエリ **/
@media (max-width: 768px) {
  .engaru-box {
    width: 100%;
  }


  .content-img-wrap {
    height: 300px;
  }

  .content-calendar, .content-map {
    width: 100%;
  }

  .store-photo {
    display: block;
  }

  .mystar-content-map {
    flex-direction: column;
    height: 100%;
    margin: 50px auto;
  }

  .shop-list-wrap {
    flex-direction: column;
    align-items: center;
  }

  .mystar-shop-section h3 {
    margin: 50px auto;
  }

  .shop-accordion-title {
    padding: 10px 0 10px 50px;
  }
}

/***フッター**/
.footer-map{
  margin: 50px auto!important;
  max-width: 1030px;
  justify-content: space-between;
  padding:25px;
}




.basket .header--brand a img{
  width:500px;
}