

.threejs__container {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100svh;
  opacity: 0.3;
}
.threejs__container .section__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.main__bg-gradient {
  /* background: radial-gradient(108.11% 171.59% at 86.77% -5.71%, #76454F 0%, #835B63 50.93%, #AD7A84 73.5%, rgba(192, 177, 180, 0.933333) 100%); */
}

.top__header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .top__header {
    display: none;
  }
}
.top__header .header__content {
  margin: 0 auto;
  max-width: 1440px;
  padding: 25px 27px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.top__header .header__content .header__logo {
  max-height: 61px;
  height: 100%;
  width: max-content;
  filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.25s;
}
.top__header .header__content .header__logo img {
  width: 167px;
  height: 61px;
}
.top__header .header__content .header__btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top__header .header__content .header__btn .btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid #E8C1C5;
}
.top__header .header__content .header__btn .btn.btn__line, .top__header .header__content .header__btn .btn.btn__web {
  font-family: "Shippori Mincho", sans-serif;
  background: rgba(150, 95, 105, 0.9);
  gap: 36px;
  color: rgb(255, 255, 255);
  box-shadow: 0 4px 12px 0 rgba(238, 163, 172, 0.1607843137);
}
.top__header .header__content .header__btn .btn.btn__menu {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 243, 245, 0.9) 90%, rgba(255, 232, 233, 0.9) 100%);
  gap: 13px;
  color: #9A555B;
  font-size: 20px;
  font-family: "Poiret One", sans-serif;
  filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}
.top__header .header__content .header__btn .btn.btn__menu .menu__icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.main__container {
  /* position: relative; */
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  z-index: -1;
}
.main__container .section__ellipse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main__container .section__layout.active {
  z-index: 10;
}
.main__container .section__layout {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.main__container .section__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
}
.main__container .section__container .bg__ellipse {
  width: max-content;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.main__container .section__container .bg__ellipse-gradient {
  position: relative;
  z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, #CE7D7D 0%, rgba(172, 101, 116, 0) 100%);
  border-radius: 50%;
  width: 2034px;
  height: 1029px;
}
.main__container .section__container.section__scene-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: "Poiret One", sans-serif;
  font-size: 32px;
  padding: 0 320px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main__container .section__container.section__scene-1 {
    padding: 0 24px;
  }
}
.main__container .section__container.section__scene-1 #logo-k {
  transition: all 1s ease-in-out;
}
.main__container .section__container.section__scene-1 .title__wrapper {
  position: relative;
  max-width: 580px;
  height: 92px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main__container .section__container.section__scene-1 .title__wrapper {
    max-width: 100%;
  }
}
.main__container .section__container.section__scene-1 .title__wrapper div {
  position: absolute;
  top: 50%;
}
.main__container .section__container.section__scene-1 .title__wrapper .animated__number {
  right: 0;
  transform: translate(0%, -50%);
  transition: all 1s ease-in-out;
}
.main__container .section__container.section__scene-1 .title__wrapper .title__scene {
  right: -139px;
  transform: translate(0%, -50%);
  width: 100%;
  letter-spacing: 6.4px;
  line-height: 140%;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: "Shippori Mincho", sans-serif;
  font-size: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .main__container .section__container.section__scene-1 .title__wrapper .title__scene {
    right: 0;
    left: 0;
    font-size: 16px;
  }
}
.main__container .section__container.section__scene-1 .title__wrapper .title__scene span {
  display: inline-block;
  opacity: 0;
  filter: blur(14px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.15s;
}
.main__container .section__container.section__scene-1 .title__wrapper .title__scene span.show {
  opacity: 1;
  filter: blur(0px);
}
.main__container .section__container.section__scene-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0 100px;
  z-index: 1;
}
.main__container .section__container.section__scene-2 .scene__2-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.main__container .section__container.section__scene-2 .scene__2-content .main__title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 140%;
  letter-spacing: 13.6px;
  color: rgb(255, 255, 255);
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  transition: all 1.5s ease;
  transition-delay: 0.5s;
  position: relative;
}
.main__container .section__container.section__scene-2 .scene__2-content .main__title span {
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
}
.main__container .section__container.section__scene-2 .scene__2-content .main__title span.show {
  opacity: 1;
}
.main__container .section__container.section__scene-2 .scene__2-content .sub__title {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2.8px;
  color: rgb(255, 255, 255);
  filter: blur(14px);
  opacity: 0;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}
.main__container .section__container.section__scene-3 {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.8px;
}
.main__container .section__container.section__scene-4 {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.8px;
}
.main__container .section__container.section__scene-1, .main__container .section__container.section__scene-2, .main__container .section__container.section__scene-3, .main__container .section__container.section__scene-4 {
  transition: all 0.5s ease-in-out;
}

@keyframes rotate-item {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.rotation__container {
  position: fixed;
  color: #000000;
  bottom: 4%;
  left: 2%;
  background: #FFFFFF;
  max-width: 400px;
  width: 100%;
  height: auto;
  padding: 24px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.rotation__container .input__group {
  width: 100%;
  display: flex;
  gap: 16px;
}
.rotation__container .input__group input {
  width: 100%;
}

