@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: 1800px) {
  html {
    font-size: calc(10 * (100vw/1800));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/600));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_special_ck14 {
  position: relative;
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(430 * 60rem/430);
  z-index: 0;
}
.lp_special_ck14__inner {
  background-color: var(--color-background);
}
.lp_special_ck14 img,
.lp_special_ck14 svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_special_ck14 picture {
  display: block;
}
.lp_special_ck14 a {
  display: block;
  color: inherit;
}
.lp_special_ck14 a:hover {
  opacity: 1;
}
.lp_special_ck14 *:focus {
  outline: none;
}
.lp_special_ck14 a,
.lp_special_ck14 label {
  -webkit-tap-highlight-color: rgba(227, 250, 202, 0.5);
}
.lp_special_ck14 input {
  display: none;
}
.lp_special_ck14 li,
.lp_special_ck14 ol {
  list-style-type: none;
}
.lp_special_ck14 .spOnly {
  display: block;
}
.lp_special_ck14 .pcOnly {
  display: none;
}
.lp_special_ck14 ::-moz-selection {
  background-color: rgba(227, 250, 202, 0.8);
}
.lp_special_ck14 ::selection {
  background-color: rgba(227, 250, 202, 0.8);
}
.lp_special_ck14 sup {
  font-size: 0.6em;
}
.lp_special_ck14 #share img {
  display: block;
  margin: auto;
}
.lp_special_ck14 .doubleQuotation {
  font-family: ivypresto-display, serif;
  font-weight: 400;
}
.lp_special_ck14 .anim,
.lp_special_ck14 .fv {
  opacity: 0;
}
.lp_special_ck14 .anim_enable:not(.contents__item) {
  -webkit-animation: opaAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin 1.4s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_special_ck14 .contents__item.anim_enable {
  -webkit-animation: opaAmin2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
          animation: opaAmin2 1s cubic-bezier(0.53, 0.1, 0.59, 1) forwards;
}
.lp_special_ck14 .move {
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 44%, #000 50.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) 44%, #000 50.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);
}
.lp_special_ck14 .move.section__item__copy {
  transition: mask-position 1.2s 0.5s linear, -webkit-mask-position 1.2s 0.5s linear;
}
.lp_special_ck14 .section__commitment dt,
.lp_special_ck14 .section__commitment dd {
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
}
.lp_special_ck14 .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opaAmin {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opaAmin {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opaAmin2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes opaAmin2 {
  10% {
    transform: translateY(3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.lp_special_ck14 .section--titleWrap {
  position: relative;
  margin-bottom: calc(3 * 60rem/430);
  z-index: 0;
}
.lp_special_ck14 .section--titleWrap .border {
  position: absolute;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, #000 40%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, #000 40%, #000);
  -webkit-mask-size: 100% max(100%, 100vh);
          mask-size: 100% max(100%, 100vh);
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.lp_special_ck14 .section--titleWrap .border.--1 {
  transition: mask-position 2.6s 0.2s linear, -webkit-mask-position 2.6s 0.2s linear;
  bottom: calc(22 * 60rem/430);
  left: calc(30 * 60rem/430);
  width: calc(212 * 60rem/430);
}
.lp_special_ck14 .section--titleWrap .border.--2 {
  transition: mask-position 2.6s 0.5s linear, -webkit-mask-position 2.6s 0.5s linear;
  transform: rotate(-1deg);
  bottom: calc(16 * 60rem/430);
  left: calc(30 * 60rem/430);
  width: calc(333 * 60rem/430);
}

@media (max-width: 768px) {
  .lp_special_ck14 {
    overflow: hidden;
  }
}
/* .lp_special_ck14 : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_special_ck14 {
  --color-text: #4F3828;
  --color-primary: #CBDCB8;
  --color-secondary: #FEFDEC;
  --color-background: #FFFEFA;
  --color-background2: #E3FACA;
  --color-tertiary: #8FA78A;
  --color-quaternary: #779671;
  --font-jp: "Noto Sans JP";
  --font-en: "Montserrat";
  /*----------readArea----------*/
  /*----------anchorLinkArea----------*/
  /*----------specialKit----------*/
  /*----------lineup----------*/
  /*----------reel----------*/
  /*----------organicDays----------*/
  /*----------followNav----------*/
  /*----------followKit----------*/
}
.lp_special_ck14 .svg {
  width: calc(148 * 60rem/430);
}
.lp_special_ck14 .svg:nth-child(1) {
  transform: translate(calc(13 * 60rem/430), calc(5 * 60rem/430));
}
.lp_special_ck14 .svg:nth-child(2) {
  transform: translate(calc(-13 * 60rem/430), calc(-10 * 60rem/430));
}
.lp_special_ck14 .titleBorder {
  stroke: #4f3828;
  stroke-width: 1.2px;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
}
.lp_special_ck14 .accordion {
  position: relative;
  z-index: 0;
}
.lp_special_ck14 .accordion::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(203, 220, 184, 0) 10%, rgb(203, 220, 184) 96%);
  width: calc(386 * 60rem/430);
  height: calc(121 * 60rem/430);
  z-index: 1;
}
.lp_special_ck14 .accordion__inner {
  transition: all 0.6s ease;
  overflow: hidden;
  max-height: calc(428 * 60rem/430);
}
.lp_special_ck14 .accordion__button {
  display: inline-block;
  position: absolute;
  margin: auto;
  bottom: calc(18 * 60rem/430);
  left: 0;
  right: 0;
  padding: calc(12 * 60rem/430);
  background-color: var(--color-quaternary);
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(14 * 60rem/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
  cursor: pointer;
  width: calc(140 * 60rem/430);
  z-index: 2;
}
.lp_special_ck14 .accordion.open::after {
  position: static;
  height: 0;
  visibility: hidden;
}
.lp_special_ck14 .accordion.open .accordion__inner {
  max-height: calc(1210 * 60rem/430);
}
.lp_special_ck14 .accordion.open .accordion__button {
  display: none;
}
.lp_special_ck14 .section {
  text-align: center;
}
.lp_special_ck14 .section__headding {
  margin-bottom: calc(17 * 60rem/430);
  height: calc(43 * 60rem/430);
}
.lp_special_ck14 .section__headding--title {
  display: inline-grid;
  position: relative;
  place-items: center;
  place-content: center;
  padding-top: calc(5 * 60rem/430);
  background-color: var(--color-secondary);
  border-radius: calc(8 * 60rem/430);
  box-sizing: border-box;
  font-size: calc(16 * 60rem/430);
  line-height: 1;
  letter-spacing: 0.12em;
  width: calc(174 * 60rem/430);
  height: calc(41 * 60rem/430);
  z-index: 1;
}
.lp_special_ck14 .section__headding .border {
  display: block;
  position: relative;
  margin-top: calc(-21 * 60rem/430);
  border-bottom: 1px solid var(--color-text);
  width: 100%;
  height: 1px;
  z-index: 0;
}
.lp_special_ck14 .section__headding .border::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(0 * 60rem/430);
  left: 0;
  right: 0;
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  height: calc(4 * 60rem/430);
  z-index: 0;
}
.lp_special_ck14 .section--title {
  display: inline-block;
  font-size: calc(46 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.055em;
}
.lp_special_ck14 .section--title:nth-of-type(n+2) {
  margin-left: calc(12 * 60rem/430);
}
.lp_special_ck14 .section__item__img {
  position: relative;
  margin: 0 calc(42 * 60rem/430) calc(14 * 60rem/430);
  z-index: 0;
}
.lp_special_ck14 .section__item__copy {
  position: absolute;
  text-orientation: upright;
  writing-mode: vertical-rl;
  width: calc(90 * 60rem/430);
  height: calc(320 * 60rem/430);
  z-index: 1;
}
.lp_special_ck14 .section__item__copy .copy {
  color: #8FA78A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(19 * 60rem/430);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-align: left;
}
.lp_special_ck14 .section__item__copy .strong {
  color: #779671;
  font-size: calc(21 * 60rem/430);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp_special_ck14 .section__itemBox {
  padding-bottom: calc(35 * 60rem/430);
}
.lp_special_ck14 .section__itemBox .brand {
  margin-bottom: calc(4 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.015em;
}
.lp_special_ck14 .section__itemBox .name {
  margin-bottom: calc(11 * 60rem/430);
  font-size: calc(18 * 60rem/430);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .section__itemBox .price {
  margin-bottom: calc(18 * 60rem/430);
  font-size: calc(19 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .section__itemBox .price .yen {
  font-size: calc(18 * 60rem/430);
  letter-spacing: 0.065em;
}
.lp_special_ck14 .section__itemBox .price .tax {
  font-size: calc(10 * 60rem/430);
  letter-spacing: 0.015em;
}
.lp_special_ck14 .section__commitment {
  margin-inline: calc(29 * 60rem/430);
  padding-top: calc(32 * 60rem/430);
  padding-bottom: calc(29 * 60rem/430);
  border-top: 1px dashed #D9D9D9;
}
.lp_special_ck14 .section__commitment dt {
  margin-bottom: calc(21 * 60rem/430);
}
.lp_special_ck14 .section__commitmentText {
  display: flex;
  justify-content: space-between;
}
.lp_special_ck14 .section__commitmentText .person {
  width: calc(86 * 60rem/430);
}
.lp_special_ck14 .section__commitmentText .person__name {
  margin-top: calc(8 * 60rem/430);
  font-size: calc(13 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.lp_special_ck14 .section__commitmentText .text {
  font-size: calc(14 * 60rem/430);
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: justify;
  width: calc(272 * 60rem/430);
}
.lp_special_ck14 .section__staffComment {
  margin-inline: calc(22 * 60rem/430);
  padding-top: calc(43 * 60rem/430);
  border-top: 1px solid #D9D9D9;
  background-image: url(../img/staffComment.svg);
  background-size: calc(30 * 60rem/430) calc(378 * 60rem/430);
  background-position: calc(9 * 60rem/430) calc(27 * 60rem/430);
  background-repeat: no-repeat;
}
.lp_special_ck14 .section .staffComment {
  display: flex;
  -moz-column-gap: calc(8 * 60rem/430);
       column-gap: calc(8 * 60rem/430);
  margin-left: calc(33 * 60rem/430);
  margin-bottom: calc(35 * 60rem/430);
}
.lp_special_ck14 .section .staffComment__comment {
  width: calc(216 * 60rem/430);
}
.lp_special_ck14 .section .staffComment .comment {
  display: grid;
  place-content: center;
  margin-top: calc(26 * 60rem/430);
  padding-top: calc(2 * 60rem/430);
  padding-right: calc(10 * 60rem/430);
  box-sizing: border-box;
  font-size: calc(15 * 60rem/430);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
  background-image: url(../img/speechBubble.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(80 * 60rem/430);
}
.lp_special_ck14 .section .staffComment .comment .letterSpace {
  letter-spacing: 0em;
}
.lp_special_ck14 .section .staffComment .profile {
  margin-top: calc(9 * 60rem/430);
  margin-right: calc(24 * 60rem/430);
  font-size: calc(10 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: right;
}
.lp_special_ck14 .section .staffComment .profile .name {
  margin-left: calc(7 * 60rem/430);
  font-size: calc(12 * 60rem/430);
  font-weight: bold;
  letter-spacing: 0.015em;
}
.lp_special_ck14 .section .staffComment .staff {
  filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, 0.26));
  width: calc(116 * 60rem/430);
}
.lp_special_ck14 .section .snap {
  position: relative;
  margin-left: calc(62 * 60rem/430);
  z-index: 0;
}
.lp_special_ck14 .section .snap::before {
  content: "";
  position: absolute;
  top: calc(59 * 60rem/430);
  left: calc(196 * 60rem/430);
  width: calc(125 * 60rem/430);
  height: calc(45 * 60rem/430);
  background-image: url(../img/staffSnap.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.lp_special_ck14 .section .snap--img {
  filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, 0.26));
  width: calc(240 * 60rem/430);
}
.lp_special_ck14 .categoryItem .section:nth-of-type(1) {
  padding-top: calc(82 * 60rem/430);
}
.lp_special_ck14 .categoryItem .section:nth-of-type(n+2) {
  padding-top: calc(95 * 60rem/430);
}
.lp_special_ck14 #LOTION .section__item__copy {
  transform: rotate(-9deg);
  top: calc(15 * 60rem/430);
  left: calc(10 * 60rem/430);
}
.lp_special_ck14 #LOTION .section__item__copy .--2 {
  margin-top: calc(28 * 60rem/430);
  transform: rotate(-4deg);
}
.lp_special_ck14 #MILK .section__item__copy {
  transform: rotate(-10deg);
  top: calc(19 * 60rem/430);
  left: calc(10 * 60rem/430);
}
.lp_special_ck14 #MILK .section__item__copy .--2 {
  margin-top: calc(50 * 60rem/430);
  transform: rotate(-4deg);
}
.lp_special_ck14 #SHEETMASK .section__item__copy {
  transform: rotate(-6deg);
  top: calc(12 * 60rem/430);
  left: calc(-12 * 60rem/430);
  line-height: 1.2;
}
.lp_special_ck14 #SHEETMASK .section__item__copy p.copy {
  line-height: 1;
}
.lp_special_ck14 #SHEETMASK .section__item__copy .--2 {
  margin-top: calc(36 * 60rem/430);
  transform: rotate(-5deg);
}
.lp_special_ck14 #SHEETMASK .section__item__copy .--3 {
  margin-top: calc(75 * 60rem/430);
  transform: rotate(-9deg);
}
.lp_special_ck14 #SERUM .section__item__copy {
  transform: rotate(-9deg);
  top: calc(-6 * 60rem/430);
  left: calc(-4 * 60rem/430);
}
.lp_special_ck14 #SERUM .section__item__copy p.copy {
  line-height: 1.65;
}
.lp_special_ck14 #SERUM .section__item__copy .--2 {
  margin-top: calc(32 * 60rem/430);
  transform: rotate(-3deg);
}
.lp_special_ck14 #OIL .section__item__copy {
  transform: rotate(-8deg);
  top: calc(18 * 60rem/430);
  left: calc(-2 * 60rem/430);
}
.lp_special_ck14 #OIL .section__item__copy .--2 {
  margin-top: calc(118 * 60rem/430);
  transform: rotate(-4deg);
}
.lp_special_ck14 #BASEMAKE .section__item__copy {
  transform: rotate(-9deg);
  top: calc(30 * 60rem/430);
  left: calc(10 * 60rem/430);
}
.lp_special_ck14 #BASEMAKE .section__item__copy p.copy {
  line-height: 1.65;
}
.lp_special_ck14 #BASEMAKE .section__item__copy .--2 {
  margin-top: calc(41 * 60rem/430);
  transform: rotate(-1deg);
}
.lp_special_ck14 #PORESCARE .section__item__copy {
  transform: rotate(-9deg);
  top: calc(30 * 60rem/430);
  left: calc(-26 * 60rem/430);
}
.lp_special_ck14 #PORESCARE .section__item__copy .--2 {
  margin-top: calc(49 * 60rem/430);
  transform: rotate(-1deg);
}
.lp_special_ck14 #HAIROIL .section__item__copy {
  transform: rotate(-9deg);
  top: calc(20 * 60rem/430);
  left: calc(5 * 60rem/430);
}
.lp_special_ck14 #HAIROIL .section__item__copy p.copy {
  line-height: 1.5;
}
.lp_special_ck14 #HAIROIL .section__item__copy .--2 {
  margin-top: calc(97 * 60rem/430);
  transform: rotate(-2deg);
}
.lp_special_ck14 #SHAMPOO-3in1 .section__headding--title {
  font-family: var(--font-jp), sans-serif;
}
.lp_special_ck14 #SHAMPOO-3in1 .section__item__copy {
  transform: rotate(-6deg);
  top: calc(28 * 60rem/430);
  left: calc(17 * 60rem/430);
}
.lp_special_ck14 #SHAMPOO-3in1 .section__item__copy p.copy {
  line-height: 1.35;
}
.lp_special_ck14 #SHAMPOO-3in1 .section__item__copy p.copy .yoko {
  padding-bottom: calc(3 * 60rem/430);
  writing-mode: initial;
  letter-spacing: 0;
  line-height: 0.8;
  text-align: center;
}
.lp_special_ck14 #SHAMPOO-3in1 .section__item__copy .--2 {
  margin-top: calc(44 * 60rem/430);
  transform: rotate(-4deg);
}
.lp_special_ck14 #SHAMPOO-3in1 .section__item__copy .--3 {
  margin-top: calc(69 * 60rem/430);
  transform: rotate(-7deg);
}
.lp_special_ck14 #SHAMPOO .section__item__copy {
  transform: rotate(-7deg);
  top: calc(30 * 60rem/430);
  left: calc(0 * 60rem/430);
}
.lp_special_ck14 #SHAMPOO .section__item__copy .--2 {
  margin-top: calc(44 * 60rem/430);
  transform: rotate(-3deg);
}
.lp_special_ck14 #CONDITIONER .section__item__copy {
  transform: rotate(-7deg);
  top: calc(19 * 60rem/430);
  left: calc(8 * 60rem/430);
}
.lp_special_ck14 #CONDITIONER .section__item__copy .--2 {
  margin-top: calc(20 * 60rem/430);
  transform: rotate(-3deg);
}
.lp_special_ck14 #BODYSCRUB .section__item__copy {
  transform: rotate(-5deg);
  top: calc(18 * 60rem/430);
  left: calc(-24 * 60rem/430);
}
.lp_special_ck14 #BODYSCRUB .section__item__copy .--2 {
  margin-top: calc(23 * 60rem/430);
  transform: rotate(-2deg);
}
.lp_special_ck14 #SNACK .section__item__copy {
  transform: rotate(-9deg);
  top: calc(30 * 60rem/430);
  left: calc(-26 * 60rem/430);
}
.lp_special_ck14 #SNACK .section__item__copy p.copy {
  line-height: 1.2;
}
.lp_special_ck14 #SNACK .section__item__copy .--2 {
  margin-top: calc(52 * 60rem/430);
  transform: rotate(-4deg);
}
.lp_special_ck14 #TOOTHPASTE .section__item__copy {
  transform: rotate(-9deg);
  top: calc(22 * 60rem/430);
  left: calc(-30 * 60rem/430);
}
.lp_special_ck14 #TOOTHPASTE .section__item__copy p.copy {
  line-height: 1.3;
}
.lp_special_ck14 #TOOTHPASTE .section__item__copy .--2 {
  margin-top: calc(43 * 60rem/430);
  transform: rotate(-3deg);
}
.lp_special_ck14 #SPECIALKIT {
  padding-top: calc(105 * 60rem/430);
}
.lp_special_ck14 #SPECIALKIT .section__itemBox {
  background-color: var(--color-background2);
}
.lp_special_ck14 .button--view {
  display: inline-block;
  padding: calc(8 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(13 * 60rem/430);
  font-weight: 500;
  letter-spacing: 0.055em;
  width: calc(140 * 60rem/430);
}
.lp_special_ck14 .mvArea {
  opacity: 0;
}
.lp_special_ck14 .readArea {
  padding: calc(46 * 60rem/430) 0 calc(55 * 60rem/430);
  text-align: center;
}
.lp_special_ck14 .readArea__text {
  margin-left: calc(15 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  line-height: 2.25;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .anchorLinkArea {
  text-align: center;
}
.lp_special_ck14 .anchorLinkArea__inner {
  margin: 0 calc(22 * 60rem/430);
  padding: calc(10 * 60rem/430) calc(3 * 60rem/430);
  background-color: var(--color-primary);
  box-sizing: border-box;
}
.lp_special_ck14 .anchorLinkArea__title {
  margin-inline: calc(10 * 60rem/430);
  padding-block: calc(19 * 60rem/430) calc(9 * 60rem/430);
  border-top: 1px solid var(--color-secondary);
  border-bottom: 1px dashed var(--color-secondary);
  font-size: calc(16 * 60rem/430);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .anchorLinkArea__title .en {
  font-size: calc(29 * 60rem/430);
}
.lp_special_ck14 .anchorLinkArea__list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: calc(6 * 60rem/430);
  z-index: 0;
}
.lp_special_ck14 .anchorLinkArea__list::before, .lp_special_ck14 .anchorLinkArea__list::after {
  content: "";
  position: absolute;
  top: calc(20 * 60rem/430);
  width: 1px;
  height: calc(930 * 60rem/430);
  border-left: 1px dashed var(--color-secondary);
  z-index: 0;
}
.lp_special_ck14 .anchorLinkArea__list::before {
  left: calc(126 * 60rem/430);
}
.lp_special_ck14 .anchorLinkArea__list::after {
  right: calc(126 * 60rem/430);
}
.lp_special_ck14 .anchorLinkArea__list li {
  margin-inline: calc(10 * 60rem/430);
}
.lp_special_ck14 .anchorLinkArea__list li:nth-of-type(-n+12) .anchorLinkArea__item {
  border-bottom: 1px dashed var(--color-secondary);
}
.lp_special_ck14 .anchorLinkArea__item {
  padding-block: calc(14 * 60rem/430) calc(15 * 60rem/430);
  text-align: center;
}
.lp_special_ck14 .anchorLinkArea__img {
  display: inline-block;
  width: calc(100 * 60rem/430);
}
.lp_special_ck14 .anchorLinkArea__cateTitle {
  margin-top: calc(5 * 60rem/430);
  font-size: calc(11 * 60rem/430);
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .anchorLinkArea__cateTitle .en {
  font-size: calc(13 * 60rem/430);
  font-weight: 700;
}
.lp_special_ck14 .anchorLinkArea__bottom {
  margin-top: calc(9 * 60rem/430);
  margin-inline: calc(10 * 60rem/430);
  border-top: 1px dashed var(--color-secondary);
  border-bottom: 1px dashed var(--color-secondary);
}
.lp_special_ck14 .anchorLinkArea .button--view {
  display: inline-block;
  padding: calc(15 * 60rem/430);
  margin-block: calc(22 * 60rem/430) calc(21 * 60rem/430);
  margin-left: calc(10 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(12 * 60rem/430);
  font-weight: 700;
  letter-spacing: 0.075em;
  width: calc(240 * 60rem/430);
}
.lp_special_ck14 .anchorLinkArea .button--view .en {
  margin-left: calc(10 * 60rem/430);
  font-size: calc(15 * 60rem/430);
  letter-spacing: 0.055em;
}
.lp_special_ck14 .specialKit .section__headding {
  margin-bottom: 0;
}
.lp_special_ck14 .specialKit .section__itemBox {
  position: relative;
  margin-top: calc(-21 * 60rem/430);
  padding-top: calc(34 * 60rem/430);
  padding-bottom: calc(25 * 60rem/430);
  z-index: 0;
}
.lp_special_ck14 .specialKit .section__itemBox::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(-10 * 60rem/430);
  left: 0;
  right: 0;
  width: calc(386 * 60rem/430);
  height: 1px;
  border-top: 1px dashed var(--color-text);
  z-index: 0;
}
.lp_special_ck14 .specialKit .section--titleWrap {
  margin-bottom: calc(-4 * 60rem/430);
}
.lp_special_ck14 .specialKit__read {
  margin-bottom: calc(25 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .specialKit__read .en {
  letter-spacing: 0.055em;
}
.lp_special_ck14 .specialKit .section__item__img {
  margin: 0 calc(31 * 60rem/430) calc(16 * 60rem/430);
}
.lp_special_ck14 .specialKit .text {
  margin-bottom: calc(15 * 60rem/430);
  font-size: calc(15 * 60rem/430);
  line-height: 1.65;
  letter-spacing: 0.025em;
}
.lp_special_ck14 .specialKit .name {
  margin-bottom: calc(10 * 60rem/430);
  font-size: calc(23 * 60rem/430);
  font-weight: 700;
}
.lp_special_ck14 .specialKit .price {
  margin-bottom: calc(18 * 60rem/430);
  font-size: calc(20 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .specialKit .price .yen {
  font-size: calc(18 * 60rem/430);
  letter-spacing: 0.065em;
}
.lp_special_ck14 .specialKit .price .tax {
  font-size: calc(11 * 60rem/430);
  letter-spacing: 0.015em;
}
.lp_special_ck14 .lineup {
  padding-block: calc(43 * 60rem/430) calc(40 * 60rem/430);
  background-color: var(--color-background2);
  overflow: hidden;
}
.lp_special_ck14 .lineup__flowingText {
  display: inline-flex;
  -moz-column-gap: calc(15 * 60rem/430);
       column-gap: calc(15 * 60rem/430);
}
.lp_special_ck14 .lineup__flowingText.--top {
  margin-bottom: calc(30 * 60rem/430);
}
.lp_special_ck14 .lineup__flowingText.--top ul {
  -webkit-animation: infinity-scroll-left 11s infinite linear both;
          animation: infinity-scroll-left 11s infinite linear both;
}
.lp_special_ck14 .lineup__flowingText.--bottom ul {
  animation: infinity-scroll-left 11s infinite linear both reverse;
}
.lp_special_ck14 .lineup__flowingText ul {
  display: inline-flex;
  -moz-column-gap: calc(15 * 60rem/430);
       column-gap: calc(15 * 60rem/430);
}
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.lp_special_ck14 .lineup__flowingText li {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: calc(15 * 60rem/430);
       column-gap: calc(15 * 60rem/430);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_special_ck14 .lineup__flowingText .flowingTrext.text {
  color: var(--color-tertiary);
  font-size: calc(24 * 60rem/430);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.055em;
  white-space: nowrap;
}
.lp_special_ck14 .lineup__flowingText .flowingTrext.icon {
  width: calc(15 * 60rem/430);
}
.lp_special_ck14 .lineup__slider {
  position: relative;
  z-index: 0;
}
.lp_special_ck14 .lineup__slider .titleBorder {
  stroke-dashoffset: 0;
}
.lp_special_ck14 .lineup__slider__item {
  margin-inline: calc(9 * 60rem/430);
  padding-top: calc(4 * 60rem/430);
  text-align: center;
  width: calc(310 * 60rem/430);
}
.lp_special_ck14 .lineup__slider__itemBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(-22 * 60rem/430);
  padding: calc(35 * 60rem/430) calc(35 * 60rem/430) calc(30 * 60rem/430);
  background-color: #fff;
  border: 1px solid var(--color-text);
  border-radius: calc(30 * 60rem/430);
  box-sizing: border-box;
  height: calc(468 * 60rem/430);
}
.lp_special_ck14 .lineup__slider .section__item__img {
  margin: 0 auto calc(8 * 60rem/430);
  width: calc(240 * 60rem/430);
}
.lp_special_ck14 .lineup__slider .brand {
  margin-bottom: calc(4 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.015em;
}
.lp_special_ck14 .lineup__slider .name {
  margin-bottom: calc(8 * 60rem/430);
  font-size: calc(18 * 60rem/430);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .lineup__slider .price {
  margin-bottom: calc(14 * 60rem/430);
  font-size: calc(19 * 60rem/430);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_special_ck14 .lineup__slider .price .yen {
  font-size: calc(18 * 60rem/430);
  letter-spacing: 0.065em;
}
.lp_special_ck14 .lineup__slider .price .tax {
  font-size: calc(10 * 60rem/430);
  letter-spacing: 0.015em;
}
.lp_special_ck14 .lineup__slider .button--view {
  margin-top: auto;
}
.lp_special_ck14 .lineup__slider .slick-arrow {
  position: absolute;
  top: 47%;
  width: calc(73 * 60rem/430);
  height: calc(73 * 60rem/430);
  z-index: 1;
}
.lp_special_ck14 .lineup__slider .slick-arrow:before {
  display: block;
  font-size: 0;
  color: transparent;
  background-image: url(../img/arrow.png);
  background-size: calc(44 * 60rem/430) auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  width: calc(73 * 60rem/430);
  height: calc(73 * 60rem/430);
}
.lp_special_ck14 .lineup__slider .slick-arrow.slick-prev {
  left: calc(14 * 60rem/430);
}
.lp_special_ck14 .lineup__slider .slick-arrow.slick-next {
  right: calc(14 * 60rem/430);
}
.lp_special_ck14 .lineup__slider .slick-arrow.slick-next:before {
  transform: scale(-1, 1);
}
.lp_special_ck14 .lineup__slider .slick-dots {
  position: static;
  margin-top: calc(23 * 60rem/430);
  line-height: 1;
}
.lp_special_ck14 .lineup__slider .slick-dots li {
  margin: 0 calc(5 * 60rem/430);
  background: var(--color-secondary);
  border: 1px solid var(--color-text);
  border-radius: 50%;
  width: calc(6 * 60rem/430);
  height: calc(6 * 60rem/430);
}
.lp_special_ck14 .lineup__slider .slick-dots li.slick-active {
  background: var(--color-text);
}
.lp_special_ck14 .lineup__slider .slick-dots li button {
  padding: 0;
  width: calc(6 * 60rem/430);
  height: calc(6 * 60rem/430);
}
.lp_special_ck14 .lineup__slider .slick-dots li button:before {
  position: static;
  font-size: 0;
}
.lp_special_ck14 .reel {
  padding-block: calc(60 * 60rem/430);
  background-color: var(--color-secondary);
  height: calc(600 * 60rem/430);
}
.lp_special_ck14 .organicDays {
  padding-top: calc(58 * 60rem/430);
  padding-bottom: calc(80 * 60rem/430);
}
.lp_special_ck14 .organicDays_banner {
  display: inline-block;
  padding-inline: calc(22 * 60rem/430);
}
.lp_special_ck14 .organicDays_read {
  margin-bottom: calc(18 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}
.lp_special_ck14 .organicDays_banner-text {
  padding-top: calc(22 * 60rem/430);
  font-size: calc(16 * 60rem/430);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: calc(3 * 60rem/430);
  text-decoration-thickness: calc(2 * 60rem/430);
}
.lp_special_ck14 .followMenu {
  position: fixed;
  transition: all 0.4s ease;
  margin-right: calc(-1 * 60rem/430);
  top: calc(83 * 60rem/430);
  right: calc(-1 * 60rem/430);
  transform: translateX(100%);
  width: calc(48 * 60rem/430);
  z-index: 10;
}
.lp_special_ck14 .followMenu__text {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: calc(10 * 60rem/430);
       column-gap: calc(10 * 60rem/430);
  padding: calc(14 * 60rem/430) calc(15 * 60rem/430) calc(18 * 60rem/430) calc(14 * 60rem/430);
  background-color: #CBDDB8;
  border-radius: calc(7 * 60rem/430) 0 0 calc(21 * 60rem/430);
  font-size: calc(15 * 60rem/430);
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.lp_special_ck14 .followMenu__text::after {
  content: "";
  width: calc(17 * 60rem/430);
  height: calc(17 * 60rem/430);
  background-image: url(../img/followMenu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_special_ck14 .followMenu.active {
  transform: translateX(0%);
}
.lp_special_ck14 .followKit {
  position: fixed;
  transition: 0.6s;
  bottom: calc(20 * 60rem/430);
  right: calc(12 * 60rem/430);
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: border-box;
          clip-path: border-box;
  border-radius: 50%;
  width: calc(100 * 60rem/430);
  height: calc(100 * 60rem/430);
  z-index: 10;
}
.lp_special_ck14 .followKit a:hover {
  opacity: 1;
}
.lp_special_ck14 .followKit.active {
  opacity: 1;
  visibility: visible;
}

body.fixd #header.scroll {
  z-index: 0;
}

#Contents:has(.modal.open) .page-share-btn {
  opacity: 0;
}

/* .lp_special_ck14 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%;
  }
  /*  set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_special_ck14 {
    max-width: 100vw;
  }
  .lp_special_ck14 a {
    cursor: pointer;
  }
  .lp_special_ck14 .pcOnly {
    display: block;
  }
  .lp_special_ck14 .spOnly {
    display: none;
  }
  .lp_special_ck14__inner {
    grid-column: 2;
    margin-inline: auto;
    border-left: 1px solid #9e958f;
    border-right: 1px solid #9e958f;
    width: 60rem;
  }
  .lp_special_ck14 .fixed_area {
    display: grid;
    grid-template-columns: 1fr 60rem 1fr;
    max-width: 180rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .lp_special_ck14 .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 100vh;
    pointer-events: all;
  }
  .lp_special_ck14 .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .lp_special_ck14 .fixed_area .fixed_left__inner {
    text-align: center;
    width: 42rem;
  }
  .lp_special_ck14 .fixed_area .fixed_left .CosmeKitchen {
    margin: 4rem auto 0;
    width: 17rem;
  }
  .lp_special_ck14 .fixed_area .fixed_left .followKit {
    position: static;
    margin: 5rem auto 0;
    opacity: 1;
    visibility: visible;
    width: 11rem;
    height: 11rem;
  }
  .lp_special_ck14 .fixed_area .fixed_right {
    top: 0;
    grid-column: 3;
    text-align: center;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__listWrap {
    margin-top: 1rem;
    overflow: hidden scroll;
    scrollbar-width: none;
    -webkit-appearance: none;
    -ms-overflow-style: none;
    height: 64vh;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__listWrap::-webkit-scrollbar {
    display: none;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__list {
    padding-bottom: 2rem;
    background-color: var(--color-primary);
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__list::before, .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__list::after {
    top: calc(14 * 60rem/430);
    height: calc(688 * 60rem/430);
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__list::before {
    left: calc(108 * 60rem/430);
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__list::after {
    right: calc(108 * 60rem/430);
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__title {
    padding: 0 6rem 0;
    font-size: 1.6rem;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__title .en {
    font-size: 4.3rem;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__list {
    margin-top: 0;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__list li {
    margin-inline: 0.8rem;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__item {
    padding-block: calc(9 * 60rem/430) calc(8 * 60rem/430);
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__img {
    width: calc(76 * 60rem/430);
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__cateTitle {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .lp_special_ck14 .fixed_area .fixed_right .anchorLinkArea__cateTitle .en {
    font-size: 1.6rem;
  }
  /* .lp_special_ck14 PC*/
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.modal_area .modal {
  position: fixed;
  top: 0;
  transition: 0.6s ease;
  width: 100vw;
  height: 100svh;
  z-index: 1000;
}
.modal_area .modal.close {
  opacity: 0;
  visibility: hidden;
}
.modal_area .modal.open {
  opacity: 1;
  visibility: visible;
}
.modal_area .modal.open .modal_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  z-index: -1;
}
.modal_area .modal_content {
  position: relative;
  top: calc(46 * 60rem/430);
  bottom: 0;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100svh;
  z-index: 1;
  scrollbar-width: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
}
.modal_area .modal_content::-webkit-scrollbar {
  display: none;
}
.modal_area .modal_container {
  padding-bottom: calc(46 * 60rem/430);
}
.modal_area .modal_container__inner {
  margin: 0 calc(22 * 60rem/430) calc(46 * 60rem/430);
  text-align: center;
}
.modal_area .button--view {
  display: inline-block;
  padding: calc(15 * 60rem/430);
  margin-block: calc(22 * 60rem/430) calc(21 * 60rem/430);
  margin-left: calc(10 * 60rem/430);
  background-color: var(--color-text);
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: calc(12 * 60rem/430);
  font-weight: 700;
  letter-spacing: 0.075em;
  width: calc(240 * 60rem/430);
}
.modal_area .button--view .en {
  margin-left: calc(10 * 60rem/430);
  font-size: calc(15 * 60rem/430);
  letter-spacing: 0.055em;
}
.modal_area .modal_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 3.3vh;
  right: 2vw;
  width: calc(38 * 60rem/430);
  height: calc(38 * 60rem/430);
  z-index: 2;
}
.modal_area .modal-close {
  display: block;
  width: calc(38 * 60rem/430);
  height: calc(38 * 60rem/430);
}

/* .lp_contents : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_area .modal_top {
    margin: auto;
    top: 2.2vh;
    left: 38.8rem;
    right: 0;
  }
}
/* .lp_contents : modal PC*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_special_ck14 .snap--img {
  opacity: 0;
  transform-origin: 50% 50%;
}
.lp_special_ck14 .js-action_enable .snap--img {
  -webkit-animation: rotate2 1.2s ease-out forwards;
          animation: rotate2 1.2s ease-out forwards;
}
@-webkit-keyframes rotate2 {
  0% {
    rotate: -5deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: -5deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: -9deg;
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes rotate2 {
  0% {
    rotate: -5deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: -5deg;
    translate: 0 calc(20 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: -9deg;
    translate: 0 0;
    opacity: 1;
  }
}
.lp_special_ck14 .staffComment__comment {
  opacity: 0;
}
.lp_special_ck14 .staffComment__comment.js-action_enable,
.lp_special_ck14 .mvArea {
  -webkit-animation: opa 1s 0.8s ease-out forwards;
          animation: opa 1s 0.8s ease-out forwards;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_special_ck14 .staff--img {
  opacity: 0;
  transform-origin: 60% 50%;
}
.lp_special_ck14 .js-action_enable .staff--img {
  -webkit-animation: rotate 1.2s ease-out forwards;
          animation: rotate 1.2s ease-out forwards;
}
@-webkit-keyframes rotate {
  0% {
    rotate: 2deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: 2deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: 9deg;
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    rotate: 2deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  40% {
    rotate: 2deg;
    translate: 0 calc(10 * 60rem/430);
    opacity: 0;
  }
  100% {
    rotate: 9deg;
    translate: 0 0;
    opacity: 1;
  }
}
.lp_special_ck14 .textanimation span {
  opacity: 0;
}
.lp_special_ck14 .textanimation.js-action_enable span {
  display: inline-block;
  opacity: 1;
}
.lp_special_ck14 .textanimation > span {
  overflow: hidden;
}
.lp_special_ck14 .textanimation.js-action_enable > span > span {
  -webkit-animation: showTextFromBottom 0.4s backwards;
          animation: showTextFromBottom 0.4s backwards;
}
@-webkit-keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.lp_special_ck14 .js-action_enable .titleBorder {
  -webkit-animation: fill 1s linear forwards;
          animation: fill 1s linear forwards;
}
@-webkit-keyframes fill {
  0% {
    stroke-dashoffset: 180;
  }
  70% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill {
  0% {
    stroke-dashoffset: 180;
  }
  70% {
    stroke-dashoffset: 0;
  }
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.lp_special_ck14 .section__headding .border::before {
  transition: all 1s 0.5s ease;
}
.lp_special_ck14 .section__headding.js-action_enable .border::before {
  max-width: 20%;
}

/* .lp_special_ck14 : motion SP*/
/* .lp_special_ck14 : motion PC*/
/*# sourceMappingURL=style.css.map */