.lightbox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
}
.lightbox .lightbox-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  padding: 2rem;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  box-shadow: 0.25rem 0.25rem 0.15rem rgba(0, 0, 0, 0.15);
}
.lightbox .lightbox-block .logo-capoo {
  display: block;
  width: 10%;
}
.lightbox .lightbox-block .lightbox-close {
  z-index: 1;
  position: absolute;
  top: 6rem;
  right: 3rem;
  font-size: 2rem;
  transform: scale(1.25, 1);
}
.lightbox .lightbox-block .lightbox-content {
  position: relative;
  margin-top: 1rem;
  padding: 1rem 1.5rem 2.5rem 1.5rem;
  background: #FFF;
  border-radius: 0 0 3rem 3rem;
}
.lightbox .lightbox-block .lightbox-content .deco-lightbox {
  display: block;
  position: absolute;
  width: 22%;
}
.lightbox .lightbox-block .lightbox-content .title {
  display: block;
  width: 20%;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3%;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass {
  width: 70%;
  overflow: hidden;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .glass-swiper {
  padding: 2.5rem 1rem;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .glass-swiper .swiper .icon-zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4%;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .glass-swiper .swiper .copyright {
  position: absolute;
  right: 2rem;
  bottom: 0;
  font-size: 0.5rem;
  font-weight: bold;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .glass-swiper .swiper-slide {
  width: 100%;
  height: 18vw;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper {
  position: relative;
  width: 65%;
  margin: auto;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .thumbnail-swiper-inner {
  border: 1px solid;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  overflow: hidden;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .thumbnail-swiper-inner .swiper-slide {
  width: 100%;
  padding-top: 16%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-prev,
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-next {
  width: 1.25rem;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-prev .arrow-mask,
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-next .arrow-mask {
  display: block;
  width: 100%;
  padding-top: 200%;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-prev {
  left: -1.5rem;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-next {
  right: -1.5rem;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info {
  position: relative;
  flex: 1 0 0;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-color-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0.5rem;
  width: 70%;
  border: 1px solid;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-color-block > div {
  position: relative;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-color-block > div a {
  display: block;
  width: 2rem;
  padding-top: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-color-block > div p {
  position: absolute;
  font-size: 0.7rem;
  text-align: center;
  width: 100%;
  bottom: -1.5rem;
  left: 0;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info h4 {
  margin: 2rem 0 0.5rem 0;
  font-size: 1rem;
  font-weight: normal;
}
.lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info article {
  font-size: 0.8rem;
}
.lightbox .lightbox-block.blue {
  background: #73c9f2;
}
.lightbox .lightbox-block.blue .lightbox-color-block {
  border-color: #73c9f2 !important;
}
.lightbox .lightbox-block.blue .thumbnail-swiper-inner {
  border-color: #0075c2 !important;
}
.lightbox .lightbox-block.blue .arrow-mask,
.lightbox .lightbox-block.blue .viewmore-mask {
  background: #0075c2;
}
.lightbox .lightbox-block.blue .lightbox-color-block p {
  color: #73c9f2;
}
.lightbox .lightbox-block.blue h4 {
  color: #0075c2;
}
.lightbox .lightbox-block.blue .deco-lightbox {
  top: -13%;
  right: 12%;
}
.lightbox .lightbox-block.red {
  background: #eb6663;
}
.lightbox .lightbox-block.red .lightbox-color-block {
  border-color: #dd908a !important;
}
.lightbox .lightbox-block.red .thumbnail-swiper-inner {
  border-color: #dd908a !important;
}
.lightbox .lightbox-block.red .arrow-mask {
  background: #dd908a;
}
.lightbox .lightbox-block.red .viewmore-mask {
  background: #eb6663;
}
.lightbox .lightbox-block.red .lightbox-color-block p {
  color: #dd908a;
}
.lightbox .lightbox-block.red h4 {
  color: #dd908a;
}
.lightbox .lightbox-block.red .deco-lightbox {
  bottom: 3%;
  left: -6%;
}
.lightbox .lightbox-block.green {
  background: #379561;
}
.lightbox .lightbox-block.green .lightbox-color-block {
  border-color: #48a163 !important;
}
.lightbox .lightbox-block.green .thumbnail-swiper-inner {
  border-color: #48a163 !important;
}
.lightbox .lightbox-block.green .arrow-mask {
  background: #48a163;
}
.lightbox .lightbox-block.green .viewmore-mask {
  background: #379561;
}
.lightbox .lightbox-block.green .lightbox-color-block p {
  color: #48a163;
}
.lightbox .lightbox-block.green h4 {
  color: #48a163;
}
.lightbox .lightbox-block.green .deco-lightbox {
  top: -6%;
  right: 20%;
}
.lightbox .lightbox-block.orange {
  background: #e69c70;
}
.lightbox .lightbox-block.orange .lightbox-color-block {
  border-color: #e69c70 !important;
}
.lightbox .lightbox-block.orange .thumbnail-swiper-inner {
  border-color: #e69c70 !important;
}
.lightbox .lightbox-block.orange .arrow-mask,
.lightbox .lightbox-block.orange .viewmore-mask {
  background: #e69c70;
}
.lightbox .lightbox-block.orange .lightbox-color-block p {
  color: #e69c70;
}
.lightbox .lightbox-block.orange h4 {
  color: #e69c70;
}
.lightbox .lightbox-block.orange .deco-lightbox {
  top: -14%;
  left: 23%;
}

.zoom-img {
  display: none;
  z-index: 99;
  position: fixed;
  width: 24rem;
  height: 24rem;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #FFF;
  overflow: hidden;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 3px solid #CCC;
}
.zoom-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform-origin: 0 0;
  transform: scale(2.5);
}

@media only screen and (max-width: 1024px) {
  .lightbox .lightbox-block {
    width: 95%;
    padding: 2.5rem;
  }
  .lightbox .lightbox-block .logo-capoo {
    width: 25%;
  }
  .lightbox .lightbox-block .lightbox-close {
    top: 3.5rem;
    right: 3rem;
    font-size: 3rem;
  }
  .lightbox .lightbox-block .lightbox-content {
    margin-top: 1.5rem;
    padding: 2.5rem 1.5rem;
    border-radius: 0.5rem 0.5rem 3rem 3rem;
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lightbox .lightbox-block .lightbox-content .deco-lightbox {
    width: 22%;
  }
  .lightbox .lightbox-block .lightbox-content .title {
    width: 80%;
    margin: auto;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex {
    display: block;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass {
    width: 100%;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .glass-swiper {
    padding: 2.5rem 0 12rem 0;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .glass-swiper .swiper .icon-zoom {
    display: none;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .glass-swiper .swiper-slide {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 40%;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper {
    width: 85%;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .thumbnail-swiper-inner {
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .thumbnail-swiper-inner .swiper {
    width: 50%;
    margin: auto;
    overflow: visible;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .thumbnail-swiper-inner .swiper-slide {
    padding-top: 48%;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-prev,
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-next {
    width: 1.5rem;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-prev {
    left: -2rem;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-glass .thumbnail-swiper .swiper-button-next {
    right: -2rem;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info {
    width: 80%;
    margin: auto;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-info-block {
    position: absolute;
    top: -18rem;
    left: 0;
    width: 100%;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-info-block .viewmore-mask {
    width: 35%;
    padding-top: 10%;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    margin: 3rem auto 1rem auto;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-color-block {
    padding: 0.5rem 0.75rem;
    width: 50%;
    margin: auto;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-color-block > div a {
    width: 2.5rem;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info .lightbox-color-block > div p {
    font-size: 0.8rem;
    bottom: -1.75rem;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info h4 {
    display: none;
  }
  .lightbox .lightbox-block .lightbox-content .lightbox-flex .lightbox-info article {
    margin-top: 1rem;
  }
  .lightbox .lightbox-block .deco-lightbox {
    pointer-events: none;
    display: block;
    position: absolute;
    width: 27%;
  }
  .lightbox .lightbox-block.blue .deco-lightbox-1-1 {
    top: 5%;
    right: 52%;
  }
  .lightbox .lightbox-block.blue .deco-lightbox-1-2 {
    top: 87%;
    right: -3%;
  }
  .lightbox .lightbox-block.red .deco-lightbox-2-1 {
    top: 2%;
    left: 33%;
  }
  .lightbox .lightbox-block.green .deco-lightbox-3-1 {
    top: 2%;
    right: 33%;
  }
  .lightbox .lightbox-block.green .deco-lightbox-3-2 {
    top: 43%;
    left: -24%;
    width: 8rem;
  }
  .lightbox .lightbox-block.orange .deco-lightbox-4-1 {
    top: 4%;
    left: 35%;
  }
  .lightbox .lightbox-block.orange .deco-lightbox-4-2 {
    top: 88%;
    left: 72%;
  }
}
:root {
  --header-height: 0;
}

@keyframes showup {
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes shine {
  0%, 10%, 30%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0;
    transform: scale(0.8);
  }
}
[data-scroll-show] {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s, transform 1s;
}
[data-scroll-show].scrollShowActive {
  opacity: 1;
  transform: translate(0);
}

.header-test {
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #FFF;
}
@media only screen and (max-width: 1000px) {
  .header-test {
    height: 128px;
  }
}
@media only screen and (max-width: 769px) {
  .header-test {
    height: 73px;
  }
}

body {
  color: #333;
}
body .swiper-button-prev,
body .swiper-button-next {
  z-index: 0;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  display: none;
}
body .swiper-button-prev {
  left: 0;
}
body .swiper-button-next {
  right: 0;
}

.temp-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  opacity: 0.5;
}

.sr-only {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  width: 1px;
  top: 0;
  left: 0;
}

.intro {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/intro-bg.svg") #d1e1c5 repeat center center;
  background-size: 20% auto;
  overflow: hidden;
}
.intro img {
  position: absolute;
  display: block;
  width: 80%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.intro p {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  padding-top: 150%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #FFF;
  animation: intro 1.5s 0.25s forwards;
}
@keyframes intro {
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 48vw;
  max-height: 60vw;
  background: url("../img/kv-bg.svg") #48a563 no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.kv.active .kv-float-1,
.kv.active .kv-float-2,
.kv.active .kv-float-3,
.kv.active .kv-float-4,
.kv.active .kv-float-5,
.kv.active .kv-capoo-1,
.kv.active .kv-capoo-2,
.kv.active .kv-capoo-3,
.kv.active .kv-title {
  animation: 1s showup forwards;
}
.kv.active .kv-float-3 {
  animation-delay: 0.25s;
}
.kv.active .kv-float-4 {
  animation-delay: 0.25s;
}
.kv.active .kv-float-5 {
  animation-delay: 0.5s;
}
.kv.active .kv-capoo-1 {
  animation-delay: 0.5s;
}
.kv.active .kv-capoo-2 {
  animation-delay: 0.75s;
}
.kv.active .kv-capoo-3 {
  animation-delay: 1s;
}
.kv img {
  position: absolute;
  display: block;
}
.kv .kv-logo {
  width: 20%;
  bottom: 9%;
  left: 32%;
}
.kv .kv-des {
  width: 10%;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
}
.kv .kv-float-1 {
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translate(0%, 75%);
}
.kv .kv-float-2 {
  width: 25%;
  top: -3.5%;
  left: -7%;
  opacity: 0;
  transform: translate(-70%, -50%);
}
.kv .kv-float-3 {
  width: 28%;
  top: -32%;
  left: 21%;
  opacity: 0;
  transform: translate(20%, -100%);
}
.kv .kv-float-4 {
  width: 40%;
  top: -9%;
  right: -12%;
  opacity: 0;
  transform: translate(100%, -75%);
}
.kv .kv-float-5 {
  width: 20%;
  top: 53%;
  right: -14%;
  opacity: 0;
  transform: translate(50%, 25%);
}
.kv .kv-title {
  width: 37%;
  top: 34%;
  left: 10%;
  opacity: 0;
  transform: translate(0%, 25%);
}
.kv .kv-title.kv-title-teaser, .teaser .kv .kv-title {
  width: 45%;
  top: 40%;
  left: 3%;
}
.kv .kv-capoo-1,
.kv .kv-capoo-2,
.kv .kv-capoo-3 {
  width: 28%;
  opacity: 0;
  transform: translate(0%, 25%);
}
.kv .kv-capoo-3 {
  top: 12%;
  left: 46%;
}
.kv .kv-capoo-2 {
  top: 26.5%;
  left: 61%;
}
.kv .kv-capoo-1 {
  top: 42%;
  left: 52%;
}
.kv .kv-duck-1,
.kv .kv-duck-2,
.kv .kv-duck-3 {
  position: absolute;
  width: 5%;
  transform: translateY(-25%);
}
.kv .kv-duck-1 {
  top: 64%;
  left: 45%;
  animation: 2s -0.5s showup alternate infinite;
}
.kv .kv-duck-2 {
  top: 19%;
  left: 72.5%;
  animation: 1.5s -1s showup alternate infinite;
}
.kv .kv-duck-3 {
  top: 55%;
  left: 83.5%;
  animation: 1.75s -0.75s showup alternate infinite;
}

.section-content {
  position: relative;
  padding: 3rem 0 1rem 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.section-content .content-title {
  position: relative;
  display: block;
  width: 35%;
  margin: auto;
}
.section-content h2 {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: normal;
}
.section-content h2 p {
  font-size: 3.5rem;
  margin-top: 0.5rem;
}
.section-content h3 {
  position: relative;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  line-height: 150%;
  margin-top: 0.5rem;
}
.section-content .content-swiper {
  position: relative;
  width: 55%;
  padding: 1rem 0;
  margin: auto;
}
.section-content .content-swiper:not(:first-child) {
  display: none;
}
.section-content .content-swiper .swiper {
  position: relative;
  width: 90%;
  padding: 1rem 0;
  margin: auto;
}
.section-content .content-swiper .swiper .btn-zoom {
  z-index: 1;
  display: block;
  position: absolute;
  width: 1.5rem;
  right: 3rem;
  bottom: 2.5rem;
}
.section-content .content-swiper .swiper .copyright {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  right: 3rem;
  bottom: 1.5rem;
  font-size: 0.6rem;
  font-weight: bold;
}
.section-content .content-swiper .swiper-slide {
  position: relative;
}
.section-content .content-swiper .swiper-slide > div {
  position: relative;
  width: 95%;
  padding-top: 45.5%;
  background: #FFF;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  margin: auto;
}
.teaser .section-content .content-swiper .swiper-slide > div {
  padding-top: 38%;
}
.section-content .content-swiper .swiper-slide > div::before {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3.5rem;
  -webkit-border-radius: 3.5rem;
  transform: translate(-50%, -50%);
}
.section-content .content-swiper .swiper-slide > div p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
}
.teaser .section-content .content-swiper .swiper-slide > div p {
  width: 80%;
  padding-top: 30%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-content .content-swiper .swiper-slide > div p img {
  display: block;
  position: absolute;
  width: 24%;
  top: -3%;
  left: 49%;
}
.section-content .content-swiper .swiper-slide > div h4 {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  text-align: center;
  color: var(--color-content);
  padding-bottom: 1.5rem;
}
.section-content .content-swiper .swiper-button-prev,
.section-content .content-swiper .swiper-button-next {
  width: 1.5rem;
}
.section-content .info-flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 52%;
  margin: auto;
  margin-top: -2rem;
  gap: 1rem;
}
.section-content .info-flex .info-left-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  gap: 2.5rem;
}
.section-content .info-flex .info-left-flex .color-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5em 0.35rem;
  border: 2px solid var(--color-content);
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  background: #FFF;
}
.section-content .info-flex .info-left-flex .color-block > div {
  position: relative;
}
.section-content .info-flex .info-left-flex .color-block > div a {
  display: block;
  width: 1.75rem;
  padding-top: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #FFF;
  transition: box-shadow 0.5s;
}
.section-content .info-flex .info-left-flex .color-block > div a.active {
  box-shadow: 0 0.25rem 0.35rem -0.2rem black;
}
.section-content .info-flex .info-left-flex .color-block > div p {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.75rem);
  white-space: nowrap;
  transform: translateY(-50%);
  font-size: 0.7rem;
  font-weight: bold;
}
.section-content .info-flex .info-left-flex .sticker-swiper {
  flex: 1 0 0;
  margin-top: -1rem;
  overflow: hidden;
}
.section-content .info-flex .info-left-flex .sticker-swiper .swiper {
  width: 100%;
}
.section-content .info-flex .info-left-flex .sticker-swiper .swiper-slide {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.teaser .section-content .info-flex .info-left-flex .sticker-swiper {
  width: 13rem;
  flex: none;
  margin-top: -3rem;
  margin-left: 3rem;
}
.section-content .info-flex .info-right-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 43%;
}
.section-content .info-flex .info-right-flex > div {
  position: relative;
  width: 45%;
}
.section-content .info-flex .info-right-flex > div:not([data-sub=init]) {
  display: none;
}
.section-content .info-flex .info-right-flex > div p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(1.5);
  font-size: 22px;
  fill: #333;
}
.section-content .info-flex .info-right-flex > div > div {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #FFF;
}
.section-content .info-flex .info-right-flex > div > div::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  border: 1px solid #FFF;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.section-content .info-flex .info-right-flex h4 {
  position: absolute;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  bottom: 0;
  width: 100%;
}
.section-content .guide-block {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 12.5%;
}
.section-content .guide-block .guide-href {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 90%;
  top: 42%;
  left: 5%;
  text-align: center;
  color: #FFF;
}
.section-content .guide-block .guide-href a {
  position: relative;
  display: block;
}
.section-content .guide-block .guide-href a h6 {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  opacity: 0.5;
}
.section-content .guide-block .guide-href a p {
  font-size: 0.4rem;
  line-height: 100%;
  opacity: 0.5;
}
.section-content .guide-block .guide-href a img {
  position: absolute;
  display: none;
  width: 10%;
  left: 10%;
  top: 20%;
}
.section-content .guide-block .guide-href a.active h6, .section-content .guide-block .guide-href a.active p {
  opacity: 1;
}
.section-content .guide-block .guide-href a.active img {
  display: block;
}
.section-content h5 {
  color: var(--color-content);
  font-size: 0.7rem;
  text-align: center;
  margin-top: 2.5rem;
}
.section-content .deco,
.section-content .white {
  position: absolute;
  display: block;
}
.section-content .deco-shine-1 {
  animation: shine 4s infinite;
}
.section-content .deco-shine-2 {
  animation: shine 3s -0.5s infinite;
}
.section-content .deco-shine-3 {
  animation: shine 3.5s -1.5s infinite;
}
.section-content .deco-shine-4 {
  animation: shine 4.5s -0.5s infinite;
}
.section-content .deco-shine-5 {
  animation: shine 4.25s -2.5s infinite;
}
.section-content .deco-shine-6 {
  animation: shine 3.5s -1s infinite;
}

.content-1 {
  background: url("../img/bg-1.svg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: rgba(128, 194, 232, 0.7);
  --color-content: #0075c2;
}
.content-1 .deco-1-1 {
  width: 5%;
  top: 24%;
  left: 28%;
  transform: translateY(0.5rem);
  animation: showup 1s -0.5s alternate infinite;
}
.content-1 .deco-1-2 {
  width: 12%;
  top: 61%;
  left: 74%;
  transform: translateY(-0.75rem);
  animation: showup 1.25s -0.25s alternate infinite;
}
.content-1 .deco-shine-1 {
  width: 4.5%;
  top: 40%;
  left: 15%;
}
.content-1 .deco-shine-2 {
  width: 3%;
  top: 25%;
  left: 77%;
}
.content-1 .white-1 {
  width: 7%;
  top: 4%;
  right: 0;
}
.teaser .content-1 .deco-shine-1 {
  top: 25%;
  left: 19%;
}
.teaser .content-1 .deco-shine-2 {
  top: 65%;
  left: 75%;
}

.content-2 {
  background: url("../img/bg-2.svg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: rgba(221, 144, 138, 0.6);
  --color-content: #eb6663;
}
.content-2 .deco-2-1 {
  width: 10%;
  top: 16%;
  left: 18%;
  transform: translateY(-0.5rem);
  animation: showup 1s -0.75s alternate infinite;
}
.content-2 .deco-2-2 {
  width: 9%;
  top: 60%;
  left: 78%;
  transform: translateY(0.75rem);
  animation: showup 1.25s -0.5s alternate infinite;
}
.content-2 .deco-shine-1 {
  width: 3.5%;
  top: 61%;
  left: 20%;
}
.content-2 .deco-shine-2 {
  width: 2.5%;
  top: 25%;
  left: 76%;
}
.content-2 .deco-shine-3 {
  width: 4%;
  top: 54%;
  left: 86%;
}
.content-2 .white-2 {
  width: 17%;
  top: -35%;
  left: 0%;
}
.teaser .content-2 .deco-shine-1 {
  top: 59%;
  left: 20%;
}
.teaser .content-2 .deco-shine-2 {
  top: 25%;
  left: 76%;
}
.teaser .content-2 .deco-shine-3 {
  top: 67%;
  left: 76%;
}

.content-3 {
  background: url("../img/bg-3.svg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: rgba(72, 161, 99, 0.5);
  --color-content: #379561;
}
.content-3 .deco-3-1 {
  width: 10%;
  top: 13%;
  left: 70%;
  transform: translateY(-0.75rem);
  animation: showup 1.25s -0.5s alternate infinite;
}
.content-3 .deco-3-2 {
  width: 5%;
  top: 60%;
  left: 18%;
  transform: translateY(0.5rem);
  animation: showup 1s -0.25s alternate infinite;
}
.content-3 .deco-shine-1 {
  width: 3%;
  top: 22%;
  left: 22%;
}
.content-3 .deco-shine-2 {
  width: 4%;
  top: 14%;
  left: 27%;
}
.content-3 .deco-shine-3 {
  width: 3.5%;
  top: 70%;
  left: 76%;
}
.content-3 .white-3 {
  width: 20%;
  top: -24%;
  right: 0%;
}
.teaser .content-3 .deco-shine-1 {
  top: 20%;
  left: 22%;
}
.teaser .content-3 .deco-shine-2 {
  top: 25%;
  left: 77%;
}
.teaser .content-3 .deco-shine-3 {
  top: 72%;
  left: 70%;
}

.content-4 {
  background: url("../img/bg-4.svg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: rgba(230, 188, 112, 0.6);
  --color-content: #e69c70;
}
.content-4 .deco-4-1 {
  width: 11%;
  top: 20%;
  left: 68%;
  transform: translateY(0.75rem);
  animation: showup 1.25s -0.25s alternate infinite;
}
.content-4 .deco-4-2 {
  width: 13%;
  top: 88%;
  left: 76%;
  transform: translateY(-0.5rem);
  animation: showup 1s -0.5s alternate infinite;
}
.content-4 .deco-shine-1 {
  width: 3%;
  top: 40%;
  left: 17%;
}
.content-4 .deco-shine-2 {
  width: 3.5%;
  top: 30%;
  left: 76%;
}
.content-4 .deco-shine-3 {
  width: 4%;
  top: 70%;
  left: 75.5%;
}
.content-4 .white-4 {
  width: 14%;
  top: -47%;
  left: 0;
}
.teaser .content-4 .deco-shine-1 {
  top: 15%;
  left: 30%;
}
.teaser .content-4 .deco-shine-2 {
  top: 65%;
  left: 20%;
}
.teaser .content-4 .deco-shine-3 {
  top: 70%;
  left: 74%;
}

.content-5 {
  background: url("../img/bg-5.svg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: rgba(115, 201, 242, 0.7);
  --color-content: #0075c2;
  color: #0075c2;
}
.content-5 .deco-5-1 {
  width: 11%;
  top: 18%;
  left: -6%;
  transform: translateY(-0.5rem);
  animation: showup 1s -0.25s alternate infinite;
}
.content-5 .deco-5-2 {
  width: 15%;
  top: 70%;
  right: -8%;
  transform: translateY(0.75rem);
  animation: showup 1.25s -0.5s alternate infinite;
}
.content-5 .deco-shine-1 {
  width: 4.5%;
  top: 12%;
  left: 10%;
}
.content-5 .deco-shine-2 {
  width: 4%;
  top: 40%;
  left: 84%;
}
.content-5 .deco-shine-3 {
  width: 3%;
  top: 43%;
  left: 88%;
}
.content-5 .deco-shine-4 {
  width: 3.5%;
  top: 60%;
  left: 12%;
}
.content-5 .deco-shine-5 {
  width: 3%;
  top: 77%;
  left: 84%;
}
.content-5 .white-5 {
  width: 14%;
  top: -20%;
  right: 0%;
}
.content-5 .white-6 {
  width: 22%;
  bottom: 0%;
  left: 0%;
}

.gift-block {
  position: relative;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  background: url("../img/bg-gift.svg") center center repeat-y #FFF;
  background-size: 100% auto;
  width: 60%;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  margin: 5rem auto;
}
.gift-block::before {
  pointer-events: none;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 4.5rem;
  -webkit-border-radius: 4.5rem;
  transform: translate(-50%, -50%);
}
.gift-block .gift-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 3%;
}
.gift-block .gift-flex div {
  flex: 1 0 0;
  max-width: 50%;
}
.gift-block .gift-flex div p {
  display: inline-block;
  padding: 0.35rem 1rem;
  border: 1px solid #0075c2;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  font-size: 1.25rem;
  background: #FFF;
}
.gift-block h6 {
  font-size: 0.8rem;
  text-align: center;
  color: #e69c70;
  margin-top: 1rem;
}

@media only screen and (max-width: 1024px) {
  .intro {
    background-size: 35%;
  }
  .intro p {
    width: 250%;
    padding-top: 250%;
  }
  .kv {
    min-height: 150vw;
    max-height: 180vw;
    background: url("../img/kv-bg-m.svg") #48a563 no-repeat center center;
    background-size: cover;
  }
  .kv .kv-logo {
    width: 50%;
    bottom: 5%;
    left: 25%;
  }
  .kv .kv-des {
    width: 20%;
    bottom: 2%;
  }
  .kv .kv-float-2 {
    width: 20%;
    top: 0;
    left: 0;
  }
  .kv .kv-float-3 {
    width: 36%;
    top: 0;
    left: auto;
    right: 0;
  }
  .kv .kv-title {
    width: 71.5%;
    top: 16%;
    left: 13%;
  }
  .kv .kv-title.kv-title-teaser, .teaser .kv .kv-title {
    width: 85%;
    top: 18%;
    left: 7%;
  }
  .kv .kv-capoo-1,
  .kv .kv-capoo-2,
  .kv .kv-capoo-3 {
    width: 59%;
  }
  .kv .kv-capoo-3 {
    top: 32%;
    left: 5%;
  }
  .kv .kv-capoo-2 {
    top: 41.5%;
    left: 37%;
  }
  .kv .kv-capoo-1 {
    top: 53%;
    left: 19%;
  }
  .kv .kv-duck-1,
  .kv .kv-duck-2,
  .kv .kv-duck-3 {
    width: 11%;
  }
  .kv .kv-duck-1 {
    top: 59%;
    left: 8%;
  }
  .kv .kv-duck-2 {
    top: 38%;
    left: 58.5%;
  }
  .kv .kv-duck-3 {
    top: 62.25%;
    left: 81.5%;
  }
  .content-guide {
    z-index: 3;
    position: sticky;
    top: var(--header-height);
    left: 0;
    width: 100%;
    display: flex;
    padding: 1rem 5rem;
    gap: 1rem;
    background: #fffcdb;
  }
  .content-guide h5 {
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
    color: #73caf3;
    font-size: 0.4rem;
  }
  .section-content {
    padding: 5rem 0 1.5rem 0;
  }
  .teaser .section-content {
    padding-top: 16rem;
  }
  .section-content .content-title {
    width: 70%;
  }
  .section-content h2 {
    -webkit-text-stroke: 0.5rem #FFF;
    paint-order: stroke fill;
  }
  .section-content h3 {
    letter-spacing: 0.05rem;
    line-height: 175%;
    margin-top: 1rem;
  }
  .section-content .content-swiper {
    width: 80%;
    padding: 1rem 0;
  }
  .section-content .content-swiper .swiper {
    width: 90%;
    padding: 1.5rem 0;
  }
  .section-content .content-swiper .swiper .btn-zoom {
    right: 2rem;
    bottom: 2.75rem;
  }
  .section-content .content-swiper .swiper .copyright {
    font-size: 0.5rem;
    right: 1.5rem;
    bottom: 2rem;
  }
  .teaser .section-content .content-swiper .swiper {
    padding-top: 3rem;
  }
  .section-content .content-swiper .swiper-slide > div {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
  }
  .teaser .section-content .content-swiper .swiper-slide > div {
    padding-top: 42%;
  }
  .section-content .content-swiper .swiper-slide > div::before {
    width: calc(100% + 0.75rem);
    height: calc(100% + 0.75rem);
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
  }
  .section-content .content-swiper .swiper-slide > div p {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
  }
  .section-content .content-swiper .swiper-slide > div p img {
    width: 32%;
    top: -8%;
  }
  .teaser .section-content .content-swiper .swiper-slide > div p {
    width: 90%;
    padding-top: 48%;
    margin-top: -2rem;
  }
  .section-content .content-swiper .swiper-button-prev,
  .section-content .content-swiper .swiper-button-next {
    width: 1rem;
  }
  .section-content .info-flex {
    display: block;
    width: 70%;
    margin-top: -3rem;
  }
  .section-content .info-flex .info-left-flex {
    width: 78%;
    gap: 15%;
  }
  .teaser .section-content .info-flex .info-left-flex {
    width: 100%;
  }
  .section-content .info-flex .info-left-flex .color-block {
    gap: 1rem;
    padding: 0.5em 0.35rem;
    border-width: 1px;
  }
  .section-content .info-flex .info-left-flex .color-block > div {
    position: relative;
  }
  .section-content .info-flex .info-left-flex .color-block > div a {
    width: 2.25rem;
  }
  .section-content .info-flex .info-left-flex .color-block > div p {
    left: calc(100% + 1rem);
    font-size: 0.8rem;
  }
  .teaser .section-content .info-flex .info-left-flex .sticker-swiper {
    width: 50%;
    margin: auto;
    margin-top: -1rem;
  }
  .section-content .info-flex .info-right-flex {
    width: 85%;
    padding: 2.5rem 0 3.5rem 0;
    margin: auto;
  }
  .section-content .info-flex .info-right-flex h4 {
    font-size: 1.25rem;
  }
  .teaser .section-content .info-flex h4 {
    font-size: 1.25rem;
    text-align: center;
    margin: 3rem 0 8rem 0;
  }
  .section-content .guide-block {
    display: none;
  }
  .section-content h5 {
    margin-top: 0.5rem;
  }
  .content-1 {
    background-image: url("../img/bg-1.svg");
  }
  .content-1 .deco-1-1 {
    width: 11%;
    top: 17%;
    left: 13%;
  }
  .content-1 .deco-1-2 {
    width: 13%;
    top: 65%;
    left: 78%;
  }
  .content-1 .deco-shine-1 {
    width: 6%;
    top: 48%;
    left: 8%;
  }
  .content-1 .deco-shine-2 {
    width: 8%;
    top: 28%;
    left: 87%;
  }
  .content-1 .white-1 {
    width: 11%;
    top: 2%;
    left: 0;
  }
  .content-1 .white-2 {
    width: 10%;
    top: 45%;
    right: 0;
  }
  .teaser .content-1 .deco-shine-1 {
    top: 34%;
    left: 10%;
  }
  .content-2 {
    background-image: url("../img/bg-2.svg");
  }
  .content-2 .deco-2-1 {
    width: 20%;
    top: 60%;
    left: 73%;
  }
  .content-2 .deco-shine-1 {
    width: 7%;
    top: 21%;
    left: 12%;
  }
  .content-2 .deco-shine-2 {
    width: 5%;
    top: 26%;
    left: 82%;
  }
  .content-2 .white-3 {
    width: 21%;
    top: -13%;
    right: 0;
  }
  .content-2 .white-4 {
    width: 8%;
    top: 56%;
    left: 0;
  }
  .teaser .content-2 .deco-shine-1 {
    width: 7%;
    top: 60%;
    left: 8%;
  }
  .teaser .content-2 .deco-shine-2 {
    top: 36%;
    left: 84%;
  }
  .content-3 {
    background-image: url("../img/bg-3.svg");
  }
  .content-3 .deco-3-1 {
    width: 20%;
    top: 59%;
    left: 71%;
  }
  .content-3 .deco-3-2 {
    width: 8%;
    top: 17%;
    left: 12%;
  }
  .content-3 .deco-shine-1 {
    width: 6%;
    top: 67%;
    left: 9%;
  }
  .content-3 .deco-shine-2 {
    width: 6%;
    top: 24%;
    left: 88%;
  }
  .content-3 .deco-shine-3 {
    width: 8%;
    top: 50%;
    left: 83%;
  }
  .content-3 .white-5 {
    width: 8%;
    top: 13%;
    left: 0;
  }
  .teaser .content-3 .deco-shine-1 {
    top: 34%;
    left: 20%;
  }
  .teaser .content-3 .deco-shine-2 {
    top: 61%;
    left: 86%;
  }
  .teaser .content-3 .deco-shine-3 {
    top: 58%;
    left: 8%;
  }
  .content-4 {
    background-image: url("../img/bg-4.svg");
  }
  .content-4 .deco-4-1 {
    width: 22%;
    top: 23%;
    left: 72%;
  }
  .content-4 .deco-4-2 {
    width: 13%;
    top: 88%;
    left: 76%;
  }
  .content-4 .deco-shine-1 {
    width: 8%;
    top: 17%;
    left: 12%;
  }
  .content-4 .deco-shine-2 {
    width: 6%;
    top: 50%;
    left: 7%;
  }
  .content-4 .white-6 {
    width: 11%;
    top: -23%;
    right: 0;
  }
  .teaser .content-4 .deco-shine-1 {
    top: 35%;
    left: 7%;
  }
  .teaser .content-4 .deco-shine-2 {
    top: 63%;
    left: 75%;
  }
  .content-5 {
    padding: 3rem 0 1.5rem 0;
    background-image: url("../img/bg-5.svg");
  }
  .teaser .content-5 {
    padding-top: 3rem;
  }
  .content-5 .deco-5-1 {
    width: 20%;
    top: 50%;
    left: -7%;
  }
  .content-5 .deco-5-2 {
    width: 30%;
    top: 90%;
    right: -12%;
  }
  .content-5 .deco-shine-1 {
    width: 5%;
    top: 5%;
    left: 12%;
  }
  .content-5 .deco-shine-2 {
    width: 8%;
    top: 9%;
    left: 85%;
  }
  .content-5 .deco-shine-3 {
    width: 5%;
    top: 63%;
    left: 82%;
  }
  .content-5 .deco-shine-4 {
    width: 7%;
    top: 57%;
    left: 9%;
  }
  .content-5 .deco-shine-5 {
    width: 7%;
    top: 72%;
    left: 90%;
  }
  .content-5 .deco-shine-6 {
    width: 5%;
    top: 95%;
    left: 36%;
  }
  .content-5 .white-7 {
    width: 12%;
    top: -10%;
    left: 0;
  }
  .content-5 .white-8 {
    width: 8%;
    top: 17%;
    right: 0;
  }
  .content-5 .white-9 {
    width: 7%;
    bottom: 13%;
    right: 0;
  }
  .content-5 .white-10 {
    width: 37%;
    bottom: 0;
    left: 0;
  }
  .gift-block {
    padding: 1.5rem;
    width: 70%;
    margin: 2.5rem auto 5rem auto;
    background-size: 125% auto;
  }
  .gift-block .gift-flex {
    flex-direction: column;
    gap: 1rem;
  }
  .gift-block .gift-flex div {
    max-width: 80%;
  }
  .gift-block .gift-flex div p {
    padding: 0.5rem 1.5rem;
    font-size: 2rem;
  }
  .gift-block h6 {
    font-size: 0.8rem;
    text-align: center;
    color: #e69c70;
    margin-top: 1rem;
  }
}/*# sourceMappingURL=index.css.map */