@charset "UTF-8";
/*--------------------------------
   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/468));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#FooterWrap {
  position: relative;
  background: #fff;
  z-index: 3;
}

.lp_contents {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(780 * 46.8rem/780);
}
.lp_contents img,
.lp_contents svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_contents img {
  image-rendering: -webkit-optimize-contrast;
}
.lp_contents picture {
  display: block;
}
.lp_contents a {
  display: block;
  color: inherit;
}
.lp_contents *:focus {
  outline: none;
}
.lp_contents a,
.lp_contents label {
  -webkit-tap-highlight-color: rgba(230, 127, 147, 0.2);
}
.lp_contents input {
  display: none;
}
.lp_contents li,
.lp_contents ol {
  list-style-type: none;
}
.lp_contents .spOnly {
  display: block;
}
.lp_contents .pcOnly {
  display: none;
}
.lp_contents ::-moz-selection {
  color: #fff;
  background-color: rgba(230, 127, 147, 0.8);
}
.lp_contents ::selection {
  color: #fff;
  background-color: rgba(230, 127, 147, 0.8);
}
.lp_contents #share img {
  margin: auto;
}
.lp_contents sup {
  font-size: 0.6em;
}
.lp_contents .mv__img,
.lp_contents .anim {
  opacity: 0;
}
.lp_contents .anim_enable {
  -webkit-animation: opa 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
}
@-webkit-keyframes opa {
  2% {
    opacity: 0;
    filter: blur(0.8rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  2% {
    opacity: 0;
    filter: blur(0.8rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/* .lp_contents : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_contents {
  --color-text: #1F1F1F;
  --color-primary: #E67F93;
  --color-background: #FBEAF0;
  --font-jp: "ryo-gothic-plusn";
  --font-en: "Lato";
}
.lp_contents .section .text-headding {
  color: var(--color-primary);
  font-size: calc(36 * 46.8rem/780);
  line-height: 1;
  letter-spacing: 0.125em;
  white-space: nowrap;
}
.lp_contents .section .borderBox {
  display: inline-block;
  margin-right: calc(10 * 46.8rem/780);
  padding: calc(10 * 46.8rem/780) calc(8 * 46.8rem/780) calc(10 * 46.8rem/780) calc(13 * 46.8rem/780);
  border: 1px solid;
  font-size: calc(24 * 46.8rem/780);
  vertical-align: text-top;
}
.lp_contents .section .text-price {
  font-size: calc(24 * 46.8rem/780);
  line-height: 1;
  letter-spacing: 0.125em;
}
.lp_contents .section__mainBox {
  position: relative;
  text-align: center;
  z-index: 0;
}
.lp_contents .section__mainBox::before {
  content: "";
  position: absolute;
  top: calc(-50 * 46.8rem/780);
  width: calc(300 * 46.8rem/780);
  height: calc(170 * 46.8rem/780);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.lp_contents .section__itemWrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(30 * 46.8rem/780);
       column-gap: calc(30 * 46.8rem/780);
  margin-bottom: calc(50 * 46.8rem/780);
}
.lp_contents .section__item {
  width: calc(220 * 46.8rem/780);
}
.lp_contents .section__item .name {
  margin-top: calc(18 * 46.8rem/780);
  font-size: calc(22 * 46.8rem/780);
  line-height: 2.2;
  letter-spacing: 0.125em;
  text-align: center;
}
.lp_contents .section .howTo {
  display: inline-block;
  position: relative;
  padding: calc(17 * 46.8rem/780) calc(58 * 46.8rem/780) calc(15 * 46.8rem/780);
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  color: var(--color-primary);
  font-size: calc(34 * 46.8rem/780);
  letter-spacing: 0.1em;
  width: calc(500 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .section .howTo::after {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(1 * 46.8rem/780);
  right: calc(17 * 46.8rem/780);
  bottom: 0;
  width: calc(34 * 46.8rem/780);
  height: calc(34 * 46.8rem/780);
  background-image: url(../img/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .section__slider {
  pointer-events: none;
}
.lp_contents .section__slider .slick-dots {
  pointer-events: all;
}
.lp_contents .text-base {
  font-size: calc(24 * 46.8rem/780);
  line-height: 2.2;
  letter-spacing: 0.125em;
  text-align: justify;
}
.lp_contents .slick-dots {
  right: calc(8 * 46.8rem/780);
  bottom: calc(8 * 46.8rem/780);
  width: auto;
}
.lp_contents .slick-dots li {
  margin: 0 calc(5 * 46.8rem/780);
  width: auto;
  height: auto;
}
.lp_contents .slick-dots li button {
  padding: 0;
  width: calc(12 * 46.8rem/780);
  height: calc(12 * 46.8rem/780);
}
.lp_contents .slick-dots li button::before {
  font-size: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  width: calc(12 * 46.8rem/780);
  height: calc(12 * 46.8rem/780);
}
.lp_contents .slick-dots li.slick-active button:before {
  background-color: #fff;
}
.lp_contents .button {
  background-color: var(--color-primary);
}
.lp_contents .button--detail {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: calc(18 * 46.8rem/780);
       column-gap: calc(18 * 46.8rem/780);
  padding: calc(18 * 46.8rem/780) calc(19 * 46.8rem/780) calc(18 * 46.8rem/780) calc(45 * 46.8rem/780);
  color: #fff;
  text-align: center;
  font-size: calc(32 * 46.8rem/780);
  letter-spacing: 0.1em;
  width: calc(440 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .button--detail::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: calc(16 * 46.8rem/780);
  background-image: url(../img/button-arrow.svg);
  width: calc(18 * 46.8rem/780);
  height: calc(18 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .button--detail .arrow {
  width: calc(37 * 46.8rem/780);
  height: 1px;
}
.lp_contents .button--all {
  display: inline-block;
  padding: calc(36 * 46.8rem/780) calc(20 * 46.8rem/780) calc(37 * 46.8rem/780);
  color: #fff;
  text-align: center;
  font-size: calc(44 * 46.8rem/780);
  letter-spacing: 0.1em;
  width: calc(600 * 46.8rem/780);
}
.lp_contents .button .arrow {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.lp_contents .button .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  background-position: right;
  -webkit-animation: extend 2s ease-in-out infinite;
          animation: extend 2s ease-in-out infinite;
  z-index: 0;
}
@-webkit-keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: 0vw;
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 5.1282051282vw;
  }
  90% {
    transform: translateX(5.1282051282vw);
    width: 5.1282051282vw;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: 0vw;
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 5.1282051282vw;
  }
  90% {
    transform: translateX(5.1282051282vw);
    width: 5.1282051282vw;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
.lp_contents .accordionBox.open .accordionBox__inner {
  max-height: calc(825 * 46.8rem/780);
}
.lp_contents .accordionBox__inner {
  transition: all 0.6s ease;
  overflow: hidden;
  max-height: 0;
}
.lp_contents .accordionBox .text:nth-child(1) {
  margin-top: calc(42 * 46.8rem/780);
}
.lp_contents .accordionBox__button {
  display: inline-block;
  margin-top: calc(43 * 46.8rem/780);
  padding-bottom: calc(8 * 46.8rem/780);
  border-bottom: 1px solid;
  color: var(--color-primary);
  font-size: calc(25 * 46.8rem/780);
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_contents .mv {
  padding-bottom: calc(100 * 46.8rem/780);
  text-align: center;
}
.lp_contents .mv__img {
  margin-bottom: calc(64 * 46.8rem/780);
}
.lp_contents .mv__title {
  color: #414141;
  font-size: calc(50 * 46.8rem/780);
  line-height: 1.75;
  letter-spacing: 0.125em;
}
.lp_contents .mv__title .subTitle {
  color: #1F1F1F;
  font-size: calc(30 * 46.8rem/780);
  font-weight: normal;
  letter-spacing: 0.1em;
}
.lp_contents .mv__title .color {
  color: var(--color-primary);
  font-weight: bold;
}
.lp_contents .mv .text {
  font-size: calc(24 * 46.8rem/780);
  line-height: 2.4;
  letter-spacing: 0.125em;
}
.lp_contents .mv .text:nth-child(n+2) {
  margin-top: calc(31 * 46.8rem/780);
}
.lp_contents .anchorLink {
  position: relative;
  margin-bottom: calc(117 * 46.8rem/780);
  padding: calc(80 * 46.8rem/780);
  background-image: url(../img/anchorLink_bg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
}
.lp_contents .anchorLink::after {
  content: "";
  position: absolute;
  top: calc(-18 * 46.8rem/780);
  left: calc(40 * 46.8rem/780);
  width: calc(720 * 46.8rem/780);
  height: calc(376 * 46.8rem/780);
  background-image: url(../img/deco-2.png), url(../img/deco-4.png), url(../img/deco-3.png);
  background-size: calc(96 * 46.8rem/780) auto, calc(70 * 46.8rem/780) auto, calc(84 * 46.8rem/780) auto;
  background-position: top left calc(42 * 46.8rem/780), bottom left, bottom calc(74 * 46.8rem/780) right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
  z-index: -1;
}
.lp_contents .anchorLink__list {
  display: flex;
  justify-content: center;
}
.lp_contents .anchorLink__item {
  position: relative;
  padding-bottom: calc(38 * 46.8rem/780);
  width: calc(140 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .anchorLink__item::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(42 * 46.8rem/780);
  height: calc(18 * 46.8rem/780);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .tailoredColorEyes {
  position: relative;
  padding-block: calc(100 * 46.8rem/780) calc(140 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .tailoredColorEyes::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(15 * 46.8rem/780);
  width: calc(595 * 46.8rem/780);
  height: calc(685 * 46.8rem/780);
  background-image: url(../img/tailoredColorEyes_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.lp_contents .tailoredColorEyes__hero {
  margin-bottom: calc(140 * 46.8rem/780);
}
.lp_contents .tailoredColorEyes__hero__card {
  position: relative;
  padding: calc(76 * 46.8rem/780) calc(50 * 46.8rem/780) calc(80 * 46.8rem/780);
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(670 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .tailoredColorEyes__hero__card::before {
  content: "";
  position: absolute;
  top: calc(69 * 46.8rem/780);
  right: calc(60 * 46.8rem/780);
  width: calc(170 * 46.8rem/780);
  height: calc(110 * 46.8rem/780);
  background-image: url(../img/tailoredColorEyes_copy1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_contents .tailoredColorEyes__hero__card .card__inner {
  margin-bottom: calc(53 * 46.8rem/780);
}
.lp_contents .tailoredColorEyes__hero__card .card__img {
  margin-bottom: calc(53 * 46.8rem/780);
}
.lp_contents .tailoredColorEyes__hero__card .card__name {
  margin-bottom: calc(27 * 46.8rem/780);
}
.lp_contents .tailoredColorEyes__hero__card .card__price {
  margin-bottom: calc(33 * 46.8rem/780);
}
.lp_contents .tailoredColorEyes .section__mainBox::before {
  right: calc(21 * 46.8rem/780);
  background-image: url(../img/tailoredColorEyes_copy2.svg);
}
.lp_contents .rougeCouture {
  position: relative;
  margin-top: calc(120 * 46.8rem/780);
  padding-bottom: calc(140 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .rougeCouture::before, .lp_contents .rougeCouture::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .rougeCouture::before {
  top: calc(-120 * 46.8rem/780);
  left: 0;
  width: 100%;
  height: calc(120 * 46.8rem/780);
  background-image: url(../img/rougeCouture_bg.png);
}
.lp_contents .rougeCouture::after {
  top: 0;
  right: calc(80 * 46.8rem/780);
  width: calc(480 * 46.8rem/780);
  height: calc(180 * 46.8rem/780);
  background-image: url(../img/rougeCouture_title.png);
}
.lp_contents .rougeCouture__inner {
  padding-top: calc(240 * 46.8rem/780);
  padding-bottom: calc(140 * 46.8rem/780);
  background-color: rgba(255, 255, 255, 0.45);
}
.lp_contents .rougeCouture .card__imgWrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: calc(40 * 46.8rem/780);
       column-gap: calc(40 * 46.8rem/780);
  margin-bottom: calc(58 * 46.8rem/780);
  text-align: center;
}
.lp_contents .rougeCouture .card__imgWrap .card__img {
  width: calc(270 * 46.8rem/780);
}
.lp_contents .rougeCouture .card__imgWrap .card__img p {
  margin-top: calc(6 * 46.8rem/780);
  font-size: calc(22 * 46.8rem/780);
  letter-spacing: 0.125em;
}
.lp_contents .rougeCouture__hero {
  margin-inline: auto;
  margin-bottom: calc(100 * 46.8rem/780);
  width: calc(620 * 46.8rem/780);
}
.lp_contents .rougeCouture .hero__inner {
  margin-bottom: calc(50 * 46.8rem/780);
}
.lp_contents .rougeCouture .group__name {
  margin-bottom: calc(28 * 46.8rem/780);
}
.lp_contents .rougeCouture .group__price {
  margin-bottom: calc(34 * 46.8rem/780);
}
.lp_contents .rougeCouture .originalCharm {
  position: relative;
  padding-top: calc(224 * 46.8rem/780);
  padding-bottom: calc(110 * 46.8rem/780);
  background-image: url(../img/originalCharm_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  z-index: 0;
}
.lp_contents .rougeCouture .originalCharm::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(140 * 46.8rem/780);
  left: 0;
  right: 0;
  width: calc(630 * 46.8rem/780);
  height: calc(56 * 46.8rem/780);
  background-image: url(../img/originalCharm_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .rougeCouture .originalCharm__subTitle {
  margin-bottom: calc(40 * 46.8rem/780);
  font-size: calc(24 * 46.8rem/780);
  line-height: 2.2;
  letter-spacing: 0.125em;
  text-align: center;
}
.lp_contents .rougeCouture .originalCharm .originalCharm__imgWrap {
  margin-bottom: calc(62 * 46.8rem/780);
}
.lp_contents .rougeCouture .originalCharm__img {
  margin: 0 auto calc(25 * 46.8rem/780);
  width: calc(330 * 46.8rem/780);
}
.lp_contents .rougeCouture .originalCharm__name {
  margin-bottom: calc(19 * 46.8rem/780);
  font-size: calc(32 * 46.8rem/780);
  letter-spacing: 0.125em;
}
.lp_contents .rougeCouture .originalCharm__text {
  color: var(--color-primary);
  font-size: calc(22 * 46.8rem/780);
  line-height: 2;
  letter-spacing: 0.125em;
}
.lp_contents .rougeCouture .section__mainBox::before {
  left: calc(20 * 46.8rem/780);
  background-image: url(../img/rougeCouture_copy.svg);
}
.lp_contents .package {
  position: relative;
  margin-top: calc(20 * 46.8rem/780);
  padding-block: calc(100 * 46.8rem/780) calc(130 * 46.8rem/780);
  background-color: #FBF7F2;
  z-index: 0;
}
.lp_contents .package::before {
  content: "";
  position: absolute;
  top: calc(-20 * 46.8rem/780);
  left: 0;
  width: 100%;
  height: calc(336 * 46.8rem/780);
  background-image: url(../img/anchorLink_bg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_contents .package__inner {
  padding-inline: calc(60 * 46.8rem/780);
}
.lp_contents .package .img {
  position: relative;
  margin-bottom: calc(137 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .package .img::after {
  content: "";
  position: absolute;
  bottom: calc(-108 * 46.8rem/780);
  right: calc(-20 * 46.8rem/780);
  width: calc(129 * 46.8rem/780);
  height: calc(129 * 46.8rem/780);
  background-image: url(../img/deco-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.lp_contents .package__text {
  position: relative;
  margin-bottom: calc(108 * 46.8rem/780);
  padding-inline: calc(60 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .package__text::before, .lp_contents .package__text::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.lp_contents .package__text::before {
  top: calc(-74 * 46.8rem/780);
  left: calc(-20 * 46.8rem/780);
  width: calc(207 * 46.8rem/780);
  height: calc(189 * 46.8rem/780);
  background-image: url(../img/text_voice.png);
}
.lp_contents .package__text::after {
  bottom: calc(-49 * 46.8rem/780);
  right: calc(0 * 46.8rem/780);
  width: calc(200 * 46.8rem/780);
  height: calc(120 * 46.8rem/780);
  background-image: url(../img/deco-border.png);
}
.lp_contents .package__item {
  position: relative;
  margin-bottom: calc(140 * 46.8rem/780);
  text-align: center;
  z-index: 0;
}
.lp_contents .package__item::after {
  content: "";
  position: absolute;
  top: calc(-42 * 46.8rem/780);
  left: calc(-8 * 46.8rem/780);
  width: calc(666 * 46.8rem/780);
  height: calc(510 * 46.8rem/780);
  background-image: url(../img/deco-2.png), url(../img/deco-3.png), url(../img/deco-4.png), url(../img/deco-5.png);
  background-size: calc(90 * 46.8rem/780) auto, calc(72 * 46.8rem/780) auto, calc(65 * 46.8rem/780) auto, calc(80 * 46.8rem/780) auto;
  background-position: top left calc(34 * 46.8rem/780), top calc(22 * 46.8rem/780) right, bottom calc(89 * 46.8rem/780) left, bottom right calc(13 * 46.8rem/780);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  pointer-events: none;
  z-index: -1;
}
.lp_contents .package__item img {
  margin-inline: auto;
  width: calc(380 * 46.8rem/780);
}
.lp_contents .package__item__text {
  margin-top: calc(47 * 46.8rem/780);
  margin-bottom: calc(128 * 46.8rem/780);
  font-size: calc(24 * 46.8rem/780);
  line-height: 2.2;
  letter-spacing: 0.125em;
}
.lp_contents .package .foot__logo {
  position: relative;
  margin: 0 auto;
  padding-bottom: calc(110 * 46.8rem/780);
  width: calc(312 * 46.8rem/780);
  z-index: 0;
}
.lp_contents .package .foot__logo::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(70 * 46.8rem/780);
  height: calc(70 * 46.8rem/780);
  background-image: url(../img/deco-6.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.lp_contents .package .foot__credit {
  margin-top: calc(30 * 46.8rem/780);
  font-size: calc(20 * 46.8rem/780);
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .followNav {
  position: fixed;
  transition: all 0.6s 0.2s ease;
  transform: translateY(100%);
  bottom: calc(-1 * 46.8rem/780);
  right: 0;
  visibility: hidden;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  height: calc(123 * 46.8rem/780);
}
.lp_contents .followNav__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
}
.lp_contents .followNav__nav__item:nth-of-type(n+2) {
  border-left: 1px solid #EB99A9;
}
.lp_contents .followNav__nav__text {
  font-size: calc(20 * 46.8rem/780);
  line-height: 1.5;
  letter-spacing: 0.125em;
  text-align: center;
}
.lp_contents .followNav a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(10 * 46.8rem/780);
       column-gap: calc(10 * 46.8rem/780);
  padding-top: calc(3 * 46.8rem/780);
  height: 100%;
}
.lp_contents .followNav a:hover {
  opacity: 1;
}
.lp_contents .followNav a img {
  width: calc(80 * 46.8rem/780);
}

.followNav.up-move {
  transform: translateY(0);
  visibility: visible;
  z-index: 101;
}

.followNav.hidden {
  transform: translateY(0%);
}

.followNav.down-move,
.followNav.visible {
  transform: translateY(100%);
  visibility: visible;
  z-index: 10;
}

/* .lp_contents SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  #Wrap,
main {
    width: 100%;
    max-width: 100%;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_contents {
    background-color: #FBEAF0;
    width: 100%;
    max-width: 100vw;
  }
  .lp_contents__inner {
    background-color: var(--color-background);
  }
  .lp_contents a {
    cursor: pointer;
  }
  .lp_contents a:hover {
    opacity: 1;
  }
  .lp_contents .pcOnly {
    display: block;
  }
  .lp_contents .spOnly {
    display: none;
  }
  .lp_contents .fv__mv--text.anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  /* .lp_contents : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_contents__inner {
    grid-column: 2;
    margin-inline: auto;
    width: 46.8rem;
  }
  .lp_contents .howTo,
.lp_contents .accordionBox__button {
    cursor: pointer;
  }
  .lp_contents .fixed_area {
    display: grid;
    grid-template-columns: 1fr 46.8rem 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .lp_contents .fixed_area .fixed_left,
.lp_contents .fixed_area .fixed_right {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 98vh;
    pointer-events: all;
  }
  .lp_contents .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .lp_contents .fixed_area .fixed_left__inner {
    text-align: center;
    width: 22rem;
  }
  .lp_contents .fixed_area .fixed_right {
    top: 0;
    grid-column: 3;
  }
  .lp_contents .fixed_area .fixed_right .nav {
    display: flex;
    margin: auto;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lp_contents .fixed_area .fixed_right .nav__item {
    width: 8rem;
  }
  .lp_contents .fixed_area .fixed_right .nav a {
    position: relative;
    padding-bottom: 2rem;
    z-index: 0;
  }
  .lp_contents .fixed_area .fixed_right .nav a::after {
    content: "";
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2.1rem;
    height: 0.9rem;
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .lp_contents PC*/
}
/*--------------------------------
   Media Queries (1600px ~  )
 --------------------------------*/
@media only screen and (min-width: 1600px) {
  .lp_contents .fixed_area .fixed_right .itemsArea {
    width: calc(300 * 46.8rem/780);
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.modal_area {
  color: #1F1F1F;
}
.modal_area img {
  width: 100%;
  height: auto;
}
.modal_area .modal {
  position: fixed;
  top: 0;
  transition: 0.6s ease;
  width: 100vw;
  height: 100vh;
  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: 100%;
  background: rgba(255, 255, 255, 0.2);
  background-size: cover;
  z-index: -1;
}
.modal_area .modal_content {
  position: relative;
  transform: translateY(-50%);
  top: 50svh;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 97svh;
  z-index: 1;
}
.modal_area .modal_container__inner {
  padding: calc(106 * 46.8rem/780) calc(40 * 46.8rem/780) calc(100 * 46.8rem/780);
  background-color: #fff;
  text-align: center;
  width: calc(740 * 46.8rem/780);
}
.modal_area .section__itemWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.modal_area .section__itemWrap:nth-of-type(1) {
  margin-top: calc(70 * 46.8rem/780);
}
.modal_area .section__itemWrap:nth-of-type(2) {
  margin-top: calc(50 * 46.8rem/780);
}
.modal_area .section__item {
  width: calc(160 * 46.8rem/780);
}
.modal_area .section__item__text {
  width: calc(460 * 46.8rem/780);
}
.modal_area .section__item__text .name {
  margin-top: calc(-5 * 46.8rem/780);
  margin-bottom: calc(20 * 46.8rem/780);
  color: #E67F93;
  font-size: calc(30 * 46.8rem/780);
  letter-spacing: 0.125em;
  text-align: left;
  white-space: nowrap;
}
.modal_area .section__item__text .text {
  font-size: calc(22 * 46.8rem/780);
  line-height: 2.2;
  letter-spacing: 0.125em;
  text-align: justify;
}
.modal_area .button--modal {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: calc(54 * 46.8rem/780);
       column-gap: calc(54 * 46.8rem/780);
  margin-top: calc(90 * 46.8rem/780);
  padding: calc(25 * 46.8rem/780) calc(16 * 46.8rem/780) calc(25 * 46.8rem/780);
  color: #fff;
  text-align: center;
  font-size: calc(32 * 46.8rem/780);
  letter-spacing: 0.1em;
  width: calc(440 * 46.8rem/780);
  z-index: 0;
}
.modal_area .button--modal::before {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(1 * 46.8rem/780);
  bottom: 0;
  right: calc(18 * 46.8rem/780);
  background-image: url(../img/button-arrow.svg);
  width: calc(18 * 46.8rem/780);
  height: calc(18 * 46.8rem/780);
  z-index: 0;
}
.modal_area .button--modal .arrow {
  display: inline-block;
  width: calc(37 * 46.8rem/780);
  height: 1px;
}
.modal_area .button--modal .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  background-position: right;
  -webkit-animation: extend 2s ease-in-out infinite;
          animation: extend 2s ease-in-out infinite;
  z-index: 0;
}
@keyframes extend {
  0% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
  1% {
    transform: translateX(0);
    opacity: 0;
  }
  2% {
    width: 0vw;
    opacity: 1;
  }
  28% {
    transform: translateX(0);
  }
  32% {
    width: 5.1282051282vw;
  }
  90% {
    transform: translateX(5.1282051282vw);
    width: 5.1282051282vw;
    opacity: 1;
  }
  91% {
    opacity: 0;
  }
  100% {
    width: 0;
    transform: translateX(0);
    opacity: 0;
  }
}
.modal_area .modal_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 2.2vh;
  right: 4.6vw;
  width: calc(72 * 46.8rem/780);
  height: calc(72 * 46.8rem/780);
  z-index: 2;
}
.modal_area .modal-close {
  display: block;
  width: calc(42 * 46.8rem/780);
  height: calc(42 * 46.8rem/780);
}

/* .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*/
/*# sourceMappingURL=style.css.map */