<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-goods {
  background-color: #dfc48c;
  background-image: url("/assets/images/pages/goods/mv_bg01.png"), url("/assets/images/pages/goods/mv_bg02.png");
  background-size: 952px auto, 1400px auto;
  background-position: top center, center 525px;
  background-repeat: no-repeat, repeat-x;
  padding-bottom: 170px;
}
@media (max-width: 47.9375em) {
  .p-goods {
    background-image: url("/assets/images/pages/goods/mv_bg_sp.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 33.3333333333%;
  }
}

.p-goods__head {
  padding: 118px 0 85px;
  position: relative;
  width: 850px;
  margin: auto;
}
@media (max-width: 47.9375em) {
  .p-goods__head {
    padding: 22.5333333333% 0 22%;
    width: 80%;
  }
}

.p-goods__heading {
  width: 600px;
  margin: auto;
}
@media (max-width: 47.9375em) {
  .p-goods__heading {
    width: 100%;
  }
}

.p-goods__lede {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 47.9375em) {
  .p-goods__lede {
    margin: 7.5% auto 0;
    width: 96%;
  }
}

.p-goods__chara {
  position: absolute;
  bottom: 95px;
  right: -7px;
  width: 182px;
}
@media (max-width: 47.9375em) {
  .p-goods__chara {
    width: 40%;
    bottom: -6.6666666667%;
    right: 1.6666666667%;
  }
}

.p-goods__container {
  width: 1000px;
  margin: 46px auto 0;
}
@media (max-width: 47.9375em) {
  .p-goods__container {
    width: 89.3333333333%;
    margin-top: 14.6666666667%;
  }
}

.p-goods__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 31%);
  gap: 42px 35px;
}
@media (max-width: 47.9375em) {
  .p-goods__list {
    justify-content: center;
    grid-template-columns: repeat(1, 91.0447761194%);
    gap: 24px 0;
  }
}

.p-goods__item-image {
  width: 100%;
  height: 232px;
  background-image: url("/assets/images/pages/goods/item_bg.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 47.9375em) {
  .p-goods__item-image {
    max-width: 305px;
    margin: auto;
    width: 100%;
  }
}
.p-goods__item-image img {
  display: block;
  width: 270px;
  aspect-ratio: 268/186;
}

.p-goods__item-name {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.5555555556;
  margin-top: 12px;
}
@media (max-width: 47.9375em) {
  .p-goods__item-name {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 7px;
  }
}

.p-goods__note {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  margin-top: 58px;
}
@media (max-width: 47.9375em) {
  .p-goods__note {
    font-size: 1.1rem;
    line-height: 1.5454545455;
  }
}

.p-goods__btn {
  width: 384px;
  margin: 55px auto 0;
}
@media (max-width: 47.9375em) {
  .p-goods__btn {
    margin-top: 40px;
    width: 85.9701492537%;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-goods__btn {
    transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-goods__btn:hover {
    transform: scale(1.05);
  }
}</pre></body></html>