@charset "UTF-8";
.rbt__content {  /* todo 要変更 bodyは不要 */
  background-color: #1f1641;
}
.rbt__content .rbt__red {
  color: #d70056;
}
.rbt__content .mod07 {
  margin-top: 0 !important;
}
.rbt__content .rbt__strong {
  font-weight: bold;
  text-decoration: underline;
}

.rbt__content span {
  vertical-align: baseline;
}

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

.past_box{
  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: #ff5e9e;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/icon_cart.png);
  }
  .c_header div.rbt__box__menu .rbt__button.rbt__button__menu {
    background-size: 30px auto;
    background-color: #130a25;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_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: #130a25;
    overflow: hidden;
  }
  .c_header nav.rbt__open {
    right: 0;
  }
  .c_header nav a.rbt__button.rbt__button__close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
  }
  .c_header nav a.rbt__button.rbt__button__close img {
    width: 100%;
  }
  .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: 30px;
    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: 46px;
    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 * {
    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;
    padding-top: 100px;
  }
  section div.rbt__section__inner h2 img.rbt__en {
    height: 75px;
    width: auto;
    margin-left: -20px;
  }
  section div.rbt__section__inner h2 p.rbt__jp {
    margin-top: -4px;
    margin-left: 0px;
    line-height: 1;
    font-size: 16px;
    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;
  }
  a:not(.button) {
    text-decoration: underline;
    color: #d70056;
  }
  .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%;
    aspect-ratio: 3838/1998;
    position: relative;
    overflow: hidden;
  }
  section.rbt__mv div.rbt__section__inner {
    max-width: initial;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/mv_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  section.rbt__mv div.rbt__section__inner h1 {
    margin: 0 auto 0;
    padding-top: 3%;
    width: 33.1770833333%;
  }
  section.rbt__mv div.rbt__section__inner h1 picture img {
    width: 100%;
  }
  section.rbt__news {
    background-color: #130a25;
    padding-bottom: 140px;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/bg_0.png);
    background-size: 1786px auto;
    background-position: center top 45px;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news {
    background-color: #1f1641;
    padding: 40px 45px 40px;
    margin: 30px auto 0;
    border-radius: 10px;
    border: 2px solid #cec5df;
  }
  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: #4b426c;
    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: #98044c;
  }
  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 p.rbt__news__date {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #98044c;
    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/2024_tour/bg_1.png);
    background-position: center top;
    background-size: 1080px auto;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule {
    background-color: #130a25;
    padding: 40px 0 60px;
    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;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__thankyou::before {
    content: "";
    display: block;
    width: 285px;
    height: 118px;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/thankyou.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 128px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__thankyou::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold::before {
    content: "";
    display: block;
    width: 285px;
    height: 118px;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/thankyousold.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 128px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
  }
  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 {
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture {
    width: 100%;
    text-align: center;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture img.rbt__en {
    height: 76px;
    width: auto;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture img.rbt__en.wzk {
    height: 152px;
    width: auto;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture img.rbt__en.wazuka {
    position: absolute;
    height: 140px;
    margin-top: -38px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture p.rbt__jp {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: -10px;
    margin-bottom: 25px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner .rbt__details {
    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: 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 .rbt__details p.rbt__time {
    width: 100%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner .rbt__details.rbt__details__1line {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner .rbt__details.rbt__details__1line p.rbt__date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner .rbt__details.rbt__details__1line p.rbt__place {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner .rbt__details.rbt__details__1line p.rbt__time {
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner .rbt__details + .rbt__details {
    margin-top: 20px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date {
    display: inline-block;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__large {
    font-size: 56px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__day {
    margin-left: 0.3em;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__place {
    display: inline-block;
    font-size: 30px;
    color: #d70056;
    font-weight: 600;
    line-height: 1.3333333333;
    margin-left: 0.5em;
    text-align: left;
    margin-bottom: -7px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__place .rbt__small {
    font-size: 22px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__time {
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
    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;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__time span.rbt__open {
    margin-right: 0.3em;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__time span.rbt__start {
    margin: 0 0.3em;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner a.rbt__button.rbt__button__contact {
    z-index: 1;
    margin: 40px auto 0;
    width: 500px;
    display: block;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner a.rbt__button.rbt__button__contact picture img {
    width: 100%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion {
    cursor: pointer;
    z-index: 1;
    margin: 30px auto 0;
    display: block;
    width: 500px;
    overflow: hidden;
    background: -webkit-linear-gradient(45deg, #ae0052, #ff5e9e);
    background: linear-gradient(45deg, #ae0052, #ff5e9e);
    border-radius: 35px;
    padding: 2px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion::before {
    content: "";
    border-radius: 35px;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #130a25;
    position: absolute;
    left: 2px;
    top: 2px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion::after {
    content: "＋";
    font-size: 24px;
    color: #ff5e9e;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion.rbt__expand {
    border-radius: 35px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion.rbt__expand div.rbt__button__body {
    padding-bottom: 35px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion.rbt__expand::before {
    content: "";
    border-radius: 35px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion.rbt__expand::after {
    content: "ー";
    font-size: 24px;
    color: #ff5e9e;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion p.rbt__button__label {
    color: #ff5e9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -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;
    width: 100%;
    height: 70px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button__body {
    display: none;
    overflow: hidden;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button__body a {
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button__body a:not([href]) {
    text-decoration: none;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button__body p.rbt__phone {
    margin-top: 18px;
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button__body p.rbt__time {
    line-height: 1;
  }
  section.rbt__tickets {
    background-color: #130a25;
  }
  section.rbt__tickets div.rbt__section__inner {
    /*width: 100%;*/
    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%;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/bg_0.png);
    background-size: 1786px auto;
    background-position: center top;
    background-repeat: repeat-y;
    margin: 40px auto 0;
  }
  section.rbt__tickets div.rbt__section__inner ol.rbt__box__tickets li.rbt__ticket {
    max-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: #f6468c;
    color: #130a25;
    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: #c50e58;
  }
  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: #ff5e9e;
  }
  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 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 {
    color: #d70056;
    font-size: 18px;
    width: 407px;
  }
  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: right;
    width: 30%;
  }
  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: #fff;
    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%;
    margin-top: 20px;
    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::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__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: #cb0f5a;
  }
  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: #fff;
  }
  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: #1f1641;
    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: #ff5e9e;
    color: #130a25;
    border-radius: 3px;
    padding: 5px 15px;
    margin-bottom: 30px;
    font-size: 1.17em;
  }
  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: #cb0f5a;
    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: #fff;
  }
  footer {
    background-color: #130a25;
    padding-bottom: 60px;
    text-align: center;
  }
  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: #ff5e9e;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/icon_cart.png);
  }
  .c_header div.rbt__box__menu .rbt__button.rbt__button__menu {
    background-size: 6.9333333333vw auto;
    background-color: #130a25;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_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: #130a25;
    overflow: hidden;
  }
  .c_header nav.rbt__open {
    right: 0;
  }
  .c_header nav a.rbt__button.rbt__button__close {
    position: absolute;
    right: 4vw;
    top: 4vw;
    width: 6.9333333333vw;
  }
  .c_header nav a.rbt__button.rbt__button__close img {
    width: 100%;
  }
  .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 {
    padding-top: 8.6666666667vw;
  }
  section div.rbt__section__inner h2 img.rbt__en {
    height: 10.6666666667vw;
    width: auto;
    margin-left: -1.8666666667vw;
  }
  section div.rbt__section__inner h2 p.rbt__jp {
    /*margin-top: -2vw;*/
    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: #d70056;
    font-weight: bold;
  }
  section.rbt__mv {
    width: 100%;
    height: 178.6666666667vw;
    overflow: hidden;
  }
  section.rbt__mv div.rbt__section__inner {
    max-width: initial;
    width: 100%;
    height: 100%;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/mv--sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.rbt__mv div.rbt__section__inner h1 {
    margin: 0 auto 0;
    padding-top: 20vw;
    width: 98.6666666667vw;
  }
  section.rbt__mv div.rbt__section__inner h1 picture img {
    width: 100%;
  }
  section.rbt__news {
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/bg_0--sp.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-color: #130a25;
    padding-bottom: 10.6666666667vw;
  }
  section.rbt__news div.rbt__section__inner div.rbt__box.rbt__box__news {
    background-color: #1f1641;
    width: 81.7333333333vw;
    padding: 4vw 7.3333333333vw 4vw;
    margin: 6vw auto 0;
    border: 0.2666666667vw solid #cec5df;
    border-radius: 1.3333333333vw;
  }
  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: 0.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: #4b426c;
    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: #ff5e9e;
  }
  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: -6vw;
    -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: -6vw;
    -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: 6.6666666667vw;
  }
  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-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ff5e9e;
  }
  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: 14.6666666667vw 0;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/bg_1--sp.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top 17.3333333333vw center;
  }
  section.rbt__main div.rbt__section__inner {
    width: 89.3333333333vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule {
    background-color: #130a25;
    padding: 8vw 0;
    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;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__thankyou::before {
    content: "";
    display: block;
    width: 49vw;
    height: 15.6vw;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/thankyou.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 24vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__thankyou::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold::before {
    content: "";
    display: block;
    width: 49vw;
    height: 31.2vw;
    background-image: url(../../../../images/mobile_nananaoto/live/2024_tour/thankyousold.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 24vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule.rbt__sold::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule:not(:first-of-type) {
    margin-top: 6.6666666667vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner {
    text-align: center;
    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;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture img.rbt__en {
    height: 14.3vw;
    width: auto;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture img.rbt__en.wzk {
    height: 25vw;
    width: auto;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture img.rbt__en.wazuka {
    height: 25vw;
    margin-top: -8px;
    margin-left: -10px;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__box__prefecture p.rbt__jp {
    margin-top: -2.6666666667vw;
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.6666666667;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date {
    margin-top: 5.3333333333vw;
    font-size: 5.2133333333vw;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__large {
    font-size: 11.36vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__date span.rbt__day {
    margin-left: 0.3em;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__place {
    display: inline-block;
    font-size: 4.8vw;
    color: #d70056;
    font-weight: 600;
    line-height: 1;
    margin-left: 0.5em;
    margin-top: 2vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__place .rbt__small {
    font-size: 3.7333333333vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__time {
    margin-top: 2vw;
    font-size: 3.4666666667vw;
    font-weight: normal;
    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;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__time span.rbt__open {
    margin: 0 0.3em;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner p.rbt__time span.rbt__start {
    margin: 0 0.3em;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner a.rbt__button.rbt__button__contact {
    z-index: inherit;
    margin: 10.6666666667vw auto 0;
    width: 66.6666666667vw;
    display: block;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner a.rbt__button.rbt__button__contact picture img {
    width: 100%;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion {
    z-index: 1;
    margin: 6.6666666667vw auto 0;
    display: block;
    width: 66.6666666667vw;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ae0052), to(#ff5e9e));
    background: -webkit-linear-gradient(left, #ae0052, #ff5e9e);
    background: linear-gradient(90deg, #ae0052, #ff5e9e);
    border-radius: 6vw;
    padding: 0.2666666667vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion::before {
    content: "";
    border-radius: 6vw;
    display: block;
    width: calc(100% - 0.5333333333vw);
    height: calc(100% - 0.5333333333vw);
    background-color: #130a25;
    position: absolute;
    left: 0.2666666667vw;
    top: 0.2666666667vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion::after {
    content: "＋";
    font-size: 4.8vw;
    color: #ff5e9e;
    line-height: 1;
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion.rbt__expand {
    border-radius: 6vw;
    height: auto;
    padding-bottom: 6vw;
    background: -webkit-gradient(linear, left top, right top, from(#ae0052), to(#ff5e9e));
    background: -webkit-linear-gradient(left, #ae0052, #ff5e9e);
    background: linear-gradient(90deg, #ae0052, #ff5e9e);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion.rbt__expand::before {
    content: "";
    border-radius: 6vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion.rbt__expand::after {
    content: "ー";
    font-size: 4.8vw;
    color: #ff5e9e;
    line-height: 1;
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion p.rbt__button__label {
    color: #ff5e9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -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;
    width: 100%;
    height: 12vw;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion div.rbt__button__body {
    display: none;
    overflow: hidden;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion div.rbt__button__body a {
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion div.rbt__button__body a:not([href]) {
    text-decoration: none;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion div.rbt__button__body p.rbt__phone {
    margin-top: 2.4vw;
    line-height: 1;
  }
  section.rbt__main div.rbt__section__inner ol.rbt__box__schedule li.rbt__schedule div.rbt__schedule__inner div.rbt__button.rbt__button__accordion div.rbt__button__body p.rbt__time {
    line-height: 1;
  }
  section.rbt__tickets {
    background-color: #130a25;
    background-repeat: no-repeat;
    background-size: 45.8666666667vw auto;
  }
  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: #f6468c;
    color: #130a25;
    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: #c50e58;
  }
  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;
    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: 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__caption {
    margin-top: 4.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 ol.rbt__box__prices {
    color: #d70056;
    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;
  }
  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: 30%;
  }
  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: #fff;
    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 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: #d70056;
  }
  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.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: #fff;
  }
  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);
    -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: #1f1641;
    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: #ff5e9e;
    color: #130a25;
    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: #ff5e9e;
    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: #fff;
  }
  footer {
    background-color: #130a25;
    padding-bottom: 8vw;
    text-align: center;
  }
  footer p.rbt__copyright {
    font-size: 2.6666666667vw;
  }
  footer p.rbt__copyright .rbt__small {
    font-size: 0.8em;
  }
}/*# sourceMappingURL=style.css.map */

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