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

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

p {
  text-align: justify;
  font-size: 15px;
  color: #272727;
  letter-spacing: 0.15em;
  line-height: 2em;
}

h2, h3 {
  color: #272727;
}

.hov:hover, a:hover {
  transition-duration: 0.4s;
  opacity: 0.7;
}

section {
  padding: 80px 0px;
}

.text-border {
  border-bottom: solid 1px #c2bb76;
}

.redtext {
  color: #e62929;
}

html,
body {
  height: 100%;
  margin: 0;
  background-color: #fff7fe;
}

img,
video {
  width: 100%;
}

.wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
}

.side {
  width: calc(50% - 17vw);
  height: 100%;
  display: none;
}

.left-side {
  overflow: hidden;
  background-color: #fff7fe;
}
@media screen and (min-width: 1006px) {
  .left-side {
    display: block;
  }
}
.left-side__gridlayout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 35px;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
}
.left-side__title {
  font-family: "Caprasimo", serif;
  color: #c9d8ff;
  font-weight: 500;
  font-size: min(72px, 11.1801242236vw);
  text-align: center;
  margin: min(100px, 15.5279503106vw) 0 min(46px, 7.1428571429vw);
}
.left-side__swiper_item-name {
  font-family: "Caprasimo", serif;
  color: #f3dde9;
  font-weight: 200;
  font-size: 32px;
  text-align: center;
}
.left-side__swiperlayout {
  position: relative;
  overflow: visible;
}
.left-side__swiper-container {
  overflow: hidden;
  max-width: 200px;
}
.left-side .swiper-button-next,
.left-side .swiper-button-prev {
  position: absolute;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  top: 155px;
  background-size: contain;
  background-repeat: no-repeat;
}
.left-side .swiper-button-next {
  background-image: url("../img/ym.png");
  left: 173px;
}
.left-side .swiper-button-prev {
  background-image: url("../img/yh.png");
  left: -25px;
}
.left-side .swiper-button-next::after,
.left-side .swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 1600px) {
  .left-side {
    position: relative;
    overflow: visible;
  }
  .left-side__active-block {
    display: none;
  }
  .right-side {
    display: none;
  }
  .right-side__buy-button {
    position: absolute;
    display: block;
    top: 0;
    left: 335px;
    z-index: 9999;
    transform: translateX(-50%) !important;
  }
}
.right-side {
  background-color: #fff7fe;
}
@media screen and (min-width: 1600px) {
  .right-side {
    display: block;
  }
}
.right-side__buy-button {
  position: relative;
}
.right-side__buy-button__girl {
  position: absolute;
  max-width: 185px;
  top: 225px;
  right: 172px;
  z-index: 7;
  transform: translateX(-50%);
}
.right-side__buy-button__flower {
  position: absolute;
  max-width: 91px;
  top: 592px;
  right: 208px;
  z-index: 6;
}
.right-side__buy-button__copy {
  text-align: center;
  color: #fdd6d6;
  font-family: Caprasimo;
  position: absolute;
  font-size: 10px;
  line-height: 2.6;
  z-index: 1;
  top: 423px;
  right: 189px;
}
.right-side__buy-button .right-side__buy-button__copy span:first-of-type {
  font-size: 16px;
  line-height: 2;
  /* twinning with mom */
}
.right-side__buy-button .right-side__buy-button__copy span:last-of-type {
  font-size: 32px;
  line-height: 0.9;
  /* grown-up */
}
.right-side__buy-button__clip {
  position: absolute;
  top: 643px;
  right: 204px;
  background-color: #f3dde9;
  color: white;
  border: none;
  border-radius: 60px;
  padding: 36px 81px;
  font-size: 39px;
  font-family: Caprasimo;
  font-weight: 500;
  letter-spacing: 3px;
  cursor: pointer;
  z-index: 5;
}
.right-side__buy-button .buy-button:hover {
  background-color: #f0e0df;
}

.main-footer {
  max-width: 644px;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  position: relative;
}

.cover__copy {
  font-family: "Caprasimo", serif;
  color: #c9d8ff;
  font-weight: 500;
  font-size: 4.6583850932vw;
  letter-spacing: 1.2px;
  margin: 20px 20px 10px;
  line-height: 1.3;
}
@media screen and (min-width: 644px) {
  .cover__copy {
    font-size: 30px;
  }
}
.cover__movie-box--under {
  position: relative;
  z-index: 9;
}
.cover__modelheight {
  font-size: 13px;
  color: #cfe4ff;
  position: relative;
  left: 11px;
  bottom: 17px;
  font-family: "Caprasimo", serif;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.cover__img-wrap {
  height: min(680px, 105.5900621118vw);
  width: 100%;
  position: relative;
}
.cover__img-sunnyday {
  position: absolute;
  width: min(231.7px, 35.9782608696vw);
  top: min(157px, 24.3788819876vw);
  left: min(58px, 9.0062111801vw);
  z-index: 99;
  animation: float 4s ease-in-out infinite;
  animation-delay: 1.8s;
}
.cover__img-cake {
  position: absolute;
  width: min(210px, 32.6086956522vw);
  top: max(-37px, -5.7453416149vw);
  left: min(84px, 13.0434782609vw);
  z-index: 99;
  animation: float 6s ease-in-out infinite;
  animation-delay: 2s;
}
.cover__img-kuma {
  position: absolute;
  width: min(308px, 47.8260869565vw);
  top: min(497px, 77.1739130435vw);
  right: min(-74px, -1 * -11.4906832298vw);
  z-index: 99;
  animation: float 6s ease-in-out infinite;
  animation-delay: 3s;
}
.cover__img-check {
  position: absolute;
  width: min(300px, 46.5838509317vw);
  right: min(34px, 5.2795031056vw);
  top: max(-48px, -7.4534161491vw);
  z-index: 99;
  animation: float 3s ease-in-out infinite;
  animation-delay: 1s;
}
.cover__cv {
  padding: min(150px, 23.2919254658vw) 0;
}
.cover__cv-titlewrapper {
  position: relative;
  width: min(405px, 62.8881987578vw);
  margin: 0 auto;
}
.cover__cv-title {
  font-family: "Caprasimo", serif;
  color: #f3dde9;
  font-weight: 200;
  font-size: min(45px, 6.9875776398vw);
  text-align: left;
  line-height: 1.5;
}
.cover__cv-title-img {
  width: min(53px, 8.2298136646vw);
  position: absolute;
  top: min(12px, 1.8633540373vw);
  right: 0px;
  transform: rotate(9deg);
  z-index: 999;
}
.cover__cv-swiperlayout {
  position: relative;
  overflow: visible;
}
.cover__cv-swiper-container {
  max-width: min(400px, 62.1118012422vw);
  margin: 0 auto;
}
.cover__cv-swiper {
  overflow: hidden;
}
.cover__cv-swiper-button-next, .cover__cv-swiper-button-prev {
  position: absolute;
  z-index: 999;
  transform: translateY(-50%);
  width: min(70px, 10.8695652174vw);
  height: 70px;
  top: min(210px, 32.6086956522vw);
  background-size: contain;
  background-repeat: no-repeat;
}
.cover__cv-swiper-button-next {
  background-image: url("../img/ym.png");
  right: min(90px, 13.9751552795vw);
}
.cover__cv-swiper-button-prev {
  background-image: url("../img/yh.png");
  left: min(90px, 13.9751552795vw);
}
.cover__cv-swiper-button-next::after, .cover__cv-swiper-button-prev::after {
  display: none;
}
.cover__cv-jump-button {
  display: block;
  width: min(250px, 38.8198757764vw);
  margin: 0 auto;
  padding-top: min(50px, 7.7639751553vw);
}
.cover__deco-imgs {
  position: relative;
  height: min(871px, 135.248447205vw);
  will-change: transform, opacity;
}
.cover__deco-imgs .pair,
.cover__deco-imgs .chulip,
.cover__deco-imgs .smile,
.cover__deco-imgs .kirakira,
.cover__deco-imgs .cover__deco-copy {
  transform: translate3d(0, min(20px, 3.1055900621vw), 0);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.22, 0.9, 0.32, 1), opacity 2s ease;
}
.cover__deco-imgs.in-view .pair,
.cover__deco-imgs.in-view .chulip,
.cover__deco-imgs.in-view .smile,
.cover__deco-imgs.in-view .kirakira,
.cover__deco-imgs.in-view .cover__deco-copy {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cover__deco .pair {
  position: absolute;
  max-width: min(319px, 49.5341614907vw);
  z-index: 1;
  top: min(107px, 16.6149068323vw);
  left: min(7px, 1.0869565217vw);
}
.cover__deco .chulip {
  position: absolute;
  max-width: min(156px, 24.2236024845vw);
  left: min(248px, 38.5093167702vw);
  top: min(376px, 58.3850931677vw);
  z-index: 3;
}
.cover__deco .smile {
  position: absolute;
  max-width: min(267px, 41.4596273292vw);
  z-index: 2;
  top: min(414px, 64.2857142857vw);
  left: min(276px, 42.8571428571vw);
}
.cover__deco .kirakira {
  position: absolute;
  max-width: min(59px, 9.1614906832vw);
  z-index: 2;
  top: min(280px, 43.4782608696vw);
  right: min(30px, 4.6583850932vw);
}
.cover__deco-copy {
  text-align: center;
  font-size: min(18px, 2.7950310559vw);
  font-family: caprasimo;
  color: #cfe4ff;
  position: absolute;
  top: min(79px, 12.2670807453vw);
  right: min(22px, 3.4161490683vw);
  line-height: 1.9;
  z-index: 3;
}
.cover__deco .cover__deco-copy span:first-of-type {
  font-size: min(23px, 3.5714285714vw);
  line-height: 1.6;
  /* twinning with mom */
}
.cover__deco .cover__deco-copy span:last-of-type {
  font-size: min(42px, 6.5217391304vw);
  line-height: 1.4;
  /* grown-up */
}

section {
  margin: 0;
  padding: 0;
}

.point__backgroundcolor {
  background-color: #cfe4ff;
  padding-bottom: min(150px, 23.2919254658vw);
}
.point__title {
  font-family: Caprasimo;
  text-align: center;
  font-weight: 500;
  font-size: min(72px, 11.1801242236vw);
  text-align: center;
  padding: min(20px, 3.1055900621vw) 0 min(90px, 13.9751552795vw);
  color: #fff;
  letter-spacing: min(10px, 1.5527950311vw);
}
.point__layout {
  max-width: min(520px, 80.7453416149vw);
  margin: 0 auto;
  padding-bottom: min(1px, 0.1552795031vw);
}
.point__block {
  position: relative;
  margin-bottom: min(150px, 23.2919254658vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: min(15px, 2.3291925466vw);
}
.point__block-img {
  display: block;
}
.point__block-icon {
  position: absolute;
  top: max(-10px, -1 * 1.5527950311vw);
  left: 0px;
  width: min(100px, 15.5279503106vw);
  height: min(100px, 15.5279503106vw);
  z-index: 2;
}
.point__block-heading {
  position: absolute;
  top: min(11px, 1.7080745342vw);
  left: min(123px, 19.099378882vw);
  font-size: min(22px, 3.4161490683vw);
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  color: #656565;
  z-index: 2;
}
.point__block-text {
  position: static;
  display: block;
  margin: min(16px, 2.4844720497vw) 0 min(44px, 6.8322981366vw) min(44px, 6.8322981366vw);
  font-size: min(19px, 2.950310559vw);
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #656565;
  line-height: 1.6;
}

@media screen and (min-width: 1600px) {
  .splineup {
    display: none;
  }
}
.splineup__circle {
  display: block;
  margin-top: min(-77px, -1 * 11.9565217391vw);
  margin-left: auto;
  margin-right: auto;
}
.splineup__bgc {
  padding-bottom: min(150px, 23.2919254658vw);
  background-color: #fff7fe;
}
.splineup__title {
  font-family: Caprasimo;
  text-align: center;
  font-weight: 500;
  font-size: min(72px, 11.1801242236vw);
  text-align: center;
  padding: min(20px, 3.1055900621vw) 0 min(90px, 13.9751552795vw);
  color: #f3dde9;
  letter-spacing: min(10px, 1.5527950311vw);
}
.splineup__swiper-item-name {
  font-family: "Caprasimo", serif;
  color: #f3dde9;
  font-weight: 200;
  font-size: min(45px, 6.9875776398vw);
  text-align: center;
  line-height: 1.5;
}
.splineup__swiper-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.splineup__swiper-container {
  position: relative;
  width: min(400px, 62.1118012422vw);
  height: min(385px, 59.7826086957vw);
  margin-bottom: min(99px, 15.3726708075vw);
}
.splineup__swiper {
  overflow: hidden;
}
.splineup__swiper-button-next, .splineup__swiper-button-prev {
  position: absolute;
  overflow: visible;
  z-index: 9999;
  transform: translateY(-50%);
  width: min(70px, 10.8695652174vw);
  height: 70px;
  top: min(210px, 32.6086956522vw);
  background-size: contain;
  background-repeat: no-repeat;
}
.splineup__swiper-button-next {
  background-image: url("../img/ym.png");
  right: min(-20px, -1 * 3.1055900621vw);
}
.splineup__swiper-button-prev {
  background-image: url("../img/yh.png");
  left: min(-20px, -1 * 3.1055900621vw);
}
.splineup__swiper-button-next::after, .splineup__swiper-button-prev::after {
  display: none;
}

.looks {
  position: relative;
}
.looks__circle {
  display: block;
  margin-top: min(-77px, -1 * 11.9565217391vw);
  margin-left: auto;
  margin-right: auto;
}
.looks__block-title {
  font-family: Caprasimo;
  text-align: center;
  font-weight: 500;
  font-size: min(72px, 11.1801242236vw);
  text-align: center;
  padding: min(20px, 3.1055900621vw) 0 min(90px, 13.9751552795vw);
  color: #fadaf6;
  letter-spacing: min(10px, 1.5527950311vw);
}
.looks__block-backgroundcolor {
  background-color: #fff;
}
.looks__block-image-wrapper {
  text-align: center;
  padding-bottom: min(180px, 27.950310559vw);
}
.looks__block-image {
  width: min(520px, 80.7453416149vw);
}
.looks__fixedbutton-sp {
  position: sticky;
  bottom: 110px;
  float: right;
  width: 30%;
  max-width: 300px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 0.5s ease;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  .looks__fixedbutton-sp {
    display: none;
  }
}

.visible {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #f3dde9;
  padding-bottom: min(60px, 9.3167701863vw);
  width: 100%;
}
.footer__pagetop-button {
  display: block;
  position: relative;
  top: -57px;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  left: 50%;
  transform: translateX(-50%);
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__bottom-brandlogo {
  width: min(200px, 31.0559006211vw);
  padding-bottom: min(100px, 15.5279503106vw);
}
.footer__bottom-copy {
  color: #fff;
  font-family: Caprasimo;
  font-size: min(19px, 2.950310559vw);
}/*# sourceMappingURL=kids-parasol.css.map */