/** breakPoint **/
:root {
  --color-bg-product-primary: var(--brand-color-bakuraku-primary);
  --color-bg-product-medium: var(--brand-color-bakuraku-medium);
  --color-bg-product-light: var(--brand-color-bakuraku-light);
  --color-bg-product-dark: var(--brand-color-bakuraku-dark);
  --color-bg-product-medium-light: var(--brand-color-bakuraku-light);
  --color-text-product-primary: var(--brand-color-bakuraku-primary);
  --color-text-product-accent: var(--brand-color-bakuraku-accent);
  --color-button-product-primary: var(--brand-color-bakuraku-primary);
}

@media (min-width: 1080px) {
  body.fullpage-enabled {
    overflow: hidden;
    height: 100vh;
  }
}

body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar {
  display: none;
}

section {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 1080px) {
  section {
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
section::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1080px) {
  section.js-fullpage-exit {
    min-height: auto;
    max-height: none;
    overflow: visible;
    display: block;
  }
}

.c-share-button {
  text-align: center;
  width: 65px;
  height: 45px;
  background-color: #233447;
  border-radius: var(--radius_full);
  color: #fff;
  display: grid;
  align-items: center;
  transition: 0.4s;
}
.c-share-button:hover {
  box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  opacity: 0.8;
}
.c-share-button p {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-share-button span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 8px;
  line-height: 150%;
  letter-spacing: -0.02em;
  display: block;
}

.cta-button {
  padding: 12px 56px 16px 64px;
  border-radius: var(--radius_full);
  position: relative;
  color: var(--color-text-primary);
  transition: 0.5s;
  display: block;
  width: fit-content;
  text-align: center;
  left: 30px;
  box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1079px) {
  .cta-button {
    left: 15px;
    padding: 12px 40px 16px 56px;
  }
}
.cta-button:hover {
  transform: translateY(-1px);
  opacity: 0.8;
}
.cta-button__accent {
  position: absolute;
  inset: 0 auto 0 -30px;
  width: 76px;
  margin: auto 0;
}

.l-header {
  position: fixed;
  width: 100%;
}
.l-header .c-primary-button {
  padding: 0 34px 0 16px;
  min-height: 45px;
}

.l-header-main {
  background: transparent;
  padding: 32px var(--spacing_2xl) 20px;
  height: auto;
}
.l-header-main__logo img {
  height: 96px;
}
@media (max-width: 1079px) {
  .l-header-main__logo img {
    height: 67px;
  }
}
.l-header-main__inner {
  align-items: flex-start;
}
@media (max-width: 1079px) {
  .l-header-main {
    padding: 16px var(--spacing_md) 0;
  }
}

.p-2025up-mv {
  position: relative;
}
.p-2025up-mv__image {
  height: 100vh;
  object-fit: cover;
}
.p-2025up-mv__image img {
  height: 100vh;
}
@media (max-width: 1079px) {
  .p-2025up-mv__image img {
    height: auto;
  }
}
.p-2025up-mv__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 91px 0 65px;
}
@media (max-width: 1079px) {
  .p-2025up-mv__content {
    grid-template-rows: 1fr auto auto;
    padding: 107px 0 40px;
  }
}
.p-2025up-mv__subtitle {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-bottom: 13px;
}
@media (max-width: 1079px) {
  .p-2025up-mv__subtitle {
    font-size: 22px;
    line-height: 150%;
  }
}
.p-2025up-mv__title {
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 88px;
  line-height: 100%;
  letter-spacing: 0em;
}
@media (max-width: 1079px) {
  .p-2025up-mv__title {
    font-size: 50px;
    margin-bottom: 27px;
    line-height: 110%;
  }
}

.p-2025up-introduction__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1079px) {
  .p-2025up-introduction__inner {
    grid-template-columns: 1fr;
  }
}
.p-2025up-introduction__left {
  display: flex;
}
@media (max-width: 1079px) {
  .p-2025up-introduction__left {
    padding: 40px 24px;
  }
}
.p-2025up-introduction__left-wrapper {
  max-width: 427px;
  margin: auto;
}
.p-2025up-introduction__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 46px;
}
@media (max-width: 1079px) {
  .p-2025up-introduction__title {
    font-size: 42px;
    margin-bottom: 23px;
  }
}
.p-2025up-introduction__description {
  font-family: Hiragino Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 225%;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media (max-width: 1079px) {
  .p-2025up-introduction__description {
    font-size: 15px;
  }
}
.p-2025up-introduction__image img {
  height: 222px;
  width: 100%;
}
@media (max-width: 1079px) {
  .p-2025up-introduction__image img {
    height: 120px;
  }
}
.p-2025up-introduction__video {
  display: grid;
}
.p-2025up-introduction__video video {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1079px) {
  .p-2025up-introduction__video video {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
  }
}

.p-2025up-release__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media (max-width: 1079px) {
  .p-2025up-release__inner {
    grid-template-columns: 1fr;
  }
}
.p-2025up-release__title {
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  text-align: center;
  background-color: #fff;
  padding: 16px 42px;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0.02em;
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
@media (max-width: 1079px) {
  .p-2025up-release__title {
    top: 32px;
    font-size: 32px;
    padding: 8px 32px 8px 20px;
    width: max-content;
  }
}
.p-2025up-release__title span {
  font-size: 64px;
}
@media (max-width: 1079px) {
  .p-2025up-release__title span {
    font-size: 24px;
  }
}
.p-2025up-release__left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: -1;
}
@media (max-width: 1079px) {
  .p-2025up-release__left {
    height: auto;
  }
}
.p-2025up-release__left--1 {
  background-image: url(../../images/lp/2025update/release01-bg.jpg);
}
.p-2025up-release__left--2 {
  background-image: url(../../images/lp/2025update/release02-bg.jpg);
}
.p-2025up-release__left--3 {
  background-image: url(../../images/lp/2025update/release03-bg.jpg);
}
.p-2025up-release__left--4 {
  background-image: url(../../images/lp/2025update/release04-bg.jpg);
}
.p-2025up-release__left--5 {
  background-image: url(../../images/lp/2025update/release05-bg.jpg);
}
.p-2025up-release__left-wrapper {
  top: 60%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 522px;
}
@media (max-width: 1079px) {
  .p-2025up-release__left-wrapper {
    padding: 128px 0 64px;
    position: unset;
    transform: none;
    width: 100%;
  }
}
.p-2025up-release__lead {
  display: grid;
  gap: 4px;
}
.p-2025up-release__lead div {
  overflow: hidden;
  position: relative;
}
.p-2025up-release__lead span {
  position: relative;
  background-color: transparent;
  padding: 2px 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: inline-block;
  color: #fff;
  width: max-content;
  transform: translateX(-110%);
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.p-2025up-release__lead span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 1079px) {
  .p-2025up-release__lead span {
    padding: 6px 16px;
    font-size: 24px;
  }
}
.p-2025up-release__lead.is-animated div:nth-child(1) span {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.p-2025up-release__lead.is-animated div:nth-child(1) span::before {
  transform: translateX(0);
  transition-delay: 0s;
}
.p-2025up-release__lead.is-animated div:nth-child(2) span {
  transform: translateX(0);
  transition-delay: 0.45s;
}
.p-2025up-release__lead.is-animated div:nth-child(2) span::before {
  transform: translateX(0);
  transition-delay: 0.15s;
}
.p-2025up-release__lead.is-animated div:nth-child(3) span {
  transform: translateX(0);
  transition-delay: 0.6s;
}
.p-2025up-release__lead.is-animated div:nth-child(3) span::before {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.p-2025up-release__lead.is-animated div:nth-child(4) span {
  transform: translateX(0);
  transition-delay: 0.75s;
}
.p-2025up-release__lead.is-animated div:nth-child(4) span::before {
  transform: translateX(0);
  transition-delay: 0.45s;
}
.p-2025up-release__lead.is-animated div:nth-child(5) span {
  transform: translateX(0);
  transition-delay: 0.9s;
}
.p-2025up-release__lead.is-animated div:nth-child(5) span::before {
  transform: translateX(0);
  transition-delay: 0.6s;
}
.p-2025up-release__lead.is-animated div:nth-child(6) span {
  transform: translateX(0);
  transition-delay: 1.05s;
}
.p-2025up-release__lead.is-animated div:nth-child(6) span::before {
  transform: translateX(0);
  transition-delay: 0.75s;
}
.p-2025up-release__lead.is-animated div:nth-child(7) span {
  transform: translateX(0);
  transition-delay: 1.2s;
}
.p-2025up-release__lead.is-animated div:nth-child(7) span::before {
  transform: translateX(0);
  transition-delay: 0.9s;
}
.p-2025up-release__lead.is-animated div:nth-child(8) span {
  transform: translateX(0);
  transition-delay: 1.35s;
}
.p-2025up-release__lead.is-animated div:nth-child(8) span::before {
  transform: translateX(0);
  transition-delay: 1.05s;
}
.p-2025up-release__lead.is-animated div:nth-child(9) span {
  transform: translateX(0);
  transition-delay: 1.5s;
}
.p-2025up-release__lead.is-animated div:nth-child(9) span::before {
  transform: translateX(0);
  transition-delay: 1.2s;
}
.p-2025up-release__lead.is-animated div:nth-child(10) span {
  transform: translateX(0);
  transition-delay: 1.65s;
}
.p-2025up-release__lead.is-animated div:nth-child(10) span::before {
  transform: translateX(0);
  transition-delay: 1.35s;
}
.p-2025up-release__lead + .p-2025up-release__lead {
  margin-top: 80px;
}
@media (max-width: 1079px) {
  .p-2025up-release__lead + .p-2025up-release__lead {
    margin-top: 40px;
  }
}
@media (max-width: 1079px) {
  .p-2025up-release__lead:nth-child(even) {
    direction: rtl;
    margin-right: 0;
  }
  .p-2025up-release__lead:nth-child(even) span {
    transform: translateX(110%);
  }
  .p-2025up-release__lead:nth-child(even) span::before {
    transform: translateX(100%);
  }
}
.p-2025up-release__right {
  position: relative;
  z-index: -1;
}
.p-2025up-release__right--1 {
  background-color: #005C4F;
}
.p-2025up-release__right--2 {
  background-color: #825500;
}
.p-2025up-release__right--3 {
  background-color: #3E4FBF;
}
.p-2025up-release__right--4 {
  background-color: #4C6600;
}
.p-2025up-release__right--5 {
  background-color: #8C0000;
}
@media (max-width: 1079px) {
  .p-2025up-release__right {
    padding: 40px 16px;
  }
}
.p-2025up-release__right-wrapper {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translate(0%, -50%);
}
@media (max-width: 1079px) {
  .p-2025up-release__right-wrapper {
    position: unset;
    transform: none;
  }
}

.p-2025up-function-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-right: auto;
  margin-left: 80px;
  max-width: 520px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media (max-width: 1280px) {
  .p-2025up-function-item {
    margin-left: 0;
  }
}
.p-2025up-function-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1079px) {
  .p-2025up-function-item {
    margin-left: 0;
    transform: translateY(30px);
    max-width: 100%;
  }
}
.p-2025up-function-item + .p-2025up-function-item {
  margin-top: 80px;
}
@media (max-width: 1079px) {
  .p-2025up-function-item + .p-2025up-function-item {
    margin-top: 40px;
  }
}
@media (max-width: 1079px) {
  .p-2025up-function-item__check svg {
    width: 40px;
    height: 40px;
  }
}
.p-2025up-function-item__body {
  color: #fff;
}
.p-2025up-function-item__title {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.p-2025up-function-item__title span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 1079px) {
  .p-2025up-function-item__title span {
    font-size: 40px;
  }
}
@media (max-width: 1079px) {
  .p-2025up-function-item__title {
    font-size: 32px;
  }
}
.p-2025up-function-item__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media (max-width: 1079px) {
  .p-2025up-function-item__description {
    font-size: 16px;
    font-weight: 400;
  }
}
.p-2025up-function-item__image {
  display: flex;
  gap: 24px;
}
@media (max-width: 1079px) {
  .p-2025up-function-item__image {
    display: grid;
  }
}

.p-2025up-future {
  background-image: linear-gradient(rgba(14, 99, 196, 0.7), rgba(14, 99, 196, 0.7)), url(../../images/lp/2025update/future-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
}
.p-2025up-future__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1079px) {
  .p-2025up-future__inner {
    padding: 56px 0;
    position: unset;
    transform: none;
  }
}
.p-2025up-future__title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 1079px) {
  .p-2025up-future__title {
    font-size: 28px;
  }
}
.p-2025up-future__lead {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1079px) {
  .p-2025up-future__lead {
    font-size: 16px;
  }
}

/*# sourceMappingURL=2025update.css.map */
