@charset "UTF-8";
/* pxをvwに変換
/*-------------------------*/
/* pxをvhに変換
/*-------------------------*/
:root {
  --wf-helvetica: "Helvetica", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  --wf-yugo: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

.l-main {
  padding: 138px 0 0;
}
@media (max-width: 767px) {
  .l-main {
    padding: 36.8vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-main {
    padding: 142px 0 0;
    padding: min(142px, 9.8611111111vw) 0 0;
  }
}

.l-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
}

.c-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 32px;
  border: 1px solid #1a1311;
  border-radius: 26px;
}
.c-link span {
  position: relative;
  padding: 0 24px 0 0;
  color: #1a1311;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.c-link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 16px;
  height: 12px;
  background: url("../images/icon_arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.c-link.white {
  border-color: #fff;
}
.c-link.white span {
  color: #fff;
}
.c-link.white[target="_blank"] span::after {
  background-image: url("../images/icon_blank--white.svg");
}
@media (max-width: 767px) {
  .c-link {
    height: 12.27vw;
    padding: 0 8.53vw;
    border-radius: 6.93vw;
  }
  .c-link span {
    padding: 0 6.4vw 0 0;
    font-size: 3.73vw;
  }
  .c-link span::after {
    width: 4.27vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-link {
    height: 48px;
    height: min(48px, 3.3333333333vw);
    border-radius: 48px;
    border-radius: min(48px, 3.3333333333vw);
    transition: border-color 0.4s ease-out, background-color 0.4s ease-out;
  }
  .c-link span {
    font-size: 16px;
    font-size: min(16px, 1.1111111111vw);
    transition: color 0.4s ease-out;
  }
  .c-link span::after {
    transition: background-image 0.4s ease-out;
  }
  .c-link:hover {
    background-color: #1a1311;
    border-color: #1a1311;
  }
  .c-link:hover span {
    color: #fff;
  }
  .c-link:hover span::after {
    background-image: url("../images/icon_arrow--white.svg");
  }
}

.c-product {
  display: block;
  padding: 18px 20px 40px;
  background-color: #faf9f8;
  background-color: #9099a2;
  border-radius: 12px;
}
.c-product__image {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 295/166;
}
.c-product__image img {
  height: 100%;
}
.c-product__no {
  margin: 20px 0 0;
  color: #b2a9a7;
  color: #fff;
  font-family: var(--wf-helvetica);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 14px;
}
.c-product__name {
  margin: 16px 0 0;
  color: #1a1311;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
}
.c-product__no + .c-product__name {
  margin: 9px 0 0;
}
.c-product__description {
  margin: 4px 0 0;
  color: #1a1311;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.c-product__button {
  margin: 15px 0 0;
}
.c-product__button .c-link {
  border-color: #fff;
}
.c-product__button .c-link span {
  color: #fff;
}
.c-product__button .c-link span::after {
  filter: brightness(100);
}
@media (max-width: 767px) {
  .c-product {
    padding: 4.8vw 5.33vw 10.67vw;
    border-radius: 3.2vw;
  }
  .c-product__image {
    border-radius: 1.6vw;
  }
  .c-product__no {
    margin: 5.33vw 0 0;
    font-size: 3.73vw;
    line-height: 3.73vw;
  }
  .c-product__name {
    margin: 4.27vw 0 0;
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
  .c-product__no + .c-product__name {
    margin: 2.4vw 0 0;
  }
  .c-product__description {
    margin: 1.07vw 0 0;
    font-size: 3.73vw;
  }
  .c-product__button {
    margin: 4vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .c-product {
    padding: 32px 32px 48px;
    padding: min(32px, 2.2222222222vw) min(32px, 2.2222222222vw)
      min(48px, 3.3333333333vw);
    border-radius: 16px;
    border-radius: min(16px, 1.1111111111vw);
  }
  .c-product__image {
    border-radius: 8px;
    border-radius: min(8px, 0.5555555556vw);
    aspect-ratio: 512/288;
  }
  .c-product__no {
    margin: 30px 0 0;
    margin: min(30px, 2.0833333333vw) 0 0;
    font-size: 20px;
    font-size: min(20px, 1.3888888889vw);
    line-height: 1;
  }
  .c-product__name {
    margin: 26px 0 0;
    margin: min(26px, 1.8055555556vw) 0 0;
    font-size: 32px;
    font-size: min(32px, 2.2222222222vw);
    line-height: 1.6875;
  }
  .c-product__no + .c-product__name {
    margin: 4px 0 0;
    margin: min(4px, 0.2777777778vw) 0 0;
  }
  .c-product__description {
    margin: 15px 0 0;
    margin: min(15px, 1.0416666667vw) 0 0;
    font-size: 16px;
    font-size: min(16px, 1.1111111111vw);
  }
  .c-product__button {
    margin: 32px 0 0;
    margin: min(32px, 2.2222222222vw) 0 0;
  }
  .c-product__button .c-link {
    transition: background-color 0.4s ease-out, border-color 0.4s ease-out;
  }
  .c-product__button .c-link:hover {
    border-color: #000;
  }
}

.c-item__image {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 335/268;
}
.c-item__image img {
  height: 100%;
}
.c-item__text {
  margin: 16px 0 0;
  color: #1a1311;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}
@media (max-width: 767px) {
  .c-item__image {
    border-radius: 2.13vw;
  }
  .c-item__text {
    margin: 4.27vw 0 0;
    font-size: 4.27vw;
    line-height: 4.27vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-item {
    transition: opacity 0.4s ease-out;
  }
  .c-item:hover {
    opacity: 0.6;
  }
  .c-item__text {
    margin: min(16px, 1.1111111111vw) 0 0;
    font-size: min(16px, 1.1111111111vw);
  }
}

.p-header {
  position: relative;
  height: 70px;
  padding: 0 86px 0 152px;
  background-color: #fff;
}
.p-header__logo {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 120px;
}
.p-header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 100%;
}
.p-header__list-item {
  color: #1a1311;
  font-family: var(--wf-helvetica);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.p-header__list-item a {
  position: relative;
}
.p-header__list-item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1a1311;
}
.p-header__list-item.current a::after {
  width: 100%;
}
.p-header__contact {
  position: absolute;
  top: 11px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #1a1311;
  border-radius: 48px;
}
.p-header__contact img {
  flex: 0 0 20px;
  width: 20px;
}
@media (max-width: 767px) {
  .p-header {
    height: 18.67vw;
    padding: 0vw 22.93vw 0vw 40.53vw;
  }
  .p-header__logo {
    top: 6.4vw;
    left: 4.27vw;
    width: 32vw;
  }
  .p-header__list {
    gap: 4.27vw;
    height: 100%;
  }
  .p-header__list-item {
    font-size: 3.2vw;
  }
  .p-header__contact {
    top: 2.93vw;
    right: 4.27vw;
    width: 12.8vw;
    height: 12.8vw;
  }
  .p-header__contact img {
    flex: 0 0 5.33vw;
    width: 5.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-header {
    height: 108px;
    height: min(108px, 7.5vw);
    padding: 0 228px;
    padding: 0 min(228px, 15.8333333333vw);
  }
  .p-header__logo {
    top: 40px;
    top: min(40px, 2.7777777778vw);
    left: 48px;
    left: min(48px, 3.3333333333vw);
    width: 160px;
    width: min(160px, 11.1111111111vw);
    transition: opacity 0.4s ease-out;
  }
  .p-header__logo:hover {
    opacity: 0.6;
  }
  .p-header__list {
    gap: 48px;
    gap: min(48px, 3.3333333333vw);
  }
  .p-header__list-item {
    font-size: 20px;
    font-size: min(20px, 1.3888888889vw);
  }
  .p-header__list-item a::after {
    transition: width 0.4s ease-out;
  }
  .p-header__list-item a:hover::after {
    width: 100%;
  }
  .p-header__contact {
    top: 30px;
    top: min(30px, 2.0833333333vw);
    right: 47px;
    right: min(47px, 3.2638888889vw);
    width: 181px;
    width: min(181px, 12.5694444444vw);
    height: min(48px, 3.3333333333vw);
    background-color: #fff;
    border: 1px solid #1a1311;
    transition: background-color 0.4s ease-out;
  }
  .p-header__contact span {
    position: relative;
    display: inline-block;
    padding: 0 21px 0 0;
    padding: 0 min(21px, 1.4583333333vw) 0 0;
    font-size: 16px;
    font-size: min(16px, 1.1111111111vw);
    transition: color 0.4s ease-out;
  }
  .p-header__contact span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 14px;
    width: min(14px, 0.9722222222vw);
    height: 14px;
    height: min(14px, 0.9722222222vw);
    background: url("../images/icon_blank.svg") no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.4s ease-out;
  }
  .p-header__contact:hover {
    background-color: #1a1311;
  }
  .p-header__contact:hover span {
    color: #fff;
  }
  .p-header__contact:hover span::after {
    background-image: url("../images/icon_blank--white.svg");
  }
}

.p-footer {
  position: relative;
  background-color: #7d7573;
}
.p-footer__inner {
  padding: 56px 18px 16px 20px;
}
.p-footer__pagetop {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: 56px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__pagetop::after {
  content: "";
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: url("../images/svg/pagetop.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.p-footer__shop-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__shop-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px 3px;
  margin: 20px 0 0;
}
.p-footer__shop-item {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__shop-item a {
  position: relative;
  display: inline-block;
  padding: 0 17px 0 0;
}
.p-footer__shop-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: url("../images/icon_blank--white.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.p-footer__about {
  margin: 50px 0 0;
  text-align: center;
}
.p-footer__hp-link {
  position: relative;
  display: inline-block;
  padding: 0 17px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-footer__hp-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: url("../images/icon_blank--white.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.p-footer__copy {
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--wf-helvetica);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-footer__inner {
    padding: 14.93vw 4.8vw 4.27vw 5.33vw;
  }
  .p-footer__pagetop {
    top: 10.67vw;
    top: 5.333vw;
    right: 5.33vw;
    gap: 4.27vw;
    height: 14.93vw;
    font-size: 3.2vw;
  }
  .p-footer__pagetop::after {
    flex: 0 0 14.93vw;
    width: 14.93vw;
    height: 14.93vw;
  }
  .p-footer__shop-title {
    font-size: 3.73vw;
  }
  .p-footer__shop-list {
    gap: 5.33vw 0.8vw;
    margin: 5.33vw 0 0;
  }
  .p-footer__shop-item {
    font-size: 3.73vw;
  }
  .p-footer__shop-item a {
    padding: 0vw 4.53vw 0vw 0vw;
  }
  .p-footer__shop-item a::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .p-footer__about {
    margin: 13.33vw 0 0;
  }
  .p-footer__hp-link {
    padding: 0vw 4.53vw 0vw 0vw;
    font-size: 3.73vw;
  }
  .p-footer__hp-link::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .p-footer__copy {
    margin: 2.67vw 0 0;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-footer__inner {
    padding: min(48px, 3.3333333333vw);
  }
  .p-footer__pagetop {
    top: auto;
    top: min(48px, 3.3333333333vw);
    right: 160px;
    right: min(160px, 11.111vw);
    right: 48px;
    right: min(48px, 3.333vw);
    /* bottom: 162px;
    bottom: min(162px, 11.25vw); */
    gap: min(16px, 1.111vw);
    height: min(56px, 3.888vw);
    font-size: min(12px, 0.8333vw);
  }
  .p-footer__pagetop::after {
    flex: 0 0 min(56px, 3.888vw);
    width: min(56px, 8.333vw);
    height: min(56px, 8.333vw);
    transition: background-image 0.4s ease-out;
  }
  .p-footer__pagetop:hover::after {
    background-image: url("../images/svg/pagetop--hover.svg");
  }
  .p-footer__shop-title {
    font-size: min(14px, 0.9722222222vw);
  }
  .p-footer__shop-list {
    gap: 20px 3px;
    gap: min(20px, 1.3888888889vw) min(3px, 0.2083333333vw);
    margin: 14px 0 0;
    margin: min(14px, 0.9722222222vw) 0 0;
  }
  .p-footer__shop-item {
    font-size: min(14px, 0.9722222222vw);
  }
  .p-footer__about {
    margin: 24px 0 0;
    margin: min(24px, 1.6666666667vw) 0 0;
    text-align: left;
  }
  .p-footer__hp-link {
    font-size: min(14px, 0.9722222222vw);
  }
  .p-footer__copy {
    margin: 14px 0 0;
    margin: min(14px, 0.9722222222vw) 0 0;
    font-size: min(12px, 0.8333333333vw);
  }
}

.p-message__heading {
  color: #b2a9a7;
  font-family: var(--wf-helvetica);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-message__title {
  color: #1a1311;
  font-family: var(--wf-helvetica);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-message__text {
  margin: 14px 0 0;
  color: #1a1311;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-message__heading {
    font-size: 3.2vw;
  }
  .p-message__title {
    font-size: 8.53vw;
  }
  .p-message__text {
    margin: 3.73vw 0 0;
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-message {
    text-align: center;
  }
  .p-message__heading {
    font-size: 24px;
    font-size: min(24px, 1.6666666667vw);
  }
  .p-message__title {
    font-size: 40px;
    font-size: min(40px, 2.7777777778vw);
  }
  .p-message__text {
    margin: 15px 0 0;
    margin: min(15px, 1.0416666667vw);
    font-size: 18px;
    font-size: min(18px, 1.25vw);
  }
}

.p-products__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-products__list-item + .p-products__list-item {
  margin: 20px 0 0;
}
.p-products__list-item:nth-of-type(3n) .c-product {
  background-color: #96858f;
}
.p-products__list-item:nth-of-type(3n + 1) .c-product {
  background-color: #6d7993;
}
.p-products__list-item:nth-of-type(3n + 2) .c-product {
  background-color: #9099a2;
}
.p-products__title + .p-products__list {
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .p-products__title {
    font-size: 8.53vw;
  }
  .p-products__list-item + .p-products__list-item {
    margin: 5.33vw 0 0;
  }
  .p-products__title + .p-products__list {
    margin: 6.67vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-products__title {
    font-size: 40px;
    font-size: min(40px, 2.7777777778vw);
  }
  .p-products__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 48px;
    gap: min(48px, 3.3333333333vw);
  }
  .p-products__list-item {
    flex: 0 0 576px;
    width: 576px;
    flex: 0 0 min(576px, 40vw);
    width: min(576px, 40vw);
  }
  .p-products__list-item .c-product {
    position: relative;
    height: 100%;
    padding-bottom: 120px;
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-products__list-item .c-product__name {
    margin-right: -20px;
    margin-right: min(-20px, -1.3888888889vw);
  }
  .p-products__list-item .c-product__button {
    position: absolute;
    bottom: 48px;
    bottom: min(48px, 3.3333333333vw);
    left: 32px;
    left: min(32px, 2.2222222222vw);
  }
  .p-products__list-item + .p-products__list-item {
    margin: 0;
  }
  .p-products__title + .p-products__list {
    margin: 40px 0 0;
    margin: min(40px, 2.7777777778vw) 0 0;
  }
}

.p-novelty__block {
  position: relative;
}
.p-novelty__image {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.p-novelty__image::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #1a1311;
  opacity: 0.4;
}
.p-novelty__box {
  position: absolute;
  z-index: 2;
  bottom: 63px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.p-novelty__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.p-novelty__text {
  margin: 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-novelty__button {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .p-novelty__image {
    border-radius: 3.2vw;
  }
  .p-novelty__box {
    bottom: 16.8vw;
    padding: 0 5.33vw;
  }
  .p-novelty__title {
    font-size: 6.4vw;
    line-height: 6.4vw;
  }
  .p-novelty__text {
    margin: 2.67vw 0 0;
    font-size: 3.73vw;
    line-height: 7.47vw;
  }
  .p-novelty__button {
    margin: 4.27vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-novelty__block {
    position: relative;
  }
  .p-novelty__box {
    bottom: 65px;
    bottom: min(65px, 4.5138888889vw);
    left: 56px;
    left: min(56px, 3.8888888889vw);
    padding: 0;
  }
  .p-novelty__title {
    margin: 0 -4px;
    margin: 0 min(-4px, -0.2777777778vw);
    font-size: 32px;
    font-size: min(32px, 2.2222222222vw);
    line-height: 1;
  }
  .p-novelty__text {
    margin: 24px 0 0;
    margin: min(24px, 1.6666666667vw) 0 0;
    font-size: 16px;
    font-size: min(16px, 1.1111111111vw);
  }
  .p-novelty__image {
    height: 440px;
    height: min(440px, 30.5555555556vw);
  }
  .p-novelty__image picture,
  .p-novelty__image img {
    height: 100%;
  }
  .p-novelty__button {
    margin: 32px 0 0;
    margin: min(32px, 2.2222222222vw) 0 0;
  }
}

.p-items__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.p-items__list-item + .p-items__list-item {
  margin: 32px 0 0;
}
.p-items__title + .p-items__list {
  margin: 26px 0 0;
}
@media (max-width: 767px) {
  .p-items__title {
    font-size: 8.53vw;
  }
  .p-items__list-item + .p-items__list-item {
    margin: 8.53vw 0 0;
  }
  .p-items__title + .p-items__list {
    margin: 6.93vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-items__title {
    font-size: 40px;
    font-size: min(40px, 2.7777777778vw);
  }
  .p-items__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px 48px;
    gap: min(40px, 2.7777777778vw) min(48px, 3.3333333333vw);
  }
  .p-items__list-item {
    flex: 0 0 264px;
    width: 264px;
    flex: 0 0 min(264px, 18.3333333333vw);
    width: min(264px, 18.3333333333vw);
  }
  .p-items__list-item + .p-items__list-item {
    margin: 0;
  }
  .p-items__title + .p-items__list {
    margin: 40px 0 0;
    margin: min(40px, 2.7777777778vw) 0 0;
  }
}

.p-single__title {
  text-align: center;
  color: #1a1311;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 54px;
}
.p-single__description {
  margin: 2px 0 0;
  text-align: center;
  color: #1a1311;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.p-single__image {
  position: relative;
  z-index: 1;
  margin: 34px 0 0;
  border-radius: 8px;
  border: 1px solid #faf9f8;
  overflow: hidden;
  aspect-ratio: 335/189;
}
.p-single__image img {
  height: 100%;
}
.p-single__contents {
  margin: 32px 0 0;
}
.p-single__index {
  margin: 34px 0 0;
  text-align: center;
}
.p-single__index .c-link {
  padding: 0 26px;
}
@media (max-width: 767px) {
  .p-single__title {
    font-size: 8.53vw;
    line-height: 14.4vw;
  }
  .p-single__description {
    margin: 0.53vw 0 0;
    font-size: 3.73vw;
  }
  .p-single__image {
    margin: 9.07vw 0 0;
    border-radius: 2.13vw;
  }
  .p-single__contents {
    margin: 8.53vw 0 0;
  }
  .p-single__index {
    margin: 9.07vw 0 0;
  }
  .p-single__index .c-link {
    padding: 0 6.93vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-single__title {
    font-size: 40px;
    font-size: min(40px, 2.7777777778vw);
    line-height: 1.7;
  }
  .p-single__description {
    margin: 10px 0 0;
    margin: min(10px, 0.6944444444vw) 0 0;
    font-size: 16px;
    font-size: min(16px, 1.1111111111vw);
  }
  .p-single__image {
    width: 880px;
    width: min(880px, 61.1111111111vw);
    margin: 72px auto 0;
    margin: min(72px, 5vw) auto 0;
    aspect-ratio: 880/495;
  }
  .p-single__contents {
    width: 648px;
    width: min(648px, 45vw);
    margin: 56px auto 0;
    margin: min(56px, 3.8888888889vw) auto 0;
  }
  .p-single__index {
    margin: 72px 0 0;
    margin: min(72px, 5vw) 0 0;
  }
  .p-single__index .c-link {
    padding: 0 31px;
    padding: 0 min(31px, 2.1527777778vw);
  }
}

.wp-contents > * {
  margin: 0 0 32px;
  color: #1a1311;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
.wp-contents > *:first-child {
  margin-top: 0;
}
.wp-contents p a {
  padding: 0 0 6px;
  background-image: linear-gradient(#1a1311, #1a1311);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.wp-contents p a[target="_blank"]::after {
  content: "";
  translate: 0 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 4px 0 0 8px;
  background: url("../images/icon_blank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-contents h2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 24px 0 0;
  margin: 0 0 32px;
  color: #1a1311;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 48px;
}
.wp-contents h2::before {
  content: "";
  translate: 0 20px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  background-color: #1a1311;
  border-radius: 100%;
}
.wp-contents h3 {
  padding: 24px 0 0;
  margin: 0 0 32px;
  color: #1a1311;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
}
.wp-contents .wp-block-buttons a {
  padding: 0 0 5px;
  background-color: transparent;
  background-image: linear-gradient(#1a1311, #1a1311);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 1px;
  border-radius: 0;
  color: #1a1311;
}
.wp-contents .wp-block-buttons a[target="_blank"]::after {
  content: "";
  translate: 0 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 4px 0 0 8px;
  background: url("../images/icon_blank.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-contents ol,
.wp-contents ul {
  padding-left: 20px;
}
.wp-contents li {
  list-style: inherit;
}
.wp-contents .wp-block-table thead {
  border-color: #1a1311;
}
@media (max-width: 767px) {
  .wp-contents > * {
    margin: 0 0 8.53vw;
    font-size: 4.27vw;
  }
  .wp-contents p a {
    padding: 0 0 1.6vw;
  }
  .wp-contents img {
    border-radius: 2.13vw;
  }
  .wp-contents h2 {
    gap: 2.13vw;
    padding: 6.4vw 0 0;
    margin: 0 0 8.53vw;
    font-size: 8.53vw;
    line-height: 12.8vw;
  }
  .wp-contents h2::before {
    translate: 0 5.33vw;
    flex: 0 0 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .wp-contents h3 {
    padding: 6.4vw 0 0;
    margin: 0 0 8.53vw;
    font-size: 5.33vw;
    line-height: 11.73vw;
  }
  .wp-contents .wp-block-buttons a {
    padding: 0 0 1.33vw;
  }
  .wp-contents .wp-block-buttons a[target="_blank"]::after {
    translate: 0 1.07vw;
    width: 4.8vw;
    height: 4.8vw;
    margin: 1.07vw 0 0 2.13vw;
  }
  .wp-contents ol,
  .wp-contents ul {
    padding-left: 5.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .wp-contents > * {
    margin: 0 0 32px;
    margin: 0 0 min(32px, 2.2222222222vw);
  }
  .wp-contents p a:hover {
    background-size: 0 1px;
    animation: pina 1s ease-out forwards;
  }
  .wp-contents h2 {
    padding: 24px 0 0;
    margin: 0 0 32px;
    line-height: 68px;
  }
  .wp-contents h2::before {
    translate: 0 26px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
  .wp-contents h3 {
    padding: 24px 0 0;
    margin: 0 0 32px;
    font-size: 24px;
  }
  .wp-contents .wp-block-columns {
    gap: 48px;
  }
  .wp-contents .wp-block-buttons a:hover {
    animation: pina 1s ease-out forwards;
  }
}

@keyframes pina {
  0% {
    background-size: 100% 1px;
  }
  49% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  50% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  51% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
.top-message {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .top-message {
    padding: 0 5.33vw;
  }
}

.top-products {
  padding: 0 20px;
  margin: 74px 0 0;
}
@media (max-width: 767px) {
  .top-products {
    padding: 0 5.33vw;
    margin: 19.73vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-products {
    width: min(1200px, 83.3333333333vw);
    padding: 0;
    margin: 80px auto 0;
    margin: min(80px, 5.5555555556vw) auto 0;
  }
}

.top-recommend {
  padding: 0 20px;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .top-recommend {
    padding: 0 5.33vw;
    margin: 21.33vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-recommend {
    width: 1200px;
    width: min(1200px, 83.3333333333vw);
    padding: 0;
    margin: 120px auto 0;
    margin: min(120px, 8.3333333333vw) auto 0;
  }
  .top-recommend .p-products__list {
    display: block;
  }
  .top-recommend .p-products__list-item {
    width: 100%;
  }
  .top-recommend .p-products__list-item .c-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 48px;
    gap: min(48px, 3.3333333333vw);
    padding: 40px 32px 40px 56px;
    padding: min(40px, 2.7777777778vw) min(32px, 2.2222222222vw)
      min(40px, 2.7777777778vw) min(56px, 3.8888888889vw);
  }
  .top-recommend .p-products__list-item .c-product__image {
    flex: 0 0 648px;
    flex: 0 0 min(648px, 45vw);
    width: 648px;
    width: min(648px, 45vw);
  }
  .top-recommend .p-products__list-item .c-product__block {
    padding: 0 0 24px;
    padding: 0 0 min(24px, 1.6666666667vw);
  }
  .top-recommend .p-products__list-item .c-product__name {
    margin: 0;
  }
  .top-recommend .p-products__list-item .c-product__button {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .top-recommend .p-products__list-item:nth-of-type(2n + 1) .c-product__image {
    order: 2;
  }
  .top-recommend .p-products__list-item:nth-of-type(2n + 1) .c-product__box {
    order: 1;
  }
  .top-recommend .p-products__list-item + .p-products__list-item {
    margin: 48px 0 0;
    margin: min(48px, 3.3333333333vw) 0 0;
  }
}

.top-novelty {
  padding: 0 20px;
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .top-novelty {
    padding: 0 5.33vw;
    margin: 21.33vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-novelty {
    width: 1200px;
    width: min(1200px, 83.3333333333vw);
    padding: 0;
    margin: 86px auto 0;
    margin: min(86px, 5.9722222222vw) auto 0;
  }
}

.top-items {
  padding: 80px 20px;
  margin: 80px 0 0;
  background-color: #faf9f8;
  background-color: #d5d5d5;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .top-items {
    padding: 21.33vw 5.33vw;
    margin: 21.33vw 0 0;
    border-radius: 3.2vw 3.2vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-items {
    padding: 160px 48px 160px;
    padding: min(120px, 8.3333333333vw) min(48px, 3.3333333333vw)
      min(102px, 7.0833333333vw);
    margin: 120px 0 0;
    margin: min(120px, 8.3333333333vw) 0 0;
  }
  .top-items .p-items__inner {
    width: 1200px;
    width: min(1200px, 83.3333333333vw);
    margin: 0 auto;
  }
}

.category-message {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .category-message {
    padding: 0 5.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .category-message {
    padding: 53px 20px 0;
    padding: min(53px, 3.6805555556vw) min(20px, 1.3888888889vw) 0;
  }
  .category-message .p-message__text {
    margin: 28px 0 0;
    margin: min(28px, 1.9444444444vw) 0 0;
    font-size: 16px;
    font-size: min(16px, 1.1111111111vw);
  }
}

.category-products {
  padding: 0 20px 81px;
  margin: 110px 0 0;
}
@media (max-width: 767px) {
  .category-products {
    padding: 0 5.33vw 21.6vw;
    margin: 29.33vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .category-products {
    width: 1200px;
    width: min(1200px, 83.3333333333vw);
    padding: 0 0 162px;
    padding: 0 0 min(162px, 11.25vw);
    margin: 112px auto 0;
    margin: min(112px, 7.7777777778vw) auto 0;
  }
  .category-products .p-products__list {
    flex-wrap: wrap;
  }
}

.single {
  padding: 0 20px;
  margin: -10px 0 0;
}
@media (max-width: 767px) {
  .single {
    padding: 0 5.33vw;
    margin: -2.67vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .single {
    padding: 0 20px;
    padding: 0 min(20px, 1.3888888889vw);
    margin: 42px 0 0;
    margin: min(42px, 2.9166666667vw) 0 0;
  }
}

.single-items {
  position: relative;
  z-index: 1;
  padding: 76px 20px 76px;
  margin: 80px 0 0;
}
.single-items::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  min-width: 1240px;
  background-color: #d5d5d5;
  border-radius: 12px 12px 0 0;
}
.single-items .p-items__title {
  text-align: center;
}
.single-items .c-item__image {
  aspect-ratio: 335/189;
}
.single-items .c-item__image img {
  height: 100%;
}
@media (max-width: 767px) {
  .single-items {
    padding: 20.27vw 5.33vw 20.27vw;
    margin: 21.33vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .single-items {
    width: 998px;
    width: min(998px, 69.3055555556vw);
    padding: 120px 0 162px;
    padding: min(120px, 8.3333333333vw) 0 min(162px, 11.25vw);
    margin: 120px auto 0;
    margin: min(120px, 8.3333333333vw) auto 0;
  }
  .single-items .c-item__image {
    aspect-ratio: 300/169;
  }
  .single-items .wp-contents {
    width: 648px;
    width: min(648px, 45vw);
  }
} /*# sourceMappingURL=style.css.map */
