@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: auto;
  color: #080808;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.5;
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

ul {
  list-style: none;
}

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

a,
button {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.for_pc {
  display: block;
}

.for_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
}
.lp-button {
  display: inline-flex;
  align-items: center;
  gap: clamp(3px, 4 * 100vw / 480, 6px);
  height: clamp(40px, 44 * 100vw / 480, 48px);
  padding: clamp(6px, 8 * 100vw / 480, 10px) clamp(6px, 8 * 100vw / 480, 10px) clamp(6px, 8 * 100vw / 480, 10px) clamp(16px, 20 * 100vw / 480, 24px);
  border-radius: 9999px;
  background: #543122;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-size: clamp(14px, 16 * 100vw / 480, 16px);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.lp-button::after {
  content: "";
  flex: 0 0 auto;
  width: clamp(20px, 24 * 100vw / 480, 26px);
  height: clamp(20px, 24 * 100vw / 480, 26px);
  background-image: url("../../img/lp/arrow_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.site-header {
  padding-bottom: 0px;
  margin-inline: auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-inline: 0;
    padding-bottom: 0.4166666667vw;
  }
}
.site-header__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  min-height: 137px;
  padding: 20px 20px 20px 0px;
}
@media screen and (max-width: 960px) {
  .site-header__inner {
    min-height: auto;
    flex-wrap: wrap;
    gap: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .site-header__inner {
    padding: 1.6666666667vw 3.3333333333vw;
    min-height: auto;
    gap: 5vw;
  }
}
.site-header__logo {
  flex: 0 0 150px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .site-header__logo {
    flex-basis: 22.5vw;
  }
}
.site-header__logo a {
  display: block;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header__nav {
  flex: 1 1 auto;
}
@media screen and (max-width: 960px) {
  .site-header__nav {
    order: 3;
    flex-basis: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 102;
    display: block;
    width: min(82vw, 66.6666666667vw);
    flex-basis: auto;
    max-height: none;
    overflow-y: auto;
    border-radius: 0;
    background: #fff;
    box-shadow: -2.5vw 0 5.8333333333vw rgba(62, 58, 57, 0.16);
    opacity: 1;
    transform: translateX(100%);
    transition: transform 0.32s ease;
  }
}
@media screen and (max-width: 768px) {
  .site-header.is-menu-open .site-header__nav {
    transform: translateX(0);
  }
}
.site-header__menu-overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header.is-menu-open .site-header__menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: block;
    background: rgba(0, 0, 0, 0.32);
  }
}
.site-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .site-header__nav-list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .site-header__nav-list {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 15.8333333333vw 0 4.1666666667vw;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .site-header__nav-list > li {
    width: 100%;
  }
}
.site-header__nav-list a, .site-header__accordion-button {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .site-header__nav-list a, .site-header__accordion-button {
    width: 100%;
    box-sizing: border-box;
    padding: 2.7083333333vw 3.3333333333vw;
    font-size: 2.9166666667vw;
  }
}
.site-header__accordion-button {
  width: 100%;
  text-align: left;
}
.site-header__nav-accordion {
  position: relative;
}
.site-header__accordion-panel {
  display: none;
}
.site-header__nav-accordion.is-open .site-header__accordion-panel {
  display: block;
}
@media screen and (min-width: 769px) {
  .site-header__accordion-panel {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    min-width: 220px;
    padding: 16px 0 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(62, 58, 57, 0.12);
    transform: translateX(-50%);
  }
  .site-header__accordion-panel a {
    padding: 10px 18px;
  }
  .site-header__accordion-panel a::after {
    display: none;
  }
  .site-header__accordion-panel a:hover, .site-header__accordion-panel a:focus-visible {
    opacity: 0.72;
  }
  .site-header__nav-accordion:hover .site-header__accordion-panel {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .site-header__accordion-button {
    position: relative;
    padding-right: 8.3333333333vw;
  }
  .site-header__accordion-button::before, .site-header__accordion-button::after {
    content: "";
    position: absolute;
    top: calc(2.7083333333vw + 0.5em);
    right: 3.3333333333vw;
    width: 2.5vw;
    height: 1px;
    background: currentColor;
    transition: transform 0.24s ease;
  }
  .site-header__accordion-button::after {
    transform: rotate(90deg);
  }
  .site-header__nav-accordion.is-open .site-header__accordion-button::after {
    transform: rotate(0);
  }
  .site-header__accordion-panel {
    margin: 0 3.3333333333vw 1.6666666667vw;
    padding: 0.4166666667vw 0 1.25vw 2.9166666667vw;
    border-left: 1px solid rgba(84, 49, 34, 0.22);
    background: transparent;
  }
  .site-header__accordion-panel a {
    padding: 1.875vw 0 1.875vw 2.5vw;
    font-size: 2.7083333333vw;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(17, 17, 17, 0.82);
  }
  .site-header__nav-list a::after, .site-header__accordion-panel a::after {
    display: none;
  }
  .site-header__accordion-panel a:hover, .site-header__accordion-panel a:focus-visible {
    opacity: 1;
  }
}

.site-header__nav-list a::after,
.site-footer__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.28s ease;
}

.site-header__nav-list a:hover::after,
.site-header__nav-list a:focus-visible::after,
.site-footer__nav a:hover::after,
.site-footer__nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__menu-button {
  display: none;
  flex: 0 0 auto;
}
.site-header__menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.24s ease;
}
@media screen and (max-width: 768px) {
  .site-header__menu-button {
    position: relative;
    z-index: 103;
    display: grid;
    order: 4;
    width: 6.25vw;
    height: 6.25vw;
    margin-left: 0.4166666667vw;
    place-items: center;
  }
  .site-header__menu-button span {
    grid-area: 1/1;
  }
  .site-header__menu-button span:nth-child(1) {
    transform: translateY(-1.4583333333vw);
  }
  .site-header__menu-button span:nth-child(3) {
    transform: translateY(1.4583333333vw);
  }
  .site-header.is-menu-open .site-header__menu-button span:nth-child(1) {
    transform: rotate(45deg);
  }
  .site-header.is-menu-open .site-header__menu-button span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-menu-open .site-header__menu-button span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
.site-header__tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .site-header__tools {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-header__tools {
    order: 3;
    gap: 2.5vw;
    margin-left: auto;
  }
}
.site-header__tool {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
@media screen and (max-width: 768px) {
  .site-header__tool {
    width: 6.25vw;
    height: 6.25vw;
  }
}
.site-header__tool:hover, .site-header__tool:focus-visible {
  opacity: 0.72;
  transform: translateY(-3px);
}
.site-header__icon {
  display: block;
  width: 30px;
  height: 30px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  fill: white !important;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (max-width: 768px) {
  .site-header__icon {
    width: 6.25vw;
    height: 6.25vw;
  }
}
.site-header__cart-count {
  position: absolute;
  top: -4px;
  right: -7px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  place-items: center;
  border-radius: 999px;
  background: #D2615D;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .site-header__cart-count {
    top: -0.2083333333vw;
    right: -2.5vw;
    min-width: 3.3333333333vw;
    height: 3.3333333333vw;
    padding-inline: 0.8333333333vw;
    font-size: 2.2916666667vw;
  }
}
.site-header__notice {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  height: 50px;
  min-height: auto;
  overflow: hidden;
  border-radius: 4px;
  background: #e9e5dd;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .site-header__notice {
    width: auto;
    height: 8.3333333333vw;
    min-height: auto;
    margin-inline: 3.3333333333vw;
    margin-bottom: 6.25vw;
  }
}
.site-header__notice.is-dragging {
  cursor: grabbing;
}
.site-header__notice-list {
  position: relative;
  height: 100%;
  min-height: 0;
}
.site-header__notice-item {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.site-header__notice-item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.site-header__notice-item > a {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  min-height: 0;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.2;
  transition: background-color 0.24s ease, color 0.24s ease;
}
@media screen and (max-width: 768px) {
  .site-header__notice-item > a {
    min-height: 0;
    gap: 2.5vw;
    padding: 0 3.3333333333vw;
    font-size: 2.7083333333vw;
  }
}
.site-header__notice time {
  flex: 0 0 auto;
  color: #6f6a63;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .site-header__notice time {
    font-size: 2.7083333333vw;
  }
}
.site-header__notice-text {
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .site-header__notice-text {
    font-size: 2.7083333333vw;
  }
}
.site-header__notice-text > * {
  display: inline;
  margin: 0;
}
.site-header__notice-text br,
.site-header__notice-text .news-text {
  display: none;
}
.site-header__notice-text a {
  color: inherit;
  pointer-events: none;
}
.site-header__notice-item > a:hover, .site-header__notice-item > a:focus-visible {
  background: #ded8cd;
  color: #080808;
}
@media screen and (max-width: 768px) {
  .site-header__tool:hover, .site-header__tool:focus-visible, .site-header__notice-item > a:hover, .site-header__notice-item > a:focus-visible {
    transform: none;
    opacity: 1;
    background: inherit;
    color: inherit;
  }
}

.top-page {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top-page {
    border-inline: 0;
    max-width: 100vw;
  }
}

.main-visual__viewport {
  position: relative;
  overflow: hidden;
}
.main-visual__track {
  display: grid;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.main-visual.is-dragging .main-visual__track {
  cursor: grabbing;
}
.main-visual__slide {
  grid-area: 1/1;
  min-width: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
  pointer-events: none;
}
.main-visual__slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
.main-visual:not([data-main-visual-ready=true]) .main-visual__slide:first-child {
  opacity: 1;
}
.main-visual__slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-user-drag: none;
  pointer-events: none;
}
.main-visual__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 28px;
  padding-top: 28px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .main-visual__dots {
    height: 4.5833333333vw;
  }
}
.main-visual__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d2d2;
  transition: background-color 0.28s ease, transform 0.28s ease;
}
.main-visual__dots button:hover, .main-visual__dots button:focus-visible {
  transform: scale(1.25);
}
.main-visual__dots .is-active {
  background: #303030;
}
@media screen and (max-width: 768px) {
  .main-visual {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.pickup-section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .pickup-section {
    padding-top: 6.6666666667vw;
  }
}
.pickup-section__body {
  position: relative;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .pickup-section__body {
    padding-inline: 8.3333333333vw;
  }
}
.pickup-section__viewport {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pickup-section__viewport {
    overflow: hidden;
  }
}
.pickup-section__cards {
  --pickup-visible-count: 2;
  --pickup-gap: 20px;
  display: flex;
  gap: var(--pickup-gap);
  transition: transform 0.35s ease;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .pickup-section__cards {
    --pickup-visible-count: 1;
    --pickup-gap: 0vw;
    width: 100%;
  }
}
.pickup-section.is-dragging .pickup-section__cards {
  cursor: grabbing;
}
.pickup-section__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background-color 0.28s ease, transform 0.28s ease;
}
@media screen and (max-width: 768px) {
  .pickup-section__arrow {
    display: grid;
    width: 6.25vw;
    height: 6.25vw;
    background: transparent;
    box-shadow: none;
  }
}
.pickup-section__arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #003f8f;
  border-left: 2px solid #003f8f;
  transition: border-color 0.24s ease;
}
@media screen and (max-width: 768px) {
  .pickup-section__arrow::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.pickup-section__arrow:hover, .pickup-section__arrow:focus-visible {
  transform: translateY(-50%) scale(1.04);
}
.pickup-section__arrow:hover::before, .pickup-section__arrow:focus-visible::before {
  border-color: rgba(77, 117, 85, 0.87);
}
.pickup-section__arrow--prev {
  left: 0px;
}
@media screen and (max-width: 768px) {
  .pickup-section__arrow--prev {
    left: 1.6666666667vw;
  }
}
.pickup-section__arrow--prev::before {
  transform: translateX(2px) rotate(-45deg);
}
.pickup-section__arrow--next {
  right: 0px;
}
@media screen and (max-width: 768px) {
  .pickup-section__arrow--next {
    right: 1.6666666667vw;
  }
}
.pickup-section__arrow--next::before {
  transform: translateX(-2px) rotate(135deg);
}

.pickup-card {
  display: grid;
  flex: 0 0 calc((100% - var(--pickup-gap) * (var(--pickup-visible-count) - 1)) / var(--pickup-visible-count));
  min-height: 143px;
  place-items: center;
  overflow: hidden;
  background: #e9e3dd;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.pickup-card:hover, .pickup-card:focus-visible {
  background: #ded5cc;
  transform: translateY(-4px);
}
.pickup-card span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pickup-card span {
    font-size: 3.125vw;
  }
}
.pickup-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}
.pickup-card:hover img, .pickup-card:focus-visible img {
  transform: scale(1.04);
}
@media screen and (max-width: 768px) {
  .pickup-card {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 26.6666666667vw;
  }
}

.bulk-order {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  .bulk-order {
    margin: 10vw auto 0;
  }
}
.bulk-order__link {
  display: block;
  max-width: 100%;
  padding-inline: 30px;
  overflow: hidden;
  outline: none;
}
@media screen and (max-width: 768px) {
  .bulk-order__link {
    min-height: 89.5833333333vw;
    padding-inline: 0vw;
  }
}
.bulk-order__link:hover .bulk-order__image, .bulk-order__link:focus-visible .bulk-order__image {
  filter: brightness(1.04);
  transform: scale(1.04);
}
.bulk-order__link:focus-visible {
  outline: 2px solid rgba(77, 117, 85, 0.87);
  outline-offset: 4px;
}
.bulk-order__link picture, .bulk-order__image {
  display: block;
  width: 100%;
}
.bulk-order__image {
  height: auto;
  transition: filter 0.36s ease, transform 0.36s ease;
}
.bulk-order__content {
  position: relative;
  z-index: 2;
  width: 47%;
  min-height: 248px;
  padding: 31px 52px 28px;
  color: #6b4636;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bulk-order__content {
    min-height: 49.1666666667vw;
    padding: 5.4166666667vw 3.3333333333vw 4.1666666667vw;
  }
}
.bulk-order__title {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .bulk-order__title {
    letter-spacing: 0.14em;
  }
}
.bulk-order__lead {
  position: relative;
  margin-top: 12px;
  padding-bottom: 16px;
  font-size: 13px;
  letter-spacing: 0.16em;
}
.bulk-order__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 300px;
  height: 1px;
  background: #bdaea5;
  transform: translateX(-50%);
}
.bulk-order__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 17px;
  color: #6b4636;
}
.bulk-order__features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 0;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .bulk-order__features li {
    font-size: 3.125vw;
  }
}
.bulk-order__icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  color: #e79355;
}
@media screen and (max-width: 768px) {
  .bulk-order__icon {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.bulk-order__icon--noshi {
  border: 3px solid currentColor;
  border-radius: 3px;
}
.bulk-order__icon--noshi::before, .bulk-order__icon--noshi::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.bulk-order__icon--noshi::before {
  top: 10px;
  left: -3px;
  width: 44px;
  height: 3px;
}
.bulk-order__icon--noshi::after {
  top: 9px;
  left: 18px;
  width: 3px;
  height: 29px;
}
.bulk-order__icon--business::before, .bulk-order__icon--business::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 3px;
  transform: rotate(-42deg);
}
.bulk-order__icon--business::before {
  top: 8px;
  left: 0;
}
.bulk-order__icon--business::after {
  right: 0;
  bottom: 8px;
}
.bulk-order__icon--award {
  border: 3px solid currentColor;
  border-radius: 5px 5px 18px 18px;
}
.bulk-order__icon--award::before, .bulk-order__icon--award::after {
  content: "";
  position: absolute;
}
.bulk-order__icon--award::before {
  top: 8px;
  left: 12px;
  width: 15px;
  height: 15px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
}
.bulk-order__icon--award::after {
  right: 5px;
  bottom: -10px;
  left: 5px;
  height: 3px;
  background: currentColor;
}
.bulk-order__icon--gift {
  border: 3px solid currentColor;
  border-radius: 3px;
}
.bulk-order__icon--gift::before, .bulk-order__icon--gift::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.bulk-order__icon--gift::before {
  top: -8px;
  left: 18px;
  width: 3px;
  height: 49px;
}
.bulk-order__icon--gift::after {
  top: 10px;
  left: -3px;
  width: 44px;
  height: 3px;
}

.new-product {
  position: relative;
  width: 100%;
  padding: 80px 0 90px;
  background: #F8F6F3;
}
@media screen and (max-width: 768px) {
  .new-product {
    margin-top: 10vw;
    padding: 10vw 3.3333333333vw 10vw;
  }
}
.new-product::before {
  content: "";
  position: absolute;
  bottom: -12%;
  left: max(50% - 900px, -92px);
  width: 375px;
  height: 428px;
  background: url("../../img/home/top/almond-decoration.svg") left bottom/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .new-product::before {
    left: -2.5vw;
    bottom: -12.5vw;
    width: 34.1666666667vw;
    height: 39.1666666667vw;
  }
}
.new-product__heading {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .new-product__heading {
    margin-bottom: 3.3333333333vw;
    font-size: 5.2083333333vw;
  }
}
.new-product__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 375px minmax(0, 1fr);
  width: 100%;
  max-width: 1200px;
  min-height: 372px;
  margin-inline: auto;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .new-product__card {
    grid-template-columns: minmax(280px, 40%) minmax(0, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .new-product__card {
    grid-template-columns: minmax(0, 42.5%) minmax(0, 1fr);
    gap: 0 3.3333333333vw;
    background: transparent;
  }
}
.new-product__image {
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .new-product__image {
    grid-column: 1;
    align-self: start;
    width: 100%;
  }
}
.new-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: 42% 50%;
}
@media screen and (max-width: 768px) {
  .new-product__image img {
    min-height: 0;
    aspect-ratio: 1/1;
    object-position: 42% 50%;
  }
}
.new-product__content {
  padding: 30px 60px 50px;
}
@media screen and (max-width: 960px) {
  .new-product__content {
    padding-inline: 38px;
  }
}
@media screen and (max-width: 768px) {
  .new-product__content {
    display: contents;
    padding: 5.4166666667vw 4.5833333333vw 6.25vw;
  }
}
.new-product__meta {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .new-product__meta {
    grid-column: 2;
    align-self: center;
  }
}
.new-product__brand, .new-product__name {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  letter-spacing: 0;
}
.new-product__brand {
  font-size: 26px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .new-product__brand {
    margin-top: 0;
    font-size: 5vw;
    line-height: 1.08;
  }
}
.new-product__name {
  margin-top: 0px;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .new-product__name {
    margin-top: 0vw;
    font-size: 5.4166666667vw;
    line-height: 1.15;
  }
}
.new-product__kana {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .new-product__kana {
    margin-top: 1.6666666667vw;
    font-size: 2.9166666667vw;
    line-height: 1.5;
  }
}
.new-product__text {
  margin-top: 22px;
  font-size: 15px;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .new-product__text {
    grid-column: 1/-1;
    margin-top: 3.125vw;
    padding: 3.5416666667vw 3.75vw 4.1666666667vw;
    border-radius: 2.9166666667vw;
    background: #fff;
    font-size: 3.125vw;
    line-height: 2.1;
  }
}
.new-product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 211px;
  min-height: 50px;
  margin-top: 32px;
  padding: 16px 16px;
  border-radius: 999px;
  background: rgba(77, 117, 85, 0.87);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .new-product__button {
    grid-column: 1/-1;
    justify-self: center;
    min-width: 43.9583333333vw;
    min-height: 10.4166666667vw;
    margin-top: 4.375vw;
    padding: 2.5vw 5.8333333333vw;
    font-size: 2.9166666667vw;
  }
}

.standard-products {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .standard-products {
    padding-top: 16.6666666667vw;
    padding-inline: 3.3333333333vw;
  }
}
.standard-products__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.28s ease;
}
.standard-products__arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #003f8f;
  border-left: 2px solid #003f8f;
  transition: border-color 0.24s ease;
}
.standard-products__arrow:hover, .standard-products__arrow:focus-visible {
  transform: translateY(-50%) scale(1.04);
}
.standard-products__arrow:hover::before, .standard-products__arrow:focus-visible::before {
  border-color: rgba(77, 117, 85, 0.87);
}
.standard-products__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .standard-products__arrow {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .standard-products__arrow::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.standard-products.is-scrollable .standard-products__arrow {
  display: flex;
}
.standard-products__arrow--prev {
  left: -38px;
}
@media screen and (max-width: 768px) {
  .standard-products__arrow--prev {
    left: 0.4166666667vw;
  }
}
.standard-products__arrow--prev::before {
  transform: translateX(2px) rotate(-45deg);
}
.standard-products__arrow--next {
  right: -38px;
}
@media screen and (max-width: 768px) {
  .standard-products__arrow--next {
    right: 0.4166666667vw;
  }
}
.standard-products__arrow--next::before {
  transform: translateX(-2px) rotate(135deg);
}

.category-search {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .category-search {
    padding-top: 11.6666666667vw;
    padding-inline: 3.3333333333vw;
  }
}

.section-heading {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.section-heading--gift {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .section-heading--gift {
    gap: 1.6666666667vw;
  }
}
.section-heading__almonds {
  display: block;
  width: 169px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .section-heading__almonds {
    width: 33.3333333333vw;
    transform: scale(0.82);
    transform-origin: left center;
  }
}
.section-heading__almonds img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: 5vw;
    font-size: 5.2083333333vw;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: none;
  grid-auto-columns: calc((100% - 52px) / 3);
  grid-auto-flow: column;
  gap: 26px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  cursor: grab;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.product-grid::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 960px) {
  .product-grid {
    grid-auto-columns: calc((100% - 36px) / 3);
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .product-grid {
    gap: 3.3333333333vw;
    grid-auto-columns: 53.75vw;
    margin-right: -3.3333333333vw;
    padding: 0 3.3333333333vw 1.25vw 0;
    touch-action: pan-x pan-y;
  }
}

.product-grid.is-dragging {
  cursor: grabbing;
}

.product-card a {
  display: block;
  transition: color 0.3s ease, transform 0.3s ease;
}
.product-card {
  scroll-snap-align: start;
}
.product-card a:hover, .product-card a:focus-visible {
  color: #4f7258;
  transform: translateY(-4px);
}
.product-card__image {
  display: grid;
  aspect-ratio: 1/1;
  place-items: center;
  overflow: hidden;
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .product-card__image {
    aspect-ratio: 1/1;
  }
}
.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}
.product-card a:hover .product-card__image img, .product-card a:focus-visible .product-card__image img {
  transform: scale(1.04);
}
.product-card:first-child .product-card__image {
  background: #fff;
}
.product-card:first-child .product-card__image img {
  width: 78%;
  height: 90%;
  object-fit: contain;
}
.product-card__body {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .product-card__body {
    padding-top: 2.9166666667vw;
  }
}
.product-card__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .product-card__name {
    font-size: 2.9166666667vw;
    line-height: 1.6;
  }
}
.product-card__text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .product-card__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product-card__text {
    margin-top: 1.6666666667vw;
    font-size: 2.9166666667vw;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.product-card__price {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .product-card__price {
    margin-top: 3.3333333333vw;
    font-size: 4.1666666667vw;
  }
}
.product-card__price span {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-card__price span {
    margin-left: 0.8333333333vw;
    font-size: 2.9166666667vw;
  }
}
.product-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 25px;
  margin-top: 12px;
  border: 1px solid #080808;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.category-search .section-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .category-search .section-heading {
    margin-bottom: 5vw;
  }
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 10px;
}
@media screen and (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5vw 1.6666666667vw;
  }
}

.category-tile {
  display: block;
  text-align: center;
  transition: color 0.3s ease, transform 0.3s ease;
}
.category-tile:hover, .category-tile:focus-visible {
  color: #4f7258;
  transform: translateY(-4px);
}
.category-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  transition: filter 0.36s ease, transform 0.36s ease;
}
@media screen and (max-width: 768px) {
  .category-tile img {
    aspect-ratio: 1.9/1;
  }
}
.category-tile:hover img, .category-tile:focus-visible img {
  filter: brightness(1.04);
  transform: scale(1.04);
}
.category-tile span {
  display: block;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .category-tile span {
    padding-top: 1.4583333333vw;
    font-size: 3.3333333333vw;
  }
}
.category-tile--all {
  position: relative;
}
.category-tile--all::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  aspect-ratio: 2/1;
  background: rgba(255, 255, 255, 0.18);
}
.category-tile--all span {
  position: absolute;
  top: calc(50% - 16px);
  left: 50%;
  display: inline-flex;
  min-width: 134px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  color: #080808;
  font-size: 16px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .category-tile--all span {
    top: calc(50% - 3.3333333333vw);
    min-width: 27.9166666667vw;
    min-height: 7.9166666667vw;
    padding: 0 3.75vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .category-tile--all::before {
    aspect-ratio: 1.9/1;
  }
}

.brand-story-wrap {
  width: 100%;
  overflow: hidden;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .brand-story-wrap {
    padding-bottom: 22.9166666667vw;
  }
}

body > .brand-story-wrap,
body > .brand-story,
body > :not(#rootTemplate) .brand-story-wrap,
body > :not(#rootTemplate) .brand-story {
  display: none;
}

.brand-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  width: 100%;
  max-width: 1200px;
  margin: 90px auto 0;
  background: #f8f8f8;
}
.brand-story::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -200px;
  z-index: 2;
  width: 375px;
  height: 428px;
  background: url("../../img/home/top/almond-decoration.svg") center/contain no-repeat;
  pointer-events: none;
  transform: scaleX(-1);
  transform-origin: center;
}
.brand-story__visual {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.brand-story__visual picture, .brand-story__visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.brand-story__visual img {
  object-fit: cover;
}
.brand-story__content {
  display: flex;
  min-height: 594px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 60px 80px;
  text-align: center;
}
.brand-story__logo {
  width: 300px;
  margin-bottom: 0px;
  line-height: 0;
}
.brand-story__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-story__text {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.35;
}
.brand-story__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 211px;
  min-height: 50px;
  margin-top: 37px;
  padding: 10px 28px;
  border-radius: 999px;
  background: rgba(77, 117, 85, 0.87);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .brand-story {
    grid-template-columns: 1fr;
  }
  .brand-story__visual, .brand-story__content {
    min-height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .brand-story {
    grid-template-columns: 1fr;
    width: auto;
    margin: 13.3333333333vw 4.1666666667vw 0;
    padding-inline: 0;
  }
  .brand-story__visual, .brand-story__content {
    min-height: auto;
  }
  .brand-story::after {
    right: -1.6666666667vw;
    bottom: -20.8333333333vw;
    width: 34.1666666667vw;
    height: 39.1666666667vw;
  }
  .brand-story__visual {
    height: auto;
    max-width: 100%;
  }
  .brand-story__content {
    padding: 0.8333333333vw 8.3333333333vw 10vw;
  }
  .brand-story__logo {
    width: 52.0833333333vw;
    margin-bottom: 0;
  }
  .brand-story__text {
    font-size: 3.125vw;
    line-height: 2.35;
  }
  .brand-story__button {
    min-width: 43.9583333333vw;
    min-height: 10.4166666667vw;
    margin-top: 7.7083333333vw;
    padding: 2.0833333333vw 5.8333333333vw;
    font-size: 3.125vw;
  }
}

.ranking-section {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
.ranking-section__scroller {
  display: grid;
  grid-auto-columns: calc((100% - 90px) / 4);
  grid-auto-flow: column;
  gap: 30px;
  overflow-x: auto;
  padding: 0 0 6px;
  cursor: grab;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  user-select: none;
}
@media screen and (max-width: 960px) {
  .ranking-section__scroller {
    grid-auto-columns: 220px;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ranking-section__scroller {
    grid-auto-columns: calc((100vw - 10.4166666667vw) / 1.7);
    gap: 5vw;
    padding-inline: 0;
  }
}
.ranking-section__scroller.is-dragging {
  cursor: grabbing;
}
.ranking-section__scroller::-webkit-scrollbar {
  display: none;
}
.ranking-section__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.28s ease;
}
.ranking-section__arrow:hover, .ranking-section__arrow:focus-visible {
  transform: translateY(-50%) scale(1.04);
}
.ranking-section__arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #003f8f;
  border-left: 2px solid #003f8f;
  transition: border-color 0.24s ease;
}
.ranking-section__arrow:hover::before, .ranking-section__arrow:focus-visible::before {
  border-color: rgba(77, 117, 85, 0.87);
}
.ranking-section__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .ranking-section__arrow {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .ranking-section__arrow::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.ranking-section.is-scrollable .ranking-section__arrow {
  display: flex;
}
.ranking-section__arrow--prev {
  left: -38px;
}
@media screen and (max-width: 768px) {
  .ranking-section__arrow--prev {
    left: -2.0833333333vw;
  }
}
.ranking-section__arrow--prev::before {
  transform: translateX(2px) rotate(-45deg);
}
.ranking-section__arrow--next {
  right: -38px;
}
@media screen and (max-width: 768px) {
  .ranking-section__arrow--next {
    right: -2.0833333333vw;
  }
}
.ranking-section__arrow--next::before {
  transform: translateX(-2px) rotate(135deg);
}
.ranking-section--gift {
  margin-top: 102px;
}
@media screen and (max-width: 768px) {
  .ranking-section {
    width: calc(100% - 8.3333333333vw);
    margin: 0 auto;
  }
  .ranking-section--gift {
    margin-top: 16.6666666667vw;
  }
}

.ranking-section .section-heading {
  margin: 0 16px 40px 0;
}
@media screen and (max-width: 768px) {
  .ranking-section .section-heading {
    margin: 0 0vw 5vw 0;
  }
}

.ranking-card {
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ranking-card a {
  display: block;
  transition: color 0.3s ease, transform 0.3s ease;
}
.ranking-card a:hover, .ranking-card a:focus-visible {
  color: #4f7258;
  transform: translateY(-4px);
}
.ranking-card__image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f3f3f3;
}
.ranking-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}
.ranking-card a:hover .ranking-card__image img, .ranking-card a:focus-visible .ranking-card__image img {
  transform: scale(1.04);
}
.ranking-card:nth-child(3) .ranking-card__image img {
  object-fit: contain;
  padding: 34px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .ranking-card:nth-child(3) .ranking-card__image img {
    padding: 7.0833333333vw;
  }
}
.ranking-card__rank {
  position: absolute;
  top: 14px;
  left: 11px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #767676;
  color: #fff;
  font-size: 19px;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ranking-card__rank {
    top: 2.9166666667vw;
    left: 2.2916666667vw;
    width: 7.9166666667vw;
    height: 7.9166666667vw;
    font-size: 3.9583333333vw;
  }
}
.ranking-card:first-child .ranking-card__rank {
  background: #D1AB76;
}
.ranking-card:nth-child(2) .ranking-card__rank {
  background: #959595;
}
.ranking-card:nth-child(3) .ranking-card__rank {
  background: #B45401;
}
.ranking-card__name {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ranking-card__name {
    font-size: 3.125vw;
    line-height: 1.6;
    margin-top: 2.9166666667vw;
  }
}
.ranking-card__price {
  margin-top: 34px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .ranking-card__price {
    font-size: 5.625vw;
    margin-top: 3.3333333333vw;
  }
}
.ranking-card__price span {
  margin-left: 2px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .ranking-card__price span {
    margin-left: 0.4166666667vw;
    font-size: 2.9166666667vw;
  }
}
.ranking-card__badge {
  position: absolute;
  right: -1px;
  bottom: 20px;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 4px;
  background: #76c8d6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ranking-card__badge {
    right: -0.2083333333vw;
    bottom: 4.1666666667vw;
    width: 8.9583333333vw;
    height: 8.9583333333vw;
    border-radius: 0.8333333333vw;
    font-size: 2.7083333333vw;
  }
}

.shop-guide .section-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .shop-guide .section-heading {
    margin-bottom: 5vw;
  }
}

.shop-guide {
  width: 100%;
  max-width: 1200px;
  margin: 102px auto 0;
}
@media screen and (max-width: 768px) {
  .shop-guide {
    margin-top: 16.6666666667vw;
    padding-inline: 3.3333333333vw;
  }
}
.shop-guide__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-inline: 0;
  background: #e9e3dd;
}
@media screen and (max-width: 960px) {
  .shop-guide__panel {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .shop-guide__panel {
    margin-inline: 0;
  }
}
.shop-guide__image {
  min-width: 0;
  min-height: 468px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shop-guide__image {
    min-height: 0;
    aspect-ratio: 343/210;
  }
}
.shop-guide__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-guide__content {
  display: flex;
  min-height: 468px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px 102px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop-guide__content {
    min-height: 0;
    padding: 6.6666666667vw 5vw 10vw;
  }
}
.shop-guide__logo {
  width: 240px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .shop-guide__logo {
    width: 33.3333333333vw;
  }
}
.shop-guide__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.shop-guide__text {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .shop-guide__text {
    margin-top: 5vw;
    font-size: 3.125vw;
    line-height: 1.9;
  }
}
.shop-guide__button {
  min-width: 166px;
  min-height: 42px;
  margin-top: 43px;
  padding: 10px 28px;
}
@media screen and (max-width: 768px) {
  .shop-guide__button {
    min-width: 34.5833333333vw;
    min-height: 8.75vw;
    margin-top: 8.9583333333vw;
    padding: 2.0833333333vw 5.8333333333vw;
  }
}

.new-product__button,
.brand-story__button,
.shop-guide__button,
.news-section__button,
.shopping-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 50px;
  border-radius: 999px;
  background: rgba(77, 117, 85, 0.87);
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  transition: background-color 0.28s ease, filter 0.28s ease, transform 0.28s ease;
}
@media screen and (max-width: 768px) {
  .new-product__button,
  .brand-story__button,
  .shop-guide__button,
  .news-section__button,
  .shopping-guide__button {
    width: 43.9583333333vw;
    height: 10.4166666667vw;
    font-size: 3.125vw;
  }
}

.new-product__button:hover,
.new-product__button:focus-visible,
.brand-story__button:hover,
.brand-story__button:focus-visible,
.shop-guide__button:hover,
.shop-guide__button:focus-visible,
.news-section__button:hover,
.news-section__button:focus-visible,
.shopping-guide__button:hover,
.shopping-guide__button:focus-visible {
  background: rgba(77, 117, 85, 0.87);
  filter: brightness(1.06);
  transform: translateY(-3px);
}

.news-section {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 72px;
  width: 100%;
  max-width: 1200px;
  margin: 102px auto 0;
  padding: 92px 50px 105px 40px;
  border-radius: 20px;
  background: rgba(237, 231, 225, 0.4);
}
.news-section__side {
  padding-top: 0px;
}
@media screen and (max-width: 960px) {
  .news-section__side {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-section__side {
    display: contents;
  }
}
.news-section__heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-section__heading {
    font-size: 5.4166666667vw;
    margin-bottom: 1.6666666667vw;
    order: 1;
  }
}
.news-section__button {
  min-width: 210px;
  min-height: 42px;
  margin-top: 32px;
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .news-section__button {
    min-width: 29.1666666667vw;
    margin-top: 3.3333333333vw;
    order: 3;
    justify-self: center;
  }
}
.news-section__item {
  border-bottom: 1px solid #d8d8d8;
}
.news-section__item:last-child {
  border-bottom: 0;
}
.news-section__list {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news-section__list {
    order: 2;
  }
}
.news-section__list .p-homeNewsList-body--link {
  color: #707070;
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  min-height: 65px;
  padding: 16px 32px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  line-height: 1.5;
  transition: background-color 0.28s ease, color 0.28s ease, padding-left 0.28s ease;
}
@media screen and (max-width: 768px) {
  .news-section__list .p-homeNewsList-body--link {
    grid-template-columns: 1fr;
    gap: 0.8333333333vw;
    min-height: auto;
    padding: 2.9166666667vw 3.75vw;
  }
}
.news-section__list .p-homeNewsList-body--link:hover, .news-section__list .p-homeNewsList-body--link:focus-visible {
  padding-left: 42px;
  background: #faf8f4;
  color: #4f7258;
}
.news-section__list .p-homeNewsList-body--link:last-child {
  border-bottom: 0;
}
.news-section__list time {
  white-space: nowrap;
  font-weight: normal;
}
.p-page-home .news-text {
  display: none;
}
@media screen and (max-width: 960px) {
  .news-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news-section {
    width: auto;
    border-radius: 4.1666666667vw;
    padding: 8.3333333333vw 4.1666666667vw;
    margin-inline: 4.1666666667vw;
    box-sizing: border-box;
    gap: 4.1666666667vw;
  }
}

.shopping-guide {
  width: 100%;
  margin: 102px auto 0;
  padding: 40px 50px 50px;
  background: #e7e2d8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shopping-guide {
    gap: 0;
    margin-top: 8.3333333333vw;
    padding: 6.6666666667vw 0;
    box-sizing: border-box;
    width: auto;
  }
}
.shopping-guide__cards {
  max-width: 1200px;
  padding-inline: 30px;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .shopping-guide__cards {
    gap: 5vw;
    padding-inline: 3.3333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .shopping-guide__cards {
    grid-template-columns: 1fr;
  }
}
.shopping-guide__card {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .shopping-guide__card {
    padding: 6.25vw 3.3333333333vw;
    min-height: auto;
  }
}
.shopping-guide__card h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shopping-guide__card h2 {
    font-size: 3.75vw;
  }
}
.shopping-guide__card p {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .shopping-guide__card p {
    margin-top: 5vw;
    font-size: 2.9166666667vw;
  }
}
.shopping-guide__payments {
  width: min(100%, 244px);
  margin-top: 27px;
  margin-inline: auto;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .shopping-guide__payments {
    width: min(100%, 45.8333333333vw);
  }
}
.shopping-guide__payments img {
  display: block;
  width: 100%;
  height: auto;
}
.shopping-guide__button {
  min-width: 211px;
  min-height: 30px;
  margin-top: 32px;
  padding: 10px 28px;
}
@media screen and (max-width: 768px) {
  .shopping-guide__button {
    min-width: 43.9583333333vw;
    min-height: 6.25vw;
    margin-top: 6.6666666667vw;
    padding: 2.0833333333vw 5.8333333333vw;
  }
}

.site-footer {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  background: #fff;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .site-footer__inner {
    padding: 6.6666666667vw 3.3333333333vw 3.3333333333vw;
    grid-template-columns: 1fr;
  }
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .site-footer__nav {
    gap: 3.3333333333vw 3.3333333333vw;
    flex-direction: column;
  }
}
.site-footer__nav a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .site-footer__nav a {
    font-size: 3.3333333333vw;
  }
}
.site-footer__sns {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .site-footer__sns {
    gap: 4.1666666667vw;
    justify-content: flex-start;
  }
}
.site-footer__sns a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .site-footer__sns a {
    width: 5vw;
    height: 5vw;
  }
}
.site-footer__sns a:focus-visible {
  outline: 2px solid rgba(94, 137, 103, 0.87);
  outline-offset: 4px;
}
.site-footer__sns img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer__copy {
  grid-column: 1/-1;
  margin-top: 0px;
  color: #aaa;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .site-footer__copy {
    margin-top: 0vw;
    font-size: 2.7083333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    border-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.p-page-home {
  padding-bottom: 0rem !important;
}

.c-product-sIcon {
  margin-top: 12px;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .c-product-sIcon {
    margin-top: 2.5vw;
  }
}

.c-product-sIcon__item img {
  max-height: 27px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-product-sIcon__item img {
    max-height: 4.1666666667vw;
  }
}

.p-page-faq .p-faq-details {
  margin-top: 1.2rem;
  border: 1px solid var(--color-light);
  border-radius: 0.4rem;
  background-color: var(--color-white);
}
.p-page-faq .p-faq-details summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.4rem;
  padding: 1.2rem 4.2rem 1.2rem 1.6rem;
  background-color: var(--color-gray-light);
  color: var(--color-primary);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.p-page-faq .p-faq-details summary::-webkit-details-marker {
  display: none;
}
.p-page-faq .p-faq-details summary::before,
.p-page-faq .p-faq-details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.4rem;
  height: 2px;
  background-color: currentColor;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.p-page-faq .p-faq-details summary::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-page-faq .p-faq-details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-page-faq .p-faq-details__state::before {
  content: "詳細を開く";
  display: inline-block;
  padding-right: 0.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
}
.p-page-faq .p-faq-details[open] .p-faq-details__state::before {
  content: "詳細を閉じる";
}
.p-page-faq .p-faq-details__body {
  padding: 1.6rem;
  border-top: 1px solid var(--color-light);
  line-height: 1.8;
}
.p-page-faq .p-faq-payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
}
.p-page-faq .p-faq-payment-logos__item,
.p-page-faq .p-faq-payment-logos__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2rem;
}
.p-page-faq .p-faq-payment-logos__badge {
  border: 1px solid var(--color-light);
  border-radius: 0.4rem;
  background-color: var(--color-white);
}
.p-page-faq .p-faq-payment-logos__item {
  padding: 0.4rem 0;
  margin-bottom: 0 !important;
}
.p-page-faq .p-faq-payment-logos__item img {
  display: block;
  width: auto;
  max-width: 14rem;
  max-height: 4.2rem;
}
.p-page-faq .p-faq-payment-logos__item--card img {
  max-width: 20rem;
}
.p-page-faq .p-faq-payment-logos__item--paypay img {
  max-height: 3.6rem;
  transform: translateY(-0.1rem);
}
.p-page-faq .p-faq-payment-logos__badge {
  min-width: 9rem;
  padding: 0.7rem 1.2rem;
  color: var(--color-primary);
  font-weight: 600;
  line-height: 1.2;
}/*# sourceMappingURL=app.css.map */
