html {
  scroll-behavior: smooth;
}

body:not(.home) {
  background: #fff;
}

.top_page__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.top_page__bg__current, .top_page__bg__next {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.top_page__bg__current {
  opacity: 1;
}
.top_page__bg__next {
  opacity: 0;
}

.hero_section {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.hero_section {
  position: relative;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  background: #222839;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero_section__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero_section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.hero_section .section_main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 95%;
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_section .section_main .hero_content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
.hero_section .section_main .hero_content h1 {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 96px */
  letter-spacing: 6px;
}
.hero_section .section_main .hero_content h1 .sp_br {
  display: none;
}
.hero_section .section_main .hero_content p {
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
.hero_section .section_main .hero_content p .sp_br {
  display: none;
}
.hero_section .section_main .hero_content a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  border: 1px solid #FFF;
  position: relative;
  width: 100%;
  max-width: 226px;
  height: 52px;
  align-items: center;
  padding: 0 16px;
  justify-content: center;
}
.hero_section .section_main .hero_content a:hover {
  opacity: 0.8;
  transition: 0.35s ease;
}
.hero_section .section_main .hero_content a span {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}
.hero_section .section_main .hero_content a svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.about_section {
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
  z-index: 2;
}
.about_section .section_main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  width: 95%;
}
.about_section .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.about_section .title span {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
  color: #111;
}
.about_section .title h2 {
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 3.2px;
}
.about_section .about_content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.about_section .about_content .about_content__item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 32px;
  padding: 16px 16px 32px 16px;
  background: rgba(17, 17, 17, 0.04);
}
.about_section .about_content .about_content__item:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.about_section .about_content .about_content__item .about_content__item__image {
  width: 100%;
  display: flex;
  align-items: center;
}
.about_section .about_content .about_content__item .about_content__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.about_section .about_content .about_content__item .about_content__item__title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
}
.about_section .about_content .about_content__item .about_content__item__title h3 {
  margin: 0;
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 4.8px;
}
.about_section .about_content .about_content__item .about_content__item__title .product_content__item__title__arrow {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.about_section .about_content .about_content__item .about_content__item__title .product_content__item__title__arrow span {
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
}
.about_section .about_content .about_content__item .about_content__item__title .product_content__item__title__arrow svg {
  width: 9px;
  height: 5px;
}

.product_section {
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #fff;
}
.product_section .section_main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  width: 95%;
}
.product_section .section_main .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.product_section .section_main .title span {
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}
.product_section .section_main .title h2 {
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 3.2px;
}
.product_section .section_main .product_content {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.product_section .section_main .product_content .product_content__item {
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 16px 16px 32px 16px;
  background: rgba(17, 17, 17, 0.04);
}
.product_section .section_main .product_content .product_content__item:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.product_section .section_main .product_content .product_content__item .product_content__item__image {
  width: 100%;
  display: flex;
  align-items: center;
  aspect-ratio: 340/264;
  overflow: hidden;
}
.product_section .section_main .product_content .product_content__item .product_content__item__image img {
  width: 100%;
  height: auto;
  display: block;
}
.product_section .section_main .product_content .product_content__item .product_content__item__title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
}
.product_section .section_main .product_content .product_content__item .product_content__item__title h3 {
  margin: 0;
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 4.8px;
}
.product_section .section_main .product_content .product_content__item .product_content__item__title .product_content__item__title__arrow {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.product_section .section_main .product_content .product_content__item .product_content__item__title .product_content__item__title__arrow span {
  color: #111;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
}
.product_section .section_main .product_content .product_content__item .product_content__item__title .product_content__item__title__arrow svg {
  width: 9px;
  height: 5px;
}

@media screen and (max-width: 880px) {
  .hero_section .section_main .hero_content h1 .sp_br {
    display: block;
  }
  .hero_section .section_main .hero_content p .sp_br {
    display: block;
  }
  .hero_section .section_main .hero_content {
    gap: 40px;
  }
  .about_section .about_content {
    flex-direction: column;
    gap: 48px;
    width: 91.79%;
  }
  .product_section .section_main .product_content {
    flex-direction: column;
    gap: 48px;
    width: 91.79%;
  }
  .product_section .section_main .product_content .product_content__item {
    width: unset;
  }
  .product_section .section_main {
    gap: 64px;
  }
  .about_section .section_main {
    gap: 64px;
  }
}
@media screen and (max-width: 780px) {
  .hero_section .section_main .hero_content h1 {
    font-size: 32px;
    line-height: 160%; /* 51.2px */
    letter-spacing: 3.2px;
  }
  .hero_section .section_main .hero_content p {
    font-size: 12px;
    line-height: 180%; /* 21.6px */
    letter-spacing: 1.2px;
  }
  .hero_section .section_main .hero_content a {
    max-width: 186px;
    height: 48px;
  }
  .hero_section .section_main .hero_content a span {
    font-size: 12px;
    line-height: 100%; /* 12px */
    letter-spacing: 1.2px;
  }
  .about_section .title span {
    font-size: 12px;
    line-height: 100%; /* 12px */
    letter-spacing: 1.2px;
  }
  .about_section .title h2 {
    font-size: 24px;
    line-height: 100%; /* 24px */
    letter-spacing: 2.4px;
  }
  .about_section .section_main {
    gap: 64px;
  }
  .about_section .about_content .about_content__item .about_content__item__title h3 {
    font-size: 18px;
  }
  .product_section .section_main {
    gap: 64px;
  }
  .product_section .section_main .title span {
    font-size: 12px;
  }
  .product_section .section_main .title h2 {
    font-size: 24px;
    line-height: 100%; /* 24px */
    letter-spacing: 2.4px;
  }
}
@media screen and (min-width: 1025px) {
  .about_section,
  .product_section {
    min-height: calc(89vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero_section,
  .about_section,
  .product_section {
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 1024px) {
  .product_section {
    padding-top: 0;
  }
  .about_section {
    padding-bottom: 88px;
  }
}

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