/* hrp-skincare variables
============================================================ */
.hrp-skincare-lp {
  --color-accent: #d7000f;
  --color-bg-pink: #ffe3e0;
  --color-font-black: #333; 
  --color-font-brown: #482808;
  --color-font-pink: #f25757;
  --color-marker-yellow: #ffe8b4;
  --color-marker-orange: #ffd2a6;
  --color-border: #f6f3eb;
  /* TYPE */
  --body-family: "Hiragino Sans";
  --body-family-min: "Hiragino Mincho Pro";
  --body-size: 14px;
}


/* hrp-skincare common
============================================================ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

.hrp-skincare-lp {
  color: var(--color-font-brown);
  font-family: var(--body-family);
  font-size: var(--body-size);
  padding-bottom: 0;
}

.hrp-skincare-lp .ff-hm {
  font-family: var(--body-family-min);
}

.hrp-skincare-lp-inner {
  padding-inline: 4%;
}

.hrp-skincare-lp img {
  display: block;
  height: auto;
  max-width: 100%;
}

.hrp-skincare-lp small {
  font-size: 100%;
}

.hrp-skincare-lp-wrap {
  padding-bottom: 90px;
}

.hrp-skincare-lp-eyecatch {
  margin-bottom: 20px;
}

.hrp-skincare-lp-page-nav {
  margin-bottom: 10px;
}

.hrp-skincare-lp-page-nav ul {
  border-left: 2px dashed var(--color-border);
  border-right: 2px dashed var(--color-border);
  display: flex;
  justify-content: center;
}

.hrp-skincare-lp-page-nav ul li {
  flex: 1;
}

.hrp-skincare-lp-page-nav ul li:nth-of-type(2) {
  border-left: 2px dashed var(--color-border);
  border-right: 2px dashed var(--color-border);
}

.hrp-skincare-lp-page-nav ul li a {
  align-items: center;
  color: var(--color-font-brown);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding-block: 12px 14px;
  row-gap: 14px;
}

.hrp-skincare-lp-page-nav ul li a::after {
  background: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/arrow-down.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 8px;
  width: 13px;
}

.hrp-skincare-lp-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  row-gap: 30px;
}

/* intro */
.hrp-skincare-lp-intro {
  border: 5px solid var(--color-marker-yellow);
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.hrp-skincare-lp-intro-image {
  margin-bottom: 16px;
}

.hrp-skincare-lp-intro-inner {
  padding-inline: 20px;
}

.hrp-skincare-lp-intro-ttl {
  margin-bottom: 16px;
}

.hrp-skincare-lp-intro-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  row-gap: 16px;
}

.hrp-skincare-lp-intro-list li {
  border-bottom: 2px dashed var(--color-border);
  padding-bottom: 16px;
}

.hrp-skincare-lp-intro-list-ttl {
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.hrp-skincare-lp-intro-list-ttl-marker {
  font-size: 14px;
  background: linear-gradient(transparent 60%, var(--color-marker-yellow) 60%);
}

.hrp-skincare-lp-intro-list-ttl sup {
  font-size: 8px;
}

.hrp-skincare-lp-intro-list-ttl > span {
  display: inline-block;
  margin-bottom: 12px;
}

.hrp-skincare-lp-intro-detail {
  column-gap: 15px;
  display: flex;
}

.hrp-skincare-lp-intro-detail img {
  align-self: flex-start;
  height: auto;
  max-width: 100px;
}

.hrp-skincare-lp-intro-detail p {
  line-height: 1.5;
  text-align: justify;
}

.hrp-skincare-lp-intro-detail p span {
  font-size: 10px;
}

.hrp-skincare-lp-intro-note {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.4;
  row-gap: 6px;
}

.hrp-skincare-lp-intro-note li {
  display: flex;
}

.hrp-skincare-lp-intro-note p:first-of-type {
  white-space: nowrap;
}

/* features */
.hrp-skincare-lp-features {
  background: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/features-bg.jpg) no-repeat top center/cover;
  margin-bottom: 40px;
  padding: 40px 4%;
  position: relative;
}

.hrp-skincare-lp-features::before,
.hrp-skincare-lp-features::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

.hrp-skincare-lp-features::before {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower01.png);
  height: 107px;
  left: 0;
  top: -56px;
  width: 84px;
}

.hrp-skincare-lp-features::after {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower02.png);
  bottom: -76px;
  height: 107px;
  right: 0;
  width: 96px;
}

.hrp-skincare-lp-features-ttl img {
  margin: 0 auto 20px;
  max-width: 290px;
}

.hrp-skincare-lp-features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
  row-gap: 20px;
}

.hrp-skincare-lp-features-list li {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hrp-skincare-lp-features-list li span {
  align-items: center;
  aspect-ratio: 1/1;
  background: #e8a26a;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: .02em;
  position: relative;
  text-align: center;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 24vw;
}

.hrp-skincare-lp-features-list li span::before {
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22vw;
}

.hrp-skincare-lp-features-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.hrp-skincare-lp-features-text span {
  background: linear-gradient(transparent 60%, var(--color-marker-orange) 60%);
}

/* voice */
.hrp-skincare-lp-voice {
  margin-bottom: 40px;
}

.hrp-skincare-lp-voice-ttl {
  border-bottom: 2px solid var(--color-font-brown);
  border-top: 2px solid var(--color-font-brown);
  font-size: 23px;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 20px;
  padding-block: 10px;
  text-align: center;
}

.hrp-skincare-lp-voice-ttl span {
  font-size: 20px;
}

.hrp-skincare-lp-voice-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.hrp-skincare-lp-voice-list section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hrp-skincare-lp-voice-list-ttl {
  align-items: center;
  column-gap: 5px;
  display: flex;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}

.hrp-skincare-lp-voice-list-ttl::before {
  background: var(--color-font-brown);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

.hrp-skincare-lp-voice-list-text {
  background: var(--color-marker-yellow);
  border-radius: 20px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 15px;
  position: relative;
  text-align: justify;
  width: 60%;
}

.hrp-skincare-lp-voice-list-text::after {
  background: var(--color-marker-yellow);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: calc(tan(60deg) * 35px / 2);
  position: absolute;
  right: -24px;
  top: 16px;
  width: 25px;
}

.hrp-skincare-lp-voice-list-img {
  width: 32%;
}

/* product */
.hrp-skincare-lp-product-ttl-wrap {
  background: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/product-bg.jpg) no-repeat top center/cover;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
  padding: 18px;
  text-align: center;
}

.hrp-skincare-lp-product-ttl {
  align-items: center;
  column-gap: 20px;
  display: flex;
  font-size: 36px;
  justify-content: center;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

.hrp-skincare-lp-product-ttl::before,
.hrp-skincare-lp-product-ttl::after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  width: 20px;
}

.hrp-skincare-lp-product-ttl-wrap span {
  font-size: 18px;
  letter-spacing: .04em;
}

.hrp-skincare-lp-product-item {
  border: 5px solid var(--color-marker-yellow);
  margin-bottom: 40px;
  padding: 24px 10px ;
}

.hrp-skincare-lp-product-item-name {
  border-left: 5px solid var(--color-accent);
  color: var(--color-accent);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-left: 8px;
}

.hrp-skincare-lp-product-item-name span {
  font-size: 18px;
  margin-bottom: 6px;
}

.hrp-skincare-lp-product-item-name sup {
  font-size: 8px;
}

.hrp-skincare-lp-product-item-img {
  margin-bottom: 36px;
  position: relative;
}

.hrp-skincare-lp-product-item-img::before,
.hrp-skincare-lp-product-item-img::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

.hrp-skincare-lp-product-item-img::before {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower03.png);
  height: 71px;
  right: -26px;
  top: -46px;
  width: 86px;
}

.hrp-skincare-lp-product-item-img::after {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower04.png);
  bottom: -30px;
  height: 65px;
  left: -26px;
  width: 87px;
}

.hrp-skincare-lp-product-item-ttl {
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}

.hrp-skincare-lp-product-item-ttl sup {
  font-size: 8px;
}

.hrp-skincare-lp-product-item p {
  line-height: 1.5;
}

.hrp-skincare-lp-product-item-text {
  margin-bottom: 12px;
  text-align: justify;
}

.hrp-skincare-lp-product-item-text span {
  font-size: 10px;
}

.hrp-skincare-lp-product-item-inner {
  column-gap: 15px;
  display: flex;
  justify-content: space-between;
  margin-block: 20px 15px;
}

.hrp-skincare-lp-product-item-inner img {
  width: 42%;
}

.hrp-skincare-lp-product-item-gel .hrp-skincare-lp-product-item-inner img {
  width: initial;
}

.hrp-skincare-lp-product-item-inner .hrp-skincare-lp-product-item-ttl,
.hrp-skincare-lp-product-item-inner .hrp-skincare-lp-product-item-text {
  flex-grow: 1;
}

.hrp-skincare-lp-product-item-cta {
  border-top: 2px dashed var(--color-border);
  margin-top: 30px;
  padding-top: 30px;
}

.hrp-skincare-lp-product-item-soap .hrp-skincare-lp-product-item-cta {
  padding-top: 18px;
}

.hrp-skincare-lp-product-item-cta-present {
  display: flex;
  justify-content: center;
  transform: translateY(12px);
}

.hrp-skincare-lp-product-item-cta-btn img {
  border-radius: 68px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.hrp-skincare-lp-product-item-cta-sale img {
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  height: auto;
  width: 40px;
}

.hrp-skincare-lp-product-item-cta-btn-mini img {
  border-radius: 50px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.hrp-skincare-lp-product-item-cta-set {
  column-gap: 4%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.hrp-skincare-lp-product-item-cta-set li,
.hrp-skincare-lp-product-item-cta-serum {
  position: relative;
}

.hrp-skincare-lp-product-item-cta-sale {
  left: 0;
  position: absolute;
  top: -30%;
  z-index: 2;
}

.hrp-skincare-lp-product-item-serum {
  margin-top: 70px;
  position: relative;
}

.hrp-skincare-lp-product-item-serum::before {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/product-serum-deco.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 90px;
  position: absolute;
  right: -22px;
  top: -34px;
  width: 213px;
}

p.hrp-skincare-lp-product-item-serum-note {
  font-size: 12px;
}

.hrp-skincare-lp-product-item-cta-limit {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.hrp-skincare-lp-product-item-cta-limit img {
  max-width: 279px;
}

.hrp-skincare-lp-product-item-serum .hrp-skincare-lp-product-item-cta-sale img {
  width: 65px;
}

/* use */
.hrp-skincare-lp-use {
  margin-bottom: 40px;
}

.hrp-skincare-lp-use-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.hrp-skincare-lp-use-list-ttl {
  align-items: center;
  column-gap: 5px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.hrp-skincare-lp-use-list-ttl::before {
  align-items: center;
  background: var(--color-font-brown);
  border-radius: 50%;
  color: #fff;
  content: attr(data-list-num);
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.hrp-skincare-lp-use-list-contents {
  align-items: flex-start;
  border-left: 2px solid var(--color-font-brown);
  column-gap: 15px;
  display: flex;
  justify-content: space-between;
  margin-left: 9px;
  padding-left: 14px;
  position: relative;
}

.hrp-skincare-lp-use-list li:not(:last-of-type) .hrp-skincare-lp-use-list-contents::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--color-font-brown);
  bottom: -1px;
  content: "";
  left: -1px;
  transform: translateX(-50%);
  position: absolute;
}

.hrp-skincare-lp-use-list li:not(:last-of-type) .hrp-skincare-lp-use-list-contents {
  padding-bottom: 25px;
}

.hrp-skincare-lp-use-list-contents img {
  width: 32%;
}

.hrp-skincare-lp-use-list-contents p {
  flex-grow: 1;
  line-height: 1.5;
  text-align: justify;
}

/* check */
.hrp-skincare-lp-check {
  background: #ffe3e0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.hrp-skincare-lp-check .hrp-skincare-lp-product-ttl-wrap {
  margin-bottom: 30px;
}

.hrp-skincare-lp-check-ttl {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px ;
}

.hrp-skincare-lp-check-ttl:first-of-type {
  max-width: 276px;
}

.hrp-skincare-lp-check-ttl:last-of-type {
  max-width: 287px;
}

.hrp-skincare-lp-check-item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 4%;
  position: relative;
}

.hrp-skincare-lp-check-item-text {
  font-size: 12px;
  line-height: 1.4;
}

.hrp-skincare-lp-check-item:first-of-type::before {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 71px;
  position: absolute;
  right: -17px;
  top: -24px;
  width: 71px;
}

.hrp-skincare-lp-check-item:last-of-type::before {
  background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower06.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 71px;
  position: absolute;
  left: -17px;
  top: -30px;
  width: 67px;
}

.hrp-skincare-lp-check-item:first-of-type {
  margin-bottom: 30px;
}

.hrp-skincare-lp-check-item-img {
  margin-bottom: 10px;
}

.hrp-skincare-lp-check-item-merit {
  background: #fff3d7;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
  padding: 10px 12px;
}

.hrp-skincare-lp-check-btn {
  border-radius: 68px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.hrp-skincare-lp-check-item-note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
  text-align: justify;
}

/* about */
.hrp-skincare-lp-about-ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

.hrp-skincare-lp-about-ttl span{
  background: linear-gradient(transparent 60%, var(--color-marker-yellow) 60%);
  }

.hrp-skincare-lp-about-img {
  margin-bottom: 12px;
}

.hrp-skincare-lp-about-text {
  line-height: 1.5;
  margin-bottom: 16px;
}

.hrp-skincare-lp-about-text span {
  color: #ea6f61;
}

/* note */
.hrp-skincare-lp-note {
  border-top: 1px solid #ccc;
  line-height: 1.6;
  margin-top: 38px;
  padding-top: 18px;
}


/* hrp-skincare hover
============================================================ */
@media (any-hover:hover) {
	.hrp-skincare-lp a:hover {
		cursor: pointer;
		opacity: .8;
	}
}


/* hrp-skincare PC
============================================================ */
@media screen and (min-width: 600px) {
  /*================================
    PC hrp-skincare common
  ================================*/
  html {
    scroll-padding-top: 150px;
  }

  .hrp-skincare-lp {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    max-width: 980px;
    padding-bottom: 120px;
    position: relative;
  }

  .hrp-skincare-lp::before {
    content: "";
    display: block;
    height: 100%;
    width: 180px;
  }

  .hrp-skincare-lp-wrap {
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    margin-inline: auto;
    max-width: 600px;
    overflow: visible;
    padding-bottom: 54px;
    position: relative;
    width: 100%;
  }

  .hrp-skincare-lp-wrap::before {
    background: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/pc-bg.jpg) no-repeat left bottom/cover;
    content: "";
    display: block;
    height: calc(100vh - 120px);
    left: 0;
    position: fixed;
    top: 120px;
    width: 100vw;
    z-index: -1;
  }

  .hrp-skincare-lp-inner {
    padding-inline: 30px;
  }

  .hrp-skincare-lp-eyecatch {
    margin-bottom: 30px;
  }

  .hrp-skincare-lp-page-nav {
     margin-bottom: 28px;
  }

  .hrp-skincare-lp-page-nav ul {
    border-left: 4px dashed var(--color-border);
    border-right: 4px dashed var(--color-border);
  }

  .hrp-skincare-lp-page-nav ul li:nth-of-type(2) {
    border-left: 4px dashed var(--color-border);
    border-right: 4px dashed var(--color-border);
  }

  .hrp-skincare-lp-page-nav ul li a {
    font-size: 18px;
    padding-block: 16px 10px;
    row-gap: 14px;
  }

  .hrp-skincare-lp-page-nav ul li a::after {
    height: 13px;
    width: 20px;
  }

  .hrp-skincare-lp-items {
    margin-bottom: 60px;
    row-gap: 24px;
  }

  /* intro */
  .hrp-skincare-lp-intro {
    border: 10px solid var(--color-marker-yellow);
    margin-bottom: 60px;
  }

  .hrp-skincare-lp-intro-image {
    margin-bottom: 24px;
  }

  .hrp-skincare-lp-intro-ttl {
    margin-bottom: 24px;
  }

  .hrp-skincare-lp-intro-list {
    margin-bottom: 20px;
    row-gap: 24px;
  }

  .hrp-skincare-lp-intro-list li {
    padding-bottom: 24px;
  }

  .hrp-skincare-lp-intro-list-ttl {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .hrp-skincare-lp-intro-list-ttl span {
    font-size: 24px;
  }

  .hrp-skincare-lp-intro-list-ttl sup {
    font-size: 12px;
  }

  .hrp-skincare-lp-intro-list-ttl > span {
    margin-bottom: 24px;
  }

  .hrp-skincare-lp-intro-detail {
    column-gap: 20px;
  }

  .hrp-skincare-lp-intro-detail img {
    max-width: 150px;
  }

  .hrp-skincare-lp-intro-detail p {
    font-size: 16px;
    line-height: 1.8;
  }

  .hrp-skincare-lp-intro-list-ttl-marker {
    font-size: 12px;
    background: linear-gradient(transparent 40%, var(--color-marker-yellow) 40%);
  }

  .hrp-skincare-lp-intro-note {
    row-gap: 4px;
  }

  /* features */
  .hrp-skincare-lp-features {
    margin-bottom: 60px;
    padding: 60px 30px;
  }

  .hrp-skincare-lp-features-ttl img {
    margin-bottom: 30px;
    max-width: 400px;
  }

  .hrp-skincare-lp-features-list {
    margin-bottom: 30px;
    row-gap: 40px;
  }

  .hrp-skincare-lp-features-list li span {
    font-size: 20px;
    height: 160px;
    width: 160px;
  }

  .hrp-skincare-lp-features-list li span::before {
    border: 3px solid #fff;
    height: 142px;
    width: 142px;
  }
 
  .hrp-skincare-lp-features-text {
    font-size: 28px;
    line-height: 1.3;
  }

  .hrp-skincare-lp-features::before {
    background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower01-pc.png);
    height: 208px;
    left: -106px;
    top: -90px;
    width: 221px;
  }

  .hrp-skincare-lp-features::after {
    background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower02-pc.png);
    bottom: -86px;
    height: 208px;
    right: -94px;
    width: 221px;
  }

  .hrp-skincare-lp-product-item-serum::before {
    background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/product-serum-deco-pc.png);
    height: 143px;
    right: -68px;
    top: -66px;
    width: 357px;
  }

  /* voice */
  .hrp-skincare-lp-voice {
    margin-bottom: 60px;
  }

  .hrp-skincare-lp-voice-ttl {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 26px;
    padding-block: 20px;
  }

  .hrp-skincare-lp-voice-ttl span {
    font-size: 32px;
  }

  .hrp-skincare-lp-voice-list {
    row-gap: 38px;
  }

  .hrp-skincare-lp-voice-list-ttl {
    font-size: 20px;
    column-gap: 12px;
    margin-bottom: 16px;
  }

  .hrp-skincare-lp-voice-list-ttl::before {
    height: 16px;
    width: 16px;
  }

  .hrp-skincare-lp-voice-list-text {
    border-radius: 20px;
    font-size: 16px;
    padding: 16px 20px;
  }

  .hrp-skincare-lp-review-list section div::after {
    height: calc(tan(60deg) * 35px / 2);
    position: absolute;
    right: -24px;
    top: 16px;
    width: 32px;
  }

  /* product */
  .hrp-skincare-lp-product-ttl-wrap {
    margin-bottom: 40px;
    padding: 30px;
  }

  .hrp-skincare-lp-product-ttl {
    column-gap: 30px;
    font-size: 54px;
    margin-bottom: 16px;
  }

  .hrp-skincare-lp-product-ttl::before,
  .hrp-skincare-lp-product-ttl::after {
    height: 6px;
    width: 14px;
  }

  .hrp-skincare-lp-product-ttl-wrap span {
    font-size: 24px;
  }

  .hrp-skincare-lp-product-item {
    border: 10px solid var(--color-marker-yellow);
    margin-bottom: 60px;
    padding: 34px 20px ;
  }

  .hrp-skincare-lp-product-item-name {
    border-left: 10px solid var(--color-accent);
    font-size: 38px;
    margin-bottom: 20px;
    padding-left: 12px;
  }

  .hrp-skincare-lp-product-item-name span {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .hrp-skincare-lp-product-item-name sup {
    font-size: 12px;
  }

  .hrp-skincare-lp-product-item-img {
    margin-bottom: 58px;
  }

  .hrp-skincare-lp-product-item-img::before {
    height: 123px;
    right: -52px;
    top: -62px;
    width: 151px;
  }

  .hrp-skincare-lp-product-item-img::after {
    bottom: -50px;
    height: 117px;
    left: -54px;
    width: 152px;
  }

  .hrp-skincare-lp-product-item-ttl {
    font-size: 28px;
    margin-bottom: 26px;
  }

  .hrp-skincare-lp-product-item p {
    font-size: 18px;
  }

  .hrp-skincare-lp-product-item-ttl sup {
    font-size: 12px;
  }

  .hrp-skincare-lp-product-item-text {
    margin-bottom: 26px;
  }

  .hrp-skincare-lp-product-item-text span {
    font-size: 12px;
  }

  .hrp-skincare-lp-product-item-inner {
    column-gap: 20px;
    margin-block: 36px 30px;
  }

  .hrp-skincare-lp-product-item-cta {
    border-top: 4px dashed var(--color-border);
    margin-top: 40px;
    padding-top: 40px;
  }

  .hrp-skincare-lp-product-item-soap .hrp-skincare-lp-product-item-cta {
    padding-top: 20px;
  }

  .hrp-skincare-lp-product-item-cta-set {
    margin-top: 50px;
  }

  .hrp-skincare-lp-product-item-cta-present {
    height: 129px;
    transform: translateY(20px);
  }

  .hrp-skincare-lp-product-item-cta-btn img {
    border-radius: 54px;
  }

  .hrp-skincare-lp-product-item-cta-sale img {
    width: 60px;
  }

  .hrp-skincare-lp-product-item-serum {
    margin-top: 116px;
  }

  .hrp-skincare-lp-product-item-serum .hrp-skincare-lp-product-item-cta-sale img {
    width: 92px;
  }

  .hrp-skincare-lp-product-item-cta-btn-mini img {
    border-radius: 38px;
  }

  .hrp-skincare-lp-product-item-cta-sale {
    top: -38%;
  }

  p.hrp-skincare-lp-product-item-serum-note {
    font-size: 14px;
  }

  .hrp-skincare-lp-product-item-cta-limit {
    margin-bottom: 30px;
  }

  .hrp-skincare-lp-product-item-cta-limit img {
    max-width: initial;
  }

  /* use */
  .hrp-skincare-lp-use {
    margin-bottom: 60px;
  }

  .hrp-skincare-lp-use-list {
    row-gap: 20px;
  }

  .hrp-skincare-lp-use-list-ttl {
    column-gap: 9px;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .hrp-skincare-lp-use-list-ttl::before {
    height: 30px;
    font-size: 24px;
    width: 30px;
  }

  .hrp-skincare-lp-use-list-contents {
    border-left: 4px solid var(--color-font-brown);
    column-gap: 20px;
    margin-left: 12px;
    padding-left: 19px;
  }

  .hrp-skincare-lp-use-list-contents img {
     width: 180px;
  }

  .hrp-skincare-lp-use-list li:not(:last-of-type) .hrp-skincare-lp-use-list-contents::after {
    bottom: -2px;
    left: -2px;
  }

  .hrp-skincare-lp-use-list li:not(:last-of-type) .hrp-skincare-lp-use-list-contents {
    padding-bottom: 20px;
  }

  .hrp-skincare-lp-use-list-contents p {
    font-size: 16px;
  }

  /* check */
  .hrp-skincare-lp-check {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .hrp-skincare-lp-check .hrp-skincare-lp-product-ttl-wrap {
    margin-bottom: 36px;
  }

  .hrp-skincare-lp-check-ttl {
    margin-bottom: 30px;
  }

  .hrp-skincare-lp-check-ttl:first-of-type,
  .hrp-skincare-lp-check-ttl:last-of-type {
    max-width: initial;
  }

  .hrp-skincare-lp-check-item {
    padding: 30px;
  }

  .hrp-skincare-lp-check-item:first-of-type {
     margin-bottom: 60px;
  }

  .hrp-skincare-lp-check-item:first-of-type::before {
    background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower05-pc.png);
    height: 122px;
    right: -80px;
    top: -50px;
    width: 151px;
  }

  .hrp-skincare-lp-check-item:last-of-type::before {
    background-image: url(https://gigaplus.makeshop.jp/hachibeikan/hrp-skincare/img/deco-flower06-pc.png);
    height: 122px;
    left: -80px;
    top: -50px;
    width: 151px;
  }

  .hrp-skincare-lp-check-item-img {
    margin-bottom: 20px;
  }

  .hrp-skincare-lp-check-item-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .hrp-skincare-lp-check-item-merit {
    font-size: 16px;
    margin-top: 20px;
    padding: 12px 16px;
  }

  .hrp-skincare-lp-check-btn {
    border-radius: 54px;
    margin-top: 30px;
  }

  .hrp-skincare-lp-check-item-note {
    font-size: 16px;
    margin-top: 24px;
  }

  /* about */
  .hrp-skincare-lp-about-ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .hrp-skincare-lp-about-img {
    margin-bottom: 24px;
  }

  .hrp-skincare-lp-about-text {
    font-size: 18px;
    margin-bottom: 36px;
  }

  /* note */
  .hrp-skincare-lp-note {
    border-top: 2px solid #ccc;
    font-size: 16px;
    margin-top: 56px;
    padding-top: 18px;
  }

  .hrp-skincare-lp-bnr {
    border-radius: 50%;
    bottom: 30px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    left: calc(50% + 300px + 20px);
    position: sticky;
  }
}

@media screen and (max-width: 1000px) {
  .hrp-skincare-lp {
    max-width: 600px;
  }

  .hrp-skincare-lp::before {
    content: none;
  }

  .hrp-skincare-lp-bnr {
    display: none;
  }
}
