@charset "UTF-8";
:root {
  --font-zen: 'Zen Kaku Gothic New', sans-serif;
  --font-yugo: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --font-en: 'Roboto', sans-serif;
  --primary-color: #501a09;
  --brown-color: #cb6443;
  --beige-color: #f5f2e5;
  --green-color: #0eac4f;
}

* {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: var(--font-yugo);
}

.u-font--body {
  color: #501a09 !important;
}

.u-text--body {
  color: #501a09 !important;
}

.u-text--link {
  color: #501a09 !important;
  color: var(--primary-color) !important;
}

.u-color__btn--bg {
  background: #501a09 !important;
  background: var(--primary-color) !important;
}

.u-color__btn--bg {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 9999px;
}

.u-color__border--border {
  border-color: #e8e5d4 !important;
}

.u-color__btn--bg--overlay {
  background: #501a09 !important;
  background: var(--primary-color) !important;
}

.u-color__btn--bg--overlay {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.u-color__bg--bg {
  background: #f7f6f0 !important;
}

.u-text--subhead {
  color: #501a09 !important;
  color: var(--primary-color) !important;
}

.u-color__bg--accent {
  background: #cb6443 !important;
  background: var(--brown-color) !important;
}

.u-text--head {
  color: #501a09 !important;
  color: var(--primary-color) !important;
  font-family: 'Roboto', sans-serif !important;
  font-family: var(--font-en) !important;
}

.c-steps_to_order__number.is-complete::after {
  border-color: #501a09 !important;
  border-color: var(--primary-color) !important;
}

.l-header .c-announce_bar {
  background-color: #db957e !important;
}

.l-header .c-announce_bar {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-concept--layout3,
.p-concept--layout4 {
  background: #f7f6f0 !important;
}

.c-steps_to_order__number {
  background: #f7f6f0;
}

.c-steps_to_order__number.is-active,
.c-steps_to_order__number.is-complete {
  background: #501a09 !important;
  background: var(--primary-color) !important;
}

.p-account__inner .text--note {
  font-size: 12px;
  margin-top: 10px;
}

.p-account__inner .text--note a {
  text-decoration: underline;
}

.c-account_table .table-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-account__inner__content__form__bottom__leave {
  color: #fff !important;
}

.p-account__inner__content__form__bottom__leave {
  font-weight: bold;
  background: #666;
  border-radius: 9999px;
}

.c-account_menu__btn {
  font-weight: bold;
  background: #cb6443;
  background: var(--brown-color);
  margin-top: 20px;
}

.c-product_info__title,
.c-product_info__description {
  font-weight: bold;
}

.product-info-box {
  border: 2px solid #501a09;
  border: 2px solid var(--primary-color);
  padding: 15px 20px;
  background: #f7f6f0;
}

.product-info-box strong {
  color: #501a09;
  color: var(--primary-color);
}

.p-subscription_detail__block__note {
  border: 2px solid #501a09;
  border: 2px solid var(--primary-color);
  padding: 15px 20px;
  background: #f7f6f0;
  margin-top: 20px;
}

.p-subscription_detail__block__note p {
  font-size: 14px;
}

.p-subscription_detail__block__note p a {
  color: #501a09;
  color: var(--primary-color);
  font-weight: bold;
  text-decoration: underline;
}

.customer__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px 3%;
  margin-top: 30px;
}

.customer__link__list .box {
  width: 48.5%;
  text-align: center;
  position: relative;
  border: 3px solid #f4f2ea;
  border-radius: 15px;
  padding: 30px 15px;
  overflow: hidden;
}

.customer__link__list .box .img {
  max-width: 48px;
  margin: 0 auto 8px;
}

.customer__link__list .box .ttl {
  font-size: 18px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .customer__link__list {
    gap: 20px 0;
  }
  .customer__link__list .box {
    padding: 20px 0 35px;
  }
  .customer__link__list .box .img {
    max-width: 40px;
  }
  .customer__link__list .box .ttl {
    font-size: 14px;
  }
}
.c-cart_item__img,
.c-cart_item__info__title {
  pointer-events: none;
}

.p-checkout_confirm__float {
  z-index: 9999;
}

.line_new_ec {
  margin-bottom: 40px;
}

#sec__customer,
#sec__pet {
  padding-top: 170px !important;
  margin-top: -100px !important;
}

.form_label_ec {
  white-space: normal;
}

.footer_head {
  color: #beb686 !important;
}

.footer_bg {
  background: #f7f6f0 !important;
}

.btn__more {
  font-size: 18px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #501a09;
  background: var(--primary-color);
  border-radius: 9999px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .btn__more {
    font-size: 16px;
    height: 60px;
  }
}
.btn__more:hover {
  opacity: 0.4;
}

.btn__more:after {
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/hugboxjp/uploads/img/common/ico_arrow_white.svg) no-repeat left top/100%;
  width: 18px;
  height: 9px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn__more02 {
  text-align: right;
}

.btn__more02 a {
  font-size: 14px;
  color: #479dc5;
  font-weight: bold;
  border-bottom: 1px solid #479dc5;
  position: relative;
  padding: 0 30px 5px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn__more02 a:hover {
  opacity: 0.4;
}

.btn__more02 a:after {
  content: "→";
  font-size: 14px;
  color: #479dc5;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

.btn__arrow {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e8e5d4;
}

@media only screen and (min-width: 719px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 718px) {
  .pc {
    display: none !important;
  }
}
/* HUGBOX */
.company .contents {
  padding: 90px 0 95px;
}

.company .contents .base {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.company .contents__ttl {
  font-size: 32px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4em;
  margin-bottom: 45px;
  text-align: center;
}

.company .contents__stl {
  text-align: center;
}

.company .contents__stl__txt01 {
  font-size: 16px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #501a09;
  color: var(--primary-color);
  margin-bottom: -10px;
}

.company .contents__stl__txt02 {
  font-size: 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.06em;
  max-width: 638px;
  background: #f7f6f0;
  margin: 0 auto 60px;
  padding: 20px 15px;
}

.company .contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px 2%;
}

.company .contents__list__item {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .company .contents {
    padding: 55px 0 60px;
  }
  .company .contents__ttl {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .company .contents__stl__txt02 {
    font-size: 20px;
    margin: 0 auto 40px;
    padding: 15px;
  }
  .company .contents__list {
    gap: 15px 0;
  }
  .company .contents__list__item {
    width: 100%;
  }
}
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/*
media query
*/
/*
media query
*/
/* ----------------------------------------------------------------
common
------------------------------------------------------------------- */
.u-font-zen {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
}

.l-header {
  border: none;
}

main[\:has\(.p-custom\)] {
  padding-top: 0 !important;
}

main[\:has\(.p-custom\)] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main:has(.p-custom) {
  padding-top: 0 !important;
}

main:has(.p-custom) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body {
  color: #501a09 !important;
  color: var(--primary-color) !important;
}

body.no_scroll {
  overflow: hidden;
}

.l-wrapper-none {
  overflow: visible !important;
}

.l-wrapper-none {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h2,
h3,
h4,
h5,
h6,
p {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: var(--font-yugo);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
}

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

.p-page_header__inner__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-page_header__inner__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 718px) {
  .p-page_header__inner__title {
    font-size: 28px;
  }
}
.p-page_header__inner__title.u-text--head {
  color: #501a09 !important;
  color: var(--primary-color) !important;
  font-size: 52px !important;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-page_header__inner__title.u-text--head {
    font-size: 36px !important;
  }
}
@media only screen and (max-width: 718px) {
  .p-page_header__inner__title.u-text--head {
    font-size: 28px !important;
  }
}

.l-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-inline: 30px;
}
@media only screen and (max-width: 718px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}

.l-inner--lg {
  max-width: 1300px;
}

.l-container[\:has\(.p-custom\)] {
  margin-top: 265px;
  color: #501a09;
  color: var(--primary-color);
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0;
}

.l-container[\:has\(.p-custom\)] {
  margin-top: 265px;
  color: #501a09;
  color: var(--primary-color);
  padding-left: 0;
  padding-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0;
}

.l-container:has(.p-custom) {
  margin-top: 265px;
  color: #501a09;
  color: var(--primary-color);
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0;
}
@media only screen and (max-width: 718px) {
  .l-container[\:has\(.p-custom\)] {
    margin-top: 122px;
  }
  .l-container:has(.p-custom) {
    margin-top: 122px;
  }
}

.l-container[\:has\(.p-top\)] {
  margin-top: 0;
}

.l-container:has(.p-top) {
  margin-top: 0;
}

.l-container[\:has\(.p-products\)] {
  margin-top: 0;
}

.l-container:has(.p-products) {
  margin-top: 0;
}
@media only screen and (max-width: 718px) {
  .l-container[\:has\(.p-products\)] {
    margin-top: 122px;
  }
  .l-container:has(.p-products) {
    margin-top: 122px;
  }
}

.l-container[\:has\(.p-products-detail\)] {
  margin-top: 160px;
}

.l-container:has(.p-products-detail) {
  margin-top: 160px;
}
@media only screen and (max-width: 718px) {
  .l-container[\:has\(.p-products-detail\)] {
    margin-top: 75px;
  }
  .l-container:has(.p-products-detail) {
    margin-top: 75px;
  }
}

.l-container[\:has\(.p-contact\)],
.l-container[\:has\(.p-about\)],
.l-container[\:has\(.p-membership\)] {
  margin-top: 281px;
}

.l-container:has(.p-contact),
.l-container:has(.p-about),
.l-container:has(.p-membership) {
  margin-top: 281px;
}
@media only screen and (max-width: 718px) {
  .l-container[\:has\(.p-contact\)],
  .l-container[\:has\(.p-about\)],
  .l-container[\:has\(.p-membership\)] {
    margin-top: 122px;
  }
  .l-container:has(.p-contact),
  .l-container:has(.p-about),
  .l-container:has(.p-membership) {
    margin-top: 122px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 718px) {
  .u-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 719px) {
  .u-sp {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-1024 {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .u-901 {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .u-900 {
    display: none !important;
  }
}

@media (max-width: 1168px) {
  .u-1168 {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .u-1081 {
    display: none !important;
  }
}

@media (min-width: 1081px) {
  .u-1080 {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .u-1025 {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-1024 {
    display: none !important;
  }
}

@media (min-width: 933px) {
  .u-901-932 {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .u-901-932 {
    display: none !important;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt-13 {
  margin-top: -13px;
}
@media only screen and (max-width: 718px) {
  .u-mt-13 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 718px) {
  .u-sp-no-wrap {
    white-space: nowrap !important;
  }
}

.u-bg-white {
  background-color: #fff !important;
}

/* --------------------------------
c-btn
----------------------------------- */
.c-btn {
  display: inline-block;
  min-width: 400px;
  border-radius: 135px;
  padding: 26.5px 24px 23px 24px;
  background-color: #cb6443;
  background-color: var(--brown-color);
  border: 3px solid #cb6443;
  border: 3px solid var(--brown-color);
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .c-btn {
    min-width: 300px;
    padding: 20.5px 20px 18px 20px;
  }
}
@media only screen and (max-width: 718px) {
  .c-btn {
    min-width: 295px;
    padding: 17px 20px 15px 20px;
    border: 2px solid #cb6443;
    border: 2px solid var(--brown-color);
  }
}
.c-btn span {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04rem;
  padding-right: 25px;
  position: relative;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .c-btn span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 718px) {
  .c-btn span {
    font-size: 16px;
    padding-right: 20px;
  }
}
.c-btn span::before {
  position: absolute;
  content: "";
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-btn span::before {
    width: 15px;
    height: 15px;
  }
}
.c-btn span::after {
  position: absolute;
  content: "";
  top: 55%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background-color: #cb6443;
  background-color: var(--brown-color);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-btn span::after {
    right: 4.5px;
    width: 4.5px;
    height: 6.5px;
  }
}

.c-btn--login,
.c-btn--register {
  min-width: 240px;
  border: none;
  padding: 17px 15px 16px 15px;
}
@media only screen and (max-width: 718px) {
  .c-btn--login,
  .c-btn--register {
    min-width: 163px;
    padding: 12px;
    padding: 13.5px 20px 12.5px 20px;
  }
}
.c-btn--login span,
.c-btn--register span {
  font-size: 18px;
  padding-right: 21px;
}
@media only screen and (max-width: 718px) {
  .c-btn--login span,
  .c-btn--register span {
    font-size: 16px;
    padding-right: 20px;
  }
}
.c-btn--login span::before,
.c-btn--register span::before {
  width: 17px;
  height: 17px;
}
@media only screen and (max-width: 718px) {
  .c-btn--login span::before,
  .c-btn--register span::before {
    width: 15px;
    height: 15px;
  }
}
.c-btn--login span::after,
.c-btn--register span::after {
  right: 5px;
  width: 5px;
  height: 7px;
}
@media only screen and (max-width: 718px) {
  .c-btn--login span::after,
  .c-btn--register span::after {
    right: 4px;
    width: 5px;
    height: 6px;
  }
}

.c-btn--login {
  background-color: #fff;
  color: #cb6443;
  color: var(--brown-color);
}
.c-btn--login span::before {
  background-color: #cb6443;
  background-color: var(--brown-color);
}
.c-btn--login span::after {
  background-color: #fff;
}

.c-btn--line {
  background-color: #0eac4f;
  background-color: var(--green-color);
  border: 3px solid #0eac4f;
  border: 3px solid var(--green-color);
}
.c-btn--line span::after {
  background-color: #0eac4f;
  background-color: var(--green-color);
}

.c-btn--cart {
  width: 100%;
  min-width: 0;
  min-width: initial;
}
.c-btn--cart span {
  padding-left: 40px;
  padding-right: 0;
}
@media only screen and (max-width: 718px) {
  .c-btn--cart span {
    padding-left: 29px;
  }
}
.c-btn--cart span::before {
  background-color: #fff;
  -webkit-mask-image: url(https://d2w53g1q050m78.cloudfront.net/hugboxjp/uploads/assets/img/common/icon_cart02.svg);
          mask-image: url(https://d2w53g1q050m78.cloudfront.net/hugboxjp/uploads/assets/img/common/icon_cart02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  right: auto;
  right: initial;
  top: 50%;
  left: 0;
  width: 34px;
  height: 44px;
}
@media only screen and (max-width: 718px) {
  .c-btn--cart span::before {
    width: 25px;
    height: 34px;
  }
}
.c-btn--cart span::after {
  display: none;
}

.c-btn--review {
  min-width: 0;
  min-width: initial;
  width: 100%;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .c-btn--review {
    padding: 22.5px 20px 19px 20px;
  }
}
@media only screen and (max-width: 718px) {
  .c-btn--review {
    min-width: 295px;
    padding: 19px 20px 16px 20px;
    border: 2px solid #cb6443;
    border: 2px solid var(--brown-color);
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    color: #cb6443;
    color: var(--brown-color);
  }
  .c-btn:hover span::before {
    background-color: #cb6443;
    background-color: var(--brown-color);
  }
  .c-btn:hover span::after {
    background-color: #fff;
  }
  .c-btn--login:hover {
    background-color: #cb6443;
    background-color: var(--brown-color);
    color: #fff;
  }
  .c-btn--login:hover span::before {
    background-color: #fff;
  }
  .c-btn--login:hover span::after {
    background-color: #cb6443;
    background-color: var(--brown-color);
  }
  .c-btn--line:hover {
    background-color: #fff;
    color: #0eac4f;
    color: var(--green-color);
  }
  .c-btn--line:hover span::before {
    background-color: #0eac4f;
    background-color: var(--green-color);
  }
  .c-btn--line:hover span::after {
    background-color: #fff;
  }
  .c-btn--review-white:hover span::before {
    background-color: #fff;
  }
}
/* --------------------------------
c-text-btn
----------------------------------- */
.c-text-btn {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #501a09;
  color: var(--primary-color);
  padding-right: 27px;
  position: relative;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .c-text-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 718px) {
  .c-text-btn {
    font-size: 14px;
    padding-right: 18px;
  }
}
.c-text-btn span {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-text-btn::before {
  position: absolute;
  content: "";
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #cb6443;
  background-color: var(--brown-color);
  border: 1px solid #cb6443;
  border: 1px solid var(--brown-color);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-text-btn::before {
    width: 15px;
    height: 15px;
  }
}
.c-text-btn::after {
  position: absolute;
  content: "";
  top: 52%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-text-btn::after {
    right: 4px;
    width: 5px;
    height: 6px;
  }
}

.c-text-btn--gmenu {
  font-size: 16px;
  padding-right: 20px;
}
.c-text-btn--gmenu::before {
  position: absolute;
  content: "";
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #cb6443;
  background-color: var(--brown-color);
  border: 1px solid #cb6443;
  border: 1px solid var(--brown-color);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-text-btn--gmenu::before {
    width: 15px;
    height: 15px;
  }
}
.c-text-btn--gmenu::after {
  position: absolute;
  content: "";
  top: 52%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-text-btn--gmenu::after {
    right: 4px;
    width: 5px;
    height: 6px;
  }
}

.c-text-btn--no-link {
  display: inline-block;
}

.c-text-btn--down::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  top: 54%;
  right: 7px;
}
@media only screen and (max-width: 718px) {
  .c-text-btn--down::after {
    right: 5px;
  }
}

@media (any-hover: hover) {
  .c-text-btn:hover span {
    opacity: 0.7;
  }
  .c-text-btn:hover::before {
    background-color: #fff;
    border-color: #cb6443;
    border-color: var(--brown-color);
    opacity: 1;
  }
  .c-text-btn:hover::after {
    background-color: #cb6443;
    background-color: var(--brown-color);
    opacity: 1;
  }
  .c-text-btn--border-none:hover::before {
    border-color: #fff;
  }
}
/* --------------------------------
c-text
----------------------------------- */
.c-text {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
}
@media (min-width: 719px) and (max-width: 1024px) {
  .c-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 718px) {
  .c-text {
    font-size: 14px;
  }
}

.c-text--180 {
  line-height: 1.8;
}

.c-text--240 {
  line-height: 2.4;
}

.c-text--white {
  color: #fff;
}

/* --------------------------------
c-section-title
----------------------------------- */
.c-section-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
}
@media (min-width: 719px) and (max-width: 1024px) {
  .c-section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 718px) {
  .c-section-title {
    font-size: 24px;
    text-align: center;
  }
}

.c-section-title--center {
  text-align: center;
}

.c-section-title--left {
  text-align: left;
}

@media only screen and (max-width: 718px) {
  .c-section-title--sp-left {
    text-align: left;
  }
}

/* --------------------------------
c-lower-title
----------------------------------- */
.c-lower-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .c-lower-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 718px) {
  .c-lower-title {
    font-size: 28px;
  }
}

.c-lower-title--center {
  text-align: center;
}

/* --------------------------------
c-delivery
----------------------------------- */
.c-delivery {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: 24px;
}
@media only screen and (max-width: 718px) {
  .c-delivery {
    padding-left: 18px;
  }
}
.c-delivery::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/hugboxjp/uploads/assets/img/common/icon_delivery.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media only screen and (max-width: 718px) {
  .c-delivery::before {
    width: 16px;
    height: 16px;
  }
}
.c-delivery span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media only screen and (max-width: 718px) {
  .c-delivery span {
    font-size: 12px;
  }
}

@media (any-hover: hover) {
  .c-delivery:hover {
    opacity: 0.7;
  }
}
/* --------------------------------
p-product-item 商品アイテム共通
----------------------------------- */
.p-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-product-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-product-item__img {
  border-radius: 20px;
  overflow: hidden;
}
.p-product-item__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.p-product-item__body {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-product-item__body {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 718px) {
  .p-product-item__body {
    margin-top: 14px;
  }
}

.p-product-item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 718px) {
  .p-product-item__category {
    gap: 5px;
  }
}
.p-product-item__category li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #501a09;
  color: var(--primary-color);
  background-color: #f5f2e5;
  background-color: var(--beige-color);
  padding: 6px 8px 5px;
  border-radius: 128px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-product-item__category li {
    padding: 5px 7px 4px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 718px) {
  .p-product-item__category li {
    font-size: 10px;
    padding: 5px 6px 4px;
    border-radius: 75px;
  }
}

.p-product-item__title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-product-item__title {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 718px) {
  .p-product-item__title {
    margin-top: 7px;
    font-size: 14px;
  }
}

.p-product-item__price {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media only screen and (max-width: 718px) {
  .p-product-item__price {
    margin-top: 5px;
  }
}
.p-product-item__price span:nth-child(1) {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-product-item__price span:nth-child(1) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 718px) {
  .p-product-item__price span:nth-child(1) {
    font-size: 17px;
  }
}
.p-product-item__price span:nth-child(2) {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-product-item__price span:nth-child(2) {
    font-size: 8px;
  }
}
@media only screen and (max-width: 718px) {
  .p-product-item__price span:nth-child(2) {
    font-size: 10px;
  }
}

@media (any-hover: hover) {
  .p-product-item a:hover .p-product-item__img img {
    scale: 1.1;
  }
}
/* --------------------------------
p-article-list 投稿一覧 共通
----------------------------------- */
@media only screen and (min-width: 719px) {
  .p-article-list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[4] !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.p-article-list.p-top-article__list {
  gap: 1.6129032258%;
}
@media only screen and (max-width: 718px) {
  .p-article-list.p-top-article__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

.p-article-list.p-column-article__list {
  gap: 20px 1.6129032258%;
}
@media only screen and (max-width: 718px) {
  .p-article-list.p-column-article__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    gap: 10px;
  }
}

/* --------------------------------
p-article-item 投稿一記事 共通
----------------------------------- */
.p-article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 718px) {
  .p-article-item {
    height: auto !important;
  }
}
.p-article-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 718px) {
  .p-article-item a {
    height: 100% !important;
  }
}
.p-article-item .p-article-item__img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-article-item .p-article-item__img img {
  aspect-ratio: 295/167;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.p-article-item .p-article-item__body {
  border-radius: 0 0 20px 20px;
  padding: 19px 20px 20px;
  border-left: 2px solid #f5f2e5;
  border-left: 2px solid var(--beige-color);
  border-right: 2px solid #f5f2e5;
  border-right: 2px solid var(--beige-color);
  border-bottom: 2px solid #f5f2e5;
  border-bottom: 2px solid var(--beige-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-article-item .p-article-item__body {
    padding: 15px 15px 12px;
  }
}
@media only screen and (max-width: 718px) {
  .p-article-item .p-article-item__body {
    padding: 20px 20px 15px;
  }
}
.p-article-item .p-article-item__date {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  color: #501a09;
  color: var(--primary-color);
}
@media only screen and (max-width: 718px) {
  .p-article-item .p-article-item__date {
    font-size: 11px;
  }
}
.p-article-item .p-article-item__title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .p-article-item .p-article-item__title {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .p-article-item a:hover .p-article-item__img img {
    scale: 1.1;
  }
}
@media only screen and (max-width: 718px) {
  .p-article-list.p-top-article__list .p-article-item {
    width: 295px;
  }
}

/* --------------------------------
c-pagination 上書き
----------------------------------- */
.c-pagination {
  padding-left: 0;
  padding-right: 0;
  padding-inline: 0;
}
@media only screen and (max-width: 718px) {
  .c-pagination {
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}

.c-pagination__list {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 718px) {
  .c-pagination__list {
    gap: 4px;
    width: 100%;
  }
}

.c-pagination__list__item__page {
  width: 50px !important;
  height: 50px !important;
}
@media only screen and (max-width: 718px) {
  .c-pagination__list__item__page {
    width: 34px !important;
    height: 34px !important;
  }
}

.c-pagination__list__item__page {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-en);
  font-size: 18px;
}
@media only screen and (max-width: 718px) {
  .c-pagination__list__item__page {
    font-size: 14px;
  }
}

.c-pagination__list__item {
  position: relative;
  z-index: 3;
}

.c-pagination__list__item__page::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #f5f2e5;
  background-color: var(--beige-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  bottom: auto;
  bottom: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-pagination__list__item__page:hover {
  opacity: 1;
}

.c-pagination__list__item.is-active .c-pagination__list__item__page::before {
  opacity: 1;
}

.c-pagination__list__item.is-active::after {
  display: none;
}

.c-pagination__list__item:hover a.c-pagination__list__item__page::before {
  opacity: 1;
}

.c-pagination__list__item a:hover {
  opacity: 1;
}

.c-pagination__list__item.u-ellipsis {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-pagination__list__item .u-ellipsis:hover {
  opacity: 0.7;
}

.c-pagination__list__item .u-ellipsis:hover .c-pagination__list__item__page::before {
  display: none;
}

.c-pagination__list__item__next,
.c-pagination__list__item__prev {
  height: 50px !important;
}

.c-pagination__list__item__next,
.c-pagination__list__item__prev {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-en);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-pagination__list__item__next,
  .c-pagination__list__item__prev {
    height: 34px !important;
    font-size: 14px !important;
  }
}
.c-pagination__list__item__next:hover,
.c-pagination__list__item__prev:hover {
  opacity: 0.7 !important;
}
.c-pagination__list__item__next:hover::before,
.c-pagination__list__item__prev:hover::before {
  display: none !important;
}

.c-pagination__list__item[\:has\(.c-pagination__list__item__next\)] {
  margin-left: 15px;
}

.c-pagination__list__item:has(.c-pagination__list__item__next) {
  margin-left: 15px;
}
@media only screen and (max-width: 718px) {
  .c-pagination__list__item[\:has\(.c-pagination__list__item__next\)] {
    margin-left: auto;
  }
  .c-pagination__list__item:has(.c-pagination__list__item__next) {
    margin-left: auto;
  }
}

.c-pagination__list__item[\:has\(.c-pagination__list__item__prev\)] {
  margin-right: 15px;
}

.c-pagination__list__item:has(.c-pagination__list__item__prev) {
  margin-right: 15px;
}
@media only screen and (max-width: 718px) {
  .c-pagination__list__item[\:has\(.c-pagination__list__item__prev\)] {
    margin-right: auto;
  }
  .c-pagination__list__item:has(.c-pagination__list__item__prev) {
    margin-right: auto;
  }
}

/* --------------------------------
p-banner 共通
----------------------------------- */
.p-banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media only screen and (max-width: 718px) {
  .p-banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.p-banner__item a,
.p-banner__item button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .p-banner__item a:hover,
  .p-banner__item button:hover {
    opacity: 0.7;
  }
}
/* --------------------------------
c-breadcrumbs 共通
----------------------------------- */
.c-breadcrumbs {
  border-top: 2px solid #f5f2e5;
  border-top: 2px solid var(--beige-color);
  color: #501a09;
  color: var(--primary-color);
}

.c-breadcrumbs__inner {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  padding-inline: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  height: 50px;
}
@media only screen and (max-width: 718px) {
  .c-breadcrumbs__inner {
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}

.c-breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  height: inherit;
}
@media only screen and (max-width: 718px) {
  .c-breadcrumbs__items {
    gap: 4px;
  }
}

.c-breadcrumbs__items__item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  height: inherit;
}
@media only screen and (max-width: 718px) {
  .c-breadcrumbs__items__item {
    font-size: 11px;
  }
}
.c-breadcrumbs__items__item a,
.c-breadcrumbs__items__item span {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-top: 2px;
}
.c-breadcrumbs__items__item a:hover {
  opacity: 0.7;
}

.c-breadcrumbs__items__item:not(:last-child) {
  position: relative;
  padding-right: 14px;
}
@media only screen and (max-width: 718px) {
  .c-breadcrumbs__items__item:not(:last-child) {
    padding-right: 10px;
  }
}
.c-breadcrumbs__items__item:not(:last-child)::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 718px) {
  .c-breadcrumbs__items__item:not(:last-child)::after {
    font-size: 8px;
  }
}

.c-breadcrumbs__items__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  z-index: 300;
  width: 50px;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 718px) {
  .c-hamburger {
    width: 32px;
  }
}
.c-hamburger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-hamburger__line {
  display: block;
  width: 33px;
  height: 2px;
  background-color: #501a09;
  background-color: var(--primary-color);
  border-radius: 5rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media only screen and (max-width: 718px) {
  .c-hamburger__line {
    width: 22px;
  }
}

.c-hamburger__line:nth-child(1) {
  top: 11%;
}
@media only screen and (max-width: 718px) {
  .c-hamburger__line:nth-child(1) {
    top: 11%;
  }
}

.c-hamburger__line:nth-child(2) {
  top: 31%;
}
@media only screen and (max-width: 718px) {
  .c-hamburger__line:nth-child(2) {
    top: 30%;
  }
}

.c-hamburger__line:nth-child(3) {
  top: 51%;
}
@media only screen and (max-width: 718px) {
  .c-hamburger__line:nth-child(3) {
    top: 49%;
  }
}

.c-hamburger__text {
  top: 75%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #501a09;
  color: var(--primary-color);
}
@media only screen and (max-width: 718px) {
  .c-hamburger__text {
    top: 78%;
    font-size: 8px;
  }
}

.c-hamburger:hover {
  cursor: pointer;
}

.c-hamburger.is-open span:nth-child(1) {
  top: 31%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  top: 31%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

/* --------------------------------
header
----------------------------------- */
.l-header {
  position: fixed !important;
}
.l-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

.p-header {
  height: 130px !important;
  background-color: transparent !important;
}

.p-header {
  position: relative;
  -webkit-transition: background-color 0.2s, height 0.3s;
  transition: background-color 0.2s, height 0.3s;
}
@media only screen and (max-width: 718px) {
  .p-header {
    height: 75px !important;
  }
}
.p-header.is-bg {
  background-color: rgba(255, 255, 255, 0.9) !important;
  height: 100px !important;
}
@media only screen and (max-width: 718px) {
  .p-header.is-bg {
    height: 75px !important;
  }
}

.l-header__inner {
  height: inherit !important;
  padding-left: 43px !important;
  padding-right: 43px !important;
  padding-inline: 43px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .l-header__inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-inline: 30px !important;
  }
}
@media only screen and (max-width: 718px) {
  .l-header__inner {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-inline: 14px !important;
  }
}

.l-header__inner__block__item,
.l-header__inner__block__item--search {
  margin-right: 0 !important;
}

.l-header__inner__block__item,
.l-header__inner__block__item--search {
  z-index: 300;
}

.l-header__inner__block__link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 3px;
}
.l-header__inner__block__link .search-icon {
  display: block;
  width: 39px;
}
@media only screen and (max-width: 718px) {
  .l-header__inner__block__link .search-icon {
    width: 26px;
  }
}
.l-header__inner__block__link .login-icon {
  width: 39px;
}
@media only screen and (max-width: 718px) {
  .l-header__inner__block__link .login-icon {
    width: 26px;
  }
}
.l-header__inner__block__link .cart-icon {
  padding-top: 3px;
  width: 33px;
}
@media only screen and (max-width: 718px) {
  .l-header__inner__block__link .cart-icon {
    padding-top: 2px;
    width: 22px;
  }
}

.menu-text {
  font-size: 12px;
  font-weight: 700;
  color: #501a09;
  color: var(--primary-color);
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 718px) {
  .menu-text {
    font-size: 8px;
  }
}

.p-header__logo {
  position: fixed;
  z-index: 200;
  top: 32px;
  left: 22px;
  width: 160px;
  -webkit-transition: top 0.4s, -webkit-transform 0.3s;
  transition: top 0.4s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.4s;
  transition: transform 0.3s, top 0.4s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (max-width: 718px) {
  .p-header__logo {
    top: 10px;
    left: 3px;
    width: 80px;
    z-index: 400;
  }
}
.p-header__logo.is-scale {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  top: 10px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-header__logo.is-scale {
    left: 16px;
  }
}
@media only screen and (max-width: 718px) {
  .p-header__logo.is-scale {
    top: 5px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.nav__wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.nav__wrap .l-header__inner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 718px) {
  .nav__wrap .l-header__inner__block {
    gap: 13px;
  }
}

.p-search_menu.is-active {
  z-index: 500 !important;
}

/* --------------------------------
p-gmenu
----------------------------------- */
.p-gmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #f5f2e5;
  background-color: var(--beige-color);
  opacity: 1;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: scroll;
  padding-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media only screen and (max-width: 718px) {
  .p-gmenu {
    padding-top: 102px;
  }
}

.p-gmenu.is-open {
  opacity: 1;
  visibility: visible;
}

[dir="ltr"] .p-gmenu__inner{
  padding-left: 100px;
  padding-right: 42px;
}

.p-gmenu__inner:dir(ltr){
  padding-left: 100px;
  padding-right: 42px;
}

[dir="rtl"] .p-gmenu__inner{
  padding-right: 100px;
  padding-left: 42px;
}

.p-gmenu__inner:dir(rtl){
  padding-right: 100px;
  padding-left: 42px;
}

.p-gmenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  padding-inline: 100px 42px;
  padding-top: 42px;
}
@media (min-width: 1101px) and (max-width: 1280px) {
  .p-gmenu__inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-inline: 30px !important;
  }
  .p-gmenu__inner {
    gap: 40px;
  }
}
@media (min-width: 719px) and (max-width: 1122px) {
  .p-gmenu__inner {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-inline: 50px !important;
  }
  .p-gmenu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 116px;
    gap: 20px;
  }
}
@media only screen and (max-width: 718px) {
  .p-gmenu__inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-inline: 20px !important;
  }
  .p-gmenu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 0;
  }
}

.p-gmenu-pc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-pc-menu-product {
  padding-bottom: 38px;
  border-bottom: 2px solid #fff;
}
@media (min-width: 719px) and (max-width: 1280px) {
  .p-pc-menu-product {
    padding-bottom: 30px;
  }
}

.p-pc-menu-product__items {
  max-width: 780px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
@media (max-width: 880px) {
  .p-pc-menu-product__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-product-menu-item {
  background-color: #fff;
  border-radius: 20px;
}
.p-product-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-product-menu-item__img {
  width: 127px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 718px) {
  .p-product-menu-item__img {
    width: 111px;
  }
}

.p-product-menu-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 23px;
  padding-right: 23px;
  padding-inline: 23px;
}
@media only screen and (max-width: 718px) {
  .p-product-menu-item__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}
.p-product-menu-item__body p:nth-child(1) {
  font-size: 18px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
}
@media only screen and (max-width: 718px) {
  .p-product-menu-item__body p:nth-child(1) {
    font-size: 16px;
  }
}
.p-product-menu-item__body p:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}
@media only screen and (max-width: 718px) {
  .p-product-menu-item__body p:nth-child(2) {
    font-size: 12px;
  }
}

.p-pc-menu-product__btn {
  margin-top: 30px;
}
@media (min-width: 719px) and (max-width: 1280px) {
  .p-pc-menu-product__btn {
    margin-top: 20px;
  }
}

.p-pc-menu-other {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 61px;
}
@media (min-width: 719px) and (max-width: 1280px) {
  .p-pc-menu-other {
    margin-top: 30px;
  }
}

.p-pc-menu-other__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.p-pc-menu-other__item > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-category-menu {
  margin-top: 8px;
  max-width: 348px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 719px) and (max-width: 900px) {
  .p-category-menu {
    max-width: 200px;
  }
}
@media only screen and (max-width: 718px) {
  .p-category-menu {
    width: 100%;
  }
}
.p-category-menu a {
  display: inline-block;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
  background-color: #fff;
  padding: 12px 17px;
  border-radius: 88px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 718px) {
  .p-category-menu a {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 77px;
  }
}

.p-gmenu__member {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 1122px) {
  .p-gmenu__member {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-gmenu__member a {
    width: 100%;
  }
}
@media only screen and (max-width: 718px) {
  .p-gmenu__member {
    margin-top: 20px;
  }
}

@media (any-hover: hover) {
  .p-product-menu-item a:hover {
    opacity: 0.7;
  }
  .p-pc-menu-other__category a:hover {
    opacity: 0.7;
  }
  .p-pc-menu-other__item a:hover {
    opacity: 0.7;
  }
}
.p-sp-menu__item {
  border-bottom: 2px solid #fff;
}
.p-sp-menu__item > a,
.p-sp-menu__item > p {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.4;
  left: 0.04em;
  padding: 12px 10px 11px 0;
  color: #501a09;
  color: var(--primary-color);
  width: 100%;
}

.p-pulldown {
  position: relative;
}
.p-pulldown::before, .p-pulldown::after {
  position: absolute;
  content: "";
  top: 27px;
  right: 10px;
  width: 12px;
  height: 2px;
  background-color: #501a09;
  background-color: var(--primary-color);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-pulldown::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-pulldown.is-show::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-pulldown__items--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.p-pulldown___btn {
  margin-top: 24px;
  padding-bottom: 24px;
}

/* --------------------------------
footer
----------------------------------- */
[dir="ltr"] .l-footer{
  padding-left: 6.9444444444vw;
  padding-right: 8.3333333333vw;
}
.l-footer:dir(ltr){
  padding-left: 6.9444444444vw;
  padding-right: 8.3333333333vw;
}
[dir="rtl"] .l-footer{
  padding-right: 6.9444444444vw;
  padding-left: 8.3333333333vw;
}
.l-footer:dir(rtl){
  padding-right: 6.9444444444vw;
  padding-left: 8.3333333333vw;
}
.l-footer {
  border: none !important;
}
.l-footer {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-inline: 6.9444444444vw 8.3333333333vw;
  padding-top: 56px;
  padding-bottom: 70px;
  padding-block: 56px 70px;
  position: relative;
  display: block;
}
@media (min-width: 719px) and (max-width: 1360px) {
  .l-footer {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-inline: 40px !important;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-footer {
    padding-top: 30px;
    padding-bottom: 47px;
    padding-block: 30px 47px;
  }
}
@media (max-width: 1100px) {
  .l-footer .p-footer__contents {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer__contents {
    max-width: 335px;
  }
}
.l-footer .p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5555555556vw;
  position: relative;
}
@media (max-width: 1100px) {
  .l-footer .p-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer__flex {
    gap: 37px;
    width: 100%;
  }
}
.l-footer .p-footer__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer .p-footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer .p-footer-sns {
  background-color: #fff;
  border-radius: 40px;
  width: 427px;
  position: relative;
  overflow: hidden;
  padding: 56px 40px 60px;
}
@media (min-width: 719px) and (max-width: 1100px) {
  .l-footer .p-footer-sns {
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-sns {
    width: 100%;
    padding: 44px 20px 30px;
    border-radius: 20px;
  }
}
.l-footer .p-footer-sns__deco {
  position: absolute;
  top: -34px;
  right: -95px;
  width: 405px;
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-sns__deco {
    top: 0;
    right: 0;
    width: 198px;
  }
}
.l-footer .p-footer-sns__contents {
  position: relative;
  z-index: 3;
}
@media (max-width: 1100px) {
  .l-footer .p-footer-sns__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer .p-footer-sns__head span {
  display: block;
}
.l-footer .p-footer-sns__head span:nth-child(1) {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #cb6443;
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-sns__head span:nth-child(1) {
    font-size: 13px;
  }
}
.l-footer .p-footer-sns__head span:nth-child(2) {
  margin-top: 5px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #501a09;
  color: var(--primary-color);
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-sns__head span:nth-child(2) {
    font-size: 24px;
  }
}
.l-footer .p-footer-sns__head p {
  margin-top: 17px;
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-sns__head p {
    margin-top: 8px;
  }
}
.l-footer .p-footer-sns__icons {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-sns__icons {
    margin-top: 18px;
    gap: 20px;
  }
}
.l-footer .p-footer-sns__icons a {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1280px) {
  .l-footer .p-footer-sns__icons a {
    width: 70px;
  }
}
.l-footer .p-footer-sns__icons a img {
  -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.25));
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-sns__icons a img {
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.25));
  }
}
@media (any-hover: hover) {
  .l-footer .p-footer-sns__icons a:hover {
    opacity: 0.7;
  }
}
.l-footer .copyright {
  position: relative;
  margin-top: -9px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1130px) {
  .l-footer .copyright {
    margin-top: 34px;
    padding-left: 10px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer .copyright {
    padding-left: 0;
  }
}
.l-footer .p-footer-menu {
  margin-top: 10px;
  position: relative;
  color: #fff;
  max-width: 709px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}
@media (max-width: 1100px) {
  .l-footer .p-footer-menu {
    max-width: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-menu {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
  }
}
.l-footer .p-footer-menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1280px) {
  .l-footer .p-footer-menu__category {
    gap: 50px;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-menu__category {
    gap: 33px;
  }
}
.l-footer .p-footer-menu__items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 40px;
}
@media (max-width: 1100px) {
  .l-footer .p-footer-menu__items {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-menu__items {
    margin-top: 10px;
    gap: 7px;
  }
}
.l-footer .p-footer-menu__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: var(--font-zen);
  font-weight: 900;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-menu__title {
    font-size: 12px;
    padding-left: 18px;
  }
}
.l-footer .p-footer-menu__title::before {
  position: absolute;
  content: "";
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/hugboxjp/uploads/assets/img/common/icon_ashiato-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-menu__title::before {
    width: 15px;
    height: 16px;
  }
}
.l-footer .p-footer-menu__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 718px) {
  .l-footer .p-footer-menu__item a {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .l-footer .p-footer-menu__item a:hover {
    opacity: 0.7;
  }
}

/* --------------------------------
inview
----------------------------------- */
.js-fadeUp {
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media only screen and (max-width: 718px) {
  .js-fadeUp {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.js-fadeUp.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* --------------------------------
search画面
----------------------------------- */
.p-search_menu__container {
  background-color: #f5f2e5 !important;
  background-color: var(--beige-color) !important;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) !important;
}

.p-search_menu__container__inner__heading {
  color: #501a09 !important;
  color: var(--primary-color) !important;
}

.p-search_menu__container__inner__search__part {
  margin-top: 36px !important;
  padding-left: 37px !important;
  padding-right: 37px !important;
  padding-inline: 37px !important;
}
@media only screen and (max-width: 718px) {
  .p-search_menu__container__inner__search__part {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-inline: 20px !important;
  }
}
.p-search_menu__container__inner__search__part:nth-of-type(2) {
  margin-top: 14px !important;
}
@media only screen and (max-width: 718px) {
  .p-search_menu__container__inner__search__part:nth-of-type(2) {
    margin-top: 19px !important;
  }
}

.p-search_menu__container__inner__search__part__label .label_title.u-text--subhead.u-font--bold {
  color: #501a09 !important;
  color: var(--primary-color) !important;
}

.input_wrap.is-text input {
  border: 1px solid #501a09 !important;
  border: 1px solid var(--primary-color) !important;
}

.u-color__text--base.u-color__bg--accent.js-gmenu-search-submit {
  background-color: #cb6443 !important;
  background-color: var(--brown-color) !important;
}

.p-search_menu__container__searchbtn {
  height: 80px !important;
}
@media only screen and (max-width: 718px) {
  .p-search_menu__container__searchbtn {
    height: 60px !important;
  }
}

.p-search_menu__container__inner__search {
  border-top: 2px solid #fff !important;
}

.p-search_menu__container__inner__heading {
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  font-family: var(--font-zen) !important;
  font-size: 20px !important;
}

.p-search_menu__container__inner__heading {
  position: relative;
}
@media only screen and (max-width: 718px) {
  .p-search_menu__container__inner__heading {
    font-size: 16px !important;
  }
}

.p-search_menu__container__close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 718px) {
  .p-search_menu__container__close {
    top: 21px;
    right: 20px;
  }
}
.p-search_menu__container__close span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 21px;
  height: 2.5px;
  background-color: #501a09;
  background-color: var(--primary-color);
}
@media only screen and (max-width: 718px) {
  .p-search_menu__container__close span {
    height: 1.5px;
  }
}
.p-search_menu__container__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-search_menu__container__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-search_menu__container__close .u-icon--close {
  display: none !important;
}

.label_title {
  font-size: 18px !important;
}
@media only screen and (max-width: 718px) {
  .label_title {
    font-size: 14px !important;
  }
}

.p-search_menu .input_wrap input {
  height: 60px !important;
  border: none !important;
  font-size: 14px !important;
  color: #501a09 !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}

.p-search_menu .input_wrap input {
  border-radius: 20px;
}
.p-search_menu .input_wrap input::-webkit-input-placeholder {
  color: #e7e1c4;
  font-size: 14px;
  opacity: 1;
}
.p-search_menu .input_wrap input::-moz-placeholder {
  color: #e7e1c4;
  font-size: 14px;
  opacity: 1;
}
.p-search_menu .input_wrap input:-ms-input-placeholder {
  color: #e7e1c4;
  font-size: 14px;
  opacity: 1;
}
.p-search_menu .input_wrap input::-ms-input-placeholder {
  color: #e7e1c4;
  font-size: 14px;
  opacity: 1;
}
.p-search_menu .input_wrap input::placeholder {
  color: #e7e1c4;
  font-size: 14px;
  opacity: 1;
}
.p-search_menu .input_wrap input::-webkit-input-placeholder {
  color: #e7e1c4;
  font-size: 14px;
}
.p-search_menu .input_wrap input::-moz-placeholder {
  color: #e7e1c4;
  font-size: 14px;
  opacity: 1;
}
.p-search_menu .input_wrap input:-ms-input-placeholder {
  color: #e7e1c4;
  font-size: 14px;
}

.p-search_menu__container__inner__search__part__content {
  margin-top: 4px !important;
}

.reset-btn {
  background-color: #fff;
}
.reset-btn span {
  font-size: 20px;
  color: #501a09;
  color: var(--primary-color);
}
@media only screen and (max-width: 718px) {
  .reset-btn span {
    font-size: 16px;
  }
}

.search-btn span {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-right: 22px;
  position: relative;
}
@media only screen and (max-width: 718px) {
  .search-btn span {
    font-size: 16px;
    padding-right: 17px;
  }
}
.search-btn span::before {
  position: absolute;
  content: "";
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .search-btn span::before {
    width: 15px;
    height: 15px;
  }
}
.search-btn span::after {
  position: absolute;
  content: "";
  top: 53%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background-color: #cb6443;
  background-color: var(--brown-color);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 718px) {
  .search-btn span::after {
    right: 4.5px;
    width: 4.5px;
    height: 6.5px;
  }
}

.js-custom-select .custom-select-trigger {
  height: 60px !important;
  border: none !important;
  font-size: 14px !important;
  color: #501a09 !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}

.js-custom-select .custom-select-trigger {
  display: block;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-options {
  border: none !important;
}

.custom-option {
  font-size: 14px !important;
  color: #501a09 !important;
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}

/* --------------------------------
カート
----------------------------------- */
.l-header__inner__block__link #header-order-quantity.count {
  background-color: #cb6443;
  background-color: var(--brown-color);
  top: -2px;
  left: 21px;
  letter-spacing: -0.02em;
  padding: 4px;
  min-width: 20px;
  height: 20px;
}
@media only screen and (max-width: 718px) {
  .l-header__inner__block__link #header-order-quantity.count {
    top: -2px;
    left: 13px;
    min-width: 13px;
    height: 13px;
    font-size: 8px;
    padding: 2px;
  }
}