@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap")
@font-face {
  font-family: Yu Gothic;
  font-weight: 100;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: Yu Gothic;
  font-weight: 200;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: Yu Gothic;
  font-weight: 300;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: Yu Gothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: Yu Gothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}

@font-face {
  font-family: Helvetica Neue;
  font-weight: 100;
  src: local("Helvetica Neue Regular");
}

@font-face {
  font-family: Helvetica Neue;
  font-weight: 200;
  src: local("Helvetica Neue Regular");
}

:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
:after,
:before {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

picture {
  display: block;
}

:root {
  --px-vw: 0.13333vw;
  --px-vh: 0.07496vh;
  --px-vwh: min(var(--px-vw), var(--px-vh));
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

body {
  overscroll-behavior-y: none;
  font-family: AvenirLTPro-Heavy, FP-KoburinaGoStdN-W6,
    Hiragino Kaku Gothic ProN, Yu Gothic, yugothic, sans-serif;
  font-size: 2.8rem;
  font-feature-settings: "palt";
  line-height: 1.7;
  color: #000;
  letter-spacing: 0.05em;
  background-color: #f7f6f4;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

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

img,
svg {
  vertical-align: top;
  pointer-events: none;
}

svg:where(:not([fill])) {
  fill: currentColor;
}

.is-copy-guard {
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: underline;
}

a:where(:not([color])) {
  color: currentColor;
}

a,
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

a,
button,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input[type="button"] {
  display: block;
  width: 100%;
}

.header {
  width: 100%;
  height: 14rem;
  background-color: #e8e2d5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  width: 17.5rem;
}

.footer {
  position: sticky;
  top: 100vh;
  background-color: #fff;
}

.footer-navi {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 9rem;
}

.footer-navi-link {
  font-size: 2rem;
  line-height: 1;
  color: #9d9d9d;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.c-cv {
  display: grid;
  height: 89rem;
}

.c-cv,
.c-cv-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-cv-img {
  grid-area: 1/-1;
  height: 100%;
}

.c-cv-img img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.c-cv-inner {
  position: relative;
  flex-direction: column;
  grid-area: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cv-logo {
  width: 28.5rem;
  color: #e8e2d5;
}

.c-cv-txt {
  position: relative;
  margin-top: 4.5rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #e8e2d5;
  text-align: center;
}

.c-cv-txt:after,
.c-cv-txt:before {
  display: inline-block;
  width: 4.6rem;
  height: 0.4rem;
  vertical-align: middle;
  content: "";
  background-color: currentColor;
  border-radius: 9999px;
}

.c-cv-txt:before {
  transform: translate3d(-0.5rem, 0, 0) rotate(60deg);
}

.c-cv-txt:after {
  transform: translate3d(0.5rem, 0, 0) rotate(-60deg);
}

.c-cv-btn {
  margin-top: 3.5rem;
  text-align: center;
}

.c-cv-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68.2rem;
  height: 13rem;
  color: #fff;
  text-decoration: none;
  background-color: #06c755;
  border-radius: 9999px;
}

.c-cv-btn-icon {
  width: 5.6rem;
  padding-top: 0.1em;
  margin-right: 4.5rem;
}

.c-cv-btn-txt {
  padding-top: 0.3em;
  font-size: 4rem;
}

.c-fixedBtn {
  position: sticky;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 13rem;
}

.c-fixedBtn-wrap {
  position: relative;
}

.c-fixedBtn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #06c755;
}

.c-fixedBtn-icon {
  width: 6.8rem;
  padding-top: 0.2em;
  margin-right: 2.6rem;
}

.c-fixedBtn-txt {
  padding-top: 0.2em;
  font-size: 4rem;
}

.c-slide {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.c-slide.is-gray {
  color: #9d9d9d;
}

.c-slide.is-black {
  color: #000;
}

.c-slide-list {
  display: flex;
  align-items: stretch;
}

.c-slide-item {
  flex: 0 0 auto;
  width: 64rem;
  margin: 0 1.6rem;
  border-radius: 2.4rem;
}

.c-slide-icon {
  padding-top: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-slide-icon li {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1rem;
  cursor: pointer;
  border-radius: 1.2rem;
}

.c-slide-icon li:before {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: currentColor;
  border: 0.4rem solid;
  border-radius: 50%;
  transition: background-color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75),
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-slide-icon li.is-active:before {
  background-color: transparent;
  transform: scale(1);
}

.c-slide-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6.7rem 5.3rem 0;
  color: currentColor;
}

.c-slide-pager-next,
.c-slide-pager-prev {
  position: relative;
  width: auto;
  transition: opacity 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-slide-pager-next.is-disabled,
.c-slide-pager-prev.is-disabled {
  pointer-events: none;
  opacity: 0;
}

.c-slide-pager-prev .c-slide-pager-icon {
  margin-right: 2.4rem;
}

.c-slide-pager-next .c-slide-pager-icon {
  justify-content: flex-end;
  margin-left: 2.4rem;
}

.c-slide-pager-icon {
  position: relative;
  top: -0.2rem;
  display: flex;
  align-items: center;
  width: 4rem;
  overflow: hidden;
}

.c-slide-pager-icon svg {
  flex: 0 0 auto;
  width: auto;
  height: 1.6rem;
}

.c-slide-pager-txt {
  font-size: 2.6rem;
  letter-spacing: 0.12em;
}

.visual {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  background-color: #e8e2d5;
}

.case01 {
  padding-top: 19rem;
  background-color: #4993ba;
}

.case01-ttl {
  width: 66rem;
  margin: 0 auto;
}

.case01-example {
  width: 64rem;
  margin: 8rem auto 0;
}

.case01-example-block.is-hide {
  display: none;
}

.case01-example-block + .case01-example-block,
.case01-example-item + .case01-example-item {
  margin-top: 3.2rem;
}

.case01-example-btn {
  width: 38.4rem;
  margin: 6.4rem auto 0;
}

.case01-example-btn.is-hide {
  display: none;
}

.case01-warning {
  width: 64.4rem;
  margin: 13.6rem auto 0;

  padding-bottom: 13.6rem;
}

.case01-comment {
  width: 70.4rem;
  margin: 13.6rem auto 0;
}

.case01-comment li + li {
  margin-top: 3.5rem;
}

.case01-settlement {
  padding: 0 5.3rem 19rem;
  margin-top: 8rem;
  background-color: #d45b41;
}

.case01-settlement:before {
  display: block;
  width: 0;
  height: 0;
  margin: 0 -5.3rem;
  content: "";
  border-color: #4993ba transparent transparent;
  border-style: solid;
  border-width: 7rem 37.5rem 0;
}

.case01-settlement-lead {
  margin-top: 13.4rem;
}

.case01-settlement-lead img {
  width: 100%;
  max-width: none;
}

.case01-settlement-check {
  margin-top: 7.1rem;
}

.case01-settlement-check img {
  width: 100%;
  max-width: none;
}

.feature {
  padding: 19rem 5.5rem 12.8rem;
  background-color: #fff;
}

.feature-ttl {
  width: 41.6rem;
  margin: 0 auto;
}

.feature-list {
  margin-top: 7.8rem;
}

.feature-item + .feature-item {
  margin-top: 16rem;
}

.feature-item-img {
  width: 100%;
}

.feature-item-ttl,
.feature-item-txt {
  width: 100%;
  margin-top: 6.5rem;
}

.feature-item-profile {
  width: 100%;
  padding: 6rem 3.6rem;
  margin-top: 7.2rem;
  background-color: #f6f7f7;
  border-radius: 2rem;
}

.feature-item-profile-ttl {
  width: 37.2rem;
  margin: 0 auto;
}

.feature-item-profile-list {
  display: flex;
  justify-content: space-between;
  margin-top: 4.4rem;
}

.feature-item-profile-img {
  flex: 0 0 auto;
  width: 25rem;
}

.media {
  padding-bottom: 16.6rem;
  background-color: #ececec;
}

.media:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 7rem 37.5rem 0;
}

.media-ttl {
  width: 58.4rem;
  margin: 16.2rem auto 0;
}

.media-lead {
  width: 63.6rem;
  margin: 7.4rem auto 0;
}

.media-img {
  width: 69rem;
  margin: 4rem auto 0;
}

.media-magazine {
  display: grid;
  grid-template-columns: repeat(3, 21.8rem);
  gap: 1.5rem;
  padding: 0 3.3rem;
  margin-top: 7.8rem;
}

.media-sns {
  width: 100%;
  margin-top: 7.5rem;
}

.about {
  padding: 19rem 5.5rem;
}

.about-ttl {
  width: 64rem;
  margin: 0 auto;
}

.about-point {
  width: 64rem;
  margin: 8.5rem auto 0;
}

.about-point-txt + .about-point-txt {
  margin-top: 4rem;
}

.cycle {
  padding: 19rem 5.5rem;
  background-color: #ececec;
}

.cycle-ttl {
  width: 62rem;
  margin: 0 auto;
}

.cycle-lead {
  width: 64rem;
  margin: 9rem auto 0;
}

.cycle-img {
  width: 64rem;
  margin: 6rem auto 0;
}

.cycle-point {
  width: 64rem;
  margin: 9rem auto 0;
}

.cycle-point-txt + .cycle-point-txt {
  margin-top: 3rem;
}

.products {
  padding: 19rem 0;
  background-color: #fff;
}

.products-ttl {
  width: 41.6rem;
  margin: 0 auto;
}

.products-lead {
  width: 66.2rem;
  margin: 9.5rem auto 0;
}

.products-item {
  margin-top: 13rem;
}

.products-item + .products-item {
  margin-top: 15.2rem;
}

.products-item-img {
  width: 64rem;
  margin: 0 auto;
}

.products-item-detail {
  width: 64rem;
  margin: 9.6rem auto 0;
}

.products-item-target {
  width: 66.8rem;
  margin: 6rem auto 0;
}

.products-item-price {
  width: 66.8rem;
  margin: 7rem auto 0;
}

.products-important {
  position: relative;
  width: 64rem;
  margin: 6rem auto 0;
}

.products-important-header {
  position: relative;
  line-height: 1;
  cursor: pointer;
  background-color: #f6f7f7;
}

.products-important-header i {
  position: absolute;
  top: 0;
  right: 3.4rem;
  bottom: 0;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  margin: auto;
  color: #000;
  transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.products-important-header i:after,
.products-important-header i:before {
  display: block;
  width: 100%;
  height: 0.4rem;
  content: "";
  background-color: currentColor;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.products-important-header i:after {
  transform: rotate(90deg);
}

.products-important-header.is-show i:after {
  transform: rotate(180deg);
}

.products-important-body {
  height: 0;
  overflow: hidden;
  background-color: #ececec;
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.products-important-body-inner {
  position: relative;
}

.products-warning {
  width: 64rem;
  margin: 6.5rem auto 0;
}

.products-progress {
  width: 68.4rem;
  margin: 11.7rem auto 0;
}

.products-comparison {
  width: 64rem;
  margin: 10rem auto 0;
}

.case02 {
  padding: 19rem 0;
  background-color: #e8e2d5;
}

.case02-ttl {
  width: 65.8rem;
  margin: 0 auto;
}

.case02-example {
  width: 64rem;
  margin: 8rem auto 0;
}

.case02-example-block.is-hide {
  display: none;
}

.case02-example-block + .case02-example-block,
.case02-example-item + .case02-example-item {
  margin-top: 3.2rem;
}

.case02-example-btn {
  width: 38.4rem;
  margin: 6.4rem auto 0;
}

.case02-example-btn.is-hide {
  display: none;
}

.case02-warning {
  width: 64rem;
  margin: 13.6rem auto 0;
}

.case02-graph {
  width: 64rem;
  margin: 14rem auto 0;
}

.important {
  padding: 19rem 0;
  background-color: #ececec;
}

.important-ttl {
  width: 38.2rem;
  margin: 0 auto;
}

.important-point {
  width: 64rem;
  margin: 9.6rem auto 0;
}

.important-point-item + .important-point-item {
  margin-top: 5rem;
}

.important-comparison {
  width: 64rem;
  margin: 10rem auto 0;
}

.moneyback {
  width: 100%;
  padding: 19rem 0;
  color: #fff;
  background-color: #d45b41;
}

.moneyback-box {
  width: 64rem;
  padding: 7.8rem 6rem;
  margin: 0 auto;
  color: #fff;
  border: 0.4rem solid;
  border-radius: 3.2rem;
}

.moneyback-ttl {
  width: 100%;
  font-size: 2.4rem;
  text-align: justify;
  text-align: center;
  white-space: nowrap;
}

.moneyback-ttl p + p {
  margin-top: 3rem;
}

.moneyback-ttl strong {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 1.5rem;
  font-size: 6.3rem;
  font-style: normal;
  line-height: 1;
  color: currentColor;
  letter-spacing: 0.14rem;
  background-color: none;
}

.moneyback-ttl strong:after,
.moneyback-ttl strong:before {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: currentColor;
}

.moneyback-ttl strong:before {
  bottom: 14%;
}

.moneyback-img {
  margin-top: 3.3rem;
  overflow: hidden;
  border-radius: 2.4rem;
}

.moneyback-txt {
  margin-top: 5.8rem;
  font-size: 2.6rem;
  line-height: 2;
  text-align: justify;
}

.point {
  padding: 19rem 0;
  color: #fff;
  background-color: #4993ba;
}

.point-ttl {
  position: relative;
  font-size: 4.8rem;
  line-height: 1.68;
  text-align: center;
  letter-spacing: 1rem;
}

.point-ttl strong {
  position: relative;
  display: inline-block;
  padding: 1rem 0.6rem 0 1rem;
  line-height: 1.15;
  vertical-align: top;
  background-color: #d45b41;
}

.point-ttl-obj {
  position: relative;
  display: block;
  width: 61.4rem;
  margin: 1.6rem auto 0;
}

.point-ttl-obj:after,
.point-ttl-obj:before {
  position: absolute;
  top: 0;
  display: block;
  width: 29.4rem;
  content: "";
  border-top: 0.2rem solid;
}

.point-ttl-obj:before {
  left: 0;
}

.point-ttl-obj:after {
  right: 0;
}

.point-ttl-obj-arrow {
  position: relative;
  top: -0.8rem;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  border-top: 0.2rem solid;
  border-right: 0.2rem solid;
  transform: rotate(135deg);
}

.point-ttl2 {
  margin-top: 4.6rem;
  font-size: 4.6rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.15em;
}

.point-ttl2-white {
  color: #fff;
}

.point-ttl2 strong {
  color: #4993ba;
}

.point-ttl2 mark {
  padding-bottom: 1rem;
  font-style: normal;
  color: inherit;
  background-color: transparent;
  background-image: url(/hair/me/lp_01/assets/images/point/line_wave.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 1.7rem 0.5rem;
}

.point-desc,
.point-slide {
  margin-top: 8rem;
}

.point-desc {
  position: relative;
  font-size: 4rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.15em;
}

.point-desc span {
  position: relative;
  z-index: 1;
  display: inline;
  padding: 1.4rem 1rem 0.6rem 1.3rem;
}

.point-desc span:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #d45b41;
  border-radius: 1rem;
}

.data {
  padding: 19rem 0;
  background-color: #ececec;
}

.data-ttl {
  width: 62.4rem;
  margin: 0 auto;
}

.data-point {
  width: 64rem;
  margin: 9.6rem auto 0;
}

.data-point-item + .data-point-item {
  margin-top: 5rem;
}

.online {
  padding: 19rem 0;
  background-color: #fff;
}

.online-img {
  width: 64rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2.4rem;
}

.online-ttl {
  width: 64rem;
  padding: 1.3rem 1rem 0.56rem;
  margin: 5rem auto;
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  background-color: #4993ba;
  border-radius: 1rem;
}

.online-point {
  width: 64rem;
  margin: 4rem auto 0;
}

.online-point-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.online-point-item + .online-point-item {
  margin-top: 6rem;
}

.online-point-item-img {
  flex: 0 0 auto;
  width: 10rem;
  margin-right: 3rem;
}

.online-point-item-txt {
  font-size: 3.2rem;
  line-height: 1.4;
}

.how2use {
  position: relative;
  padding: 18.5rem 5.3rem 19rem;
}

.how2use-ttl {
  line-height: 1;
  text-align: center;
  letter-spacing: 0.26em;
}

.how2use-ttl small,
.how2use-ttl strong {
  display: block;
}

.how2use-ttl strong {
  font-family: AvenirLTPro-Black;
  font-size: 6.4rem;
}

.how2use-ttl small {
  padding-top: 2.2rem;
  font-size: 3.2rem;
  color: #d45b41;
}

.how2use-ttl small:after,
.how2use-ttl small:before {
  display: inline-block;
  font-family: FP-KoburinaGoStdN-W6;
  vertical-align: unset;
  content: "-";
}

.how2use-step {
  margin-top: 9.4rem;
}

.how2use-step-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.how2use-step-item:not(:last-of-type) {
  padding-bottom: 8.1rem;
}

.how2use-step-item:not(:last-of-type):after {
  position: absolute;
  bottom: 1.7rem;
  left: 0;
  width: 16rem;
  height: calc(100% - 19.2rem);
  content: "";
  background-image: url(/hair/me/lp_01/assets/images/how2use/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 2rem auto;
}

.how2use-step-item-img {
  width: 16rem;
  margin-right: 4.8rem;
  overflow: hidden;
  border-radius: 2rem;
}

.how2use-step-item-ttl {
  font-size: 3.4rem;
  line-height: 1.4;
  color: #4993ba;
  letter-spacing: 0.2em;
}

.how2use-step-item-txt {
  padding-top: 2.1rem;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.how2use-step-item-txt sup {
  font-size: 2rem;
  vertical-align: super;
}

.how2use-note {
  padding-top: 10.2rem;
}

.how2use-note li {
  margin-left: 1.35em;
  font-size: 2.4rem;
  color: #9d9d9d;
  text-indent: -1.35em;
}

.faq {
  position: relative;
  padding: 18.5rem 5.5rem 19rem;
  background: #fff;
}

.faq-ttl {
  line-height: 1;
  text-align: center;
  letter-spacing: 0.26em;
}

.faq-ttl small,
.faq-ttl strong {
  display: block;
}

.faq-ttl strong {
  font-family: AvenirLTPro-Black;
  font-size: 6.4rem;
}

.faq-ttl small {
  padding-top: 2.2rem;
  font-size: 3.2rem;
  color: #d45b41;
}

.faq-ttl small:after,
.faq-ttl small:before {
  display: inline-block;
  font-family: FP-KoburinaGoStdN-W6;
  vertical-align: unset;
  content: "-";
}

.faq-list {
  margin-top: 9.4rem;
}

.faq-item + .faq-item {
  margin-top: 2.4rem;
}

.faq-item-header {
  position: relative;
  line-height: 1;
  cursor: pointer;
  background-color: #f6f7f7;
}

.faq-item-header i {
  position: absolute;
  top: 0;
  right: 3.4rem;
  bottom: 0;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  margin: auto;
  color: #000;
  transition: color 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.faq-item-header i:after,
.faq-item-header i:before {
  display: block;
  width: 100%;
  height: 0.4rem;
  content: "";
  background-color: currentColor;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.faq-item-header i:after {
  transform: rotate(90deg);
}

.faq-item-header.is-show i:after {
  transform: rotate(180deg);
}

.faq-item-body {
  height: 0;
  overflow: hidden;
  background-color: #ececec;
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-item-body-inner,
.voice {
  position: relative;
}

.voice {
  padding: 18.5rem 5.3rem 19rem;
  background: #f6f7f7;
}

.voice-ttl {
  line-height: 1;
  text-align: center;
  letter-spacing: 0.26em;
}

.voice-ttl small,
.voice-ttl strong {
  display: block;
}

.voice-ttl strong {
  font-family: AvenirLTPro-Black;
  font-size: 6.4rem;
}

.voice-ttl small {
  padding-top: 2.2rem;
  font-size: 3.2rem;
  color: #d45b41;
}

.voice-ttl small:after,
.voice-ttl small:before {
  display: inline-block;
  font-family: FP-KoburinaGoStdN-W6;
  vertical-align: unset;
  content: "-";
}

.voice-list {
  margin-top: 9.4rem;
}

.voice-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.voice-item + .voice-item {
  margin-top: 4.8rem;
}

.voice-item-img {
  width: 22rem;
  overflow: hidden;
  border-radius: 2.4rem;
}

.voice-item-text {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 38.2rem;
  padding: 3.2rem 3.8rem;
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: justify;
  background: #fff;
  border-radius: 2.4rem;
}

.voice-item-text:before {
  position: absolute;
  top: 50%;
  left: -2rem;
  z-index: -1;
  display: block;
  width: 3.2rem;
  height: 3.1rem;
  content: "";
  background-image: url(/hair/me/lp_01/assets/images/voice/item_bg_balloon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.concept {
  position: relative;
  padding: 18.5rem 0 19rem;
  overflow: hidden;
  background-color: #fff;
}

.concept-desc {
  position: relative;
  z-index: 10;
  width: 64rem;
  margin: 0 auto;
}

.concept-desc-title {
  padding-left: 3.8rem;
  font-size: 5.6rem;
  line-height: 1.75;
  letter-spacing: 1.05rem;
  white-space: nowrap;
}

.concept-desc-copy {
  padding-left: 3.8rem;
  margin-top: 9rem;
}

.concept-desc-copy-txt {
  font-size: 2.8rem;
  line-height: 2.6;
  letter-spacing: 0.6rem;
  white-space: nowrap;
}

.concept-desc-copy-txt + .concept-desc-copy-txt {
  margin-top: 5.2rem;
}

.concept-desc-copy-txt strong {
  font-size: 3.8rem;
}

.concept-lead {
  position: relative;
  z-index: 10;
  margin-top: 9.5rem;
  margin-left: 5.5rem;
}

.concept-lead-txt {
  display: table;
  padding: 0.6rem 0.4rem 0 0.8rem;
  font-family: AvenirLTPro-Black;
  font-size: 5.2rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.6rem;
  background-color: #d45b41;
}

.concept-lead-txt + .concept-lead-txt {
  margin-top: 3.5rem;
}

.concept-point {
  position: relative;
  z-index: 10;
  margin-top: 53rem;
}

.concept-point-item + .concept-point-item {
  margin-top: 15rem;
}

.concept-point-item-images {
  position: relative;
  width: 68rem;
  height: 42.5rem;
  overflow: hidden;
  border-radius: 0 2.4rem 2.4rem 0;
  transform: translateZ(0);
}

.concept-point-item-images ul {
  display: flex;
}

.concept-point-item-images li {
  flex: 0 0 auto;
  width: 100%;
}

.concept-point-item:nth-of-type(2n) .concept-point-item-images {
  margin-left: auto;
  border-radius: 2.4rem 0 0 2.4rem;
}

.concept-point-item-info {
  width: 62rem;
  margin: 7.5rem auto 0;
}

.concept-point-item-info-lead {
  display: flex;
  align-items: center;
  color: #d45b41;
}

.concept-point-item-info-lead svg {
  width: 16rem;
}

.concept-point-item-info-lead strong {
  padding-top: 0.5rem;
  margin-left: 2.4rem;
  font-size: 5.8rem;
}

.concept-point-item-info-txt {
  margin-top: 1rem;
  font-size: 4rem;
  line-height: 2;
  letter-spacing: 0.7rem;
  white-space: nowrap;
}

.concept-obj {
  position: absolute;
  top: 0;
  left: 50%;
}

.concept-obj-item {
  position: absolute;
  display: block;
  width: 4.8rem;
}

.concept-obj-img-01 {
  top: 176rem;
  left: -25rem;
  width: 75rem;
}

.concept-obj-01 {
  top: 167rem;
  left: -37rem;
}

.concept-obj-02 {
  top: 224.5rem;
  left: -3rem;
}

.concept-obj-03 {
  top: 221rem;
  left: 12rem;
}

.concept-obj-04 {
  top: 229rem;
  left: 7rem;
}

.animation-step-02 {
  will-change: transform;
  animation: conceptImageStep02 2s step-start infinite both;
}

.animation-step-03 {
  will-change: transform;
  animation: conceptImageStep03 3s step-start infinite both;
}

.animation-step-04 {
  will-change: transform;
  animation: conceptImageStep04 4s step-start infinite both;
}

@keyframes conceptImageStep02 {
  0% {
    transform: translateZ(0);
  }

  50% {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes conceptImageStep03 {
  0% {
    transform: translateZ(0);
  }

  33% {
    transform: translate3d(-100%, 0, 0);
  }

  66% {
    transform: translate3d(-200%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes conceptImageStep04 {
  0% {
    transform: translateZ(0);
  }

  25% {
    transform: translate3d(-100%, 0, 0);
  }

  50% {
    transform: translate3d(-200%, 0, 0);
  }

  75% {
    transform: translate3d(-300%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 8px;
  }

  #Container {
    position: relative;
    width: 600px;
    margin: 0 auto;
    background-color: #e8e2d5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 599px) {
  html {
    font-size: 1.33333vw;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx),
  only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }

  .footer-navi-link:hover {
    color: #000;
  }

  .products-important-header:hover i {
    color: #d45b41;
  }

  .faq-item-header:hover i {
    color: #4993ba;
  }
}

@media (hover: none) {
  a:active {
    text-decoration: none;
  }

  .footer-navi-link:active {
    color: #000;
  }

  .products-important-header:active i {
    color: #d45b41;
  }

  .faq-item-header:active i {
    color: #4993ba;
  }
}

.impr {
  background-color: #e8e2d5;
  padding: 16rem 0 10rem;
}

.impr-ttl {
  width: 68.4rem;
  margin: 0 auto;
}

.impr-sub {
  width: 59.4rem;
  margin: 7.7rem auto 0;
}

.impr-attention {
  width: 51.3rem;
  margin: 4.7rem auto 0;
}

.impr-slide {
  margin: 7.5rem 0 0;
  color: #9d9d9d;
}

.impr-slide li:before {
  border: 0.6rem solid;
}

.impr-slide-attention {
  width: 62.5rem;
  margin: 8.8rem auto 0;
}

.impr-more {
  width: 22rem;
  margin: 10.8rem auto 0;
}

.impr-graph {
  width: 64rem;
  margin: 4.8rem auto 0;
}

.impr-qa {
  width: 64rem;
  margin: 10rem auto 0;
}

.impr-important {
  width: 64rem;
  margin: 10.2rem auto 0;
}

.reason {
  background-color: #4993ba;
  padding: 19rem 0 18.93rem;
}

.reason-ttl {
  width: 53.5rem;
  margin: 0 auto;
}

.reason-1 {
  width: 64rem;
  margin: 5.67rem auto 0;
}

.reason-2 {
  width: 64rem;
  margin: 5.5rem auto 0;
}

.reason-3 {
  width: 64rem;
  margin: 5.91rem auto 0;
}

/* c_button */
.c_button img {
  display: block;
  width: 634px;
  height: auto;
  max-width: 84.5%;
  margin: 14px auto 0;
}

.c-fixedBtn .c_button {
  top: 2rem;
  position: relative;
}

.c-fixedBtn .c_button img {
  margin-top: 0;
}

.c-fixedBtn {
  height: 23.5rem;
}

/*me_fina*/
.media:before {
  border-width: 1px;
}

.products-addtext {
  margin: 15% auto 0;
  display: block;
  width: 100%;
  height: auto;
}

/*04new*/
.products-n-items {
  position: relative;
  margin-top: 12rem;
}

.products-n-item {
  width: 100%;
  position: relative;

  border: solid 1px #f00;
  border-width: 0px 0;
}

.products-n-itempad {
  width: 100%;
  height: 18rem;
}

/*tab*/
.products-n-taber {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 9.6rem;
  height: 13rem;
  border-bottom: solid 0.5rem #4a92b7;
  margin-bottom: 10rem;
}

.products-n-tab-button {
  width: 49%;
  height: 100%;
  background: #ececec;
  position: relative;
  border-radius: 1.1rem 1.1rem 0 0;
  cursor: pointer;
}

.products-n-tab-text {
  font-size: 3rem;
  text-align: center;
  width: 100%;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -40%);
}

.products-n-tab-button:hover {
  opacity: 0.9;
}

[n-tab="1"] [n-tabr="1"],
[n-tab="2"] [n-tabr="2"],
[n-tab="3"] [n-tabr="3"] {
  background: #4a92b7;
  color: #fff;
}

[only-n-tab] {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

[n-tab="1"] [only-n-tab="1"],
[n-tab="2"] [only-n-tab="2"],
[n-tab="3"] [only-n-tab="3"] {
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}

/*price-select*/

.price-select {
  margin: 3.5em 0 1em;
  position: relative;
  font-size: 2rem;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.price-select-head {
  display: flex;
  gap: 0 0.26em;
  position: relative;
  justify-content: space-between;
  margin-bottom: 0.26em;
}

.price-select-button {
  background: #ececec;

  width: 33%;
  position: relative;
  z-index: 1;
  border-radius: 0.5em 0.5em 0 0;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.price-select-button:hover {
  opacity: 0.8;
}

.price-select-button:before {
  content: "";
  display: block;
  padding-top: 61%;
}

.price-select-button-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1em;
  background: #d35c47;
  text-align: center;
  color: #fff;
  line-height: 110%;
  border-radius: 0.5em 0.5em 0 0;
}

.price-select-button-off-in {
  line-height: 100%;
  font-size: 1.7em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(0, -45%) scale(0.5);
}

.price-select-button-cont {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  line-height: 100%;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 1.9em;
}

.price-select-button-cont span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 0.8em;
  line-height: 100%;
  transform: scale(0.5);
}

.price-select-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9em;
  border-bottom-width: 0;
  border-color: #ececec transparent transparent transparent;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  /* easeOutExpo */
}

[n-pl="1"] [n-plr="1"].price-select-button,
[n-pl="2"] [n-plr="2"].price-select-button,
[n-pl="3"] [n-plr="3"].price-select-button {
  background: #4a92b7;
  color: #fff;
}

[n-pl="1"] [n-plr="1"].price-select-button:after,
[n-pl="2"] [n-plr="2"].price-select-button:after,
[n-pl="3"] [n-plr="3"].price-select-button:after {
  transform: translate(-50%, 0);
  border-color: #4a92b7 transparent transparent transparent;

  opacity: 1;
}

.price-select-cont {
  width: 100%;
  background: #e7e1d6;
  border-radius: 0 0 1em 1em;
  text-align: center;
}

.price-select-cont1 {
  padding-top: 2.5em;

  font-size: 1em;
  vertical-align: bottom;
  text-align: center;
  line-height: 1em;
}

.price-select-cont1 span {
  padding-right: 0.2em;
  font-size: 3em;
  vertical-align: bottom;

  line-height: 0.7em;
}

.price-select-cont2 {
  margin-top: 1em;
  font-size: 1em;
  vertical-align: bottom;
  text-align: center;
  line-height: 1em;
}

.price-select-cont3 {
  margin-top: 1.8em;
  font-size: 0.8em;
  vertical-align: bottom;
  text-align: center;
  line-height: 1em;
  padding-bottom: 1.8em;
}

.price-select-cont3 span {
  color: #4a92b7;
}

.price-select-cont6 {
  text-align: center;
  display: inline-block;
  border-top: solid 1px #000;
  font-size: 1em;
  margin-top: 1em;
}

[only-n-pl] {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

[n-pl="1"] [only-n-pl="1"],
[n-pl="2"] [only-n-pl="2"],
[n-pl="3"] [only-n-pl="3"] {
  opacity: 1;
  height: auto;
  overflow: visible;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.p-products-detail-info-price {
  border-radius: 2.4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
}

.p-products-detail-info-price-ttl {
  font-size: 3.2rem;
}

.p-products-detail-info-price-subttl {
  margin-top: 1rem;
  font-size: 3rem;
}

.p-products-detail-info-price-subttl:first-of-type {
  margin-top: 0;
}

.p-products-detail-info-price-data {
  letter-spacing: 0.2rem;
}

.p-products-detail-info-price-data .t1 {
  margin-right: 2.4rem;
  font-size: 2.4rem;
}

.p-products-detail-info-price-data .t2 {
  font-size: 4.2rem;
}

.p-products-detail-info-price-data .t3,
.p-products-detail-info-price-data .t4 {
  font-size: 3rem;
}

.p-products-detail-info-price-data .t5 {
  font-size: 3.2rem;
}

.p-products-detail-info-price-data .t6 {
  font-size: 3rem;
}

.p-products-detail-info-price-data .t7 {
  font-size: 2rem;
}

.p-products-detail-info-price-data .t8 {
  font-size: 2.4rem;
}

.p-products-detail-info-price-data .t9 {
  font-size: 2rem;
}

.p-products-detail-info-price {
  background-color: #ececec;

  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}

.p-products-detail-info-price-subttl,
.p-products-detail-info-price-ttl {
  text-align: center;
}

.p-products-detail-info-price-data {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

/*price*/
.price {
  background: #fff;
  padding: 14rem 0;
}

.products-n-tab[data-accordion-content] {
  height: 0;
  overflow: hidden;
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.products-n-tab[data-accordion-content] .products-n-taber {
  padding-top: 1rem;
  background-color: #ececec;
  background: #f6f7f7;
}

.products-n-wrap.impr-important {
  width: 100%;
  margin: 0;
}

#clinic {
  margin: -10rem 0;
}

.media {
  padding-bottom: 5rem;
}

.header {
  display: none;
}

/*2308*/
.case01-example {
  margin: 0 auto;
}

.case01 {
  padding-top: 10rem;
}

.case01-warning {
  padding-bottom: 7rem;
}

.case02-example {
  margin: 0 auto;
}

.case02 {
  padding-top: 10rem;
}

.case02-warning {
  padding-bottom: 7rem;
}

.products {
  padding: 19rem 0 7rem;
}

.impr-important {
  margin: 2.2rem auto 0;
}

.cv_n {
  position: relative;
}

.cv_n .c_button {
  display: block;
  position: absolute;
  top: 36.5rem;
  left: 0;
}

/*2401*/
.cp-wrap {
  background: #fff;
  padding-bottom: 5rem;
}

.cparea {
  width: 91%;
  margin: 0 auto;
  padding: 5rem 0 10rem;
}

.cparea .products-n-taber {
  height: 8rem;
  margin: 0;
}

.cparea .products-n-tab-text {
  font-size: 2.5rem;
}

.cparea img {
  display: block;
}

.cparea [n-tab="2"] [n-tabr="1"],
.cparea [n-tab="1"] [n-tabr="2"] {
  color: #777;
}

.cp-hid {
  position: relative;
  height: 0;
  overflow: visible;
}

.cp-abs {
  position: absolute;
  left: 0;
  width: 100%;
  top: -54rem;
}

.cp-abs .cparea {
  padding: 0;
  width: 77%;
}

.tab_bal {
  display: block;
  position: absolute;
  width: 45%;
  height: auto;
  bottom: 100%;
  margin-bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

/*voice*/
/*/10*/

.voice__section {
  background: #fff;
  /*    padding-top: 5rem;*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5rem;
}

.voice__title {
  font-weight: bold;
  font-size: 4rem;
  padding: 11rem;
  text-align: center;
}

.voice__slide {
  padding: 0 1.25rem;
}

.voice__slide__set {
  position: relative;
  width: 56rem;
  height: 59.5rem;
  background: #f2f2f2;
  border-radius: 2.5rem;
}

.voice__slide__in {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10rem);
  height: calc(100% - 11rem);
  transform: translate(-50%, -50%);
}
.voice__slide__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
}

.voice__slide__text {
  font-size: 2.8rem;
  line-height: 4.6rem;
  font-weight: 400;
  color: #000;
}

.voice__slide__star {
  color: #f47a00;
  font-size: 3.1rem;
  margin-bottom: 1rem;
}

.voice__slide__name {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2.8rem;
  font-weight: bold;
}

.voice__navs {
  font-size: 0;
  padding: 7.7rem 0 11.7rem;
  text-align: center;
}
.voice__navs img {
  width: 8rem;
  height: 8rem;
  display: inline-block;
  margin: 0 2.25rem;
  cursor: pointer;
}

/*240415*/
.products {
  padding-top: 5rem;
}

.merit {
  background: #e8e2d5;
  padding: 17% 7% 18%;
}

.merit-title {
  width: 67%;
  margin: 0 auto 7%;
}

.merit-main {
  border: 1px solid #000000;
  background: #ffffff;
  padding: 6% 6% 14.5%;
  border-radius: 24px;
}

.merit-main-title {
  width: 76%;
  margin: 0 auto 7.5%;
}

.merit-read {
  width: 91%;
  margin: 0 auto 10%;
}

.merit-item-thum {
  border-radius: 9.5% 9.5% 0 0;
  overflow: hidden;
}

.merit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  width: 100%;
}

.merit-catch {
  width: 95%;
  margin: 7% auto 0;
}

/*tabtext*/

.tabtext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

[n-tab="1"] [n-tabr="1"] .tabtext,
[n-tab="2"] [n-tabr="2"] .tabtext,
[n-tab="3"] [n-tabr="3"] .tabtext,
[n-tab="4"] [n-tabr="4"] .tabtext {
  filter: brightness(2);
}
