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

.marker_2 {
  background: linear-gradient(transparent 40%, #deb887  200%);
}
.row {
  margin: 0 15px;
}

.anygift-gift-ui__container {
  width: 100% !important;
}

@media (max-width: 768px) {
  form.anygift-order-form__form div {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .image-full {
    width: calc(100% + 40px);
    margin-left: -20px !important;
    margin-right: -20px !important;
    max-width: 100vw;
    padding: 0;
  }
}

.free-page {
  margin: 0 auto;
  max-width: 750px;
}

.free-page img {
  margin: 20px 0 0 0;
}

.free-page h1 {
  font-size: 1.9em;
  font-family:  "dnp-shuei-mincho-pr6", 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
  line-height: 1.5em;
  color: #333;
  margin: 50px 0 10px 0;
  padding-left: 10px;
}

.free-page h2 {
  font-size: 1.6em;
  font-family:  "dnp-shuei-mincho-pr6", 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
  line-height: 1.5em;
  color: #333;
  margin: 50px 0 10px 0;
  border-left: 1px solid #999;
  padding-left: 10px;
}

.free-page h3 {
  font-size: 1.3em;
  font-family:  "dnp-shuei-mincho-pr6", 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;
  line-height: 1.5em;
  color: #333;
  margin: 20px 0 10px 0;
}




.free-page ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.free-page li {
  margin-bottom: 20px;
}

.free-page a {
  color: #007bff;
  text-decoration: underline;
}

.free-page a:hover {
  color: #0056b3;
}



.l-header {
  position: relative;
  z-index: 10001;
}

.l-main-navi-list {
  position: relative;
  z-index: 1002;
}

.l-header-logo__img {
  position: relative;
  z-index: 1003;
}


ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

}

.u-container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  width: 1200px;
}

@media screen and (max-width: 1030px) {
  .u-container {
    padding: 0 20px;
    width: auto;
    background-color: #faf9f8;
  }
}

.u-contents {
  padding: 70px 0 20px;
}

@media screen and (max-width: 767px) {
  .u-contents {
    padding: 30px 0 15px;
  }
}




.u-attention {
  color: #b72424;
}

.u-bold {
  font-weight: bold;
}

.u-text-right {
  text-align: right;
}

.u-marker {
  background: linear-gradient(transparent 70%, #faf9f8 70%);
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0;
}

.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,
.u-sp-only-inline,
.u-sp-only-inline-block,
.u-sp-only-flex {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-only,
  .u-pc-only-inline,
  .u-pc-only-inlineBlock,
  .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 {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden;
}

.u-img-scale:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    backface-visibility: visible;
  }

  .u-img-scale:hover img {
    transform: none;
  }
}

@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    background-color: #faf9f8;
  }

  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }

  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}


.l-bottom {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 0;
  }
}

.l-contents-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1030px) {
  .l-contents-wrap {
    display: block;
  }
}

.l-contents-main {
  width: 90%;
  margin: 0 auto;
}

@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: 60px -20px 0;
      width: auto;
    }
  }
  
  .l-main-navi.is-open i {
    margin: 0 15px -5px 0;
    display: inline-block;
    width: 20px;
    text-align: center;
  }
  
  .icon-b.icon-landscape_doc {
    background-position: -272px -96px;
  }
  
  .icon-b.icon-doc {
    background-position: -240px -96px;
  }
  
  .icon-lg-b {
    &.icon-instagram {
      background-position: -168px -288px;
    }
  
    &.icon-twitter {
      background-position: -144px -264px;
    }
  
    &.icon-facebook {
      background-position: -192px -264px;
    }
  
    &.icon-video {
      background-position: -456px -144px;
    }
  
    &.icon-pinterest {
      background-position: -312px -264px;
    }
  }
  
  .icon-b,
  .icon-w,
  .icon-lg-b,
  .icon-lg-w {
    display: inline-block;
    background-repeat: no-repeat;
  }
  
  .icon-b,
  .icon-w {
    width: 16px;
    height: 16px;
  }
  
  .icon-lg-b,
  .icon-lg-w {
    width: 24px;
    height: 24px;
  }
  
  .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 (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,
    .icon-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
    }
  
    @media only screen 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, .c-ttl-sub, .c-ttl-second {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}

.c-ttl-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #666;
  margin:5px 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}

.c-ttl-sub2 {
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;

  font-size: 1.1em;
  margin: 0 10px 10px;
  border-left:solid 2px ;
  padding-left:10px;
}

.c-ttl-sub {
  font-family: 'Noto Serif JP', 'Hiragino Mincho Pro', 'MS PMincho', serif;

  font-size: 0.9em;
  margin: 0 10px 10px;
}

.c-ttl-sub__ja {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0;
}

.c-ttl-second {
  margin: 0 0 30px;
  font-size: 21px;
}

/* Item List */
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  padding: 0px 0px 23px 0px;
  width: 19%;
  margin: 5px 2px;
  transition: opacity 0.2s;
  word-break: break-all;
  background-color: #fff;
}

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

.c-item-list__img {
  position: relative;
  margin-bottom: 10px;
}

.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-item-list__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-item-list__img img {
  position: absolute;
  padding:0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}

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

.c-item-list__ttl {
  font-size: 1.0em;
  color: #333;
  margin: 0 5px 0 5px;
}

.c-item-list__price {
  color: #333;
  margin-top: 10px;
  margin-right: 5px;
  text-align: right;
}

.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

.c-item-list__expl {
  margin: 15px 5px 0 5px;
  font-size: 0.9em;
  display: none;
}

.c-item-list__btn {
  position: absolute;
  right: 0px;
  bottom: -18px;
  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);
}

.c-item-list__btn.is-added {
  color: #db7093;
}

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


/* スマホ表示用のスタイル */
@media screen and (max-width: 767px) {
  .c-item-list {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }



  .c-item-list__item:last-child {
    margin-right: 0;
  }
}

/* Favorite List */
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
}

.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 9px;
  width: 12.5%;
}

.c-favorite-list__img {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.c-favorite-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-favorite-list__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-favorite-list__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
}

.c-favorite-list__price {
  color: #333;
  margin-top: 15px;
  font-size: 12px;
  white-space: normal;
}

.c-favorite-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}

.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}

/* Button */
.c-btn {
  display: inline-block;
  position: relative;
  padding: 11px 25px;
  border: 0px solid #dcdcdc;
  min-width: 200px;
  font-size: 12px;
  background-color: #9D9089;
  color: #faf9f8;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #666;
  transition: all 0.3s ease;
}

.c-btn:after {
  transform: rotate(90deg);
}

.c-btn:hover {
  text-decoration: none;
}

.c-btn:hover:before {
  transform: rotate(90deg);
}

.c-btn:hover:after {
  transform: rotate(180deg);
}

.c-btn-cart {
  display: inline-block;
  padding: 20px;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background: #333;
  color: #faf9f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-btn-cart:hover {
  background: #999;
  color: #faf9f8;
  text-decoration: none;
}

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

.c-btn-cart.is-soldout,
.c-btn-cart.is-soldout:hover {
  background: #887f7a;
  cursor: default;
}

@media screen and (max-width: 767px) {
  .p-product-form {
    width: 100%;
  }

  .p-product-form-btn {
    width: 100%;
    flex-direction: column;
  }

  .p-product-form-btn__cart {
    width: 100%;
  }

  .c-btn-cart {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  .p-product-form-btn__favorite {
    width: 100%;
    margin-top: 10px;
  }

  .p-product-form-btn__favorite-btn {
    width: 100%;
    max-width: none;
  }

  .p-product-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}


.c-icon-cart {
  display: inline-block;
  margin-right: 20px;
  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: 50px 0 20px;
}

.c-not-found {
  text-align: center;
  margin: 60px 0 100px 0;
  font-size: 1.5em;
}

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

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

.c-tbl-list__th {
  margin: 0;
  width: 270px;
  font-size: 14px;
  font-weight: bold;
}

.c-tbl-list__td {
  flex: 1;
  margin: 0 0 0 30px;
}


/* Pager */
.c-pager {
  margin: 75px 0;
  text-align: center;
}

.c-pager__total {
  margin-bottom: 30px;
}

.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.c-pager-list__item {
  margin: 0 3px;
  min-width: 30px;
  line-height: 30px;
  background: #faf9f8;
  text-align: center;
}

.c-pager-list__link {
  display: block;
  border: 1px solid #faf9f8;
  background: #faf9f8;
  color: #000;
  position: relative;
  min-width: 30px;
  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;
}

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

.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #faf9f8;
}

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

.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

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

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

.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}

.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}

.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}

.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

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

/* お気に入りボタンのタッチ領域を拡大 */
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    /* タッチ領域を拡大 */
    padding: 30px;
    /* ボタンの位置を調整（見た目の位置は変えない） */
    margin: -20px;
    /* タップ時の背景を消す */
    -webkit-tap-highlight-color: transparent;
  }

  /* ハートアイコンの位置は変えない */
  .c-item-list__btn svg {
    position: absolute;
    right: 20px;
    bottom: 0px;
  }
}

@media screen and (max-width: 1030px) {
  .c-item-list__item {
    padding: 0 20px;
  }
  
  .c-item-list__btn {
    right: 20px;
  }
  
  .c-favorite-list {
    margin: 0;
    flex-wrap: nowrap;
  }
  
  .c-favorite-list__item {
    margin: 0 5px 0 0;
    padding: 0;
    width: 120px;
  }
  
  .c-favorite-list__img {
    margin-bottom: 10px;
    width: 120px;
  }
}

.p-product-form-btn__favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  background-color: #faf9f8;
  border: 2px solid #333;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.p-product-form-btn__favorite-btn:hover {
  background-color: #333;
  color: #faf9f8;
}

.p-product-form-btn__favorite-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: currentColor;
}

.p-product-form-btn__favorite-btn.is-added {
  background-color: #333;
  color: #faf9f8;
}

.p-product-form-btn__favorite-btn.is-added:hover {
  background-color: #faf9f8;
  color: #333;
}

@media screen and (max-width: 767px) {
  .p-product-form-btn__favorite-btn {
    font-size: 12px;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin:0px 0 5px 20px;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight:bold;
    color: #666;
  }

  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }

  .c-ttl-sub {
    margin-bottom: 0;
    padding: 0 0 0 10px;
  }

  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .c-item-list__item {
    padding: 12px;
    width: 48%;
  }

  .c-item-list__img {
    text-align: center;
  }

  .c-item-list__btn {
    right: 10px;
  }
  
  .c-favorite-list__item {
    width: 90px;
  }
  
  .c-favorite-list__img {
    width: 90px;
  }
  
  .c-more {
    margin: 30px 0 10px;
  }
  
  .c-tbl-list__tr {
    display: block;
  }
  
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
  
  .c-tbl-list__td {
    margin-left: 0;
  }
  
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }

  .c-pager-list__item.is-visible {
    display: block;
    margin: 0 15px;
    width: auto;
  }
  
  .c-pager-list__link {
    min-width: 45px;
  }
  
  .c-pager-list__link.is-current,
  .c-pager-list__link.is-current:hover {
    border-color: #faf9f8;
  }
  
  .c-pager-list__link.is-prev:before,
  .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
  
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
  
  .c-pager-list__page {
    display: inline-block;
  }
}
  
  /********** 検索・カート **********/

.header-search-container,
.l-header-search__form,
.l-header-search__input-wrapper {
  display: flex;
  align-items: center;
}

.l-header-search__input {
  width: 100%;
  height: 30px;
  padding: 4px 40px 8px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
  flex: 1;
  border: 1px solid #7d7d7d;
  margin: 0px -65px 0 30px;
}

.l-header-search__input:focus {
  width: 250px;
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.l-header-search__input input {
  width: 100%;
  margin-top: -10px;
  height: 40px;
  padding-right: 60px;
  border: none;
  background: transparent;
}

.l-header-search__submit {
  position: absolute;
  right: 5px;
  top: 30%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #666;
  transition: color 0.3s ease;
  right: -70px;
  bottom: 0;
  width: 50px;
  height: 30px;
}

.l-header-search__submit:hover {
  color: #007bff;
}

.l-header-search__submit i {
  font-size: 18px;
}

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

.l-header-search {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1000;
}

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

.l-header-search__box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 1200px;
  margin-right: -5px;
  padding: 30px 60px 20px 100px;
  background: #faf9f8;
}

.l-header-search__form {
  position: relative;
  margin:0px;
}

.l-header-search__btn {
  width: 100px;
  height: 75px;
  border: 0;
  background: none;
}

.l-header-search__btn img {
  width: 33px;
  padding-top: 0;
}

.l-header-search__close {
  position: relative;
  width: 70px; /* 幅を大きく */
  height: 70px; /* 高さを大きく */
  float: right;
  border: 0;
  background: transparent;
}

.l-header-search__close span {
  position: absolute;
  left: 15px; /* 位置調整 */
  width: 40px; /* 幅を大きく */
  height: 3px; /* 高さを大きく */
  background: #000;
}

.l-header-search__close span:nth-child(1) {
  top: 33px; /* 位置調整 */
  transform: rotate(-45deg);
}

.l-header-search__close span:nth-child(2) {
  top: 33px; /* 位置調整 */
  transform: rotate(45deg);
}





  
  .l-sns-navi-list {
    display: flex;
    margin-left: 30px;
    margin-top: 22px;
  }
  
  .l-sns-navi-list__item {
    margin: 12px 12px 0 0;
  }
  
  .l-sns-navi-list__item:last-child {
    margin-top:12px;
  }
  
  @media screen and (max-width: 1030px) {
    .l-header-search,
    .l-help-navi-box {
      position: static;
    }
    
    .l-header-search__box {
      width: 100%;
      padding: 20px 0 20px 20px;
    }
    
    .l-help-navi-box {
      display: block;
    }
  }
  
    

    
    .l-help-navi-list {
      display: block;
      border-top: 1px solid #eee;
    }
    
    .l-help-navi-list__item {
      list-style-type: none;
      margin-left: 0;
      border-bottom: 1px solid #dcdcdc;
    }
    
    .l-help-navi-list__link {
      display: block;
      position: relative;
      padding: 8px 15px;
    }
    
    .l-help-navi-list__link:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      transform: translateY(-50%) rotate(-45deg);
    }
    
    .l-sns-navi-list {
      justify-content: center;
    }
    
    .l-sns-navi-list__item {
      margin-right: 20px;
    }
  















  * {
      outline: 0px solid #add8e6;
    }
      /******************************/
      /* 基本スタイル */
      /******************************/
      
body {
  min-width: 375px;
  font-size: 14px;
  font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

  letter-spacing: 0;
  line-height: 1.7;
  color: #000;
  background-color: #faf9f8 !important;
  font-weight: 400;
  overflow-x: hidden;
}

body p, body a {
  font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

  -webkit-font-smoothing: antialiased;
  color: #4d4d4d;
  font-size: 1em;
  line-height: 1.5em;
}

body a {
  color: #000000;
  transition: all 0.1s ease;
}

body a:hover {
  color: #444444;
}

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

body.is-scroll-hidden {
  overflow: hidden;
}

.post-excerpt p {
  line-height: 1.0;
}

body ul {
  margin: 0;
  padding: 0;
}
      /* 画像 */
      img {
        max-width: 100%;
        height: auto;
        width: auto;
        padding: 5px;
      }
      
      /* ホバー効果 */
      a:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
      }
      
      /* リンク */
      a:link, a:visited, a:hover, a:active {
        color: #333;
      }
      
    
        /* imgを１００％にする */
        @media screen and (max-width: 767px) {
          .full-width-mobile {
              margin-left: calc(-50vw + 50%);
              margin-right: calc(-50vw + 50%);
              width: 100vw;
              max-width: 100vw;
          }
          
          .full-width-mobile img {
              width: 100%;
              height: auto;
              object-fit: cover;
              padding: 0;
          }
      
          .u-container {
              overflow-x: hidden;
          }
      }
    
    
    
    /******************************/
      /* 全体のレイアウト */
      /******************************/
      
      /* ヘッダーコンテナ */
      .header-container {
        box-sizing: border-box;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 1200px;
        background-color: #faf9f8;
      }
      
      @media screen and (max-width: 767px) {
        .header-container {
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 5px;
        }
      }
    
 
  
    
        /* コンテンツコンテナ */
        .u-container {
          box-sizing: border-box;
          position: relative;
          margin-left: auto;
          margin-right: auto;
          padding:0px 15px;
          width: 100%;
          max-width: 1200px;
          background-color: #faf9f8;
         
        }
     
        @media screen and (max-width: 767px) {
          .u-container {
            padding-left: 20px;
            padding-right: 20px;
          }
        }
    
    
        /* フッターコンテナ */
    .footer-container {
      box-sizing: border-box;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      padding: 15px 15px 30px 15px;
      width: 100%;
      max-width: 1200px;
      height:auto;
      background-color: transparent; /* 背景色を透明に変更 */
    }
    
    /* 新しく追加するフッター全体のスタイル */
    .footer-wrapper {
      background-color: #f2eeec;
      width: 100%;
      padding: 15px 0 30px 0;
    }
    
    
    
    
    
      /******************************/
      /* ヘッダー */
      /******************************/
      
      .l-header-logo {
        position: absolute;
        top: 0;
        left: 0;
      }
      
      .l-header-logo img {
        max-width: 270px;
        margin-top: -8px;
        margin-left: 0;
      }
      
      /* レスポンシブ対応 */
      @media screen and (max-width: 767px) {
        .l-header-logo img {
          max-width: 190px;
          margin-left: 5px;
          margin-top: -15px;
          height: auto;
        }
      }.fixed-header {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 1000;
          background-color: #faf9f8;
          transition: box-shadow 0.3s ease; /* トランジション効果を追加 */
        }
        
        .fixed-header.scrolled {
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        /* メディアクエリを追加して、モバイル端末での挙動を調整 */
        @media screen and (max-width: 767px) {
          .fixed-header {
            height:70px; /* モバイル用の高さ */
          }
        }
    


/* ヘッダーメインナビここから */
.header-navigation {
  position: static;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-navigation {
    display: none;
  }
}

.main-categories {
  display: flex;
  list-style-type: none;
  margin-top: 60px;
  margin-right: 80px;
  padding: 0;
  float: right;
}

.main-categories > li {
  position: relative;
}

.main-category-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

  padding: 10px 15px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-category-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}

.main-categories li.active .main-category-btn::after {
  transform: rotate(-135deg);
}

.sub-categories {
  display: none;
  position: fixed; /* absoluteからfixedに変更 */
  top: 125px; /* 適切な値に調整してください */
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2eeec;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1000;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.main-categories li.active .sub-categories {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto; /* 縦方向のスクロールを有効にする */
  max-height: 1000px; /* 必要に応じて高さを設定 */
}

.sub-categories details {
  width: 25%; /* 4列に分ける */
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.sub-categories summary {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
}

.sub-categories ul {
  list-style: none;
  padding-left: 0px;
}

.sub-categories li {
  margin-bottom: 2px;
  text-align: left;
  padding-left: 10px;
}

/* ヘッダーメインナビここまで */


.campaign-banner {
  background-color: #9D9089;
  color: white;
  text-align: center;
  padding: 3px 0;
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
}

@media screen and (max-width: 767px) {
.campaign-banner {
  padding: 5px 0;
  font-size: 12px;
}
}


.fixed-header {
  position: fixed;
  top: 26px; /* キャンペーンバナーの高さ分だけ下げる */
  left: 0;
  width: 100%;
  z-index: 1001;
  background-color: #faf9f8;
  transition: box-shadow 0.3s ease;
}

.fixed-header.scrolled {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


/* メディアクエリを追加 */
@media screen and (max-width: 767px) {
  .fixed-header {
    top: 26px; /* モバイル用にキャンペーンバナーの高さを調整 */
  }
  
  .c-breadcrumbs-list {
    padding-top: 109px; /* 75px + 34px（キャンペーンバナーの高さ） */
  }
}

.l-main {
  padding-top: 155px; /* キャンペーンバナーの高さ分 */
  background-color: #faf9f8;
}


@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 100px; /* モバイル用にキャンペーンバナーの高さを調整 */
  }
}

/* Breadcrumbs　パンくずナビ */
.c-breadcrumbs + .u-contents {
  padding-top: 0px;
}


  /* 既存の.c-breadcrumbs-listスタイルを修正 */
  .c-breadcrumbs-list {
      padding-top: 106px; /* 70px + 36px（キャンペーンバナーの高さ） */
      padding-top: 0px;
      margin: 0 0 50px 20px;
      font-size: 16px;
    }

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

.c-breadcrumbs-list__item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}

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

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

@media screen and (max-width: 1300px) {
  .c-breadcrumbs-list {
    padding-top: 0px;
    margin: 0 0 15px 0;
    font-size: 13px;
  }
}

/* Breadcrumbs　パンくずナビここまで */



/********** カートアイコンここから **********/
.cart-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  width: 70px;
  height: 80px;
  cursor: pointer;
  margin-right: -25px;
  margin-top: 15px;
}

.cart-icon-wrapper {
  position: relative;
  display: inline-block;
}

.p-global-header__cart-count {
  position: absolute;
  top: -9px;
  right: 14px;
  font-size: 15px;
  min-width: 18px;
  text-align: center;
}

.cart-icon img {
  width: 50px;
  height: auto;
}

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

  .cart-icon {
      display: flex;
      width: 50px;
      height: 50px;
      cursor: pointer;
      margin-right: 3px;
      margin-top:0;
    }

    .cart-icon-wrapper {
      position: relative;
      display: inline-block;
    }
    
    .p-global-header__cart-count {
      position: absolute;
      top: -9px;
      right: 9px;
      font-size: 13px;
      min-width: 18px;
      text-align: center;
    }
    
    .cart-icon img {
      width: 42px;
      height: auto;
      margin-bottom:-10px;
    }
  }

/********** カートアイコンここまで **********/


    /********** スマホナビ **********/

    @media screen and (max-width: 767px) {
      .l-main-navi {
        background-color: #faf9f8; /* または他の適切な背景色 */
      }
      .l-help-navi-box {
          background-color: #faf9f8; /* または他の適切な背景色 */
        }

    }


        /********** ハンバーガーメニュー **********/



      .hamburger-menu {
          display: none;
          position: fixed;
          top: 73px;
          right: 0;
          width: 100%;
          height: 100vh;
          background-color: #faf9f8;
          overflow-y: auto;
          overflow-x: hidden; /* 左右スクロールを防ぐ */
          z-index: 1000;
          padding: 10px 20px 250px 20px;
          box-sizing: border-box;
      }
      
      .hamburger-menu.open {
          display: block;
      }
      
      .hamburger-menu-content {
          min-height: 101%; /* スクロールを確実にするため、100%より少し大きくする */
          -webkit-overflow-scrolling: touch; /* iOSのスクロール問題対策 */
          width: 100%; /* コンテンツの幅を100%に設定 */
      }
      
      .hamburger-menu::-webkit-scrollbar {
          width: 6px; /* スクロールバーのスタイル調整（オプション） */
      }
      
      .hamburger-menu::-webkit-scrollbar-track {
          background: #f2eeec;
      }
      
      .hamburger-menu::-webkit-scrollbar-thumb {
          background: #888;
          border-radius: 3px;
      }
      
      .hamburger-menu::-webkit-scrollbar-thumb:hover {
          background: #555;
      }
      
      .hamburger-menu ul {
          list-style-type: none;
          padding: 0;
          margin: 0;
          -webkit-padding-start: 0;
          -webkit-margin-before: 0;
          -webkit-margin-after: 0;
      }
      
  
      
      .hamburger-menu li:last-child {
          border-bottom: none;
      }
      
      .hamburger-menu a {
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          color: #333;
      }
      
      .hamburger-icon {
          display: none;
          flex-direction: column;
          justify-content: space-around;
          width: 35px;
          height: 35px;
          cursor: pointer;
          margin-right: 15px;
          margin-top: 20px;
      }
        
        @media screen and (max-width: 768px) {
          .hamburger-icon {
            display: flex; /* スマホ表示の場合のみ表示 */
          }
        } 
      
      .hamburger-icon div {
          width: 100%;
          height: 1px;
          background-color: #333;
          transition: transform 0.3s ease, opacity 0.3s ease;
          position: relative; 
      }
      
      .hamburger-icon.open div:nth-child(1) {
          transform: rotate(45deg);
          position: relative;
          top: 11px;
      }
      
      .hamburger-icon.open div:nth-child(2) {
          opacity: 0;
      }
      
      .hamburger-icon.open div:nth-child(3) {
          transform: rotate(-45deg);
          position: relative;
          top: -11px;
      }
      
      /* iOSのデフォルトスタイルをリセット */
      .hamburger-menu ul,
      .hamburger-menu ol {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
      }
      
      .hamburger-menu ul:before,
      .hamburger-menu ul:after,
      .hamburger-menu ol:before,
      .hamburger-menu ol:after {
          display: none;
      }

  /********** ハンバーガーメニューここまで **********/



  /********** ユーザーメニューここから **********/

.l-header-user-menu {
  display: flex;
  justify-content: space-between;
  padding:0px;
  margin-top: 0;
  background-color: #f2eeec;
  width: 100%; /* 幅を100%に設定 */
  box-sizing: border-box; /* パディングを幅に含める */
}

.l-header-user-menu img {
  width: 30px;
  padding: 0;
}

.l-header-user-menu__item {
  flex: 1;
  text-align: center;
}

.l-header-user-menu__link {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  width: 100%; /* リンクの幅を100%に設定 */
}

@media screen and (max-width: 767px) {
  .l-header-user-menu {
    margin-left: -20px; /* 左右のマージンを打ち消す */
    margin-right: -20px;
    width: calc(100% + 40px); /* 幅を調整 */
  }
}
 /********** ユーザーメニューここまで **********/







.l-help-navi-box {
  display: flex;
  position: absolute;
  top: -90px;
  right: 0;
}

.l-help-navi-box a {
  color: #000;
  font-size: 1em;
}

.l-help-navi-box h4 {
  margin: 0;
  padding: 60px 0 15px 0;
  color: #000;
  font-size: 1.2em;
}

.l-help-navi-box h4 img {
  height: 45px;
  margin: 0 20px -7px 4px;
}

.l-help-navi-list {
  display: flex;
}



.l-help-navi-list__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1030px) {
  .l-header-search,
  .l-help-navi-box {
    position: static;
  }
  
  .l-header-search__box {
    width: 100%;
    padding: 20px 0 20px 20px;
  }
  
  .l-help-navi-box {
    display: block;
  }
}

 



.l-help-navi-list {
  display: block;
  border-top: 1px solid #eee;
}



.l-help-navi-list__link {
  display: block;
  position: relative;
  padding: 8px 15px;
}

.l-help-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  transform: translateY(-50%) rotate(-45deg);
}




/********** menu_phone　ここから **********/
.menu_phone {
  margin: 0;
  padding: 0;
}

.menu_phone summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 1em;
  position: relative;
}

.menu_phone summary::-webkit-details-marker {
  display: none;
}

.menu_phone summary::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.menu_phone[open] summary::after {
  transform: translateY(-50%) rotate(-135deg);
}

.menu_phone summary .left-icon,
.menu_phone summary img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0;
  opacity: 0.5;
}

.menu_phone summary .rotate-icon {
  width: 15px;
  transition: transform 0.2s;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}

.menu_phone[open] summary .rotate-icon {
  transform: translateY(-50%) rotate(180deg);
}

.menu_phone summary h4 {
  margin: 0;
  padding: 40px 0 10px 20px;
}

.menu_phone h5 {
  margin: 0;
  padding: 10px 0;
}

.menu_phone p,
.menu_phone li {
  margin: 0;
  padding: 10px 30px;
  border-top: dashed 1px #f2eeec;
  font-size: 0.9em;
  background-color: #f2eeec;
}

.menu_phone ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}

.menu_phone ul p,
.menu_phone ul li {
  margin: 5px 0;
}

.menu_phone li a {
  text-decoration: none;
  color: #555;
  transition: opacity 0.2s;
  position: relative;
  padding-left: 25px;
}

.menu_phone li a:hover {
  opacity: 0.7;
}

/* iOSのデフォルトスタイルをリセット */
.l-help-navi-list__item ul,
.l-help-navi-list__item ol,
.menu_phone ul,
.menu_phone ol {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  list-style-type: none;
  padding-left: 0;
}

.l-help-navi-list__item ul:before,
.l-help-navi-list__item ul:after,
.l-help-navi-list__item ol:before,
.l-help-navi-list__item ol:after,
.menu_phone ul:before,
.menu_phone ul:after,
.menu_phone ol:before,
.menu_phone ol:after {
  display: none;
}

.menu_phone {
  border-bottom: solid 1px #ddd;
}

.menu_phone_summary,
.menu_phone_link {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.menu_phone_summary::-webkit-details-marker {
  display: none;
}

.menu_phone:not(.menu_phone_single) .menu_phone_summary::after {
  content: '\25BC';
  margin-left: auto;
  transition: transform 0.3s ease;
}

.menu_phone[open]:not(.menu_phone_single) .menu_phone_summary::after {
  transform: rotate(180deg);
}

.menu_phone_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_phone_list li {
  padding: 10px;
}

.menu_phone_list a {
  text-decoration: none;
  color: inherit;
}

.menu_phone_single .menu_phone_link {
  width: 100%;
}

.menu_phone_single .menu_phone_link img {
  width: 30px;
  padding: 0;
  margin-right: 10px;
  opacity: 0.5;
}

/********** menu_phone　ここまで **********/



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

.l-main-navi-overlay.is-on {
  animation: anime-overlay 0.2s ease forwards;
}

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

  /********** スマホナビここまで **********/
    
    

  /***** ショップガイドここから *****/

  .p-shopguide {
      padding: 20px 0;
      background-color: #f2eeec; 
      border-radius: 8px; 
      margin-bottom: 40px; 
    }
    
    @media (max-width: 767px) {
      .p-shopguide {
        padding: 40px 0;
      }
    }
    
    .p-shopguide-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }
    
    @media (max-width: 767px) {
      .p-shopguide-wrap {
        display: block;
        padding: 0;
      }
    }
    
    .p-shopguide-column {
      width: 48%;
      margin-bottom: 20px;
      background-color: #faf9f8;
      border-radius: 8px; 
      overflow: hidden;
    }
    
    @media (max-width: 767px) {
      .p-shopguide-column {
        width: 100%;
      }
    }
    
    .p-shopguide-box {
      padding: 15px;
      background-color: #faf9f8;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .p-shopguide__body,
    .p-shopguide h3,
    .p-shopguide h4 {
      font-size: 16px; 
      line-height: 1.6;
      margin: 0 0 30px;
      color: #555;
    }
    
    .p-shopguide h3 {
      font-size: 16px; 
      line-height: 1.4;
      margin-bottom: 15px; 
      color: #333;
    }
    
    .p-shopguide h4 {
      font-size: 14px; 
      line-height: 1.4; 
      margin-bottom: 10px;
      color: #666; 
    }
/***** ショップガイドここまで *****/


/***** footerここから *****/
.l-footer {
  padding: 50px 0;
  background: #f2eeec;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  }

  
.l-footer-copyright {
  padding: 10px 0 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer-copyright {
    padding: 0 0 30px;
  }
}

.l-copyright {
  padding: 30px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2eeec;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.l-copyright__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #faf9f8;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .l-copyright {
    padding: 20px 0;
  }
}

.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: #f9f9f9;
    background-image: url();
    color: #464e54;
  }
  
  a {
    color: #464e54;
  }
  
  a:hover { 
    color: #5e5e5e; 
  }
  /** icons **/
  .icon {
    &-user { background-position: -208px 0; }
    &-adduser { background-position: -240px 0; }
    &-login { background-position: -48px -80px; }
    &-logout { background-position: -32px -80px; }
    &-home { background-position: -176px -16px; }
    &-mail { background-position: -64px 0; }
    &-pencil { background-position: -96px 0; }
    &-help { background-position: -272px -80px; }
    &-cart { background-position: -176px -64px; }
    &-search { background-position: -208px -16px; }
    &-chevron_up { background-position: 0 -144px; }
    &-chevron_down { background-position: -352px -128px; }
    &-b, &-w {
      width: 16px;
      height: 16px;
      display: inline-block;
    }
    &-lg-b, &-lg-w {
      width: 24px;
      height: 24px;
      display: inline-block;
    }
  }
  .icon-lg-b {
    &.icon-user { background-position: -312px 0; }
    &.icon-adduser { background-position: -360px 0; }
    &.icon-login { background-position: -72px -120px; }
    &.icon-logout { background-position: -48px -120px; }
    &.icon-home { background-position: -264px -24px; }
    &.icon-mail { background-position: -96px 0; }
    &.icon-pencil { background-position: -144px 0; }
    &.icon-help { background-position: -408px -120px; }
    &.icon-cart { background-position: -264px -96px; }
    &.icon-search { background-position: -312px -24px; }
    &.icon-chevron_up { background-position: 0 -216px; }
    &.icon-chevron_down { background-position: -528px -192px; }
  }
  .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 (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, .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  }
  
  .l-bottom { margin-top: 30px; }



  .slick-slide img {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .slick-slide, .slick-slide * {
    outline: none !important;
    user-select: none;
  }



  .scroll-to-top-btn {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 18px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .scroll-to-top-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .scroll-to-top-btn svg {
    width: 25px;
    height: 25px;
    margin-bottom: 2px;
  }
  
  .scroll-to-top-text {
    font-size: 10px;
    line-height: 1;
  }
  
  @media screen and (max-width: 767px) {
    .scroll-to-top-btn {
      width: 55px;
      height: 55px;
      bottom: 85px;
      right: 22px;
    }
  
    .scroll-to-top-btn svg {
      width: 20px;
      height: 20px;
    }
  
    .scroll-to-top-text {
      font-size: 10px;
    }
  }

  @media screen and (max-width: 767px) {
    .bottom-purchase-section {
      margin-left: calc(-15px - env(safe-area-inset-left));
      margin-right: calc(-15px - env(safe-area-inset-right));
      width: calc(100% + 30px + env(safe-area-inset-left) + env(safe-area-inset-right));
      max-width: none;
      padding: 20px calc(15px + env(safe-area-inset-right)) 20px calc(15px + env(safe-area-inset-left));
      box-sizing: border-box;
    }
    
    .bottom-purchase-section .p-product-summary__content {
      flex-direction: column;
    }
    
    .bottom-purchase-section .p-product-summary__image {
      width: 100%;
      margin-bottom: 15px;
    }
    
    .bottom-purchase-section .p-product-summary__info {
      width: 100%;
    }
    
    .bottom-purchase-section .p-product-form-btn {
      width: 100%;
    }
    
    .bottom-purchase-section .c-btn-cart {
      width: 100%;
    }
  }


  .category-slider-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .category-item-custom {
    width: 18%; /* 5列にするために18%に設定 */
    margin-bottom: 30px; /* 間隔を少し狭める */
    box-sizing: border-box;
  }

  .category-content-custom {
    text-align: center;
    padding: 10px;
  }

  .category-title {
    background-color: #fff;
    margin: 0 5px;
    font-size: 1.1em;
    font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

  }

  .category-title2 {
    margin: 20px 0;
    font-size: 1.5em;
    font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

  }

  .category-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
  }


    /***** カテゴリページここから *****/

    .button-container {
      display: flex;
      justify-content: left; /* 中央に配置 */
      flex-wrap: wrap; /* ボタンを折り返す */
      width: 100%;
      max-width: 1200px; /* 必要に応じて調整 */
      margin: 50px auto; /* 上下マージンを70pxに設定 */
  }
  .button {
      flex: 1 1 23%; /* 各ボタンを25%幅に設定 */
      max-width: 23%; /* 最大幅を25%に設定 */
      background-color: #9D9089;
      color: white; /* 文字色を白に設定 */
      border: none;
      border-radius: 5px;
      padding: 15px;
      text-align: center;
      cursor: pointer;
      font-size: 16px;
      text-decoration: none; /* リンクの下線を削除 */
      display: flex; /* フレックスボックスを使用 */
      align-items: center; /* 垂直方向に中央揃え */
      justify-content: center; /* 水平方向に中央揃え */
      transition: background-color 0.3s; /* ホバー効果のためのトランジション */
      margin: 5px; /* ボタン間のスペース */
      box-sizing: border-box; /* パディングとボーダーを含めたサイズ計算 */
  }
  .button:hover {
      background-color: #8C7F78; /* ホバー時の背景色 */
  }
  a.button:link, a.button:visited, a.button:hover, a.button:active {
      color: white; /* リンクの状態に関わらず文字色を白に設定 */
      text-decoration: none; /* リンクの状態に関わらず下線を削除 */
  }

  .select-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.select-wrapper {
    flex: 1;
}

.scene-select {
    width: 100%;
    padding: 0px;
}

@media (max-width: 600px) {
    .select-container {
        flex-direction: column;
    }
}

  @media (max-width: 600px) {
      .button {
          flex: 1 1 46%; /* スマホ表示で2列に配置 */

          max-width: 46%;
          height:50px;
      }
      .button-container {
          justify-content: flex-start; 
          margin: 10px auto; 
          }
  }

  .custom-divider {
    height: 2px;
    background-color: #ccc;
    margin: 40px 0;
}

.category-ranking .rank {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 0;
}

.category-ranking .rank__item {
  flex: 1 0 20%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  background-color: #f2eeec;
  border-radius: 8px;
  margin: 0 5px;
  transition: transform 0.3s;
  z-index: 1; /* アイテム全体のz-indexを設定 */
}

.category-ran-ttl {
  font-size:1.5em;
  margin-bottom:40px;
  text-align:center;
  font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

}


.rank__img {
  position: relative;
  z-index: 0; /* 画像のz-indexを低く設定 */
}

.rank__badge {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #9D9089;
  color: white;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 0.8em;
  font-weight: bold;
  z-index: 2; /* バッジのz-indexを高く設定 */
}

.rank__txt {
  text-align: center;
  margin-top: 10px;
}

.rank__ttl p {
  font-size: 1.1em;
  margin: 5px 0;
  color: #333;
  font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

}

.rank__price {
  font-size: 0.9em;
  color: #666;
}

@media (max-width: 767px) {
  .category-ranking .rank__item {
    flex: 0 0 45%;
  }
}

.menurank__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 5px;
  word-break: break-all;
  text-align: center;
}
    /***** カテゴリページここまで *****/

    @media screen and (max-width: 767px) {
      .image-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 2px; /* 画像間のスペースを2pxに設定 */
        margin: 10px 0 30px 0;
        justify-content: space-between; /* 追加: 要素間のスペースを均等に */
      }
    
      .image-grid a {
        width: calc(33.333% - 2px); /* 3列にするための幅調整 */
        box-sizing: border-box;
        padding: 0;
      }
    
      .image-grid img {
        width: 100%; /* 画像がリンク内で100%の幅を取るように */
        height: auto;
      }
    }
    
    @media screen and (min-width: 768px) {
      .image-grid {
        display: none; /* スマホ以外では非表示 */
      }
    }
    
    .category-title-s {
      font-size: 0.9.em;
      margin-bottom: 5px;
      text-align: center;
      font-family: "dnp-shuei-gothic-kin-std",'Noto Sans JP', 'Yu Gothic', sans-serif;

    }


/********** CALENDAR **********/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  padding: 0px 0 50px 30px;
  min-width: 510px;
}

.side_cal {
  display: flex;
  justify-content: center;
}

.tbl_calendar {
  margin-left: 60px;
  width: 220px;
  text-align: center;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

.tbl_calendar:first-child {
  margin-left: 0;
}

.tbl_calendar caption {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

.tbl_calendar th,
.tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 13px;
}

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

.tbl_calendar td {
  padding: 5px;
}

.side_cal_memo {
  margin: 15px 0;
  font-size: 12px;
}

@media screen and (max-width: 1030px) {
  .side_cal {
    justify-content: space-around;
  }
  .tbl_calendar {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-calendar {
    padding-left: 0;
    min-width: inherit;
  }
  .tbl_calendar {
    margin: 0 auto 30px;
    width: auto;
  }
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}





    .responsive-image {
        width: 100%; 
        max-width: 360px; /* 最大幅を設定 */
        margin-bottom: 20px;
    }

    @media (max-width: 768px) {
        .responsive-image {
            width: 100%; /* スマホ表示で画像を全幅に */
        }

        .responsive-text {
            font-size: 0.9em; /* スマホ表示で文字サイズを0.9emに */
        }

        form div {
            flex-direction: column;
        }
        form input[type='text'],
        form input[type='submit'] {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
            border-radius: 5px;
        }
        form input[type='text'] {
            margin-bottom: 10px;
        }
        form input[type='submit'] {
            padding: 10px 0; /* ボタンの高さを調整 */
        }
    }
