[data-scroll-show] {
  opacity: 0;
  transform: translateY(5vw);
  transition: opacity 1s, transform 1s;
}
[data-scroll-show].scrollShowActive {
  opacity: 1;
  transform: translateY(0);
}

@keyframes show {
  to {
    opacity: 1;
    transform: translate(0) rotate(0deg);
  }
}
.teaser_wrap {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.teaser_wrap.fix {
  overflow: hidden;
}

body {
  font-size: 1.35vw;
}
body.teaser-ing .product::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 37.5%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
body.teaser-ing .people-swiper,
body.teaser-ing .product .main-swiper .zoom {
  display: none !important;
}
body.teaser-ing .slide-product {
  background: none !important;
  filter: brightness(0);
}
body.teaser-ing .product .main-swiper [data-call-lightbox] {
  pointer-events: none;
}
body:not(.teaser-ing) .coming {
  display: none !important;
}

.kv {
  position: relative;
  width: 100%;
  padding-top: 55.7291666667%;
  background: url("../img/kv-bg.jpg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}
.kv .kv-title,
.kv .kv-p {
  position: absolute;
  top: 0;
  left: 0;
}
.kv .kv-title {
  opacity: 0;
  transform: translate(-50%, 25%);
  animation: show 0.5s 0.5s forwards;
}
.kv .kv-p {
  opacity: 0;
  transform: translateY(50%);
  animation: show 0.5s 0.75s forwards;
}
.kv .kv-f-1,
.kv .kv-f-2,
.kv .kv-f-3 {
  display: block;
  position: absolute;
}
.kv .kv-f-1 {
  width: 15%;
  top: 0;
  right: 35%;
  transform: translate(300%, -200%) rotate(150deg);
  animation: show 1.5s 0.5s forwards;
}
.kv .kv-f-2 {
  width: 5%;
  top: 13%;
  right: 37%;
  transform: translate(500%, -500%) rotate(440deg);
  animation: show 1.25s 0.25s forwards;
}
.kv .kv-f-3 {
  width: 5%;
  top: 16%;
  right: 11%;
  transform: translate(500%, -500%) rotate(500deg);
  animation: show 1.5s 0.75s forwards;
}

.intro {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: url("../img/bg-intro.jpg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.intro .intro-title {
  position: absolute;
  display: block;
  top: 10%;
  width: 45%;
  margin: auto;
  left: 0;
  right: 0;
}
.intro .intro-flex {
  position: absolute;
  top: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin: auto;
  left: 0;
  right: 0;
}
.intro .intro-flex img {
  display: block;
  width: 30%;
}

.product {
  position: relative;
  width: 100%;
  padding-top: 100.9895833333%;
  background: url("../img/bg-product.png") #ececec;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}
.product .coming .comingsoon {
  position: absolute;
  display: block;
  top: 10%;
  width: 35%;
  margin: auto;
  left: 0;
  right: 0;
}
.product .coming .countdown-wrap {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
}
.product .people-swiper {
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
}
.product .people-swiper .swiper-slide img {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.product .people-swiper .swiper-slide.swiper-slide img {
  transform: translateX(10%);
}
.product .people-swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  transform: translateX(0%);
}
.product .main-swiper {
  position: absolute;
  top: 37.5%;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}
.product .main-swiper .swiper-button {
  top: 40%;
  width: 3%;
}
.product .main-swiper .swiper-button::after {
  display: none;
}
.product .main-swiper .swiper-slide {
  padding-top: 25vw;
}
.product .main-swiper .swiper-slide.swiper-slide .flex-right .slide-cha {
  transform: translateX(20%);
}
.product .main-swiper .swiper-slide.swiper-slide-active .flex-right .slide-cha {
  opacity: 1 !important;
  transform: translateX(0%);
}
.product .main-swiper .slide-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .main-swiper .slide-flex .slide-top {
  position: relative;
  padding: 0 5% 1.5% 5%;
}
.product .main-swiper .slide-flex .slide-top .slide-cha {
  position: absolute;
  display: block;
  width: 50%;
  bottom: 0;
}
.product .main-swiper .slide-flex .slide-top .slide-product {
  display: block;
  width: 50%;
  margin-top: 5%;
  transition: transform 0.5s, box-shadow 0.5s;
  background: #FFF;
}
.product .main-swiper .slide-flex .slide-top .zoom {
  position: absolute;
  width: 2.5%;
  top: 3%;
  filter: invert(1);
}
.product .main-swiper .slide-flex article {
  text-align: justify;
  font-size: 1.25vw;
  padding: 3% 5%;
  letter-spacing: 0.05vw;
}
.product .main-swiper .slide-flex article p {
  height: 4vw;
}
.product .main-swiper .slide-flex article h4 {
  border-top: 2px solid #000;
  margin-top: 0.5vw;
  padding-top: 0.5vw;
  font-size: inherit;
}






.product .main-swiper .slide-flex .flex-left,
.product .main-swiper .slide-flex .flex-right {
  position: relative;
  display: block;
  width: 50%;
}
.product .main-swiper .slide-flex .flex-left .slide-name,
.product .main-swiper .slide-flex .flex-right .slide-name {
  height: 5vw;
  background: #292d32;
  padding: 1% 5%;
}
.product .main-swiper .slide-flex .flex-left .slide-name img,
.product .main-swiper .slide-flex .flex-right .slide-name img {
  display: block;
  height: 100%;
  transition: filter 0.5s;
}
.product .main-swiper .slide-flex .flex-left .slide-cha {
  right: 0;
  transition: transform 0.5s, filter 0.5s;
}
.product .main-swiper .slide-flex .flex-left .slide-name img {
  margin: auto;
  margin-right: 0;
}
.product .main-swiper .slide-flex .flex-left .zoom {
  left: 47%;
}
.product .main-swiper .slide-flex .flex-right .slide-cha {
  left: 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s, filter 0.5s;
}
.product .main-swiper .slide-flex .flex-right .slide-product {
  margin: auto;
  margin-right: 0;
  margin-top: 5%;
}
.product .main-swiper .slide-flex .flex-right .zoom {
  right: 47%;
}

.gift {
  position: relative;
}
.gift .gift-top {
  position: relative;
  padding-bottom: 5%;
  background: linear-gradient(176deg, #ececec 90%, #FFF 90%);
}
.gift .gift-top .gift-title-1 {
  display: block;
  width: 50%;
  margin: auto;
}
.gift .gift-top .bird-1 {
  position: absolute;
  display: block;
  width: 20%;
  top: 12%;
  right: 16%;
}
.gift .gift-top .gift-block {
  margin-top: 3%;
}
.gift .gift-top .gift-block .gift-swiper-wrap {
  position: relative;
  width: 32%;
  margin: auto;
  overflow: hidden;
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper-button {
  width: 6%;
  filter: brightness(0.75);
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper-button::after {
  display: none;
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper-button-prev {
  left: 7%;
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper-button-next {
  right: 7%;
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper {
  width: 80%;
  margin: auto;
  overflow: visible;
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper .swiper-slide img {
  transform: scale(0.8);
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper .swiper-slide-active img {
  transform: scale(1);
}
.gift .gift-top .gift-block .gift-swiper-wrap .swiper img {
  display: block;
  width: 100%;
  transition: transform 0.5s;
}
.gift .gift-top .gift-block .gift-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -10%;
}
.gift .gift-top .gift-block .gift-flex .gift-swiper-wrap:last-child {
  margin-top: -3%;
}
.gift .gift-bottom {
  position: relative;
  margin-top: -1.5%;
  padding-bottom: 8%;
}
.gift .gift-bottom .gift-title-2 {
  position: relative;
  display: block;
  width: 50%;
  margin: auto;
  left: 4%;
}
.gift .gift-bottom .bird-2 {
  position: absolute;
  width: 18%;
  top: 24%;
  left: 13%;
}
.gift .gift-bottom .gift-bag {
  position: relative;
  display: block;
  width: 20%;
  margin: auto;
  left: 15%;
  margin-top: -11%;
}

.lightbox {
  display: none;
  z-index: 2001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox .lightbox-close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 5%;
}
.lightbox .lightbox-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  padding: 8vh 5%;
  background-color: #FFF !important;
}
.lightbox .lightbox-wrap .lightbox-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3%;
}
.lightbox .lightbox-wrap .lightbox-title img {
  display: block;
  height: 7.5vh;
  min-height: 5vw;
  max-height: 8vw;
  filter: brightness(0) invert(1);
}
.lightbox .lightbox-wrap .lightbox-block {
  position: absolute;
  left: 5%;
  bottom: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60vh;
  width: 60%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex article {
  flex: 1 0 0;
  font-size: 1.1vw;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex article p {
  font-weight: bold;
  margin-bottom: 1.5%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div {
  position: relative;
  width: 72%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .lightbox-block-img {
  display: block;
  width: 80%;
  margin: 0 auto;
  background: #FFF;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .glass-swiper {
  position: relative;
  width: 100%;
  margin-top: 0.75%;
  padding: 0 20%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .glass-swiper .swiper-button {
  z-index: 0;
  width: 3%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .glass-swiper .swiper-button::after {
  display: none;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .glass-swiper .swiper-button.swiper-button-prev {
  left: 13.5%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .glass-swiper .swiper-button.swiper-button-next {
  right: 13.5%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .glass-swiper .swiper-slide {
  padding: 0 0.5%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper {
  z-index: 1;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .detail-close {
  z-index: 1;
  display: block;
  position: absolute;
  top: 3%;
  right: 8%;
  width: 8%;
  filter: brightness(0.25);
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-button {
  width: 100%;
  height: 100%;
  margin: 0;
  width: 6%;
  top: 0;
  opacity: 0.8;
  transform: translate(none);
  background: linear-gradient(to bottom, #efefef, #FFF, #efefef);
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-button.swiper-button-prev {
  left: 0;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-button.swiper-button-next {
  right: 0;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-button::after {
  display: none;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-button img {
  display: block;
  width: 50%;
  margin: auto;
  filter: brightness(0.85);
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper {
  width: 100%;
  height: 100%;
}
.lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-slide {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.lightbox .lightbox-wrap .lightbox-des {
  position: absolute;
  width: 100%;
  height: 15vh;
  bottom: 0;
  left: 0;
  padding: 1.5% 5%;
}
.lightbox .lightbox-wrap .lightbox-des img {
  display: block;
  height: 100%;
}
.lightbox .lightbox-wrap .lightbox-cha {
  display: block;
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 30%;
  height: 70vh;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-position: center bottom !important;
}
.lightbox .lightbox-wrap .lightbox-notice {
  position: absolute;
  display: block;
  width: 10%;
  right: 3%;
  bottom: 2vh;
}

@media only screen and (min-width: 1025px) {
  .wrap {
    height: auto !important;
  }
  .product [data-call-lightbox]:hover .slide-cha {
    filter: brightness(1.1);
  }
  .product [data-call-lightbox]:hover .slide-product {
    transform: scale(1.025);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
  }
  .product [data-call-lightbox]:hover .slide-name img {
    filter: grayscale(1) brightness(5);
  }
}
@media only screen and (max-width: 1024px) {
  [data-scroll-show] {
    transform: translateY(10vw);
  }
  body {
    font-size: 3.5vw;
  }
  body.teaser-ing .product::before {
    height: 35%;
  }
  .kv {
    padding-top: 89.55078125%;
    background: url("../img/kv-bg-m.jpg");
  }
  .kv .kv-f-1 {
    width: 18%;
    top: 10%;
    right: 2%;
  }
  .kv .kv-f-2 {
    width: 7%;
    top: 20%;
    right: 5%;
  }
  .kv .kv-f-3 {
    width: 6%;
    top: 17%;
    right: -3%;
  }
  .intro {
    padding-top: 60.546875%;
    background: url("../img/bg-intro-m.jpg");
  }
  .intro .intro-title {
    top: 8%;
    width: 60%;
  }
  .intro .intro-flex {
    top: 42%;
    width: 95%;
  }
  .intro .intro-flex img {
    width: 30%;
  }
  .product {
    padding-top: 208.984375%;
    background: url("../img/bg-product-m.png") #ececec;
  }
  .product .coming .comingsoon {
    top: 10%;
    width: 50%;
  }
  .product .coming .countdown-wrap {
    top: 15%;
  }
  .product .people-swiper {
    top: 0;
  }
  .product .main-swiper {
    top: 31%;
    width: 100%;
  }
  .product .main-swiper .swiper-button {
    top: 25%;
    width: 5%;
  }
  .product .main-swiper .swiper-button.swiper-button-prev {
    left: 3%;
  }
  .product .main-swiper .swiper-button.swiper-button-next {
    right: 3%;
  }
  .product .main-swiper .swiper-slide {
    padding-top: 50vw;
  }
  .product .main-swiper .slide-flex .slide-top {
    padding: 0 5%;
  }
  .product .main-swiper .slide-flex .slide-top .slide-cha {
    width: 80%;
    bottom: 105%;
  }
  .product .main-swiper .slide-flex .slide-top .slide-product {
    width: 100%;
    margin-top: 9%;
  }
  .product .main-swiper .slide-flex .slide-top .zoom {
    width: 5%;
    top: 4.5%;
  }
  .product .main-swiper .slide-flex article {
    display: block;
    font-size: 3vw;
    padding: 0 8%;
    letter-spacing: 0;
  }
  .product .main-swiper .slide-flex article p {
    margin: 5% 0;
    height: 17vw;
  }
  .product .main-swiper .slide-flex article h4 {
    margin-top: 1vw;
    border-top-width: 1px;
    padding: 1vw 0 3vw 0;
  }

  .product .main-swiper .slide-flex .flex-left,
  .product .main-swiper .slide-flex .flex-right {
    padding-top: 10%;
  }
  .product .main-swiper .slide-flex .flex-left .slide-name,
  .product .main-swiper .slide-flex .flex-right .slide-name {
    height: 12vw;
    padding: 12% 6% 0% 6%;
  }
  .product .main-swiper .slide-flex .flex-left .slide-cha {
    right: 0;
  }
  .product .main-swiper .slide-flex .flex-left .zoom {
    left: 7%;
  }
  .product .main-swiper .slide-flex .flex-right .zoom {
    right: 7%;
  }
  .gift .gift-top {
    padding-bottom: 10%;
    padding-top: 8%;
    background: linear-gradient(176deg, #ececec 95%, #FFF 95%);
  }
  .gift .gift-top .gift-title-1 {
    width: 70%;
  }
  .gift .gift-top .bird-1 {
    width: 31%;
    top: -1%;
    right: 1%;
  }
  .gift .gift-top .gift-block {
    padding: 0 3%;
    margin-top: 3%;
  }
  .gift .gift-top .gift-block .gift-swiper-wrap {
    width: 70%;
  }
  .gift .gift-top .gift-block .gift-swiper-wrap .swiper-button {
    width: 8%;
  }
  .gift .gift-top .gift-block .gift-1,
  .gift .gift-top .gift-block .gift-3 {
    margin-left: 0;
  }
  .gift .gift-top .gift-block .gift-flex {
    display: block;
    margin-top: 0;
  }
  .gift .gift-top .gift-block .gift-flex .gift-2 {
    margin: auto;
    margin-right: 0;
  }
  .gift .gift-top .gift-block .gift-flex .gift-2,
  .gift .gift-top .gift-block .gift-flex .gift-3 {
    margin-top: -5% !important;
  }
  .gift .gift-bottom {
    margin-top: -1.5%;
    padding-bottom: 8%;
  }
  .gift .gift-bottom .gift-title-2 {
    width: 90%;
    left: 0;
  }
  .gift .gift-bottom .bird-2 {
    width: 30%;
    top: 45%;
    left: 8%;
  }
  .gift .gift-bottom .gift-bag {
    width: 35%;
    left: 10%;
    margin-top: 0;
  }
  .lightbox .lightbox-close {
    width: 8%;
  }
  .lightbox .lightbox-wrap {
    padding: 5vh 5% 8vh 5%;
  }
  .lightbox .lightbox-wrap .lightbox-title {
    display: block;
  }
  .lightbox .lightbox-wrap .lightbox-title img {
    height: 5vh;
    min-height: auto;
    max-height: 5vh;
  }
  .lightbox .lightbox-wrap .lightbox-title p {
    margin-top: 3vh;
  }
  .lightbox .lightbox-wrap .lightbox-block {
    position: static;
    height: auto;
    min-height: 70%;
    width: 100%;
  }
  .lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex {
    display: block;
    width: 100%;
  }
  .lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex article {
    font-size: 3vw;
    margin-top: 3vh;
  }
  .lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex article p {
    margin-bottom: 1.5%;
  }
  .lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div {
    width: 100%;
    max-width: 60vh;
    margin: auto;
  }
  .lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .detail-close {
    right: 10%;
  }
  .lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-button {
    width: 8%;
  }
  .lightbox .lightbox-wrap .lightbox-block .lightbox-block-flex > div .detail-swiper .swiper-button img {
    display: block;
    width: 50%;
    margin: auto;
    filter: brightness(0.85);
  }
  .lightbox .lightbox-wrap .lightbox-des {
    height: 8vh;
    padding: 1.5vh 5%;
  }
  .lightbox .lightbox-wrap .lightbox-cha {
    bottom: 3vh;
    right: 12%;
    width: 40%;
    height: 35vh;
  }
  .lightbox .lightbox-wrap .lightbox-notice {
    width: 15%;
  }
}/*# sourceMappingURL=index.css.map */