@charset "UTF-8";
@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 screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

.wrapper_ > .container_ {
  margin-top: 0;
}

.mainframe_ {
  position: relative;
}

.spr2026-the-itoen {
  position: relative;
  min-height: 100vh;
}

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

@media screen and (max-width: 767px) {
  .footer-language {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-main {
    border-top: none;
    padding-top: 50px;
  }
}

.spr2026-the-itoen-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/background/background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  pointer-events: none;
}
@media (min-width: 1920px) {
  .spr2026-the-itoen-background {
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .spr2026-the-itoen-background {
    background-image: url("../images/background/sp/background.jpg");
    background-size: 767px auto;
  }
}

.wrapper_ .spr2026-the-itoen-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border: none;
}
@media (max-width: 767px) {
  .wrapper_ .spr2026-the-itoen-header {
    position: sticky;
    display: flex;
  }
}

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

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

.spr2026-the-itoen-header__catch {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.36px;
  margin: 0;
  white-space: nowrap;
}

.spr2026-the-itoen-header__logo {
  display: block;
  width: 148px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-header__logo {
    width: 87px;
  }
}

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

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

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

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

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

.spr2026-the-itoen-nav {
  position: absolute;
  top: 0;
  inset: 0;
  height: 100vh;
  height: 100svh;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}

body.is-nav-open .spr2026-the-itoen-nav {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

.spr2026-the-itoen-nav__panel {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  display: flex;
  min-height: 480px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__panel {
    top: 50px;
  }
}

.spr2026-the-itoen-nav__panel-inner {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 40px 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__panel-inner {
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.spr2026-the-itoen-nav__title {
  margin-top: 80px;
  margin-bottom: 24px;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.04em;
}

.spr2026-the-itoen-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__list {
    margin-top: auto;
  }
}

.spr2026-the-itoen-nav__list li:last-child {
  margin-bottom: 0;
}

.spr2026-the-itoen-nav__item {
  width: 530px;
  position: relative;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__item {
    width: 100%;
  }
}
.spr2026-the-itoen-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #888 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__item:last-child::before {
    display: none;
  }
}

.spr2026-the-itoen-nav__link {
  display: flex;
  align-items: center;
  color: #000000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.92px;
  padding: 10px 20px 10px 0;
  text-decoration: none;
  background-image: url("../images/icons/right-arrow.png");
  background-size: 11px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .spr2026-the-itoen-nav__link {
    transition: opacity 0.2s;
  }
  .spr2026-the-itoen-nav__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__link {
    padding: 21px 20px 21px 0;
  }
}

.spr2026-the-itoen-nav__logo {
  flex: 0 0 auto;
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__logo {
    margin-right: 15px;
  }
}

.spr2026-the-itoen-nav__externallist {
  margin: 65px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__externallist {
    gap: 0 20px;
    margin: 32px 0 0;
    justify-content: center;
  }
}

.spr2026-the-itoen-nav__externallist-link {
  color: #000000;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 171%;
  letter-spacing: 0.36px;
  text-decoration: none;
}
@media (hover: hover) {
  .spr2026-the-itoen-nav__externallist-link {
    transition: opacity 0.2s;
  }
  .spr2026-the-itoen-nav__externallist-link:hover {
    opacity: 0.7;
  }
}
.spr2026-the-itoen-nav__externallist-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.spr2026-the-itoen-nav__externallist-link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/open_in_new.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.spr2026-the-itoen-nav__close-btn-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-nav__close-btn-wrapper {
    position: static;
    margin-top: auto;
    padding-top: 20px;
  }
}
.spr2026-the-itoen-nav__close-btn-wrapper .spr2026-the-itoen-close-btn {
  width: 250px;
  max-width: 100%;
}

.spr2026-the-itoen-hero {
  position: relative;
  z-index: 1;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
  box-sizing: border-box;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px);
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero {
    min-height: 380px;
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }
}

.spr2026-the-itoen-hero__inner {
  text-align: center;
  margin: 0 auto;
}

.spr2026-the-itoen-hero__catch {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 155.122%;
  color: #000000;
  margin: 0 0 40px;
  letter-spacing: 2.101px;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero__catch {
    font-size: 21.796px;
    margin: 0 0 20px;
  }
}

.spr2026-the-itoen-hero__logotype {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero__logotype {
    margin: 0 0 20px;
  }
}
.spr2026-the-itoen-hero__logotype img {
  width: 840px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero__logotype img {
    width: 260px;
  }
}

.spr2026-the-itoen-hero__sub {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 46px;
  color: #c3a966;
  margin: 0 0 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.122%;
  letter-spacing: 1.84px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero__sub {
    font-size: 20.45px;
    line-height: 120.705%;
    letter-spacing: 0.818px;
    margin: 0 0 50px;
  }
}

.spr2026-the-itoen-hero__sub-text {
  position: relative;
}
.spr2026-the-itoen-hero__sub-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 22px);
  width: 75px;
  height: 2px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='75' height='3' viewBox='0 0 75 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M74.8428 2.20117C73.5955 2.18282 72.3479 2.16482 71.1006 2.14648C48.6479 1.8163 26.1949 1.48545 3.74219 1.15527C2.49481 1.13693 1.24738 1.11893 9.62163e-08 1.10059C1.24738 1.08224 2.49481 1.06424 3.74219 1.0459C26.1949 0.715704 48.6479 0.384875 71.1006 0.0546813C72.3479 0.0363382 73.5955 0.0183366 74.8428 -6.54296e-06L74.8428 2.20117Z' fill='%23c3a966'/%3E%3C/svg%3E");
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero__sub-text::before {
    right: calc(100% + 10px);
    width: 34px;
    height: 1px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34' height='1' viewBox='0 0 34 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 0.999997C33.4333 0.991664 32.8665 0.98294 32.2998 0.974607C22.0999 0.824611 11.9001 0.675386 1.7002 0.52539C1.13353 0.517057 0.566667 0.508333 4.37114e-08 0.5C0.566667 0.491667 1.13353 0.482943 1.7002 0.474609C11.9001 0.324608 22.0999 0.175389 32.2998 0.0253878C32.8665 0.0170543 33.4333 0.00833052 34 -2.97237e-06L34 0.999997Z' fill='%23c3a966'/%3E%3C/svg%3E");
  }
}
.spr2026-the-itoen-hero__sub-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 22px);
  width: 75px;
  height: 2px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='75' height='3' viewBox='0 0 75 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M74.8428 2.20117C73.5955 2.18282 72.3479 2.16482 71.1006 2.14648C48.6479 1.8163 26.1949 1.48545 3.74219 1.15527C2.49481 1.13693 1.24738 1.11893 9.62163e-08 1.10059C1.24738 1.08224 2.49481 1.06424 3.74219 1.0459C26.1949 0.715704 48.6479 0.384875 71.1006 0.0546813C72.3479 0.0363382 73.5955 0.0183366 74.8428 -6.54296e-06L74.8428 2.20117Z' fill='%23c3a966'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero__sub-text::after {
    width: 34px;
    height: 1px;
    left: calc(100% + 10px);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34' height='1' viewBox='0 0 34 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 0.999997C33.4333 0.991664 32.8665 0.98294 32.2998 0.974607C22.0999 0.824611 11.9001 0.675386 1.7002 0.52539C1.13353 0.517057 0.566667 0.508333 4.37114e-08 0.5C0.566667 0.491667 1.13353 0.482943 1.7002 0.474609C11.9001 0.324608 22.0999 0.175389 32.2998 0.0253878C32.8665 0.0170543 33.4333 0.00833052 34 -2.97237e-06L34 0.999997Z' fill='%23c3a966'/%3E%3C/svg%3E");
  }
}

.spr2026-the-itoen-hero__brand {
  margin-bottom: 90px;
}
.spr2026-the-itoen-hero__brand img {
  display: inline-block;
  width: 150px;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-hero__brand img {
    width: 107px;
  }
}

.spr2026-the-itoen-hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1.6px;
}
.spr2026-the-itoen-hero__scroll img {
  display: block;
  width: 32px;
  flex-shrink: 0;
}

.spr2026-the-itoen-products {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-products {
    margin: 60px 0;
  }
}

.spr2026-the-itoen-products__lane {
  margin-bottom: 36.14px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-products__lane {
    margin-bottom: 17.83px;
  }
}
.spr2026-the-itoen-products__lane:last-child {
  margin-bottom: 0;
}

.spr2026-the-itoen-products__track {
  --spr2026-the-itoen-products-item-width: 1422px;
  --spr2026-the-itoen-products-gap: 40.65px;
  display: flex;
  width: max-content;
  gap: 40.65px;
  padding: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-products__track {
    --spr2026-the-itoen-products-item-width: 701px;
    --spr2026-the-itoen-products-gap: 20.04px;
    gap: 20.04px;
  }
}

.spr2026-the-itoen-products__lane--left .spr2026-the-itoen-products__track {
  animation-name: spr2026-the-itoen-scroll-left;
  animation-duration: 30s;
  will-change: transform;
}

.spr2026-the-itoen-products__lane--right .spr2026-the-itoen-products__track {
  animation-name: spr2026-the-itoen-scroll-right;
  animation-duration: 30s;
  will-change: transform;
}

.spr2026-the-itoen-products__item {
  flex-shrink: 0;
  width: 280px;
  height: 200px;
  background: linear-gradient(135deg, #e5e0d8 0%, #d5d0c8 100%);
  border-radius: 8px;
}

/* パノラマ画像1枚を2組で無限ループ（画像実幅 2909px） */
.spr2026-the-itoen-products__item--panorama {
  width: 1422px;
  height: auto;
  background: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-products__item--panorama {
    width: 701px;
  }
}
.spr2026-the-itoen-products__item--panorama img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@keyframes spr2026-the-itoen-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-1462.65px, 0, 0);
  }
}
@keyframes spr2026-the-itoen-scroll-right {
  from {
    transform: translate3d(-1462.65px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  @keyframes spr2026-the-itoen-scroll-left {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-721.04px, 0, 0);
    }
  }
  @keyframes spr2026-the-itoen-scroll-right {
    from {
      transform: translate3d(-721.04px, 0, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
}
.spr2026-the-itoen-philosophy {
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: 1200px;
  margin: 100px auto;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-philosophy {
    margin: 60px auto;
    padding: 40px 0;
  }
}

.spr2026-the-itoen-philosophy__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.spr2026-the-itoen-philosophy__text {
  flex: 1;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 3.5;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-philosophy__text {
    font-size: 13px;
  }
}

.spr2026-the-itoen-philosophy__line-wrap {
  overflow: hidden;
  margin-bottom: 0;
}
.spr2026-the-itoen-philosophy__line-wrap:last-child {
  margin-bottom: 0;
}

.spr2026-the-itoen-philosophy__line {
  margin: 0;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.spr2026-the-itoen-philosophy__line.spr2026-the-itoen-philosophy__line--visible {
  opacity: 1;
  transform: translateY(0);
}

.spr2026-the-itoen-philosophy__illust {
  flex-shrink: 0;
  width: 320px;
  height: 240px;
  background: linear-gradient(145deg, #e8e4dc 0%, #ddd8d0 100%);
  border-radius: 8px;
}

.spr2026-the-itoen-divider {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-divider {
    margin: 60px 0;
  }
}
.spr2026-the-itoen-divider::after {
  content: "";
  display: block;
  width: 2px;
  height: 143px;
  margin: 0 auto;
  background: url("../images/divider/divider-line.png") no-repeat center;
  background-size: 2px 143px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-divider::after {
    background-size: 1.39px 69.46px;
  }
}

.spr2026-the-itoen-services {
  position: relative;
  z-index: 1;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services {
    margin: 60px 0;
  }
}

.spr2026-the-itoen-services__inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.spr2026-the-itoen-services__title {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 42px;
  line-height: 70px;
  letter-spacing: 1.68px;
  text-align: center;
  color: #000000;
  margin: 0 0 79px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__title {
    font-size: 26px;
    line-height: 271.216%;
    letter-spacing: 1.04px;
    margin: 0 0 30px;
  }
}

.spr2026-the-itoen-services__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__row {
    flex-direction: column;
    gap: 0;
  }
}
.spr2026-the-itoen-services__row > li {
  position: relative;
  flex: 1;
  min-width: 0;
}
.spr2026-the-itoen-services__row > li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 2px;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjE0Ljk4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyIDE0Ljk4Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuOC41LCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMikgIC0tPgogIDxwYXRoIGQ9Ik0xLDcuNDlDLjQ0OCw3LjQ5LDAsNy45MzgsMCw4LjQ5di41YzAsLjU1Mi40NDgsMSwxLDFzMS0uNDQ4LDEtMXYtLjVjMC0uNTUyLS40NDgtMS0xLTFaIi8+CiAgPHBhdGggZD0iTTEsMEMuNDQ4LDAsMCwuNDQ4LDAsMXYuNWMwLC41NTIuNDQ4LDEsMSwxczEtLjQ0OCwxLTF2LS41QzIsLjQ0OCwxLjU1MiwwLDEsMFoiLz4KPC9zdmc+");
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 2px auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__row > li:not(:last-child)::after {
    left: 0;
    height: 2px;
    width: 100%;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC45OCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTQuOTggMiI+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQuOTggMCkgcm90YXRlKDkwKSI+CiAgICA8cGF0aCBkPSJNMSw3LjQ5Qy40NDgsNy40OSwwLDcuOTM4LDAsOC40OXYuNWMwLC41NTIuNDQ4LDEsMSwxczEtLjQ0OCwxLTF2LS41YzAtLjU1Mi0uNDQ4LTEtMS0xWiIvPgogICAgPHBhdGggZD0iTTEsMEMuNDQ4LDAsMCwuNDQ4LDAsMXYuNWMwLC41NTIuNDQ4LDEsMSwxczEtLjQ0OCwxLTF2LS41QzIsLjQ0OCwxLjU1MiwwLDEsMFoiLz4KICA8L2c+Cjwvc3ZnPgo=");
    background-size: auto 2px;
  }
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__row > li:last-child::after,
  .spr2026-the-itoen-services__row > li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC45OCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTQuOTggMiI+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQuOTggMCkgcm90YXRlKDkwKSI+CiAgICA8cGF0aCBkPSJNMSw3LjQ5Qy40NDgsNy40OSwwLDcuOTM4LDAsOC40OXYuNWMwLC41NTIuNDQ4LDEsMSwxczEtLjQ0OCwxLTF2LS41YzAtLjU1Mi0uNDQ4LTEtMS0xWiIvPgogICAgPHBhdGggZD0iTTEsMEMuNDQ4LDAsMCwuNDQ4LDAsMXYuNWMwLC41NTIuNDQ4LDEsMSwxczEtLjQ0OCwxLTF2LS41QzIsLjQ0OCwxLjU1MiwwLDEsMFoiLz4KICA8L2c+Cjwvc3ZnPgo=");
    background-size: auto 2px;
  }
  .spr2026-the-itoen-services__row > li:last-child::before {
    bottom: 0;
    top: auto;
  }
}

.spr2026-the-itoen-services__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  padding: 34px 0;
}
@media (hover: hover) {
  .spr2026-the-itoen-services__card {
    transition: opacity 0.2s;
  }
  .spr2026-the-itoen-services__card:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__card {
    padding: 20px 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}

.spr2026-the-itoen-services__number {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1.28px;
  text-align: center;
  color: #000000;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__number {
    font-size: 23px;
    line-height: 130.94%;
    letter-spacing: 0.92px;
    margin: 0;
  }
}

.spr2026-the-itoen-services__card--01 .spr2026-the-itoen-services__name {
  color: #c8bd7d;
}

.spr2026-the-itoen-services__card--02 .spr2026-the-itoen-services__name {
  color: #000000;
}

.spr2026-the-itoen-services__card--03 .spr2026-the-itoen-services__name {
  color: #32bbff;
}

.spr2026-the-itoen-services__logo {
  width: 118px;
  height: 118px;
  margin: 0 0 36px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__logo {
    width: 77px;
    height: 77px;
    margin: 0 0 0 10px;
  }
}

.spr2026-the-itoen-services__name {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 1.92px;
  text-align: center;
  line-height: 131.25%;
  margin: 0 0 36px;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__name {
    text-align: left;
    margin: auto 0 auto 20px;
  }
}

.spr2026-the-itoen-services__arrow {
  display: block;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__arrow {
    margin: auto 0 auto auto;
  }
}
.spr2026-the-itoen-services__arrow img {
  width: 11px;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-services__arrow img {
    width: 8px;
  }
}

.spr2026-the-itoen-product-card {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.spr2026-the-itoen-product-card__wrapper {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__wrapper {
    margin: 60px auto;
    gap: 0;
  }
}

.spr2026-the-itoen-product-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__inner {
    flex-direction: column-reverse;
  }
}

.spr2026-the-itoen-product-card__content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 50px; /* Figma 指定：左側エリアの余白 */
  gap: 30px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__content {
    padding: 20px 25px 60px;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
  }
}

.spr2026-the-itoen-product-card__logo {
  width: 77px;
  height: 77px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__logo {
    width: 56px;
    height: 56px;
  }
}

.spr2026-the-itoen-product-card__number {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.25%;
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__number {
    margin-bottom: 10px;
  }
}

.spr2026-the-itoen-product-card__brand {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  color: #c8bd7d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.44px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__brand {
    margin-bottom: 5px;
    font-size: 10.655px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.279px;
  }
}

.spr2026-the-itoen-product-card__title {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3.84px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__title {
    font-size: 24.69px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.963px;
    margin-bottom: 20px;
  }
}

.spr2026-the-itoen-product-card__desc {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 28px */
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__desc {
    margin-bottom: 20px;
  }
}
.spr2026-the-itoen-comingsoon,
.spr2026-the-itoen-product-card__link {
  width: 338px;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-comingsoon,
  .spr2026-the-itoen-product-card__link {
    width: 270px;
    display: flex;
    margin: 0 auto;
  }
}

.spr2026-the-itoen-product-card__image {
  flex-shrink: 0;
  width: 842px;
}
.spr2026-the-itoen-product-card__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-product-card__image {
    width: 100%;
  }
}

.spr2026-the-itoen-product-card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.spr2026-the-itoen-product-card.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.spr2026-the-itoen-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  height: 46px;
  padding: 14px 41px;
  background: #ffffff;
  border: 1px solid #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.42px;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}
.spr2026-the-itoen-comingsoon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  height: 46px;
  padding: 14px 41px;
  border: 1px solid #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.42px;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
}
@media (hover: hover) {
  .spr2026-the-itoen-btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .spr2026-the-itoen-btn:hover .spr2026-the-itoen-btn__arrow {
    filter: brightness(0) invert(1);
  }
}
.spr2026-the-itoen-btn:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.spr2026-the-itoen-btn__arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  flex-shrink: 0;
  object-fit: contain;
  pointer-events: none;
  transition: filter 0.5s ease;
}

.spr2026-the-itoen-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 30px;
  background: #f5f5f5;
  border-radius: 10px;
  border: 0;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36px;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
@media (hover: hover) {
  .spr2026-the-itoen-close-btn {
    transition: opacity 0.2s;
  }
  .spr2026-the-itoen-close-btn:hover {
    opacity: 0.7;
  }
}
.spr2026-the-itoen-close-btn:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

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

.spr2026-the-itoen-news {
  position: relative;
  z-index: 1;
  margin: 100px auto;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news {
    margin: 60px auto 0;
  }
}

.spr2026-the-itoen-news__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.spr2026-the-itoen-news__header {
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__header {
    gap: 15px;
  }
}

.spr2026-the-itoen-news__title-en {
  font-family: "Jacques Francois", "Noto Serif JP", serif;
  font-size: 42px;
  letter-spacing: 1.68px;
  color: #000000;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__title-en {
    font-size: 26px;
    letter-spacing: 1.04px;
  }
}

.spr2026-the-itoen-news__title-ja {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__title-ja {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
}

.spr2026-the-itoen-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}

.spr2026-the-itoen-news__list li {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__list li:last-child {
    border-bottom: none;
  }
}

.spr2026-the-itoen-news__list a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  text-decoration: none;
  color: #000000;
}
@media (hover: hover) {
  .spr2026-the-itoen-news__list a {
    transition: opacity 0.2s;
  }
  .spr2026-the-itoen-news__list a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__list a {
    padding: 20px 25px;
    flex-direction: column;
    gap: 10px;
    align-self: flex-start;
  }
}

.spr2026-the-itoen-news__date-cell {
  flex-shrink: 0;
  width: 300px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__date-cell {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}

.spr2026-the-itoen-news__date {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.42px;
  color: #000000;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__date {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 1;
    display: block;
  }
}

.spr2026-the-itoen-news__label {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.42px;
  color: #000000;
}
@media (max-width: 767px) {
  .spr2026-the-itoen-news__label {
    font-size: 11px;
    letter-spacing: 0.33px;
    width: 100%;
  }
}

[data-displayin] {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

/* 付与されるのは --in + (--top / --center / --bottom のいずれか1つ)。
   いずれも同じ表示状態。方向別のアニメーションが必要なら各クラスで transform を分ける。 */
[data-displayin].spr2026-js-displayin--in,
[data-displayin].spr2026-js-displayin--top,
[data-displayin].spr2026-js-displayin--center,
[data-displayin].spr2026-js-displayin--bottom {
  opacity: 1;
  transform: translateY(0);
}