@charset "UTF-8";
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  color: #000;
  background-color: #fff;
}

body {
  font-family: "Noto Serif JP", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* 電話番号リンクのスタイルリセット */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
/* 横スクロール防止 */
html,
body {
  overflow-x: clip;
}

/* 数値計算関連の関数を使うために必要 (math.divなど)*/
/* リキッドレイアウト対応のための設定 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.4285714286vw;
  }
}
@media (min-width: 1120px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* rremove default padding */
ul,
ol {
  padding: 0;
}

/* rremove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* rremove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.btn {
  margin-top: 1.25rem;
  text-align: center;
  width: 14.6875rem;
  margin-inline: auto;
  max-width: 31.25rem;
}

.btn__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  min-width: 14.6875rem;
  padding-block: 0.5625rem;
  border: 1px solid #a78d6d;
  border-radius: 624.9375rem;
  background-color: #fff;
}

.btn__text {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.4;
  color: #694215;
  text-decoration: none;
  position: relative;
  padding-right: 1.25rem;
}

.btn__text::before {
  position: absolute;
  content: "";
  background-image: url(/images/common/btn-arrow@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.75rem;
  height: 0.625rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.btn.btn--information {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}

.btn__link.btn__link--information {
  min-width: 10.625rem;
  border-radius: 0.1875rem;
}

.btn.btn--drawer {
  margin-top: 1.125rem;
  width: 16.1875rem;
  max-width: 16.1875rem;
}

.btn.btn--drawer .btn__link {
  width: 100%;
  background-color: transparent;
}

@media screen and (min-width: 780px) {
  .btn {
    margin-top: 2.5rem;
    text-align: center;
    width: 20.625rem;
    margin-inline: auto;
    max-width: 31.25rem;
  }
  .btn__link {
    padding-block: 1.125rem;
  }
  .btn__text {
    font-size: 1rem;
  }
  .btn.btn--new-arrivals {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2.1875rem;
    margin-left: auto;
    margin-right: 0;
  }
  .btn__link.btn__link--seasonal-products {
    min-width: 20.5625rem;
  }
  .btn__link.btn__link--new-arrivals {
    min-width: 13.8125rem;
    border-radius: 0.1875rem;
    padding-block: 1rem;
  }
  .btn__link.btn__link--information {
    min-width: 13.75rem;
    width: auto;
  }
  .btn__link.btn__link--information .btn__text {
    font-size: 0.8125rem;
  }
}
.section-title {
  position: relative;
  z-index: 10;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}

.section-title__ja {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  padding-inline: 0.625rem;
  color: #000;
}

.section-title::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd6cd;
  z-index: -1;
}

.section-title__en {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-inline: 0.75rem;
  font-size: 0.5rem;
  line-height: 1;
  color: #a1a1a1;
}

.section-title.section-title--about {
  position: relative;
  padding-top: 3.5625rem;
}

.section-title.section-title--about::before {
  display: none;
}

.section-title.section-title--about::after {
  content: "";
  position: absolute;
  background-image: url(/images/common/logo02@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -0.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.125rem;
  height: 3.125rem;
}

.section-title__ja.section-title__ja--about {
  color: #694215;
  background-color: transparent;
}

.section-title__en.section-title__en--about {
  color: #89673f;
  background-color: transparent;
  margin-top: 0.1875rem;
}

.section-title.section-title--information::before,
.section-title.section-title--guide::before {
  display: none;
}

.section-title.section-title--sns {
  font-size: 0.875rem !important;
  background-color: #f5f5f5;
  padding-inline: 0;
  text-align: center;
  display: block;
  position: static;
}

@media screen and (min-width: 780px) {
  .section-title {
    gap: 0.4375rem;
  }
  .section-title__ja {
    font-size: 1.5rem;
  }
  .section-title__en {
    font-size: 0.8125rem;
  }
  .section-title::before {
    top: 0.625rem;
  }
  .section-title.section-title--about {
    padding-top: 5.6875rem;
    gap: 1.25rem;
  }
  .section-title__ja.section-title__ja--about {
    font-size: 2rem;
  }
  .section-title__en.section-title__en--about {
    font-size: 0.75rem;
  }
  .section-title.section-title--about::after {
    width: 5.375rem;
    height: 5.375rem;
    top: -1.25rem;
  }
  .section-title.section-title--new-arrivals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-title.section-title--new-arrivals::before {
    display: none;
  }
  .section-title.section-title--new-arrivals .section-title__en {
    padding: 0;
  }
  .section-title.section-title--information {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-title.section-title--information .section-title__ja,
  .section-title.section-title--information .section-title__en {
    padding-inline: 0;
  }
  .section-title.section-title--sns {
    font-size: 1.125rem !important;
  }
}
.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1170px;
    padding-inline: 25px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 4.375rem;
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  .header {
    height: 10.625rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  max-width: initial;
  padding: 0.5625rem 0.625rem 0.375rem;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .header__inner {
    height: 7.5rem;
    max-width: 1170px;
    padding-inline: 25px;
    margin-inline: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    overflow: visible;
  }
}

.header__logo {
  min-width: 0;
}
@media screen and (min-width: 780px) {
  .header__logo {
    margin-right: auto;
  }
}

.header__logo img {
  width: 10.125rem;
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width: 780px) {
  .header__logo img {
    width: 18.75rem;
  }
}

.header__contact {
  display: none;
}
@media screen and (min-width: 780px) {
  .header__contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    min-width: 15.625rem;
    min-height: 3.125rem;
    padding-inline: 1.25rem;
    border: 1px solid #7b7b7b;
    border-radius: 0.1875rem;
    font-size: 1rem;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    margin-left: auto;
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 780px) {
  .header__contact::before {
    content: "";
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    background-image: url("/images/renewal/icon/icon-contact@4x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 780px) {
  .header__actions {
    gap: 1.125rem;
  }
}

.header__action {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}

.header__action-icon {
  width: 2.5rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 780px) {
  .header__action-icon {
    width: 3.625rem;
  }
}

.header__action-text {
  font-size: 0.5rem;
  line-height: 1.4;
  white-space: nowrap;
  color: #333;
}
@media screen and (min-width: 780px) {
  .header__action-text {
    font-size: 0.75rem;
  }
}

.header__nav-area {
  display: none;
}
@media screen and (min-width: 780px) {
  .header__nav-area {
    display: block;
    height: 4.125rem;
    background-color: #69b47a;
    padding-block: 0;
  }
}

@media screen and (min-width: 780px) {
  .header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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%;
    max-width: 1170px;
    padding-inline: 25px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 780px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.125rem;
    padding-block: 1.5625rem;
  }
}

@media screen and (min-width: 780px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1875rem;
    padding-block: 0;
    color: #fff;
    font-size: 1rem;
  }
}

@media screen and (min-width: 780px) {
  .header__nav-list a {
    color: #fff;
  }
}

@media screen and (min-width: 780px) {
  .header__search {
    position: relative;
    width: 22rem;
  }
}

@media screen and (min-width: 780px) {
  .header__search-input {
    width: 100%;
    height: 2.5rem;
    padding: 0 2.75rem 0 1rem;
    border: none;
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    background-color: #fff;
  }
}

@media screen and (min-width: 780px) {
  .header__search-button {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    border: none;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
}

@media screen and (min-width: 780px) {
  .header__search-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url(/images/icon/icon-search@4x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.footer {
  padding-top: 1.875rem;
  padding-bottom: 4rem;
  text-align: center;
}

.footer__head {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
  text-align: center;
}

.footer__logo {
  display: inline-block;
  max-width: 11.25rem;
  margin-inline: auto;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__address {
  font-style: normal;
}

.footer__address-text {
  font-size: 0.6875rem;
  line-height: 1.8;
  color: #000;
}

.footer__nav {
  margin-block: 1.4375rem;
  padding-top: 1.4375rem;
  border-top: 1px solid #d8cfc3;
}

.footer__nav-list {
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
}

.footer__nav-item--sp-only {
  display: block;
}

.footer__nav-item a {
  font-size: 0.6875rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

.footer__buttons {
  display: none;
}

.footer__copyright {
  padding-block: 0.375rem 0.625rem;
  text-align: center;
  background-color: #b4aa8f;
  margin-inline: -1.25rem;
}

.footer__copyright small {
  font-size: 0.5rem;
  line-height: 1.5;
  color: #fff;
}

.bottom-nav {
  position: fixed;
  z-index: 10001;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0e5d4;
}

.bottom-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.bottom-nav__item {
  min-width: 0;
  border-top: 1px solid #fff;
}

.bottom-nav__item:not(:last-child) {
  border-right: 1px solid #fff;
}

.is-drawer-open .bottom-nav__item:last-child {
  border-top-color: transparent;
}

.bottom-nav__link {
  min-width: 0;
}

.bottom-nav__link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  width: 100%;
  min-height: 4rem;
  padding: 0.5rem 0.25rem;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: none;
}

.bottom-nav__link--button {
  cursor: pointer;
}

.bottom-nav__icon {
  width: 1.375rem;
  height: 1.375rem;
}

.bottom-nav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottom-nav__text {
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.4;
  color: #7b6247;
}

.drawer-menu {
  position: fixed;
  inset: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.drawer-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.drawer-menu__overlay {
  position: absolute;
  inset: 0; /* 全画面を覆う */
  background-color: rgba(0, 0, 0, 0.45);
}

.drawer-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; /* ドロワーパネルの幅はそのまま */
  height: calc(100% - 4rem); /* 下部ナビの高さ分を引く */
  padding: 1.5rem 1.25rem; /* 下部ナビとの重なりはheightで調整するため、bottom paddingは不要 */
  bottom: 4rem; /* 下部ナビの上に配置 */
  background-color: #f0e5d4;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drawer-menu.is-open .drawer-menu__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.drawer-menu__title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #7b6247;
}

.drawer-menu__close {
  font-size: 1.75rem;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.drawer-menu__nav {
  margin-top: 1.75rem;
}

.drawer-menu__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.drawer-menu__item a {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 780px) {
  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-top: 1px solid #ddd;
    text-align: left;
  }
  .footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22.5rem 1.875rem 1fr;
    grid-template-columns: 22.5rem 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 1.875rem;
  }
  .footer__head {
    display: -ms-grid;
    display: grid;
    gap: 1.125rem;
    text-align: left;
  }
  .footer__logo {
    max-width: 18.75rem;
    margin-inline: 0;
  }
  .footer__address-text {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .footer__body {
    display: -ms-grid;
    display: grid;
    justify-items: end;
    gap: 0.375rem;
  }
  .footer__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.875rem;
  }
  .footer__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 12.5rem;
    min-height: 2.75rem;
    padding-inline: 1.625rem;
    border: 1px solid #b7b0a6;
    border-radius: 0.1875rem;
    font-size: 0.8125rem;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    gap: 0.5rem;
  }
  .footer__button-icon {
    aspect-ratio: 1/1;
    width: 1.25rem;
  }
  .footer__button-icon.footer__button-adjust {
    width: 1.625rem;
    height: 1.3125rem;
    padding-top: 0.125rem;
  }
  .footer__nav {
    margin-top: 1.375rem;
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
  }
  .footer__nav-item--sp-only {
    display: none;
  }
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .footer__nav-item {
    padding-inline: 1.1875rem;
    border-left: 1px solid #b7b0a6;
  }
  .footer__nav-item:last-child {
    border-right: 1px solid #b7b0a6;
  }
  .footer__nav-item a {
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .footer__copyright {
    margin-top: 2.25rem;
    margin-inline: 0;
    padding-block: 0;
    text-align: right;
    background-color: transparent;
  }
  .footer__copyright small {
    font-size: 0.6875rem;
    color: #5f5144;
  }
  .bottom-nav {
    display: none;
  }
}
.fv-slider {
  padding-block: 4.375rem 1.5rem;
  overflow: hidden;
}

.fv-slider__inner {
  overflow: visible;
}

.fv-slider__splide {
  position: relative;
}

.fv-slider .splide__track {
  overflow: visible;
}

.fv-slider__slide {
  padding-inline: 0.25rem;
}

.fv-slider__link {
  display: block;
}

.fv-slider__image {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 951/550;
  overflow: hidden;
}

.fv-slider__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.fv-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-slider .splide__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 1;
}

.fv-slider .splide__arrow svg {
  width: 0.8125rem;
  height: 1.25rem;
}

.fv-slider .splide__arrow--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv-slider .splide__arrow--next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.fv-slider .splide__pagination {
  bottom: -0.625rem;
  gap: 0.5rem;
}

.fv-slider .splide__pagination__page {
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0;
  background-color: #d9d9d9;
  opacity: 1;
}

.fv-slider .splide__pagination__page.is-active {
  background-color: #b71c0c;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 780px) {
  .fv-slider {
    margin-top: 9.8125rem;
    padding-block: 4.375rem 3.125rem;
  }
  .fv-slider__slide {
    max-width: 45.625rem;
  }
  .fv-slider__splide {
    max-width: 45.625rem;
    margin-inline: auto;
  }
  .fv-slider .splide__arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
  .fv-slider .splide__arrow svg {
    width: 0.9375rem;
    height: 1.5rem;
  }
  .fv-slider .splide__arrow--prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .fv-slider .splide__arrow--next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .fv-slider .splide__pagination {
    bottom: -2.8125rem;
    gap: 0.625rem;
  }
  .fv-slider .splide__pagination__page {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.information {
  padding-top: 2.3125rem;
  background-color: #fff;
}

.information__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
  justify-items: center;
  text-align: center;
}

.information__title::before {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd6cd;
}

.information__items {
  margin-top: 1.25rem;
  border-top: 1px solid #ddd6cd;
}

.information__item {
  border-bottom: 1px solid #ddd6cd;
}

.information__link {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  padding-block: 0.9375rem 0.6875rem;
  color: #000;
  text-decoration: none;
}

.information__date {
  font-size: 0.625rem;
  line-height: 1;
  color: #000;
}

.information__text {
  font-size: 0.8125rem;
  line-height: 1.7;
}

.information__button-wrap {
  margin-top: 2rem;
  text-align: right;
}

.information__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  min-width: 13.75rem;
  padding: 1rem 1.5rem;
  border: 2px solid #a78d6d;
  border-radius: 0.1875rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #7b6247;
  text-decoration: none;
  background-color: #fff;
}

.information__button-arrow {
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 780px) {
  .information {
    padding-top: 4.375rem;
  }
  .information__title::before {
    top: 1.625rem;
  }
  .information__items {
    margin-top: 1.625rem;
  }
  .information__link {
    -ms-grid-columns: 5.25rem 1.5rem 1fr;
    grid-template-columns: 5.25rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1rem;
  }
  .information__date {
    font-size: 0.8125rem;
      width: 100px;
  }
  .information__text {
    font-size: 1.125rem;
  }
  .information__button-wrap {
    margin-top: 2.75rem;
  }
  .information__button {
    min-width: 17.5rem;
    padding: 1.375rem 2rem;
    font-size: 1.25rem;
  }
  .information__button-arrow {
    font-size: 1.5rem;
  }
}
.new-arrivals {
  padding-top: 2rem;
  background-color: #fff;
  overflow: hidden;
}

.new-arrivals__content {
  margin-top: 1.25rem;
  overflow: visible;
}

.new-arrivals__category {
  display: none;
}

.new-arrivals__slider {
  margin-top: 1.25rem;
  overflow: visible;
}

.new-arrivals .splide__track {
  overflow: visible;
}

.new-arrivals .splide__list {
  overflow: visible;
}

.new-arrivals__slide {
  padding-inline: 0;
}

.new-arrivals__card {
  height: 100%;
}

.new-arrivals__card-link {
  display: block;
  height: 100%;
  color: #000;
  text-decoration: none;
}

.new-arrivals__card-image {
  margin: 0;
}

.new-arrivals__card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.new-arrivals__card-body {
  padding-top: 1rem;
}

.new-arrivals__card-title {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
}

.new-arrivals__card-price {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}

.new-arrivals__slider {
  position: relative;
  margin-top: 1.25rem;
  overflow: visible;
}

.new-arrivals .splide__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.new-arrivals .splide__arrow svg {
  width: 0.8125rem;
  height: 1.25rem;
}

.new-arrivals .splide__arrow--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.new-arrivals .splide__arrow--next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.new-arrivals .splide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.new-arrivals .splide__pagination__page {
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0;
  background-color: #d9d9d9;
  opacity: 1;
}

.new-arrivals .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #c33124;
}

@media screen and (min-width: 780px) {
  .new-arrivals {
    padding-block: 4.5rem 0;
    overflow: visible;
  }
  .new-arrivals__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16rem 2rem 1fr;
    grid-template-columns: 16rem 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .section-title--new-arrivals {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .new-arrivals__content {
    display: contents;
  }
  .new-arrivals__category {
    display: block;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-row-align: start;
        align-self: start;
    padding-block: 2.1875rem;
    border-top: 1px solid #ddd6cd;
    border-bottom: 1px solid #ddd6cd;
    color: #000;
  }
  .new-arrivals__category-title {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .new-arrivals__category-item {
    margin-top: 0.75rem;
  }
  .new-arrivals__category-summary {
    position: relative;
    display: block;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
    cursor: pointer;
    list-style: none;
  }
  .new-arrivals__category-summary::-webkit-details-marker {
    display: none;
  }
  .new-arrivals__category-summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .new-arrivals__category-item[open] .new-arrivals__category-summary::after {
    content: "−";
  }
  .new-arrivals__category-child-list {
    display: -ms-grid;
    display: grid;
    gap: 0.375rem;
    margin-top: 0.5rem;
    padding-left: 0.75rem;
  }
  .new-arrivals__category-child-list a {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #000;
    text-decoration: none;
  }
  .new-arrivals__category-link {
    position: relative;
    display: block;
    margin-top: 0.75rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    text-decoration: none;
  }
  .new-arrivals__category-link::after {
    content: "›";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    font-size: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .new-arrivals__slider {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 2.25rem;
  }
  .new-arrivals .splide__list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .new-arrivals__slide {
    width: auto !important;
    padding-inline: 0;
  }
  .new-arrivals .splide__arrows,
  .new-arrivals .splide__pagination {
    display: none;
  }
  .new-arrivals__card-body {
    padding-top: 0.75rem;
  }
  .new-arrivals__card-title {
    font-size: 1rem;
    line-height: 1.6;
  }
  .new-arrivals__card-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .new-arrivals__card-price {
    margin-top: 0.375rem;
  }
  .btn.btn--new-arrivals {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: end;
        justify-self: end;
    margin-top: 2.75rem;
  }
}
.product-category {
  padding-top: 1.875rem;
}

.product-category__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
  justify-items: center;
  text-align: center;
}

.product-category__title::before {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd6cd;
}

.product-category__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8125rem 1fr 0.8125rem 1fr 0.8125rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  row-gap: 0.5rem;
  margin-top: 1.375rem;
}

.product-category__item {
  height: 100%;
  border: 2px solid #e4e4e4;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.375rem 0.25rem;
  background-color: #fff;
}

.product-category__link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.product-category__image {
  display: -ms-grid;
  display: grid;
  place-items: center;
  max-width: 8.75rem;
  margin-inline: auto;
  margin: 0 auto;
  width: auto;
  height: 2.1875rem;
}

.product-category__image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-category__name {
  margin-top: 0.625rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #7b6247;
}

.product-category.product-category--drawer {
  padding-top: 1.4375rem;
}

.product-category.product-category--drawer .section-title__ja {
  background-color: #f0e5d4;
}

.product-category.product-category--drawer .product-category__items {
  margin-top: 0.625rem;
}

.product-category.product-category--drawer .product-category__item {
  border: none;
}

@media screen and (min-width: 780px) {
  .product-category {
    padding-top: 6.25rem;
  }
  .product-category__title::before {
    top: 1.625rem;
  }
  .product-category__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 84px;
  }
  .product-category__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.125rem 1fr 2.125rem 1fr 2.125rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem 1.5rem;
    margin-top: 2rem;
    row-gap: 1.5rem;
    -webkit-column-gap: 2.125rem;
       -moz-column-gap: 2.125rem;
            column-gap: 2.125rem;
  }
  .product-category__item {
    width: auto;
    max-width: none;
    min-height: 5.25rem;
    max-height: 84px;
    padding: 0 1rem;
  }
  .product-category__image {
    height: 3rem;
    max-width: 13.75rem;
    margin: 0;
  }
  .product-category__image img {
    width: auto;
    height: 3.375rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-category__image.product-category__image--adjust {
    width: auto;
    height: 3.75rem;
    padding-right: 0.375rem;
  }
  .product-category__name {
    margin: 0;
    font-size: 1rem;
  }
}
.seasonal-products {
  padding-top: 2.0625rem;
  background-color: #fff;
  padding-inline: 0.625rem;
  overflow: hidden;
}

.seasonal-products__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
  justify-items: center;
  text-align: center;
}

.seasonal-products__slider {
  margin-top: 1.25rem;
}

.seasonal-products .splide__track {
  overflow: visible;
}

.seasonal-products__slide {
  padding-inline: 0.25rem;
}

.seasonal-products__card {
  height: 100%;
}

.seasonal-products__card-link {
  display: block;
  height: 100%;
  color: #000;
  text-decoration: none;
}

.seasonal-products__card-image {
  margin: 0;
}

.seasonal-products__card-image img {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  height: auto;
}

.seasonal-products__card-body {
  padding-top: 0.625rem;
  color: #000;
}

.seasonal-products__card-title {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
}

.seasonal-products__card-price {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}

.seasonal-products .splide__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  opacity: 1;
}

.seasonal-products .splide__arrow svg {
  width: 0.8125rem;
  height: 1.25rem;
}

.seasonal-products .splide__arrow--prev {
  left: -1.875rem;
}

.seasonal-products .splide__arrow--next {
  right: -1.875rem;
}

.seasonal-products .splide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.seasonal-products .splide__pagination__page {
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0;
  background-color: #d9d9d9;
  opacity: 1;
}

.seasonal-products .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #c33124;
}

@media screen and (min-width: 780px) {
  .seasonal-products {
    padding-block: 4.625rem 0;
    overflow: hidden;
  }
  .seasonal-products__slider {
    margin-top: 2.1875rem;
    padding-inline: 3.5rem;
    position: relative;
    overflow: hidden;
  }
  .seasonal-products .splide__track {
    overflow: hidden !important;
    padding-inline: 0 !important;
  }
  .seasonal-products__slide {
    padding-inline: 0;
  }
  .seasonal-products .splide__pagination {
    margin-top: 1.875rem;
  }
  .seasonal-products .splide__pagination__page {
    width: 0.8125rem;
    height: 0.8125rem;
  }
  .seasonal-products__card {
    width: 100%;
  }
  .seasonal-products__card-image {
    width: 100%;
    margin: 0;
  }
  .seasonal-products__card-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .seasonal-products__card-body {
    padding-top: 0.75rem;
  }
  .seasonal-products__card-title {
    font-size: 1rem;
    line-height: 1.6;
  }
  .seasonal-products__card-price {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .seasonal-products .splide__arrow {
    top: 34%;
    width: 3.125rem;
    height: 3.125rem;
  }
  .seasonal-products .splide__arrow svg {
    width: 0.9375rem;
    height: 1.5rem;
  }
  .seasonal-products .splide__arrow--prev {
    left: 0;
  }
  .seasonal-products .splide__arrow--next {
    right: 0;
  }
}
.shopping-guide {
  padding-top: 1.875rem;
  background-color: #fff;
}

.shopping-guide__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
  justify-items: center;
  text-align: center;
}

.shopping-guide__title::before {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd6cd;
}

.shopping-guide__items {
  margin-top: 1rem;
  border-top: 1px solid #ddd6cd;
}

.shopping-guide__item {
  border-bottom: 1px solid #ddd6cd;
}

.shopping-guide__summary {
  position: relative;
  display: block;
  padding: 1.25rem 2.5rem 1.1875rem 0;
  cursor: pointer;
  list-style: none;
}

.shopping-guide__summary::-webkit-details-marker {
  display: none;
}

.shopping-guide__summary::after {
  content: "";
  position: absolute;
  background-image: url(/images/common/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  color: #8f7a63;
}

.shopping-guide__summary-text {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  padding-left: 1.75rem;
}

.shopping-guide__summary-text.shopping-guide__summary-text--caching::after {
  content: "";
  position: absolute;
  background-image: url(/images/shoppingGuide/icon-wallet@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 0.125rem;
}

.shopping-guide__summary-text.shopping-guide__summary-text--delivery::after {
  content: "";
  position: absolute;
  background-image: url(/images/shoppingGuide/icon-track@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopping-guide__summary-text.shopping-guide__summary-text--return::after {
  content: "";
  position: absolute;
  background-image: url(/images/shoppingGuide/icon-return@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopping-guide__summary-text.shopping-guide__summary-text--personal::after {
  content: "";
  position: absolute;
  background-image: url(/images/shoppingGuide/icon-personal@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopping-guide__summary-text.shopping-guide__summary-text--calendar::after {
  content: "";
  position: absolute;
  background-image: url(/images/shoppingGuide/icon-calendar@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0625rem;
  height: 1.0625rem;
  top: 50%;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopping-guide__item[open] .shopping-guide__summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.shopping-guide__content {
  padding: 0.25rem 0 1.75rem 0.875rem;
}

.shopping-guide__lead {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #000;
}

.shopping-guide__block {
  margin-top: 1.875rem;
}

.shopping-guide__block-title {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.shopping-guide__block-title::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: -1rem;
  width: 0.625rem;
  height: 2px;
  background-color: #67aa77;
}

.shopping-guide__block.shopping-guide__block--delivery {
  margin-top: 0;
}

.shopping-guide__text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #000;
}

.shopping-guide__text-link {
  color: #67aa77;
  border-bottom: 1px solid #67aa77;
}

.shopping-guide__image {
  margin: 0.875rem 0 0;
  max-width: 25rem;
}

.shopping-guide__image img {
  width: 100%;
  height: auto;
}

.shopping-guide__fee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.875rem 1fr;
  grid-template-columns: 5.875rem 1fr;
  margin-top: 1rem;
  background-color: #f5f2ee;
}

.shopping-guide__fee-title {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 0.875rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
  background-color: #b9ad91;
}

.shopping-guide__fee-list {
  padding: 0.625rem 0.75rem;
}

.shopping-guide__fee-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.shopping-guide__fee-row dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.shopping-guide__fee-row dt::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px dashed #cfc6bb;
  margin-inline: 0.5rem;
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
}

.shopping-guide__fee-row dd {
  white-space: nowrap;
  color: #e46f67;
}

.shopping-guide__button-wrap {
  margin-top: 1.5rem;
  text-align: center;
}

.shopping-guide__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 11.25rem;
  min-height: 2.75rem;
  padding-inline: 1.5rem;
  border-radius: 0.25rem;
  color: #fff;
  text-decoration: none;
  background-color: #69b47a;
}

.shopping-guide__button-text {
  position: relative;
  padding-right: 1.25rem;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.shopping-guide__button-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.75rem;
  height: 0.625rem;
  background-image: url(/images/common/btn-arrow-white@4x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 780px) {
  .shopping-guide {
    padding-top: 4.25rem;
    padding-bottom: 4.5rem;
  }
  .shopping-guide__title::before {
    top: 1.625rem;
  }
  .shopping-guide__items {
    margin-top: 3rem;
  }
  .shopping-guide__summary {
    padding: 1.75rem 3.5rem 1.75rem 0;
  }
  .shopping-guide__summary::before {
    right: 0.5rem;
    font-size: 2rem;
  }
  .shopping-guide__summary-text {
    font-size: 1.375rem;
  }
  .shopping-guide__content {
    padding: 0 0 1.75rem;
  }
  .shopping-guide__text {
    font-size: 1rem;
  }
}
.shopping-guide__note {
  margin-top: 0.875rem;
  padding: 0.625rem;
  background-color: #f7f7f7;
}

.shopping-guide__note p {
  font-size: 0.6875rem;
  line-height: 1.7;
  color: #000;
}

.shopping-guide__delivery-list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.shopping-guide__delivery-box {
  padding: 1.125rem 1rem;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  margin-left: -0.875rem;
}

.shopping-guide__delivery-title {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}

.shopping-guide__delivery-text {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 2;
  color: #000;
}

.shopping-guide__calendar-image {
  margin-top: 1rem;
  width: 100%;
  height: auto;
}

.shopping-guide__calendar-note {
  margin-top: 0.75rem;
}

.shopping-guide__calendar-note p {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #000;
}

.shopping-guide__text.shopping-guide__text--adjust {
  margin-top: 0;
}

@media screen and (min-width: 780px) {
  .shopping-guide__note {
    padding: 0.375rem 0.5rem;
  }
  .shopping-guide__note p {
    font-size: 0.9375rem;
  }
  .shopping-guide__delivery-list {
    gap: 0.75rem;
    margin-top: 0.625rem;
  }
  .shopping-guide__delivery-box {
    padding: 0.625rem 0.9375rem;
  }
  .shopping-guide__block.shopping-guide__block--delivery {
    margin-top: 1.875rem;
  }
  .shopping-guide__delivery-title {
    font-size: 1.125rem;
  }
  .shopping-guide__delivery-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 780px) {
  .shopping-guide__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr) 2.5rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-top: none;
  }
  .shopping-guide__items > .shopping-guide__item {
    border-bottom: none;
  }
  .shopping-guide__col-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2.1875rem;
  }
  .shopping-guide__col-right .shopping-guide__item {
    width: 100%;
    border-bottom: none;
  }
  .shopping-guide__summary {
    padding: 0 0 0.5625rem;
    border-bottom: 1px solid #ddd6cd;
    cursor: default;
    pointer-events: none;
  }
  .shopping-guide__summary::after {
    display: none;
  }
  .shopping-guide__summary-text {
    padding-left: 0.75rem;
    font-size: 0.9375rem;
    color: #69b47a;
  }
  .shopping-guide__summary-text.shopping-guide__summary-text--caching::after,
  .shopping-guide__summary-text.shopping-guide__summary-text--delivery::after,
  .shopping-guide__summary-text.shopping-guide__summary-text--return::after,
  .shopping-guide__summary-text.shopping-guide__summary-text--personal::after,
  .shopping-guide__summary-text.shopping-guide__summary-text--calendar::after {
    width: 0.5625rem;
    height: 0.5625rem;
    background-image: none;
    background-color: #69b47a;
    border-radius: 50%;
    left: 0;
    top: 0.5625rem;
  }
  .shopping-guide__content {
    padding: 0.625rem 0 0 0.75rem;
  }
  .shopping-guide__lead,
  .shopping-guide__text,
  .shopping-guide__calendar-note p {
    font-size: 0.8125rem;
  }
  .shopping-guide__note p {
    font-size: 0.6875rem;
  }
  .shopping-guide__text {
    margin-top: 0.625rem;
  }
  .shopping-guide__fee-list {
    padding: 0.375rem 0.75rem;
  }
  .shopping-guide__delivery-title,
  .shopping-guide__delivery-text {
    font-size: 0.75rem;
  }
  .shopping-guide__block {
    margin-top: 1.875rem;
  }
  .shopping-guide__block-title {
    font-size: 0.8125rem;
  }
  .shopping-guide__image--card img,
  .shopping-guide__image--payment img {
    width: 100%;
  }
  .shopping-guide__button-wrap {
    margin-top: 1.875rem;
  }
  .shopping-guide__button {
    min-width: 11.25rem;
    min-height: 2.25rem;
  }
}
.sns-links {
  margin-top: 1.875rem;
  padding-block: 1.25rem;
  background-color: #f5f5f5;
}

.sns-links__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
  justify-items: center;
  text-align: center;
}

.sns-links__title::before {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0;
  width: 100%;
  height: 1px;
}

.sns-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.375rem;
}

.sns-links__item {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  justify-items: center;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.sns-links__icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
}

.sns-links__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sns-links__name {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #7b6247;
}

.sns-links.sns-links--drawer {
  background-color: transparent;
  margin-top: 0;
  padding-block: 1.25rem;
}

.sns-links.sns-links--drawer .section-title.section-title--sns {
  background-color: transparent;
  color: #694215;
  font-weight: normal;
  font-size: 0.6875rem !important;
  letter-spacing: 0.05em;
}

.sns-links.sns-links--drawer .section-title.section-title--sns::before {
  display: none;
}

@media screen and (min-width: 780px) {
  .sns-links {
    margin-top: 4.375rem;
    padding-block: 1.75rem 2.5625rem;
  }
  .sns-links__title::before {
    top: 1.625rem;
  }
  .sns-links__items {
    gap: 1.125rem;
    margin-top: 1rem;
  }
  .sns-links__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
  .sns-links__name {
    font-size: 1.125rem;
  }
}
.subscription-banner {
  margin-top: 0.375rem;
}

.subscription-banner__link {
  display: block;
}

.subscription-banner__image {
  overflow: hidden;
}

.subscription-banner__image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 780px) {
  .subscription-banner {
    margin-top: 3rem;
    max-width: 62.5rem;
    margin-inline: auto;
  }
}
.about-farm {
  margin-top: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e5d4), color-stop(40%, #f8f3ea), color-stop(70%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #f0e5d4 0%, #f8f3ea 40%, #ffffff 70%, #ffffff 100%);
}

.about-farm__container {
  display: -ms-grid;
  display: grid;
}

.about-farm__header {
  position: relative;
  margin-inline: calc(50% - 50vi);
  overflow: hidden;
}

.about-farm__header-bg {
  margin: 0;
}

.about-farm__header-bg picture {
  display: block;
}

.about-farm__header-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.about-farm__header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  padding-inline: 1.25rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-farm__content {
  margin-top: 0.625rem;
}

.about-farm__image {
  margin-top: 1.4375rem;
  width: 100%;
  height: auto;
}

.about-farm__catch {
  font-size: 0.75rem;
  color: #694215;
  line-height: 1.8;
  margin-top: 1.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.about-farm__body {
  display: -ms-grid;
  display: grid;
}

.about-farm__lead {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  color: #694215;
  margin-top: 1.875rem;
  margin-inline: -0.875rem;
  text-align: center;
}

.about-farm__text {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.99;
  color: #000;
}

.about-farm__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  min-width: 13.75rem;
  padding: 1rem 1.5rem;
  border: 1px solid #a78d6d;
  border-radius: 624.9375rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #7b6247;
  text-decoration: none;
  background-color: #fff;
}

.about-farm__button-arrow {
  font-size: 1.25rem;
  line-height: 1;
}

.about-farm__products {
  display: none;
}

@media screen and (min-width: 780px) {
  .about-farm {
    margin-top: 4.625rem;
    padding-top: 0;
  }
  .about-farm__header {
    margin-inline: calc(50% - 50vi);
    height: 22.625rem;
  }
  .about-farm__header-bg {
    height: 100%;
  }
  .about-farm__header-bg picture {
    height: 100%;
  }
  .about-farm__header-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-farm__catch {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
  .about-farm__content {
    margin-top: 4.375rem;
  }
  .about-farm__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.0625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-farm__text-block--reverse {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .about-farm__image--reverse {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .about-farm__products {
    grid-column: 1/-1;
  }
  .about-farm__lead {
    margin-top: 0;
    margin-inline: 0;
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: left;
  }
  .about-farm__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: -0.02em;
  }
  .about-farm__image {
    margin-top: 0;
    width: 100%;
    aspect-ratio: 503/335;
    -o-object-fit: cover;
       object-fit: cover;
    width: 31.4375rem;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .about-farm__text-block.about-farm__text-block--reverse {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .about-farm__image.about-farm__image--reverse {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .about-farm__products {
    margin-top: 2.5rem;
    position: relative;
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .about-farm__products-image {
    margin: 0;
  }
  .about-farm__products-image img {
    width: 100%;
    height: 18.4375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-farm__products-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22.6875rem;
    height: 14.0625rem;
    padding-block: 1.75rem 0;
    text-align: center;
    background-color: #faf7f2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* アイコン */
  .about-farm__products-icon {
    display: block;
    width: 1.625rem;
    height: 1.8125rem;
    margin-inline: auto;
    background-image: url("/images/about/icon-aboutProducts@4x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  /* タイトル */
  .about-farm__products-title {
    padding: 0.625rem;
    margin-block: 0.625rem 0.1875rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #7b6247;
    display: inline-block;
    border-block: 1px solid #a78d6d;
  }
  /* サブテキスト */
  .about-farm__products-text {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #7b6247;
  }
  /* ボタン */
  .about-farm__products-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 10rem;
    min-height: 2.25rem;
    margin-top: 1.75rem;
    border: 1px solid #a78d6d;
    border-radius: 624.9375rem;
    font-size: 0.75rem;
    color: #7b6247;
    text-decoration: none;
    background-color: #faf7f2;
  }
}
.gift-products {
  padding-top: 1.875rem;
  background-color: #fff;
}

.gift-products__title {
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 0.375rem;
  justify-items: center;
  text-align: center;
}

.gift-products__title::before {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd6cd;
}

.gift-products__slider {
  margin-top: 1.25rem;
  overflow: visible;
}

.gift-products__slide {
  padding-inline: 0;
}

.gift-products__card {
  border: 1px solid #d7d0c7;
  border-radius: 0.1875rem;
  background-color: #fff;
}

.gift-products__card-link {
  display: block;
  padding: 0.5625rem 0.625rem 1.0625rem;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.gift-products__card-image {
  width: 100%;
  margin-inline: auto;
}

.gift-products__card-image img {
  aspect-ratio: 317/145;
  width: 100%;
  height: auto;
}

.gift-products__card-title {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #694215;
}

.gift-products__slider {
  position: relative;
  margin-top: 1.25rem;
  overflow: visible;
}

.gift-products .splide__arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gift-products .splide__arrow svg {
  width: 0.8125rem;
  height: 1.25rem;
}

.gift-products .splide__arrow--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gift-products .splide__arrow--next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.gift-products .splide__pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}

.gift-products .splide__pagination__page {
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0;
  background-color: #d9d9d9;
  opacity: 1;
}

.gift-products .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #c33124;
}

@media screen and (min-width: 780px) {
  .gift-products {
    padding-top: 4.625rem;
  }
  .gift-products__slider {
    margin-top: 1.875rem;
  }
  .gift-products .splide__track {
    overflow: visible;
  }
  .gift-products .splide__list {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 1.25rem minmax(0, 1fr) 1.25rem minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .gift-products__slide {
    width: auto !important;
    padding-inline: 0;
  }
  .gift-products__card {
    border-radius: 0;
  }
  .gift-products__card-link {
    padding: 0.5625rem 0.625rem 0.875rem;
  }
  .gift-products__card-image {
    max-width: 21.25rem;
    margin: 0;
  }
  .gift-products__card-image img {
    aspect-ratio: 340/145;
    width: 100%;
    height: auto;
  }
  .gift-products__card-title {
    margin-top: 0.875rem;
    font-size: 1.125rem;
  }
  .gift-products .splide__arrows,
  .gift-products .splide__pagination {
    display: none;
  }
}
.drawer-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.drawer-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.drawer-menu__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.drawer-menu__panel {
  position: absolute;
  inset: 0 0 4rem 0;
  width: 100%;
  overflow-y: auto;
  padding: 0.625rem 1.375rem 2rem;
  background-color: #f0e5d4;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drawer-menu.is-open .drawer-menu__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.drawer-menu__logo {
  display: block;
  width: 10.125rem;
}

.drawer-menu__logo img {
  width: 100%;
  height: auto;
}

.drawer-menu__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  min-width: 7.75rem;
  min-height: 2.125rem;
  padding-inline: 0.75rem;
  border: 1px solid #694215;
  border-radius: 624.9375rem;
  font-size: 0.6875rem;
  color: #917452;
  text-decoration: none;
  background-color: #f0e5d4;
  position: relative;
}

.drawer-menu__contact::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("/images//icon/icon-drawer-contact@4x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.drawer-menu__search {
  position: relative;
  margin-top: 0.375rem;
}

.drawer-menu__search-input {
  width: 100%;
  height: 2.25rem;
  padding: 0 2.75rem 0 0.875rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  background-color: #fff;
}

.drawer-menu__search-button {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer-menu__search-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(/images/icon/icon-search@4x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.drawer-menu__shortcut-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.drawer-menu__shortcut-icon {
  width: auto;
  height: 1.4375rem;
}

.drawer-menu__shortcut {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 3.625rem;
  padding-block: 0.5rem 0.3125rem;
  border-radius: 0.1875rem;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #69b47a;
  gap: 0.625rem;
}

.drawer-menu__shortcut-icon img {
  width: auto;
  height: 1.5rem;
}

.drawer-menu__shortcut-list li:first-child .drawer-menu__shortcut {
  color: #69b47a;
  background-color: #fff;
  border: 1px solid #69b47a;
}

.drawer-menu__category {
  margin-top: 1.125rem;
}

.drawer-menu__section-title {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  text-align: center;
  color: #7b6247;
}

.drawer-menu__section-title::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cbbca8;
}

.drawer-menu__section-title span {
  position: relative;
  z-index: 1;
  padding-inline: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  background-color: #f0e5d4;
}

.drawer-menu__section-title small {
  position: relative;
  z-index: 1;
  margin-top: 0.0625rem;
  padding-inline: 0.5rem;
  font-size: 0.5625rem;
  line-height: 1;
  color: #b6a894;
  background-color: #f0e5d4;
}

.drawer-menu__category-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.75rem 1fr 0.75rem 1fr 0.75rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem 0.75rem;
  margin-top: 1rem;
}

.drawer-menu__category-list a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 4.75rem;
  padding: 0.5rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6d543b;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}

.drawer-menu__button {
  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: 15.625rem;
  min-height: 3rem;
  margin: 1.375rem auto 0;
  border: 1px solid #896a46;
  border-radius: 624.9375rem;
  font-size: 0.875rem;
  color: #694215;
  text-decoration: none;
  background-color: transparent;
}

.drawer-menu__nav {
  margin-top: 1.25rem;
  padding-block: 0.9375rem;
  border-block: 1px solid #C7BBAD;
}

.drawer-menu__list {
  display: -ms-grid;
  display: grid;
  gap: 0.5625rem;
}

.drawer-menu__item a {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #694215;
  text-decoration: none;
}

.drawer-menu__sns {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #cbbca8;
  text-align: center;
}

.drawer-menu__sns-text {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #6d543b;
}

.drawer-menu__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 0.625rem;
}

.drawer-menu__sns-list a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 0.875rem;
  color: #7b5531;
  text-decoration: none;
  background-color: #fff;
}

html.is-drawer-open,
body.is-drawer-open {
  overflow: hidden;
}

@media screen and (min-width: 780px) {
  .drawer-menu {
    display: none;
  }
}

.calendar-box{}
.calendar-box table{
    width: 100%;
    border-collapse: collapse;
        border-spacing: 0;
}
.calendar-box .caption{
    text-align: center;
}
.calendar-box .tbody{
}
.calendar-box table th.sunday {
        color: #e51341;
        background: #faccd0;
    }
.calendar-box table th.sunday {
        color: #e51341;
        background: #faccd0;
    }
.calendar-box table td.sunday {
        color: #e51341;
        background: #faccd0;
    }
.calendar-box table th.saturday {
        color: #00a0e9;
        background: #ccecfb;
    }
.calendar-box table td.saturday {
        color: #e51341;
        background: #ccecfb;
    }
.calendar-box table td,.calendar-box table th{
    border:1px solid #ccc;
    text-align: center;
}

/*# sourceMappingURL=style.css.map */