@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400&display=swap");
section {
  scroll-margin-top: clamp(100px, 20vh, 200px);
}

.float-nav-menu,
.float-sns-menu {
  color: #ffffff;
}
.float-nav-menu.scrolled,
.float-sns-menu.scrolled {
  color: #8CA4AE;
}

.float-sns-menu li a {
  border-bottom: 1px solid #ffffff;
}
.float-sns-menu.scrolled li a {
  border-color: #8CA4AE;
}

@media screen and (max-width: 801px) {
  .hamburger {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .hamburger.scrolled {
    color: #8CA4AE;
    border-color: #8CA4AE;
  }
  .hamburger.active-ham {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
.header-logo-container .normal-logo,
.header-logo-container .top-logo {
  width: 100%;
  position: absolute;
  transition: width 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
.header-logo-container .normal-logo {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.header-logo-container .top-logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-logo-container.scrolled:hover {
  opacity: 0.5;
}
.header-logo-container.scrolled .normal-logo {
  opacity: 1;
  pointer-events: unset;
  visibility: unset;
}
.header-logo-container.scrolled .top-logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 801px) {
  .header-logo-container {
    width: clamp(85px, 10vw, 140px);
  }
  .header-logo-container .top-logo {
    opacity: 1;
    pointer-events: unset;
    visibility: unset;
  }
  .header-logo-container.scrolled {
    width: 85px;
  }
}

section.top-landing {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  justify-content: center;
}
section.top-landing img.landing-logo {
  width: clamp(120px, 10vw, 200px);
  opacity: 0;
}
section.top-landing h1.landing-text {
  font-family: "DM Sans", DM Sans, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  width: clamp(100px, 84.6%, 1000px);
  margin: auto;
  opacity: 0;
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 0.04em;
  line-height: 190%;
}
section.top-landing picture.landing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.top-landing picture.landing-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.top-landing.activate-anim img.landing-logo,
section.top-landing.activate-anim h1.landing-text {
  opacity: 1;
  transition: opacity 1.2s ease-in 1s;
}
section.top-landing.activate-anim picture.landing-bg {
  transform: scale(1.03);
  transition: transform 2.2s ease-in 0.1s;
}
@media screen and (min-width: 801px) {
  section.top-landing img.landing-logo {
    display: none;
  }
}
@media screen and (max-width: 801px) {
  section.top-landing h1.landing-text {
    display: none;
  }
}

section.about {
  display: flex;
  flex-direction: column;
  margin: clamp(100px, 15vw, 200px) auto 0;
}
section.about .pic-1 img {
  object-position: top left;
}
section.about .pic-2 img {
  object-position: bottom right;
}
@media screen and (max-width: 801px) {
  section.about h2, section.about p {
    width: 84.6%;
    margin: 0 auto;
  }
  section.about h2 {
    margin-bottom: 2em;
  }
  section.about p {
    line-height: 165%;
    margin-bottom: 80px;
  }
  section.about .pic-1 {
    width: 84.6%;
    margin: 0 0 60px auto;
  }
  section.about .pic-2 {
    width: 38.4%;
  }
}
@media screen and (min-width: 801px) {
  section.about {
    display: grid;
    grid-template-columns: 1fr calc(clamp(200px, 84.6%, 1200px) * 0.316) calc(clamp(200px, 84.6%, 1200px) * 0.684) 1fr;
    grid-template-rows: auto clamp(30px, 4vw, 50px) auto;
  }
  section.about h2 {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: clamp(50px, 7vw, 100px);
  }
  section.about p {
    grid-column: 3/4;
    grid-row: 3/4;
    margin-top: clamp(40px, 5vw, 90px);
    line-height: 225%;
  }
  section.about .pic-1,
section.about .pic-2 {
    height: 100%;
  }
  section.about .pic-1 img,
section.about .pic-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  section.about .pic-1 {
    width: 100%;
    grid-row: 1/3;
    grid-column: 3/4;
  }
  section.about .pic-2 {
    width: 65%;
    grid-row: 2/4;
    grid-column: 1/3;
  }
}

section.products {
  box-sizing: border-box;
  margin: clamp(120px, 14vw, 180px) 0 0 auto;
  width: 92.3vw;
}
section.products .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto clamp(30px, 3vw, 40px);
}
section.products .content-container {
  font-family: "DM Sans", DM Sans, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
}
section.products .content-container img {
  width: 100%;
}
section.products .content-container p.subtitle {
  color: #959595;
  font-size: clamp(11px, 1vw, 14px);
  letter-spacing: 0;
  line-height: 120%;
  font-weight: 300;
  margin: 1em 0 2em 0;
}
section.products .content-container .main-row {
  width: 100%;
  justify-content: space-between;
}
section.products .content-container .main-row h4,
section.products .content-container .main-row .price {
  transition: color 0.8s ease-in;
}
section.products .content-container .main-row h4 {
  font-weight: 400;
  letter-spacing: 0;
}
section.products .content-container .main-row .price {
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: 0;
}
section.products .content-container .img-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.33;
  overflow: hidden;
}
section.products .content-container .img-container img.product-img {
  transition: transform 0.8s ease-in;
  width: 100%;
  height: 100%;
  object-position: center;
}
section.products .content-container .img-container .tl, section.products .content-container .img-container .br {
  position: absolute;
  width: clamp(48px, 5vw, 62px);
  z-index: 2;
}
section.products .content-container .img-container .tl {
  top: -1px;
  left: -1px;
}
section.products .content-container .img-container .br {
  bottom: -1px;
  right: -1px;
}
section.products .content-container:hover {
  opacity: 1;
}
section.products .content-container:hover .img-container img.product-img {
  transform: scale(1.05);
}
section.products .content-container:hover .main-row h4,
section.products .content-container:hover .main-row .price {
  color: #5A8090;
}
section.products .slide-in {
  opacity: 1;
  transform: unset;
  transition: unset;
}
section.products .slide-in .content-container {
  display: block;
  opacity: 0;
  transform: translateY(7%);
}
section.products .active-slide .content-container {
  opacity: 1;
  transition: transform 1s ease-in-out 0.3s, opacity 1s ease-in-out 0.3s;
  transform: translateY(0%);
}
section.products #carousel-1-slide02 .content-container {
  transition-delay: 0.45s;
}
section.products #carousel-1-slide03 .content-container {
  transition-delay: 0.6s;
}
@media screen and (min-width: 801px) {
  section.products {
    width: calc(clamp(100px, 84.6%, 1000px) + (100vw - clamp(100px, 84.6%, 1000px)) / 2);
  }
  section.products .title-row {
    box-sizing: border-box;
    width: clamp(100px, 84.6%, 1200px);
    margin-left: 0;
  }
}

section.feature {
  width: clamp(200px, 84.6%, 1000px);
  margin: clamp(120px, 30vw, 410px) auto clamp(180px, 20vw, 270px);
}
section.feature h2 {
  margin-bottom: 30px;
}
section.feature .feature-container {
  width: 100%;
  max-width: 702px;
}
section.feature .feature-container .feature-card {
  width: 100%;
  margin-bottom: clamp(100px, 10vw, 120px);
}
section.feature .feature-container .feature-card:last-child {
  margin-bottom: 0;
}
section.feature .feature-container .img-container {
  width: 100%;
  position: relative;
}
section.feature .feature-container .img-container .no {
  font-family: "DM Sans", DM Sans, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  color: #8CA4AE;
  font-size: clamp(14px, 1.6vw, 22px);
  letter-spacing: 0;
  text-decoration: underline;
  z-index: 10;
}
section.feature .feature-container h4 {
  margin: clamp(18px, 2vw, 28px) 0 clamp(24px, 3vw, 34px);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 120%;
}
section.feature .feature-container p {
  letter-spacing: 0.06em;
}
section.feature .feature-container .annotation {
  font-size: clamp(10px, 1vw, 14px);
}
@media screen and (min-width: 801px) {
  section.feature {
    display: flex;
    justify-content: space-between;
  }
}

/*# sourceMappingURL=top.css.map */
