@charset "UTF-8";

:root {
  --color-font-base: #ffffff;
  --color-font-base02: #ffffff;
  --color-font-link: #ffffff;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-blue: #002a5c;
  --color-gold: #c3965f;
}

.l-ot2026-content {
  position: relative;
}

.l-ot2026-section {
  position: relative;
  background-clip: padding-box;
  overflow: hidden;
}
.l-ot2026-section--release_kv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.l-ot2026-section--release_release {
  padding-top: 100px;
}
.l-ot2026-section--release_track {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.l-ot2026-section--release_novelty {
  padding-top: 94px;
}
.l-ot2026-section--release_movie {
  padding-top: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .l-ot2026-section--release_kv {
    padding-bottom: 17px;
  }
  .l-ot2026-section--release_release {
    padding-top: 50px;
  }
  .l-ot2026-section--release_release::before {
    height: 40px;
  }
  .l-ot2026-section--release_novelty {
    padding-top: 60px;
  }
  .l-ot2026-section--release_movie {
    padding-top: 60px;
  }
}
.l-ot2026-section.js-animation {
  opacity: 0;
  filter: blur(15px);
}
.l-ot2026-section.is-active {
  opacity: 1;
  filter: blur(0);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1), filter 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes scrollBtn {
  0% {
    transform: translate(-50%, 0);
  }
  45% {
    transform: translate(-50%, -10px);
  }
  55% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes headLoopPc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -483px;
  }
}
@keyframes headLoopSp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -307px;
  }
}
@keyframes outerNoiz {
  0% {
    transform: translate(0);
    background-position: 0;
  }
  5% {
    transform: translate(2px, 5px);
  }
  10% {
    transform: translate(0);
  }
  15% {
    transform: translate(-2px, -5px);
  }
  20% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px, 5px);
  }
  30% {
    transform: translate(0);
  }
  35% {
    transform: translate(2px, -5px);
  }
  40% {
    transform: translate(0);
  }
  45% {
    transform: translate(-5px, -2px);
  }
  50% {
    transform: translate(0);
  }
  55% {
    transform: translate(2px, 5px);
  }
  60% {
    transform: translate(0);
  }
  65% {
    transform: translate(-2px, -5px);
  }
  70% {
    transform: translate(0);
  }
  75% {
    transform: translate(-2px, 5px);
  }
  80% {
    transform: translate(0);
  }
  85% {
    transform: translate(2px, -5px);
  }
  90% {
    transform: translate(0);
  }
  95% {
    transform: translate(-5px, -2px);
  }
  100% {
    transform: translate(0);
  }
}


.p-ot2026-release_kv-visual {
  position: relative;
}
.p-ot2026-release_kv-visual__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_image__wrapper {
  width: 45%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_catch-title__wrapper {
  width: 55%;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_kv-visual__inner {
    display: block;
  }
  .p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_image__wrapper {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_catch-title__wrapper {
    width: 100%;
    padding: 50px 0;
  }
}

.p-ot2026-release_kv-catch {
  padding-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-ot2026-release_kv-catch__item {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.085em;
  text-indent: 0.085em;
  text-align: center;
}
.p-ot2026-release_kv-catch__item--lede {
  margin-bottom: 30px;
  display: flex;
}
.p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.065em;
}
.p-ot2026-release_kv-catch.js-animation .p-ot2026-release_kv-catch__item {
  opacity: 0;
  transform: translateY(10px);
}
.p-ot2026-release_kv-catch.js-animation .p-ot2026-release_kv-catch__item--lede {
  opacity: 1;
}
.p-ot2026-release_kv-catch.js-animation .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text {
  opacity: 0;
  transform: translateY(10px);
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text {
  opacity: 1;
  transform: translateY(0);
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(1) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(2) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.05s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.05s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(3) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(4) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(5) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(6) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(7) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(8) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.35s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.35s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(9) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(10) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.45s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.45s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(11) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(12) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.55s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.55s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text:nth-child(13) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item {
  opacity: 1;
  transform: translateY(0);
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item:nth-child(2) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item:nth-child(3) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.85s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.85s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item:nth-child(4) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.9s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item:nth-child(5) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.p-ot2026-release_kv-catch.js-animation.is-active .p-ot2026-release_kv-catch__item:nth-child(6) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.05s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.05s;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_kv-catch {
    padding: 24px 15px 0;
  }
  .p-ot2026-release_kv-catch__item {
    font-size: 1.2rem;
  }
  .p-ot2026-release_kv-catch__item--lede {
    margin-bottom: 20px;
  }
  .p-ot2026-release_kv-catch__item--lede .p-ot2026-release_kv-catch__item-text {
    font-size: 2rem;
  }
}

.p-ot2026-release_kv-album-catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 100px;
}
.p-ot2026-release_kv-album-catch__item {
  font-size: 1.8rem;
  line-height: 2.3;
  letter-spacing: 0.085em;
  text-indent: 0.085em;
  text-align: center;
}
.p-ot2026-release_kv-album-catch__item--lede {
  margin-bottom: 30px;
  display: flex;
}
.p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.065em;
}
.p-ot2026-release_kv-album-catch.js-animation .p-ot2026-release_kv-album-catch__item {
  opacity: 0;
  transform: translateY(10px);
}
.p-ot2026-release_kv-album-catch.js-animation .p-ot2026-release_kv-album-catch__item--lede {
  opacity: 1;
}
.p-ot2026-release_kv-album-catch.js-animation .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text {
  opacity: 0;
  transform: translateY(10px);
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text {
  opacity: 1;
  transform: translateY(0);
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(1) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(2) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.05s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.05s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(3) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(4) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.15s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(5) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(6) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(7) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(8) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.35s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.35s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(9) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(10) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.45s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.45s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(11) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(12) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.55s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.55s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text:nth-child(13) {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item {
  opacity: 1;
  transform: translateY(0);
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item:nth-child(2) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item:nth-child(3) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.85s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.85s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item:nth-child(4) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.9s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item:nth-child(5) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.p-ot2026-release_kv-album-catch.js-animation.is-active .p-ot2026-release_kv-album-catch__item:nth-child(6) {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.05s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.05s;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_kv-album-catch {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .p-ot2026-release_kv-album-catch__item {
    font-size: 1.55rem;
  }
  .p-ot2026-release_kv-album-catch__item--lede {
    margin-bottom: 20px;
  }
  .p-ot2026-release_kv-album-catch__item--lede .p-ot2026-release_kv-album-catch__item-text {
    font-size: 2rem;
  }
}

.p-ot2026-release_release-title__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-ot2026-release_release-title__body {
  font-weight: 900;
  margin-top: 3px;
  font-size: 6vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-ot2026-release_release-title__foot {
  margin-top: 23px;
  line-height: 1.2;
  font-size: 3vw;
  letter-spacing: 0.095em;
}
@media only screen and (min-width: 1300px) {
  .p-ot2026-release_release-title__body {
    font-size: 7.9rem;
  }
  .p-ot2026-release_release-title__foot {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_release-title__head, .p-ot2026-release_release-title__body, .p-ot2026-release_release-title__foot {
    line-height: 1;
  }
  .p-ot2026-release_release-title__head {
    font-size: 1.2rem;
  }
  .p-ot2026-release_release-title__body {
    margin-top: 10px;
    font-size: 4rem;
    letter-spacing: 0.07em;
  }
  .p-ot2026-release_release-title__foot {
    margin-top: 18px;
    font-size: 2rem;
  }
}

.p-ot2026-release_release-layout {
  display: flex;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.p-ot2026-release_release-layout__head {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  width: calc(55% - 10px);
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-ot2026-release_release-layout__body {
  width: 45%;
  padding-bottom: 30px;
  flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_release-layout {
    flex-direction: column;
    border-bottom: 0;
  }
  .p-ot2026-release_release-layout__head {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: calc(100% - 10px);
  }
  .p-ot2026-release_release-layout__body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    padding-bottom: 25px;
  }
}

.p-ot2026-release_release-list-edition__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 23px 27px 24px;
  position: relative;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-release_release-list-edition__content {
  display: flex;
  flex-direction: column;
}
.p-ot2026-release_release-list-edition__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-ot2026-release_release-list-edition__subtext {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_release-list-edition__item {
    padding: 10px 12px 8.3px 21px;
  }
  .p-ot2026-release_release-list-edition__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-ot2026-release_release-list-edition__text {
    font-size: 1.55rem;
    letter-spacing: 0.03em;
  }
  .p-ot2026-release_release-list-edition__subtext {
    margin-left: 0;
    font-size: 1.35rem;
  }
}

.p-ot2026-release_release-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-ot2026-release_release-media__text {
  margin-top: 10px;
  text-align: center;
}
.p-ot2026-release_release-media__title {
  margin-top: 10px;
  text-align: center;
}
.p-ot2026-release_release-media + .p-ot2026-release_release-media {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_release-media + .p-ot2026-release_release-media {
    margin-top: 30px;
  }
}

.p-ot2026-release_release-btn {
  margin-top: 30px;
  padding: 0 20px 0;
}
.p-ot2026-release_release-btn__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-ot2026-release_release-btn__btn {
  display: flex;
  max-width: 400px;
  width: 100%;
  min-height: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .p-ot2026-release_release-btn__btn:hover, .p-ot2026-release_release-btn__btn:active {
    text-decoration: none;
  }
  .p-ot2026-release_release-btn__btn:hover .p-ot2026-release_release-btn__text, .p-ot2026-release_release-btn__btn:active .p-ot2026-release_release-btn__text {
    color: #e60013;
    background-color: #fff;
    transition: 0.3s;
  }
  .p-ot2026-release_release-btn__btn:hover .p-ot2026-release_release-btn__text span, .p-ot2026-release_release-btn__btn:active .p-ot2026-release_release-btn__text span {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .p-ot2026-release_release-btn__btn:hover .p-ot2026-release_release-btn__text::before, .p-ot2026-release_release-btn__btn:active .p-ot2026-release_release-btn__text::before {
    width: 100%;
    right: 0;
    right: auto;
    transition: width 0.2s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
  }
}
.p-ot2026-release_release-btn__content {
  display: flex;
  width: 100%;
}
.p-ot2026-release_release-btn__text {
  position: relative;
  border-radius: 5rem;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.2;
  transition: 0.3s;
  overflow: hidden;
  color: #fff;
  background-color: #e60013;
}
.p-ot2026-release_release-btn__text span {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_release-btn {
    margin-top: 25px;
  }
  .p-ot2026-release_release-btn__inner {
    align-items: center;
  }
  .p-ot2026-release_release-btn__btn {
    min-height: 46px;
    max-width: 335px;
  }
  .p-ot2026-release_release-btn__text {
    font-size: 1.4rem;
  }
}

.p-ot2026-release_track-layout {
  display: flex;
  flex-wrap: nowrap;
}
.p-ot2026-release_track-layout__head {
  width: calc(45% - 70px);
  flex-shrink: 0;
  background-clip: padding-box;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 35px 35px 10px 35px;
}
.p-ot2026-release_track-layout__body {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_track-layout {
    display: block;
    flex-wrap: nowrap;
  }
  .p-ot2026-release_track-layout__head {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    padding: 40px 15px 15px 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-ot2026-release_track-layout__body {
    width: 100%;
  }
}

.p-ot2026-release_track-layout-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  height: 100%;
}
.p-ot2026-release_track-layout-title__inner {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-ot2026-release_track-layout-title__inner-item {
  font-family: cheddar-gothic-stencil, sans-serif;
  font-weight: 400;
  font-size: 7.1rem;
  line-height: 1;
  letter-spacing: 0.15em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_track-layout-title__inner {
    height: 100%;
  }
  .p-ot2026-release_track-layout-title__inner-item {
    transform: translateX(-1px);
    letter-spacing: 0.12em;
    word-break: keep-all;
    font-size: 3.75rem;
  }
  .p-ot2026-release_track-layout-title__inner-item + .p-ot2026-release_track-layout-title__inner-item {
    margin-top: 1rem;
  }
}

.p-ot2026-release_track-list-track__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  padding: 16px 27px 20px;
  position: relative;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-release_track-list-track__item:last-of-type {
  border-bottom: none;
}
.p-ot2026-release_track-list-track__content {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: 3px;
}
.p-ot2026-release_track-list-track__num {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  min-width: 36px;
}
.p-ot2026-release_track-list-track__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-ot2026-release_track-list-track__text span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_track-list-track__item {
    padding: 20px 20px 20px;
  }
  .p-ot2026-release_track-list-track__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-ot2026-release_track-list-track__num {
    font-size: 1.55rem;
  }
  .p-ot2026-release_track-list-track__text {
    font-size: 1.55rem;
    letter-spacing: 0.03em;
  }
  .p-ot2026-release_track-list-track__text span {
    font-size: 1.55rem;
  }
}

.p-ot2026-release_track-list-track__link {
  display: inline-block;
  position: relative;
  transition: letter-spacing 0.5s cubic-bezier(0.87, 0, 0.13, 1);
  font-size: 1.6rem;
}
.p-ot2026-release_track-list-track__link::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  transition: 0.3s;
}
@media only screen and (min-width: 767px) {
  .p-ot2026-release_track-list-track__link:hover, .p-ot2026-release_track-list-track__link:active {
    text-decoration: none;
    color: #e60013;
    transition: 0.3s;
  }
  .p-ot2026-release_track-list-track__link:hover::before, .p-ot2026-release_track-list-track__link:active::before {
    background-color: #e60013;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_track-list-track__link {
    font-size: 1.55rem;
    margin-bottom: 5px;
  }
}

.p-ot2026-release_novelty-title {
  padding-bottom: 29px;
  padding-left: 38px;
  padding-right: 38px;
}
.p-ot2026-release_novelty-title__inner {
  font-family: cheddar-gothic-stencil, sans-serif;
  font-weight: 400;
  font-size: 7.1rem;
  max-width: 100%;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_novelty-title {
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-ot2026-release_novelty-title__inner {
    font-size: 4.1rem;
    letter-spacing: 0.05em;
  }
}

.p-ot2026-release_novelty-box {
  background-clip: padding-box;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 46px 53px;
}
.p-ot2026-release_novelty-box__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-ot2026-release_novelty-box__text {
  margin-top: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 2.08;
}
.p-ot2026-release_novelty-box__text span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_novelty-box {
    padding: 26px 21px 32px;
  }
  .p-ot2026-release_novelty-box__title {
    font-size: 1.75rem;
  }
  .p-ot2026-release_novelty-box__text {
    font-size: 1.55rem;
    line-height: 1.8;
  }
  .p-ot2026-release_novelty-box__text span {
    font-size: 1.55rem;
    vertical-align: text-top;
  }
  .p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box:last-child .p-ot2026-release_novelty-box__text {
    margin-top: 0;
  }
}

.p-ot2026-release_novelty-box__images-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.p-ot2026-release_novelty-box__image {
  width: calc(100% / 2);
  max-width: 400px;
}
.p-ot2026-release_novelty-box__image:first-of-type {
  margin-right: 25px;
}
.p-ot2026-release_novelty-box__image img {
  border: 1px dashed #000000;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_novelty-box__images-wrapper {
    margin-top: 25px;
  }
  .p-ot2026-release_novelty-box__image:first-of-type {
    margin-right: 15px;
  }
}

.p-ot2026-release_novelty-box_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box {
  width: calc((100% - 154px) / 3);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 25px 53px;
}
.p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box:nth-child(3n) {
  border-right: none;
}
.p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box__image {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box {
    width: calc((100% - 102px) / 2);
  }
  .p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box:nth-child(2n) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_novelty-box_column {
    display: block;
  }
  .p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box {
    width: calc(100% - 32px);
    padding: 25px 15px 25px;
    border-right: 0;
  }
  .p-ot2026-release_novelty-box_column .p-ot2026-release_novelty-box__image {
    margin-top: 25px;
  }
}

.p-ot2026-release_novelty-btn {
  margin-top: 30px;
}
.p-ot2026-release_novelty-btn__inner {
  display: flex;
  align-items: flex-start;
}
.p-ot2026-release_novelty-btn__btn {
  display: flex;
  max-width: 400px;
  width: 100%;
  min-height: 60px;
  overflow: hidden;
}
.p-ot2026-release_novelty-btn__btn.fun-club {
  margin-left: 25px;
}
@media only screen and (min-width: 767px) {
  .p-ot2026-release_novelty-btn__btn:hover, .p-ot2026-release_novelty-btn__btn:active {
    text-decoration: none;
  }
  .p-ot2026-release_novelty-btn__btn:hover .p-ot2026-release_novelty-btn__text, .p-ot2026-release_novelty-btn__btn:active .p-ot2026-release_novelty-btn__text {
    color: #e60013;
    background-color: #fff;
    transition: 0.3s;
  }
  .p-ot2026-release_novelty-btn__btn:hover .p-ot2026-release_novelty-btn__text span, .p-ot2026-release_novelty-btn__btn:active .p-ot2026-release_novelty-btn__text span {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .p-ot2026-release_novelty-btn__btn:hover .p-ot2026-release_novelty-btn__text::before, .p-ot2026-release_novelty-btn__btn:active .p-ot2026-release_novelty-btn__text::before {
    width: 100%;
    right: 0;
    right: auto;
    transition: width 0.2s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
  }
}
.p-ot2026-release_novelty-btn__content {
  display: flex;
  width: 100%;
}
.p-ot2026-release_novelty-btn__text {
  position: relative;
  border-radius: 5rem;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.2;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #e60013;
}
.p-ot2026-release_novelty-btn__text span {
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .p-ot2026-release_novelty-btn__inner {
    flex-direction: column;
  }
  .p-ot2026-release_novelty-btn__btn.fun-club {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_novelty-btn {
    margin-top: 25px;
  }
  .p-ot2026-release_novelty-btn__inner {
    align-items: center;
  }
  .p-ot2026-release_novelty-btn__btn {
    min-height: 46px;
    max-width: 335px;
  }
  .p-ot2026-release_novelty-btn__btn.fun-club {
    margin-top: 15px;
  }
  .p-ot2026-release_novelty-btn__text {
    font-size: 1.4rem;
  }
}

.p-ot2026-release_movie-title {
  padding-bottom: 29px;
  padding-left: 38px;
  padding-right: 38px;
}
.p-ot2026-release_movie-title__inner {
  font-family: cheddar-gothic-stencil, sans-serif;
  font-weight: 400;
  font-size: 7.1rem;
  max-width: 100%;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_movie-title {
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-ot2026-release_movie-title__inner {
    font-size: 4.1rem;
    letter-spacing: 0.05em;
  }
}

.p-ot2026-release_movie-list-movie {
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-release_movie-list-movie__item {
  width: 100%;
}
.p-ot2026-release_movie-list-movie__item + .p-ot2026-release_movie-list-movie__item {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.p-ot2026-release_movie-panel {
  padding: 50px 38px;
}
.p-ot2026-release_movie-panel__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-ot2026-release_movie-panel__body {
  margin-top: 20px;
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-ot2026-release_movie-panel__foot {
  margin-top: 30px;
}
.p-ot2026-release_movie-panel__title-sub {
  font-weight: 700;
  line-height: 1.2;
}
.p-ot2026-release_movie-panel__title-main {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-ot2026-release_movie-panel__text {
  margin-top: 15px;
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 2.08;
}
.p-ot2026-release_movie-panel__media {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.p-ot2026-release_movie-panel__media-inner {
  max-width: 100%;
}
.p-ot2026-release_movie-panel__media-inner > * {
  max-width: 100%;
}
.p-ot2026-release_movie-panel__media-inner > iframe {
  aspect-ratio: 56/31;
  height: auto;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_movie-panel {
    padding: 35px 20px 35px;
  }
  .p-ot2026-release_movie-panel__body {
    max-width: 100%;
    margin-top: 21px;
  }
  .p-ot2026-release_movie-panel__title-sub {
    font-size: 1.2rem;
  }
  .p-ot2026-release_movie-panel__title-main {
    font-size: 1.8rem;
  }
  .p-ot2026-release_movie-panel__text {
    margin-top: 11px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-ot2026-release_movie-panel__media {
    margin-top: 15px;
  }
  .p-ot2026-release_movie-panel__media-inner {
    max-width: 100%;
  }
}

.p-ot2026-release_movie-btn__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-ot2026-release_movie-btn__btn {
  display: flex;
  max-width: 400px;
  width: 100%;
  min-height: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .p-ot2026-release_movie-btn__btn:hover, .p-ot2026-release_movie-btn__btn:active {
    text-decoration: none;
  }
  .p-ot2026-release_movie-btn__btn:hover .p-ot2026-release_movie-btn__text, .p-ot2026-release_movie-btn__btn:active .p-ot2026-release_movie-btn__text {
    letter-spacing: 0.2em;
    border-radius: 5rem 0 0 5rem;
    border-right: 0;
  }
  .p-ot2026-release_movie-btn__btn:hover .p-ot2026-release_movie-btn__text::before, .p-ot2026-release_movie-btn__btn:active .p-ot2026-release_movie-btn__text::before {
    width: 100%;
    right: 0;
    right: auto;
    transition: width 0.2s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
  }
}
.p-ot2026-release_movie-btn__content {
  display: flex;
  width: 100%;
}
.p-ot2026-release_movie-btn__text {
  position: relative;
  border-radius: 5rem;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.2;
  transition: border-radius 0.3s cubic-bezier(0.76, 0, 0.24, 1), border-right 0.2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s, letter-spacing 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_movie-btn__btn {
    min-height: 46px;
    max-width: 335px;
  }
  .p-ot2026-release_movie-btn__text {
    font-size: 1.4rem;
  }
}

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

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


.p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_catch-title__wrapper .p-ot2026-release_kv-album-catch {
  margin-bottom: 50px;
}
.p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_catch-title__wrapper .p-ot2026-release_kv-album-catch .p-ot2026-release_kv-album-catch__item {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_catch-title__wrapper .p-ot2026-release_kv-album-catch {
    margin-bottom: 25px;
  }
  .p-ot2026-release_kv-visual__inner .p-ot2026-release_kv_catch-title__wrapper .p-ot2026-release_kv-album-catch .p-ot2026-release_kv-album-catch__item {
    font-size: 1.55rem;
  }
}


/* animation */

.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.p-ot2026-release_track-layout-title__inner.smooth {
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
}
.l-ot2026-section.is-active .smooth {
  clip-path: inset(0);
}

/* animation */

.p-ot2026-release_track-list-track__text {
  font-weight: 700;
}
.p-ot2026-release_track-list-track__text span,
.p-ot2026-release_track-list-track__text a {
  font-weight: 400;
}