@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--tour_kv {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.l-ot2026-section--tour_schedule {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.l-ot2026-section--tour_schedule_no-border {
  border-top: 0;
}
.l-ot2026-section--tour_special {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.l-ot2026-section--tour_special .p-ot2026-tour_goods-title {
  margin-bottom: 0;
}

.l-ot2026-section--tour_special .p-ot2026-tour_goods-box__inner {
  padding-top: 20px;
}

.l-ot2026-section--tour_special .p-ot2026-tour_goods-box__inner + .p-ot2026-tour_goods-box__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 20px;
  padding-top: 20px;
}

.l-ot2026-section--tour_special .p-ot2026-tour_goods-meadia img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.p-ot2026-tour_goods-meadia__link--special {
  display: inline-block;
  width: 50%;
}


.l-ot2026-section--tour_special .p-ot2026-tour_goods-meadia {
  padding-left: 0;
  padding-right: 0;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .l-ot2026-section--tour_special .p-ot2026-tour_goods-meadia img {
    width: 100%;
    margin: 0 auto;
  }
  .p-ot2026-tour_goods-meadia__link--special {
    width: 100%;
  }
}



.l-ot2026-section--tour_ticket {
  padding-top: 94px;
}
.l-ot2026-section--tour_wowow .p-ot2026-tour_ticket-title {
  border-bottom: 0;
}
.l-ot2026-section--tour_wowow .p-ot2026-tour_ticket-title__sp {
  display: none;
}
.l-ot2026-section--tour_wowow .p-ot2026-tour_ticket-title__pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .l-ot2026-section--tour_wowow .p-ot2026-tour_ticket-title__sp {
    display: inline;
    line-height: 1.3;
  }
  .l-ot2026-section--tour_wowow .p-ot2026-tour_ticket-title__pc {
    display: none;
  }
}

.l-ot2026-section--tour_wowow .p-ot2026-tour_ticket-box__text {
  line-height: 1.7;
  margin-bottom: 15px;
}


.l-ot2026-section--tour_wowow {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.l-ot2026-section--tour_ticket_type02 {
  padding-top: 0;
}
.l-ot2026-section--tour_goods {
  padding-top: 92px;
  padding-bottom: 51px;
}
.l-ot2026-section--tour_credit {
  padding-top: 46px;
  padding-bottom: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  .l-ot2026-section--tour_kv {
    padding-bottom: 0;
  }
  .l-ot2026-section--tour_ticket {
    padding-top: 60px;
    border-top: 0;
  }
  .l-ot2026-section--tour_ticket_type02 {
    padding-top: 0;
  }
  .l-ot2026-section--tour_goods {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .l-ot2026-section--tour_credit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.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-tour_kv-visual__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.p-ot2026-tour_kv-visual__inner .p-ot2026-tour_kv_image__wrapper {
  width: 45%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.p-ot2026-tour_kv-visual__inner .p-ot2026-tour_kv_catch-title__wrapper {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_kv-visual__inner {
    display: block;
  }
  .p-ot2026-tour_kv-visual__inner .p-ot2026-tour_kv_image__wrapper {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-ot2026-tour_kv-visual__inner .p-ot2026-tour_kv_catch-title__wrapper {
    width: 100%;
    padding: 50px 0;
  }
}

.p-ot2026-tour_tour-title {
  text-align: center;
}
.p-ot2026-tour_tour-title__body {
  font-weight: 900;
  margin-top: 3px;
  font-size: 4.5vw;
  letter-spacing: 0.055em;
  line-height: 1.8;
}
.p-ot2026-tour_tour-title__body span {
  font-weight: 500;
  font-size: 3.4rem;
}
@media only screen and (min-width: 1200px) {
  .p-ot2026-tour_tour-title__body {
    font-size: 5.4rem;
  }
  .p-ot2026-tour_tour-title__body span {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_tour-title__body {
    font-size: 3.4rem;
  }
  .p-ot2026-tour_tour-title__body span {
    font-size: 2.4rem;
  }
}

.p-ot2026-tour_kv-catch {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 41px;
  padding-right: 41px;
  text-align: center;
}
.p-ot2026-tour_kv-catch__item {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.085em;
  text-indent: 0.085em;
}
.p-ot2026-tour_kv-catch__image {
  width: 80%;
  max-width: 800px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_kv-catch {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .p-ot2026-tour_kv-catch__item {
    font-size: 1.55rem;
    line-height: 1.8;
  }
  .p-ot2026-tour_kv-catch__image {
    width: 100%;
    margin: 20px auto 0;
  }
}

.p-ot2026-tour_schedule-title {
  padding-top: 95px;
  padding-left: 38px;
  padding-right: 38px;
}
.p-ot2026-tour_schedule-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-tour_schedule-title {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-ot2026-tour_schedule-title__inner {
    font-size: 3.9rem;
    letter-spacing: 0.08em;
  }
}

.p-ot2026-tour_schedule-list-schedule {
  margin-top: 27px;
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-tour_schedule-list-schedule__item {
  max-width: 50%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.p-ot2026-tour_schedule-list-schedule__item:nth-child(2n) {
  border-right: none;
}
.p-ot2026-tour_schedule-list-schedule__item:last-child:not(:nth-child(even)) {
  border-bottom: 0;
}
.p-ot2026-tour_schedule-list-schedule__item.is-sold_out .p-ot2026-tour_schedule-panel__date-label {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_schedule-list-schedule {
    margin-top: 15px;
  }
  .p-ot2026-tour_schedule-list-schedule__item {
    max-width: 100%;
    border-right: 0;
  }
  .p-ot2026-tour_schedule-list-schedule__item:last-child:not(:nth-child(even)) {
    border-bottom: 0;
  }
  .p-ot2026-tour_schedule-list-schedule__item:last-child:not(:nth-child(even)), .p-ot2026-tour_schedule-list-schedule__item:last-child:not(:nth-child(odd)) {
    border-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.p-ot2026-tour_schedule-panel {
  padding: 32px 42px 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.p-ot2026-tour_schedule-panel__head {
  display: flex;
  flex-direction: column;
}
.p-ot2026-tour_schedule-panel__body {
  margin-top: 30px;
}
.p-ot2026-tour_schedule-panel__date {
  font-weight: 700;
  transform: scale(1.1, 1);
  transform-origin: left;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  display: flex;
  align-items: baseline;
}
.p-ot2026-tour_schedule-panel__date-label {
  display: none;
  background-color: #ff0000;
  color: #ffffff;
  padding: 0 5px;
  margin-left: 10px;
}
.p-ot2026-tour_schedule-panel__detail {
  display: flex;
  align-items: center;
}
.p-ot2026-tour_schedule-panel__seat {
  margin-left: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-ot2026-tour_schedule-panel__place {
  font-size: 1.8rem;
  margin-top: 3px;
  letter-spacing: 0.15em;
}
.p-ot2026-tour_schedule-panel__time {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-ot2026-tour_schedule-panel__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.17em;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_schedule-panel {
    padding: 20px 25px 20px;
  }
  .p-ot2026-tour_schedule-panel__date {
    font-size: 2.2rem;
  }
  .p-ot2026-tour_schedule-panel__place {
    margin-top: 1px;
    font-size: 1.55rem;
    letter-spacing: 0.05em;
  }
  .p-ot2026-tour_schedule-panel__body {
    margin-top: 13px;
  }
  .p-ot2026-tour_schedule-panel__text {
    margin-top: -2px;
    font-size: 1.55rem;
  }
  .p-ot2026-tour_schedule-panel__time {
    font-size: 1.55rem;
  }
  .p-ot2026-tour_schedule-panel__seat {
    font-size: 1.55rem;
  }
}

.p-ot2026-tour_ticket-title {
  padding-bottom: 19px;
  padding-left: 38px;
  padding-right: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-tour_ticket-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-tour_ticket-title {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-ot2026-tour_ticket-title__inner {
    font-size: 3.9rem;
  }
}

.p-ot2026-tour_ticket-text {
  font-weight: 900;
  margin-top: 34px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_ticket-text {
    margin-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.p-ot2026-tour_ticket-list-note {
  padding-top: 10px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 36px;
}
.p-ot2026-tour_ticket-list-note__item {
  display: flex;
}
.p-ot2026-tour_ticket-list-note__mark, .p-ot2026-tour_ticket-list-note__text {
  font-size: 1.6rem;
  color: #747476;
}
.p-ot2026-tour_ticket-list-note__text {
  margin-left: 2px;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_ticket-list-note {
    padding-top: 4px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 26px;
  }
  .p-ot2026-tour_ticket-list-note__item:not(:last-child) {
    margin-top: 3.5px;
  }
  .p-ot2026-tour_ticket-list-note__mark, .p-ot2026-tour_ticket-list-note__text {
    font-size: 1.55rem;
    line-height: 1.7;
  }
  .p-ot2026-tour_ticket-list-note__text {
    margin-left: 0;
  }
}

.p-ot2026-tour_ticket-box {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-tour_ticket-box__body {
  padding-top: 33px;
  padding-left: 41px;
  padding-right: 41px;
  padding-bottom: 30px;
}
.p-ot2026-tour_ticket-box__foot {
  padding-left: 41px;
  padding-right: 41px;
  padding-bottom: 50px;
}
.p-ot2026-tour_ticket-box__lede {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.12em;
  display: flex;
  align-items: baseline;
}
.p-ot2026-tour_ticket-box__text {
  margin-top: 10px;
  letter-spacing: 0.102em;
  font-size: 1.8rem;
  line-height: 1.26;
}
.p-ot2026-tour_ticket-box + .p-ot2026-tour_ticket-box {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_ticket-box__body {
    padding-top: 19px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .p-ot2026-tour_ticket-box__foot {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 24px;
  }
  .p-ot2026-tour_ticket-box__lede {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
  .p-ot2026-tour_ticket-box__text {
    font-size: 1.55rem;
  }
}

.p-ot2026-tour_ticket-btn__btn {
  display: flex;
  max-width: 400px;
  width: 100%;
  min-height: 60px;
}
@media only screen and (min-width: 767px) {
  .p-ot2026-tour_ticket-btn__btn:hover, .p-ot2026-tour_ticket-btn__btn:active {
    text-decoration: none;
  }
  .p-ot2026-tour_ticket-btn__btn:hover .p-ot2026-tour_ticket-btn__text, .p-ot2026-tour_ticket-btn__btn:active .p-ot2026-tour_ticket-btn__text {
    border-color: #e60013 !important;
    color: #e60013;
    background-color: #fff;
    transition: 0.3s;
  }
  .p-ot2026-tour_ticket-btn__btn:hover .p-ot2026-tour_ticket-btn__text span, .p-ot2026-tour_ticket-btn__btn:active .p-ot2026-tour_ticket-btn__text span {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .p-ot2026-tour_ticket-btn__btn:hover .p-ot2026-tour_ticket-btn__text::before, .p-ot2026-tour_ticket-btn__btn:active .p-ot2026-tour_ticket-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-tour_ticket-btn__content {
  display: flex;
  width: 100%;
}
.p-ot2026-tour_ticket-btn__text {
  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-tour_ticket-btn__text span {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_ticket-btn__btn {
    min-height: 46px;
    max-width: 335px;
    margin: 0 auto;
  }
  .p-ot2026-tour_ticket-btn__text {
    font-size: 1.4rem;
  }
}

.p-ot2026-tour_goods-title {
  padding-bottom: 19px;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-ot2026-tour_goods-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-tour_goods-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .p-ot2026-tour_goods-title__inner {
    font-size: 3.8rem;
    letter-spacing: 0.11em;
  }
}

.p-ot2026-tour_goods-text {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transform-origin: left;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_goods-text {
    font-size: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

.p-ot2026-tour_goods-meadia {
  max-width: 1000px;
  padding-left: 41px;
  padding-right: 41px;
}
.p-ninth_peel-tour_goods-meadia__link {
  width: 100%;
}
.p-ninth_peel-tour_goods-meadia__link > img {
  width: 100%;
}
.p-ot2026-tour_goods-meadia__text {
  margin-top: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 2.08;
}
.p-ot2026-tour_goods-meadia__text span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_goods-meadia {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.p-ot2026-tour_goods-btn {
  margin-top: 40px;
  padding-left: 41px;
  padding-right: 41px;
}
.p-ot2026-tour_goods-btn__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-ot2026-tour_goods-btn__btn {
  display: flex;
  max-width: 400px;
  width: 100%;
  min-height: 60px;
}
@media only screen and (min-width: 767px) {
  .p-ot2026-tour_goods-btn__btn:hover, .p-ot2026-tour_goods-btn__btn:active {
    text-decoration: none;
  }
  .p-ot2026-tour_goods-btn__btn:hover .p-ot2026-tour_goods-btn__text, .p-ot2026-tour_goods-btn__btn:active .p-ot2026-tour_goods-btn__text {
    border-color: #e60013 !important;
    color: #e60013;
    background-color: #fff;
    transition: 0.3s;
  }
  .p-ot2026-tour_goods-btn__btn:hover .p-ot2026-tour_goods-btn__text span, .p-ot2026-tour_goods-btn__btn:active .p-ot2026-tour_goods-btn__text span {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .p-ot2026-tour_goods-btn__btn:hover .p-ot2026-tour_goods-btn__text::before, .p-ot2026-tour_goods-btn__btn:active .p-ot2026-tour_goods-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-tour_goods-btn__content {
  display: flex;
  width: 100%;
}
.p-ot2026-tour_goods-btn__text {
  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-tour_goods-btn__text span {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_goods-btn {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-ot2026-tour_goods-btn__btn {
    min-height: 46px;
    max-width: 335px;
    margin: 0 auto;
  }
  .p-ot2026-tour_goods-btn__text {
    font-size: 1.4rem;
  }
}

.p-ot2026-tour_goods-box {

}
.p-ot2026-tour_goods-box__inner {
  background-clip: padding-box;
  padding: 40px 41px 0;
}
.p-ot2026-tour_goods-box__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-ot2026-tour_goods-box__text {
  margin-top: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 2.08;
}
.p-ot2026-tour_goods-box__inner:last-of-type .p-ot2026-tour_goods-box__text {
  margin-top: 0;
}
.p-ot2026-tour_goods-box__text span {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-ot2026-tour_goods-box__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-tour_goods-box__link.color {
  color: #e60013;
}
.p-ot2026-tour_goods-information_box {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 40px;
}
.p-ot2026-tour_goods-information_box .p-ot2026-tour_goods-box__inner:last-of-type .p-ot2026-tour_goods-box__text {
  margin-top: 15px;
}
.p-ot2026-tour_goods-box__notes {
  margin-top: 15px;
}
.p-ot2026-tour_goods-box__notes li {
  font-size: 1.6rem;
  font-weight: 400;
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-ot2026-tour_goods-box__inner {
    padding: 26px 21px 0;
  }
  .p-ot2026-tour_goods-box__title {
    font-size: 1.75rem;
  }
  .p-ot2026-tour_goods-box__text {
    font-size: 1.55rem;
    line-height: 1.8;
  }
  .p-ot2026-tour_goods-box__text span {
    font-size: 1.55rem;
  }
  .p-ot2026-tour_goods-box__link {
    font-size: 1.55rem;
    letter-spacing: 0.05rem;
  }
  .p-ot2026-tour_goods-box__notes li {
    font-size: 1.55rem;
    line-height: 1.7;
    text-indent: -1.55rem;
    margin-left: 1.55rem;
  }
}

.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;
  }
}


/* animation */

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

/* animation */


@media only screen and (max-width: 767px) {
  .l-ot2026-section--tour_wowow .p-ot2026-tour_ticket-box__text a {
    word-break: break-all;
    overflow-wrap: anywhere;
  }
}


.p-ot2026-tour_notice {
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 41px;
  padding-right: 41px;
  text-align: center;
}
.p-ot2026-tour_notice__item .sp {
  display: none;
}
.p-ot2026-tour_notice__item a {
  display: inline-block;
  color: #e60013;
  background-color: rgba(255, 255, 255, .5);
  border: 2px solid #e60013 !important;
  padding: 35px 40px;
  transition: 0.3s;
}
.p-ot2026-tour_notice__item a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
.p-ot2026-tour_notice__modal .sp {
  display: none;
}
.p-ot2026-tour_notice__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-ot2026-tour_notice__text {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 35px auto;
}
.p-ot2026-tour_notice__text_date {
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

/* remodal */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.75);
}
.remodal {
  max-width: 1000px;
  margin: 0;
  padding: 35px 0;
  background: none;
}
.p-ot2026-tour_notice__modal_in {
  padding: 35px 40px;
  background: #fff;
}
.p-ot2026-tour_notice__close_btn {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 35px;
  padding: 10px 40px;
  background-color: #fff;
  transition: 0.3s;
}
.p-ot2026-tour_notice__close_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
/* remodal */

@media only screen and (max-width: 767px) {
  .p-ot2026-tour_notice {
      padding-top: 50px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .p-ot2026-tour_notice__item .sp {
      display: block;
  }
  .p-ot2026-tour_notice__item a {
      display: block;
      padding: 20px 15px;
  }
  .p-ot2026-tour_notice__modal .sp {
      display: block;
  }
  .p-ot2026-tour_notice__title {
      font-size: 1.55rem;
      line-height: 1.8;
  }
  .p-ot2026-tour_notice__text {
      font-size: 1.55rem;
      margin: 35px auto;
  }
  .p-ot2026-tour_notice__text_date {
      font-size: 1.55rem;
  }

  /* remodal */
  .remodal {
      padding: 25px 0;
  }
  .p-ot2026-tour_notice__modal_in {
      padding: 25px 20px;
  }
  .p-ot2026-tour_notice__close_btn {
      font-size: 1.4rem;
      margin-top: 25px;
      padding: 10px 20px;
  }
  /* remodal */
}
