/* ====================== */
/*   カスタマイズスタイル   */
/*   2026/06/09～         */
/* ====================== */
@charset "UTF-8";

/* --- 共通 --- */
.u-color__bg--bg {
  background: #eee;
}


.serif-font {  
  font-family: var(--serif-family);
}
.hover-opacity {
  transition: opacity .3s ease;
}
.hover-opacity:hover {
  opacity: .7;
}

.u-textCenter {
  text-align: center;
}
.u-textRight {
  text-align: right;
}
.u-textLeft {
  text-align: left;
}

.u-color-red {
  color: #e21e1e;
}

.u-textBold {
  font-weight: bold;
}

.u-textarea {
  white-space: pre-wrap;
  word-break: break-all;
}



.u-mt120 {
  margin-top: 120px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt10 {
  margin-top: 10px;
}

.u-mb120 {
  margin-bottom: 120px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {  
  .u-mt120 {
    margin-top: 80px;
  }
  .u-mt100 {
    margin-top: 70px;
  }
  .u-mt80 {
    margin-top: 60px;
  }
  .u-mt60 {
    margin-top: 45px;
  }
  .u-mt50 {
    margin-top: 30px;
  }
  .u-mt40 {
    margin-top: 25px;
  }
  .u-mt30 {
    margin-top: 20px;
  }
  .u-mt20 {
    margin-top: 15px;
  }

  .u-mb120 {
    margin-bottom: 80px;
  }
  .u-mb100 {
    margin-bottom: 70px;
  }
  .u-mb80 {
    margin-bottom: 60px;
  }
  .u-mb60 {
    margin-bottom: 45px;
  }
  .u-mb50 {
    margin-bottom: 30px;
  }
  .u-mb40 {
    margin-bottom: 25px;
  }
  .u-mb30 {
    margin-bottom: 20px;
  }
  .u-mb20 {
    margin-bottom: 15px;
  }

}

/* 表示 */
@media screen and (min-width: 720px) {
  .u-hidePc {
    display: none !important;
  }
  .u-linkSp {
    pointer-events: none;
  }
}
@media screen and (max-width: 719px) {
  .u-hideSp {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  .u-hideLessSp {
    display: none !important;
  }
}
@media screen and (min-width: 569px) {
  .u-hideMoreSp {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .u-hideLessSsp {
    display: none !important;
  }
}
@media screen and (min-width: 415px) {
  .u-hideMoreSsp {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-hideLessSssp {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .u-hideMoreSssp {
    display: none !important;
  }
}

/* 背景色 */
.u-bg-light {
  background-color: #FAF6F4;
}
.u-bg-dark {
  background-color: #CF9274;
}


.l-wrap {
  max-width: 1280px;
  width: 90%;
  margin-inline: auto;
}
.l-sec {
  padding: 120px 0;
}

/* リスト */
.c-list-check li {
  background-image: var(--url-icon-check);
  background-position: top .5em left;
  background-size: .83em auto;
  background-repeat: no-repeat;
  padding-left: 1.3em;
  font-size: 18px;
  line-height: 1.5;
}
.c-list-check li + li {
  margin-top: .8em;
}
@media screen and (max-width: 719px) {
  .c-list-check li {
    font-size: 16px;
  }
}

.c-list-indent li {
  text-indent: -1em;
  margin-left: 1em;
}

.c-list-disc li {
  padding-left: 1em;
  line-height: 1.5;
  position: relative;
}
.c-list-disc li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* タイトル */
.c-ttl-en {
  color: var(--gray-color);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  font-family: var(--serif-family);
}
.c-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  font-family: var(--serif-family);
}
.c-ttl-en + .c-ttl {
  margin-top: 5px;
}
.c-ttl-medium {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  font-family: var(--serif-family);
}
.c-ttl-en.--light {
  color: #C1C1C1;
}
@media screen and (max-width: 719px) {    
  .l-sec {
    padding: 80px 0;
  }
  .c-ttl-en {
    font-size: 14px;
  }
  .c-ttl {
    font-size: 28px;
  }
  .c-ttl-medium {
    font-size: 21px;
  }
}
@media screen and (min-width: 720px) {
  .c-ttl-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* テキスト */
.c-text-lead {
  font-size: 16px;
  line-height:1.8;
  font-weight: 500;
}
.c-text-copy {
  font-family: var(--serif-family);
  line-height: 1.5;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 719px) {
  .c-text-lead {
    font-size: 14px;
  }
  .c-text-copy {
    font-size: 17px;
  }
}

/* ボタン */
.c-btn {
  display: inline-block;
  min-width: 163px;
  text-align: left;
  font-family: var(--serif-family);
  font-weight: 500;
  font-size: 16px;
  padding: 0 14px 12px 0;
  border-bottom: 1px solid var(--main-color);
  background-image: var(--url-arrow-btn);
  background-size: 10px auto;
  background-position: right top 4px;
  background-repeat: no-repeat;
  line-height: 1.2;
  transition: opacity .3s ease;
}
.c-btn:hover {
  opacity: .7;
}
.c-btn.--white {
  color: #fff;
  border-color: #fff;
  background-image: var(--url-arrow-btn-w);
}
.c-btn.--return {
  text-align: right;
  background-image: var(--url-arrow-btn-return);
  background-position: left top 4px;

}

.c-btn-block {
  background-color: var(--main-color);
  color: #fff;
  display: flex inline;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  min-width: 345px;
  font-family: var(--serif-family);
  padding: 0 20px;
  transition: opacity .3s ease;
}
.c-btn-block:hover {
  opacity: .7;
}
.c-btn-block.--white {
  background-color: #fff;
  color: var(--main-color);
}
@media screen and (min-width: 720px) {
  .c-btn-block.--small {
    height: 60px;
    min-width: 305px;
  }
  
}
@media screen and (max-width: 719px) {
  .c-btn-block {
    height: 50px;
    font-size: 16px;
    max-width: 280px;
    width: 100%;
    min-width: auto;
  }
}

/* パンくず */
@media screen and (max-width: 719px) {
  .p-product_content__breadcrumbs--pc {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    translate: -50%;
    padding: 20px 5%;
    overflow: auto;
  }
  .c-breadcrumbs {
    flex-wrap: nowrap;
  }
  .c-breadcrumbs__item {
    white-space: nowrap;
  }
}

/* スライダー */
.c-slider {
  padding-bottom: 100px;
  position: relative;
}
.c-slider .slick-slider {
  margin-bottom: 0;
}
.c-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.c-slider-dots .slick-dots {
  position: static;
  width: fit-content;
  display: flex;
  gap: 8px;
}
.c-slider-dots .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.c-slider-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: var(--gray-color);
  font-size: 0;
  border-radius: 50%;
}
.c-slider-dots .slick-dots li button:before {
  display: none;
}
.c-slider-dots .slick-dots li.slick-active button {
  background-color: var(--main-color);
}
.c-slider-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  gap: 15px;
  display: flex;
}
.c-slider-arrows__prev, 
.c-slider-arrows__next {
  width: 48px;
  height: 48px;
  background-image: var(--url-arrow-slider);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: static;
  transition: opacity .3s ease;
  transform: translate(0, 0);
}
.c-slider-arrows__prev:before,
.c-slider-arrows__next:before {
  display: none;
}
.c-slider-arrows__prev {
  transform: rotate(180deg);
}
.c-slider-arrows__prev:hover,
.c-slider-arrows__next:hover,
.c-slider-arrows__prev:focus,
.c-slider-arrows__next:focus {
  background-image: var(--url-arrow-slider);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .7;
}
.c-slider-arrows__prev.slick-disabled,
.c-slider-arrows__next.slick-disabled {
  opacity: .2;
  cursor: auto;
}
@media screen and (max-width: 719px) {
  .c-slider {
    padding-bottom: 32px;
  }
  .c-slider-dots {
    bottom: 0;
  }
  .c-slider-arrows {
    display: none;
  }
}
.c-slider-wrapper:has(.c-slider) {
  overflow: hidden;
}


/* 商品一覧 */
.c-product_item__inner__eyecatch, 
.c-product_item__inner__eyecatch__img {
  aspect-ratio: 1;
}
.c-product_item .c-product_item__inner__content {
  margin-top: 10px !important;
}
.c-product_item__inner__title.u-text--subhead {
  font-size: 18px !important;
}
.c-product_item__inner__price.u-text--body {
  font-weight: 600;
  font-size: 18px !important;
  font-family: var(--serif-family);
}
.c-product_item__inner__price span:not(.price) {
  font-size: 76%;
}

.c-product_item__inner__eyecatch__image img { /* TOPのランキング */
  aspect-ratio: 1;
}

.c-product_item__inner__price {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid var(--gray-color);
}
.c-product_item__inner__price__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  letter-spacing: 0;
}
.c-product_item__inner__price__list dt {
  border: var(--main-color) 1px solid;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}
.c-product_item__inner__price__list dd {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.c-product_item__inner__price__list dd .price-no {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.c-product_item__inner__price__list dd .tax {
  font-size: 12px;
  margin-left: .2em;
  line-height: 1;
  margin-bottom: -0.2em;
}
.c-product_item__inner__price__list.--origin dt {
  border-color: var(--gray-color);
  background-color: var(--gray-color);
  color: #fff;
  text-decoration: line-through;
}
.c-product_item__inner__price__list.--origin dd {
  color: var(--gray-color);
  text-decoration: line-through;
}
.c-product_item__inner__price__list.--origin dd .price-no {
  font-size: 16px;
}
.c-product_item__inner__price__list.--origin dd .tax {
  font-size: 9px;
}
.c-product_item__inner__price__list + .c-product_item__inner__price__list {
  margin-top: 5px;
}

/* .p-product-slider .c-product_item__inner__price__list dt {
  font-size: 20px;
}
.p-product-slider .c-product_item__inner__price__list dd .price-no {
  font-size: 34px;
}
.p-product-slider .c-product_item__inner__price__list dd .tax {
  font-size: 18px;
}
.p-product-slider .c-product_item__inner__price__list.--origin dd .price-no {
  font-size: 22px;
}
.p-product-slider .c-product_item__inner__price__list.--origin dd .tax {
  font-size: 12px;
} */

.c-product_item-cart {
  margin-top: 15px;
}
.c-product_item-cart__btn {
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  height: 70px;
  font-family: var(--serif-family);
}
.c-product_item-cart__btn .--inner {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.c-product_item-cart__btn .--icon {
  width: 16px;
  height: auto;
}
.c-product_item__inner__category {
  margin-bottom: 5px;
}
.c-product_item__inner__category__list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}


@media screen and (min-width: 720px) and (max-width: 1020px) {
  .p-product_list .medium-up--one-4 {
    width: calc((100% - 40px) / 3) !important;
    margin-left: 20px !important;
  }
  .p-product_list .medium-up--one-4:nth-child(3n+1) {
    margin-left: 0 !important;
  }
  .p-product_list .medium-up--one-4:nth-child(4) {
    margin-top: 40px;
  }
  .c-product_item__inner__price__list dt {
    font-size: 13px;
  }
  .c-product_item__inner__price__list dd .price-no {
    font-size: 17px;
  }
  .c-product_item__inner__price__list dd .tax {
    font-size: 10px;
  }
  .c-product_item__inner__price__list.--origin dd .price-no {
    font-size: 14px;
  }
  .c-product_item__inner__price__list.--origin dd .tax {
    font-size: 8px;
  }
}

@media screen and (max-width: 719px) {
  .c-product_item__inner__title.u-text--subhead {
    font-size: 16px !important;
  }
  .c-product_item__inner__price.u-text--body {
    font-size: 16px !important;
  }
  .c-product_item-cart__btn {
    height: 45px;

  }
  .c-product_item-cart__btn .--inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 568px) {
  .c-product_item__inner__price__list {
    gap: 5px;
  }
  .c-product_item__inner__price__list dt {
    font-size: 11px;
    padding: 0 3px;
    letter-spacing: 0;
  }
  .c-product_item__inner__price__list dd .price-no {
    font-size: 15px;
  }
  .c-product_item__inner__price__list dd .tax {
    font-size: 8px;
  }
  .c-product_item__inner__price__list.--origin dd .price-no {
    font-size: 13px;
  }
  .c-product_item__inner__price__list.--origin dd .tax {
    font-size: 8px;
  }

  /* TOPのセレクションスライダー */
  .p-product-slider .c-product_item__inner__price__list dt {
    font-size: 16px;
  }
  .p-product-slider .c-product_item__inner__price__list dd .price-no {
    font-size: 20px;
  }
  .p-product-slider .c-product_item__inner__price__list dd .tax {
    font-size: 12px;
  }
  .p-product-slider .c-product_item__inner__price__list.--origin dd .price-no {
    font-size: 16px;
  }
  .p-product-slider .c-product_item__inner__price__list.--origin dd .tax {
    font-size: 9px;
  }
}


/* 商品一覧（products, product_category, search, ranking) */
@media screen and (min-width: 720px) {
  .p-product_list .medium-up--one-4:not(:nth-child(4n+1)) {
    margin-left: 24px;
  }
  .p-product_list .medium-up--one-4 {
    width: calc((100% - 72px) / 4);
  }
  .p-product_list .c-product_ranking::before {
    width: 38px;
    height: 38px;
  }
  .p-product_list .c-product_ranking__text {
    font-size: 20px;
  }
  .p-product_list .c-product_item__inner__eyecatch__tags {
    top: 25px;
    left: 25px;
  }
}

/* 商品スライダー */
.p-product-slider__wrapper {
  width: max(calc(100% + (100vw - 1280px) / 2), calc(100% + 5vw));
}
.p-product-slider .slick-slide {
  margin-right: 24px;
}
.p-product-slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 719px) {
  .p-product-slider {
    width: 90vw;
  }
  .p-product-slider .slick-slide {
    margin-right: 15px;
  }
}

/* よくあるご質問 */
.c-faq {
  padding: 10px 0;
}
.c-faq + .c-faq {
  border-top: 1px solid #807869;
}
.c-faq  dt {
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.c-faq__toggle {
  width: 24px;
  aspect-ratio: 1;
  position: absolute;
  right: 8px;
  top: 12px;
}
.c-faq__toggle:before, 
.c-faq__toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 3px solid #D14302;
  position :absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: rotate .2s ease;
  rotate: 0;
}
dt:not(.is-open) .c-faq__toggle:after {
  rotate: 90deg;
}
.c-faq__q,
.c-faq__a {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.c-faq__tag {
  line-height: 1;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}
.c-faq__q__text {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.c-faq dd {
  padding: 10px 0;
  display: none;
}
.c-faq__a {
  background-color: #FAF6F4;
  padding: 20px;
}
.c-faq__a__text {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
}
.c-faq__a__text a,
.c-faq__q__text a {
  text-decoration: underline !important;
}
@media screen and (max-width: 719px) {
  .c-faq {
    padding: 5px 0;
  }
  .c-faq dt {
    padding-right: 30px;
  }
  .c-faq__tag {
    font-size: 22px;
  }
  .c-faq__toggle {
    width: 18px;
    top: 14px;
  }
  .c-faq__q,
  .c-faq__a {
    column-gap: 10px;
  }
  .c-faq__q__text {
    font-size: 17px;
    margin-top: 4px;
  }
  .c-faq__a__text {
    font-size: 14px;
  }
}

/* CV */
.c-cv {
  background-image: var(--url-cv-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-cv__copy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 719px) {
  .c-cv__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  .c-cv__copy {
    font-size: 21px;
    text-align: center;
  }
  .c-cv__btn {
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .c-cv__copy {
    font-size: 18px;
  }
}

/* KV */
.l-kv {
  background-image: var(--url-kv-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 768px;
  position: relative;
}
.l-kv-menu {
  position: absolute;
  right: 4.6%;
  top: 5.2%;
  display: flex;
  gap: 15px;
}
.l-kv-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 17px;
  border: 1px solid #fff;
  transition: background-color .3s ease;
}
.l-kv-menu li a:hover {
  background-color: rgba(255,255,255,.3);
}
.l-kv-menu li a .--icon {
  width: 16px;
  height: auto;
}
.l-kv-title {
  width: 330px;
  position: absolute;
  top: 37%;
  left: 50%;
  translate: -50%;
}
.l-kv-title__logo {
  width: 100%;
  height: auto;
}
.l-kv-gmenu {
  position: absolute;
  left: 4.7%;
  bottom: 8.5%;
  display: flex;
  gap: 0 20px;
}
.l-kv-gmenu a,
.l-kv-gmenu p {
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  display: inline-block;
  letter-spacing: .1em;
  line-height: 1.3;
}
.l-kv-bnr {
  position: absolute;
  right: 4.6%;
  bottom: 8.5%;
  width: 246px;
}
.l-kv-bnr__link {
  display: block;
}
.l-kv-bnr__link__image {
  width: 100%;
  height: auto;
}
.l-kv-gmenu-children {  /* 仮に非表示 */
  display: flex;
  gap: 0 10px;
  padding-top: 10px;
  display: none;
}
.l-kv-gmenu-g-children {
  display: flex;
  gap: 0 10px;
  padding-top: 10px;
}
.c-hamburger, .c-hamburger-close {
  display: none;
  --border-color: #fff;
}
@media screen and (max-width: 719px) {
  .l-kv-menu, .l-kv-gmenu {
    display: none;
  }
  .l-kv {
    height: 100svh;
  }
  .l-kv-title {
    width: 60%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .l-kv-bnr {
    width: 253px;
    right: 3.8vw;
    bottom: 3.8vw;
  }
  .c-hamburger {
    width: 48px;
    height: 48px;
    background-color: transparent;
    padding: 0;
    border: none;
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 0;
  }
  .c-hamburger:before,
  .c-hamburger:after {
    content: "";
    width: 32px;
    border-top: 2px solid var(--border-color);
    display: block;
    position: absolute;
    left: 8px;
  }
  .c-hamburger:before {
    top: 18px;
  }
  .c-hamburger:after {
    bottom: 18px;
  }
  .l-kv .c-hamburger {
    position: absolute;
    right: 5%;
    top: 8px;
  }
}

/* header */
:root {
  --header-height: 72px;
  @media screen and (max-width: 719px) {
    --header-height: 64px;
  }
}
.l-c-header {
  height: var(--header-height);
}
.l-c-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.4%;
  z-index: 1000;
  transition: box-shadow .3s ease;
}
.l-c-header.scrolling .l-c-header__inner {
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}
.l-c-header.--top-header {
  height: 0;
}
.l-c-header.--top-header.scrolling .l-c-header__inner {
  top: 0;
}
.l-c-header.--top-header .l-c-header__inner {
  transition: top .5s ease;
  top: calc(-1 * var(--header-height));
}

.l-c-header-logo {
  width: 200px;  
}
.l-c-header-logo > a {
  display: block;
}
.l-c-header-logo > a > img {
  width: 100%;
  height: auto;
}

.l-c-header-nav {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.l-c-header-nav__logo {
  display: none;
}
.l-c-header-nav__list {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.l-c-header-nav__list > li > a,
.l-c-header-nav__list > li > p {
  font-size: 16px;
  padding: 23px 0px;
  display: block;
  /* cursor: pointer; */
}
.l-c-header-nav__list > li.--has-children {
  position: relative;
  padding-right: 12px;
}
button.l-c-header-nav__list__button {
  padding: 0;
  border: none;
  background: none;
  display: block;
}
.l-c-header-nav__list__button {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 29px;
}
.l-c-header-nav__list__button:before,
.l-c-header-nav__list__button:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transition: rotate .2s ease;
}
.--has-children:not(.active) .l-c-header-nav__list__button:after {
  rotate: 90deg;
}
.l-c-header-nav__list__children-wrap {
  display: none;
  padding-top: 7px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
}
.l-c-header-nav__list__children {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.l-c-header-nav__list__children > li > a,
.l-c-header-nav__list__children > li > p {
  white-space: nowrap;
  display: block;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--main-color);
}
.l-c-header-nav__list__children > li > a {
  padding-right: 15px;
  background-image: var(--url-arrow-btn);
  background-size: 5px auto;
  background-position: right top 9px;
  background-repeat: no-repeat;
}
.l-c-header-nav__list__children > li + li {
  margin-top: 10px;
}
.l-c-header-nav__list__g-children {
  margin-top: 5px;
  padding-left: 15px;
}
.l-c-header-nav__list__g-children > li > a,
.l-c-header-nav__list__g-children > li > p {
  font-size: 14px;
  white-space: nowrap;
}
.l-c-header-nav__list__g-children > li > a {
  display: inline;
  padding-right: 12px;
  background-image: var(--url-arrow-btn);
  background-size: 5px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.l-c-header-nav__customer {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.l-c-header-nav__customer a {
  display: block;
  width: 26px; 
}
.l-c-header-nav__customer a .--icon {
  width: 100%;
  height: auto;
}
.l-c-header-nav__customer a .--label {
  display: none;
}

.l-c-header-nav__contact {
  display: none;
}

@media screen and (max-width: 995px) {
  .l-c-header__inner {
    padding: 0 2%;
  }
  .l-c-header-logo {
    width: 160px;
  }
  .l-c-header-nav {
    gap: 0 10px;
  }
  .l-c-header-nav__list {
    gap: 0 11px;
  }
  .l-c-header-nav__list > li > a,
  .l-c-header-nav__list > li > p,
  .l-c-header-nav__list__children > li > a,
  .l-c-header-nav__list__children > li > p,
  .l-c-header-nav__list__g-children > li > a,
  .l-c-header-nav__list__g-children > li > p  {
    font-size: 13px;
  }
  .l-c-header-nav__list__button {
    top: 27px;
  }
  .l-c-header-nav__customer {
    gap: 0 10px;
  }
  .l-c-header-nav__customer a {
    width: 19px;
  }
}

.l-c-header-customer {
  display: none;
}

@media screen and (max-width: 719px) {
  .l-c-header__inner {
    padding: 0 5%;
  }
  .l-c-header-logo {
    width: 200px;  
  }
  .l-c-header .c-hamburger {
    --border-color: var(--main-color);
    position: absolute;
    right: calc(5% - 8px);
    top: 50%;
    transform: translateY(-50%);
  }

  .l-c-header-nav {
    /* display: block; */
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 5vw 70px;
    overflow: auto;
    z-index: 1000;
    display: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-overflow-scrolling: touch;
  }
  .l-c-header-nav__logo {
    position: absolute;
    left: 5vw;
    top: 15px;
    width: 200px;
    display: block;
  }
  .l-c-header-nav__logo img {
    width: 100%;
    height: auto;
  }
  .l-c-header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .l-c-header-nav__list > li {
    width: 100%;
    border-bottom: 1px solid var(--main-color);
  }
  .l-c-header-nav__list > li > a, 
  .l-c-header-nav__list > li > p {
    font-size: 20px;
    padding: 13px 10px 13px 0;
    display: block;
    font-weight: 600;
  }
  .l-c-header-nav__list > li > a {
    background-image: var(--url-arrow-btn);
    background-size: 8px auto;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .l-c-header-nav__list > li.--has-children {
    padding-right: 0;
  }
  .l-c-header-nav__list__button {
    position: relative;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
  }
  .l-c-header-nav__list__button:before,
  .l-c-header-nav__list__button:after {
    border-width: 2px;
  }

  .l-c-header-nav__list__children-wrap {
    padding-top: 0;
    position: static;
  }
  .l-c-header-nav__list__children {
    box-shadow: none;
    background-color: transparent;
    padding: 0 0 0 2.5vw;
    margin-top: -9px;
  }
  .l-c-header-nav__list__children > li {
    border-bottom: 1px solid #ccc;
  }
  .l-c-header-nav__list__children > li:last-child {
    border-bottom: none;
  }
  .l-c-header-nav__list__children > li + li {
    margin-top: 0;
  }
  .l-c-header-nav__list__children > li > a, 
  .l-c-header-nav__list__children > li > p {
    padding: 8px 10px 8px 0;
    border-bottom: none;
    font-size: 18px;
    font-weight: 600;
    background-size: 8px auto;
    background-position: right center;
  }

  .l-c-header-nav__list__g-children {
    padding-left: 2.5vw;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    margin-top: -3px;
  }
  .l-c-header-nav__list__g-children > li > a, 
  .l-c-header-nav__list__g-children > li > p {
    font-size: 16px;
    display: block;
    padding: 5px 10px 5px 0;
    background-size: 8px auto;
    background-position: right center;
    white-space: normal;
  }

  /* .l-c-header-nav__customer {
    gap: 0 20px;
    margin-top: 30px;
    justify-content: center;
  }
  .l-c-header-nav__customer li {
    max-width: 200px;
    width: calc((100% - 20px) / 2);
  }
  .l-c-header-nav__customer li a {
    display: flex;
    gap: 0 5px;
    width: 100%;
    height: 40px;
    border: 1px solid var(--main-color);
    align-items: center;
    justify-content: center;
  }
  .l-c-header-nav__customer a .--icon {
    width: 16px;
  }
  .l-c-header-nav__customer a .--label {
    display: inline-block;
  } */

  /* .l-c-header-nav__customer {
    justify-content: center;
    gap: 0 50px;
    margin-top: 30px;
  }
  .l-c-header-nav__customer a {
    width: 30px;
  } */

  .l-c-header-nav__customer {
    position: absolute;
    top: 22px;
    right: calc(5% + 46px);
    gap: 0 18px;
  }
  .l-c-header-nav__customer a {
    width: 24px;
  }

  .l-c-header-nav__list > li:has([href="/shop/contact/draft"]) {
    display: none;
  }
  .l-c-header-nav:has(.l-c-header-nav__list [href="/shop/contact/draft"]) .l-c-header-nav__contact {
    display: block;
    margin-top: 40px;
    text-align: center;
  }

  .c-hamburger-close {
    width: 48px;
    height: 48px;
    background-color: transparent;
    padding: 0;
    border: none;
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 0;
  }
  .c-hamburger-close:before,
  .c-hamburger-close:after {
    content: "";
    width: 32px;
    border-top: 2px solid var(--border-color);
    display: block;
    position: absolute;
    left: 8px;
    top: calc(50% - 1px);
  }
  .c-hamburger-close:before {
    rotate: 45deg;
  }
  .c-hamburger-close:after {
    rotate: -45deg;
  }
  .l-c-header .c-hamburger-close {
    --border-color: var(--main-color);
    position: absolute;
    position: absolute;
    right: calc(5% - 8px);
    top: 8px;
  }

  .l-c-header-customer {
    display: flex;
    position: absolute;
    top: 22px;
    right: calc(5% + 46px);
    gap: 0 18px;
  }
  .l-c-header-customer a {
    width: 24px;
    display: block;
  }
  .l-c-header-customer a .--icon {
    width: 100%;
    height: auto;
  }
  .l-c-header-customer a .--label {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .l-c-header-logo {
    width: 172px;
  }
  .l-c-header-customer {
    /* top: 22px; */
    right: calc(5% + 44px);
    gap: 0 15px;
  }
  .l-c-header-customer a {
    width: 22px;
  }

  .l-c-header-nav__list__g-children > li > a, 
  .l-c-header-nav__list__g-children > li > p {
    font-size: 14px;
  }
  .l-c-header-nav__logo {
    width: 172px;
    top: 18px;
  }
  .l-c-header-nav__customer {
    /* top: 22px; */
    right: calc(5% + 44px);
    gap: 0 15px;
  }
  .l-c-header-nav__customer a {
    width: 22px;
  }
}

/* --- フッター --- */
.l-footer {
  padding: 80px max(calc((100% - 1280px) / 2), 5%);
  border-top: none;
}

.l-footer__logo {
  max-width: none;
  margin-bottom: 0;
}
.l-footer__logo__image {
  margin-bottom: 20px;
}
.l-footer__info__msg {
  font-weight: 500;
  font-family: var(--sans-serif-family);
  font-size: 14px;
  line-height: 1.8;
}

.c-footer_menu__title {
  letter-spacing: 0;
  font-size: 16px !important;
  line-height: 1.5;
}
.c-footer_menu__list {
  flex-direction: column;
}
.c-footer_menu__list__item__inner {
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-footer_menu__list__item__inner::after {
  display: none;
}
.c-footer_menu__list__item__inner.u-font--body {
  font-family: var(--serif-family);
}

.l-footer__info__store__sns {
  margin-top: 40px;
}
.l-footer__info__store__sns:not(.--show-label) .--label {
  display: none;
}
.l-footer__info__store__sns.--show-label {
  display: block;
}
.l-footer__info__store__sns.--show-label .l-footer__info__store__sns__item {
  display: flex inline;
  align-items: center;
  column-gap: 3px;
  margin-right: 0;
}
.l-footer__info__store__sns.--show-label .l-footer__info__store__sns__item + .l-footer__info__store__sns__item {
  margin-top: 7px;
}
.l-footer__info__store__sns .--label {
  font-weight: bold;
  font-size: 16px;
  margin-top: -2px;
}

.l-footer__bottom {
  padding-top: 30px;
  border-top: 1px solid #fff;
  margin-top: 80px;
}

.l-footer__bottom__menu {
  display: flex;
}
.l-footer__bottom__menu a {
  font-size: 14px;
  text-decoration: underline;
}

.l-footer__bottom__copyright {
  font-family: var(--serif-family) !important;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .l-footer__info {
    display: flex;
  }
  .l-footer__logo {
    width: 285px;
    margin-right: 120px;
  }
  .l-footer__menu {
    flex: 1;
  }
  .c-footer_menus {
    display: flex;
    column-gap: 60px;
    margin-top: 0;
    justify-content: center;
  }
  .c-footer_menu {
    display: block;
  }
  .c-footer_menu__title {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-footer_menu__list {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .l-footer__bottom__menu {
    column-gap: 24px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-footer__logo {
    margin-right: 30px;
    width: 195px;
  }
  .l-footer__logo__image {
    max-width: 180px;
  }
  .l-footer__info__msg {
    font-size: 12px;
  }
  .c-footer_menus {
    column-gap: 20px;
  }

  .l-footer__bottom__menu {
    column-gap: 12px;
  }
  .l-footer__bottom__menu a {
    font-size: 12px;
  }   
  .l-footer__bottom {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 45px 5%;
  }
  .l-footer__info__store__sns {
    margin-top: 20px;
  }
  .c-footer_menu__title {
    margin-bottom: 10px;
  }
  .l-footer__bottom {
    padding-top: 20px;
    margin-top: 10px;
  }
  .l-footer__bottom__menu {
    flex-direction: column;
    gap: 10px;
  }
  .l-footer__bottom__copyright {
    margin-top: 30px;
  }
}

/* --- ページネーション --- */
.c-pagination__list {
  border-bottom: none;
}


/* --- 画像スライダー / image_slider（TOPパーツ） --- */
.p-banner-slider-wrapper {
  overflow: hidden;
}
.p-top-information + .p-banner-slider-wrapper {
  padding-top: 0;
}
.p-banner-slider__wrapper {
  width: max(calc(100% + (100vw - 1280px) / 2), calc(100% + 5vw));
}
.p-banner-slider__item {
  margin-right: 24px;
}
.p-banner-slider__item a {
  display: block;
}
.p-banner-slider__item__image {
  /* aspect-ratio: 492 / 322; */
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}
.p-banner-slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 719px) {
  .p-banner-slider__item {
    margin-right: 15px;
  }
}


/* --- ランキング / image_slider（TOPパーツ） --- */
.c-product_item__inner__eyecatch__tags {
  top: 30px;
  left: 30px;
}
.c-product_item__inner__eyecatch__tags .c-product_ranking {
  margin-top: 0;
}
.c-product_ranking::before {
  border: none;
  width: 50px;
  height: 50px;
  background-color: #D14302;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
.c-product_ranking__text {
  font-size: 28px;
  font-family: var(--serif-family);
  font-weight: 400;
  line-height: 1;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .p-category_ranking_section__products.medium-up--one-3 {
    --category_ranking_section_column_gap: 20px;
  }
  .c-product_ranking::before {
    width: 38px;
    height: 38px;
  }
  .c-product_ranking__text {
    font-size: 20px;
  }
  .c-product_item__inner__eyecatch__tags {
    top: 25px;
    left: 25px;
  }
}
@media screen and (max-width: 719px) {
  .p-category_ranking_section__content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  .p-category_ranking_section__products.medium-up--one-3 {
    --category_ranking_section_columns: 1;
  }
}

/* --- お客様の声 / signup（TOPパーツ） --- */
.p-voice-slider__wrapper {
  width: max(calc(100% + (100vw - 1280px) / 2), calc(100% + 5vw));
}
.p-voice-slider__item {
  margin-right: 48px;
}
.p-voice-slider__thum {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-voice-slider__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
.p-voice-slider__stars {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.p-voice-slider__stars .--star {
  width: 20px;
  height: auto;
}
.p-voice-slider__balloon {
  background-color: #FAF6F4;
  padding: 20px 7.8% 30px;
  margin-top: 32px;
  position: relative;
}
.p-voice-slider__balloon:before {
  content: "";
  display:  block;
  width: 32px;
  aspect-ratio: 4 / 3;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #FAF6F4;
  position: absolute;
  left: 30px;
  bottom: calc(100% - 1px);
}
.p-voice-slider__body {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.p-voice-slider__balloon__user {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-color);
}
.p-voice-slider__user {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.p-voice-slider__user-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .p-voice-slider__item {
    margin-right: 24px;
  }
}
@media screen and (max-width: 719px) {
  .p-voice-slider__title {
    font-size: 16px;
  }
  .p-voice-slider__user,
  .p-voice-slider__user-info {
    font-size: 14px;
  }
}

/* --- よみもの / information（TOPパーツ） --- */
.c-column_item__inner__img {
  padding-top: 66.5%;
}
.c-column_item__inner__title.u-text--subhead {
  font-size: 20px !important;
  font-weight: 600;
}
.c-column_item__inner__more-btn {
  margin-top: 10px;
}
@media screen and (min-width: 720px) {
  .p-column__inner__list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 48px;
  }
  .p-column__inner__list .medium-up--one-3 {
    width: calc((100% - 96px) / 3)
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .p-column__inner__list .medium-up--one-3:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .p-column__inner__list .medium-up--one-3 {
    width: calc((100% - 40px) / 3)
  }
}
@media screen and (max-width: 719px) {
  .c-column_item__inner__more-btn {
    margin-top: 20px;
    text-align: right;
  }
}

/* --- お知らせ / information（TOPパーツ）& information_categories --- */
.p-information-news .p-news__inner__list {
  max-width: 900px;
  margin-inline: auto;
}
.c-news_item:first-child {
  border-top: none;
}
.p-top-information .c-news_item,
.p-information-news .c-news_item {
  border-color: #969696;
}
.c-news_item__inner {
  padding: 20px 0;
}
.p-top-information[data-section-type="information"] .c-news_item__inner__date.u-text--subhead,
.p-information-news.l-sec .c-news_item__inner__date.u-text--subhead {
  font-weight: 600;
  font-size: 20px !important;
  color: #807869 !important;
}
.p-top-information .c-news_item__inner__title,
.p-information-news .c-news_item__inner__title {
  font-size: 20px !important;
  font-weight: 500;
}
@media screen and (max-width: 719px) {
  .p-top-information[data-section-type="information"] .c-news_item__inner__date.u-text--subhead,
  .p-information-news.l-sec .c-news_item__inner__date.u-text--subhead {
    font-size: 16px !important;
  }
  .p-top-information .c-news_item__inner__title,
  .p-information-news .c-news_item__inner__title {
    font-size: 16px !important;
  }
}

/* --- インスタグラム / banner（TOPパーツ） --- */
.p-banner_section {
  display: block;
}
.p-insta {
  display: grid;
  gap: 20px;
}
a.p-insta__item {
  display: block;
  position: relative;
}
a.p-insta__item:after {
  content: "";
  display: block;
  width: 11%;
  aspect-ratio: 1;
  background-image: var(--url-icon-insta);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.p-insta__image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 720px) {
  .p-insta[data-pc-columns="1"] {
    grid-template-columns: 1fr;
  }
  .p-insta[data-pc-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-insta[data-pc-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-insta[data-pc-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 719px) {  
  .p-insta[data-sp-columns="1"] {
    grid-template-columns: 1fr;
  }
  .p-insta[data-sp-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* --- 商品詳細 --- */
.p-product_content,
.p-review {
  padding: 0 5%;
}
.p-product_content__inner, 
.p-review__inner {
  max-width: 1000px;
}
.p-product_content__inner__img,
.p-product_content__inner__info {
  width: 48%;
}

.c-product_img__slider--thumbnail {
  margin-top: 10px;
}
.c-product_img__slider--thumbnail .c-product_img__item img {
  border: 1px solid transparent;
}
.c-product_img__slider--thumbnail .c-product_img__item.is-active img {
  border-color: #807869;
}

.c-product_info__desc-sub {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.c-product_info__price {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--gray-color);
}
#price-group .u-text--subhead {
  font-size: 18px !important;
}
#price-group .sales_price {
  font-size: 42px !important;
  font-weight: 600;
  line-height: 1;
}
.c-product_info__form__quantity__label {
  display: none;
}
.c-order_quantity {
  padding: 0 38px;
}
input.c-order_quantity__input {
  padding-right: 0;
  padding-left: 0;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}
.c-order_quantity i {
  color: var(--main-color);
}
.c-product_info__form__submit.fix-hover {
  height: 70px;
  font-weight: 500;
  font-size: 20px !important;
}
.c-product_info__form__submit.fix-hover .--icon-cart {
  width: 16px;
  height: auto;
  margin: -2px 5px 0 0;
}
.c-product_info__menu {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.c-product_info__menu a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.5;
}


.c-product_info__price__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 20px;
  letter-spacing: 0;
}
.c-product_info__price__list dt {
  border: var(--main-color) 1px solid;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.5;
  white-space: nowrap;
}
.c-product_info__price__list dd {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  margin-top: -4px;
  line-height: 1.5;
}
.c-product_info__price__list dd .price-no {
  font-size: 189%;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.c-product_info__price__list dd .tax {
  margin-bottom: -.1em;
  margin-left: .2em;
  line-height: 1;
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}
.c-product_info__price__list dd .no-tax {
  font-size: 89%;
  line-height: 1;
}
.c-product_info__price__before {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-color);
}
.c-product_info__price__before .line-s {
  font-size: inherit;
  position: relative;
}
.c-product_info__price__before .line-s:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid var(--gray-color);
  position: absolute;
  top: 50%;
  left: 0;
}
.c-product_info__price__before .price-no {
  font-size: 157%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.3em;
}
.c-product_info__price__before .tax {
  font-size: 88%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.4em;
  margin-left: .2em;
}
.c-product_info__price__before + .c-product_info__price__list {
  margin-top: 15px;
}


@media screen and (max-width: 719px) {
  .p-product_content__inner__img,
  .p-product_content__inner__info {
    width: 100%;
  }
  .c-product_info__desc-sub {
    font-size: 14px;
  }
  #price-group .u-text--subhead {
    font-size: 16px !important;
  }
  #price-group .sales_price {
    font-size: 24px !important;
  }
  .c-product_info__form__submit.fix-hover {
    height: 60px;
    font-size: 17px !important;
  }
  .c-product_info__title.u-text--head {
    font-size: 22px !important;
  }
  
}

@media screen and (max-width: 568px) {
  .c-product_info__price__before {
    font-size: 12px;
  }
  .c-product_info__price__list {
    gap: 5px 10px;
  }
  .c-product_info__price__list dt {
    font-size: 15px;
  }
  .c-product_info__price__list dd {
    font-size: 15px;
  }
}

/* 商品詳細文のスタイル */
.p-product_desc {
  max-width: 1000px;
  margin: 100px auto 0;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;


}
.p-product_desc img {
  margin-bottom: 1.8em;
  max-width: 100%;
  height: auto;
}
.p-product_desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
.p-product_desc h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  font-family: var(--serif-family);
  margin-bottom: .5em;
}
.p-product_desc h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  font-family: var(--serif-family);
  margin-bottom: .5em;
}
.p-product_desc h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--serif-family);
  margin-bottom: .7em;
}
.c-product-desc-2col {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #807869;
}
.c-product-desc-2col__image {
  width: 100%;
  height: auto;
}
.p-product_desc .c-product-desc-2col img,
.p-product_desc .c-product-desc-2col p {
  margin-bottom: 0;
}

.c-product-desc-4col {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 40px;
}
.c-product-desc-4col .c-product-desc-4col__image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.c-product-desc-4col h4 {
  margin-bottom: 5px;
}
.c-product-desc-4col p {
  margin-bottom: 0;
}

.p-product_desc table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: auto;
  margin-bottom: 1.8em;
}
.p-product_desc table th,
.p-product_desc table td {
  line-height: 1.3;
  font-family: var(--serif-family);
  vertical-align: top;
  text-align: left;
  border-style: solid;
  border-color: #B9B9B9;
  border-width: 1px 1px 0 0;
}
.p-product_desc table th,
.p-product_desc table thead td {
  font-size: 16px;
  background-color: #eee;
  font-weight: 500;
  padding: 10px 12px;
}
.p-product_desc table tbody td {
  font-size: 14px;
  padding: 11px 12px;
}
.p-product_desc table th:first-child,
.p-product_desc table td:first-child {
  border-left-width: 1px;
}
.p-product_desc table tbody tr:last-child th,
.p-product_desc table tbody tr:last-child td {
  border-bottom-width: 1px;
}
.p-product_desc table thead tr:first-child th:first-child, 
.p-product_desc table thead tr:first-child td:first-child, 
.p-product_desc table tbody tr:first-child th:first-child, 
.p-product_desc table tbody tr:first-child td:first-child {
  border-start-start-radius: 5px;
}
.p-product_desc table thead + tbody tr:first-child th:first-child,
.p-product_desc table thead + tbody tr:first-child td:first-child {
  border-start-start-radius: 0;
}
.p-product_desc table thead tr:first-child th:last-child, 
.p-product_desc table thead tr:first-child td:last-child, 
.p-product_desc table tbody tr:first-child th:last-child, 
.p-product_desc table tbody tr:first-child td:last-child {
  border-start-end-radius: 5px;
}
.p-product_desc table thead + tbody tr:first-child th:last-child,
.p-product_desc table thead + tbody tr:first-child td:last-child {
  border-start-end-radius: 0;
}
.p-product_desc table tbody tr:last-child th:first-child,
.p-product_desc table tbody tr:last-child td:first-child {
  border-end-start-radius: 5px;
}
.p-product_desc table tbody tr:last-child th:last-child,
.p-product_desc table tbody tr:last-child td:last-child {
  border-end-end-radius: 5px;
}

.p-product_desc table.c-product-desc-spec th:first-child,
.p-product_desc table.c-product-desc-spec td:first-child {
  width: 250px;
}

@media screen and (min-width: 720px) {
  
  .c-product-desc-2col {
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
  }
  .c-product-desc-2col.pc-reverse {
    flex-direction: row-reverse;
  }
  .c-product-desc-2col__image {
    width: 320px;
  }
  .c-product-desc-2col__text {
    flex: 1;
  }

}
@media screen and (max-width: 719px) {

  .p-product_desc {
    font-size: 14px;
  }
  .p-product_desc p {
    font-size: 14px;
  }
  .p-product_desc h2 {
    font-size: 28px;
  }
  .p-product_desc h3 {
    font-size: 21px;
  }
  .p-product_desc h4 {
    font-size: 17px;
  }

  .c-product-desc-2col {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .c-product-desc-2col__image + .c-product-desc-2col__text,
  .c-product-desc-2col__text + .c-product-desc-2col__image {
    margin-top: 30px;
  }
  
  .c-product-desc-4col {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
    
  .p-product_desc table th,
  .p-product_desc table thead td {
    font-size: 14px;
    padding: 5px 8px;
  }
  .p-product_desc table tbody td {
    font-size: 12px;
    padding: 6px 8px;
  }
  
  .p-product_desc table.c-product-desc-spec th:first-child,
  .p-product_desc table.c-product-desc-spec td:first-child {
    width: 108px;
  }
}
@media screen and (max-width: 374px) {
  .c-product-desc-4col {
    gap: 30px 10px;
  }
}

/* 商品詳細（レビューセクション） */
.p-review {
  border-top: none;
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-review__inner__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.p-review__inner__list__item {
  background-color: #fff;
  border-bottom: none;
}
.p-review__inner__list__item:first-child {
  border-top: none;
}

.c-review_item_detail {
  display: block;
  padding: 25px 9.3% 30px;
}
.c-review_item_detail__left,
.c-review_item_detail__right {
  display: block;
}
.c-review_item_detail__right {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--gray-color);
}
.c-review_item_detail__star {
  display: flex;
  gap: 3px;
  /* color: #D14302;
  font-size: 19px;
  letter-spacing: .1em; */
}
.c-review_item_detail__star .--star {
  width: 20px;
  height: auto;
}
.c-review_item_detail__title.u-text--subhead,
.c-review_item_detail__name.u-text--subhead {
  font-weight: 600;
}
.c-review_item_detail__title {
  margin-top: 10px;
}
.c-review_item_detail__content p {
  word-break: break-all;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.c-review_item_detail__time {
  font-size: 12px;
}

.p-review__inner__btn {
  background: none;
  /* min-width: 260px; */
  position: relative;
  padding-right: 40px;
}
.p-review__inner__btn:before,
.p-review__inner__btn:after {
  content: "";
  display: block;
  width: 23px;
  border-top: 1px solid var(--main-color);
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 18px;
}
.p-review__inner__btn:after {
  rotate: 90deg;
}

@media screen and (max-width: 719px) {
  .p-review {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-review__inner__entry .c-btn-block {
    margin-top: 20px;
  }
  .p-review__inner__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  .p-review__inner__list {
    grid-template-columns: 1fr;
  }
}

/* 商品詳細（関連商品） */
.p-c-recommend_product {
  padding: 60px 0 120px;
}
.p-c-recommend_product__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.p-recommend_product__title {
  text-align: left;
}

@media screen and (min-width: 720px) {
  .p-product-slider__wrapper {
    width: max(calc(100% + (100vw - 1000px) / 2), calc(100% + 5vw));
  }
}
@media screen and (max-width: 719px) {
  .p-c-recommend_product {
    padding: 60px 0;
  }
  .p-recommend_product__title {
    text-align: center;
  }
}

/* --- カスタムページ --- */
.l-pages-title {
  background-color: #807869;
  background-image: var(--bg-title, #807869);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 100px 0 80px;
  position: relative;

}
.l-pages-title__inner {
  width: 90%;
  max-width: 1280px;
  margin-inline: auto;
}
.l-pages-title .c-text-lead {
  margin-top: 20px;
}
.l-pages-title__icon {
  width: 278px;
  height: auto;
  position: absolute;
  right: max(calc((100% - 1280px) / 2 + 70px), calc(5% + 70px));
  top: 50%;
  transform: translateY(-50%);
}
.l-pages-title__mypage-name {
  font-size: 20px;
  margin-top: 20px;
}
.l-pages-title__mypage-name strong {
  font-size: 130%;
  margin-right: .2em;
}
/* .l-pages-title__logout .c-btn {
  height: 40px;
  min-width: 200px;
  font-size: 16px;
} */
.l-pages-title__logout a {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 2;
  font-size: 16px;
}

.l-pages-title__logout a:before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi41IDMuMzMzYzAtLjQ2LjM3My0uODMzLjgzMy0uODMzSDEwdjEuNjY3SDQuMTY3djExLjY2NkgxMFYxNy41SDMuMzMzYS44MzMuODMzIDAgMCAxLS44MzMtLjgzM1YzLjMzM1ptMTEuNjY3IDIuOTg5IDMuMDg5IDMuMDg5YS44MzMuODMzIDAgMCAxIDAgMS4xNzhsLTMuMDkgMy4wOS0xLjE3OC0xLjE3OSAxLjY2Ny0xLjY2N0g2LjY2N1Y5LjE2N2g3Ljk4OEwxMi45ODggNy41bDEuMTc5LTEuMTc4WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  vertical-align: middle;
  margin: -.19em .2em 0 0;
}

@media screen and (max-width: 1024px) {
  .l-pages-title__icon {
    right: 5%;
  }
}
@media screen and (min-width: 720px) {
  .l-pages-title__head {
    margin-top: 140px;
  }
  .l-pages-title__head.--mt0 {
    margin-top: 0;
  }
  .l-pages-title .c-ttl-en {
    font-size: 20px;
  }
  .l-pages-title__logout {
    position: absolute;
    bottom: 40px;
    right: max(calc((100% - 1280px) / 2), 5%);
  }
}
@media screen and (max-width: 719px) {
  .l-pages-title {
    padding: 50px 0;
  }  
  .l-pages-title__icon {
    display: none;
  }
  .l-pages-title__logout {
    text-align: right;
    margin: 10px 0 -15px;
  }
}

/* --- 定期購入について --- */
/* ※TOPと当該ページで共通のパーツのみこちらに記述 */
.p-rp-merit:not(.--lower) {
  margin-top: 80px;
}
.p-rp__prefix {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}
.p-rp__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.8;
}

.p-rp-merit__list__item {
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.p-rp-merit__list__item + .p-rp-merit__list__item:before {
  content: "";
  display: block;
  width: 0;
  height: 105%;
  border-right: 1px solid var(--main-color);
  position: absolute;
  rotate: 20deg;
  top: 0;
  left: 0;
  transform-origin: top;
}
.p-rp-merit__list__item .--icon {
  width: 62px;
  height: auto;
  margin: 0 auto 20px;
}
.p-rp-merit__list__item .--head {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.p-rp-merit__list__item .--desc {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 5px;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .p-rp-merit__list {
    margin-top: 60px;
    display: flex;
    column-gap: 80px;
    justify-content: center;
  }
  .p-rp-merit__list__item {
    width: min(320px, calc((100% - 160px / 3)));
  }
}
@media screen and (min-width: 720px) and (max-width: 1000px) {
  .p-rp-merit__list {
    column-gap: 50px;
  }
  .p-rp-merit__list__item + .p-rp-merit__list__item:before {
    height: 102%;
    rotate: 14deg;
  }
  .p-rp-merit__list__item .--head {
    font-size: 18px;
  }
  .p-rp-merit__list__item .--desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 719px) {
  .p-rp-merit {
    margin-top: 40px;
  }
  .p-rp__title {
    font-size: 22px;
  }
  .p-rp-merit__list {
    max-width: 360px;
    margin: 30px auto 0;
  }
  .p-rp-merit__list__item + .p-rp-merit__list__item {
    margin-top: 65px;
  }
  .p-rp-merit__list__item + .p-rp-merit__list__item:before {
    height: 0;
    width: 250px;
    border-top: 1px solid var(--main-color);
    border-right: none;
    left: 50%;
    translate: -50%;
    top:-32px;
    rotate: -10deg;
  }
}

.p-rp-special {
  background-color: #807869;
  padding: 60px 4.7%;
  color: #fff;
  margin-top: 40px;
}
.p-rp-special .c-text-lead {
  margin-top: 10px;
}
.p-rp-special__list {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.p-rp-special__list__item {
  background-color: #6D6556;
  padding: 20px 2%;
  width: calc((100% - 40px) / 3);
}
.p-rp-special__list__item .--no {
  color: #E1DABC;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px;
}
.p-rp-special__list__item .--head {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .05em;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 720px) and (max-width: 1000px) {
  .p-rp-special__list {
    gap: 15px;
  }
  .p-rp-special__list__item {
    width: calc((100% - 30px) / 3);
  }
  .p-rp-special__list__item .--head {
    font-size: 17px;
  }
  .p-rp-special__list__item .c-text-lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 719px) {
  .p-rp-special {
    padding: 30px 5%;
    margin: 20px -5vw 0;
  }
  .p-rp-special__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-rp-special__list__item {
    width: calc((100% - 20px) / 2);
    padding: 20px 3%;
  }
}
@media screen and (max-width: 568px) {
  .p-rp-special__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
  .p-rp-special__list__item {
    width: 100%;
    max-width: 360px;
    padding: 20px 7%;
  }
}


/* --- マイページTOP --- */
.p-mypage-menu {
  display: grid;
  gap: 60px 48px;
  grid-template-columns: repeat(3, 1fr);
}
.p-mypage-menu__item {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 25px 3px 35px;
}
.p-mypage-menu__icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 0 auto 20px;
}
.p-mypage-menu__head {
  color: #807869;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
  word-break: keep-all;
}
.p-mypage-menu__text {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  color: var(--main-color);
  word-break: keep-all;
}
@media screen and (max-width: 1350px) {
  .p-mypage-menu {
    gap: 50px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mypage-menu {
    gap: 30px 20px;
  }
  .p-mypage-menu__head {
    font-size: 18px;
  }
  .p-mypage-menu__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 719px) {
  .p-mypage-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 569px) {
  .p-mypage-menu {
    gap: 20px 10px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 374px) {
  
  .p-mypage-menu__head {
    font-size: 16px;
  }
  .p-mypage-menu__text {
    font-size: 13px;
  }
}

.p-mypage-tel {
  background-color: #fff;
  border: 6px solid #E1DABC;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10%;
}
.p-mypage-tel__head {
  text-align: center;
  min-height: 177px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-mypage-tel__head:after {
  content: "";
  width: 0;
  display: block;
  height: 190px;
  border-right: 1px solid var(--main-color);
  rotate: 20deg;
  position: absolute;
  right: -17%;
  translate: -50% -50%;
  top: 50%;
}
.p-mypage-tel__head__title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.p-mypage-tel__head__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-mypage-tel__body {
  min-height: 177px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-mypage-tel__body__tel-link {
  display: inline-block;
  letter-spacing: .05em;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4;

}
.p-mypage-tel__body__tel-link .--tel-no {
  border-bottom: 3px solid var(--main-color);
  line-height: 1.2;
  display: inline-block;
}
.p-mypage-tel__body__tel-link:before {
  content: "";
  display: inline-block;
  width: 1.03em;
  aspect-ratio: 1;
  background-image: var(--url-tel-icon);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 .2em -.25em 0;
}
.p-mypage-tel__body__time {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
}
.p-mypage-tel__body__time dt {
  background-color: #E1DABC;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  padding: 12px 10px 10px; 
}
.p-mypage-tel__body__time dd {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) and (min-width: 720px) {
  .p-mypage-tel {
    padding: 40px 20px;
  }
  .p-mypage-tel__head,
  .p-mypage-tel__body {
    min-height: 150px;
  }
  .p-mypage-tel__head:after {
    height: 160px;
  }
  .p-mypage-tel__head__title {
    font-size: 18px;
  }
  .p-mypage-tel__head__text {
    font-size: 12px;
  }
  .p-mypage-tel__body__tel-link {
    font-size: 30px;
  }
  .p-mypage-tel__body__time {
    column-gap: 10px;
  }
  .p-mypage-tel__body__time dt,
  .p-mypage-tel__body__time dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 719px) {
  .p-mypage-tel {
    flex-direction: column;
    gap: 100px 0;
  }
  .p-mypage-tel__head,
  .p-mypage-tel__body {
    min-height: auto;
  }
  .p-mypage-tel__head {
    width: 100%;
  }
  .p-mypage-tel__head:after {
    height: 0;
    width: 85%;
    border-right: none;
    border-top: 1px solid var(--main-color);
    rotate: -8deg;
    right: 50%;
    translate: 50% 0;
    top: auto;
    bottom: -50px;
  }
  .p-mypage-tel__body__tel-link {
    font-size: 40px;
  }
  .p-mypage-tel__body__time {
    column-gap: 15px;
  }
  .p-mypage-tel__body__time dt,
  .p-mypage-tel__body__time dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 569px) {
  .p-mypage-tel {
    gap: 74px 0;
    padding: 30px 6%;
    border-width: 4px;
  }
  .p-mypage-tel__head__title {
    font-size: 24px;
  }
  .p-mypage-tel__head__text {
    font-size: 14px;
  }
  .p-mypage-tel__head:after {
    bottom: -37px;
    width: 92%;
  }
  .p-mypage-tel__body__tel-link {
    font-size: 36px;
  }
  .p-mypage-tel__body__time {
    column-gap: 10px;
  }
  .p-mypage-tel__body__time dt,
  .p-mypage-tel__body__time dd {
    font-size: 14px;
  }
  .p-mypage-tel__body__time dt {
    padding: 9px 7px 7px;
  }
}
@media screen and (max-width: 374px) {
  .p-mypage-tel__head:after {
    rotate: -10deg;
  }
  .p-mypage-tel__head__title {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .p-mypage-tel__head__text {
    font-size: 12px;
  }
  .p-mypage-tel__body__tel-link {
    font-size: 32px;
  }
  .p-mypage-tel__body__time {
    column-gap: 7px;
  }
  .p-mypage-tel__body__time dt,
  .p-mypage-tel__body__time dd {
    font-size: 12px;
  }
  .p-mypage-tel__body__time dt {
    padding: 5px 4px 4px;
  }
}

/* ドキュメント関連 */
.p-page_content__inner > ul > li:not(:last-child) {
  margin-bottom: 50px;
}
.c-doc-style h2 {
    font-weight: bold;
  font-size: 25px !important;
  line-height: 1.3;
  font-family: var(--serif-family);
  margin-bottom: .5em;
}
.c-doc-style h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--serif-family);
}

.c-doc-style p {
  line-height: 1.5;
}

.c-doc-style a {
  text-decoration: underline;
}

.c-doc-style img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.c-doc-style table {
  table-layout: auto;
}

.c-doc-style table th,
.c-doc-style table td  {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
}
.c-doc-style table th {
  text-align: center;
  background-color: #FAF6F4;
  font-weight: bold;
}

.c-doc-style table.deliveryTbl tbody th {
  width: 120px;
}
.c-doc-style table.deliveryTbl td:last-child,
.c-doc-style table.deliveryTbl th:last-child {
  width: 160px;
}

.c-doc-style table td.priceTD {
  text-align: center;
  font-weight: bold;
}

.c-doc-style table.deliveryTblFee th {
  width: 220px;
}

@media screen and (max-width: 568px) {
  .c-doc-style table.deliveryTbl tbody th {
    width: 48px;
  }
  .c-doc-style table.deliveryTbl td:last-child,
  .c-doc-style table.deliveryTbl th:last-child {
    width: 120px;
  }
  .c-doc-style table.deliveryTblFee th {
    width: auto;
  }
}

.c-box-note {
  background-color: #FAF6F4;
  padding: 20px;
}
.c-box-note p {
  margin-top: 0;
}
.c-box-note__head {
  font-weight: bold;
}

.c-doc-style .p-mypage-tel a {
  text-decoration: none;
}

p.p-mypage-tel__body__text {
  margin: 0 0 5px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 720px) {
  .c-doc-style .p-mypage-tel {
    padding: 40px 20px;
  }
  .c-doc-style .p-mypage-tel__head,
  .c-doc-style .p-mypage-tel__body {
    min-height: 150px;
  }
  .c-doc-style .p-mypage-tel__head:after {
    height: 160px;
  }
  .c-doc-style .p-mypage-tel__head__title {
    font-size: 18px;
  }
  .c-doc-style .p-mypage-tel__head__text {
    font-size: 14px;
  }
  .c-doc-style .p-mypage-tel__body__tel-link {
    font-size: 30px;
  }
  .c-doc-style .p-mypage-tel__body__time {
    column-gap: 10px;
  }
  .c-doc-style .p-mypage-tel__body__time dt,
  .c-doc-style .p-mypage-tel__body__time dd {
    font-size: 14px;
  }
  .c-doc-style.p-page_content__inner li .u-text--body {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 719px) {
  .p-page_content__inner > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .c-doc-style h2 {
    font-size: 21px !important;
  }
  .c-doc-style h3 {
    font-size: 17px;
  }
}

/* ギフトサービス関連 */
#cart-show-view {
  --js-color-page-accent-lighten: #FAF6F4;
}

/* カートページ */
#cart-show-view {
  min-height: calc(100vh - 689px);
}
#back-shopping-btn.c-cart_submit__block__submit {
  font-weight: bold;
  border: 1px solid var(--main-color);
}
@media screen and (max-width: 719px) {
  #cart-show-view {
    min-height: calc(100vh - 1233px);
  }
  .c-cart_submit__block__submit.u-text--btn {
    font-size: 16px !important;
  }
}

/* お知らせ詳細 */
.p-column_header__panel__inner__top__date.u-text--body {
  color: #807869 !important;
  font-weight: 600;
  font-size: 20px !important;
  font-family: var(--serif-family);
}
.p-column_header__panel__inner__title.u-text--head {
  font-size: 26px !important;
}
@media screen and (min-width: 720px) {
  
  .p-column_header__panel__inner {
    max-width: 1000px;
    padding: 40px 50px 0;
  }
  .p-page_article__inner {
    max-width: 1000px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 719px) {
  .p-column_header__panel__inner__top__date.u-text--body {
    font-size: 16px !important;
  }
  .p-column_header__panel__inner__title.u-text--head {
    font-size: 20px !important;
  }
}

/* カテゴリーなど */
.c-badge {
  /* font-size: 14px;
  padding: 3px 5px 1px; */
  font-size: 12px;
  padding: 2px 5px 0px;
  font-weight: 500;
}
.c-badge.--base {
  border-color: #807869;
  color: #807869;
}
.c-badge.--selection {
  border: none;
  background-color: var(--main-color);
  color: #fff;
}
.c-badge.--subs {
  border: none;
  background-color: #807869;
  color: #fff;
}
.c-badge.--else {
  border: none;
  background-color: #E1DABC;
  color: var(--main-color);
}

.has-bg-color .c-badge.--base {
  background-color: #fff;
  border: none;
  color: var(--main-color);
}
.p-product-slider,
.p-category_ranking_section__products,
.p-rp-products__category,
.c-product_info__category {  /* 大き目に表示するケース */
  .c-badge {
    font-size: 14px;
    padding: 3px 5px 1px;
  }
}
@media screen and (min-width: 720px) {  /* 商品詳細のPC（さらに大きく） */
  .c-product_info__category .c-product_item__inner__category__list {
    gap: 7px 10px;
  }
  .c-product_info__category .c-badge {
    padding: 7px 10px 5px;
  }
}

/* 会員登録ページ */
.p-account_form__inner__bottom__btn {
  max-width: 400px;
}
@media screen and (max-width: 719px) {
  .p-account_form__inner__bottom__btn {
    max-width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .p-account_form__inner__bottom__btn {
    font-size: 14px !important;
    max-width: 300px;
  }
}