@charset "UTF-8";
body {
  --bg: #fff;
  /*
  画面幅 1280px以下は固定で横スクロールバーが出る。
  SPレイアウトは767px以下
  フォントサイズはrem指定。htmlに62.5%が指定されているので 1rem=1px
  */
}
body .pagetop.pagetop_show {
  display: none;
}

.oc2026 {
  position: relative;
  margin: 0 auto;
  width: min(100%, 1920px);
  font-family: var(--font-ja);
  font-weight: var(--oc2026-weight-midium);
  letter-spacing: 0.02em;
  color: #000;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  --oc2026-weight-midium-en: 500;
  --oc2026-weight-bold-en: 700;
  --oc2026-weight-exbold-en: 800;
  --oc2026-weight-black-en: 900;
  --oc2026-color-main: #0C4AA4;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .oc2026 {
    padding-top: 15.3333333333vw;
    margin-inline: -20px;
    width: auto;
  }
}
.oc2026 a[target=_blank]::after {
  content: "";
}
.oc2026 img {
  max-width: 100%;
  height: auto;
}

.m-content-inner {
  margin-inline: auto;
  width: min(100%, 1372px);
}
@media screen and (max-width: 767px) {
  .m-content-inner {
    width: 89.3333333333vw;
  }
}

.m-content-min {
  margin-inline: auto;
  width: min(100%, 1020px);
}
@media screen and (max-width: 767px) {
  .m-content-min {
    width: 78.6666666667vw;
  }
}

.m-heading-01 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-heading-01 {
    gap: 1.0666666667vw;
  }
}
.m-heading-01__en {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--oc2026-color-main);
  font-family: var(--font-en);
  font-weight: var(--oc2026-weight-bold-en);
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .m-heading-01__en {
    gap: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
.m-heading-01__en::before {
  flex: 0 0 auto;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 100px;
  background: var(--oc2026-color-main);
  content: "";
}
@media screen and (max-width: 767px) {
  .m-heading-01__en::before {
    width: 1.0666666667vw;
  }
}
.m-heading-01__ja {
  font-weight: var(--oc2026-weight-black-en);
  font-size: 55px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .m-heading-01__ja {
    font-size: 7.4666666667vw;
    line-height: 1.2;
  }
}

.m-button-oc {
  display: flex;
  align-items: center;
  padding-left: 18px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: var(--oc2026-weight-bold-en);
  font-size: 18px;
  background: #fff;
  line-height: 1.2;
}
.m-button-oc .pdf {
  display: block;
  margin-right: 20px;
  width: 30px;
}
.m-button-oc .arrow {
  display: block;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .m-button-oc {
    padding-left: 2.4vw;
    width: 100%;
    font-size: 3.2vw;
    border-radius: 10px;
  }
  .m-button-oc .pdf {
    margin-right: 4vw;
    width: 4.5333333333vw;
  }
  .m-button-oc .arrow {
    display: block;
    margin-left: auto;
    width: 9.8666666667vw;
  }
}

.none {
  display: none;
}

@media screen and (max-width: 767px) {
  .sm\:none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sm\:block {
    display: block;
  }
}

:root {
  scrollbar-width: none;
  --vw: max(100vw, 1260px);
}

.oc2026-firstview {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0;
  padding: 40px 0 0 0;
  margin: 0 0 0 auto;
  width: min(var(--vw) - 138px, clamp(1156.5px, 91.7857142857vw, 1542px));
  font-family: var(--font-en);
}
.oc2026-firstview__kv {
  flex: 0 0 auto;
  display: grid;
  margin: 0;
  width: clamp(817.5px, 64.880952381vw, 1090px);
  height: clamp(618px, 49.0476190476vw, 824px);
}
.oc2026-firstview__image {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  margin-left: auto;
  width: clamp(656.25px, 52.0833333333vw, 875px);
  border-radius: clamp(7.5px, 0.5952380952vw, 10px);
  overflow: hidden;
}
.oc2026-firstview__title {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(12px, 0.9523809524vw, 16px);
  font-style: italic;
  font-size: clamp(140.25px, 11.130952381vw, 187px);
  font-weight: var(--oc2026-weight-bold-en);
  line-height: 1;
}
.oc2026-firstview__title .small {
  margin-inline-start: clamp(30px, 2.380952381vw, 40px);
  letter-spacing: 0.02em;
  font-size: clamp(22.5px, 1.7857142857vw, 30px);
  font-weight: var(--oc2026-weight-bold-en);
}
.oc2026-firstview__title .year {
  margin-inline-start: clamp(15px, 1.1904761905vw, 20px);
  font-size: clamp(75px, 5.9523809524vw, 100px);
}
.oc2026-firstview__schedule {
  flex: 0 0 auto;
  width: clamp(259.5px, 20.5952380952vw, 346px);
}
.oc2026-firstview__cta {
  display: none;
}
.oc2026-firstview .oc2026-schedule__item {
  padding: clamp(15px, 1.1904761905vw, 20px) 0 0;
}
.oc2026-firstview .oc2026-schedule__item:not(:last-child) {
  padding-bottom: clamp(13.5px, 1.0714285714vw, 18px);
}
.oc2026-firstview .oc2026-schedule__item .day {
  width: clamp(81px, 6.4285714286vw, 108px);
  font-size: clamp(30.75px, 2.4404761905vw, 41px);
}
.oc2026-firstview .oc2026-schedule__item .week {
  font-size: clamp(15px, 1.1904761905vw, 20px);
}
.oc2026-firstview .oc2026-schedule__item .time {
  font-size: clamp(16.5px, 1.3095238095vw, 22px);
}
@media screen and (max-width: 767px) {
  .oc2026-firstview {
    padding: 0 5.3333333333vw;
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
  .oc2026-firstview__kv {
    width: 100%;
    height: 78.9333333333vw;
  }
  .oc2026-firstview__image {
    margin-left: 5.3333333333vw;
    width: 94.6666666667vw;
  }
  .oc2026-firstview__title {
    padding-bottom: 0;
    font-size: 10.5vw;
    line-height: 0.9;
  }
  .oc2026-firstview__title .small {
    display: none;
  }
  .oc2026-firstview__title .year {
    margin-inline-start: 2vw;
    font-size: 7vw;
  }
  .oc2026-firstview__schedule {
    margin-top: 1.3333333333vw;
    width: 100%;
  }
  .oc2026-firstview__schedule .oc2026-schedule {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4vw;
  }
  .oc2026-firstview__schedule .oc2026-schedule__item {
    padding: 0.8vw 0 !important;
  }
  .oc2026-firstview__schedule .oc2026-schedule__item .day {
    text-align: center;
    width: 13.0666666667vw;
    font-size: 5.4666666667vw;
  }
  .oc2026-firstview__schedule .oc2026-schedule__item .week {
    font-size: 2.9333333333vw;
  }
  .oc2026-firstview__schedule .oc2026-schedule__item .time {
    font-size: 2.9333333333vw;
  }
  .oc2026-firstview__cta {
    display: block;
    padding: 0 5.3333333333vw;
    margin: 4vw 0 0;
  }
}

.oc2026-schedule {
  padding: 0;
  list-style: none;
  font-family: var(--font-en);
}
:where(.oc2026-schedule) {
  display: flex;
  flex-direction: column;
}

.oc2026-schedule__item {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  line-height: 1;
}
.oc2026-schedule__item:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
}
.oc2026-schedule__item .day {
  flex: 0 0 auto;
  width: 108px;
  text-align: right;
  font-size: 41px;
}
.oc2026-schedule__item .week {
  flex: 0 0 auto;
  font-size: 20px;
}
.oc2026-schedule__item .time {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .oc2026-schedule {
    gap: 0 4vw;
  }
  .oc2026-schedule__item {
    padding: 1.6vw 0;
  }
  .oc2026-schedule__item:not(:last-child) {
    padding-bottom: 1.6vw;
  }
  .oc2026-schedule__item .day {
    width: 13.3333333333vw;
    font-size: 5.4666666667vw;
  }
  .oc2026-schedule__item .week {
    flex: 0 0 auto;
    font-size: 2.9333333333vw;
  }
  .oc2026-schedule__item .time {
    font-size: 2.9333333333vw;
  }
}

.oc2026-nav {
  z-index: 90;
  background: #fff;
}
.oc2026-nav__inner {
  display: flex;
  gap: 24px;
  padding: 20px 0;
}
.oc2026-nav__item {
  flex: 0 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  font-weight: var(--oc2026-weight-bold-en);
  font-size: 18px;
}
.oc2026-nav__item .icon {
  flex: 0 0 auto;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .oc2026-nav {
    display: none;
  }
}

.oc2026-about {
  padding-top: 150px;
  margin: 0 auto;
  width: min(100%, 1372px);
}
.oc2026-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 100px;
  margin: 80px 0 0;
  width: 100%;
}
.oc2026-about__image {
  border-radius: 10px;
  overflow: hidden;
}
.oc2026-about__body {
  padding-left: 20px;
  margin-top: 32px;
}
.oc2026-about__label {
  font-weight: var(--oc2026-weight-black-en);
  font-size: 36px;
  line-height: 1.4;
  white-space: nowrap;
}
.oc2026-about__text {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .oc2026-about {
    padding: 16vw 0 0;
    margin-top: -12vw;
    width: 100%;
  }
  .oc2026-about__list {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin: 7.2vw 0 0;
  }
  .oc2026-about__body {
    padding-left: 0;
    margin-top: 5.3333333333vw;
  }
  .oc2026-about__label {
    font-size: 5.3333333333vw;
  }
  .oc2026-about__text {
    margin-right: -0.2666666667vw;
    margin-top: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .oc2026-about__image {
    border-radius: 5px;
  }
}

.oc2026-program {
  padding-top: 150px;
}
.oc2026-program__inner {
  padding: 90px 20px;
  background: #F1F1F1;
  border-radius: 10px;
}
.oc2026-program__text {
  margin-top: 32px;
}
.oc2026-program__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 80px auto 0;
  width: min(100%, 1232px);
}
.oc2026-program__images .image {
  border-radius: 5px;
  overflow: hidden;
}
.oc2026-program__button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .oc2026-program {
    padding-top: 20vw;
  }
  .oc2026-program__inner {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
  }
  .oc2026-program__text {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
  }
  .oc2026-program__images {
    display: none;
  }
  .oc2026-program__button {
    display: flex;
    margin-top: 8vw;
    line-height: 1.2;
  }
}

.oc2026-features {
  margin-top: 127px;
}
@media screen and (min-width: 768px) {
  .oc2026-features__item {
    margin: 100px auto 0;
    width: min(100%, 1372px);
  }
  .oc2026-features__item .line01 {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    width: 100%;
  }
  .oc2026-features__item .line01 .image01 {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    width: 660px;
  }
  .oc2026-features__item .line01 .body {
    position: relative;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    max-width: calc(50% - 25px);
  }
  .oc2026-features__item .line01 .label {
    flex: 0 0 auto;
    align-self: flex-end;
    white-space: nowrap;
    width: 756px;
  }
  .oc2026-features__item .line01 .text {
    flex: 0 1 auto;
    position: relative;
    z-index: 10;
  }
  .oc2026-features__item .line01.reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .oc2026-features__item .line01.reverse .body {
    align-items: flex-end;
  }
  .oc2026-features__item .line01.reverse .label {
    left: 0;
    align-self: flex-start;
  }
  .oc2026-features__item .line01.reverse .label::before {
    right: -120px;
  }
  .oc2026-features__item .line02 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 50px;
    margin-left: auto;
    margin-top: 50px;
  }
  .oc2026-features__item .line02 .image02 {
    width: 484px;
  }
  .oc2026-features__item .line02 .image03 {
    width: 660px;
  }
  .oc2026-features__item .line02.reverse {
    flex-direction: row-reverse;
  }
}
.oc2026-features__image {
  overflow: hidden;
}
.oc2026-features__image img {
  border-radius: 10px;
}
.oc2026-features__label {
  flex: 0 0 auto;
  z-index: 10;
  left: -60px;
  padding-inline: 60px;
  margin-bottom: 60px;
  align-self: flex-end;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 50px;
  font-weight: var(--oc2026-weight-black-en);
  line-height: 1.6;
}
.oc2026-features__label::before {
  position: absolute;
  inset: -60px 0 -50px 0;
  z-index: -1;
  background: #fff;
  content: "";
}
.oc2026-features__text {
  line-height: 1.75;
}
.oc2026-features__nav {
  margin: 80px auto 0;
  width: min(100%, 1020px);
}
@media screen and (max-width: 767px) {
  .oc2026-features {
    margin-top: 8vw;
  }
  .oc2026-features__item {
    position: relative;
    display: block;
    padding-top: 47.3333333333vw;
    margin-top: 9.3333333333vw;
    width: 100%;
  }
  .oc2026-features .line01.reverse .oc2026-features__image.image01 {
    left: auto;
    right: -5.3333333333vw;
  }
  .oc2026-features .line02 {
    display: flex;
    gap: 6.2666666667vw;
    margin-top: 8vw;
  }
  .oc2026-features__images {
    display: flex;
    align-items: flex-start;
    gap: 6.2666666667vw;
    margin: 8vw -5.3333333333vw 0 0;
  }
  .oc2026-features__image {
    border-radius: 5px;
  }
  .oc2026-features__image.image01 {
    position: absolute;
    top: 0;
    left: -5.3333333333vw;
    z-index: -1;
    width: 89.3333333333vw;
  }
  .oc2026-features__image.image02 {
    flex: 0 1 auto;
  }
  .oc2026-features__image.image03 {
    flex: 0 1 auto;
  }
  .oc2026-features__body, .oc2026-features .body {
    padding: 0 5.3333333333vw;
    margin: 0;
  }
  .oc2026-features__label {
    z-index: 0;
    left: 0;
    display: block;
    padding-inline: 0;
    margin: 0 -5.3333333333vw 0 0;
    width: auto;
    font-size: 5.3333333333vw;
    white-space: nowrap;
  }
  .oc2026-features__label::before {
    position: absolute;
    inset: -5.3333333333vw 0 -5.3333333333vw -5.3333333333vw;
    z-index: -1;
    background: #fff;
    content: "";
  }
  .oc2026-features__text {
    margin: 5.3333333333vw 0 0 0;
    width: 100%;
    font-size: 3.2vw;
  }
  .oc2026-features__nav {
    margin: 9.3333333333vw auto 0;
    width: 78.6666666667vw;
  }
}

.oc2026-access {
  padding-top: 150px;
}
.oc2026-access__inner {
  padding: 94px 0;
  background: url(./img/bg_access.jpg) 0 0/cover no-repeat;
  border-radius: 10px;
  color: #fff;
}
.oc2026-access__title .m-heading-01__en {
  color: #fff;
}
.oc2026-access__schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 120px;
  margin-top: 50px;
}
.oc2026-access__schedule .day {
  text-align: center;
  font-size: 50px;
  width: 150px;
}
.oc2026-access__schedule .week {
  font-size: 28px;
}
.oc2026-access__schedule .time {
  font-size: 28px;
}
.oc2026-access__schedule .oc2026-schedule__item:nth-of-type(1), .oc2026-access__schedule .oc2026-schedule__item:nth-of-type(2) {
  border-top: 1px solid currentColor;
}
.oc2026-access__schedule .oc2026-schedule__item:last-child {
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
}
.oc2026-access__nav {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
}
.oc2026-access__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 480px);
  height: 72px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 300px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-weight: var(--oc2026-weight-bold-en);
}
.oc2026-access__button .arrow {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translate(0, -50%);
  width: 8px;
}
@media screen and (max-width: 767px) {
  .oc2026-access {
    padding-top: 20vw;
  }
  .oc2026-access__inner {
    padding: 9.3333333333vw 0;
  }
  .oc2026-access__schedule {
    gap: 0 3.3333333333vw;
    margin: 9.3333333333vw -0.5333333333vw 0;
  }
  .oc2026-access__schedule .day {
    text-align: center;
    width: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .oc2026-access__schedule .week {
    font-size: 2.6666666667vw;
  }
  .oc2026-access__schedule .time {
    font-size: 2.6666666667vw;
  }
  .oc2026-access__schedule .oc2026-schedule__item:last-child {
    padding-bottom: 1.6vw;
  }
  .oc2026-access__nav {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin: 9.3333333333vw 0 0;
  }
  .oc2026-access__button {
    width: 100%;
    height: 9.6vw;
    font-size: 3.2vw;
  }
  .oc2026-access__button .arrow {
    right: 4.8vw;
    width: 1.0666666667vw;
  }
}

.oc2026-images {
  display: flex;
  margin: 120px 0 0;
  width: 100%;
  overflow: hidden;
}
.oc2026-images .image {
  flex: 0 0 auto;
  padding: 0 25px;
  width: 4254px;
  animation: loop-images 80s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .oc2026-images {
    margin-top: 20vw 0 0;
  }
  .oc2026-images .image {
    padding: 0 2.6666666667vw;
    width: 504vw;
  }
}

@keyframes loop-images {
  0% {
    visibility: visible;
    transform: translate3d(0%, 0, 0);
  }
  100% {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
}
.oc2026-recommend {
  padding: 150px 0 0;
}
.oc2026-recommend__text {
  margin: 42px 0 0;
  font-size: 18px;
  line-height: 1.6666666667;
}
.oc2026-recommend__slider {
  margin-top: 60px;
  position: relative;
}
.oc2026-recommend__slider .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
}
.oc2026-recommend__slider .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  background: #fff;
  border: 0;
  margin-top: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.oc2026-recommend__slider .splide__arrow svg {
  width: 18px;
  height: 16px;
}
.oc2026-recommend__slider .splide__arrow svg path {
  fill: #333;
}
.oc2026-recommend__slider .splide__arrow--prev {
  left: -40px;
}
.oc2026-recommend__slider .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.oc2026-recommend__slider .splide__arrow--next {
  right: -40px;
}
.oc2026-recommend__slider .splide__arrow:hover {
  background: #f5f5f5;
}
.oc2026-recommend__item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.oc2026-recommend__image {
  margin: 0;
}
.oc2026-recommend__label {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  font-weight: var(--oc2026-weight-bold-en);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .oc2026-recommend {
    padding-top: 20vw;
  }
  .oc2026-recommend__text {
    margin: 6.6666666667vw 0 0;
    font-size: 3.2vw;
  }
  .oc2026-recommend__slider {
    margin-top: 9.3333333333vw;
  }
  .oc2026-recommend__slider .splide__arrow {
    width: 13.0666666667vw;
    height: 13.0666666667vw;
  }
  .oc2026-recommend__slider .splide__arrow svg {
    width: 2.4vw;
    height: 2.1333333333vw;
  }
  .oc2026-recommend__slider .splide__arrow--prev {
    left: -6.5333333333vw;
  }
  .oc2026-recommend__slider .splide__arrow--next {
    right: -6.5333333333vw;
  }
  .oc2026-recommend__slider .splide__track {
    overflow: visible;
  }
  .oc2026-recommend__label {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

.oc2026-cta {
  position: fixed;
  right: clamp(26.25px, 2.0833333333vw, 35px);
  bottom: clamp(30px, 2.380952381vw, 40px);
  z-index: 100;
  width: clamp(259.5px, 20.5952380952vw, 346px);
}
.oc2026-cta > a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .oc2026-cta {
    display: none;
  }
}

.oc2026-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .oc2026-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 15.3333333333vw;
    width: 100%;
    background: #fff;
  }
  .oc2026-header__label {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    font-family: var(--font-en);
    font-weight: var(--oc2026-weight-bold-en);
    font-size: 4.5333333333vw;
    font-style: italic;
  }
  .oc2026-header__button {
    position: relative;
    height: 100%;
    aspect-ratio: 1;
    background: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .oc2026-header__button::before, .oc2026-header__button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.8666666667vw;
    height: 1px;
    background: #fff;
    transition: 0.3s ease;
    content: "";
  }
  .oc2026-header__button::before {
    transform: translate(-50%, calc(-50% - 0.8vw));
  }
  .oc2026-header__button::after {
    transform: translate(-50%, calc(-50% + 0.8vw));
  }
}

.spnav-active .oc2026-header__button::before {
  transform: translate(-50%, -50%) rotate(24deg);
}
.spnav-active .oc2026-header__button::after {
  transform: translate(-50%, -50%) rotate(-24deg);
}

.oc2026-spnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100dvh;
  padding: 15.3333333333vw 0;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  transform: translate(0, 10%);
  pointer-events: none;
  transition: 0.3s ease;
}
.oc2026-spnav__title {
  padding: 0 0 0 5.3333333333vw;
  line-height: 0.9;
  font-family: var(--font-en);
  font-size: 14.9333333333vw;
  font-style: italic;
}
.oc2026-spnav__title .small {
  font-size: 8.5333333333vw;
}
.oc2026-spnav__list {
  display: flex;
  flex-direction: column;
  padding: 0 5.3333333333vw;
  margin: 6.6666666667vw 0 0;
}
.oc2026-spnav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5.6vw 5.3333333333vw;
  border-bottom: 1px solid #000;
  font-size: 3.4666666667vw;
  font-weight: var(--oc2026-weight-bold-en);
  text-decoration: none;
}
.oc2026-spnav__link:first-child {
  border-top: 1px solid #000;
}
.oc2026-spnav__banner {
  display: block;
  margin: 12vw 5.3333333333vw;
}

.spnav-active .oc2026-spnav {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: initial;
}/*# sourceMappingURL=style.css.map */