@charset "UTF-8";

.furocan-lp,
.furocan-lp * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
}

.furocan-lp {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  color: #161e29;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  padding-top:0 !important;
}

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

.furocan-lp__full-image {
  display: block;
  width: 100%;
}

/* Message between contents 03 / 04
----------------------------------------------- */
.furocan-message {
  width: 84%;
  margin: 0 auto;
  padding: 45px 0 42px;
  background: #fff;
}

.furocan-message__rule {
  display: block;
  width: 100%;
  height: 10px;
  border-top: 1px solid #7d898d;
  border-bottom: 1px solid #7d898d;
}

.furocan-message p {
  margin: 43px 0 42px;
  padding-left: 48px;
  color: #161e29;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: .01em;
}

.furocan-message p span {
  color: #428ed1;
  background: linear-gradient(transparent 75%, #fff57d 75%);
  font-weight: 700;
}

/* Text over contents 05
----------------------------------------------- */
.furocan-content-05 {
  position: relative;
}

.furocan-content-05__message {
  position: absolute;
  top: 51.4%;
  left: 5%;
  width: 90%;
  margin: 0;
  color: #161e29;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .01em;
  text-align: center;
}

/* Text between contents 06
----------------------------------------------- */
.furocan-content-06__message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin: 0;
  color: #161e29;
  background: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}

/* Text around contents 07
----------------------------------------------- */
.furocan-content-07__lead {
  display: flex;
  align-items: center;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0 7.3333%;
  color: #161e29;
  background: #d1e6f9;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.65;
}

.furocan-content-07 {
  position: relative;
}

.furocan-content-07 p {
  position: absolute;
  top: 55%;
  width: 39.3333%;
  margin: 0;
  color: #161e29;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}

.furocan-content-07--left p {
  left: 7.3333%;
}

.furocan-content-07--right p {
  right: 7.3333%;
}

/* Hero / CTA
----------------------------------------------- */
.furocan-hero {
  position: relative;
}

.furocan-cta {
  position: relative;
  width: 94.6667%;
  margin-inline: auto;
}

.furocan-cta--hero {
  position: absolute;
  right: 0;
  bottom: 3%;
  left: 0;
}

.furocan-cta--bottom {
  margin-top: 80px;
  margin-bottom: 100px;
}

.furocan-cta__image {
  display: block;
  width: 100%;
}

.furocan-cta__button {
  appearance: none;
  position: absolute;
  right: 8%;
  bottom: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54%;
  height: 22.6%;
  padding: 0 4%;
  border: 0;
  color: #fff;
  background: #c81585;
  cursor: pointer;
  font-family: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease;
}

.furocan-lp--cta-multi .furocan-cta__button {
  right: 6%;
  bottom: 6%;
  width: 50%;
  height: 18%;
}

.furocan-cta__button:hover,
.furocan-cta__button:focus-visible {
  background: #a91270;
}

.furocan-cta__button:focus-visible {
  outline: 3px solid #161e29;
  outline-offset: 3px;
}

.furocan-cta__arrow {
  position: absolute;
  top: 47%;
  right: 6%;
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  transform: translateY(-50%);
}

/* Recommended scenes
----------------------------------------------- */
.furocan-scenes {
  padding: 45px 0 70px;
  background: #d0e6f8;
}

.furocan-scenes__title {
  display: block;
  width: 86.8%;
  margin: 0 auto;
}

.furocan-scenes__lead {
  margin: 30px auto 36px;
  padding-inline: 6.6667%;
  font-size: 24px;
  line-height: 1.65;
  text-align: center;
}

.furocan-scenes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 28px;
  width: 85.3333%;
  margin: 0 auto;
}

.furocan-scene {
  position: relative;
  margin: 0;
  background: transparent;
}

.furocan-scene--wide {
  grid-column: 1 / -1;
}

.furocan-scene:nth-child(-n + 5) {
  padding-bottom: 22px;
}

.furocan-scene--wide::after,
.furocan-scene:nth-child(2)::after,
.furocan-scene:nth-child(4)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #454545;
}

.furocan-scene:nth-child(2)::after,
.furocan-scene:nth-child(4)::after {
  width: calc(200% + 20px);
}

.furocan-scene img {
  display: block;
  width: 100%;
}

.furocan-scene figcaption {
  margin: 0;
  padding: 0;
  color: #161e29;
  text-align: center;
}

.furocan-scene figcaption strong {
  display: block;
  padding: 8px 6px;
  background: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.furocan-scene--wide figcaption strong {
  font-size: 30px;
}

.furocan-scene__description {
  min-height: 100px;
  margin: 0;
  padding: 9px 4px 0;
  color: #161e29;
  background: transparent;
  font-size: 26px;
  line-height: 1.45;
  text-align: center;
}

.furocan-scene--wide .furocan-scene__description {
  min-height: 62px;
  font-size: 28px;
}

.furocan-scenes__recommend {
  display: block;
  width: 85.3333%;
  margin: 40px auto 0;
}

/* How to use
----------------------------------------------- */
.furocan-howto {
  width: 86.6667%;
  margin: 50px auto 0;
  border: 2px solid #428ed1;
  color: #161e29;
}

.furocan-howto h2 {
  margin: 0;
  padding: 24px 0 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.furocan-howto h2::after {
  display: block;
  width: 86.15%;
  height: 2px;
  margin: 17px auto 0;
  content: "";
  background: #161e29;
}

.furocan-howto__row {
  position: relative;
  margin-inline: 6.1538%;
}

.furocan-howto__row--scalp {
  display: grid;
  grid-template-columns: 18.5% 1fr;
  align-items: start;
  column-gap: 7%;
  padding: 32px 0 34px;
  border-bottom: 3px dotted #161e29;
}

.furocan-howto__row p {
  margin: 12px 0 0;
  font-size: 22px;
  line-height: 1.7;
}

.furocan-howto__icon {
  width: 100%;
}

.furocan-howto__scalp-image {
  grid-column: 1 / -1;
  display: block;
  width: 68.3333%;
  margin: 20px auto 0;
}

.furocan-howto__row .furocan-howto__note {
  grid-column: 1 / -1;
  margin-top: 16px;
  font-size: 19px;
  line-height: 1.65;
  text-align: center;
}

.furocan-howto__row--hair {
  display: grid;
  grid-template-columns: 51.3333% 1fr;
  align-items: center;
  column-gap: 7%;
  padding: 28px 0 34px;
  border-bottom: 3px dotted #161e29;
}

.furocan-howto__hair-image {
  display: block;
  width: 100%;
}

.furocan-howto__row--hair p {
  margin-top: 0;
}

.furocan-howto__footer {
  margin: 0;
  padding: 30px 5% 36px;
  font-size: 20px;
  line-height: 1.85;
  text-align: center;
}

/* FAQ: same open/close structure as the reference site
----------------------------------------------- */
.faq_box {
  width: 93.3333%;
  margin: 80px auto 0;
  color: #161e29;
}

.faq_box h2 {
  margin: 0;
  padding: 20px 0;
  background: #e8ecef;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.faq_box dl {
  width: 92.8571%;
  margin: 40px auto 0;
}

.faq_box dt {
  margin: 0;
}

.faq_box dt button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border: 0;
  border-bottom: 2px solid #161e29;
  color: #161e29;
  background: transparent;
  font: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -.05em;
  text-align: left;
  cursor: pointer;
}

.faq_box dt button:focus-visible {
  outline: 3px solid #428ed1;
  outline-offset: 4px;
}

.faq_box .question {
  flex: 1 1 auto;
  padding-right: 20px;
}

.faq_box dd {
  display: none;
  margin: 0;
  padding: 20px 0;
  color: #161e29;
  font-size: 24px;
  line-height: 1.5;
}

.faq_box dl.is-open dd {
  display: block;
}

.faq_box .icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.faq_box .icon::before,
.faq_box .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #161e29;
  transform: translate(-50%, -50%);
}

.faq_box .icon::before {
  width: 24px;
  height: 2px;
}

.faq_box .icon::after {
  width: 2px;
  height: 24px;
  opacity: 1;
  transition: opacity .3s ease;
}

.faq_box dl.is-open .icon::after {
  opacity: 0;
}

@media (max-width: 750px) {
  .furocan-lp {
    font-size: 2.1333vw;
  }

  .furocan-message {
    padding-top: 6vw;
    padding-bottom: 5.6vw;
  }

  .furocan-message__rule {
    height: 1.3333vw;
    border-top-width: .1333vw;
    border-bottom-width: .1333vw;
  }

  .furocan-message p {
    margin-top: 5.7333vw;
    margin-bottom: 5.6vw;
    padding-left: 4.6vw;
    font-size: 3.8vw;
  }

  .furocan-content-05__message {
    font-size: 3.4vw;
    letter-spacing:0em;
  }

  .furocan-content-06__message {
    height: 20vw;
    font-size: 4vw;
  }

  .furocan-content-07__lead {
    height: 26.6667vw;
    font-size: 3.7333vw;
  }

  .furocan-content-07 p {
    font-size: 3.4vw;
    letter-spacing:-0.03em;
  }

  .furocan-cta--bottom {
    margin-top: 10.6667vw;
    margin-bottom: 13.3333vw;
  }

  .furocan-cta__button {
    font-size: 5.3333vw;
  }

  .furocan-cta__arrow {
    font-size: 6.4vw;
  }

  .furocan-cta__button:focus-visible {
    outline-width: .4vw;
    outline-offset: .4vw;
  }

  .furocan-scenes {
    padding-top: 6vw;
    padding-bottom: 9.3333vw;
  }

  .furocan-scenes__lead {
    margin-top: 4vw;
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
    padding-inline:6.5%;
    white-space:nowrap;
  }

  .furocan-scenes__grid {
    column-gap: 2.6667vw;
    row-gap: 3.7333vw;
  }

  .furocan-scene:nth-child(-n + 5) {
    padding-bottom: 2.9333vw;
  }

  .furocan-scene--wide::after,
  .furocan-scene:nth-child(2)::after,
  .furocan-scene:nth-child(4)::after {
    height: .1333vw;
  }

  .furocan-scene:nth-child(2)::after,
  .furocan-scene:nth-child(4)::after {
    width: calc(200% + 2.6667vw);
  }

  .furocan-scene figcaption strong {
    padding: 1.0667vw .8vw;
    font-size: 3.7333vw;
  }

  .furocan-scene--wide figcaption strong {
    font-size: 4vw;
  }

  .furocan-scene__description {
    min-height: 13.3333vw;
    padding: 1.2vw .5333vw 0;
    font-size: 3.4667vw;
  }

  .furocan-scene--wide .furocan-scene__description {
    min-height: 8.2667vw;
    font-size: 3.7333vw;
  }

  .furocan-scenes__recommend {
    margin-top: 5.3333vw;
  }

  .furocan-howto {
    margin-top: 6.6667vw;
    border-width: .2667vw;
  }

  .furocan-howto h2 {
    padding-top: 3.2vw;
    font-size: 5.8667vw;
  }

  .furocan-howto h2::after {
    height: .2667vw;
    margin-top: 2.2667vw;
  }

  .furocan-howto__row--scalp {
    padding-top: 4.2667vw;
    padding-bottom: 4.5333vw;
    border-bottom-width: .4vw;
  }

  .furocan-howto__row p {
    margin-top: 1.6vw;
    font-size: 2.9333vw;
  }

  .furocan-howto__scalp-image {
    margin-top: 2.6667vw;
  }

  .furocan-howto__row .furocan-howto__note {
    margin-top: 2.1333vw;
    font-size: 2.5333vw;
  }

  .furocan-howto__row--hair {
    padding-top: 3.7333vw;
    padding-bottom: 4.5333vw;
    border-bottom-width: .4vw;
  }

  .furocan-howto__footer {
    padding-top: 4vw;
    padding-bottom: 4.8vw;
    font-size: 2.6667vw;
  }

  .faq_box {
    margin-top: 6.6667vw;
  }

  .faq_box h2 {
    padding: 2.6667vw 0;
    font-size: 4vw;
  }

  .faq_box dl {
    margin-top: 4vw;
  }

  .faq_box dl:first-of-type dt button {
    padding-top: 0;
  }

  .faq_box dt button {
    padding: 2vw 0;
    border-bottom-width: .2667vw;
    font-size: 3.3vw;
  }

  .faq_box .question {
    padding-right: 2.6667vw;
  }

  .faq_box dd {
    padding: 2.6667vw 0 0;
    font-size: 3.3vw;
  }

  .faq_box .icon {
    flex-basis: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
  }

  .faq_box .icon::before {
    width: 2.4vw;
    height: .2667vw;
  }

  .faq_box .icon::after {
    width: .2667vw;
    height: 2.4vw;
  }

  .faq_box dt button:focus-visible {
    outline-width: .4vw;
    outline-offset: .5333vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .furocan-cta__button,
  .faq_box .icon::after {
    transition: none;
  }
}
