@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_240203CK_LaCASTA {
  position: relative;
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-en), ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 60rem/390);
  z-index: 0;
}
.lp_240203CK_LaCASTA img,
.lp_240203CK_LaCASTA svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_240203CK_LaCASTA picture {
  display: block;
}
.lp_240203CK_LaCASTA a {
  display: block;
  color: inherit;
}
.lp_240203CK_LaCASTA a:hover {
  opacity: 1;
}
.lp_240203CK_LaCASTA *:focus {
  outline: none;
}
.lp_240203CK_LaCASTA a,
.lp_240203CK_LaCASTA label {
  -webkit-tap-highlight-color: rgba(244, 145, 130, 0.2);
}
.lp_240203CK_LaCASTA input {
  display: none;
}
.lp_240203CK_LaCASTA li,
.lp_240203CK_LaCASTA ol {
  list-style-type: none;
}
.lp_240203CK_LaCASTA .spOnly {
  display: block;
}
.lp_240203CK_LaCASTA .pcOnly {
  display: none;
}
.lp_240203CK_LaCASTA ::-moz-selection {
  color: #ffffff;
  background-color: rgba(244, 145, 130, 0.7);
}
.lp_240203CK_LaCASTA ::selection {
  color: #ffffff;
  background-color: rgba(244, 145, 130, 0.7);
}
.lp_240203CK_LaCASTA sup {
  font-size: 0.6em;
}
.lp_240203CK_LaCASTA #share img {
  display: block;
  margin: auto;
}
.lp_240203CK_LaCASTA .doubleQuotation {
  font-family: ivypresto-display, serif;
  font-weight: 400;
}
.lp_240203CK_LaCASTA .anim,
.lp_240203CK_LaCASTA .fv {
  opacity: 0;
}
.lp_240203CK_LaCASTA .anim_enable {
  -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_240203CK_LaCASTA .fixed_area {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.lp_240203CK_LaCASTA .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_240203CK_LaCASTA .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;
  }
}

/* .lp_240203CK_LaCASTA : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_240203CK_LaCASTA {
  --color-text: #000000;
  --color-subText: #9B9B9B;
  --color-key: #F49182;
  --color-primary: #E69285;
  --color-secondary: #F7EFE7;
  --color-background: #FFFEF8;
  --color-border: #F5BBB2;
  --font-en: "futura-pt";
}
.lp_240203CK_LaCASTA .section--head {
  text-align: center;
}
.lp_240203CK_LaCASTA .section__headding {
  display: inline-block;
  width: calc(90 * 60rem/390);
}
.lp_240203CK_LaCASTA .section__title {
  margin-top: calc(6 * 60rem/390);
  font-size: calc(23 * 60rem/390);
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: 0.075em;
}
.lp_240203CK_LaCASTA .section__subTitle {
  margin-top: calc(6 * 60rem/390);
  font-size: calc(15 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1;
}
.lp_240203CK_LaCASTA .section article.c-frame:nth-of-type(n+2) {
  margin-top: calc(34 * 60rem/390);
}
.lp_240203CK_LaCASTA .section__read {
  margin-top: calc(16 * 60rem/390);
  font-size: calc(14 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.61;
}
.lp_240203CK_LaCASTA .section__read .doubleQuotation,
.lp_240203CK_LaCASTA .section__read .en {
  font-size: calc(15 * 60rem/390);
  line-height: 1;
}
.lp_240203CK_LaCASTA .section__read .en {
  font-family: var(--font-en);
}
.lp_240203CK_LaCASTA .section .recommended dd {
  margin-top: calc(4 * 60rem/390);
}
.lp_240203CK_LaCASTA .section .recommended li {
  display: flex;
  -moz-column-gap: calc(4 * 60rem/390);
       column-gap: calc(4 * 60rem/390);
  line-height: 1.8;
}
.lp_240203CK_LaCASTA .section .recommended li::before {
  content: "";
  margin-top: calc(2 * 60rem/390);
  width: calc(14 * 60rem/390);
  height: calc(14 * 60rem/390);
  background-image: url(../img_250314/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_240203CK_LaCASTA .section .batch {
  position: relative;
  z-index: 0;
}
.lp_240203CK_LaCASTA .section .batch::before {
  content: "";
  position: absolute;
  top: calc(-16 * 60rem/390);
  left: calc(-16 * 60rem/390);
  width: calc(86 * 60rem/390);
  height: calc(86 * 60rem/390);
  background-image: url(../img_250314/icon-recommended.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_240203CK_LaCASTA .c-frame {
  margin-inline: calc(22 * 60rem/390);
  border: 1px solid var(--color-key);
  border-radius: calc(8 * 60rem/390);
  overflow: hidden;
}
.lp_240203CK_LaCASTA .c-frame__head {
  border-bottom: 1px solid var(--color-border);
  padding-left: calc(2 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame__head p {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_240203CK_LaCASTA .c-frame__head img {
  display: inline-block;
  transform: translateY(calc(6 * 60rem/390));
  padding-left: calc(6 * 60rem/390);
  padding-right: calc(4 * 60rem/390);
  width: auto;
  height: calc(24 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame__pointTextWrap {
  padding: calc(20 * 60rem/390) calc(23 * 60rem/390) calc(17 * 60rem/390);
  border-bottom: 1px solid var(--color-border);
}
.lp_240203CK_LaCASTA .c-frame .pointBox__headding {
  margin-bottom: calc(6 * 60rem/390);
  color: var(--color-key);
  font-size: calc(12 * 60rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12em;
}
.lp_240203CK_LaCASTA .c-frame .pointBox__headding .num {
  padding-left: calc(3 * 60rem/390);
  font-size: calc(14 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame .pointBox__title {
  margin-bottom: calc(7 * 60rem/390);
  color: var(--color-key);
  font-size: calc(15 * 60rem/390);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .c-frame .pointBox__text {
  font-size: calc(12 * 60rem/390);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
}
.lp_240203CK_LaCASTA .c-frame__contentsBox {
  padding: calc(35 * 60rem/390) calc(34 * 60rem/390) calc(26 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame__contentsBox + .c-frame__contentsBox {
  border-top: 1px solid var(--color-border);
}
.lp_240203CK_LaCASTA .c-frame__container {
  padding-bottom: calc(4 * 60rem/390);
  border-bottom: 1px solid var(--color-border);
}
.lp_240203CK_LaCASTA .c-frame__container:nth-of-type(n+2) {
  margin-top: calc(9 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame .title h5 {
  font-size: calc(13 * 60rem/390);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp_240203CK_LaCASTA .c-frame.items .name {
  margin-top: calc(15 * 60rem/390);
  margin-bottom: calc(14 * 60rem/390);
  font-size: calc(14 * 60rem/390);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
}
.lp_240203CK_LaCASTA .c-frame .text {
  border-bottom: none;
}
.lp_240203CK_LaCASTA .c-frame .text dd {
  margin-left: calc(3 * 60rem/390);
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.lp_240203CK_LaCASTA .c-frame .text .strong {
  display: block;
  margin-block: calc(12 * 60rem/390) calc(3 * 60rem/390);
  color: var(--color-key);
  font-weight: 600;
}
.lp_240203CK_LaCASTA .c-frame .text .strong .en {
  font-size: calc(13 * 60rem/390);
  line-height: 1;
}
.lp_240203CK_LaCASTA .c-frame .price,
.lp_240203CK_LaCASTA .c-frame .category,
.lp_240203CK_LaCASTA .c-frame .scent {
  display: flex;
  -moz-column-gap: calc(10 * 60rem/390);
       column-gap: calc(10 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame .price .title,
.lp_240203CK_LaCASTA .c-frame .category .title,
.lp_240203CK_LaCASTA .c-frame .scent .title {
  margin-left: calc(3 * 60rem/390);
  width: calc(71 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame .category .title {
  transform: translateY(calc(-2 * 60rem/390));
}
.lp_240203CK_LaCASTA .c-frame .price .jp {
  font-size: calc(11 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame .price dd {
  font-size: calc(15 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0.075em;
}
.lp_240203CK_LaCASTA .c-frame .price dd .yen {
  font-size: calc(13 * 60rem/390);
}
.lp_240203CK_LaCASTA .c-frame .price dd .tax,
.lp_240203CK_LaCASTA .c-frame .price dd small {
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.05em;
}
.lp_240203CK_LaCASTA .c-frame .category dd,
.lp_240203CK_LaCASTA .c-frame .scent dd {
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.lp_240203CK_LaCASTA .c-frame .recommended {
  padding-left: calc(3 * 60rem/390);
  border-bottom: none;
}
.lp_240203CK_LaCASTA .c-frame .recommended dd {
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.12em;
}
.lp_240203CK_LaCASTA .button {
  -webkit-clip-path: border-box;
          clip-path: border-box;
  text-align: center;
}
.lp_240203CK_LaCASTA .button-detail {
  position: relative;
  margin-top: calc(-20 * 60rem/390);
  margin-inline: auto;
  padding: calc(14 * 60rem/390) calc(13 * 60rem/390) calc(12 * 60rem/390) calc(15 * 60rem/390);
  background-color: var(--color-background);
  border: 1px solid var(--color-border);
  box-sizing: border-box;
  border-radius: 100px;
  color: var(--color-key);
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  width: calc(116 * 60rem/390);
  z-index: 1;
}
.lp_240203CK_LaCASTA .button-campaign {
  display: inline-block;
  margin-top: calc(11 * 60rem/390);
  padding: calc(14 * 60rem/390) calc(19 * 60rem/390) calc(13 * 60rem/390);
  background-color: var(--color-key);
  border-radius: calc(30 * 60rem/390);
  color: #fff;
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .button-line {
  width: calc(122 * 60rem/390);
}
.lp_240203CK_LaCASTA .button-app {
  width: calc(98 * 60rem/390);
}
.lp_240203CK_LaCASTA .button-ine {
  width: calc(122 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign-band {
  padding-block: calc(27 * 60rem/390) calc(15 * 60rem/390);
  background-color: #000;
  color: #fff;
  text-align: center;
}
.lp_240203CK_LaCASTA .campaign-band__title {
  display: inline-block;
  position: relative;
  margin-bottom: calc(5 * 60rem/390);
  font-family: var(--font-en), sans-serif;
  font-size: calc(21 * 60rem/390);
  font-weight: bold;
  letter-spacing: 0.085em;
  line-height: 1;
  text-indent: calc(2 * 60rem/390);
  z-index: 0;
}
.lp_240203CK_LaCASTA .campaign-band__title::before {
  content: "";
  position: absolute;
  top: calc(-19 * 60rem/390);
  left: calc(-30 * 60rem/390);
  width: calc(93 * 60rem/390);
  height: calc(30 * 60rem/390);
  background-image: url(../img_250314/web-limited.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_240203CK_LaCASTA .campaign-band__subTitle {
  margin-bottom: calc(6 * 60rem/390);
  font-size: calc(14 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.11em;
}
.lp_240203CK_LaCASTA .campaign-band__subTitle .en {
  font-size: calc(15 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign-band__subTitle .small {
  font-size: calc(13 * 60rem/390);
  letter-spacing: 0.12em;
}
.lp_240203CK_LaCASTA .campaign-band__subTitle .strong {
  font-size: calc(25 * 60rem/390);
  letter-spacing: 0.025em;
}
.lp_240203CK_LaCASTA .campaign-band .data {
  margin-bottom: calc(11 * 60rem/390);
  font-size: calc(19 * 60rem/390);
  letter-spacing: 0.1em;
  line-height: 1;
}
.lp_240203CK_LaCASTA .campaign-band .data .year {
  padding-right: calc(4 * 60rem/390);
  font-size: calc(14 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign-band .data .week {
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .campaign-band .data .hyphen {
  padding-inline: 0.3em 0.3em;
  font-size: calc(15 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign-band__button {
  display: inline-block;
  position: relative;
  width: calc(197 * 60rem/390);
  z-index: 0;
}
.lp_240203CK_LaCASTA .campaign-band__button::after {
  content: "";
  position: absolute;
  -webkit-animation: expansion 1.8s ease-in infinite;
          animation: expansion 1.8s ease-in infinite;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-key);
  border-radius: 100px;
  z-index: -1;
}
@-webkit-keyframes expansion {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.02, 1.07);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes expansion {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.02, 1.07);
  }
  100% {
    transform: scale(1, 1);
  }
}
.lp_240203CK_LaCASTA .tab-list-item {
  transition: all 0.3s ease;
}
.lp_240203CK_LaCASTA .tab-list-item .text {
  transition: all 0.3s ease;
  color: #989894;
}
.lp_240203CK_LaCASTA .tab-list-item.is-active {
  background-color: rgba(248, 239, 231, 0.6);
}
.lp_240203CK_LaCASTA .tab-list-item.is-active .text {
  color: var(--color-key);
}
.lp_240203CK_LaCASTA .tab-contents {
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.lp_240203CK_LaCASTA .tab-contents.is-active {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.lp_240203CK_LaCASTA .readArea {
  padding-top: calc(36 * 60rem/390);
  padding-inline: calc(25 * 60rem/390) calc(23 * 60rem/390);
}
.lp_240203CK_LaCASTA .readArea__text {
  font-size: calc(14 * 60rem/390);
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .readArea__strongText {
  margin-top: calc(10 * 60rem/390);
  color: var(--color-key);
  font-size: calc(14 * 60rem/390);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.09em;
}
.lp_240203CK_LaCASTA .readArea__strongText .doubleQuotation,
.lp_240203CK_LaCASTA .readArea__strongText .en {
  font-size: calc(16 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea {
  margin-inline: calc(17 * 60rem/390);
  padding-top: calc(50 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(9 * 60rem/390);
  border: 1px solid var(--color-key);
  border-radius: calc(6 * 60rem/390);
  text-align: center;
}
.lp_240203CK_LaCASTA .topicArea__item {
  position: relative;
  z-index: 0;
}
.lp_240203CK_LaCASTA .topicArea__item:nth-child(1)::before, .lp_240203CK_LaCASTA .topicArea__item:nth-child(3)::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid var(--color-border);
  width: 0;
  height: calc(80 * 60rem/390);
  z-index: 0;
}
.lp_240203CK_LaCASTA .topicArea__item:nth-child(1)::after, .lp_240203CK_LaCASTA .topicArea__item:nth-child(2)::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--color-border);
  width: calc(167 * 60rem/390);
  height: 0;
  z-index: 0;
}
.lp_240203CK_LaCASTA .topicArea__item:not(.wide) {
  width: 50%;
}
.lp_240203CK_LaCASTA .topicArea__item:not(.wide) .topicArea__link {
  padding-block: calc(12 * 60rem/390) calc(21 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea__item.wide {
  width: 100%;
}
.lp_240203CK_LaCASTA .topicArea__item.wide::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: calc(344 * 60rem/390);
  height: 0;
  border-top: 1px solid var(--color-border);
  z-index: 0;
}
.lp_240203CK_LaCASTA .topicArea__item.wide .topicArea__link {
  padding-block: calc(13 * 60rem/390) calc(20 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea .headding {
  display: inline-block;
  height: calc(14 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea .headding img {
  width: auto;
  height: 100%;
}
.lp_240203CK_LaCASTA .topicArea .title {
  position: relative;
  font-size: calc(15 * 60rem/390);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  z-index: 0;
}
.lp_240203CK_LaCASTA .topicArea .title::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-10 * 60rem/390);
  left: 0;
  right: 0;
  width: calc(8 * 60rem/390);
  height: calc(4 * 60rem/390);
  background-color: var(--color-key);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 0;
}
.lp_240203CK_LaCASTA .topicArea .title small {
  font-size: calc(13 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea .title .small {
  font-size: calc(12 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea .title .doubleQuotation {
  font-size: calc(13 * 60rem/390);
}
.lp_240203CK_LaCASTA .topicArea .title .en {
  font-size: calc(13 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--01 {
  padding-top: calc(60 * 60rem/390);
  padding-bottom: calc(51 * 60rem/390);
  background: linear-gradient(0deg, rgb(247, 239, 231) 18%, rgb(255, 254, 248) 100%);
}
.lp_240203CK_LaCASTA .topic--01 .img {
  margin: calc(36 * 60rem/390) auto 0;
  width: calc(286 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--01 .worries__list {
  margin-top: calc(21 * 60rem/390);
  padding-inline: calc(23 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--01 .worries__list .title {
  margin-left: calc(2 * 60rem/390);
  margin-bottom: calc(7 * 60rem/390);
  color: var(--color-key);
  font-size: calc(14 * 60rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .topic--01 .worries__list .num {
  padding-right: calc(6 * 60rem/390);
  font-family: ivypresto-display, serif;
  font-size: calc(18 * 60rem/390);
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .topic--01 .worries__list .text {
  font-size: calc(13 * 60rem/390);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .topic--01 .worries__item + .worries__item {
  margin-top: calc(15 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--01 .hairTrouble {
  margin-top: calc(28 * 60rem/390);
  margin-inline: calc(22 * 60rem/390);
  padding: calc(17 * 60rem/390) calc(22 * 60rem/390) calc(14 * 60rem/390) calc(23 * 60rem/390);
  background-color: var(--color-background);
  border-radius: calc(8 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--01 .hairTrouble p {
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
  line-height: 1.98;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .topic--01 .hairTrouble .strong {
  margin-right: calc(4 * 60rem/390);
  font-feature-settings: "palt";
  font-weight: 600;
  background: linear-gradient(transparent 60%, rgba(244, 145, 130, 0.2) 60%);
  letter-spacing: 0.18em;
}
.lp_240203CK_LaCASTA .topic--01 .summary {
  margin-top: calc(21 * 60rem/390);
  color: var(--color-key);
  font-size: calc(15 * 60rem/390);
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--01 .summary .logo {
  display: inline-block;
  transform: translateY(calc(-3 * 60rem/390));
  padding-inline: calc(2 * 60rem/390);
  width: calc(123 * 60rem/390);
  height: calc(20 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--02 {
  padding-top: calc(46 * 60rem/390);
  padding-bottom: calc(45 * 60rem/390);
  background-color: var(--color-background);
  border-top: 2px solid #E6DBCF;
}
.lp_240203CK_LaCASTA .topic--02 .section--head {
  margin-bottom: calc(34 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--02 .c-frame__head {
  padding-block: calc(7 * 60rem/390) calc(12 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--02 .c-frame__head p {
  color: var(--color-primary);
  font-size: calc(15 * 60rem/390);
  font-weight: 500;
}
.lp_240203CK_LaCASTA .topic--03 {
  padding-top: calc(43 * 60rem/390);
  padding-bottom: calc(45 * 60rem/390);
  background-color: var(--color-secondary);
  border-top: 2px solid var(--color-key);
}
.lp_240203CK_LaCASTA .topic--03 .section--head {
  margin-bottom: calc(31 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--03 .staffReview {
  background-color: var(--color-background);
}
.lp_240203CK_LaCASTA .topic--03 .staffReview__head {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(12 * 60rem/390);
       column-gap: calc(12 * 60rem/390);
  margin-top: calc(18 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .face {
  width: calc(40 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .store {
  display: inline-block;
  margin-top: calc(4 * 60rem/390);
  margin-bottom: calc(6 * 60rem/390);
  padding-right: calc(2 * 60rem/390);
  font-size: calc(10 * 60rem/390);
  line-height: 1;
  letter-spacing: 0.055em;
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .store .en {
  font-size: calc(12 * 60rem/390);
  letter-spacing: 0.075em;
}
.lp_240203CK_LaCASTA .topic--03 .staffReview__name {
  width: calc(224 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .name {
  display: inline;
  font-size: calc(17 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .name .jp {
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .name small {
  font-size: calc(9 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .worries {
  display: inline-block;
  transform: translateY(calc(-1 * 60rem/390));
  padding: calc(5 * 60rem/390) calc(9 * 60rem/390) calc(3 * 60rem/390);
  background-color: var(--color-secondary);
  border-radius: 100px;
  font-size: calc(9 * 60rem/390);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.lp_240203CK_LaCASTA .topic--03 .staffReview .worries small {
  display: inline-block;
  margin-left: calc(80 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--03 .staffReview__text {
  margin-top: calc(20 * 60rem/390);
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
}
.lp_240203CK_LaCASTA .topic--04 {
  padding-top: calc(45 * 60rem/390);
  padding-bottom: calc(45 * 60rem/390);
  background-color: var(--color-background);
  border-top: 2px solid #E6DBCF;
}
.lp_240203CK_LaCASTA .topic--04 .section--head {
  margin-bottom: calc(31 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .section__read {
  margin-top: calc(12 * 60rem/390);
  margin-left: calc(6 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .c-frame__pointTextWrap {
  padding: calc(16 * 60rem/390) calc(17 * 60rem/390) calc(16 * 60rem/390) calc(23 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .recommendedList .c-frame__head {
  padding-block: calc(17 * 60rem/390) calc(15 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .recommendedList .c-frame__head p {
  font-size: calc(15 * 60rem/390);
  font-weight: 600;
}
.lp_240203CK_LaCASTA .topic--04 .recommendedList .name {
  margin-block: calc(15 * 60rem/390) calc(16 * 60rem/390);
  font-size: calc(14 * 60rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--04 .recommendedList .copyBox__read {
  color: var(--color-key);
  font-size: calc(14 * 60rem/390);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType__title {
  margin-top: calc(34 * 60rem/390);
  margin-bottom: calc(-22 * 60rem/390);
  color: var(--color-key);
  font-size: calc(19 * 60rem/390);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType__title small {
  font-size: calc(15 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType__title .strong {
  display: inline-block;
  transform: translateY(calc(3 * 60rem/390));
  padding-left: calc(2 * 60rem/390);
  padding-right: calc(1 * 60rem/390);
  font-family: var(--font-en);
  font-weight: 500;
  font-size: calc(29 * 60rem/390);
  line-height: 0;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .c-frame__contentsBox {
  padding: calc(22 * 60rem/390) 0 calc(26 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .c-frame__contentsBox__copy {
  margin-bottom: calc(17 * 60rem/390);
  color: var(--color-key);
  font-size: calc(15 * 60rem/390);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .c-frame__contentsBox .note {
  display: inline-block;
  transform: translateY(calc(-3 * 60rem/390));
  color: var(--color-key);
  font-size: calc(9 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .c-frame__contentsBox .notes {
  display: inline-block;
  padding: calc(2 * 60rem/390);
  color: #2F2F2F;
  font-size: calc(9 * 60rem/390);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--color-key);
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .tab-list-item {
  display: grid;
  place-content: center;
  position: relative;
  height: calc(50 * 60rem/390);
  z-index: 0;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .tab-list-item:nth-of-type(-n+3)::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(109 * 60rem/390);
  height: 1px;
  border-bottom: 1px solid var(--color-border);
  z-index: 0;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .tab-list-item:nth-child(n+2):nth-child(-n+3)::before, .lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .tab-list-item:nth-child(n+5):nth-child(-n+6)::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(44 * 60rem/390);
  border-left: 1px solid var(--color-border);
  z-index: 0;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .text {
  padding-block: calc(3 * 60rem/390) calc(1 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0;
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .imagesWrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(18 * 60rem/390);
       column-gap: calc(18 * 60rem/390);
  margin-inline: calc(35 * 60rem/390);
  padding-top: calc(29 * 60rem/390);
  padding-bottom: calc(70 * 60rem/390);
  background-color: var(--color-secondary);
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .imagesWrap .images {
  width: calc(98 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .creditWrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(4 * 60rem/390);
       column-gap: calc(4 * 60rem/390);
  margin-top: calc(-72 * 60rem/390);
  margin-bottom: calc(19 * 60rem/390);
  text-align: center;
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .creditWrap .name {
  font-size: calc(13 * 60rem/390);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  width: calc(114 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .button-detail {
  margin-top: calc(16 * 60rem/390);
  width: calc(96 * 60rem/390);
}
.lp_240203CK_LaCASTA .topic--04 .tab-hairType .c-frame__container {
  margin-inline: calc(35 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign {
  padding-top: calc(45 * 60rem/390);
  padding-bottom: calc(63 * 60rem/390);
  background-color: #F8F3EB;
  border-top: 2px solid var(--color-key);
}
.lp_240203CK_LaCASTA .campaign__subTitle {
  margin-top: calc(6 * 60rem/390);
  font-family: var(--font-en);
  font-size: calc(19 * 60rem/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .campaign .data {
  margin-top: calc(13 * 60rem/390);
  margin-bottom: calc(36 * 60rem/390);
  padding-block: calc(5 * 60rem/390) calc(4 * 60rem/390);
  background-color: #fff;
  color: var(--color-key);
  font-size: calc(24 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.lp_240203CK_LaCASTA .campaign .data .year {
  padding-right: calc(4 * 60rem/390);
  font-size: calc(18 * 60rem/390);
  letter-spacing: 0.05em;
}
.lp_240203CK_LaCASTA .campaign .data .week {
  padding-left: calc(2 * 60rem/390);
  font-size: calc(13 * 60rem/390);
  font-weight: 500;
}
.lp_240203CK_LaCASTA .campaign .data .hyphen {
  padding-inline: 0.3em 0.5em;
  font-size: calc(17 * 60rem/390);
  letter-spacing: 0.1em;
}
.lp_240203CK_LaCASTA .campaign__list {
  padding-inline: calc(35 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign__item {
  position: relative;
  background-color: #FCEFE8;
  border: 1px solid var(--color-key);
  border-radius: calc(4 * 60rem/390);
  font-weight: 500;
  text-align: center;
  z-index: 0;
}
.lp_240203CK_LaCASTA .campaign__item::before {
  content: "";
  position: absolute;
  transition: opacity 1s 0.4s ease;
  top: calc(-14 * 60rem/390);
  width: calc(73 * 60rem/390);
  height: calc(73 * 60rem/390);
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_240203CK_LaCASTA .campaign__item.fade-active::before {
  opacity: 1;
}
.lp_240203CK_LaCASTA .campaign__item:nth-child(odd)::before {
  left: calc(-21 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign__item:nth-child(even)::before {
  right: calc(-25 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign__item:nth-of-type(n+2) {
  margin-top: calc(26 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign__item .img {
  width: calc(68 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .title {
  position: relative;
  font-size: calc(13 * 60rem/390);
  letter-spacing: 0.1em;
  z-index: 1;
}
.lp_240203CK_LaCASTA .campaign .title span {
  line-height: 1;
}
.lp_240203CK_LaCASTA .campaign .en {
  font-family: var(--font-en);
}
.lp_240203CK_LaCASTA .campaign .color {
  color: var(--color-key);
  font-weight: 600;
}
.lp_240203CK_LaCASTA .campaign .fontSize9 {
  font-size: calc(9 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .fontSize12 {
  font-size: calc(12 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .fontSize14 {
  font-size: calc(14 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .fontSize15 {
  font-size: calc(15 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .fontSize16 {
  font-size: calc(16 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .fontSize20 {
  font-size: calc(20 * 60rem/390);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.lp_240203CK_LaCASTA .campaign .fontSize24 {
  margin-left: calc(-2 * 60rem/390);
  font-size: calc(24 * 60rem/390);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.lp_240203CK_LaCASTA .campaign .note {
  font-size: calc(9 * 60rem/390);
  font-weight: 400;
  letter-spacing: 0;
}
.lp_240203CK_LaCASTA .campaign .campaign-text {
  margin-inline: auto;
  width: calc(266 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .campaign-text2 {
  position: relative;
  margin-inline: auto;
  width: calc(180 * 60rem/390);
  z-index: 0;
}
.lp_240203CK_LaCASTA .campaign .campaign-text2::after {
  content: "";
  position: absolute;
  top: calc(7 * 60rem/390);
  left: calc(-59 * 60rem/390);
  width: calc(298 * 60rem/390);
  height: calc(68 * 60rem/390);
  background-image: url(../img_250314/item1.png), url(../img_250314/item2.png);
  background-size: calc(58 * 60rem/390) auto, calc(58 * 60rem/390) auto;
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
}
.lp_240203CK_LaCASTA .campaign--1 {
  padding-block: calc(20 * 60rem/390) calc(15 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--1::before {
  background-image: url(../img_250314/icon-benefits1.svg);
}
.lp_240203CK_LaCASTA .campaign--1 .title {
  line-height: 1.85;
}
.lp_240203CK_LaCASTA .campaign--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(15 * 60rem/390);
       column-gap: calc(15 * 60rem/390);
  padding-block: calc(17 * 60rem/390) calc(16 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--2::before {
  background-image: url(../img_250314/icon-benefits2.svg);
}
.lp_240203CK_LaCASTA .campaign--2 .campaign__item__inner {
  text-align: left;
  width: calc(187 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--2 .campaign__item__inner .title:nth-child(1) {
  line-height: 1.85;
}
.lp_240203CK_LaCASTA .campaign--2 .campaign__item__inner .title:nth-child(2) {
  line-height: 1.75;
}
.lp_240203CK_LaCASTA .campaign--2 .campaign__item__inner .title:nth-child(3) {
  margin-top: calc(-2 * 60rem/390);
  line-height: 1.85;
}
.lp_240203CK_LaCASTA .campaign--2 .note {
  margin-top: calc(4 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--3 {
  padding-block: calc(19 * 60rem/390) calc(19 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--3::before {
  background-image: url(../img_250314/icon-benefits3.svg);
}
.lp_240203CK_LaCASTA .campaign--3 .title {
  margin-left: calc(5 * 60rem/390);
  margin-bottom: calc(7 * 60rem/390);
  line-height: 1.65;
}
.lp_240203CK_LaCASTA .campaign--3 .note {
  margin-top: calc(8 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--4 {
  padding-block: calc(20 * 60rem/390) calc(20 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--4::before {
  background-image: url(../img_250314/icon-benefits4.svg);
}
.lp_240203CK_LaCASTA .campaign--4 .title {
  position: relative;
  margin-bottom: calc(3 * 60rem/390);
  letter-spacing: 0.075em;
  line-height: 1.65;
  z-index: 1;
}
.lp_240203CK_LaCASTA .campaign--4 .strong {
  font-weight: 600;
}
.lp_240203CK_LaCASTA .campaign--4 .note {
  margin-top: calc(7 * 60rem/390);
  margin-inline: auto;
  line-height: 1.25;
  text-align: left;
  width: calc(260 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--4 .note .en {
  font-size: calc(10 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--5 {
  padding: calc(23 * 60rem/390) calc(20 * 60rem/390) calc(20 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--5::before {
  left: calc(-25 * 60rem/390) !important;
  background-image: url(../img_250314/icon-deal.svg);
}
.lp_240203CK_LaCASTA .campaign--5 .num {
  display: inline-block;
  padding: calc(2 * 60rem/390) calc(3 * 60rem/390) 0 0;
  background-color: #F5BBB2;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-family: ivypresto-display, serif;
  font-weight: normal;
  font-style: italic;
  font-size: calc(17 * 60rem/390);
  letter-spacing: 0;
  text-align: center;
  width: calc(22 * 60rem/390);
  height: calc(22 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--5 .title {
  margin-bottom: calc(8 * 60rem/390);
  font-weight: 600;
}
.lp_240203CK_LaCASTA .campaign--5 .campaign__item__inner li:nth-of-type(1) {
  margin-bottom: calc(20 * 60rem/390);
  border-bottom: 1px solid #F5BBB2;
}
.lp_240203CK_LaCASTA .campaign--5 .campaign__item__inner li:nth-of-type(1) .title {
  margin-left: calc(11 * 60rem/390);
  margin-bottom: calc(3 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--5 .buttonWrap {
  display: flex;
  -moz-column-gap: calc(16 * 60rem/390);
       column-gap: calc(16 * 60rem/390);
  justify-content: center;
  margin-top: calc(6 * 60rem/390);
  padding-bottom: calc(20 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--5 .logo {
  margin-inline: auto;
  margin-bottom: calc(5 * 60rem/390);
  width: calc(100 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign--5 .day {
  font-size: calc(16 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .campaign-download {
  margin-top: calc(11 * 60rem/390);
  margin-inline: auto;
  width: calc(238 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .model {
  margin-bottom: calc(2 * 60rem/390);
  font-size: calc(12 * 60rem/390);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.lp_240203CK_LaCASTA .campaign .app {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(6 * 60rem/390);
       column-gap: calc(6 * 60rem/390);
  margin-top: calc(2 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .app .icon {
  width: calc(50 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .app .title {
  margin-bottom: calc(3 * 60rem/390);
  font-size: calc(11 * 60rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: left;
}
.lp_240203CK_LaCASTA .campaign .app .title .en {
  font-size: calc(13 * 60rem/390);
}
.lp_240203CK_LaCASTA .campaign .app .text {
  font-size: calc(10 * 60rem/390);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}
.lp_240203CK_LaCASTA .brandArea {
  width: 100%;
  background-image: url(../img_250314/brand__images.jpg?25037);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_240203CK_LaCASTA .brandArea__inner {
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  height: calc(240 * 60rem/390);
}
.lp_240203CK_LaCASTA .brandArea .logo {
  margin-top: calc(12 * 60rem/390);
  margin-right: calc(6 * 60rem/390);
  margin-bottom: calc(18 * 60rem/390);
  width: calc(240 * 60rem/390);
}
.lp_240203CK_LaCASTA .brandArea p {
  position: relative;
  margin: auto;
  padding-left: calc(110 * 60rem/390);
  padding-bottom: calc(2 * 60rem/390);
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: calc(14 * 60rem/390);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.lp_240203CK_LaCASTA .brandArea p::before {
  content: "";
  position: absolute;
  bottom: calc(3 * 60rem/390);
  left: calc(2 * 60rem/390);
  width: calc(104 * 60rem/390);
  height: calc(16 * 60rem/390);
  background-image: url(../img_250314/BrandPage.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_240203CK_LaCASTA .followNav {
  position: fixed;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  transition: all 0.6s 0.1s ease;
  background-color: #FFF8F5;
  border-top: calc(1 * 60rem/390) solid var(--color-key);
  border-bottom: 1px solid var(--color-key);
  box-sizing: border-box;
  overflow: auto hidden;
  width: 100%;
  height: calc(56 * 60rem/390);
  z-index: 2;
}
.lp_240203CK_LaCASTA .followNav__list {
  display: inline-flex;
}
.lp_240203CK_LaCASTA .followNav__campaign {
  background-color: var(--color-key);
  color: #fff;
  text-align: center;
}
.lp_240203CK_LaCASTA .followNav__item:nth-child(n+3) .followNav__link {
  position: relative;
  z-index: 0;
}
.lp_240203CK_LaCASTA .followNav__item:nth-child(n+3) .followNav__link::before {
  content: "";
  position: absolute;
  top: calc(8 * 60rem/390);
  left: 0;
  width: calc(1 * 60rem/390);
  height: calc(40 * 60rem/390);
  border-left: calc(1 * 60rem/390) solid var(--color-key);
  z-index: 0;
}
.lp_240203CK_LaCASTA .followNav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(7 * 60rem/390);
       column-gap: calc(7 * 60rem/390);
  padding: calc(10 * 60rem/390) calc(18 * 60rem/390) calc(13 * 60rem/390) calc(16 * 60rem/390);
  white-space: nowrap;
}
.lp_240203CK_LaCASTA .followNav .headding {
  width: calc(28 * 60rem/390);
}
.lp_240203CK_LaCASTA .followNav .title {
  font-size: calc(12 * 60rem/390);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.followNav.active {
  transform: translateY(0);
  z-index: 11;
}

#share.active {
  bottom: 10%;
}

/*----------アニメーション----------*/
.fadein {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 2s 0s, transform 2s 0s;
}

.fadein.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 2s 0s, transform 2s 0s;
}

.fadeup {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadein-load {
  opacity: 0;
  transition: opacity 1s;
}

.fadein-load.fade-active {
  opacity: 1;
  transition: opacity 1s;
}

.fadeup-load {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

/* .lp_240203CK_LaCASTA 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_240203CK_LaCASTA {
    background-color: #EFE7DE;
    max-width: 100vw;
  }
  .lp_240203CK_LaCASTA__inner {
    margin-inline: auto;
    background-color: var(--color-background);
    width: 60rem;
  }
  .lp_240203CK_LaCASTA a {
    cursor: pointer;
  }
  .lp_240203CK_LaCASTA .pcOnly {
    display: block;
  }
  .lp_240203CK_LaCASTA .spOnly {
    display: none;
  }
  .lp_240203CK_LaCASTA .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .lp_240203CK_LaCASTA .contentsBox__itemCard-wrap {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  /* .lp_240203CK_LaCASTA : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_240203CK_LaCASTA .c-frame {
    border: 0.16rem solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .c-frame__head {
    border-bottom: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .c-frame__pointTextWrap {
    border-bottom: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .c-frame__contentsBox + .c-frame__contentsBox {
    border-top: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .c-frame__container {
    border-bottom: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .button-detail {
    border: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .topicArea__list {
    border: 0.16rem solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .topicArea__item:nth-child(1)::before, .lp_240203CK_LaCASTA .topicArea__item:nth-child(3)::before {
    border-right: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .topicArea__item:nth-child(1)::after, .lp_240203CK_LaCASTA .topicArea__item:nth-child(2)::after {
    border-bottom: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .topicArea__item.wide::before {
    border-top: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .topic--02 {
    border-top: 0.3rem solid #E6DBCF;
  }
  .lp_240203CK_LaCASTA .topic--03 {
    border-top: 0.3rem solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .topic--04 {
    border-top: 0.3rem solid #E6DBCF;
  }
  .lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap {
    border-bottom: 0.16rem solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .tab-list-item:nth-of-type(-n+3)::after {
    border-bottom: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .tab-list-item:nth-child(n+2):nth-child(-n+3)::before, .lp_240203CK_LaCASTA .topic--04 .tab-hairType .tab-listWrap .tab-list-item:nth-child(n+5):nth-child(-n+6)::before {
    border-left: 0.16rem solid var(--color-border);
  }
  .lp_240203CK_LaCASTA .campaign {
    border-top: 0.3rem solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .campaign__item {
    border: 0.16rem solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .fixed_area {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    pointer-events: none;
  }
  .lp_240203CK_LaCASTA .fixed_area .fixed_left,
.lp_240203CK_LaCASTA .fixed_area .fixed_right {
    display: grid;
    place-items: center;
    padding-top: 1.6vh;
    width: calc((100% - 60rem) / 2);
    height: 100%;
    pointer-events: all;
  }
  .lp_240203CK_LaCASTA .fixed_area .fixed_left__inner {
    text-align: center;
    width: 21.8vw;
  }
  .lp_240203CK_LaCASTA .fixed_area .icon-campaign {
    position: relative;
    margin: 2.4vw auto 0;
    max-width: 6.4vw;
    max-height: 6.4vw;
    z-index: 0;
  }
  .lp_240203CK_LaCASTA .fixed_area .icon-campaign::after {
    content: "";
    position: absolute;
    -webkit-animation: expansion2 2.2s ease-out infinite;
            animation: expansion2 2.2s ease-out infinite;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-key);
    border-radius: 50%;
    z-index: -1;
  }
  @-webkit-keyframes expansion2 {
    0% {
      scale: 1;
    }
    50% {
      scale: 1.06;
    }
    100% {
      scale: 1;
    }
  }
  @keyframes expansion2 {
    0% {
      scale: 1;
    }
    50% {
      scale: 1.06;
    }
    100% {
      scale: 1;
    }
  }
  .lp_240203CK_LaCASTA .fixed_area .menu {
    padding-bottom: 0;
    text-align: center;
    width: 22.4vw;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .section__headding {
    margin: 0 auto 0.7vw;
    width: 7.4vw;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .followNav__list {
    display: block;
    border-top: calc(1 * 60rem/390) solid var(--color-key);
    width: auto;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .followNav__item {
    border-bottom: calc(1 * 60rem/390) solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .followNav__item:nth-child(n+3) .followNav__link {
    position: static;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .followNav__item:nth-child(n+3) .followNav__link::before {
    content: unset;
    position: static;
    border-left: none;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .followNav__link {
    transition: all 0.4s ease;
    justify-content: space-between;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    padding: 1.2vw 1.6vw 0.9vw 1.2vw;
    height: 2vw;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .followNav__link:hover {
    background-color: #FFF8F5;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .headding {
    width: 2.7vw;
  }
  .lp_240203CK_LaCASTA .fixed_area .menu .title {
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-align: left;
    width: 18.5vw;
  }
  .lp_240203CK_LaCASTA .button {
    transition: all 0.4s ease;
  }
  .lp_240203CK_LaCASTA .button-detail:hover {
    background-color: var(--color-border);
    color: #fff;
  }
  .lp_240203CK_LaCASTA .button-campaign {
    border: calc(1 * 60rem/390) solid var(--color-key);
  }
  .lp_240203CK_LaCASTA .button-campaign:hover {
    background-color: #fff;
    color: var(--color-key);
  }
  .lp_240203CK_LaCASTA .button-line:hover, .lp_240203CK_LaCASTA .button-app:hover, .lp_240203CK_LaCASTA .button-ine:hover {
    opacity: 0.6;
  }
  /* .lp_240203CK_LaCASTA PC*/
}
/*# sourceMappingURL=style_250314.css.map */
