@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.hair_growth_supplement {
  --color-primary: #a88b40;
  --color-alpha: rgb(248.8648275862, 246.0848275862, 238.8951724138);
  --color-secondary: rgba(168, 139, 64, 0.3);
  --color-strong: rgb(113.6379310345, 86.5129310345, 16.3620689655);
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

.hair_growth_supplement {
  overflow: hidden;
  background: #fff;
}

.hair_growth_supplement > section {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
section .inner2 {
  max-width: 980px;
}

img {
  height: auto;
  max-width: 100%;
}

h2 {
  margin-bottom: 0;
}

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

.hair_growth_supplement img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.hair_growth_supplement .maker {
  background-image: linear-gradient(to bottom, #fafa64, #fafa64);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.hair_growth_supplement .maker.anim {
  background-size: 100% 100%;
}
.hair_growth_supplement section {
  overflow: visible;
  position: relative;
}
.hair_growth_supplement .serif {
  font-family: serif;
}
.hair_growth_supplement picture {
  display: block;
}
.hair_growth_supplement .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.hair_growth_supplement .fv {
  height: 790px;
  background: #f9f9f7 url(../images/kv.webp) no-repeat top center/auto 790px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv {
    height: auto;
    background: #f9f9f7 url(../images/kv_sp.webp) no-repeat top center/auto 120vw;
  }
}
.hair_growth_supplement .fv::before {
  content: "";
  width: 30%;
  height: 1210px;
  background: url(../images/hgs_01_sp.webp) no-repeat top right/cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv::before {
    width: 47.7vw;
    height: 92.3vw;
  }
}
.hair_growth_supplement .fv .lpInner {
  max-width: 1104px;
  padding-top: 55px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv .lpInner {
    padding: 12.8vw 5.3vw 10.4vw;
  }
}
.hair_growth_supplement .fv_txt1 {
  font-size: 70px;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_txt1 {
    font-size: 9.3vw;
    margin-bottom: 12.3vw;
  }
}
.hair_growth_supplement .fv_txt2 .txt {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 0 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_txt2 .txt {
    font-size: 4.3vw;
    padding: 0 2.1vw;
    border-radius: 1.0666666667vw;
  }
}
.hair_growth_supplement .fv_txt3 {
  color: #4e3b0b;
  font-size: 96px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  font-weight: initial;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_txt3 {
    font-size: 10.7vw;
    letter-spacing: 0;
    margin-bottom: 15.2vw;
  }
}
.hair_growth_supplement .fv_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 520px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_box {
    gap: 5.8vw;
    width: auto;
  }
}
.hair_growth_supplement .fv_box::before, .hair_growth_supplement .fv_box::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 110px;
  background: var(--color-primary);
  transform: rotate(45deg);
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_box::before, .hair_growth_supplement .fv_box::after {
    width: 0.2666666667vw;
    height: 22.1vw;
  }
}
.hair_growth_supplement .fv_box::before {
  top: -48px;
  left: -14px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_box::before {
    top: -10.5vw;
    left: 7.5vw;
  }
}
.hair_growth_supplement .fv_box::after {
  bottom: -55px;
  right: -2px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_box::after {
    bottom: -7.5vw;
    right: 7.5vw;
  }
}
.hair_growth_supplement .fv_box .txt1,
.hair_growth_supplement .fv_box .txt2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_box .txt1,
  .hair_growth_supplement .fv_box .txt2 {
    font-size: 4.8vw;
  }
}
.hair_growth_supplement .fv_box .txt3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .fv_box .txt3 {
    font-size: 6.4vw;
  }
}
.hair_growth_supplement .btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 70px;
  margin: 0 auto;
  border-radius: 400px;
  background: linear-gradient(180deg, #d28228 0%, #a86820 100%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .btn01 a {
    width: 92vw;
    height: 17.1vw;
    font-size: 4.8vw;
  }
}
.hair_growth_supplement .btn01 a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .btn01 a::before {
    width: 3.2vw;
    height: 3.2vw;
    right: 10vw;
  }
}
.hair_growth_supplement .block1 {
  background: #f9f9f7;
}
.hair_growth_supplement .block1 .lpInner {
  padding-bottom: 50px;
  max-width: 1160px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1 .lpInner {
    padding: 0 5.3vw 8vw;
  }
}
.hair_growth_supplement .block1_list {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list {
    gap: 7vw;
  }
}
.hair_growth_supplement .block1_list_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item {
    gap: 5.3vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hair_growth_supplement .block1_list_item .img {
  width: 580px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item .img {
    width: 77.3vw;
  }
}
.hair_growth_supplement .block1_list_item .box {
  flex: 1;
  margin-top: -20px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item .box {
    margin-top: 0;
  }
}
.hair_growth_supplement .block1_list_item .box_ttl {
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 32px;
  padding: 0 16px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item .box_ttl {
    display: block;
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
    padding: 0.5333333333vw 1.0666666667vw;
    text-align: center;
  }
}
.hair_growth_supplement .block1_list_item .box_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color-primary);
  top: -8px;
  bottom: -8px;
  width: 1200px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item .box_ttl::before {
    top: -2.7vw;
    bottom: -2.7vw;
    width: 94.7vw;
  }
}
.hair_growth_supplement .block1_list_item .box_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item .box_txt {
    font-size: 4.3vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item:nth-child(odd) .box_ttl {
    padding-left: 2.7vw;
  }
}
.hair_growth_supplement .block1_list_item:nth-child(odd) .box_ttl::before {
  left: -200px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item:nth-child(odd) .box_ttl::before {
    left: auto;
    right: -5.3vw;
  }
}
.hair_growth_supplement .block1_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item:nth-child(even) .img {
    margin-left: auto;
    margin-right: -2.7vw;
  }
}
.hair_growth_supplement .block1_list_item:nth-child(even) .box_ttl::before {
  right: -200px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block1_list_item:nth-child(even) .box_ttl::before {
    left: -5.3vw;
    right: auto;
  }
}
.hair_growth_supplement .block2 {
  background: url(../images/hgs_04.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block2 {
    background-image: url(../images/hgs_04_sp.webp);
  }
}
.hair_growth_supplement .block2 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block2 .lpInner {
    padding: 8vw 5.3vw 6.5vw;
  }
}
.hair_growth_supplement .block2_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block2_row {
    flex-direction: column;
    gap: 5.8vw;
  }
}
.hair_growth_supplement .block2_row .img {
  width: 520px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block2_row .img {
    width: auto;
  }
}
.hair_growth_supplement .block2_row .box {
  width: 520px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block2_row .box {
    width: auto;
  }
}
.hair_growth_supplement .block2_row .box_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 42px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block2_row .box_ttl {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 5.3vw;
  }
}
.hair_growth_supplement .block2_row .box_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block2_row .box_txt {
    font-size: 4.3vw;
  }
}
.hair_growth_supplement .block3 {
  background: #f8f9fa url(../images/hgs_06.webp) no-repeat top center/auto 600px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3 {
    background: #f8f9fa url(../images/hgs_06_sp.webp) no-repeat top center/auto 53.3vw;
  }
}
.hair_growth_supplement .block3 .lpInner {
  padding-top: 82px;
  padding-bottom: 68px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3 .lpInner {
    padding: 10.7vw 5.3vw 8vw;
  }
}
.hair_growth_supplement .block3_ttl {
  color: #4e3b0b;
  font-size: 56px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_ttl {
    font-size: 8.5vw;
    margin-bottom: 13.8vw;
  }
}
.hair_growth_supplement .block3_box {
  margin-left: auto;
  width: 678px;
  margin-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_box {
    width: auto;
    margin: 0 0 6.7vw;
  }
}
.hair_growth_supplement .block3_box_ttl {
  color: #4e3b0b;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_box_ttl {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.hair_growth_supplement .block3_box_txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_box_txt {
    font-size: 4.3vw;
  }
}
.hair_growth_supplement .block3_box_txt .yellow {
  background: #fff500;
}
.hair_growth_supplement .block3_list {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list {
    gap: 5.3vw;
  }
}
.hair_growth_supplement .block3_list_item {
  border-radius: 140px 0px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list_item {
    border-radius: 10.7vw 0;
    box-shadow: 1.3vw 1.3vw 1.3vw 0px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 5.3vw;
    gap: 5.3vw;
  }
}
.hair_growth_supplement .block3_list_item .img {
  width: 316px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list_item .img {
    width: 42.1vw;
  }
}
.hair_growth_supplement .block3_list_item .img_txt {
  position: absolute;
  top: -80px;
  right: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list_item .img_txt {
    width: 32vw;
    height: 32vw;
    top: 5.3vw;
    font-size: 5.6vw;
    right: -29.3vw;
  }
}
.hair_growth_supplement .block3_list_item .img span {
  font-size: 15px;
}
.hair_growth_supplement .block3_list_item .box {
  flex: 1;
}
.hair_growth_supplement .block3_list_item .box_ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list_item .box_ttl {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 5.3vw;
  }
}
.hair_growth_supplement .block3_list_item .box_txt {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list_item .box_txt {
    font-size: 4.3vw;
  }
}
.hair_growth_supplement .block3_list_item .box_txt .yellow {
  background: #fff500;
  font-weight: bold;
}
.hair_growth_supplement .block3_list_item:nth-child(1) {
  background: #fff5f7;
}
.hair_growth_supplement .block3_list_item:nth-child(1) .img_txt {
  background: #d21b46;
}
.hair_growth_supplement .block3_list_item:nth-child(2) {
  background: #e8f5ff;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list_item:nth-child(2) .img {
    margin-left: auto;
  }
}
.hair_growth_supplement .block3_list_item:nth-child(2) .img_txt {
  background: #3da1f0;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block3_list_item:nth-child(2) .img_txt {
    left: -29.3vw;
    right: auto;
  }
}
.hair_growth_supplement .block3_list_item:nth-child(3) {
  background: #fff7d6;
}
.hair_growth_supplement .block3_list_item:nth-child(3) .img_txt {
  background: #e1bb00;
}
.hair_growth_supplement .block4 {
  background: #f8f9fa url(../images/hgs_09.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4 {
    background-image: url(../images/hgs_09_sp.webp);
  }
}
.hair_growth_supplement .block4::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 220px solid transparent;
  border-left: 220px solid transparent;
  border-top: 100px solid #f8f9fa;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4::before {
    border-right-width: 16vw;
    border-left-width: 16vw;
    border-top-width: 8vw;
  }
}
.hair_growth_supplement .block4 .lpInner {
  max-width: 1400px;
  padding-top: 24px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4 .lpInner {
    padding-top: 18.7vw;
    padding-bottom: 8vw;
  }
}
.hair_growth_supplement .block4_box {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box {
    flex-direction: column;
    align-items: center;
    gap: 14vw;
  }
}
.hair_growth_supplement .block4_box_item {
  width: 328px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item {
    width: 87.5vw;
  }
}
.hair_growth_supplement .block4_box_item .img {
  width: 269px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item .img {
    width: 20.3vw;
    margin-bottom: 0;
    position: absolute;
    top: -4.5vw;
    left: 5.3vw;
  }
}
.hair_growth_supplement .block4_box_item .txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-radius: 400px;
  line-height: 1.28;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item .txt {
    font-size: 4.8vw;
    text-align: left;
    padding-left: 28.3vw;
  }
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item .txt .small {
    font-size: 0.75em;
  }
}
.hair_growth_supplement .block4_box_item:not(:first-child) {
  gap: 48px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item:not(:first-child) {
    gap: 4.2666666667vw;
  }
}
.hair_growth_supplement .block4_box_item:not(:first-child) .txt {
  padding: 20px 0;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item:not(:first-child) .txt {
    text-align: center;
  }
}
.hair_growth_supplement .block4_box_item:nth-child(1) .txt {
  background: #d28228;
}
.hair_growth_supplement .block4_box_item:nth-child(2) .txt {
  position: relative;
  background: #d21b46;
}
.hair_growth_supplement .block4_box_item:nth-child(2) .txt::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 101px;
  height: 96px;
  aspect-ratio: 101/96;
  background: url(../images/hgs_17.webp) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item:nth-child(2) .txt::before {
    bottom: 1.0666666667vw;
    left: 6.4vw;
    width: 17.8666666667vw;
    height: 17.0666666667vw;
    aspect-ratio: 1.046875;
  }
}
.hair_growth_supplement .block4_box_item:nth-child(2) .txt:nth-child(2) {
  background: #3da1f0;
}
.hair_growth_supplement .block4_box_item:nth-child(2) .txt:nth-child(2)::before {
  background: url(../images/hgs_18.webp) no-repeat center center/cover;
}
.hair_growth_supplement .block4_box_item:nth-child(2) .txt:nth-child(3) {
  background: #e1bb00;
}
.hair_growth_supplement .block4_box_item:nth-child(2) .txt:nth-child(3)::before {
  background: url(../images/hgs_19.webp) no-repeat center center/cover;
}
.hair_growth_supplement .block4_box_item:first-child::after {
  content: "";
  background: url(../images/hgs_plus.svg) no-repeat center center/contain;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 8px;
  right: -64px;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_box_item:first-child::after {
    width: 8vw;
    height: 8vw;
    top: 19.2vw;
    bottom: inherit;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.hair_growth_supplement .block4_img {
  width: 1268px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .hair_growth_supplement .block4_img {
    width: auto;
    margin: 0;
    padding: 0 1.3vw;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: var(--color-alpha);
}

/*# sourceMappingURL=style.css.map */
