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

body {
  background-color: #ffffff;
  color: #212121;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none !important;
  border: transparent;
  outline: none !important;
  outline-color: transparent;
}

.fs-l-page {
  padding-top: 86px;
}

.l-footer {
  margin-top: 120px;
}

a:hover {
  opacity: 1;
}

.p-main-content {
  width: 100%;
}
.p-main-content__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p-lead {
  padding: 64px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-lead__text {
  line-height: 2 !important;
  color: #212121;
  text-align: left;
}

.p-anchor-nav__list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 32px;
  margin-bottom: 64px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.p-anchor-nav__list::-webkit-scrollbar {
  display: none;
}
.p-anchor-nav__item {
  flex-shrink: 0;
  width: 240px;
}
.p-anchor-nav__item:first-of-type {
  margin-left: 32px;
}
.p-anchor-nav__item:last-of-type {
  margin-right: 32px;
}
.p-anchor-nav__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-anchor-nav__link:hover {
  opacity: 0.6;
}

.p-prod-section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-prod-section__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-prod-section__image-wrapper {
  width: 100%;
  overflow: hidden;
}
.p-prod-section__desc-wrapper {
  padding: 48px 19.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.p-prod-section__title {
  text-align: center;
}
.p-prod-section__desc {
  line-height: 2;
  color: #212121;
}
.p-prod-section__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 1px;
  row-gap: 0;
}

.js-product-list {
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.c-prod-card {
  width: calc(50% - 0.5px);
  background-color: #ffffff;
  overflow: hidden;
  outline: 1px #ffffff solid;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-prod-card a {
  width: 100%;
}
.c-prod-card__image-wrapper {
  width: 100%;
  aspect-ratio: 194/259;
  position: relative;
  background-color: #F2F2F2;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.c-prod-card__image-wrapper::-webkit-scrollbar {
  display: none;
}
.c-prod-card__image-wrapper .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
}
.c-prod-card__image-wrapper .simplebar-content-wrapper {
  scroll-padding-left: 0;
}
.c-prod-card__image-wrapper .simplebar-track.simplebar-horizontal {
  width: 50px;
}
.c-prod-card__image {
  width: 100%;
  display: inline-block;
  flex: 0 0 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.c-prod-card__image.js-hover-img {
  opacity: 1;
}
.c-prod-card__content {
  width: 100%;
  padding: 12px 12px 24px 12px;
  background: linear-gradient(0deg, #ffffff 0%, #F2F2F2 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-prod-card__name {
  width: 100%;
  max-width: 480px;
  font-size: 13px;
  color: #212121;
  line-height: 19.5px;
  font-feature-settings: "palt";
}
.c-prod-card__price {
  display: flex;
  justify-content: space-between;
  flex: 1;
  line-height: 12px;
  letter-spacing: 0.6px;
  color: #212121;
}
.c-prod-card__num::before {
  content: "¥";
  margin-right: 2px;
}
.c-prod-card__status {
  text-align: right;
  line-height: 12px;
  letter-spacing: 0.6px;
}
.c-prod-card__status--soldout {
  color: #C20000;
}
.c-prod-card__tags {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.c-prod-card__tags span {
  padding: 8px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 10px;
  letter-spacing: 0.5px;
  color: #212121;
}

.c-product-list__more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.c-product-list__more-btn {
  width: 83%;
  max-width: 266px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  line-height: 1;
  padding: 0;
  margin: 0 auto;
}
.c-product-list__more-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  margin-bottom: 4px;
  transform: rotate(135deg);
}
.c-product-list__more-btn.is-open::after {
  margin-top: 3px;
  margin-bottom: 0;
  transform: rotate(-45deg);
}
.c-product-list__more-btn:hover::after {
  border-color: #ffffff;
}
.c-product-list__link {
  margin: 40px 0 48px;
  display: flex;
  justify-content: center;
}
.c-product-list__link .c-btn {
  padding: 6px 37px;
  line-height: 28px;
}

.p-article-section__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: scroll;
  margin-left: 6.7vw;
  padding-bottom: 48px;
}
.p-article-section__list::-webkit-scrollbar {
  height: 4px;
  display: block;
}
.p-article-section__list::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.p-article-section__list::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.p-article-section__item {
  width: 338px;
  flex-shrink: 0;
}
.p-article-section__item:last-of-type {
  margin-right: 6.7vw;
}

.c-article-card {
  display: flex;
  flex-direction: column;
}
.c-article-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  font-family: WAKOROMAN, serif;
  font-size: 13px;
}
.c-article-card__number span {
  border-color: transparent #d4d5d5 #bdbebf transparent;
  border-style: solid;
  border-width: 1.5px;
  display: inline-block;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.c-article-card__number span + span {
  margin-left: 0.2em;
}
.c-article-card__badge {
  color: #ad9841;
  text-decoration: underline;
}
.c-article-card__title {
  margin-top: 8px;
  height: 3em;
}
.c-article-card__more {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-bottom: 8px;
  padding-top: 20px;
}
.c-article-card__more:after {
  background: url(https://site.wako.co.jp/files/assets/img/top/icon_arrow.svg) no-repeat 50%/contain;
  content: "";
  display: inline-block;
  height: 8px;
  transition: all 0.4s ease;
  width: 21px;
}

@media (min-width: 1025px) {
  .fs-l-page {
    padding-top: 108px;
  }
  .p-main-content {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
  }
  .p-main-content__inner {
    gap: 100px;
  }
  .p-lead {
    width: 100%;
    max-width: 800px;
    padding: 0 72px;
  }
  .p-lead__text {
    text-align: center;
  }
  .p-anchor-nav {
    width: fit-content;
    margin-left: auto;
    margin-right: 72px;
  }
  .p-anchor-nav__item:first-of-type {
    margin-left: 0;
  }
  .p-anchor-nav__item:last-of-type {
    margin-right: 0;
  }
  .p-prod-section__hero {
    flex-direction: row;
    overflow: hidden;
  }
  .p-prod-section__image-wrapper {
    width: 50%;
    height: auto;
  }
  .p-prod-section__image {
    position: static;
    object-fit: cover;
    aspect-ratio: 720/900;
  }
  .p-prod-section__desc-wrapper {
    width: 50%;
    padding: 0 72px;
    align-items: flex-start;
  }
  .p-prod-section__title {
    text-align: left;
  }
  .p-prod-section__desc {
    line-height: 32px;
  }
  .p-prod-section__grid {
    flex-direction: row;
  }
  .c-prod-card {
    width: calc(25% - 1px);
  }
  .c-prod-card__image-wrapper {
    display: block;
    overflow: hidden;
    aspect-ratio: 3/4;
  }
  .c-prod-card__image-wrapper .simplebar-content {
    display: block;
  }
  .c-prod-card__image {
    transition: opacity 0.4s ease;
  }
  .c-prod-card__image.js-hover-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .c-prod-card:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .c-prod-card:hover .js-hover-img {
    opacity: 1;
  }
  .c-prod-card__content {
    padding: 16px 16px 24px;
    gap: 12px;
  }
  .c-prod-card__name {
    line-height: 21px;
  }
  .c-prod-card__price {
    line-height: 14px;
    letter-spacing: 0.7px;
  }
  .p-article-section__list {
    gap: 30px;
    width: fit-content;
    max-width: 1074px;
    margin: 0 auto;
  }
  .p-article-section__item:last-of-type {
    margin-right: 0;
  }
  .c-product-list__more {
    margin-top: 48px;
    margin-bottom: 0;
  }
  .c-product-list__more-btn {
    max-width: 338px;
  }
  .c-product-list__link {
    margin: 100px 0 0;
  }
}/*# sourceMappingURL=style.css.map */