@charset "UTF-8";
/* stylelint-disable selector-class-pattern */
@media (max-width: 767px) {
  .spr2026-only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .spr2026-only-sp {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

.spr2026-conc-wrapper > .spr2026-conc-container {
  margin-top: 0;
}

.mainframe_ {
  position: relative;
}

.spr2026-conc-main *,
.spr2026-conc-main *::before,
.spr2026-conc-main *::after {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wrapper_ header {
    z-index: 99;
  }
}
/* stylelint-disable selector-class-pattern */
.spr2026-mirai-station-nav {
  position: absolute;
  inset: 0;
  z-index: 9;
  visibility: hidden;
  height: 100vh;
  height: 100svh;
  overflow-y: auto;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

.is-nav-open .spr2026-mirai-station-nav {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.spr2026-mirai-station-nav__panel {
  position: absolute;
  inset: 80px 0 0;
  max-width: 100%;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__panel {
    inset: 50px 0 0;
  }
}

.spr2026-mirai-station-nav__panel-inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  min-height: calc(100svh - 80px);
  padding: 32px 25px 100px;
  margin: 0 auto;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__panel-inner {
    min-height: calc(100svh - 50px);
    padding: 24px 20px 80px;
  }
}

.spr2026-mirai-station-nav__return-home {
  margin: auto 0 0;
}

.spr2026-mirai-station-nav__return-home-link {
  position: relative;
  padding-left: 26px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: 1.6px;
  text-decoration: none;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__return-home-link {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media (hover: hover) {
  .spr2026-mirai-station-nav__return-home-link {
    transition: opacity 0.2s;
  }
  .spr2026-mirai-station-nav__return-home-link:hover {
    opacity: 0.7;
  }
}

.spr2026-mirai-station-nav__return-home-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 6px;
  transform: translateY(-50%);
}

.spr2026-mirai-station-nav__list-wrap {
  margin: 70px 0 0 26px;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__list-wrap {
    margin: 45px 0 0;
  }
}

.spr2026-mirai-station-nav__list-title {
  margin: 0 0 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__list-title {
    margin: 0 0 25px;
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.spr2026-mirai-station-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 90px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.spr2026-mirai-station-nav__item {
  position: relative;
  width: calc((100% - 90px) / 2);
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__item {
    width: 100%;
  }
}
.spr2026-mirai-station-nav__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #888 50%, rgba(255, 255, 255, 0) 100%);
}

.spr2026-mirai-station-nav__link {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  letter-spacing: 1.44px;
  text-decoration: none;
}
@media (hover: hover) {
  .spr2026-mirai-station-nav__link {
    transition: opacity 0.2s;
  }
  .spr2026-mirai-station-nav__link:hover {
    opacity: 0.7;
  }
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__link {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.spr2026-mirai-station-nav__link-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11px;
  height: 6px;
  transform: translateY(-50%) scaleX(-1);
}

.spr2026-mirai-station-nav__logo {
  display: block;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
}

.spr2026-mirai-station-nav__normal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.spr2026-mirai-station-nav__normal-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.42px;
  text-decoration: none;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__normal-list-link {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}
@media (hover: hover) {
  .spr2026-mirai-station-nav__normal-list-link {
    transition: opacity 0.2s;
  }
  .spr2026-mirai-station-nav__normal-list-link:hover {
    opacity: 0.7;
  }
}

.spr2026-mirai-station-nav__close-btn-wrapper {
  padding-top: 32px;
  margin-top: auto;
  text-align: center;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__close-btn-wrapper {
    padding-top: 24px;
  }
}

.spr2026-mizu-sirube-close-btn {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  padding: 12px 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  background: transparent;
  background-color: #efefef;
  border: none;
  border-radius: 8px;
}
@media (width <= 767px) {
  .spr2026-mizu-sirube-close-btn {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.36px;
  }
}
@media (hover: hover) {
  .spr2026-mizu-sirube-close-btn {
    transition: opacity 0.2s;
  }
  .spr2026-mizu-sirube-close-btn:hover {
    opacity: 0.7;
  }
}

.spr2026-mizu-sirube-close-btn__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  pointer-events: none;
  object-fit: contain;
  transform: translateY(-50%);
}

.spr2026-mirai-station-nav__list-wrap--flex {
  display: flex;
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__list-wrap--flex {
    flex-direction: column;
  }
}
.spr2026-mirai-station-nav__list-wrap--flex > * {
  width: calc((100% - 90px) / 2);
}
@media (width <= 767px) {
  .spr2026-mirai-station-nav__list-wrap--flex > * {
    width: 100%;
  }
}

header.spr2026-mirai-station-header .language-detail {
  position: static;
  display: block;
  width: 162px;
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
header.spr2026-mirai-station-header .language-detail .languageSelect {
  padding: 8px 56px 8px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  color: #1f1f1f;
  letter-spacing: 0.48px;
  appearance: none;
  background-color: #fbfbfb;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4gPG1hc2sgaWQ9Im1hc2swXzI2MzFfNDk3OTIiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+IDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0Q5RDlEOSIvPiA8L21hc2s+IDxnIG1hc2s9InVybCgjbWFzazBfMjYzMV80OTc5MikiPiA8cGF0aCBkPSJNMTEuOTk5MiAxNC43MDY5TDYuNjkxNDEgOS4zOTkxNkw3LjM5OTE2IDguNjkxNDFMMTEuOTk5MiAxMy4yOTE0TDE2LjU5OTIgOC42OTE0MUwxNy4zMDY5IDkuMzk5MTZMMTEuOTk5MiAxNC43MDY5WiIgZmlsbD0iIzFDMUIxRiIvPiA8L2c+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
}
header.spr2026-mirai-station-header .language-detail .languageSelect::-ms-expand {
  display: none;
}

.spr2026-mirai-station-nav__language-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 171%;
  color: #1f1f1f;
  letter-spacing: 0.36px;
}

.spr2026-mirai-station-nav__panel .footer-language.hidden-fb {
  display: block !important;
}

.spr2026-mirai-station-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #FFF;
  border: none;
}

.spr2026-mirai-station-header__inner {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, border-bottom 0.3s ease;
}
@media (width <= 767px) {
  .spr2026-mirai-station-header__inner {
    height: 50px;
    padding: 0 15px;
  }
}

.spr2026-mirai-station-header__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
@media (hover: hover) {
  .spr2026-mirai-station-header__brand {
    transition: opacity 0.2s;
  }
  .spr2026-mirai-station-header__brand:hover {
    opacity: 0.7;
  }
}

.spr2026-mirai-station-header__logo {
  display: block;
  width: 148px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
@media (width <= 767px) {
  .spr2026-mirai-station-header__logo {
    width: 87px;
  }
}

.spr2026-mirai-station-header__menu {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #000;
  cursor: pointer;
  background: transparent;
  border: none;
}

.spr2026-mirai-station-header__menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28px;
  height: 21px;
}
@media (width <= 767px) {
  .spr2026-mirai-station-header__menu-icon {
    width: 16px;
    height: 12px;
  }
}

.spr2026-mirai-station-header__menu-line {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  border-radius: 9999px;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.spr2026-mirai-station-header__menu-line:first-child {
  margin-top: -10px;
}
@media (width <= 767px) {
  .spr2026-mirai-station-header__menu-line:first-child {
    margin-top: -6px;
  }
}
.spr2026-mirai-station-header__menu-line:last-child {
  margin-top: 10px;
}
@media (width <= 767px) {
  .spr2026-mirai-station-header__menu-line:last-child {
    margin-top: 6px;
  }
}

/* 開いた時 */
.is-nav-open .spr2026-mirai-station-header__inner {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.spr2026-mirai-station-header__menu[aria-expanded=true] .spr2026-mirai-station-header__menu-line {
  background-color: transparent;
}
.spr2026-mirai-station-header__menu[aria-expanded=true] .spr2026-mirai-station-header__menu-line:first-child {
  margin-top: 0;
  background-color: #000;
  transform: translateY(-50%) rotate(-45deg);
}
.spr2026-mirai-station-header__menu[aria-expanded=true] .spr2026-mirai-station-header__menu-line:last-child {
  margin-top: 0;
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
}

.spr2026-mirai-section--contact {
  background-color: #f5f5f5;
}

.spr2026-mirai-contact__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 1126px;
  max-width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}
@media (width <= 767px) {
  .spr2026-mirai-contact__inner {
    gap: 50px;
    width: auto;
    padding: 50px 20px;
  }
}

.spr2026-mirai-contact__logo {
  margin: 0;
}

.spr2026-mirai-contact__logo img {
  display: block;
  width: 255px;
  height: auto;
}
@media (width <= 767px) {
  .spr2026-mirai-contact__logo img {
    width: 176px;
  }
}

.spr2026-mirai-contact__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.spr2026-mirai-contact__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
}
@media (width <= 767px) {
  .spr2026-mirai-contact__main {
    display: flex;
    flex-direction: column;
  }
  .spr2026-mirai-contact__main > * {
    width: 100%;
  }
}

.spr2026-mirai-contact__inquiry {
  box-sizing: border-box;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #000;
  letter-spacing: 1.92px;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 10px;
}
@media (hover: hover) {
  .spr2026-mirai-contact__inquiry {
    transition: opacity 0.3s;
  }
  .spr2026-mirai-contact__inquiry:hover {
    opacity: 0.7;
  }
}
@media (width <= 767px) {
  .spr2026-mirai-contact__inquiry {
    min-height: 48px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.68px;
  }
}

.spr2026-mirai-contact__inquiry-icon {
  width: 27px;
  height: 27px;
}

.spr2026-mirai-contact__inquiry-text {
  white-space: nowrap;
}

.spr2026-mirai-contact__payment {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 8px;
}
@media (width <= 767px) {
  .spr2026-mirai-contact__payment {
    gap: 19px;
    align-items: stretch;
    min-height: 0;
    padding: 16px;
  }
}

/* SP: クレカ5 + ウォレット3 + 末尾2 の3行。PC: 下段は横並びで従来どおり5+5相当の2行に見せる */
.spr2026-mirai-contact__payment-bundle {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (width <= 767px) {
  .spr2026-mirai-contact__payment-bundle {
    flex-direction: column;
    gap: 19px;
    align-items: stretch;
  }
}

.spr2026-mirai-contact__payment-row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (width <= 767px) {
  .spr2026-mirai-contact__payment-row--cards {
    gap: 0;
    justify-content: space-between;
  }
}

@media (width <= 767px) {
  .spr2026-mirai-contact__payment-row--wallets,
  .spr2026-mirai-contact__payment-row--tail {
    justify-content: center;
  }
}

.spr2026-mirai-contact__payment-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spr2026-mirai-contact__payment-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spr2026-mirai-contact__payment-item--visa {
  width: 58.746px;
  height: 18.935px;
}

.spr2026-mirai-contact__payment-item--master {
  width: 51.215px;
  height: 33.951px;
}

.spr2026-mirai-contact__payment-item--jcb {
  width: 40.47px;
  height: 31.108px;
}

.spr2026-mirai-contact__payment-item--american {
  width: 28.772px;
  height: 28.688px;
}

.spr2026-mirai-contact__payment-item--diners {
  width: 39.131px;
  height: 28.91px;
}

.spr2026-mirai-contact__payment-item--paypay {
  width: 28.772px;
  height: 28.772px;
}

.spr2026-mirai-contact__payment-item--rakuten {
  width: 75.959px;
  height: 28.713px;
}

.spr2026-mirai-contact__payment-item--dpay {
  width: 54.668px;
  height: 28.772px;
}

.spr2026-mirai-contact__payment-item--amazon {
  width: 45.46px;
  height: 28.792px;
}

.spr2026-mirai-contact__payment-item--paidy {
  width: 78.261px;
  height: 33.456px;
}

.spr2026-mirai-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (width <= 767px) {
  .spr2026-mirai-contact__links {
    gap: 10px 20px;
  }
}

.spr2026-mirai-contact__link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 2.3333;
  color: #000;
  letter-spacing: 0.8px;
  white-space: nowrap;
  text-decoration: none;
}
@media (hover: hover) {
  .spr2026-mirai-contact__link {
    transition: opacity 0.3s;
  }
  .spr2026-mirai-contact__link:hover {
    opacity: 0.7;
  }
}
@media (width <= 767px) {
  .spr2026-mirai-contact__link {
    font-size: 12px;
    line-height: 2.3333;
    letter-spacing: 1.44px;
  }
}

.spr2026-mirai-contact__external-icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media (width <= 767px) {
  .spr2026-mirai-contact__external-icon {
    width: 20px;
    height: 20px;
  }
}

.spr2026-mirai-section--links {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.spr2026-mirai-links__inner {
  box-sizing: border-box;
  width: 1126px;
  max-width: 100%;
  padding: 60px 0 80px;
  margin: 0 auto;
}
@media (width <= 767px) {
  .spr2026-mirai-links__inner {
    width: auto;
    padding: 50px 20px;
  }
}

.spr2026-mirai-links__content {
  margin-bottom: 20px;
}
@media (width <= 767px) {
  .spr2026-mirai-links__content {
    margin-bottom: 15px;
  }
}

.spr2026-mirai-links__headline {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3333;
  color: #000;
  letter-spacing: 3.6px;
}
@media (width <= 767px) {
  .spr2026-mirai-links__headline {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: 1.92px;
  }
}

.spr2026-mirai-links__list {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (width <= 767px) {
  .spr2026-mirai-links__list {
    flex-direction: column;
  }
}

.spr2026-mirai-links__item {
  flex: 1;
}

.spr2026-mirai-links__link {
  position: relative;
  display: block;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  border-radius: 12px;
}
@media (hover: hover) {
  .spr2026-mirai-links__link {
    transition: opacity 0.3s;
  }
  .spr2026-mirai-links__link:hover {
    opacity: 0.7;
  }
}

.spr2026-mirai-links__link img {
  display: block;
  width: 100%;
  height: auto;
}

.spr2026-mirai-links__link span {
  position: absolute;
  bottom: 12px;
  left: 34px;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.6197;
  color: #000;
  letter-spacing: 1.38px;
}
@media (width <= 767px) {
  .spr2026-mirai-links__link span {
    bottom: 13px;
    left: 25px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
}

.spr2026-ui-label {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 14px 20px;
  background-color: #fff;
  border-radius: 200px;
}
@media (max-width: 767px) {
  .spr2026-ui-label {
    gap: 8px;
    padding: 10px 16px;
  }
}

.spr2026-ui-label__dot {
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Ccircle cx='6.5' cy='6.5' r='6.5' fill='%23eac7d9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.spr2026-ui-label__text {
  font-family: "Poppins", sans-serif;
  font-size: 25.313px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #71a7b4;
  text-align: center;
  letter-spacing: -1.012px;
}
@media (max-width: 767px) {
  .spr2026-ui-label__text {
    font-size: 14px;
    line-height: 10px;
    letter-spacing: -0.56px;
  }
}

.spr2026-ui-wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: var(--spr2026-ui-wave-bg-image, url("../images/fresh/bg.png"));
  background-repeat: no-repeat;
  background-position: var(--spr2026-ui-wave-bg-position, center top);
  background-size: var(--spr2026-ui-wave-bg-size, 1920px auto);
}
.spr2026-ui-wave-bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: var(--spr2026-ui-wave-fill-height, calc(100% - 153px));
  content: "";
  background-color: var(--spr2026-ui-wave-fill-color, #50b9c6);
}
@media (width >= 1920px) {
  .spr2026-ui-wave-bg {
    background-size: var(--spr2026-ui-wave-bg-size-wide, 100% 950px);
  }
}

.spr2026-conc-dots {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' shape-rendering='geometricPrecision'%3E%3Ccircle cx='20' cy='20' r='2.4' fill='%23c5d8dc'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' shape-rendering='geometricPrecision'%3E%3Ccircle cx='20' cy='20' r='2.4' fill='%23c5d8dc'/%3E%3C/svg%3E");
  background-repeat: repeat, repeat;
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px, 40px 40px;
  opacity: 0.5;
  transform: translateZ(0);
}
@media (max-width: 767px) {
  .spr2026-conc-dots {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.6' height='57.6' viewBox='0 0 57.6 57.6' shape-rendering='geometricPrecision'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23c5d8dc'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.6' height='57.6' viewBox='0 0 57.6 57.6' shape-rendering='geometricPrecision'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23c5d8dc'/%3E%3C/svg%3E");
    background-position: 0 0, 28.8px 14.4px;
    background-size: 57.6px 28.8px, 57.6px 28.8px;
  }
}

/* stylelint-disable selector-class-pattern */
.wrapper_ > .container_ {
  margin-top: 0;
}

.spr2026-conc-section--begin {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  background-color: #f9feff;
  isolation: isolate;
}
@media (max-width: 767px) {
  .spr2026-conc-section--begin {
    min-height: 0;
  }
}

.spr2026-conc-begin__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  width: 1126px;
  padding: 41px 0 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__inner {
    width: 100%;
    padding: 0 20px 70px;
  }
}

.spr2026-conc-begin__title-wrap {
  width: 100%;
  max-width: 573px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .spr2026-conc-begin__title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 183px;
  }
}

.spr2026-conc-begin__headline {
  display: flex;
  flex-wrap: nowrap;
  gap: 10.593px;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Passions Conflict", cursive;
  font-size: 121.823px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #eac7d9;
  text-transform: lowercase;
  letter-spacing: -2.4365px;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__headline {
    flex-wrap: wrap;
    gap: 5px;
    font-size: 57.829px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 86.743px */
    letter-spacing: -1.157px;
  }
}
.spr2026-conc-begin__headline img {
  width: 573px;
  height: auto;
}
.spr2026-conc-begin__headline img[data-displayin-gif-hidden-until-play] {
  visibility: hidden;
  opacity: 0;
}
.spr2026-conc-begin__headline img[data-displayin-gif-visible=true] {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__headline img {
    width: 272px;
  }
}

.spr2026-conc-begin__group--begin {
  position: relative;
  flex-shrink: 0;
  width: 172.141px;
  height: 182.734px;
  margin-inline-end: 0;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__group--begin {
    display: inline-flex;
    align-items: baseline;
    width: auto;
    height: auto;
    margin-inline-end: 0.06em;
  }
}

.spr2026-conc-begin__glyph {
  display: inline-block;
}

.spr2026-conc-begin__glyph--b {
  position: absolute;
  top: 0;
  left: calc(50% - 50.07px);
  z-index: 1;
  text-transform: capitalize;
  letter-spacing: -1.2182px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .spr2026-conc-begin__glyph--b {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.spr2026-conc-begin__glyph--egin {
  position: absolute;
  top: 0;
  left: calc(50% + 33.28px);
  z-index: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .spr2026-conc-begin__glyph--egin {
    position: relative;
    top: auto;
    left: auto;
    margin-left: -0.32em;
    transform: none;
  }
}

.spr2026-conc-begin__glyph--word {
  flex-shrink: 0;
}

.spr2026-conc-begin__catch {
  box-sizing: border-box;
  width: 100%;
  margin: -33px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #50b9c6;
  text-align: center;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__catch {
    margin-top: -10px;
    font-size: 26px;
    line-height: 150%; /* 39px */
    letter-spacing: 0.78px;
  }
}

.spr2026-conc-begin__catch-line {
  display: block;
}

.spr2026-conc-begin__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1126px;
  margin: 60px auto 0;
}
@media (min-width: 768px) {
  .spr2026-conc-begin__cards {
    grid-template-columns: repeat(2, minmax(0, 553px));
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .spr2026-conc-begin__cards {
    grid-template-columns: 1fr;
    margin: 36px auto 0;
  }
}

.spr2026-conc-begin__card {
  position: relative;
  box-sizing: border-box;
  min-height: 118px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__card {
    min-height: 0;
    border-radius: 15px;
  }
}

.spr2026-conc-begin__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #50b9c6;
}

.spr2026-conc-begin__card-body {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 28px 40px;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__card-body {
    gap: 20px;
    padding: 24px 20px;
  }
}

.spr2026-conc-begin__icon-wrap {
  position: relative;
  flex-shrink: 0;
}

.spr2026-conc-begin__icon-wrap--plain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
}

.spr2026-conc-begin__icon-wrap--plain .spr2026-conc-begin__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spr2026-conc-begin__card-text {
  flex: 1;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.54;
  color: #fff;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__card-text {
    display: block;
    font-size: 16px;
    line-height: 154%; /* 24.64px */
    letter-spacing: 0.48px;
  }
}

.spr2026-conc-begin__outro {
  margin: 94px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__outro {
    margin-top: 48px;
  }
}

.spr2026-conc-begin__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  color: #50b9c6;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__lead {
    font-size: 16px;
    line-height: 23px; /* 143.75% */
    letter-spacing: 0.48px;
  }
}

.spr2026-conc-begin__tagline {
  margin: 24px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #50b9c6;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .spr2026-conc-begin__tagline {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

.spr2026-conc-begin__tagline-line {
  display: block;
}

.spr2026-conc-section--fresh {
  position: relative;
  margin-inline: auto;
  margin-top: -280px;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 767px) {
  .spr2026-conc-section--fresh {
    min-height: 0;
    margin-top: -10px;
  }
}

.spr2026-conc-fresh__inner {
  position: relative;
  z-index: 1;
  width: 1126px;
  padding: 114px 0 120px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-fresh__inner {
    width: 100%;
    padding: 100px 20px 80px;
  }
}

.spr2026-conc-fresh__intro {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-fresh__intro {
    gap: 28px;
    width: 100%;
  }
}

.spr2026-conc-fresh__headline {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-feature-settings: "halt" 1;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .spr2026-conc-fresh__headline {
    font-size: 24px;
    font-feature-settings: "halt" on;
    line-height: 18px;
    letter-spacing: 0.72px;
  }
}

.spr2026-conc-fresh__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 553px));
  gap: 40px 20px;
  justify-content: center;
  max-width: 1126px;
  margin-inline: auto;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .spr2026-conc-fresh__grid {
    gap: 32px 9px;
    margin-top: 60px;
  }
}

.spr2026-conc-fresh__card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .spr2026-conc-fresh__card {
    justify-content: unset;
    padding: 32px 10px 20px;
  }
}

.spr2026-conc-fresh__card-deco {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  width: 41px;
  height: 41px;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 41'%3E%3Ccircle cx='20.5' cy='20.5' r='20.5' fill='%23fff'/%3E%3Cpath d='M10.543 20.5006L19.9144 26.9435L30.7501 16.9863' stroke='%2371a7b4' stroke-width='4.68571' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}

.spr2026-conc-fresh__card-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-feature-settings: "halt" 1;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.72px;
}
@media (max-width: 767px) {
  .spr2026-conc-fresh__card-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.54px;
  }
}

.spr2026-conc-fresh__card-divider {
  width: 100%;
  max-width: 433px;
  height: 3px;
  background-image: radial-gradient(circle at 50% 50%, #fff 1.5px, transparent 1.51px);
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: 6px 3px;
}

.spr2026-conc-fresh__card-text {
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "halt" on;
  line-height: 28.8px;
  color: #fff;
  text-align: left;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-conc-fresh__card-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.42px;
  }
}

.spr2026-conc-section--flavors {
  position: relative;
  width: 100%;
  margin-inline: auto;
  background-color: #eac7d9;
}

.spr2026-conc-flavors__inner {
  width: 1126px;
  padding: 80px 0 400px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__inner {
    width: 100%;
    padding: 40px 20px 80px;
  }
}

.spr2026-conc-flavors__title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1.12px;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__title {
    font-size: 24px;
    line-height: 17px;
    letter-spacing: -0.96px;
  }
}

.spr2026-conc-flavors__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__grid {
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
  }
}

.spr2026-conc-flavors__card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 553px;
  min-height: 268px;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__card {
    max-width: 100%;
    min-height: 0;
    padding: 20px;
  }
}

.spr2026-conc-flavors__card-main {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__card-main {
    gap: 20px;
    align-items: unset;
    justify-self: unset;
  }
}

.spr2026-conc-flavors__swatch {
  flex-shrink: 0;
  width: 187px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__swatch {
    flex-shrink: 0;
    width: calc(50% - 20px);
    height: 100%;
  }
}
.spr2026-conc-flavors__swatch img {
  width: 100%;
  height: auto;
}

.spr2026-conc-flavors__rule {
  flex-shrink: 0;
  width: 3px;
  height: 187px;
  background-image: radial-gradient(circle at 50% 50%, #eac7d9 1.5px, transparent 1.51px);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 3px 6px;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__rule {
    width: 3px;
    height: auto;
  }
}

.spr2026-conc-flavors__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: #d886af;
  text-align: center;
  white-space: normal;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__copy {
    flex-shrink: 0;
    width: calc(50% - 20px);
  }
}

.spr2026-conc-flavors__name {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__name {
    font-size: 24px;
    line-height: 120%; /* 28.8px */
  }
}

.spr2026-conc-flavors__desc {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "halt" 1;
  line-height: 1.8;
  letter-spacing: 0.48px;
}
@media (max-width: 767px) {
  .spr2026-conc-flavors__desc {
    margin: 0 -0.5em;
    font-size: 14px;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
  }
}

.spr2026-conc-flavors__img {
  display: block;
  max-width: none;
  object-fit: cover;
}

.spr2026-conc-flavors__img--base {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 208px;
  object-position: 50% 50%;
}

.spr2026-conc-flavors__img--front {
  position: absolute;
  top: 51px;
  left: 100px;
  width: 95px;
  height: auto;
  object-fit: contain;
}

.spr2026-conc-section--products {
  position: relative;
  margin-top: -280px;
}
@media (max-width: 767px) {
  .spr2026-conc-section--products {
    margin-top: -40px;
  }
}

.spr2026-conc-products__inner {
  position: relative;
  z-index: 1;
  width: 1126px;
  padding: 80px 0 120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spr2026-conc-products__inner {
    width: auto;
    padding: 48px 15px 80px;
  }
}

.spr2026-conc-products__intro {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .spr2026-conc-products__intro {
    gap: 28px;
    width: 100%;
  }
}

.spr2026-conc-products__headline {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .spr2026-conc-products__headline {
    font-size: 24px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.72px;
  }
}

.spr2026-conc-products__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 69px;
}
@media (max-width: 767px) {
  .spr2026-conc-products__cards {
    margin-top: 60px;
  }
}

.spr2026-conc-products-card {
  box-sizing: border-box;
  padding: 60px 80px;
  background: #f2f2f2;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 20px;
  }
  .spr2026-conc-products-card > * {
    width: 100%;
  }
  .spr2026-conc-products-card::before {
    display: block;
    width: 100%;
    aspect-ratio: 296/160;
    content: "";
  }
  .spr2026-conc-products-card.spr2026-conc-products-card--slider::before {
    margin-bottom: 30px;
  }
}

.spr2026-conc-products-card__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__header {
    gap: 8px;
    margin-top: 28px;
  }
}

.spr2026-conc-products-card__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 24px;
  color: #06090a;
  letter-spacing: -0.68px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.52px;
  }
}

.spr2026-conc-products-card__description {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  color: #06090a;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__description {
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.48px;
  }
}

.spr2026-conc-products-card__body {
  display: grid;
  grid-template-columns: 491px 433px;
  gap: 40px;
  align-items: end;
  margin-top: 22px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__body {
    grid-template-columns: 1fr;
    gap: 0;
    order: 99;
    margin-top: 14px;
  }
}

.spr2026-conc-products-card__visual {
  min-height: 264px;
  overflow: hidden;
  border-radius: 12px;
}
.spr2026-conc-products-card--slider .spr2026-conc-products-card__visual {
  overflow: visible;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__visual {
    position: absolute;
    top: 28px;
    left: 20px;
    z-index: 1;
    width: calc(100% - 40px);
    min-height: 0;
    aspect-ratio: 296/160;
  }
}

.spr2026-conc-products-card__image {
  display: block;
  width: 100%;
  height: 264px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.spr2026-conc-products-card__carousel {
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__carousel {
    height: 100%;
  }
}

.spr2026-conc-products-card__carousel-main {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__carousel-main {
    height: 100%;
  }
}

/* Swiper は .swiper の直下に .swiper-wrapper が必要なため、ラップはこの内側の .swiper に付ける */
.spr2026-conc-products-card__carousel-main .swiper {
  width: 100%;
  height: 100%;
}

.spr2026-conc-products-card__carousel .swiper-slide {
  height: 100%;
}

.spr2026-conc-products-card__carousel-pagination {
  position: absolute;
  top: calc(100% + 12px) !important;
  left: 50% !important;
  z-index: 2;
  display: inline-flex;
  gap: 16px !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__carousel-pagination {
    bottom: 8px !important;
  }
}

.spr2026-conc-products-card__carousel-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #d9d9d9;
  opacity: 1;
}

.spr2026-conc-products-card__carousel-pagination .swiper-pagination-bullet-active {
  background: #50b9c6;
  border: 2px solid #d9d9d9;
}

.spr2026-conc-products-card__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spr2026-conc-products-card__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #606060;
  letter-spacing: 0.48px;
}

.spr2026-conc-products-card__list {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #606060;
  letter-spacing: 0.48px;
  list-style: none;
}

.spr2026-conc-products-card__list li {
  position: relative;
  padding-left: 14px;
}

.spr2026-conc-products-card__list li::before {
  position: absolute;
  top: 0.85em;
  left: 2px;
  width: 4px;
  height: 4px;
  content: "";
  background: #606060;
  border-radius: 50%;
  transform: translateY(-50%);
}

.spr2026-conc-products-card__price {
  display: flex;
  gap: 2px;
  align-items: baseline;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #010101;
  letter-spacing: -0.4px;
}
.spr2026-conc-products-card__reserve {
  font-weight: normal;
}
.spr2026-conc-products-card__reserve p {
  line-height: 1;
}
.spr2026-conc-products-card__reserve p:first-child {
  margin-bottom: 10px;
}
.spr2026-conc-products-card__reserve p small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;  
}
.spr2026-conc-products-card__reserve p:last-child {
  margin: 0;
  line-height: 1;
}
.spr2026-conc-products-card__reserve strong.spr2026-conc-products-card__pink {
  color: #d886af;
}
.spr2026-conc-products-card__reserve strong {
  font-weight: bold;
}
.spr2026-conc-products-card__reserve strong span {
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.608px;
  display: inline-block;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__price {
    justify-content: center;
  }
  .spr2026-conc-products-card__reserve strong span { 
    font-size: 30.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.608px;
  }
}

.spr2026-conc-products-card__price span {
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  line-height: 168.351%;
  letter-spacing: -0.608px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__price span {
    font-size: 30.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.179px; /* 168.351% */
    letter-spacing: -0.608px;
  }
}

.spr2026-conc-products-card__price small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.spr2026-conc-products-card__cta {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 47px;
  padding: 0 58px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #d886af;
  border-radius: 22px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__cta {
    width: 295px;
    margin: 13px auto 0;
  }
}
.spr2026-conc-products-card__cta::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 150%;
  content: "";
  background-color: #50b9c6;
  border-radius: 50% 50% 0 0;
  transform: translate(-50%, 100%);
  transition: transform 0.56s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (hover: hover) {
  .spr2026-conc-products-card__cta:hover {
    opacity: 1;
  }
  .spr2026-conc-products-card__cta:hover::before {
    transform: translate(-50%, -20%);
  }
}

.spr2026-conc-products-card__cta-icon {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.spr2026-conc-products-card__cta > * {
  position: relative;
  z-index: 1;
}

.spr2026-conc-products-card__cta::after {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1.6px solid #fff;
  border-bottom: 1.6px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.35s ease;
}

.spr2026-conc-products-card__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__tabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 24px;
  }
}

.spr2026-conc-products-card__tab {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #474747;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__tab {
    height: 57px;
  }
}

.spr2026-conc-products-card__tab:not(.spr2026-conc-products-card__tab-link)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 28px;
  content: "";
  background-image: radial-gradient(circle at 50% 50%, #474747 1.2px, transparent 1.25px);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 3px 6px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__tab:not(.spr2026-conc-products-card__tab-link)::after {
    top: 100%;
    right: auto;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: radial-gradient(circle at 50% 50%, #474747 1.2px, transparent 1.25px);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: 6px 3px;
    transform: translateX(0);
  }
}

@media (hover: hover) {
  .spr2026-conc-products-card__tab:hover {
    opacity: 0.7;
  }
}

.spr2026-conc-products-card__chevron {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  transition: transform 0.3s;
}

.spr2026-conc-products-card__tab[aria-expanded=true] .spr2026-conc-products-card__chevron {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.spr2026-conc-products-card__tab img {
  display: block;
}

.spr2026-conc-products-card__tab[data-products-modal-trigger] img {
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__tab[data-products-modal-trigger] img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}

.spr2026-conc-products-card__tab-link img {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__tab-link img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}

.spr2026-conc-products-card__tab-link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__tab-link {
    order: 4;
  }
}

.spr2026-conc-products-card__panel {
  box-sizing: border-box;
  grid-column: 1/-1;
  padding: 20px;
  margin-top: 20px;
  background: #e9e9e9;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-card__panel {
    order: 2;
  }
}

@media (max-width: 767px) {
  .spr2026-conc-products-card__tab[data-products-accordion-trigger] {
    order: 1;
  }
}

@media (max-width: 767px) {
  .spr2026-conc-products-card__tab[data-products-modal-trigger] {
    order: 3;
  }
}

.spr2026-conc-products-card__panel[hidden] {
  display: none;
}

.spr2026-conc-products-card__panel ul {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #606060;
  letter-spacing: 0.42px;
}

.spr2026-conc-section--arrange {
  position: relative;
  width: 100%;
  margin-inline: auto;
  background-color: #f9feff;
}
.spr2026-conc-section--arrange::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 153px;
  content: "";
  background-image: url("../images/arrange/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media (width >= 1920px) {
  .spr2026-conc-section--arrange::before {
    background-size: 100% 100%;
  }
}

.spr2026-conc-arrange__inner {
  position: relative;
  z-index: 1;
  width: 1126px;
  padding: 100px 0 170px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-arrange__inner {
    width: auto;
    padding: 80px 20px 45px;
  }
}

.spr2026-conc-arrange__label {
  display: flex;
  justify-content: center;
}
.spr2026-conc-arrange__label .spr2026-ui-label {
  background-color: #50b9c6;
}
.spr2026-conc-arrange__label .spr2026-ui-label__text {
  color: #fff;
}

.spr2026-conc-arrange__headline {
  padding-top: 34px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  color: #50b9c6;
  text-align: center;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .spr2026-conc-arrange__headline {
    padding-top: 28px;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 0.72px;
  }
}

.spr2026-conc-arrange__cards {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .spr2026-conc-arrange__cards {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin-top: 60px;
  }
}

.spr2026-conc-arrange-card {
  width: 335px;
}
@media (max-width: 767px) {
  .spr2026-conc-arrange-card {
    width: 100%;
  }
}

.spr2026-conc-arrange-card__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px;
}
.spr2026-conc-arrange-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.spr2026-conc-arrange-card__info {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.spr2026-conc-arrange-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  letter-spacing: 0.48px;
  white-space: nowrap;
  background-color: #d886af;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .spr2026-conc-arrange-card__index {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.42px;
  }
}

.spr2026-conc-arrange-card__name {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
  color: #50b9c6;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .spr2026-conc-arrange-card__name {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

@media (width <= 520px) {
  .spr2026-conc-arrange-card__name {
    white-space: normal;
  }
}
.spr2026-conc-noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #3ab1c1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjY2OCIgdmlld0JveD0iMCAwIDEzNjYgNjY4IiBmaWxsPSJub25lIj4gPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfbl8yNjk4XzI0NjY2KSI+IDxyZWN0IHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjY2OCIgZmlsbD0iIzNBQjFDMSIvPiA8L2c+IDxkZWZzPiA8ZmlsdGVyIGlkPSJmaWx0ZXIwX25fMjY5OF8yNDY2NiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNjYiIGhlaWdodD0iNjY4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+IDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+IDxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+IDxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIzLjMzMzMzMzI1Mzg2MDQ3MzYgMy4zMzMzMzMyNTM4NjA0NzM2IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI0NzM4Ii8+IDxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+IDxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPiA8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+IDwvZmVDb21wb25lbnRUcmFuc2Zlcj4gPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPiA8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgxOTUsIDIzMSwgMjI5LCAwLjUpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+IDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPiA8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMjY5OF8yNDY2NiI+IDxmZU1lcmdlTm9kZSBpbj0ic2hhcGUiLz4gPGZlTWVyZ2VOb2RlIGluPSJjb2xvcjEiLz4gPC9mZU1lcmdlPiA8L2ZpbHRlcj4gPC9kZWZzPjwvc3ZnPg==");
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.25;
}

.spr2026-conc-noise--brand-blue {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #50b9c6;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjY2OCIgdmlld0JveD0iMCAwIDEzNjYgNjY4IiBmaWxsPSJub25lIj4gPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfbl8yNjk4XzI0NjY2KSI+IDxyZWN0IHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjY2OCIgZmlsbD0iIzNBQjFDMSIvPiA8L2c+IDxkZWZzPiA8ZmlsdGVyIGlkPSJmaWx0ZXIwX25fMjY5OF8yNDY2NiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNjYiIGhlaWdodD0iNjY4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+IDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+IDxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+IDxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIzLjMzMzMzMzI1Mzg2MDQ3MzYgMy4zMzMzMzMyNTM4NjA0NzM2IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI0NzM4Ii8+IDxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+IDxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPiA8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+IDwvZmVDb21wb25lbnRUcmFuc2Zlcj4gPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPiA8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgxOTUsIDIzMSwgMjI5LCAwLjUpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+IDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPiA8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMjY5OF8yNDY2NiI+IDxmZU1lcmdlTm9kZSBpbj0ic2hhcGUiLz4gPGZlTWVyZ2VOb2RlIGluPSJjb2xvcjEiLz4gPC9mZU1lcmdlPiA8L2ZpbHRlcj4gPC9kZWZzPjwvc3ZnPg==");
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.25;
}

.spr2026-conc-section--hero {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
}

.spr2026-conc-hero__scene {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px);
  min-height: 646px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__scene {
    height: 100vh;
    height: 100svh;
    min-height: 754px;
    padding: 70px 20px;
  }
}

.spr2026-conc-hero__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  gap: 53px;
  align-items: center;
  width: 1126px;
  min-height: 0;
  padding: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__content {
    flex-flow: column;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
}

.spr2026-conc-hero__band {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #3ab1c1;
}
.spr2026-conc-hero__band .spr2026-conc-noise {
  z-index: 1;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__band {
    position: absolute;
    inset: 0;
  }
}

.spr2026-conc-hero__col {
  position: relative;
  z-index: 3;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 56px;
  width: 370px;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__col {
    gap: 0;
    width: 100%;
    max-width: none;
  }
}

.spr2026-conc-hero__catch {
  max-width: 100%;
}

.spr2026-conc-hero__catch-title {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1.32px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__catch-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.84px;
  }
}

.spr2026-conc-hero__catch-line {
  display: block;
}

.spr2026-conc-hero__catch-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__catch-lead {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.42px;
  }
}

.spr2026-conc-hero__brand {
  width: 100%;
  max-width: 335px;
}

.spr2026-conc-hero__brand-label {
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.96px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__brand-label {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: -0.64px;
  }
}

.spr2026-conc-hero__brand-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.spr2026-conc-hero__brand-name {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: -4.8px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__brand-name {
    font-size: 60px;
    line-height: 42px;
    letter-spacing: -2.4px;
  }
}

.spr2026-conc-hero__brand-taglines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.54px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__brand-taglines {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.36px;
  }
}

.spr2026-conc-hero__kv {
  position: relative;
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: min(893px, 52%);
  max-width: 100%;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__kv {
    width: 100%;
    margin-inline: auto;
  }
}

.spr2026-conc-hero__kv-inner {
  position: relative;
  width: 100%;
  height: 614px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__kv-inner {
    height: auto;
    margin-top: -10px;
    margin-bottom: 8.5px;
  }
}
.spr2026-conc-hero__kv-inner > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 831px;
}
.spr2026-conc-hero__kv-inner img {
  max-width: unset;
  width: auto;
  height: 614px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__kv-inner .swiper {
    position: static;
  }
  .spr2026-conc-hero__kv-inner > div {
    position: static;
    width: 100%;
  }
  .spr2026-conc-hero__kv-inner img {
    width: 400px;
    height: auto;
  }
}

.spr2026-conc-hero__cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 267px;
  max-width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__cta {
    gap: 5px;
    width: 195px;
    margin-top: 28px;
  }
}

.spr2026-conc-hero__cta-date {
  display: flex;
  gap: 6.277px;
  align-items: center;
  justify-content: center;
}
.spr2026-conc-hero__cta-date::before, .spr2026-conc-hero__cta-date::after {
  flex-shrink: 0;
  width: 10px;
  height: 15px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__cta-date::before, .spr2026-conc-hero__cta-date::after {
    width: 8px;
    height: 12px;
  }
}
.spr2026-conc-hero__cta-date::before {
  background-image: url("../images/icons/icon-text-wrap.png");
}
.spr2026-conc-hero__cta-date::after {
  background-image: url("../images/icons/icon-text-wrap.png");
  transform: scaleX(-1);
}

.spr2026-conc-hero__cta-date-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18.83px;
  font-weight: 500;
  line-height: 39.544px;
  letter-spacing: 0.5649px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__cta-date-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 25.2px; /* 210% */
    letter-spacing: 0.36px;
  }
}

.spr2026-conc-hero__cta-link {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 4px 16px;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  border-radius: 30px;
  transition: opacity 0.3s, transform 0.3s;
}
.spr2026-conc-hero__cta-link::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 120%;
  height: 150%;
  content: "";
  background-color: #eeda3b;
  border-radius: 50% 50% 0 0;
  transform: translate(-50%, 100%);
  transition: transform 0.56s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media (hover: hover) {
  .spr2026-conc-hero__cta-link:hover::before {
    transform: translate(-50%, -20%);
  }
}
@media (max-width: 767px) {
  .spr2026-conc-hero__cta-link {
    position: relative;
    gap: 0;
    padding: 7px 40px;
  }
}

.spr2026-conc-hero__cta-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #71a7b4;
  letter-spacing: 0.48px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__cta-link-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 214.286% */
    letter-spacing: 0.42px;
  }
}

.spr2026-conc-hero__cta-link-icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 11.676px;
  height: 11.676px;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__cta-link-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    transform: translateY(-50%);
  }
}
.spr2026-conc-hero__cta-link-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  content: "";
  border-right: 1.5px solid #71a7b4;
  border-bottom: 1.5px solid #71a7b4;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .spr2026-conc-hero__cta-link-icon::after {
    width: 9px;
    height: 9px;
    margin-top: 0;
  }
}

.spr2026-conc-products-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.spr2026-conc-products-modal::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.75);
}

.spr2026-conc-products-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.spr2026-conc-products-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.42px;
  cursor: pointer;
  background: none;
  border: 0;
}

.spr2026-conc-products-modal__close-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.spr2026-conc-products-modal__close-icon::before,
.spr2026-conc-products-modal__close-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  content: "";
  background: currentcolor;
  transform-origin: center;
}

.spr2026-conc-products-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spr2026-conc-products-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.spr2026-conc-products-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 806px;
  height: calc(100% - 120px);
  padding: 0;
  margin: auto;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  background: #fff;
  border-radius: 20px;
  -ms-overflow-style: none;
}
.spr2026-conc-products-modal__dialog::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .spr2026-conc-products-modal__dialog {
    width: calc(100% - 40px);
    height: calc(100% - 120px);
  }
}

.spr2026-conc-products-modal__inner {
  height: 100%;
}

.spr2026-conc-products-modal__scroll {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  padding: 70px 40px 0;
  margin: auto;
}
@media (max-width: 767px) {
  .spr2026-conc-products-modal__scroll {
    width: 100%;
    padding: 40px 20px 0;
  }
}
.spr2026-conc-products-modal__scroll::after {
  position: sticky;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 70px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 91.11%);
}

.spr2026-conc-products-modal__title {
  margin: 0 0 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f1f1f;
  text-align: center;
  letter-spacing: 1.26px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-modal__title {
    margin: 0 0 40px;
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

.spr2026-conc-products-modal__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-modal__main {
    gap: 24px;
  }
}

.spr2026-conc-products-modal__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.spr2026-conc-products-modal__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #1f1f1f;
  letter-spacing: 0.6px;
  background: #f2f2f2;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .spr2026-conc-products-modal__label {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.48px;
  }
}

.spr2026-conc-products-modal__value {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #1f1f1f;
  text-align: center;
  letter-spacing: 0.42px;
}

.spr2026-conc-products-modal__scroll hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 3px dotted #6d6d6d;
}

.spr2026-conc-products-modal__note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #1f1f1f;
  letter-spacing: 0.42px;
}

.spr2026-conc-products-modal__note p {
  margin: 0;
}

.spr2026-conc-products-modal__note ul {
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.spr2026-conc-products-modal__note li {
  margin: 0;
}

.spr2026-conc-products-modal__fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 145px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 91.106%);
  transition: opacity 0.2s ease;
}

.footer-logo ul li.theitoen {
  margin-right: 27px;
}
@media screen and (width <= 767px) {
  .footer-logo ul li.theitoen {
    margin-right: 0;
  }
  .footer-logo ul li.theitoen img {
    width: 124px;
  }
}

[data-animate=headline] > * {
  display: block;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translate3d(0, 2.2rem, 0);
  transition: opacity 0.45s ease-out, transform 0.75s cubic-bezier(0.2, 0.9, 0.2, 1), clip-path 0.75s cubic-bezier(0.2, 0.9, 0.2, 1);
}
[data-animate=headline] > *:nth-child(1) {
  transition-delay: 0s;
}
[data-animate=headline] > *:nth-child(2) {
  transition-delay: 0.12s;
}
[data-animate=headline] > *:nth-child(3) {
  transition-delay: 0.24s;
}
[data-animate=headline] > *:nth-child(4) {
  transition-delay: 0.36s;
}
[data-animate=headline] [data-animate-line],
[data-animate=headline] .t1,
[data-animate=headline] .t2,
[data-animate=headline] .t3,
[data-animate=headline] .t4 {
  display: block;
  opacity: 0;
  transform: translate3d(0, 1.6rem, 0);
  transition: opacity 0.45s ease-out, transform 0.75s cubic-bezier(0.2, 0.9, 0.2, 1);
}
[data-animate=headline] [data-animate-line="1"],
[data-animate=headline] .t1 {
  transition-delay: 0s;
}
[data-animate=headline] [data-animate-line="2"],
[data-animate=headline] .t2 {
  transition-delay: 0.12s;
}
[data-animate=headline] [data-animate-line="3"],
[data-animate=headline] .t3 {
  transition-delay: 0.24s;
}
[data-animate=headline] [data-animate-line="4"],
[data-animate=headline] .t4 {
  transition-delay: 0.36s;
}
[data-animate=headline] [data-animate-line="5"],
[data-animate=headline] .t5 {
  transition-delay: 0.48s;
}
[data-animate=headline] [data-animate-line="6"],
[data-animate=headline] .t6 {
  transition-delay: 0.6s;
}
[data-animate=headline].spr2026-js-displayin--in > *, [data-animate=headline].spr2026-js-displayin--top > *, [data-animate=headline].spr2026-js-displayin--center > *, [data-animate=headline].spr2026-js-displayin--bottom > * {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0);
}
[data-animate=headline].spr2026-js-displayin--in [data-animate-line], [data-animate=headline].spr2026-js-displayin--top [data-animate-line], [data-animate=headline].spr2026-js-displayin--center [data-animate-line], [data-animate=headline].spr2026-js-displayin--bottom [data-animate-line], [data-animate=headline].spr2026-js-displayin--in .t1, [data-animate=headline].spr2026-js-displayin--in .t2, [data-animate=headline].spr2026-js-displayin--in .t3, [data-animate=headline].spr2026-js-displayin--in .t4, [data-animate=headline].spr2026-js-displayin--top .t1, [data-animate=headline].spr2026-js-displayin--top .t2, [data-animate=headline].spr2026-js-displayin--top .t3, [data-animate=headline].spr2026-js-displayin--top .t4, [data-animate=headline].spr2026-js-displayin--center .t1, [data-animate=headline].spr2026-js-displayin--center .t2, [data-animate=headline].spr2026-js-displayin--center .t3, [data-animate=headline].spr2026-js-displayin--center .t4, [data-animate=headline].spr2026-js-displayin--bottom .t1, [data-animate=headline].spr2026-js-displayin--bottom .t2, [data-animate=headline].spr2026-js-displayin--bottom .t3, [data-animate=headline].spr2026-js-displayin--bottom .t4, [data-animate=headline].spr2026-js-displayin--in .t5, [data-animate=headline].spr2026-js-displayin--top .t5, [data-animate=headline].spr2026-js-displayin--center .t5, [data-animate=headline].spr2026-js-displayin--bottom .t5, [data-animate=headline].spr2026-js-displayin--in .t6, [data-animate=headline].spr2026-js-displayin--top .t6, [data-animate=headline].spr2026-js-displayin--center .t6, [data-animate=headline].spr2026-js-displayin--bottom .t6, [data-animate=headline].spr2026-js-displayin--in [data-animate-line="5"], [data-animate=headline].spr2026-js-displayin--top [data-animate-line="5"], [data-animate=headline].spr2026-js-displayin--center [data-animate-line="5"], [data-animate=headline].spr2026-js-displayin--bottom [data-animate-line="5"], [data-animate=headline].spr2026-js-displayin--in [data-animate-line="6"], [data-animate=headline].spr2026-js-displayin--top [data-animate-line="6"], [data-animate=headline].spr2026-js-displayin--center [data-animate-line="6"], [data-animate=headline].spr2026-js-displayin--bottom [data-animate-line="6"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-animate=fade-up] {
  opacity: 0;
  transform: translate3d(0, 3rem, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}
[data-animate=fade-up].spr2026-js-displayin--in, [data-animate=fade-up].spr2026-js-displayin--top, [data-animate=fade-up].spr2026-js-displayin--center, [data-animate=fade-up].spr2026-js-displayin--bottom {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@keyframes spr2026-conc-hero-from-left-fade {
  from {
    opacity: 0;
    transform: translate3d(-1.5rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes spr2026-conc-hero-kv-in {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .spr2026-conc-section--hero .spr2026-conc-hero__col {
    animation: spr2026-conc-hero-from-left-fade 1.4s ease-out both;
  }
  .spr2026-conc-section--hero .spr2026-conc-hero__kv.spr2026-only-pc {
    animation: spr2026-conc-hero-kv-in 1.4s ease-in-out 0s both;
    transform-origin: center center;
  }
}
@media (max-width: 767px) {
  .spr2026-conc-section--hero .spr2026-conc-hero__catch,
  .spr2026-conc-section--hero .spr2026-conc-hero__brand,
  .spr2026-conc-section--hero .spr2026-conc-hero__cta {
    animation: spr2026-conc-hero-from-left-fade 1.4s ease-out both;
  }
  .spr2026-conc-section--hero .spr2026-conc-hero__kv.spr2026-only-sp {
    animation: spr2026-conc-hero-kv-in 1.4s ease-in-out 0s both;
    transform-origin: center center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spr2026-conc-section--hero .spr2026-conc-hero__col,
  .spr2026-conc-section--hero .spr2026-conc-hero__catch,
  .spr2026-conc-section--hero .spr2026-conc-hero__brand,
  .spr2026-conc-section--hero .spr2026-conc-hero__cta,
  .spr2026-conc-section--hero .spr2026-conc-hero__kv {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}/* 2枚目以降のスライドを強制的に1枚目に重ねる */
.slick-fade .slick-slide {
  margin-left: -100%;
  float: left; /* まれに必要 */
}

/* 1枚目だけはそのまま */
.spr2026-conc-hero__kv-inner .slick-track {
  width: 830px;
  height: 614px;
}
.spr2026-conc-hero__kv-inner .slick-slide {
  position: absolute!important;
  width: 830px;
  height: 614px;
  display: flex!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spr2026-conc-hero__kv-inner img {
  width: unset!important;
}
.spr2026-conc-hero__kv-inner .slick-slide .image-02{
  height: unset!important;
}
.spr2026-conc-hero__kv-inner .slick-slide div {
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-conc-hero__kv-inner .slick-track { 
    width: 100%!important;
    height: 296px!important;
  }
  .spr2026-conc-hero__kv-inner .slick-slide {
    width: 100%!important;
    height: 296px!important;
  }
  .spr2026-conc-hero__kv-inner img {
    width: unset!important;
    max-width: 100%;
    height: unset!important;
  }

  .spr2026-conc-hero__kv-inner .slick-slide .image-02{
    height: 296px!important;
  }  
}