@charset "UTF-8";

:root {
  --mq-sp: 375px;
  --maxw-pc: 1440px;
  --minw-pc: 906px;
  --sidew-pc: 80px;
  --ff-base: "Noto Sans JP", sans-serif;
  --fz-base: 16px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-base: 1.8;
  --c-bg1: #fff;
  --c-bg2: #F3F3F3;
  --c-gray: #9FA0A0;
  --c-black: #333;
  --space-xs: 4px;
  --space-s: 8px;
  --space-m: 16px;
  --space-l: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 48px;
  --space-4xl: 56px;
  --space-5xl: 64px;
  --space-6xl: 72px;
  --space-7xl: 80px;
  --space-8xl: 120px;
}

/*---------------------------------
　over ride
---------------------------------*/

#page {
  overflow: visible;
  min-width: auto;
}

#container,
.layout-Wrapper {
  max-width: 100% !important;
}

.btn__link--style01 {
  border: 2px solid #0242C0;
  border-radius: 4px;
  background-color: #0242C0;
  color: #fff !important;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  transition-property: border-color, background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn__link--style01:hover {
  opacity: 1;
  border-color: var(--c-black);
  background-color: #E6ECF9;
  color: var(--c-black) !important;
}

.btn__link--style01:not([href]) {
  border-color: var(--c-black);
  background-color: var(--c-gray);
  box-shadow: none;
  color: var(--c-black) !important;
  pointer-events: none;
}

.btn__link--style01[target="_blank"] {
  background-image: url(/jp/common/v4/img/icon-blank-wh.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-size: 19.47px auto;
}

.btn__link--style01[target="_blank"]:hover {
  background-image: url(/jp/common/v4/img/icon-blank.svg);
}

/*---------------------------------
　ot2026
---------------------------------*/

.ot2026-heading--h2 .ot2026-heading__title {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.ot2026-heading--h3 .ot2026-heading__title,
.ot2026-section--contents .ot2026-section__body .ot2026-recommend__heading-label {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor-item,
.ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title,
.ot2026-info__heading .ot2026-info__heading-label {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns .ot2026-column__title {
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.ot2026 {
  color: var(--c-black);
  font-family: var(--ff-base);
  font-size: var(--fz-base);
  font-weight: var(--fw-regular);
  line-height: var(--lh-base);
}

.ot2026 .link {
  padding-bottom: 2px;
  border-bottom-color: transparent;
}

.ot2026 .link:hover {
  opacity: 1;
  border-bottom-color: var(--c-black);
}

.ot2026-hero {
  position: relative;
  height: calc(738px / var(--maxw-pc) * 100vw);
  min-height: 738px;
  background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/kv01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.ot2026-hero .ot2026-event {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
  column-gap: 32px;
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 100%;
  max-width: 973px;
  padding: 24px 60px;
  border-radius: 16px 0 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 8px rgba(76, 76, 76, 0.25);
}

.ot2026-hero .ot2026-event__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--c-black);
}

.ot2026-hero .ot2026-event__heading .ot2026-event__title {
  font-size: 30px;
  font-weight: var(--fw-bold);
}

.ot2026-hero .ot2026-event__heading .ot2026-event__area {
  padding-left: 28px;
  background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/icon01.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px auto;
}

.ot2026-hero .ot2026-event__info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ot2026-hero .ot2026-event__info .ot2026-event__program {
  position: relative;
  margin-bottom: 2px;
  padding-left: 18px;
  font-size: 18px;
}

.ot2026-hero .ot2026-event__info .ot2026-event__program::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--c-black);
}

.ot2026-hero .ot2026-event__info .ot2026-event__date {
  font-size: 28px;
  font-weight: var(--fw-bold);
  line-height: 1.5;
}

.ot2026-hero .ot2026-event__info .ot2026-event__date > span {
  display: inline-block;
  font-size: 20px;
}

.ot2026-hero .ot2026-event__info-item {
  width: calc(50% - 12px);
}

.ot2026-hero .ot2026-event__action .btn {
  margin: 0;
}

.ot2026-hero .ot2026-event__action .btn__link--style01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: auto;
  padding: 0 0 14px;
  border-radius: 50%;
  background-position: 50% calc(100% - 17px);
  background-size: 19.47px auto;
  font-size: 18px;
  font-weight: var(--fw-bold);
  aspect-ratio: 1 / 1;
}

.ot2026-hero .ot2026-event__action .btn__link--style01:hover {
  opacity: 1;
  border-color: #2A2A2A;
  background-image: url(/jp/common/v4/img/icon-blank.svg);
  background-color: #FAFAFA;
  color: #2A2A2A !important;
}

.ot2026-hero__catch {
  width: 100%;
  max-width: calc(976px / var(--maxw-pc) * 100vw);
  margin-inline: auto;
  padding: calc(195px / var(--maxw-pc) * 100vw) 0;
  color: #fff;
  font-size: calc(24px / var(--maxw-pc) * 100vw);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.ot2026-hero__catch-lead {
  margin-bottom: calc(16px / var(--maxw-pc) * 100vw);
  font-size: calc(52px / var(--maxw-pc) * 100vw);
}

.ot2026-concept {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  font-weight: var(--fw-bold);
}

.ot2026-concept__inner {
  position: relative;
  z-index: 1;
}

.ot2026-concept__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.ot2026-heading--h2 {
  position: relative;
}

.ot2026-section__head > *:first-child,
.ot2026-section__body > *:first-child {
  margin-top: 0 !important;
}

.ot2026-section__head > *:last-child,
.ot2026-section__body > *:last-child {
  margin-bottom: 0 !important;
}

.ot2026-section__head {
  position: relative;
  z-index: 1;
}

.ot2026-section__head::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.ot2026-section__body {
  position: relative;
  z-index: 2;
}

.ot2026-section--contents {
  padding: 120px calc(var(--sidew-pc) / var(--maxw-pc) * 100%);
  background-color: var(--c-bg2);
  background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/bg02_pc.webp);
  background-repeat: no-repeat;
  background-position: 100% 161px;
  background-size: calc(725px / var(--maxw-pc) * 100%) auto;
}

.ot2026-section--contents .ot2026-section__head .ot2026-img__caption {
  font-size: 14px;
  line-height: 1.5;
}

.ot2026-section--contents .ot2026-section__body .ot2026-credit {
  display: flex;
  background-color: #E7E7E7;
}

.ot2026-section--contents .ot2026-section__body .ot2026-credit__detail {
  font-size: 14px;
  line-height: 1.5;
}

.ot2026-section--contents .ot2026-section__body .ot2026-credit__title {
  font-weight: var(--fw-medium);
}

.ot2026-section--contents .ot2026-section__body .ot2026-credit__profile-name {
  margin-bottom: var(--space-xs);
  font-size: 16px;
  line-height: var(--lh-base);
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend {
  display: flex;
  position: relative;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-l);
  padding-left: var(--space-xl);
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor-item {
  position: relative;
  padding-left: 18px;
  color: var(--c-gray);
  transition: color 0.3s ease-out;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor-item.is-active {
  color: var(--c-black);
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor-item.is-active::before {
  opacity: 1;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor-item::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  opacity: 0;
  width: 10px;
  height: 10px;
  background-color: var(--c-black);
  transition: opacity 0.3s ease-out;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail > *:last-child {
  margin-bottom: 0 !important;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title {
  position: relative;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--c-black);
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns {
  display: flex;
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns .ot2026-column__title {
  margin-bottom: var(--space-s);
}

.ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns-item {
  background-color: var(--c-bg1);
}

.ot2026-section--contents .ot2026-section__body .ot2026-program {
  display: flex;
}

.ot2026-section--contents .ot2026-section__body .ot2026-program__detail .btn__link {
  width: 100%;
}

.ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--space-m);
}

.ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-tag__label {
  padding: 4px 8px;
  background-color: var(--c-gray);
  color: #fff;
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-heading--h2 .ot2026-heading__shoulder {
  margin-bottom: 4px;
  font-size: clamp(18px, calc(1.22vw + 8.67px), 32px);
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-heading--h2 .ot2026-heading__title {
  font-size: clamp(28px, calc(2.43vw + 9.33px), 56px);
}

.ot2026-info {
  margin-bottom: var(--space-5xl);
}

.ot2026-info > *:last-child {
  margin-bottom: 0 !important;
}

.ot2026-info__item {
  display: flex;
  border-bottom: 1px solid var(--c-gray);
  line-height: 1.5;
}

.ot2026-info__heading .ot2026-info__heading-label {
  position: relative;
}

.ot2026-info__heading .ot2026-info__heading-label::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--c-black);
}

.ot2026-info__detail > *:last-child {
  margin-bottom: 0 !important;
}

.ot2026-info__detail .ot2026-list {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-s);
}

.ot2026-info__detail .ot2026-profile {
  display: flex;
}

.ot2026-info__detail .ot2026-profile__detail {
  flex: 1;
  font-size: 14px;
}

.ot2026-info__detail .ot2026-profile__name {
  margin-bottom: var(--space-s);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
}

.ot2026-cv__inner > * {
  margin-top: var(--space-m);
}

.ot2026-cv__inner > *:first-child {
  margin-top: 0 !important;
}

.ot2026-cv__action .btn {
  margin: 0;
}

.ot2026-cv__action .btn__link {
  width: 100%;
}

.ot2026-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.ot2026-fixed.is-active {
  visibility: visible;
}

.ot2026-fixed.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ot2026-fixed * {
  box-sizing: border-box;
}

.ot2026-fixed__cv {
  margin: 0;
}

@media print, screen and (min-width: 48em) {
  .bottom_nav {
    margin-top: var(--space-5xl);
  }

  .btn__link--style01 {
    min-width: 500px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
  }

  .ot2026-heading--h2 .ot2026-heading__title {
    font-size: 56px;
  }

  .ot2026-heading--h3 .ot2026-heading__title,
  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__heading-label {
    font-size: 30px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor-item,
  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title,
  .ot2026-info__heading .ot2026-info__heading-label {
    font-size: 20px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns .ot2026-column__title {
    font-size: 18px;
  }

  .ot2026-hero .ot2026-event__detail {
    width: 681px;
  }

  .ot2026-hero .ot2026-event__action {
    width: 140px;
  }

  .ot2026-concept {
    padding: 296px calc(var(--sidew-pc) / var(--maxw-pc) * 100%);
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/bg01_pc.webp);
    font-size: 20px;
    line-height: 3;
  }

  .ot2026-concept__inner {
    padding-top: 68px;
  }

  .ot2026-concept__inner::before {
    top: 0;
    left: 0;
    width: 690px;
    height: 115px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text01_pc.svg);
  }

  .ot2026-heading--h2 .ot2026-heading__title + * {
    margin-top: var(--space-xl);
  }

  .ot2026-heading--h3 {
    margin-bottom: var(--space-3xl);
  }

  .ot2026-section {
    margin-bottom: 120px;
  }

  .ot2026-section__head,
  .ot2026-section__body {
    width: 100%;
    max-width: var(--minw-pc);
    margin-inline: auto;
  }

  .ot2026-section__head.is-wide,
  .ot2026-section__body.is-wide {
    max-width: none;
    margin-inline: 0;
  }

  .ot2026-section__head {
    margin-bottom: var(--space-3xl);
    padding-top: 68px;
  }

  .ot2026-section__head::before {
    left: 0;
    height: 115px;
  }

  .ot2026-section__body + .ot2026-section__body {
    margin-top: 120px;
  }

  .ot2026-section__body > .btn {
    margin-top: var(--space-3xl);
  }

  .ot2026-section--contents .ot2026-section__head {
    width: 600px;
  }

  .ot2026-section--contents .ot2026-section__head::before {
    width: 790px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text02_pc.svg);
  }

  .ot2026-section--contents .ot2026-section__head .ot2026-heading {
    margin-bottom: var(--space-3xl);
  }

  .ot2026-section--contents .ot2026-section__head .ot2026-img__caption {
    margin-top: var(--space-3xl);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit {
    align-items: center;
    -moz-column-gap: 32px;
    column-gap: 32px;
    width: 100%;
    max-width: 982px;
    margin: 0 auto var(--space-8xl);
    padding: 24px 32px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit__detail {
    flex: 1;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit__title {
    margin-bottom: var(--space-s);
    font-size: 18px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit__img {
    width: 130px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend {
    align-items: flex-start;
    -moz-column-gap: var(--space-xl);
    column-gap: var(--space-xl);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__heading {
    position: sticky;
    top: var(--space-5xl);
    left: 0;
    width: 296px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__heading-label {
    margin-bottom: var(--space-xl);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-7xl);
    flex: 1;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title {
    padding-left: 18px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title::before {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns {
    flex-wrap: wrap;
    gap: var(--space-xl);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns .ot2026-column__detail {
    padding: var(--space-l);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns-item {
    width: calc(50% - var(--space-xl) / 2);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program {
    -moz-column-gap: var(--space-xl);
    column-gap: var(--space-xl);
    margin-bottom: var(--space-8xl);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__detail,
  .ot2026-section--contents .ot2026-section__body .ot2026-program__img {
    width: calc(50% - var(--space-xl) / 2);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__detail .btn {
    align-items: flex-start;
    margin: var(--space-3xl) 0 0;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__detail .btn__link {
    max-width: 500px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-tag__label {
    font-size: var(--fz-base);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-heading--h2 {
    margin-bottom: var(--space-xl);
  }

  .ot2026-section--exhibition .ot2026-section__head::before {
    width: 850px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text03_pc.svg);
  }

  .ot2026-section--seminar {
    margin-bottom: var(--space-7xl);
  }

  .ot2026-section--seminar .ot2026-section__head::before {
    width: 666px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text04_pc.svg);
  }

  .ot2026-info__item {
    -moz-column-gap: var(--space-xl);
    column-gap: var(--space-xl);
    margin-bottom: calc(var(--space-3xl) - 1px);
    padding-bottom: var(--space-3xl);
  }

  .ot2026-info__heading {
    width: 268px;
  }

  .ot2026-info__heading .ot2026-info__heading-label {
    padding-left: 18px;
  }

  .ot2026-info__heading .ot2026-info__heading-label::before {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }

  .ot2026-info__detail {
    flex: 1;
  }

  .ot2026-info__detail > * {
    margin-bottom: var(--space-l);
  }

  .ot2026-info__detail .ot2026-profile {
    -moz-column-gap: var(--space-xl);
    column-gap: var(--space-xl);
  }

  .ot2026-info__detail .ot2026-profile__img {
    width: 170px;
  }

  .ot2026-cv {
    margin-bottom: var(--space-7xl);
  }

  .ot2026-cv__inner {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }

  .ot2026-fixed {
    bottom: var(--space-xl);
  }

  .ot2026-fixed__cv .btn__link {
    max-width: 500px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 89.99em) {
  .ot2026-hero__catch {
    max-width: var(--minw-pc);
    padding: 195px 0;
    font-size: 24px;
  }

  .ot2026-hero__catch-lead {
    margin-bottom: 16px;
    font-size: 52px;
  }

  .ot2026-section--contents {
    background-position: 707px 161px;
    background-size: 725px auto;
  }
}

@media screen and (max-width: 63.99em) {
  .ot2026-hero .ot2026-event {
    right: -30px;
  }
}

@media screen and (max-width: 47.99em) {
  .btn {
    width: 100%;
  }

  .btn__link--style01 {
    width: 100%;
    padding-top: 15px;
    font-size: 14px;
  }

  .ot2026-heading--h2 .ot2026-heading__title {
    font-size: 30px;
  }

  .ot2026-heading--h3 .ot2026-heading__title,
  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__heading-label {
    font-size: 24px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor-item,
  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title,
  .ot2026-info__heading .ot2026-info__heading-label {
    font-size: 18px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns .ot2026-column__title {
    font-size: 16px;
  }

  .ot2026-hero {
    height: auto;
    min-height: auto;
    padding-bottom: var(--space-3xl);
    background-color: var(--c-bg2);
    background-size: auto calc(340px / 375px * 100vw);
  }

  .ot2026-hero .ot2026-event {
    flex-direction: column;
    align-items: normal;
    row-gap: var(--space-l);
    position: static;
    width: calc(327px / 375px * 100vw);
    margin-inline: auto;
    padding: var(--space-l);
    border-radius: 8px;
    background-color: white;
    box-shadow: 3px 3px 3px rgba(76, 76, 76, 0.25);
  }

  .ot2026-hero .ot2026-event__heading {
    gap: 2px var(--space-l);
    margin-bottom: 16px;
    padding-bottom: 15px;
  }

  .ot2026-hero .ot2026-event__heading .ot2026-event__title {
    font-size: 22px;
  }

  .ot2026-hero .ot2026-event__heading .ot2026-event__area {
    padding-left: 20px;
    background-size: 16px auto;
    font-size: 14px;
  }

  .ot2026-hero .ot2026-event__info .ot2026-event__program {
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 14px;
  }

  .ot2026-hero .ot2026-event__info .ot2026-event__program::before {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }

  .ot2026-hero .ot2026-event__info .ot2026-event__date {
    font-size: 22px;
    line-height: 1.27273;
  }

  .ot2026-hero .ot2026-event__info .ot2026-event__date > span {
    font-size: 14px;
  }

  .ot2026-hero .ot2026-event__info-item {
    width: auto;
  }

  .ot2026-hero .ot2026-event__action .btn {
    width: 100%;
  }

  .ot2026-hero .ot2026-event__action .btn__link--style01 {
    padding: 15px 64px 16px;
    border-radius: 4px;
    box-shadow: 5px 5px 5px rgba(76, 76, 76, 0.25);
    background-position: calc(100% - 26px) 50%;
    font-size: 14px;
    aspect-ratio: auto;
  }

  .ot2026-hero__catch {
    padding: calc(106px / 375px * 100vw) calc(24px / 375px * 100vw) calc(58px / 375px * 100vw);
    font-size: calc(14px / 375px * 100vw);
  }

  .ot2026-hero__catch-lead {
    margin-bottom: calc(8px / 375px * 100vw);
    font-size: calc(26px / 375px * 100vw);
  }

  .ot2026-concept {
    padding: 150px calc(24px / 375px * 100vw) 200px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/bg01_sp.webp);
    font-size: 16px;
    line-height: 2.5;
  }

  .ot2026-concept__inner::before {
    top: -85px;
    left: calc(-12px / 375px * 100vw);
    width: 64px;
    height: 384px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text01_sp.svg);
  }

  .ot2026-heading--h2 .ot2026-heading__title + * {
    margin-top: var(--space-l);
  }

  .ot2026-heading--h3 {
    margin-bottom: var(--space-xl);
  }

  .ot2026-section {
    margin-bottom: var(--space-5xl);
  }

  .ot2026-section__head,
  .ot2026-section__body {
    padding-right: calc(24px / 375px * 100vw);
    padding-left: calc(24px / 375px * 100vw);
  }

  .ot2026-section__head.is-wide,
  .ot2026-section__body.is-wide {
    padding-right: 0;
    padding-left: 0;
  }

  .ot2026-section__head {
    margin-bottom: var(--space-l);
    padding-top: 32px;
  }

  .ot2026-section__head::before {
    right: calc(12px / 375px * 100vw);
    width: 64px;
  }

  .ot2026-section__body + .ot2026-section__body {
    margin-top: var(--space-5xl);
  }

  .ot2026-section__body > .btn {
    margin-top: var(--space-xl);
  }

  .ot2026-section--contents {
    padding: var(--space-5xl) 0;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/bg02_sp.webp);
    background-position: 100% 0;
    background-size: calc(351px / 375px * 100%) auto;
  }

  .ot2026-section--contents .ot2026-section__head {
    margin-bottom: var(--space-l);
    padding: calc(240px / 375px * 100vw) calc(24px / 375px * 100vw) 0;
  }

  .ot2026-section--contents .ot2026-section__head::before {
    left: calc(12px / 375px * 100vw);
    height: 440px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text02_sp.svg);
  }

  .ot2026-section--contents .ot2026-section__head .ot2026-heading {
    margin-bottom: var(--space-xl);
  }

  .ot2026-section--contents .ot2026-section__head .ot2026-img__caption {
    margin-top: var(--space-l);
  }

  .ot2026-section--contents .ot2026-section__body {
    padding-right: calc(24px / 375px * 100vw);
    padding-left: calc(24px / 375px * 100vw);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit {
    flex-wrap: wrap;
    gap: var(--space-m);
    margin: 0 calc(-12px / 375px * 100vw) var(--space-5xl);
    padding: 12px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit__detail {
    display: contents;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit__title {
    width: 100%;
    font-size: 16px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit__profile {
    width: calc(100% - var(--space-m) - 124px);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-credit__img {
    width: 124px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend {
    flex-direction: column;
    row-gap: var(--space-m);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__anchor {
    display: none;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading {
    margin-bottom: var(--space-l);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title {
    padding-left: 16px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__detail .ot2026-heading .ot2026-heading__title::before {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns {
    flex-direction: column;
    row-gap: var(--space-xl);
    margin-bottom: var(--space-5xl);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-recommend__columns .ot2026-column__detail {
    padding: var(--space-m);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program {
    flex-direction: column;
    margin-bottom: var(--space-5xl);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__detail {
    display: contents;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__detail .btn {
    order: 3;
    margin: var(--space-xl) 0 0;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__main {
    order: 1;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-tag__label {
    font-size: 14px;
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__main .ot2026-heading--h2 {
    margin-bottom: var(--space-l);
  }

  .ot2026-section--contents .ot2026-section__body .ot2026-program__img {
    order: 2;
    margin-top: var(--space-xl);
  }

  .ot2026-section--exhibition .ot2026-section__head::before {
    height: 473px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text03_sp.svg);
  }

  .ot2026-section--seminar .ot2026-section__head::before {
    height: 371px;
    background-image: url(/jp/lighting/well-being/office/orgatec-tokyo2026/img/top/text04_sp.svg);
  }

  .ot2026-info__item {
    flex-direction: column;
    row-gap: var(--space-m);
    margin-bottom: var(--space-l);
    padding-bottom: var(--space-l);
  }

  .ot2026-info__heading .ot2026-info__heading-label {
    padding-left: 16px;
  }

  .ot2026-info__heading .ot2026-info__heading-label::before {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
  }

  .ot2026-info__detail > * {
    margin-bottom: var(--space-m);
  }

  .ot2026-info__detail .ot2026-profile {
    -moz-column-gap: var(--space-m);
    column-gap: var(--space-m);
  }

  .ot2026-info__detail .ot2026-profile__img {
    width: calc(124px / 375px * 100vw);
  }

  .ot2026-cv {
    margin-bottom: var(--space-5xl);
  }

  .ot2026-cv__inner {
    padding-right: calc(24px / 375px * 100vw);
    padding-left: calc(24px / 375px * 100vw);
  }

  .ot2026-fixed {
    bottom: var(--space-l);
    padding-right: calc(24px / 375px * 100vw);
    padding-left: calc(24px / 375px * 100vw);
  }
}