<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc {
  display: none;
}
@media all and (min-width: 1081px) {
  .pc {
    display: block;
  }
}

@media all and (min-width: 1081px) {
  .sp {
    display: none;
  }
}

.review-post-page {
  color: #000;
}

.review-post-container {
  padding: 0 20px;
  max-width: 1480px;
  margin: 0 auto;
}

.review-post-container-sm {
  max-width: 1072px;
  margin: 0 auto;
}

.review-post-hero {
  padding-top: 106px;
  height: 420px;
  background: url(/cms/img/usr/pages/shop/review_n/hero_sp.jpg) 50%/cover no-repeat;
}
@media all and (min-width: 1081px) {
  .review-post-hero {
    height: 560px;
    padding-top: 169px;
    background: url(/cms/img/usr/pages/shop/review_n/hero.jpg) 50%/cover no-repeat;
  }
}
.review-post-hero__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media all and (min-width: 1081px) {
  .review-post-hero__icon {
    margin-bottom: 29px;
  }
}
.review-post-hero__icon img {
  width: 90px;
}
@media all and (min-width: 1081px) {
  .review-post-hero__icon img {
    width: 120px;
  }
}
.review-post-hero__ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 1081px) {
  .review-post-hero__ttl {
    font-size: 32px;
    line-height: 1.8;
  }
}

.review-post-intro {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media all and (min-width: 1081px) {
  .review-post-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1081px) {
  .review-post-intro__content {
    display: grid;
    grid-template-columns: 476px 1fr;
    gap: 0 44px;
    margin: 0 -8px;
  }
}
.review-post-intro__body p {
  font-size: 14px;
  line-height: 1.928;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media all and (min-width: 1081px) {
  .review-post-intro__body p {
    font-size: 18px;
    line-height: 2;
  }
}
.review-post-intro__body p:not(:last-child) {
  margin-bottom: 2em;
}
.review-post-intro__img {
  margin-top: 30px;
}
@media all and (min-width: 1081px) {
  .review-post-intro__img {
    order: -1;
    margin: 0;
  }
}

.review-post-flow {
  background: #fffde8;
  padding-top: 58px;
  padding-bottom: 60px;
}
@media all and (min-width: 1081px) {
  .review-post-flow {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}
.review-post-flow__heading {
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 34px;
}
@media all and (min-width: 1081px) {
  .review-post-flow__heading {
    padding-bottom: 18px;
    margin-bottom: 44px;
  }
}
.review-post-flow__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #f8d22a;
}
@media all and (min-width: 1081px) {
  .review-post-flow__heading::after {
    width: 40px;
    height: 4px;
  }
}
.review-post-flow__ttl-en {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 5px;
}
@media all and (min-width: 1081px) {
  .review-post-flow__ttl-en {
    font-size: 16px;
    margin: 0;
  }
}
.review-post-flow__ttl-jp {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: block;
}
@media all and (min-width: 1081px) {
  .review-post-flow__ttl-jp {
    font-size: 32px;
  }
}
.review-post-flow__lead {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 36px;
}
@media all and (min-width: 1081px) {
  .review-post-flow__lead {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.review-post-flow__list {
  display: grid;
  border: 1px solid #fcedaa;
  border-radius: 16px;
  background: #fff;
}
@media all and (min-width: 1081px) {
  .review-post-flow__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.review-post-flow__item {
  list-style: none;
  padding: 46px 38px 28px;
  position: relative;
  margin: 0;
}
@media all and (min-width: 1081px) {
  .review-post-flow__item {
    padding: 60px 48px 40px;
  }
}
.review-post-flow__item:not(:last-child) {
  border-bottom: 1px solid #fcedaa;
}
@media all and (min-width: 1081px) {
  .review-post-flow__item:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #fcedaa;
  }
}
.review-post-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: -10px;
  left: 50%;
}
@media all and (min-width: 1081px) {
  .review-post-flow__item:not(:last-child)::after {
    width: 18px;
    height: 18px;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: rotate(-45deg);
    bottom: auto;
    left: auto;
    top: 207px;
    right: -7px;
  }
}
.review-post-flow__subttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 1081px) {
  .review-post-flow__subttl {
    font-size: 32px;
    top: 32px;
  }
}
.review-post-flow__img {
  display: flex;
  justify-content: center;
}
.review-post-flow__img img {
  width: auto;
  height: 165px;
}
@media all and (min-width: 1081px) {
  .review-post-flow__img img {
    height: 220px;
  }
}
.review-post-flow__txt {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.02em;
}
@media all and (min-width: 1081px) {
  .review-post-flow__txt {
    margin-top: -12px;
    font-size: 18px;
    line-height: 1.7778;
  }
}

.review-post-how {
  padding-top: 58px;
  padding-bottom: 60px;
}
@media all and (min-width: 1081px) {
  .review-post-how {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}
.review-post-how__heading {
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 35px;
}
@media all and (min-width: 1081px) {
  .review-post-how__heading {
    padding-bottom: 18px;
    margin-bottom: 44px;
  }
}
.review-post-how__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: #f8d22a;
}
@media all and (min-width: 1081px) {
  .review-post-how__heading::after {
    width: 40px;
    height: 4px;
  }
}
.review-post-how__ttl-en {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 5px;
}
@media all and (min-width: 1081px) {
  .review-post-how__ttl-en {
    font-size: 16px;
    margin: 0;
  }
}
.review-post-how__ttl-jp {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: block;
}
@media all and (min-width: 1081px) {
  .review-post-how__ttl-jp {
    font-size: 32px;
  }
}
.review-post-how__list {
  display: grid;
  gap: 30px;
}
@media all and (min-width: 1081px) {
  .review-post-how__list {
    gap: 40px;
  }
}
.review-post-how__item {
  list-style-type: none;
  margin: 0;
}
@media all and (min-width: 1081px) {
  .review-post-how__item {
    display: grid;
    grid-template-columns: 184px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "icon subtitle" "icon body";
  }
}
.review-post-how__subttl {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.02em;
}
@media all and (min-width: 1081px) {
  .review-post-how__subttl {
    grid-area: subtitle;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.7778;
  }
}
.review-post-how__img {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 1081px) {
  .review-post-how__img {
    justify-content: flex-start;
    grid-area: icon;
  }
}
.review-post-how__img img {
  width: auto;
  height: 90px;
}
@media all and (min-width: 1081px) {
  .review-post-how__img img {
    height: 120px;
  }
}
.review-post-how__img--01 {
  padding-left: 23px;
}
@media all and (min-width: 1081px) {
  .review-post-how__img--01 {
    padding-left: 0;
  }
}
.review-post-how__img--02 {
  padding-left: 14px;
}
@media all and (min-width: 1081px) {
  .review-post-how__img--02 {
    padding-left: 0;
  }
}
@media all and (min-width: 1081px) {
  .review-post-how__body {
    grid-area: body;
  }
}
.review-post-how__note {
  margin: 18px 0 0;
}
@media all and (min-width: 1081px) {
  .review-post-how__note {
    margin: 24px 0 0;
  }
}
.review-post-how__note li {
  list-style: none;
  font-size: 12px;
  line-height: 1.75;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
@media all and (min-width: 1081px) {
  .review-post-how__note li {
    font-size: 16px;
    line-height: 1.75;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.review-post-how__screenshot {
  margin-top: 24px;
}
@media all and (min-width: 1081px) {
  .review-post-how__screenshot {
    margin-top: 28px;
  }
}
.review-post-how__txt {
  margin-top: 32px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.02em;
}
@media all and (min-width: 1081px) {
  .review-post-how__txt {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7778;
  }
}
.review-post-how__remarks {
  margin-top: 40px;
  background: #f3f3f3;
  padding: 32px 24px;
}
@media all and (min-width: 1081px) {
  .review-post-how__remarks {
    margin-top: 56px;
    padding: 40px 48px 48px;
  }
}
.review-post-how__remarks h3 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media all and (min-width: 1081px) {
  .review-post-how__remarks h3 {
    font-size: 18px;
  }
}
.review-post-how__remarks h3:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 1081px) {
  .review-post-how__remarks h3:not(:first-child) {
    margin-top: 36px;
  }
}
.review-post-how__remarks p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.75;
}
@media all and (min-width: 1081px) {
  .review-post-how__remarks p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.review-post-how__remarks a {
  color: #3e718b;
}

.review-post-footer {
  padding-top: 68px;
  height: 380px;
  background: url(/cms/img/usr/pages/shop/review_n/footer_sp.jpg) 50% 100%/cover no-repeat;
}
@media all and (min-width: 1081px) {
  .review-post-footer {
    padding-top: 91px;
    height: 320px;
    background: url(/cms/img/usr/pages/shop/review_n/footer.jpg) 50%/cover no-repeat;
  }
}
.review-post-footer__heading {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.review-post-footer__ttl-sm {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
@media all and (min-width: 1081px) {
  .review-post-footer__ttl-sm {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.review-post-footer__ttl-lg {
  display: block;
  font-size: 24px;
  line-height: 1.66;
}
@media all and (min-width: 1081px) {
  .review-post-footer__ttl-lg {
    font-size: 32px;
    line-height: 1.5;
  }
}

.block-footer-wrap {
  margin-top: 0;
}</pre></body></html>