/******************************/
/* .u-●●  Utility　全ページ共通の効果設定 */
/* .l-●●　Layout　レイアウト関連 */
/* .c-●●　Components　全ページ共通のパーツ設定 */
/* .p-●●　より使用箇所が限られた設定 */
/* .●-o-●●　独自追加 */
/******************************/

body {
/*  min-width: 375px;*/
/*font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;*/
  min-width: 360px;
  font-size: 15px;
  font-family: noto-sans-cjk-jp, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
/*font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-weight: 400;
  font-style: normal;  
  letter-spacing: 0em;  
  line-height: 1.8;  
  color: #333333;
}
@media screen and (max-width: 1030px) {
  body {
    margin-top: 60px;
    font-size: 14px;   
  }
}
 @media screen and (max-width: 767px) {
  body {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
  }
}

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: #333333;
  transition: all 0.1s ease;
}
a:hover {
    opacity: 0.8;
/*  color: #444444;*/
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
/*  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;*/
      font-family: inherit;
      font-weight: 400;
}

/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
/*  width: 1030px;*/
  width: 1200px;
  max-width: 100%; 
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.u-contents {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.u-contents a {
/*    text-decoration: underline;*/
}

.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #CC543A;
}
.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;
  }
}
.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: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
/******************************/
/* Layout */
/******************************/
.l-main {
  padding-top: 0;
}
@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}
.l-bottom {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 10px;
  }
}
.l-contents-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .l-contents-wrap {
    display: block;
  }
}
.l-contents-main {
/*  width: 720px;*/
  width: 821px;
}
@media screen and (max-width: 1030px) {
  .l-contents-main {
    width: auto;
  }
}
.l-contents-side {
  order: -1;
  width: 220px;
}
@media screen and (max-width: 1030px) {
  .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: 10px 0px;
  font-size: 17px;  
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 20px;
    /* padding: 15px 20px; */
    display: block;
    text-align: center;
  }
}
.l-side-navi-list {
  border-top: 1px solid #7d7d7d;  
}
.l-side-navi-list__item {
  border-bottom: 1px solid #efefef;  
}
.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 18px 40px 18px 0px;
  border: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.5em;
  background: transparent;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    padding: 15px 20px;
  }
}
.l-side-navi-list__link.is-link:before {
  /* 下位カテゴリがないものには＞マークなし */
  display: none;
/*  margin-top: -6px;
  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: 9px;
  height: 9px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  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: -6px;
    border-color: #333333;
  }
}
.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: 10px 25px;
}

/*　アンカーリンクのズレ防止　*/
.anchor {
display: block;
padding-top: 70px !important; /*上に余白を付ける*/
margin-top: -70px !important; /*上の余白を打ち消す*/
}

/******************************/
/* 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-lg-b.icon-circled_info {
  background-position: -408px -120px;
}
.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);
  }
}
/* 追加：テキスト中のアイコン　ご利用ガイド等 */
.icon-in-text {
    width: 1.5em;
    margin: 0 0.2em 0 0;
    vertical-align: middle;
}


/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  /* 元の仕様はデフォルト設定を確認 */  
  display: block;
  margin: 40px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;  
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1200px) {
  .c-ttl-main {
    font-size: 17px;
    padding: 10px 0;
    margin: 0 -20px 10px;    
  }
}
.c-ttl-main__ja {
/* 非表示・元の仕様はデフォルト設定を確認 */  
  display: none;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
  }
}
.c-ttl-sub {
  margin-top: 0;
/*  margin-bottom: 45px;*/
  line-height: 1.4;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 0px;    
    font-size: 16px;
   letter-spacing: 0.1em;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    font-size: 22px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}
@media screen and (max-width: 1030px) {
  .c-item-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 0px;
  width: 33.3%;  
  transition: opacity 0.2s;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .c-item-list__item {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
/* ●2021/11/7　文字数制限追加*/
.c-item-list__ttl {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
    margin-bottom: 15px;
}

.c-item-list__ttl a {
    color: #333333;
    text-decoration: none;
    font-size: 0.9em;
}

.c-item-list__price {
  color: inherit;
  font-size: 0.9em;
  margin-top: 5px;
}
/* 売り切れ */
.is-soldout {
    display: block;
    background-color: #d8d8d8;
    text-align: center;
    color: #fff !important;
    margin-top: 5px;
}
/* 会員限定セール価格 */
.is-discount {
    color: #bd2437 !important;
    font-size: 1em;
}
.is-discount span {
    display: block;
    font-size: 0.9em;
    width: fit-content;
    background-color: #bd2437;
    color: #fff;
    line-height: 1em;
    padding: 5px;
}
}
.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: 35px;
  bottom: 3px;
  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: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 15px;
  }
}
.c-item-list__btn.is-added {
  color: #333333;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
/***** FAVORITE *****/
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -19px;
  margin-right: -19px;
}
@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: 0 10px;
  width: 11.111%;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__item {
    margin-right: 5px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 140px;
  }
}
.c-favorite-list__img {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 10px;
    width: 130px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__img {
    width: 130px;
  }
}
.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-favorite-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-favorite-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.c-favorite-list__price {
  color: #909090;
  margin-top: 15px;
  font-size: 12px;
  white-space: normal;
}
.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}
/********** button/label **********/
  /* 元の仕様はデフォルト設定を確認 */
  /* labelは独自追加 */ 
.c-btn, .c-btn_bk, .c-btn_g, .c-btn_wg, .c-btn_sm, .c-label, .c-label_sm {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 1em 4em;
    border: solid 1px #999;
/*    min-width: 250px;*/
    font-size: 1em;
    font-weight: normal;
    background: transparent;
/*    background-color: #ffffff;*/
    color: #333333;
/*    border-radius: 3em;*/
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}
.c-btn:before, .c-btn:after {
  /* 元の仕様はデフォルト設定を確認 */  
}

.c-btn:hover {
  text-decoration: none;
  border: solid 1px #2D4C36;
  background-color: #2D4C36;
  color: #fff;
}
.c-btn:hover a {
  color: #fff;
}

.c-label, .c-label_sm {
  cursor: auto;
}

/* 背景黒(独自追加)*/
.c-btn_bk {
  background-color: #333 !important;
  border: none;
  color: #fff !important;
}

/* 背景緑*/
.c-btn_g {
  background-color: #2D4C36 !important;
  border: none;
  color: #fff !important;
}

/* 背景グレー*/
.c-btn_wg {
  background-color: #F3F1EF !important;
  border: none;
}

.c-btn_bk:hover, .c-btn_g:hover {
  text-decoration: none;
  background-color: #aaa;
  color: #fff;
}

/* 小さめ */
.c-btn_sm, .c-label_sm {
  font-size: 0.9em;
  padding: 0.6em 1.5em;
}

/* 横幅一杯 */
.c-btn_w100 {
    width: -webkit-fill-available;
}

.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 23px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  background: #333333;
/*  border-radius: 3em;  */
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: #888888;  
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #c3c3c3;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #cccccc;
  cursor: default;
  margin-bottom: 15px;
}
.c-btn-cart.is-soldout:hover {
  background: #cccccc;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/84/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.c-more {
  text-align: center;
  margin: 20px auto;
}
.c-not-found {
  margin-bottom: 60px;
}

/********** table **********/
.c-tbl-list {
  border-bottom: 1px solid #cccccc;
}
.c-tbl-list__tr {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
 
  .c-tbl-list__tr {
    display: block;
    padding: 25px;
  }
}
.c-tbl-list__th {
  margin: 0 0 30px 0;
  width: 300px;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    width: auto;
    font-size: 19px;
  }
}
.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-left: 0;
  }
}
.c-tbl-list__td a {
    color: #2D4C36;
    text-decoration: underline;
}

/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  padding-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs-list {
    font-size: 0.9em;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #333333;
}
/********** 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;
  font-size: 14px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 40px;
  line-height: 40px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
/*    display: none;　スマホ版も前後ページ表示　*/
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #555555;
  background: #ffffff;
  color: #222222;
  min-width: 40px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.is-prev, .is-next {
    padding: 0 5px;
}
.c-pager-list__link.is-current {
  border-color: #ffffff;
}
.c-pager-list__link.is-current:hover {
  background: #ffffff;
}
 /* 元の仕様はデフォルト設定を確認 */  
/*.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  text-indent: -99999px;
}
*/

.c-pager-list__link.is-prev.is-disabled, .c-pager-list__link.is-next.is-disabled {
  background: #ffffff;
  color: #cccccc;
  border: solid 1px #cccccc;
}



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

/******************************/
/* header */
/******************************/
.l-header {
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1030px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 375px;
  }
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
/*  max-width: 450px;
  max-height: 40px;*/
  max-width: 450px;
  height: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
    height: 20px;    
  }
}
.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
  font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
  display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
  display: none;
}
.l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
  display: none;
  position: static;
}
.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
  right: 80px;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
  right: -65px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}
.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}
@media screen and (max-width: 1030px) {
  .l-header-main {
    padding-right: 5px;
  }
}
.l-header-main__in {
  padding-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header-main__in {
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
}
.l-header-logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
}
.l-header-logo__img {
  margin: 0;
  max-width: 450px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    font-size: 12px;
  }
}
.l-header-logo__img.is-txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
}
.l-header-logo__img img {
  max-width: 450px;
  max-height: 35px;  
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img img {
    max-width: 170px;
    height: 20px;    
  }
}
.l-header-logo__txt {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #2D4C36;
  max-width: 450px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1030px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 15px;
  width: 23px;
  height: 2px;
  background-color: #333333;
}
.l-menu-btn span:nth-of-type(1) {
  top: 24px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 34px;
}
.l-menu-btn span:nth-of-type(3) {
  top: 29px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 10px;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}
.l-menu-btn.is-on span:nth-of-type(3) {
  display: none;
}
/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
  margin-bottom: 10px;  
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
    margin-bottom: 10px;  
  }
  .l-main-navi.is-on {
    display: block;
  }
}
@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: block !important;
  }
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 60px;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: calc(100% - 60px);
  background: #F3F1EF;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 1100px;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: flex;
  flex-wrap: inherit;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi-list {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
  
  .l-main-navi.is-open .l-main-navi-list__ttl-sp {
    display: block;
    background-color: #F3F1EF;
    padding: 10px 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
  }  
}
.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
    width: auto;
  }
}
.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin: 10px;
  }
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 0;
  margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 7%;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
    margin-right: 0px;
  }
}
.l-main-navi-list__ttl, .l-main-navi-list__ttl-sp {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
/*  margin-left: 20px;
  margin-right: 20px;*/ 
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__item {
    border-top: 1px solid #efefef;
  }
}

.l-main-navi-list__item a:hover{
    text-decoration: none;
}

.l-main-navi-list__link {
  display: block;
  position: relative;
  margin-top: 20px;
  padding: 15px 30px 15px;
  height: 60px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link {
    margin-top: 0;
    padding: 20px 20px;
    width: 100%;
    font-size: 16px;
    background: #ffffff;
    text-align: left;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #F3F1EF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-main-navi-list__link:before {
/* ● グローバルメニューの右矢印(＞)非表示
表示したい場合はデフォルト設定を確認 ● */  
}
@media screen and (max-width: 767px) {
  .l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
/* 独自追加-PC版スクロール時 */
.l-main-navi.is-open .l-main-navi-list__link_scroll .l-main-navi-list__link {
  display: block;
  margin: 0 auto;
  height: auto;
  border: solid 1px #999;
}

@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-main-navi-list__link_scroll .l-main-navi-list__link {
    padding: 20px;
    border: none;
  }
}

.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F3F1EF;
  opacity: 0;
}
.l-main-navi-overlay.is-on {
  animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 50px 85px 40px;
  width: 100%;
  background: #F3F1EF;
}
@media screen and (max-width: 767px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #ffffff;
  }
}
.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
  width: 33.333%;
}
.l-main-navi.is-open .l-mega-menu-list__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-right: 0;
    width: auto;
    border-top: solid 1px #ddd;
  }
}
.l-mega-menu-list__item:before {
/* 右矢印(＞)非表示
表示したい場合はデフォルト設定を確認 */
   content: none;
}

@media screen and (max-width: 767px) {
  .l-mega-menu-list__link {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-mega-menu-list__link:before {
/* 右矢印(＞)非表示
表示したい場合はデフォルト設定を確認 */
  }
}
/********** 検索・カート **********/
.l-header-search {
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
@media screen and (max-width: 1030px) {
  .l-header-search {
    position: static;
  }
}
.l-header-search__contents {
  display: none;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #F3F1EF;
}
@media screen and (max-width: 1030px) {
  .l-header-search__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .l-header-search__btn {
    width: 50px;
  }
}
.l-header-search__btn img {
  width: 21px;
}
.l-header-search__btn.is-on {
  background: #F3F1EF;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 25px;
}
.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
  box-sizing: border-box;
  display: block;
  padding-top: 17px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.l-header-cart a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 33px;
  }
}
.l-header-cart a img {
  width: 21px;
}
.p-global-header__cart-count {
    margin-left: -5px;
    font-size: 9px;
    font-weight: normal;
    width: 2em;
    height: 2em;
    background-color: #CC543A;
    color: #fff;
    border-radius: 2em;
    position: absolute;
}
/********** ヘルプナビ **********/
.l-help-navi-box {
  display: flex;
  position: absolute;
  top: -90px;
  right: 0;
}
@media screen and (max-width: 1030px) {
  .l-help-navi-box {
    display: block;
    position: static;
  }
}
.l-help-navi-box a {
  padding: 5px;  
}

.l-help-navi-box a:hover {
    text-decoration: none;
}

.l-help-navi-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-help-navi-list {
    display: block;
  }
}
.l-help-navi-list__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__item {
    padding: initial;
    margin: 3px;
  }
}

.l-help-navi-list__item img {
    width: 27px;
}

@media screen and (max-width: 767px) {
  .l-help-navi-list__link {
    display: flex;
    position: relative;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-help-navi-list__link:before {
/* 右矢印(＞)非表示
   表示したい場合はデフォルト設定を確認 */  
  }
}
.l-sns-navi-list {
  display: flex;
/*  margin-left: 30px;*/
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list {
    justify-content: center;
  }
}
.l-sns-navi-list__item {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}
.l-sns-navi-list__item:last-child {
  margin: 0;
}
/***** セール情報 *****/
.p-sale-info {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #FFE869;
  color: #333333;  
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-sale-info {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .p-shop-info {
    display: block;
  }
}
.p-shop-info .u-contents-s {
  flex: 1;
}
/********** STAFF **********/
/* 店長からのメッセージ非表示
   表示したい場合はデフォルト設定を確認 */  

/********** CALENDAR **********/
.p-calendar {
  padding: 0 0 0 20px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    min-width: max-content;
    margin: auto;
    text-align: center;
  }
}
.side_cal {
  display: block;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (max-width: 1030px) {
  .side_cal {
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .side_cal {
    margin: 0px;
  }
}
.tbl_calendar {
  width: 200px;
  text-align: center;
  background-color: #fff;
}
@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: 250px;
  }
}
.tbl_calendar:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 1em;
}
.tbl_calendar td {
  padding: 8px;
  font-size: 0.9em;
  border: 1px solid #ddd;
}

.side_cal_memo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}
/******************************/
/* ショッピングガイド */
/*　※フッター用　*/
/******************************/
.p-shopguide {  
/*  margin-bottom: 60px;*/ 
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-shopguide {
/* ●2021/08/25 修正-フッターショップガイドスマホ版表示 ● */
/*    display: none;*/
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@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;*/
    display: flex; 
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 23px;
  padding-right: 23px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
  margin-bottom: 15px;
}
@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;*/
    width: 48%;
    margin: 5px 1%;
  }
}
.p-shopguide-box { 
  border: 2px solid #eeeeee;
}

a.p-shopguide-link {
  display: block;
}

a.p-shopguide-link:hover {
  background-color: #eee;
  text-decoration: none;
}

.p-shopguide-head {
/*  margin-bottom: 25px
  padding-top: 40px;
  border-bottom: 1px solid #b2b2b2;*/
  text-align: center;
  padding: 20px;
}
.p-shopguide-head .c-ttl-sub {
/*  margin-bottom: 30px;*/
}
.p-shopguide__icon {
  margin-bottom: 10px;
    max-width: 80%;
    padding: 0px 10%;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
.p-shopguide__body {
  margin-bottom: 35px;
  margin-left: 0;
  color: #909090;
  overflow-wrap: break-word;
}
.p-shopguide__img {
  margin-bottom: 15px;
}
.p-shopguide__point-ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-shopguide-cregit-list {
  display: flex;
  flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
  margin-right: 7px;
  margin-bottom: 10px;
}
.p-shopguide__attention {
  font-size: 12px;
}


/******************************/
/* footer */
/******************************/
.l-footer {
  padding: 70px 0 50px 0;
  background: #F3F1EF;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1030px) {
  .l-footer-main {
    display: block;
  }
}
.l-footer-shopinfo {
  flex: 1;
  margin-right: auto;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-footer-shopinfo {
    margin-bottom: 30px;
    text-align: center;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 150px;
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #909090;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    margin-top: 20px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-qrcode {
    display: none;
  }
}
.l-footer-navi {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: block;
  }
}

.l-footer-navi-tit { 
    display: block;
    font-size: 1.05em;
    font-weight: 600;
    margin-bottom: 1em;
}

.l-footer-navi-list-wrap {
    display: flex;
    flex-wrap: wrap;
} 

.l-footer-navi-list-wrap__item {
  width: 29%;
  min-width: fit-content;
  margin: 0 25px 0 0;
} 

@media screen and (max-width: 1030px) {
  .l-footer-navi-list-wrap {
    width: 100%;
    margin: 0 20px;
  }
  .l-footer-navi-list-wrap__item {
    width: 45%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list-wrap {
    font-size: 14px;
    margin: 0;
  }
  .l-footer-navi-list-wrap__item {
    margin: 0 0 0 15px;
    min-width: auto;
  }
}
  
.l-footer-navi-list  {
  margin-bottom: 40px;
  width: auto;
}
@media screen and (max-width: 1030px) {
  .l-footer-navi-list {
    width: auto;
  }
}

.l-footer-navi-list__item {
  margin-bottom: 5px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    display: block;
    position:relative;
    padding: 3px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-navi-list__link:before {
    content: none;
/* 右矢印(＞)非表示
表示したい場合はデフォルト設定を確認 */
  }
}
.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: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.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: 200px;
  height: 36px;
}
/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/84/bg.gif);
  color: #333333;
}
a {
  color: #333333;
}
a:hover {
  color: #777777;
}
/** 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: -304px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-circled_help { background-position: -304px -80px; }
.icon-lg-b.icon-circled_help { background-position: -457px -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;
}


/************************************************************/
/* 独自追加 */
/************************************************************/


/********** Hタグの設定 **********/

/* コンテンツ部分のH1タグ(背景グレー) */
.l-main h1 {
  margin: 0 auto 30px;
  padding: 25px;
  line-height: 2.2;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  background-color: #F3F1EF; 
}
@media screen and (max-width: 767px) {
  .l-main h1 {
    font-size: 20px;
    padding: 10px 30px;
    margin-bottom: 0;
  }
}
h2 {
    font-weight: 500;
	}

/********** フォントの設定 **********/

.smallText { 
	font-size:0.85em;
	}

.red {
	color:#CC543A;
	}

.gray {
	color:#666;
	}

.lCoral {
	color:#F08080;
	}
	
/* 薄グレー文字 */
.subText {
	color:#999;
 	font-size:0.9em; 
	}

/********** フォント強調の設定 **********/

.str02 {
        background: linear-gradient(transparent 0%, #FEF6A8 60%);
}

.str03 {
    background: linear-gradient(transparent 70%, #ffff66 60%);
}

/********** 囲みbox **********/

/* box共通 */
.bdbox, .redbox, .grbox, .brbox, .wgbox, .boldbox, .nbdbox {
	margin:1em auto;
	padding:2em 2.5em 1.7em;
	overflow:hidden;
}

@media screen and (max-width: 767px) {
  .bdbox, .redbox, .grbox, .brbox, .wgbox, .boldbox, .nbdbox {
	}
}

/* .boxはstockのデフォルトにあるので.bdbox */
.bdbox {
	border:solid 1px #dddddd;
	}

.redbox {
	background-color:#ffeeee;
	color:#bd2437;
	}

.grbox {
	background-color:#F3F1EF;
	color:#555;
	}

.brbox {
    border: solid 1px #ab7e51;
    color: #ab7e51;
}

.wgbox {
    border: solid 1px #F3F1EF;
    background-color: #F3F1EF;
}
	
.boldbox {
	border:solid 3px #eaeaea;
	}

.box-fit {
    max-width: fit-content;
}

.bdbox h3, .redbox h3, .grbox h3, .brbox h3, .wgbox h3, .boldbox h3, .nbdbox h3 {
  margin-block-start: 0.5em;
}

/********** リストの設定 **********/

/* ● */
ul.list_disc {
    margin: 1em auto;
    padding: 0 0 0 1.5em;
	list-style: none;
	}

ul.list_disc li {
    margin-bottom: 0.5em;
    text-indent: -12px;
}

ul.list_disc li::before {
  position: relative;
  top: 2px;
  left: -5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 100%;
  background: #222;
}
	
/********** PC／SP限定設定 **********/

/*　PCでは非表示　*/
.pc-none {
    display: none !important;
}

.sp-none {
    display: block !important;
}

/*　スマホでは非表示　*/
@media screen and (max-width: 767px) { 
  .pc-none {
    display: block !important;
  }
  
  .sp-none {
    display: none !important;
  }
}

/*クーポン非表示*/
.coupon-modal.is-mini .coupon-box-modal {
    display: none;
}

/*-------------------------------------------
#header-information／#footer-information-coupon
-------------------------------------------*/

#header-information, #footer-information-coupon {
    display: block;
    padding: 10px;
    margin: 0;
    text-align: center;
    background-color: #2D4C36;
    color: #fff;
    font-size: 0.85em;
}

#header-information a {
    color: #fff;
    text-decoration: underline;
}
  
#footer-information-coupon {
    display: block;
    background-color: #2a3785;
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 25px;
    z-index: 9999;
    font-size: 15px;
} 
#footer-information-coupon a {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
  #header-information, #footer-information-coupon {
    font-size: 12px;
  }
  
#footer-information-coupon {
    width: 100%;
    padding: 10px 5px;
}   
  
}  




/******************************/
/* フローティングバナー */
/******************************/

.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.floating-banner-pc {
    max-width: 210px;
}
.floating-banner:hover {
/*    opacity: .9;*/
}

@media screen and (max-width: 767px) {
    .floating-banner-sp {
        display: inline-block;
        width: 100vw;
    }
}


/********** 優先設定 **********/

.d-block {
    display: block !important;
}



/* -------  画像付きボックスレイアウト  ------- */

.c-o-flexlist__wrap {
    margin: 50px 0;
}
.c-o-flexlist__inner {
    width: 100%;
    margin: auto;
    padding: 0;
}
.c-o-flexlist__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-o-flexlist__item {
    box-sizing: border-box;
    padding: 20px 5px;
    width: 46%;
    border-bottom: solid 1px #ddd;  
    display: flex;
    align-items: center;
}
.c-o-flexlist__item:nth-child(-n+2) {
    border-top: solid 1px #ddd;
}

.c-o-flexlist__item a {
    display: flex;
    align-items: inherit;
}
.c-o-flexlist__img {
  margin: 0 7% 0 0;
  width: 20%;
  min-width: 70px;
}
.c-o-flexlist__txt {
  width: 62%;
}
.c-o-flexlist__ttl {
  font-weight: 600;
  font-size: 1.1em;
  margin: 0;
}
.c-o-flexlist__body {
  color: #666666;
  font-size: 0.9em;
  margin: 15px 0;
}
.c-o-flexlist__button {
    background-color: #F3F1EF;
    margin-top: 10px;
    padding: 0.5em 1em;
    border-radius: 0.2em;
    text-align: center;
    width: -webkit-fill-available;
}

/* スマホ版設定 */
@media screen and (max-width: 767px) {
  .c-o-flexlist__wrap {
      margin: 20px 0;
  } 
  .c-o-flexlist__list {
    margin: 0;
  }
  .c-o-flexlist__item {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
.c-o-flexlist__item:nth-child(n+2) {
    border-top: none;
}  
}

/* style2 - body(サブテキスト)あり */
.c-o-flexlist__list.style2 li {
    align-items: flex-start;
    padding: 45px 0px;
}

.c-o-flexlist__list.style2 .c-o-flexlist__img {
    margin-right: 7%;
    width: 35%;
}

.c-o-flexlist__list.style2 .c-o-flexlist__txt {
    width: 58%;
}

.c-o-flexlist__list.style2 .c-o-flexlist__ttl {
    font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .c-o-flexlist__list.style2 li, .c-o-flexlist__list.style2 li.c-o-flexlist__item a {
      display: block;
      align-items: inherit;
  }

  .c-o-flexlist__list.style2 .c-o-flexlist__img {
      margin: 0 auto 30px;
      width: 80%;
  }

  .c-o-flexlist__list.style2 .c-o-flexlist__txt {
      width: 90%;
      margin: 0 5%;
  }
}

/* style3 - 3列 */
.c-o-flexlist__list.style3 .c-o-flexlist__item {
    width: calc(90% / 3);
}
.c-o-flexlist__list.style3 .c-o-flexlist__item:nth-child(-n+3) {
    border-top: solid 1px #ddd;
}

@media screen and (max-width: 767px) {
.c-o-flexlist__list.style3 .c-o-flexlist__item {
    width: 100%;
    margin: auto;
  }
.c-o-flexlist__list.style3 .c-o-flexlist__item:nth-child(n+2) {
    border-top: none;
}  
}

}
/* -------  画像付きボックスレイアウトここまで  ------- */

/* -------  アンカーリンク  ------- */

.c-o-anchors {
}
  
.c-o-anchors ul {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto 30px;
    max-width: 100%;
}
.c-o-anchors li {
    width: calc(90% / 3);
}
.c-o-anchors .col02 li {
    width: calc(90% / 2);
}
.c-o-anchors .col04 li {
    width: calc(90% / 4);
}
.c-o-anchors li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2D4C36;
    font-size: 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 75px;
    background: url(https://file003.shop-pro.jp/PA01315/206/img/icon/down.svg) right 10px center no-repeat;
    background-size: 15px;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
.c-o-anchors ul {
    display: block;
    justify-content: space-between;
  }
.c-o-anchors li, .c-o-anchors .col02 li, .c-o-anchors .col04 li {
    width: 100%;
  }
.c-o-anchors li a {
    justify-content: flex-start;
    height: 50px;
    padding-left: 10px;
    border: none;  
    border-top: 1px solid #ccc; 
  }
.c-o-anchors li:last-child a {
    border-bottom: 1px solid #ccc;
  }
}

/* -------  /アンカーリンクここまで  ------- */

/******************************/
/* カテゴリー　*/
/******************************/

.l-cate-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.l-cate-list__item {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 1.5%;
  width: 20%;
  text-align: center;
}
.l-cate-list__img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80%;
}
.l-cate-list__txt {
  box-sizing: border-box;
  padding: 0 0 20px;
}
.l-cate-list__ttl {
    font-size: 1.15em;
    font-weight: 600;
    margin: 0.5em 0 0;
}
.l-cate-list__en {
  color: #909090;
  font-size: 0.8em;
}
@media screen and (max-width: 1030px) {
  .l-cate-list__en {
    white-space: initial;
  }
}

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

  .l-cate-list {
    margin: 0 -10px;
  }
  .l-cate-list__item {
    width: 50%;
  }  
  .l-cate-list__img {
    width: 70%;
  }
  
}

