@charset "UTF-8";
.rbt__content {
  background-color: #000;
}
.rbt__content .rbt__red {
  color: #f97932;
}
.rbt__content .mod07 {
  margin-top: 0 !important;
}
.rbt__content .rbt__strong {
  font-weight: bold;
  text-decoration: underline;
}

.rbt__noscroll {
  position: fixed;
  /* overflow-y: scroll; */
  /*overflow: hidden;*/
}

.rbt__past {
  display: none;
}

/*
=============================================================================================
    :PC
=============================================================================================
 */
@media screen and (min-width: 640px) {
  .rbt__pce {
    display: block;
  }
  img.rbt__pce, span.rbt__pce {
    display: inline;
  }
  .rbt__spe {
    display: none;
  }
  .rbt__content {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;
  }
  .c_header {
    width: 100%;
    position: fixed;
    top: 93px; /* todo 要変更 */
    left: 0;
    z-index: 1000;
  }
  .c_header div.rbt__box__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c_header div.rbt__box__menu .rbt__button {
    background-color: #000;
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .c_header div.rbt__box__menu .rbt__button.rbt__button__cart {
    background-size: 36px auto;
    background-color: #f97932;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/icon_cart.png);
  }
  .c_header div.rbt__box__menu .rbt__button.rbt__button__menu {
    background-size: 30px auto;
    background-color: #FFF;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/icon_menu.png);
  }
  .c_header nav {
    position: fixed;
    top: 93px; /* todo 要変更 */
    right: -400px;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1100;
    height: 100vh;
    width: 400px;
    background-color: #000;
    overflow: hidden;
  }
  .c_header nav.rbt__open {
    right: 0;
  }
  .c_header nav a.rbt__button.rbt__button__close {
    background-color: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c_header nav a.rbt__button.rbt__button__close img {
    width: 25px;
  }
  .c_header nav ol.rbt__nav__inner {
    width: 400px;
    padding-top: 85px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c_header nav ol.rbt__nav__inner li:not(:first-of-type) {
    margin-top: 60px;
  }
  .c_header nav ol.rbt__nav__inner li a img {
    height: 27px;
    width: auto;
  }
  .c_header nav a.rbt__link__official {
    display: block;
    margin: 140px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c_header nav a.rbt__link__official img {
    height: 41px;
    width: auto;
  }
  ul.rbt__box__link__sns {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.rbt__box__link__sns li.rbt__link__sns:not(:first-of-type) {
    margin-left: 20px;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__twitter {
    width: 26px;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__facebook {
    width: 33px;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__instagram {
    width: 32px;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__line {
    width: 32px;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__tiktok {
    width: 32px;
  }
  ul.rbt__box__link__sns li.rbt__link__sns a img {
    width: 100%;
  }
  section {
    min-width: 1000px;
  }
  section * {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section div.rbt__section__inner {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  section div.rbt__section__inner h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
  section div.rbt__section__inner h2 img.rbt__en {
    height: 40px;
    width: auto;
  }
  section div.rbt__section__inner h2 p.rbt__jp {
    margin-top: 20px;
    margin-left: 0px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.5;
  }
  section div.rbt__section__inner a.rbt__button {
    display: block;
  }
  section div.rbt__section__inner a.rbt__button picture img {
    width: 100%;
    height: auto;
  }
  a:not(.button) {
    text-decoration: underline;
    color: #f97932;
  }
  .rbt__button, .slick-arrow {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .rbt__button:hover, .slick-arrow:hover {
    opacity: 0.7;
  }
  section.rbt__mv {
    width: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
  }
  section.rbt__mv div.rbt__section__inner {
    max-width: initial;
    width: 100%;
    height: 100%;
  }
  section.rbt__mv div.rbt__section__inner h1 {
    margin: 0 auto 0;
    width: 100%;
  }
  section.rbt__mv div.rbt__section__inner h1 picture img {
    width: 100%;
  }
  section.rbt__news {
    background-color: #ffe034;
    padding-bottom: 140px;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/bg_1.jpg);
    background-size: 1920px auto;
    background-position: center top;
  }
  section.rbt__news div.rbt__section__inner h2 p.rbt__jp {
    color: #000;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news {
    background-color: #FFF;
    padding: 40px 45px 40px;
    margin: 30px auto 0;
    border-radius: 10px;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #c8c8c8;
    border-radius: 100%;
    overflow: hidden;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li * {
    opacity: 0;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li:not(:first-of-type) {
    margin-left: 10px;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li.slick-active {
    background-color: #000;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow {
    position: absolute;
    width: 40px;
    top: 50%;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow img {
    width: 100%;
    height: auto;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow.slick-prev {
    left: -45px;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow.slick-next {
    right: -45px;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body {
    padding: 0;
    padding-bottom: 25px;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body li div.rbt__news__inner {
    color: #000;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body li div.rbt__news__inner p.rbt__news__date {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body li div.rbt__news__inner p.rbt__news__body {
    margin-top: 10px;
  }
  section.rbt__main {
    padding: 140px 0;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/bg_2.jpg);
    background-position: center top;
    background-size: 1920px auto;
  }
  section.rbt__main div.rbt__section__inner {
    background-color: #182023;
    border-radius: 10px;
    padding: 48px 48px;
    width: 1000px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule {
    margin-top: 50px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule:not(:first-of-type) {
    margin-top: 30px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner {
    padding-bottom: 40px;
    border-bottom: 1px solid #3b3b3b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date {
    width: 20%;
    font-weight: bold;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
    margin-bottom: 6px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__year {
    font-size: 14px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__large {
    margin: 0 0.2em;
    font-size: 30px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__day {
    font-size: 14px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture {
    width: 10%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__place {
    width: 24%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__sotime {
    width: 15%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact {
    letter-spacing: -0.08em;
    width: 31%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact a {
    text-decoration: none;
    background-color: #ffe034;
    border: 3px solid #000;
    border-radius: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 70px;
    color: #000;
    line-height: 1.2;
    padding: 6px 0px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact a:hover {
    opacity: 0.7;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg) translateX(-20px) translateY(10px);
            transform: rotate(45deg) translateX(-20px) translateY(10px);
    position: absolute;
    right: 0;
    top: 50%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact a .rbt_shopname {
    font-size: 15px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact .rbt__time::before {
    content: "（";
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact .rbt__time::after {
    content: "）";
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label {
    padding-bottom: 20px;
    font-size: 14px;
    opacity: 0.5;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label p.rbt__date {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label p.rbt__place {
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label p.rbt__sotime {
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label div.contact {
    letter-spacing: normal;
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold div.rbt__schedule__inner p.rbt__date {
    position: relative;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold div.rbt__schedule__inner p.rbt__date::after {
    content: "";
    z-index: 1;
    display: block;
    width: 210px;
    height: 75px;
    background-size: contain;
    position: absolute;
    top: -65px;
    left: 0px;
    background-repeat: no-repeat;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__1 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/tip_1.png);
    top: -60px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__2 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/tip_2.png);
    top: -75px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__3 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/tip_3.png);
    top: -60px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__4 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/tip_4.png);
    top: -60px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__5 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/tip_5.png);
    top: -70px;
  }
  section.rbt__tickets {
    padding-top: 128px;
    padding-bottom: 120px;
    background-color: #ffe034;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/bg_1.jpg);
    background-size: 1920px auto;
    background-position: center bottom;
    background-repeat: repeat-y;
    color: #000;
  }
  section.rbt__tickets div.rbt__section__inner {
    background-color: #FFF;
    width: 1000px;
    max-width: initial;
  }
  section.rbt__tickets div.rbt__section__inner h2 {
    max-width: 1000px;
    padding-top: 140px;
    margin: 0 auto;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets {
    width: 100%;
    margin: 40px auto 0;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket {
    width: 900px;
    margin: 0 auto;
    letter-spacing: -0.03em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3 {
    background-color: #000;
    color: #FFF;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3.rbt__sub {
    background-color: #ffe034;
    color: #000;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3 p {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3 p span.rbt__small {
    font-size: 14px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket.rbt__fc {
    width: 900px;
    margin: 0 auto;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket.rbt__fc h3 {
    margin-top: 6em;
    background-color: #f97932;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner.rbt__mod02 {
    padding-bottom: 40px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner:not(:first-of-type) {
    border-top: 1px solid #524e64;
    padding-top: 45px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4 {
    font-size: 16px;
    width: 100%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4.mod03 {
    margin-bottom: 1em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4:not(:first-of-type) {
    margin-top: 65px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4 + .rbt__caption {
    margin-top: 35px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4 + .rbt__mod01 {
    margin-top: 10px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner .rbt__caption {
    margin-top: 35px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner .rbt__label {
    padding-top: 2em;
    line-height: 1;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p + h4 {
    margin-top: 35px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices {
    font-size: 18px;
    width: 450px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.5;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price p.rbt__seat {
    width: 70%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price p.rbt__value {
    text-align: left;
    width: 30%;
    white-space: nowrap;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price p.rbt__caption {
    margin-top: 0;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: normal;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price.rbt__mod06 p.rbt__seat {
    width: 85%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price.rbt__mod06 p.rbt__value {
    width: 15%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner a.rbt__button.rbt__button__family {
    width: 320px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding-left: 1em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note:first-of-type {
    margin-top: 20px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note::before {
    content: "※";
    margin-left: -1em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note.rbt__note__square::before {
    content: "■";
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__caption {
    margin-top: 0;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets a.rbt__button.rbt__button__kaburituki {
    width: 400px;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets p.rbt__caption {
    width: 100%;
    margin-top: 35px;
    font-size: 14px;
    line-height: 2.5714285714;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention {
    list-style: disc;
    margin-left: 1.5em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li {
    font-size: 14px;
    line-height: 2.5714285714;
    color: #f97932;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li.rbt__blue {
    color: #57cdf9;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li.rbt__list__child {
    list-style: none;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li p {
    color: #000;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets a.rbt__button.rbt__button__result {
    margin: 30px auto 0;
    width: 600px;
  }
  div.rbt__box__modal {
    display: none;
    padding: 0 5px;
    position: relative;
    z-index: 1200;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.rbt__box__modal .rbt__box__layout {
    margin-top: 40px;
    width: 100%;
  }
  div.rbt__box__modal .rbt__box__layout img {
    width: 100%;
  }
  div.rbt__box__modal ::-webkit-scrollbar {
    width: 10px;
  }
  div.rbt__box__modal ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  div.rbt__box__modal ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
  }
  div.rbt__box__modal * {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div.rbt__box__modal div.rbt__modal__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: calc(100% - 60px);
    background-color: #FFF;
    color: #000;
    border-radius: 5px;
    max-width: 1000px;
    width: calc(100% - 40px);
    overflow: hidden;
    overflow-y: auto;
  }
  div.rbt__box__modal div.rbt__modal__inner .rbt__button__close_modal {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 23px;
  }
  div.rbt__box__modal div.rbt__modal__inner .rbt__button__close_modal img {
    width: 100%;
  }
  div.rbt__box__modal div.rbt__modal__inner div.rbt__modal__body {
    height: 100%;
    overflow-y: auto;
    padding: 90px 50px;
  }
  div.rbt__box__modal div.rbt__modal__inner h3 {
    background-color: #ffe034;
    color: #000;
    border-radius: 3px;
    padding: 5px 15px;
    margin-bottom: 30px;
  }
  div.rbt__box__modal div.rbt__modal__inner h3 p {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
  }
  div.rbt__box__modal div.rbt__modal__inner h3 p span.rbt__small {
    font-size: 14px;
  }
  div.rbt__box__modal div.rbt__modal__inner div h4 {
    font-size: 16px;
    width: 100%;
  }
  div.rbt__box__modal div.rbt__modal__inner div h4:not(:first-of-type) {
    margin-top: 35px;
  }
  div.rbt__box__modal div.rbt__modal__inner div h4 + .caption {
    margin-top: 20px;
  }
  div.rbt__box__modal div.rbt__modal__inner div p.rbt__caption {
    margin-top: 5px;
    font-size: 14px;
    line-height: 2.5714285714;
    padding-bottom: 0px;
  }
  div.rbt__box__modal div.rbt__modal__inner div p.rbt__caption + h4,
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention + h4 {
    padding-top: 1em;
  }
  div.rbt__box__modal div.rbt__modal__inner div p.rbt__caption + h4.rbt__bd,
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention + h4.rbt__bd {
    padding-top: 3.5em;
    margin-top: 3em;
    border-top: 1px solid #524e64;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention {
    list-style: disc;
    margin-left: 1.5em;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention li {
    font-size: 14px;
    line-height: 2.5714285714;
    color: #f97932;
    margin-left: 1em;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention li.rbt__blue {
    margin-left: 0;
    color: #57cdf9;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention li p {
    color: #000;
  }
  footer {
    background-color: #130a25;
  }
  footer div.rbt__footer__inner {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  footer ul.rbt__box__link__sns {
    padding-top: 0;
  }
  footer p.rbt__copyright {
    font-size: 14px;
  }
  footer p.rbt__copyright .rbt__small {
    font-size: 0.8em;
  }
}
/*
=============================================================================================
    :SP
=============================================================================================
 */
@media screen and (max-width: 639.9px) {
  .rbt__spe {
    display: block;
  }
  img.rbt__spe, span.rbt__spe {
    display: inline;
  }
  .rbt__pce {
    display: none;
  }
  .rbt__content {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.875;
  }
  .c_header {
    width: 100%;
    position: fixed;
    top: 93px; /* todo 要変更 */
    left: 0;
    z-index: 1000;
  }
  .c_header div.rbt__box__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c_header div.rbt__box__menu .rbt__button {
    background-color: #000;
    display: block;
    width: 16vw;
    height: 16vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .c_header div.rbt__box__menu .rbt__button.rbt__button__cart {
    background-size: 8.4vw auto;
    background-color: #f97932;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/icon_cart.png);
  }
  .c_header div.rbt__box__menu .rbt__button.rbt__button__menu {
    background-size: 6.9333333333vw auto;
    background-color: #FFF;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/icon_menu.png);
  }
  .c_header nav {
    position: fixed;
    top: 58px; /* todo 要変更 */
    right: -100%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1100;
    height: 100vh;
    width: 100%;
    background-color: #000;
    overflow: hidden;
  }
  .c_header nav.rbt__open {
    right: 0;
  }
  .c_header nav a.rbt__button.rbt__button__close {
    background-color: #FFF;
    position: absolute;
    right: 0vw;
    top: 0vw;
    width: 16vw;
    height: 16vw;
    background-color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c_header nav a.rbt__button.rbt__button__close img {
    width: 6vw;
  }
  .c_header nav ol.rbt__nav__inner {
    width: 100%;
    padding-top: 33.3333333333vw;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c_header nav ol.rbt__nav__inner li:not(:first-of-type) {
    margin-top: 13.3333333333vw;
  }
  .c_header nav ol.rbt__nav__inner li a img {
    height: 7.4666666667vw;
    width: auto;
  }
  .c_header nav a.rbt__link__official {
    display: block;
    margin: 30.6666666667vw auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c_header nav a.rbt__link__official img {
    height: 11.3333333333vw;
    width: auto;
  }
  ul.rbt__box__link__sns {
    padding-top: 6.6666666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  ul.rbt__box__link__sns li.rbt__link__sns:not(:first-of-type) {
    margin-left: 4vw;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__twitter {
    width: 6.9333333333vw;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__facebook {
    width: 8.2666666667vw;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__instagram {
    width: 8vw;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__line {
    width: 8vw;
  }
  ul.rbt__box__link__sns li.rbt__link__sns.rbt__link__sns__tiktok {
    width: 8vw;
  }
  ul.rbt__box__link__sns li.rbt__link__sns a img {
    width: 100%;
  }
  section * {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section div.rbt__section__inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  section div.rbt__section__inner h2 {
    text-align: center;
    padding-top: 8.6666666667vw;
  }
  section div.rbt__section__inner h2 img.rbt__en {
    height: 6.6666666667vw;
    width: auto;
    line-height: 1;
  }
  section div.rbt__section__inner h2 p.rbt__jp {
    margin-top: 3vw;
    line-height: 1;
    font-size: 3.4666666667vw;
    font-weight: 600;
  }
  section div.rbt__section__inner a.rbt__button {
    display: block;
  }
  section div.rbt__section__inner a.rbt__button picture img {
    width: 100%;
    height: auto;
  }
  section div.rbt__section__inner a:not(.rbt__button) {
    text-decoration: underline;
    color: #f97932;
    font-weight: bold;
  }
  section.rbt__mv {
    width: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
  }
  section.rbt__mv div.rbt__section__inner {
    max-width: initial;
    width: 100%;
    height: 100%;
  }
  section.rbt__mv div.rbt__section__inner h1 {
    margin: 0 auto 0;
    width: 100%;
  }
  section.rbt__mv div.rbt__section__inner h1 picture img {
    width: 100%;
  }
  section.rbt__news {
    background-color: #ffe034;
    padding-bottom: 12vw;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/bg_1.jpg);
    background-size: 100% auto;
    background-position: center top;
  }
  section.rbt__news div.rbt__section__inner {
    width: calc(100% - 18.6666666667vw);
  }
  section.rbt__news div.rbt__section__inner h2 p.rbt__jp {
    color: #000;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news {
    background-color: #FFF;
    padding: 5.3333333333vw 8vw 5.3333333333vw;
    margin: 4vw auto 0;
    border-radius: 1.3333333333vw;
    width: auto;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: -2.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    background-color: #c8c8c8;
    border-radius: 100%;
    overflow: hidden;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li * {
    opacity: 0;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li:not(:first-of-type) {
    margin-left: 1.3333333333vw;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-dots li.slick-active {
    background-color: #000;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow {
    position: absolute;
    width: 8vw;
    top: 50%;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow img {
    width: 100%;
    height: auto;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow.slick-prev {
    left: -8vw;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news .slick-arrow.slick-next {
    right: -8vw;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body {
    padding: 0;
    padding-bottom: 3.3333333333vw;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body li div.rbt__news__inner {
    color: #000;
    font-weight: bold;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body li div.rbt__news__inner p.rbt__news__date {
    font-weight: 700;
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news ol.rbt__news__body li div.rbt__news__inner p.rbt__news__body {
    margin-top: 1.3333333333vw;
  }
  section.rbt__main {
    padding: 18.6666666667vw 0;
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/sp/bg_2.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
  section.rbt__main div.rbt__section__inner {
    background-color: #182023;
    border-radius: 1.3333333333vw;
    padding: 6.4vw 6.4vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule {
    margin-top: 6.6666666667vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner {
    text-align: center;
    padding-bottom: 5.3333333333vw;
    border-bottom: 1px solid #3b3b3b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner > p, section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner > div {
    margin-bottom: 2.6666666667vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
    margin: 0 1em 3.2vw;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__year {
    font-size: 3.7333333333vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__large {
    margin: 0 0.2em;
    font-size: 8.2666666667vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__day {
    font-size: 3.7333333333vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 5.0666666667vw;
    margin: 0 1em;
    margin-bottom: 1.3333333333vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__place {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.7333333333vw;
    letter-spacing: -0.05em;
    margin: 0 0.5em;
    margin-bottom: 4vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__place br {
    display: none;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__sotime {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0.5em;
    font-size: 3.4666666667vw;
    margin-bottom: 4vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact {
    letter-spacing: -0.08em;
    width: 72vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact a {
    text-decoration: none;
    background-color: #ffe034;
    border: 0.4vw solid #000;
    border-radius: 10.5333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 14.4vw;
    color: #000;
    line-height: 1.2;
    padding: 3.3333333333vw 0vw;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact a:hover {
    opacity: 0.7;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact a::after {
    content: "";
    display: block;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-top: 0.5333333333vw solid #000;
    border-right: 0.5333333333vw solid #000;
    -webkit-transform: rotate(45deg) translateX(-4vw) translateY(1.3333333333vw);
            transform: rotate(45deg) translateX(-4vw) translateY(1.3333333333vw);
    position: absolute;
    right: 0;
    top: 50%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact .rbt__time::before {
    content: "（";
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.contact .rbt__time::after {
    content: "）";
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label {
    display: none;
    padding-bottom: 2.6666666667vw;
    font-size: 1.8666666667vw;
    opacity: 0.5;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label p.rbt__date {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    text-align: center;
    line-height: 1.875;
    margin-bottom: initial;
    font-family: "Noto Sans JP";
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label p.rbt__place {
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label p.rbt__sotime {
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner.rbt__schedule__inner__label div.contact {
    letter-spacing: normal;
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold div.rbt__schedule__inner p.rbt__date {
    position: relative;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold div.rbt__schedule__inner p.rbt__date::after {
    content: "";
    z-index: 1;
    display: block;
    width: 26vw;
    height: 15.0666666667vw;
    background-size: contain;
    position: absolute;
    top: -12.3333333333vw;
    left: -9.3333333333vw;
    background-repeat: no-repeat;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__1 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/sp/tip_1.png);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__2 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/sp/tip_2.png);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__3 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/sp/tip_3.png);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__4 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/sp/tip_4.png);
    left: -4vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold.rbt__sold__5 div.rbt__schedule__inner p.rbt__date::after {
    background-image: url(../../../../images/mobile_nananaoto/live/2025_tour/sp/tip_5.png);
    left: -4vw;
  }
  section.rbt__tickets {
    background-color: #ffe034;
    background-repeat: no-repeat;
    background-size: 45.8666666667vw auto;
    padding-top: 16vw;
    padding-bottom: 13.3333333333vw;
  }
  section.rbt__tickets div.rbt__section__inner {
    background-color: #FFF;
    padding: 6vw 6vw 4.6666666667vw;
    border-radius: 1.3333333333vw;
    color: #000;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets {
    margin-top: 5.3333333333vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3 {
    background-color: #000;
    color: #FFF;
    border-radius: 0.4vw;
    padding: 2vw;
    margin-bottom: 4vw;
    width: 100%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3.rbt__sub {
    background-color: #ffe034;
    color: #000;
    font-size: 3.7333333333vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3 p {
    line-height: 1.51;
    font-size: 3.7333333333vw;
    font-weight: 600;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket h3 p span.rbt__small {
    font-size: 2.6666666667vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket.rbt__fc h3 {
    margin-top: 6em;
    background-color: #e19338;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner {
    padding-bottom: 8vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner.rbt__mod02 {
    padding-bottom: 5.3333333333vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner:not(:first-of-type) {
    border-top: 1px solid #524e64;
    padding-top: 6vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4 {
    font-size: 3.7333333333vw;
    width: 100%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4:not(:first-of-type) {
    margin-top: 8.6666666667vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner h4 + .rbt__mod01 {
    margin-top: 1.3333333333vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner .rbt__caption {
    margin: 0;
    padding-top: 0vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner .rbt__label {
    padding-top: 2em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices {
    color: #f97932;
    font-size: 3.7333333333vw;
    width: 100%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price {
    margin-top: 4vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.5;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    color: #000;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price p.seat {
    width: 70%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price p.rbt__value {
    text-align: right;
    width: 40%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner ol.rbt__box__prices li.rbt__price p.rbt__caption {
    margin-top: 0;
    width: 100%;
    color: #000;
    font-size: 1.8666666667vw;
    font-weight: normal;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner a.rbt__button {
    margin: 5.3333333333vw auto 0;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner a.rbt__button.rbt__mod04 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner a.rbt__button.rbt__button__family {
    width: 56vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    font-weight: normal;
    text-align: justify;
    width: 100%;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note br {
    display: none;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note::before {
    content: "※";
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket div.rbt__ticket__inner p.rbt__note.rbt__note__square::before {
    content: "■";
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets a.rbt__button.rbt__button__kaburituki {
    width: 76vw;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets p.rbt__caption {
    margin-top: 4.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention {
    list-style: disc;
    margin-left: 1.5em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    color: #f97932;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li.rbt__list__child {
    list-style: disc;
    margin-left: 1em;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li.rbt__list__child p.rbt__caption {
    margin-top: 0;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li.rbt__blue {
    color: #57cdf9;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets ul.rbt__attention li p {
    width: 100%;
    color: #000;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets a.rbt__button.rbt__button__result {
    margin: 4vw auto 0;
    width: 80vw;
  }
  div.rbt__box__modal {
    display: none;
    padding: 0 0.6666666667vw;
    position: relative;
    z-index: 1200;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.rbt__box__modal .rbt__box__layout {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
  div.rbt__box__modal .rbt__box__layout img {
    width: 100%;
  }
  div.rbt__box__modal ::-webkit-scrollbar {
    width: 0.6666666667vw;
  }
  div.rbt__box__modal ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 100px;
  }
  div.rbt__box__modal ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    width: 0.6666666667vw;
  }
  div.rbt__box__modal * {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div.rbt__box__modal div.rbt__modal__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: calc(100% - 10.6666666667vw);
    background-color: #FFF;
    border-radius: 0.6666666667vw;
    max-width: 133.3333333333vw;
    width: calc(100% - 5.3333333333vw);
    overflow: hidden;
    overflow-y: auto;
  }
  div.rbt__box__modal div.rbt__modal__inner .rbt__button__close_modal {
    z-index: 1;
    position: absolute;
    right: 4.6666666667vw;
    top: 4.6666666667vw;
    width: 5.3333333333vw;
  }
  div.rbt__box__modal div.rbt__modal__inner .rbt__button__close_modal img {
    width: 100%;
  }
  div.rbt__box__modal div.rbt__modal__inner div.rbt__modal__body {
    height: 100%;
    overflow-y: auto;
    padding: 12vw 6.6666666667vw;
  }
  div.rbt__box__modal div.rbt__modal__inner h3 {
    background-color: #ffe034;
    color: #000;
    border-radius: 0.4vw;
    padding: 0.6666666667vw 2vw;
    margin-bottom: 4vw;
  }
  div.rbt__box__modal div.rbt__modal__inner h3 p {
    line-height: 1;
    font-size: 3.4666666667vw;
    font-weight: 600;
  }
  div.rbt__box__modal div.rbt__modal__inner h3 p span.small {
    font-size: 1.8666666667vw;
  }
  div.rbt__box__modal div.rbt__modal__inner div h4 {
    font-size: 3.7333333333vw;
    width: 100%;
  }
  div.rbt__box__modal div.rbt__modal__inner div h4:not(:first-of-type) {
    margin-top: 4.6666666667vw;
  }
  div.rbt__box__modal div.rbt__modal__inner div h4 + .rbt__caption {
    margin-top: 2.6666666667vw;
  }
  div.rbt__box__modal div.rbt__modal__inner div p.rbt__caption {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention {
    margin-top: 2.6666666667vw;
    list-style: disc;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention li {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    color: #f97932;
    margin-left: 2.5em;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention li.rbt__blue {
    margin-left: 1.5em;
    color: #57cdf9;
  }
  div.rbt__box__modal div.rbt__modal__inner div ul.rbt__attention li p {
    color: #000;
  }
  footer {
    background-color: #000;
    padding: 6.6666666667vw 0;
    text-align: center;
  }
  footer ul.rbt__box__link__sns {
    margin-bottom: 6.6666666667vw;
  }
  footer p.rbt__copyright {
    font-size: 2.6666666667vw;
  }
  footer p.rbt__copyright .rbt__small {
    font-size: 0.8em;
  }
}

/* todo 追加 */
@media only screen and (max-width: 991px) {
  .c_header {
    top: 58px;
  }
}
