@charset "UTF-8";
/*-------------------------------------
    color
--------------------------------------*/
/*-------------------------------------
    function
--------------------------------------*/
.style2026 {
  /* ===== テーブル本体 ===== */
}
.style2026.main {
  padding-top: 60px;
}
@media print {
  .style2026.main {
    padding: 0 !important;
  }
}
.style2026 * {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #3a3a3a;
}
.style2026 video {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.style2026 p {
  line-height: 1.8;
}
.style2026 p:nth-of-type(n + 2) {
  margin-top: 20px;
}
.style2026 strong {
  font-weight: bold;
}
.style2026 img {
  width: 100%;
  display: block;
}
.style2026 section {
  padding: 60px 0;
}
.style2026 section.--glay {
  background-color: #ececec;
}
.style2026 section.--bottom_glay {
  position: relative;
}
.style2026 section.--bottom_glay::before {
  position: absolute;
  width: 100%;
  height: 200px;
  content: "";
  background-color: #ececec;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.style2026 section.cta {
  padding: 0;
}
.style2026 section.hero {
  padding: 0;
}
.style2026 .section__btn {
  margin-top: 40px;
}
.style2026 .section__btn.--center {
  text-align: center;
}
.style2026 .section__note {
  margin-top: 40px;
}
.style2026 .section__img {
  margin-top: 40px;
}
.style2026 .section__img img {
  width: 100%;
  display: block;
}
.style2026 .section__inner.--flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .section__inner.--flex {
    flex-direction: row;
  }
}
.style2026 .section__inner.--flex > * {
  flex: 1;
}
.style2026 .section__title h2 {
  font-weight: bold;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 768px) {
  .style2026 .section__title h2 {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .section__title h2 {
    font-size: 1.875rem;
  }
}
.style2026 .section__title--center {
  text-align: center;
}
.style2026 .section__title--left {
  text-align: left;
}
.style2026 .card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  /* 共通ラッパー */
  /* ← 復活したリスト */
}
.style2026 .card__link, .style2026 .card__inner {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.style2026 .card__media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ececec;
}
.style2026 .card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.style2026 .card .card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #f6d365, #fda085);
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.style2026 .card__body {
  padding: 20px;
}
.style2026 .card__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.style2026 .card__sub {
  font-size: 1rem;
  font-weight: bold;
}
.style2026 .card__list {
  margin-top: 12px;
}
.style2026 .card__list li {
  font-size: 1rem;
  margin-bottom: 4px;
  color: #666;
}
.style2026 .card__text {
  margin-top: 16px;
  font-size: 1rem;
  color: #3a3a3a;
}
.style2026 .card__more {
  font-size: 1rem;
  font-weight: bold;
  transition: 0.2s ease;
}
.style2026 .flex__contents {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .flex__contents {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .flex__contents > * {
    flex: 0 0 calc(50% - 20px);
  }
}
.style2026 .flex__contents img {
  width: 100%;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 1024px) {
  .style2026 .flex__contents.--col3 {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .flex__contents.--col3 > * {
    flex: 0 0 calc(33.333% - 14px);
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .flex__contents.--col4 {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .flex__contents.--col4 > * {
    flex: 0 0 calc(25% - 15px);
  }
}
.style2026 .images__change {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.style2026 .images__change img {
  display: block;
  width: 100%;
}
.style2026 .images__change img:first-child {
  position: relative;
  z-index: 0;
}
.style2026 .images__change img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.style2026 .images__change .images__hint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .style2026 .images__change:hover img:last-of-type {
    opacity: 1;
  }
  .style2026 .images__change:hover .images__hint {
    opacity: 0;
  }
}
.style2026 .images__change.is-active img:last-of-type {
  opacity: 1;
}
.style2026 .images__change.is-active .images__hint {
  opacity: 0;
}
.style2026 .features__items {
  margin-top: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.style2026 .features__list {
  border-radius: 6px/6px;
  background-color: #fff;
}
.style2026 .features__content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 20px;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .features__content {
    gap: 40px;
    flex-direction: row;
    align-items: center;
    padding: 40px;
  }
}
.style2026 .features__label {
  text-align: center;
  border-radius: 6px/6px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .features__label {
    width: 120px;
  }
}
.style2026 .features__title {
  font-weight: bold;
  font-size: 1.625rem;
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .features__head {
    flex: 0 0 300px;
  }
}
.style2026 .features__body {
  flex: 1;
}
.style2026 .btn__contact {
  display: inline-block;
  position: relative;
  padding: 14px 32px;
  background: #036cc7;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 999px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.style2026 .btn__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-20deg);
}
.style2026 .btn__contact:hover::before {
  left: 125%;
  transition: left 0.6s ease;
}
.style2026 .btn__contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.style2026 .btn__contact:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.style2026 .btn__contact span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.style2026 .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  border: 1px solid #ececec;
}
.style2026 .table-modern {
  width: 100%;
  min-width: 600px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
  border-collapse: collapse;
  table-layout: fixed;
  /* ===== ヘッダー固定 ===== */
  /* ===== 1列目固定（見出し列） ===== */
  /* ヘッダー×1列目の交差点 */
  /* ===== 視認性調整 ===== */
}
.style2026 .table-modern th,
.style2026 .table-modern td {
  padding: 16px 20px;
  border-bottom: 1px solid #ececec;
  text-align: left;
  white-space: wrap;
}
.style2026 .table-modern thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #000;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  color: #fff;
}
.style2026 .table-modern thead td {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #000;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  color: #fff;
}
.style2026 .table-modern th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #000;
  font-weight: bold;
  border-right: 1px solid #ececec;
  width: 180px;
}
.style2026 .table-modern thead th:first-child {
  z-index: 4;
}
.style2026 .table-modern tbody th {
  color: #ffffff;
  background: #000;
}
.style2026 .table-modern td {
  background: #ffffff;
  color: #000;
  border-left: 1px solid #ececec;
}
.style2026 .table-modern td img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.style2026 .table-modern tr {
  border: 1px solid #ececec;
}
.style2026 .faq__head {
  text-align: center;
  margin-bottom: 60px;
}
.style2026 .faq__title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .style2026 .faq__title {
    font-size: 1.625rem;
  }
}
.style2026 .faq__list {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #ececec;
  background: #fff;
}
.style2026 .faq__item {
  border-bottom: 1px solid #ececec;
}
.style2026 .faq__item:last-child {
  border-bottom: none;
}
.style2026 .faq__question {
  display: grid;
  grid-template-columns: 52px 1fr 24px;
  align-items: start;
  padding: 24px 28px;
  cursor: pointer;
  transition: background 0.2s ease;
  gap: 16px;
}
.style2026 .faq__question:hover {
  background: #f8f8f8;
}
.style2026 .faq__question.is-open {
  background: #f8f8f8;
}
.style2026 .faq__question.is-open .faq__icon::after {
  transform: rotate(90deg);
}
.style2026 .faq__q-label {
  font-size: 1.75rem;
  font-weight: bold;
  color: #036cc7;
  line-height: 1;
  padding-top: 2px;
}
.style2026 .faq__q-text {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
.style2026 .faq__icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
}
.style2026 .faq__icon::before, .style2026 .faq__icon::after {
  content: "";
  position: absolute;
  background: #000;
  transition: transform 0.3s ease;
}
.style2026 .faq__icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.style2026 .faq__icon::after {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.style2026 .faq__answer {
  display: none;
  padding: 40px;
}
.style2026 .faq__answer p {
  font-size: 1rem;
  color: #3a3a3a;
}
.style2026 .cta {
  padding: 80px 0;
  background: #fff;
}
.style2026 .cta svg {
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .style2026 .cta {
    padding: 100px 0;
  }
}
.style2026 .cta__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: #ececec;
  border: 1px solid #ececec;
}
@media print, screen and (min-width: 768px) {
  .style2026 .cta__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.style2026 .cta__block {
  background: #fff;
  padding: 20px;
  transition: background 0.2s ease;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .cta__block {
    padding: 48px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .style2026 .cta__block .cta__brand {
    margin-top: auto;
  }
}
.style2026 .cta__download {
  background: #fff;
  padding: 20px;
  transition: background 0.2s ease;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .cta__download {
    padding: 48px 40px;
  }
}
.style2026 .cta__block-label {
  margin-bottom: 16px;
}
.style2026 .cta__catalog {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.style2026 .cta__block-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.style2026 .cta__block-text {
  font-size: 1rem;
  color: #3a3a3a;
  line-height: 1.9;
  margin-bottom: 28px;
}
.style2026 .cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid #000;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}
.style2026 .cta__btn svg {
  width: 14px;
  height: 14px;
}
.style2026 .cta__btn:hover {
  background: #000;
  color: #fff;
}
.style2026 .cta__btn--fill {
  background: #000;
  color: #fff;
}
.style2026 .cta__btn--fill:hover {
  background: #333333;
  border-color: #333333;
}
.style2026 .cta__brand {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  gap: 10px;
}
.style2026 .cta__brand span {
  font-size: 0.6875rem;
  color: #3a3a3a;
}
.style2026 .hero {
  position: relative;
  width: 100%;
  height: calc(100svh - 60px);
  overflow: hidden;
  background: #000;
}
.style2026 .hero__swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.style2026 .hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.style2026 .hero__slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: transform 7s ease;
}
.swiper-slide-active .style2026 .hero__slide-img {
  transform: scale(1);
}
.style2026 .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.3) 55%, transparent 100%), linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}
.style2026 .hero__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.style2026 .hero__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.style2026 .hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: heroFadeUp 0.9s ease 0.3s forwards;
}
.style2026 .hero__eyebrow-line {
  display: block;
  width: 32px;
  height: 1px;
  background: #ececec;
  flex-shrink: 0;
}
.style2026 .hero__eyebrow-text {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #ececec;
}
.style2026 .hero__title {
  font-size: clamp(40px, 9vw, 60px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
  opacity: 0;
  animation: heroFadeUp 0.9s ease 0.5s forwards;
}
.style2026 .hero__catch {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.04em;
  opacity: 0;
  animation: heroFadeUp 0.9s ease 0.7s forwards;
}
@media print, screen and (min-width: 768px) {
  .style2026 .hero__catch {
    font-size: 1.625rem;
  }
}
.style2026 .hero__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 2;
  opacity: 0;
  animation: heroFadeUp 0.9s ease 0.9s forwards;
}
.style2026 .hero__side {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding-bottom: 4px;
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .hero__side {
    display: flex;
  }
}
.style2026 .hero__counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: heroFadeUp 0.9s ease 1.1s forwards;
}
.style2026 .hero__counter-current {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: opacity 0.3s ease;
}
.style2026 .hero__counter-sep {
  display: block;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.35);
}
.style2026 .hero__counter-total {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  letter-spacing: -0.01em;
}
.style2026 .hero__pagination {
  position: absolute !important;
  right: 24px !important;
  bottom: 32px !important;
  left: auto !important;
  width: auto !important;
  z-index: 10;
  display: flex !important;
  align-items: center;
  gap: 6px;
}
@media print, screen and (min-width: 768px) {
  .style2026 .hero__pagination {
    right: 40px !important;
    bottom: 40px !important;
  }
}
.style2026 .hero__pagination .swiper-pagination-bullet {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .style2026 .hero__pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.style2026 .hero__pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 64px;
}
@media print, screen and (min-width: 768px) {
  .style2026 .hero__pagination .swiper-pagination-bullet-active {
    width: 80px;
  }
}
.style2026 .hero__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 28px;
}
.style2026 .hero__scroll span:first-child {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.style2026 .hero__scroll-line {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
  animation: heroScrollLine 2s ease-in-out infinite;
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroScrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 1;
  }
  49% {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
  }
}
.style2026 .breadList.--white li a span {
  color: #fff !important;
}
.style2026 .arc-breadcrumb {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
}
.style2026 .arc-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.style2026 .arc-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #888888;
}
.style2026 .arc-breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #e4e4e4;
}
.style2026 .arc-breadcrumb__item a {
  color: #888888;
  text-decoration: none;
  transition: color 0.2s ease;
}
.style2026 .arc-breadcrumb__item a:hover {
  color: #1a1a1a;
}
.style2026 .arc-breadcrumb__item.is-current {
  color: #1a1a1a;
  font-weight: 500;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-breadcrumb__item.is-current {
    max-width: 480px;
  }
}
.style2026 .arc-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 48px 0 80px;
}
@media print, screen and (min-width: 1024px) {
  .style2026 .arc-layout {
    grid-template-columns: 1fr 320px;
    gap: 64px;
    padding: 64px 0 100px;
  }
}
.style2026 .arc-main {
  min-width: 0;
}
.style2026 .arc-header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.style2026 .arc-header__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.style2026 .arc-header__category {
  display: inline-block;
  padding: 3px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 2px;
  color: #fff;
  background: #1a1a1a;
}
.style2026 .arc-header__category--notice {
  background: #3b82f6;
}
.style2026 .arc-header__category--news {
  background: #10b981;
}
.style2026 .arc-header__category--product {
  background: #f59e0b;
}
.style2026 .arc-header__category--press {
  background: #8b5cf6;
}
.style2026 .arc-header__date {
  font-size: 0.8125rem;
  color: #888888;
  letter-spacing: 0.04em;
}
.style2026 .arc-header__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.55;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-header__title {
    font-size: 1.875rem;
  }
}
.style2026 .arc-header__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ececec;
}
.style2026 .arc-header__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.style2026 .arc-body {
  font-size: 1rem;
  line-height: 2;
  color: #303030;
}
.style2026 .arc-body h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 48px 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1a1a1a;
  line-height: 1.5;
}
.style2026 .arc-body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 36px 0 16px;
  padding-left: 12px;
  border-left: 3px solid #1a1a1a;
  line-height: 1.5;
}
.style2026 .arc-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 28px 0 12px;
}
.style2026 .arc-body p {
  margin-bottom: 24px;
}
.style2026 .arc-body p:last-child {
  margin-bottom: 0;
}
.style2026 .arc-body a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.style2026 .arc-body a:hover {
  opacity: 0.6;
}
.style2026 .arc-body strong a {
  font-weight: bold;
}
.style2026 .arc-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 32px auto;
}
.style2026 .arc-body ul,
.style2026 .arc-body ol {
  margin: 20px 0 24px 24px;
  line-height: 2;
}
.style2026 .arc-body ul li,
.style2026 .arc-body ol li {
  margin-bottom: 6px;
}
.style2026 .arc-body blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  background: #f7f7f7;
  border-left: 4px solid #e4e4e4;
  font-style: italic;
  color: #888888;
}
.style2026 .arc-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 0.875rem;
}
.style2026 .arc-body table th,
.style2026 .arc-body table td {
  padding: 12px 16px;
  border: 1px solid #e4e4e4;
  text-align: left;
  vertical-align: top;
}
.style2026 .arc-body table th {
  background: #f7f7f7;
  font-weight: 700;
}
.style2026 .arc-body--new .custom-image-wrapper {
  text-align: center;
  margin: 32px 0;
}
.style2026 .arc-body--new .custom-image-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.style2026 .arc-footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}
.style2026 .arc-footer__brand {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
}
.style2026 .arc-footer__brand img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  flex-shrink: 0;
}
.style2026 .arc-footer__brand-body {
  flex: 1;
}
.style2026 .arc-footer__brand-catch {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.6;
}
.style2026 .arc-footer__brand-text {
  font-size: 0.8125rem;
  color: #888888;
  line-height: 1.9;
}
.style2026 .arc-footer__nav {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-footer__nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
  }
}
.style2026 .arc-side__block {
  position: sticky;
  top: 24px;
}
.style2026 .arc-side__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1a1a1a;
}
.style2026 .arc-side__heading span {
  letter-spacing: 0.05em;
  text-transform: none;
}
.style2026 .arc-related {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e4e4e4;
}
.style2026 .arc-related__item {
  border-bottom: 1px solid #e4e4e4;
}
.style2026 .arc-related__item:last-child {
  border-bottom: none;
}
.style2026 .arc-related__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}
.style2026 .arc-related__link:hover {
  background: #f8f8f8;
}
.style2026 .arc-related__link:hover .arc-related__thumb img {
  transform: scale(1.04);
}
.style2026 .arc-related__link:hover .arc-related__title {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.style2026 .arc-related__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ececec;
  flex-shrink: 0;
}
.style2026 .arc-related__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.style2026 .arc-related__no-img {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style2026 .arc-related__no-img::after {
  content: "NO IMAGE";
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  color: #e4e4e4;
}
.style2026 .arc-related__body {
  padding: 14px 16px 16px;
}
.style2026 .arc-related__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.style2026 .arc-related__category {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 2px;
  color: #fff;
  background: #1a1a1a;
  white-space: nowrap;
}
.style2026 .arc-related__category--notice {
  background: #3b82f6;
}
.style2026 .arc-related__category--news {
  background: #10b981;
}
.style2026 .arc-related__category--product {
  background: #f59e0b;
}
.style2026 .arc-related__category--press {
  background: #8b5cf6;
}
.style2026 .arc-related__date {
  font-size: 0.6875rem;
  color: #888888;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.style2026 .arc-related__title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.55;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.style2026 .arc-related__desc {
  font-size: 0.75rem;
  color: #888888;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.style2026 .arc-pagination__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border: 1px solid #e4e4e4;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background: #fff;
  min-width: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-pagination__btn {
    width: auto;
    display: inline-flex;
    padding: 14px 20px;
  }
}
.style2026 .arc-pagination__btn span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  text-align: center;
}
.style2026 .arc-pagination__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.style2026 .arc-pagination__btn.is-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.style2026 .arc-pagination__btn--prev {
  flex-direction: row;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-pagination__btn--prev {
    order: 0;
    justify-self: start;
    justify-content: flex-start;
  }
}
.style2026 .arc-pagination__btn--next {
  flex-direction: row-reverse;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-pagination__btn--next {
    order: 0;
    justify-self: end;
    justify-content: flex-end;
    flex-direction: row;
  }
}
.style2026 .arc-pagination__index {
  display: block;
  text-align: center;
  order: 1;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #888888;
  text-decoration: none;
  padding: 12px 16px;
  border: 1px solid #e4e4e4;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-pagination__index {
    order: 0;
    justify-self: center;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 16px;
  }
}
.style2026 .arc-pagination__index:hover {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
@media print, screen and (min-width: 768px) {
  .style2026 .arc-pagination__index:hover {
    background: transparent;
  }
}
.style2026 .press-footer {
  position: relative;
}
.style2026 .press-footer img {
  display: block;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}
.style2026 .press-footer_title {
  position: absolute;
  width: 100%;
  top: 35%;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.style2026 .press-footer_title span {
  width: 100%;
  display: inline-block;
  color: #fff !important;
}
.style2026 .press-footer_title span:first-child {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .style2026 .press-footer_title span:first-child {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .press-footer_title span:first-child {
    font-size: 1.375rem;
  }
}
.style2026 .press-footer_title span:last-child {
  font-size: 1.75rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .style2026 .press-footer_title span:last-child {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .press-footer_title span:last-child {
    font-size: 2.5rem;
  }
}
.style2026 .press-footer_text {
  width: 100%;
  bottom: 10%;
  color: #fff !important;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .style2026 .press-footer_text {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .style2026 .press-footer_text {
    font-size: 1.25rem;
  }
}
.style2026 .more-accordion {
  position: relative;
}
.style2026 .more-accordion.is-inactive::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.style2026 .more-accordion.is-inactive .more-accordion__inner {
  height: 50%;
  overflow-y: hidden;
}
.style2026 .more-accordion::before {
  content: none;
}
.style2026 .more-accordion__inner {
  padding-bottom: 80px;
}
.style2026 .more-accordion__button {
  content: "";
  position: absolute;
  transform: translate(-50%, 50%);
  bottom: 0;
  left: 50%;
  border-radius: 50px/50px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .style2026 .more-accordion__button {
    padding: 10px 60px;
    font-size: 1.25rem;
  }
}
.style2026 .more-accordion__button.is-inactive {
  border: 1px solid #ececec;
  background-color: #fff;
  color: #3a3a3a;
}
.style2026 .js-lightbox {
  cursor: pointer;
  pointer-events: all;
  position: relative;
}
.style2026 .tab {
  margin-top: 40px;
}
.style2026 .tab__nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-bottom: 1px solid #ececec;
}
.style2026 .tab__nav::-webkit-scrollbar {
  display: none;
}
.style2026 .tab__btn {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 10px 20px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  cursor: pointer;
  color: #999;
  line-height: 1;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1px;
}
.style2026 .tab__btn.is-active {
  font-weight: bold;
  color: #000;
  border-bottom-color: #000;
}
.style2026 .tab__panel {
  display: none;
}
.style2026 .tab__panel.is-active {
  display: block;
}/*# sourceMappingURL=sytle2026.css.map */