@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "ampersand";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/ampersand.otf") format("opentype"), url("../fonts/ampersand.woff") format("woff"), url("../fonts/ampersand.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/600));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_2505haircare {
  position: relative;
  padding-bottom: calc(160 * 60rem/430);
  color: var(--color-text);
  font-family: var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  width: 100%;
  max-width: calc(430 * 60rem/430);
  z-index: 0;
}
.lp_2505haircare img,
.lp_2505haircare svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_2505haircare picture {
  display: block;
}
.lp_2505haircare a {
  display: block;
  color: inherit;
}
.lp_2505haircare a:hover {
  opacity: 1;
}
.lp_2505haircare *:focus {
  outline: none;
}
.lp_2505haircare a,
.lp_2505haircare label {
  -webkit-tap-highlight-color: rgba(87, 168, 227, 0.2);
}
.lp_2505haircare input {
  display: none;
}
.lp_2505haircare li,
.lp_2505haircare ol {
  list-style-type: none;
}
.lp_2505haircare .spOnly {
  display: block;
}
.lp_2505haircare .pcOnly {
  display: none;
}
.lp_2505haircare ::-moz-selection {
  color: #ffffff;
  background-color: rgba(87, 168, 227, 0.7);
}
.lp_2505haircare ::selection {
  color: #ffffff;
  background-color: rgba(87, 168, 227, 0.7);
}
.lp_2505haircare sup {
  font-size: 0.6em;
}
.lp_2505haircare #share img {
  display: block;
  margin: auto;
}
.lp_2505haircare .doubleQuotation {
  font-family: ivypresto-display, serif;
  font-weight: 400;
}
.lp_2505haircare .anim,
.lp_2505haircare .fv {
  opacity: 0;
}
.lp_2505haircare .anim_enable:not(.contents__item) {
  -webkit-animation: opa 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opa 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_2505haircare .contents__item.anim_enable {
  -webkit-animation: opa2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opa2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_2505haircare .move {
  opacity: 0;
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1s linear;
}
.lp_2505haircare .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opa2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes opa2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* .lp_2505haircare : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_2505haircare {
  --color-text: #005281;
  --color-key: #FFFFF2;
  --color-primary: #57A8E3;
  --font-jp: "Zen Kaku Gothic New";
  --font-en: "new-atten";
  /*----------mvArea----------*/
  /*----------readArea----------*/
  /*----------anchorLinkArea----------*/
  /*----------followMenu----------*/
  /*----------FrizzyHair----------*/
  /*----------GreasyHair----------*/
  /*----------アニメーション----------*/
}
.lp_2505haircare .button {
  display: inline-block;
}
.lp_2505haircare .buttonWrap {
  text-align: center;
  width: 100%;
}
.lp_2505haircare .button--anchorLinkArea {
  position: relative;
  padding: calc(8 * 60rem/430) calc(30 * 60rem/430) calc(7 * 60rem/430) calc(20 * 60rem/430);
  background-color: #fff;
  border: 1px solid var(--color-text);
  border-radius: 40px;
  z-index: 0;
}
.lp_2505haircare .button--anchorLinkArea::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(13 * 60rem/430);
  width: calc(8 * 60rem/430);
  height: calc(5 * 60rem/430);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-text);
  z-index: 0;
}
.lp_2505haircare .button--view_more {
  padding: calc(10 * 60rem/430) calc(29 * 60rem/430) calc(12 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 40px;
  color: #ffffff;
  font-family: var(--font-en), sans-serif;
  font-size: calc(16 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
}
.lp_2505haircare .button--all {
  margin-top: calc(90 * 60rem/430);
  padding: calc(11 * 60rem/430) calc(58 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 60px;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
}
.lp_2505haircare .button--all .jp {
  position: relative;
  padding-left: calc(74 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.105em;
  z-index: 0;
}
.lp_2505haircare .button--all .jp::before {
  content: "";
  position: absolute;
  top: calc(3 * 60rem/430);
  left: 0;
  width: calc(74 * 60rem/430);
  height: calc(20 * 60rem/430);
  background-color: #fff;
  -webkit-mask-size: calc(63 * 60rem/430) auto;
          mask-size: calc(63 * 60rem/430) auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 0;
}
.lp_2505haircare .button--all .en {
  font-size: calc(16 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
}
.lp_2505haircare .button--hair {
  margin-top: calc(16 * 60rem/430);
  padding: calc(11 * 60rem/430) calc(58 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 60px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: calc(16 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.25;
  width: calc(225 * 60rem/430);
}
.lp_2505haircare .button--hair .en {
  font-size: calc(16 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
}
.lp_2505haircare .section__title {
  position: relative;
  margin-left: calc(21 * 60rem/430);
  color: #ffffff;
  font-size: calc(58 * 60rem/430);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  -webkit-text-stroke: 1px var(--color-text);
  z-index: 1;
}
.lp_2505haircare .section__head {
  margin-top: calc(-24 * 60rem/430);
  margin-bottom: calc(72 * 60rem/430);
}
.lp_2505haircare .section__head__text {
  margin-inline: calc(40 * 60rem/430);
}
.lp_2505haircare .section dt {
  margin-bottom: calc(20 * 60rem/430);
  padding-inline: calc(5 * 60rem/430);
  padding-bottom: calc(8 * 60rem/430);
  background-image: linear-gradient(to right, var(--color-primary) calc(3 * 60rem/430), transparent calc(3 * 60rem/430));
  background-size: calc(6 * 60rem/430) calc(1 * 60rem/430);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.lp_2505haircare .section h3 {
  font-size: calc(28 * 60rem/430);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.lp_2505haircare .section h3 .text {
  display: inline-block;
  padding-left: calc(2 * 60rem/430);
  padding-right: calc(13 * 60rem/430);
  width: auto;
  height: calc(21 * 60rem/430);
}
.lp_2505haircare .section h3 .small {
  font-size: calc(24 * 60rem/430);
}
.lp_2505haircare .section dd {
  padding-inline: calc(5 * 60rem/430);
  font-size: calc(15 * 60rem/430);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.lp_2505haircare .section__scroll {
  margin: 0 auto calc(91 * 60rem/430);
  text-align: center;
  width: calc(64 * 60rem/430);
}
.lp_2505haircare .section__scroll--border {
  display: inline-block;
  position: relative;
  margin-top: calc(6 * 60rem/430);
  border-left: 1px solid var(--color-primary);
  height: calc(46 * 60rem/430);
  z-index: 0;
}
.lp_2505haircare .section__scroll--border::after {
  content: "";
  position: absolute;
  -webkit-animation: up--down 1.6s ease-in-out infinite;
          animation: up--down 1.6s ease-in-out infinite;
  top: 0;
  left: calc(-3 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 50%;
  width: calc(5 * 60rem/430);
  height: calc(5 * 60rem/430);
  z-index: 1;
}
@-webkit-keyframes up--down {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  80% {
    opacity: 1;
    transform: translateY(calc(43 * 60rem/430));
  }
  85% {
    opacity: 0;
    transform: translateY(calc(43 * 60rem/430));
  }
  100% {
    opacity: 0;
    transform: translateY(0%);
  }
}
@keyframes up--down {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  80% {
    opacity: 1;
    transform: translateY(calc(43 * 60rem/430));
  }
  85% {
    opacity: 0;
    transform: translateY(calc(43 * 60rem/430));
  }
  100% {
    opacity: 0;
    transform: translateY(0%);
  }
}
.lp_2505haircare .section .contents__item:nth-child(n+2) {
  margin-top: calc(120 * 60rem/430);
}
.lp_2505haircare .section .contents__item__title {
  color: #ffffff;
  font-size: calc(29 * 60rem/430);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0.055em;
  -webkit-text-stroke: 1px var(--color-text);
  text-align: center;
}
.lp_2505haircare .section .contents__item__title .num {
  font-size: calc(25 * 60rem/430);
  font-weight: 800;
}
.lp_2505haircare .section .credit__cate {
  display: inline-block;
  margin-bottom: calc(6 * 60rem/430);
  padding: calc(5 * 60rem/430) calc(7 * 60rem/430) calc(4 * 60rem/430) calc(8 * 60rem/430);
  background-color: var(--color-text);
  color: #ffffff;
  font-family: var(--font-en), sans-serif;
  font-size: calc(13 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
}
.lp_2505haircare .section .credit__copy {
  margin-bottom: calc(12 * 60rem/430);
  font-size: calc(23 * 60rem/430);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.lp_2505haircare .section .credit__name {
  font-size: calc(15 * 60rem/430);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-indent: calc(-8 * 60rem/430);
}
.lp_2505haircare .section .credit__price {
  font-size: calc(17 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
}
.lp_2505haircare .section .credit__price .yen {
  font-size: calc(15 * 60rem/430);
}
.lp_2505haircare .section .credit__price .tax {
  font-size: calc(12 * 60rem/430);
}
.lp_2505haircare .section .contents__item__text {
  margin-bottom: calc(20 * 60rem/430);
  font-size: calc(13 * 60rem/430);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: justify;
}
.lp_2505haircare .section .contents__item__text small {
  color: #467A98;
  font-size: calc(10 * 60rem/430);
}
.lp_2505haircare .section .contents__item__reviewWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(24 * 60rem/430);
       column-gap: calc(24 * 60rem/430);
  margin-top: calc(36 * 60rem/430);
}
.lp_2505haircare .section .bg {
  display: block;
  position: absolute;
  background-color: var(--color-key);
  box-shadow: 0px 2px 26px rgba(41, 41, 41, 0.09);
  z-index: -1;
}
.lp_2505haircare .section .bg::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #FAF8E8;
  z-index: 1;
}
.lp_2505haircare .section .review--images {
  width: calc(180 * 60rem/430);
}
.lp_2505haircare .section .review--icon {
  width: calc(58 * 60rem/430);
}
.lp_2505haircare .section .review__staff {
  display: flex;
  position: relative;
  align-items: center;
  -moz-column-gap: calc(8 * 60rem/430);
       column-gap: calc(8 * 60rem/430);
  padding-top: calc(54 * 60rem/430);
  padding-bottom: calc(12 * 60rem/430);
  text-align: left;
  z-index: 0;
}
.lp_2505haircare .section .review__staff .work-in {
  margin-bottom: calc(3 * 60rem/430);
  font-size: calc(12 * 60rem/430);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.lp_2505haircare .section .review__staff .name {
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-size: calc(15 * 60rem/430);
  line-height: 1.03;
  letter-spacing: 0.075em;
}
.lp_2505haircare .section .review__staff .name small {
  font-size: calc(11 * 60rem/430);
}
.lp_2505haircare .section .review__staff::before, .lp_2505haircare .section .review__staff::after {
  content: "";
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_2505haircare .section .review__staff::before {
  top: 0;
  width: calc(132 * 60rem/430);
  height: calc(43 * 60rem/430);
  background-image: url(../img/STAFF-REVIEW_sp.svg);
}
.lp_2505haircare .section .review__staff::after {
  bottom: 0;
  width: calc(155 * 60rem/430);
  height: calc(7 * 60rem/430);
  background-image: url(../img/border_arrow.svg);
}
.lp_2505haircare .section .review__staff__inner {
  width: calc(90 * 60rem/430);
}
.lp_2505haircare .mvArea {
  margin-bottom: calc(56 * 60rem/430);
}
.lp_2505haircare .readArea {
  margin-bottom: calc(110 * 60rem/430);
  text-align: center;
}
.lp_2505haircare .readArea__title {
  margin-bottom: calc(30 * 60rem/430);
  font-size: calc(25 * 60rem/430);
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.lp_2505haircare .readArea__text {
  margin-bottom: calc(27 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  line-height: 2.25;
  letter-spacing: 0.075em;
}
.lp_2505haircare .readArea__hashtag {
  display: inline-block;
  padding-bottom: calc(5 * 60rem/430);
  font-size: calc(14 * 60rem/430);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  border-bottom: calc(2 * 60rem/430) dashed;
}
.lp_2505haircare .anchorLinkArea {
  text-align: center;
}
.lp_2505haircare .anchorLinkArea__tilte {
  margin-bottom: calc(27 * 60rem/430);
  font-size: calc(20 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_2505haircare .anchorLinkArea__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(16 * 60rem/430);
       column-gap: calc(16 * 60rem/430);
}
.lp_2505haircare .anchorLinkArea__item {
  position: relative;
  width: calc(182 * 60rem/430);
  z-index: 0;
}
.lp_2505haircare .anchorLinkArea__item::after {
  content: "";
  position: absolute;
  bottom: calc(11 * 60rem/430);
  left: 0;
  background-color: var(--color-key);
  border: 1px solid var(--color-text);
  border-radius: calc(10 * 60rem/430);
  width: 100%;
  height: calc(158 * 60rem/430);
  z-index: -1;
}
.lp_2505haircare .anchorLinkArea__img {
  display: inline-block;
  margin-bottom: calc(10 * 60rem/430);
  border-radius: 50%;
  overflow: hidden;
  width: calc(150 * 60rem/430);
  height: calc(150 * 60rem/430);
}
.lp_2505haircare .anchorLinkArea__text {
  margin-bottom: calc(10 * 60rem/430);
}
.lp_2505haircare .anchorLinkArea__text img {
  display: inline-block;
  width: auto;
  height: calc(14 * 60rem/430);
}
.lp_2505haircare .anchorLinkArea .button--anchorLinkArea {
  font-family: var(--font-en), sans-serif;
  font-size: calc(15 * 60rem/430);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_2505haircare .followMenu {
  position: fixed;
  transform: rotate(90deg);
  transition: all 0.4s ease;
  top: calc(160 * 60rem/430);
  left: calc(-65 * 60rem/430);
  font-family: var(--font-en), sans-serif;
  opacity: 0;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_2505haircare .followMenu.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.lp_2505haircare .followMenu .menu {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid var(--color-text);
  border-radius: 20px;
  box-sizing: border-box;
  width: calc(184 * 60rem/430);
}
.lp_2505haircare .followMenu .menu a {
  font-size: calc(15 * 60rem/430);
  font-weight: 800;
  letter-spacing: 0.075em;
  width: 50%;
}
.lp_2505haircare .followMenu .menu a:nth-child(1) {
  padding: calc(4 * 60rem/430) calc(14 * 60rem/430) calc(5 * 60rem/430);
}
.lp_2505haircare .followMenu .menu a:nth-child(2) {
  padding: calc(4 * 60rem/430) calc(9 * 60rem/430) calc(5 * 60rem/430);
  text-align: right;
}
.lp_2505haircare .followMenu .menu a span {
  -webkit-animation: flicker 8s ease-in infinite;
          animation: flicker 8s ease-in infinite;
}
@-webkit-keyframes flicker {
  0%, 25%, 50%, 75%, 100% {
    opacity: 1;
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    opacity: 0.5;
  }
}
@keyframes flicker {
  0%, 25%, 50%, 75%, 100% {
    opacity: 1;
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    opacity: 0.5;
  }
}
.lp_2505haircare .followMenu .toggle {
  display: inline-block;
  position: absolute;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  padding: calc(5 * 60rem/430) calc(15 * 60rem/430) calc(5 * 60rem/430);
  background-color: var(--color-text);
  border: 1px solid var(--color-text);
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(15 * 60rem/430);
  font-weight: 800;
  letter-spacing: 0.075em;
  z-index: 1;
}
.lp_2505haircare .followMenu[data-color=FrizzyHair] .toggle {
  transform: translateX(0);
}
.lp_2505haircare .followMenu[data-color=GreasyHair] .toggle {
  transform: translateX(calc(71 * 60rem/430));
}
.lp_2505haircare .FrizzyHair {
  margin-bottom: calc(90 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .section__head--mv svg {
  height: calc(463 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .section__head--mv .image {
  width: auto;
  height: 108%;
}
.lp_2505haircare .FrizzyHair .char {
  -webkit-animation: moveAlongPath 34s linear infinite;
          animation: moveAlongPath 34s linear infinite;
}
.lp_2505haircare .FrizzyHair .--uneune:nth-child(odd) .bg {
  left: calc(-20 * 60rem/430);
  border-radius: 0 calc(140 * 60rem/430) calc(140 * 60rem/430) 0;
}
.lp_2505haircare .FrizzyHair .--uneune:nth-child(odd) .bg::after {
  border-radius: 0 calc(140 * 60rem/430) calc(140 * 60rem/430) 0;
}
.lp_2505haircare .FrizzyHair .--uneune:nth-child(odd) .credit::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(108 * 60rem/430);
  height: calc(100 * 60rem/430);
  background-color: #ffffff;
  z-index: -1;
}
.lp_2505haircare .FrizzyHair .--uneune:nth-child(even) .credit {
  margin-left: calc(48 * 60rem/430);
  order: -1;
}
.lp_2505haircare .FrizzyHair .--uneune:nth-child(even) .bg {
  right: calc(-20 * 60rem/430);
  border-radius: calc(140 * 60rem/430) 0 0 calc(140 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-child(even) .bg::after {
  border-radius: calc(140 * 60rem/430) 0 0 calc(140 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .contents__item__title {
  margin-bottom: calc(-8 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .credit {
  margin-top: calc(76 * 60rem/430);
  margin-left: calc(11 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .img a {
  width: calc(170 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .bg {
  top: calc(67 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .contents__item__title {
  margin-bottom: calc(-13 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .credit {
  margin-top: calc(43 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .img {
  margin-left: calc(-90 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .img a {
  width: calc(240 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .bg {
  top: calc(28 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .contents__item__title {
  margin-bottom: calc(-15 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .credit {
  margin-top: calc(51 * 60rem/430);
  margin-left: calc(10 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .img a {
  width: calc(170 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .bg {
  top: calc(62 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .contents__item__title {
  margin-bottom: calc(-20 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .credit {
  margin-top: calc(50 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .img a {
  width: calc(161 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .bg {
  top: calc(62 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .contents__item__title {
  margin-bottom: calc(-17 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .credit {
  margin-top: calc(53 * 60rem/430);
  margin-left: calc(10 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .img a {
  width: calc(179 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .bg {
  top: calc(68 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .contents__item__title {
  margin-bottom: calc(-21 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .credit {
  margin-top: calc(60 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .img a {
  width: calc(161 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .bg {
  top: calc(62 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .--uneune .buttonWrap {
  position: relative;
  z-index: 0;
}
.lp_2505haircare .FrizzyHair .--uneune .buttonWrap::after {
  content: "";
  position: absolute;
  bottom: calc(26 * 60rem/430);
  right: calc(61 * 60rem/430);
  width: calc(17 * 60rem/430);
  height: calc(250 * 60rem/430);
  background-image: url(../img/wave.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_2505haircare .FrizzyHair .contents__item__mainWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, auto));
  position: relative;
  margin-bottom: calc(40 * 60rem/430);
  z-index: 1;
}
.lp_2505haircare .FrizzyHair .button--view_more {
  margin-left: calc(270 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .bg {
  width: calc(236 * 60rem/430);
  height: calc(231 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .bg::after {
  width: calc(216 * 60rem/430);
  height: calc(211 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .credit {
  position: relative;
  width: calc(232 * 60rem/430);
  z-index: 0;
}
.lp_2505haircare .FrizzyHair .credit__name {
  margin-bottom: calc(14 * 60rem/430);
}
.lp_2505haircare .FrizzyHair .contents__item__text {
  position: relative;
  margin-left: calc(48 * 60rem/430);
  width: calc(280 * 60rem/430);
  z-index: 1;
}
.lp_2505haircare .FrizzyHair .button--all .jp::before {
  -webkit-mask-image: url(../img/anchorLinkText-uneune.svg);
          mask-image: url(../img/anchorLinkText-uneune.svg);
}
.lp_2505haircare .GreasyHair .section__head--mv svg {
  height: calc(480 * 60rem/430);
}
.lp_2505haircare .GreasyHair .section__head--mv .image {
  width: auto;
  height: 108%;
}
.lp_2505haircare .GreasyHair .char {
  -webkit-animation: moveAlongPath 32s linear infinite;
          animation: moveAlongPath 32s linear infinite;
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(1) .contents__item__head {
  margin-bottom: calc(20 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(1) .contents__item__text {
  width: calc(308 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(1) .bg {
  height: calc(311 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(1) .bg::after {
  height: calc(291 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(2) .contents__item__head {
  margin-bottom: calc(20 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(2) .bg {
  height: calc(351 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(2) .bg::after {
  height: calc(331 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(3) .contents__item__head {
  margin-bottom: calc(20 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(3) .bg {
  height: calc(351 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(3) .bg::after {
  height: calc(331 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(4) .contents__item__head {
  margin-bottom: calc(10 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(4) .bg {
  height: calc(341 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(4) .bg::after {
  height: calc(321 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(5) .bg {
  height: calc(351 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(5) .bg::after {
  height: calc(331 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(6) .contents__item__head {
  margin-bottom: calc(20 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(6) .bg {
  height: calc(341 * 60rem/430);
}
.lp_2505haircare .GreasyHair .--betabeta:nth-of-type(6) .bg::after {
  height: calc(321 * 60rem/430);
}
.lp_2505haircare .GreasyHair .contents__item__title {
  margin-bottom: calc(17 * 60rem/430);
}
.lp_2505haircare .GreasyHair .img a {
  margin: 0 auto;
  width: calc(246 * 60rem/430);
}
.lp_2505haircare .GreasyHair .contents__item {
  text-align: center;
}
.lp_2505haircare .GreasyHair .contents__item__head {
  position: relative;
  margin-left: calc(45 * 60rem/430);
  text-align: left;
  z-index: 1;
}
.lp_2505haircare .GreasyHair .img {
  position: relative;
  z-index: 0;
}
.lp_2505haircare .GreasyHair .contents__item__text {
  margin: 0 auto calc(24 * 60rem/430);
  width: calc(336 * 60rem/430);
}
.lp_2505haircare .GreasyHair .credit {
  position: relative;
  margin-top: calc(-2 * 60rem/430);
  margin-inline: auto;
  margin-bottom: calc(20 * 60rem/430);
  text-align: left;
  width: calc(308 * 60rem/430);
  z-index: 1;
}
.lp_2505haircare .GreasyHair .credit__name {
  margin-bottom: calc(8 * 60rem/430);
}
.lp_2505haircare .GreasyHair .credit__note {
  margin-top: calc(-5 * 60rem/430);
  color: #467A98;
  font-size: calc(11 * 60rem/430);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
.lp_2505haircare .GreasyHair .bg {
  margin: auto;
  top: calc(-69 * 60rem/430);
  left: 0;
  right: 0;
  border-radius: calc(140 * 60rem/430) calc(140 * 60rem/430) 0 0;
  width: calc(256 * 60rem/430);
}
.lp_2505haircare .GreasyHair .bg::after {
  border-radius: calc(140 * 60rem/430) calc(140 * 60rem/430) 0 0;
  width: calc(236 * 60rem/430);
}
.lp_2505haircare .GreasyHair .button--all .jp::before {
  -webkit-mask-image: url(../img/anchorLinkText-betabeta.svg);
          mask-image: url(../img/anchorLinkText-betabeta.svg);
}
.lp_2505haircare .flow-wrap {
  position: relative;
  max-width: 100vw;
  z-index: 0;
}
.lp_2505haircare .flow-wrap::after {
  content: "";
  position: absolute;
  transform: rotate(2deg);
  margin: auto;
  top: calc(6 * 60rem/430);
  left: calc(-557 * 60rem/430);
  width: calc(1500 * 60rem/430);
  height: calc(180 * 60rem/430);
  background-image: url(../img/flowingText_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_2505haircare .text-wrapper {
  position: absolute;
  white-space: nowrap;
  top: -24%;
  translate: 0 -50%;
  color: #fff;
  font-family: var(--font-en), sans-serif;
  font-size: calc(24 * 60rem/430);
  font-weight: 700;
}
.lp_2505haircare .char {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@-webkit-keyframes moveAlongPath {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
@keyframes moveAlongPath {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
.lp_2505haircare .svg-wrap {
  height: calc(170 * 60rem/430);
}
.lp_2505haircare .section__head--mv svg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

/* .lp_2505haircare SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .lp_2505haircare {
    padding-bottom: 13rem;
    max-width: 100vw;
  }
  .lp_2505haircare a {
    cursor: pointer;
  }
  .lp_2505haircare .pcOnly {
    display: block;
  }
  .lp_2505haircare .spOnly {
    display: none;
  }
  .lp_2505haircare .contents__item.anim_enable:nth-child(even) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  /* .lp_2505haircare : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_2505haircare {
    /*----------mvArea----------*/
    /*----------readArea----------*/
    /*----------anchorLinkArea----------*/
    /*----------followMenu----------*/
    /*----------FrizzyHair----------*/
    /*----------GreasyHair----------*/
    /*----------アニメーション----------*/
  }
  .lp_2505haircare .button {
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
  }
  .lp_2505haircare .button--anchorLinkArea {
    padding: 0.9rem 3rem 0.8rem 2rem;
  }
  .lp_2505haircare .button--anchorLinkArea::after {
    right: 1.2rem;
    width: 0.8rem;
    height: 0.5rem;
  }
  .lp_2505haircare .button--view_more {
    position: relative;
    padding: 1rem 2.9rem 1.1rem;
    border: 1px solid var(--color-text);
    font-size: 1.6rem;
    z-index: 0;
  }
  .lp_2505haircare .button--view_more span {
    position: relative;
    z-index: 1;
  }
  .lp_2505haircare .button--view_more::after {
    transition: all 0.4s ease;
    transform: translateX(-101%);
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    background-color: #fff;
    border-radius: 40px;
    width: 100%;
    height: 102%;
    z-index: 0;
  }
  .lp_2505haircare .button--view_more:hover {
    color: var(--color-text);
  }
  .lp_2505haircare .button--view_more:hover::after {
    transform: translateX(0%);
  }
  .lp_2505haircare .button--all {
    margin-top: 9rem;
    padding: 0.8rem 6.8rem;
    border: 1px solid var(--color-text);
  }
  .lp_2505haircare .button--all .jp {
    padding-left: 8.9rem;
    font-size: 1.8rem;
  }
  .lp_2505haircare .button--all .jp::before {
    transition: all 0.4s ease;
    top: 0.7rem;
    width: 8.2rem;
    height: 1.5rem;
    -webkit-mask-size: 8rem auto;
            mask-size: 8rem auto;
  }
  .lp_2505haircare .button--all .en {
    font-size: 1.7rem;
  }
  .lp_2505haircare .button--all:hover {
    background-color: #fff;
    color: var(--color-text);
  }
  .lp_2505haircare .button--all:hover .jp::before {
    background-color: var(--color-text);
  }
  .lp_2505haircare .button--hair {
    margin-top: 1.6rem;
    padding: 0.8rem 8rem;
    border: 1px solid var(--color-text);
    font-size: 1.8rem;
    width: 26.5rem;
  }
  .lp_2505haircare .button--hair .en {
    font-size: 1.7rem;
  }
  .lp_2505haircare .button--hair:hover {
    background-color: var(--color-key);
    color: var(--color-text);
  }
  .lp_2505haircare .section {
    margin-inline: auto;
    padding-top: 7rem;
    overflow: hidden;
    width: 150rem;
  }
  .lp_2505haircare .section__title {
    margin-inline: auto;
    font-size: 6.8rem;
    width: 106rem;
  }
  .lp_2505haircare .section__head {
    display: flex;
    align-items: center;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    margin-top: -5rem;
    margin-inline: auto;
    margin-bottom: 4rem;
    width: 98rem;
  }
  .lp_2505haircare .section__head__text {
    margin-inline: 0;
    width: 42.3rem;
  }
  .lp_2505haircare .section dt {
    margin-bottom: 2rem;
    padding-inline: 0;
    padding-bottom: 1rem;
    background-image: linear-gradient(to right, var(--color-primary) 0.3rem, transparent 0.3rem);
    background-size: 0.6rem 0.1rem;
  }
  .lp_2505haircare .section h3 {
    font-size: 2.9rem;
  }
  .lp_2505haircare .section h3 .text {
    padding-left: 0.2rem;
    padding-right: 1.3rem;
    height: 2.2rem;
  }
  .lp_2505haircare .section h3 .small {
    font-size: 2.6rem;
  }
  .lp_2505haircare .section dd {
    padding-inline: 0;
    font-size: 1.5rem;
  }
  .lp_2505haircare .section__scroll {
    margin: 0 auto 6.1rem;
    width: 6.6rem;
  }
  .lp_2505haircare .section__scroll--border {
    margin-top: 1.1rem;
    height: 6.6rem;
  }
  .lp_2505haircare .section__scroll--border::after {
    -webkit-animation: up--down 1.6s ease-in-out infinite;
            animation: up--down 1.6s ease-in-out infinite;
    left: -0.4rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .lp_2505haircare .section .contents__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-inline: auto;
    max-width: 140rem;
  }
  .lp_2505haircare .section .contents__item:nth-child(n+2) {
    margin-top: 0;
  }
  .lp_2505haircare .section .contents__item__title {
    font-size: 2.9rem;
  }
  .lp_2505haircare .section .contents__item__title .num {
    font-size: 2.4rem;
  }
  .lp_2505haircare .section .credit__cate {
    margin-bottom: 0.8rem;
    padding: 0.4rem 0.7rem 0.4rem 0.8rem;
    font-size: 1.3rem;
  }
  .lp_2505haircare .section .credit__copy {
    margin-bottom: 1.4rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .lp_2505haircare .section .credit__name {
    font-size: 1.6rem;
    line-height: 1.5;
    text-indent: -0.8rem;
  }
  .lp_2505haircare .section .credit__price {
    font-size: 1.8rem;
  }
  .lp_2505haircare .section .credit__price .yen {
    font-size: 1.6rem;
  }
  .lp_2505haircare .section .credit__price .tax {
    font-size: 1.2rem;
  }
  .lp_2505haircare .section .contents__item__text {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .lp_2505haircare .section .contents__item__text small {
    font-size: 1.1rem;
  }
  .lp_2505haircare .section .contents__item__reviewWrap {
    justify-content: flex-start;
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
    margin-top: -4.2rem;
  }
  .lp_2505haircare .section .review--images {
    width: 12.8rem;
  }
  .lp_2505haircare .section .review--icon {
    width: 4.3rem;
  }
  .lp_2505haircare .section .review__staff {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    padding-top: 4rem;
    padding-bottom: 0.9rem;
  }
  .lp_2505haircare .section .review__staff .work-in {
    margin-bottom: 0.2rem;
    font-size: 1.1rem;
    line-height: 1.25;
  }
  .lp_2505haircare .section .review__staff .name {
    font-size: 1.4rem;
    line-height: 0.98;
  }
  .lp_2505haircare .section .review__staff .name small {
    font-size: 1rem;
  }
  .lp_2505haircare .section .review__staff::before {
    width: 11.6rem;
    height: 3.2rem;
    background-image: url(../img/STAFF-REVIEW_pc.svg);
  }
  .lp_2505haircare .section .review__staff::after {
    width: 13.4rem;
    height: 0.6rem;
  }
  .lp_2505haircare .section .review__staff__inner {
    width: 9rem;
  }
  .lp_2505haircare .mvArea {
    margin-inline: auto;
    margin-bottom: 5.6rem;
    width: 110rem;
  }
  .lp_2505haircare .readArea {
    margin-bottom: 11rem;
  }
  .lp_2505haircare .readArea__title {
    margin-bottom: 2.6rem;
    font-size: 2.9rem;
    line-height: 1.5;
  }
  .lp_2505haircare .readArea__text {
    margin-bottom: 2.7rem;
    font-size: 1.6rem;
  }
  .lp_2505haircare .readArea__hashtag {
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
    border-bottom: 0.2rem dashed;
  }
  .lp_2505haircare .anchorLinkArea {
    margin-bottom: 7.6rem;
  }
  .lp_2505haircare .anchorLinkArea__tilte {
    margin-bottom: 2.4rem;
    font-size: 2.1rem;
  }
  .lp_2505haircare .anchorLinkArea__list {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lp_2505haircare .anchorLinkArea__item {
    width: 26.2rem;
  }
  .lp_2505haircare .anchorLinkArea__item::after {
    bottom: 1.3rem;
    border-radius: 2rem;
    height: 17rem;
  }
  .lp_2505haircare .anchorLinkArea__item:hover .anchorLinkArea__img img {
    transform: scale(1.05);
  }
  .lp_2505haircare .anchorLinkArea__item:hover .button--anchorLinkArea {
    background-color: var(--color-text);
    color: #fff;
  }
  .lp_2505haircare .anchorLinkArea__item:hover .button--anchorLinkArea::after {
    background-color: #fff;
  }
  .lp_2505haircare .anchorLinkArea__img {
    margin-bottom: 0.8rem;
    width: 19rem;
    height: 19rem;
  }
  .lp_2505haircare .anchorLinkArea__img img {
    transition: all 0.6s ease;
  }
  .lp_2505haircare .anchorLinkArea__text {
    margin-bottom: 0.8rem;
  }
  .lp_2505haircare .anchorLinkArea__text img {
    height: 1.5rem;
  }
  .lp_2505haircare .anchorLinkArea .button--anchorLinkArea {
    transition: all 0.4s ease;
    font-size: 1.6rem;
  }
  .lp_2505haircare .anchorLinkArea .button--anchorLinkArea::after {
    transition: all 0.4s ease;
  }
  .lp_2505haircare .followMenu {
    top: 20rem;
    left: auto;
    right: 8rem;
  }
  .lp_2505haircare .followMenu .menu {
    width: 18.4rem;
  }
  .lp_2505haircare .followMenu .menu a {
    line-height: 1.55;
    font-size: 1.5rem;
  }
  .lp_2505haircare .followMenu .menu a:nth-child(1) {
    padding: 0.4rem 1.4rem 0.5rem;
  }
  .lp_2505haircare .followMenu .menu a:nth-child(2) {
    padding: 0.4rem 1.1rem 0.5rem;
  }
  .lp_2505haircare .followMenu .toggle {
    padding: 0.5rem 1.4rem;
    font-size: 1.5rem;
  }
  .lp_2505haircare .followMenu[data-color=GreasyHair] .toggle {
    transform: translateX(6.6rem);
  }
  .lp_2505haircare .FrizzyHair {
    margin-bottom: 13.6rem;
  }
  .lp_2505haircare .FrizzyHair .section__head--mv svg {
    height: 52.8rem;
  }
  .lp_2505haircare .FrizzyHair .char {
    -webkit-animation: moveAlongPath 34s linear infinite;
            animation: moveAlongPath 34s linear infinite;
  }
  .lp_2505haircare .FrizzyHair .contents__list {
    -moz-column-gap: 10.4rem;
         column-gap: 10.4rem;
    row-gap: 7rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(odd) .bg {
    left: 0;
    border-radius: 0 16rem 16rem 0;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(odd) .bg::after {
    border-radius: 0 16rem 16rem 0;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(odd) .credit::after {
    width: 16rem;
    height: 9rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(even) {
    margin-top: 13rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(even) .credit {
    margin-left: 0;
    order: 2;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(even) .credit::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16rem;
    height: 9rem;
    background-color: #ffffff;
    z-index: -1;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(even) .bg {
    right: auto;
    border-radius: 0 16rem 16rem 0;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-child(even) .bg::after {
    border-radius: 0 16rem 16rem 0;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .contents__item__title {
    margin-bottom: -3.2rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .credit {
    margin-top: 9.2rem;
    margin-left: -5rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .img {
    margin-left: -1.6rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .img a {
    width: 18.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(1) .bg {
    top: 8.7rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .contents__item__title {
    margin-bottom: 1.5rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .credit {
    margin-top: 4.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .img {
    margin-left: -3.7rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .img a {
    width: 26.5rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .bg {
    top: 3.9rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(2) .contents__item__text {
    margin-top: -3.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .contents__item__title {
    margin-bottom: -2.5rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .credit {
    margin-top: 8.3rem;
    margin-left: 1.7rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .img {
    margin-left: 0.5rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .img a {
    width: 18.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(3) .bg {
    top: 7.9rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .contents__item__title {
    margin-bottom: -1.3rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .credit {
    margin-top: 7.2rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .img {
    margin-left: 2.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .img a {
    width: 17.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(4) .bg {
    top: 6.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .contents__item__title {
    margin-bottom: -1.9rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .credit {
    margin-top: 7.8rem;
    margin-left: 0.6rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .img {
    margin-left: 0.4rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .img a {
    width: 20rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(5) .bg {
    top: 7.4rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .contents__item__title {
    margin-bottom: -1.4rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .credit {
    margin-top: 7.2rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .img {
    margin-left: 2.7rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .img a {
    width: 17.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune:nth-of-type(6) .bg {
    top: 6.8rem;
  }
  .lp_2505haircare .FrizzyHair .--uneune .buttonWrap::after {
    bottom: 2.4rem;
    left: 41rem;
    right: auto;
    width: 1.5rem;
    height: 24rem;
  }
  .lp_2505haircare .FrizzyHair .contents__item__mainWrap {
    margin-bottom: 2.6rem;
  }
  .lp_2505haircare .FrizzyHair .button--view_more {
    margin-left: 33.2rem;
  }
  .lp_2505haircare .FrizzyHair .bg {
    width: 26.6rem;
    height: 24rem;
  }
  .lp_2505haircare .FrizzyHair .bg::after {
    width: 24.8rem;
    height: 22.2rem;
  }
  .lp_2505haircare .FrizzyHair .credit {
    width: 29.2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .lp_2505haircare .FrizzyHair .credit__name {
    margin-bottom: 1.4rem;
  }
  .lp_2505haircare .FrizzyHair .contents__item__title {
    margin-left: 1rem;
  }
  .lp_2505haircare .FrizzyHair .contents__item__text {
    margin-left: 1rem;
    width: 37rem;
  }
  .lp_2505haircare .GreasyHair .section__head--mv svg {
    height: 54.7rem;
  }
  .lp_2505haircare .GreasyHair .char {
    -webkit-animation: moveAlongPath 32s linear infinite;
            animation: moveAlongPath 32s linear infinite;
  }
  .lp_2505haircare .GreasyHair .contents__list {
    align-items: flex-start;
    -moz-column-gap: 9.3rem;
         column-gap: 9.3rem;
    row-gap: 7rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    width: 50.7rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-child(even) {
    margin-top: 13rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(1) .contents__item__text {
    width: 34rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(1) .bg {
    height: 31.6rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(1) .bg::after {
    height: 29.8rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(2) .bg {
    height: 36.6rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(2) .bg::after {
    height: 32.8rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(3) .bg {
    height: 36.6rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(3) .bg::after {
    height: 32.8rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(4) .contents__item__head {
    margin-bottom: 0.1rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(4) .bg {
    height: 35.6rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(4) .bg::after {
    height: 32.8rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(5) .contents__item__head {
    margin-bottom: 0.2rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(5) .bg {
    height: 36.6rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(5) .bg::after {
    height: 32.8rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(6) .bg {
    height: 35.6rem;
  }
  .lp_2505haircare .GreasyHair .--betabeta:nth-of-type(6) .bg::after {
    height: 32.8rem;
  }
  .lp_2505haircare .GreasyHair .contents__item__title {
    margin-bottom: 2.8rem;
    width: 100%;
  }
  .lp_2505haircare .GreasyHair .contents__item__mainWrap {
    width: 34rem;
  }
  .lp_2505haircare .GreasyHair .img a {
    width: 24.6rem;
  }
  .lp_2505haircare .GreasyHair .contents__item {
    text-align: center;
  }
  .lp_2505haircare .GreasyHair .contents__item__head {
    margin-left: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lp_2505haircare .GreasyHair .contents__item__text {
    margin: 0 0 2.6rem 0;
    width: 34rem;
  }
  .lp_2505haircare .GreasyHair .credit {
    position: relative;
    margin-top: calc(-2 * 60rem/430);
    margin-inline: auto;
    margin-bottom: calc(20 * 60rem/430);
    text-align: left;
    width: calc(308 * 60rem/430);
    z-index: 1;
  }
  .lp_2505haircare .GreasyHair .credit__name {
    margin-bottom: calc(8 * 60rem/430);
  }
  .lp_2505haircare .GreasyHair .credit__note {
    margin-top: calc(-5 * 60rem/430);
    color: #467A98;
    font-size: calc(11 * 60rem/430);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .lp_2505haircare .GreasyHair .bg {
    top: -7.2rem;
    border-radius: 16rem 16rem 0 0;
    width: 24.6rem;
  }
  .lp_2505haircare .GreasyHair .bg::after {
    border-radius: 16rem 16rem 0 0;
    width: 22.8rem;
  }
  .lp_2505haircare .GreasyHair .contents__item__reviewWrap {
    margin-top: 0;
    flex-direction: column;
    row-gap: 1.8rem;
  }
  .lp_2505haircare .flow-wrap {
    margin: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .lp_2505haircare .flow-wrap::after {
    transform: rotate(0deg);
    top: -7rem;
    left: -1rem;
    width: 1630px;
    height: 240px;
  }
  .lp_2505haircare .text-wrapper {
    top: -24%;
    font-size: 3rem;
  }
  .lp_2505haircare .svg-wrap {
    height: 18rem;
  }
  /* .lp_2505haircare PC*/
}
/*# sourceMappingURL=style.css.map */