@charset "UTF-8";
/* sp */
@media only screen and (max-width: 1100px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* ---------------------------------------------------------------
                        mixin
  ----------------------------------------------------------------*/
  /* --------------------------------------------------------------

                          モーダル

  ----------------------------------------------------------------*/
  .no-scroll {
    overflow: hidden;
  }
  .modal {
    padding: 15px;
    width: auto;
  }
  .modal .modal-content {
    padding: 30px;
    width: auto;
    margin: 0 auto;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .menu-btn {
    position: fixed;
  }
  .menu-content ul {
    width: auto;
  }
  header .header__inner {
    width: auto;
  }
  header .header__inner .header_logo {
    z-index: 1;
  }
  .sp {
    display: block;
  }
  .sp .header_logo__wrap {
    width: 125px;
  }
  .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  .show .sp {
    display: block;
  }
  .show .sp .header_logo__wrap {
    width: 125px;
    margin-left: 0;
  }
  .show .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .show .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0%; /*メニューを画面内へ*/
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    width: 100%;
    height: auto;
    padding-top: 40px;
    background-position: center;
    background-image: url("../img/bg__sp.jpg");
  }
  .mainvisual .mainvisual__inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
  }
  .mainvisual .mainvisual__inner .mainvisual__title {
    width: auto;
    margin: 0 10px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap {
    width: auto;
    margin: 0 10px;
  }
  .section__title h2 {
    font-size: 3em;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          キャッチコピー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .catchcopy__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .catchcopy__wrap .catchcopy {
    width: auto;
    margin: 0 auto;
  }
  .catchcopy__wrap .catchcopy h2 {
    font-size: 1.5em;
  }
  .catchcopy__wrap .catchcopy p {
    margin-top: 15px;
    font-size: 1em;
  }
  /* --------------------------------------------------------------
    ----------------------------------------------------------------*
                            ニュース
    ----------------------------------------------------------------*
    ----------------------------------------------------------------*/
  .news__wrap {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 100%;
  }
  .news__wrap .news .notice {
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
  }
  .news__wrap .news .notice a {
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    position: relative;
  }
  .news__wrap .news .notice a:hover {
    background-color: #fff;
    color: #fff;
  }
  .news__wrap .news .notice a:hover::before {
    background-color: #fff;
  }
  .news__wrap .news .notice a:hover::after {
    background-color: #fff;
  }
  .news__wrap .news .notice a::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 19px;
    width: 15px;
    height: 1px;
    border-radius: 9999px;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .news__wrap .news .notice a::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 1px;
    right: -12px;
    margin-top: 0px;
    border-radius: 9999px;
    background-color: #fff;
  }
  .news__wrap .news .notice a::after:hover {
    background-color: #fff;
  }
  .news__wrap .news .news__feed {
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .news__wrap .news .news__feed h3 {
    padding-top: 15px;
  }
  .news__wrap .news .news__feed ul {
    padding: 15px;
    height: 200px;
  }
  .news__wrap .news .news__feed ul li {
    width: auto;
    padding: 15px 0 15px 0;
    display: block;
    align-items: center;
  }
  .news__wrap .news .news__feed ul li a dl {
    display: block;
  }
  .news__wrap .news .news__feed ul li a dl dt {
    width: auto;
    margin-right: 0;
  }
  .news__wrap .news .news__feed ul li a dl dd {
    width: auto;
    margin-top: 10px;
  }
  .news__wrap .news h4 {
    padding: 10px;
  }
  .news__wrap .news .modal1__img {
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
  }
  .news__wrap .news .modal1__title {
    margin-top: 15px;
  }
  .news__wrap .news .modal1__title p {
    padding: 10px;
  }
  .news__wrap .news .modal1__text {
    margin-top: 15px;
  }
  .news__wrap .news .modal1__button {
    width: auto;
    margin-top: 15px;
  }
  .news__wrap .news .modal1__button a {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: red;
    display: block;
    position: relative;
  }
  .news__wrap .news .modal1__button a:hover {
    background-color: #fff;
    color: #fff;
  }
  .news__wrap .news .modal1__button a:hover::before {
    background-color: #fff;
  }
  .news__wrap .news .modal1__button a:hover::after {
    background-color: #fff;
  }
  .news__wrap .news .modal1__button a::before {
    display: none;
  }
  .news__wrap .news .modal1__button a::after {
    display: none;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          イントロダクション
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .introduction__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .introduction__wrap .introduction {
    width: auto;
  }
  .introduction__wrap .introduction .section__title {
    width: auto;
  }
  .introduction__wrap .introduction .section__title h2 {
    font-size: 3em;
  }
  .introduction__wrap .introduction p {
    margin-top: 15px;
    color: #333;
    text-align: center;
  }
  .introduction__wrap .introduction dl {
    display: block;
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
  }
  .introduction__wrap .introduction dl dt {
    font-size: 1.5em;
    width: auto;
    border: none;
    border-bottom: 1px solid #333;
  }
  .introduction__wrap .introduction dl dd {
    padding: 10px;
    width: auto;
  }
  .introduction__wrap .introduction dl dd .map {
    height: 200px;
    margin-top: 10px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          ステージ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .stage__wrap {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .stage__wrap .section__title {
    width: auto;
  }
  .stage__wrap .stage {
    margin: 0 10px;
    padding-bottom: 30px;
  }
  .stage__wrap .stage .stage__tab {
    width: auto;
    margin: 0 auto;
  }
  .stage__wrap .stage .stage__tab .stage__tab--visual {
    width: auto;
    margin: 0 10px;
    margin-top: 15px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--button {
    width: 100%;
    margin-top: 95px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--button ul {
    width: 100%;
    bottom: -1px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--button ul li {
    width: 40%;
    padding: 10px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--button ul li a {
    font-size: 1em;
  }
  .stage__wrap .stage .stage__tab .stage__tab--contents ul li.show__tab .tab__contents--inner ul {
    padding: 15px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--contents ul li.show__tab .tab__contents--inner ul li {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--contents ul li.show__tab .tab__contents--inner ul li p {
    font-size: 1em;
    margin-top: 10px;
    margin-left: 10px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--contents ul li.show__tab .tab__contents--inner ul li dl {
    margin-left: 0;
    margin-top: 10px;
  }
  .stage__wrap .stage .stage__tab .stage__tab--contents ul li.show__tab .tab__contents--inner ul li dl dt {
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .stage__wrap .stage .stage__tab .stage__tab--contents ul li.show__tab .tab__contents--inner ul li dl dd {
    font-size: 1em;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          キャスト
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .cast__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cast__wrap .cast h3 {
    width: auto;
  }
  .cast__wrap .cast .cast__content h3 {
    width: auto;
  }
  .cast__wrap .cast .cast__content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
  }
  .cast__wrap .cast .cast__content ul li {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
  .cast__wrap .cast .cast__content ul li a {
    height: auto;
    width: auto;
    margin: 0;
    padding-bottom: 0;
  }
  .cast__wrap .cast .cast__content ul li a .cast__img {
    padding-bottom: 0;
  }
  .cast__wrap .cast .cast__content ul li a .cast__name {
    text-align: center;
  }
  .cast__wrap .cast .cast__content ul li a .cast__name p {
    font-size: 1em;
    padding: 10px;
    line-height: 1em;
  }
  .cast__wrap .cast .cast__content ul li a .cast__name p span {
    font-size: 13px;
    line-height: 13px;
  }
  .cast__wrap .cast .cast__content ul li a:hover {
    background-color: #ffff66;
  }
  .cast__wrap .cast .cast__content ul li a:hover .cast__name p {
    color: #333;
  }
  .cast__wrap .cast .cast__content ul li .modal__cast--img {
    width: 100%;
    height: auto;
  }
  .cast__wrap .cast .cast__content ul li .modal__cast--img img {
    width: 100%;
    height: auto;
  }
  .cast__wrap .cast .cast__content ul li .modal__cast--text {
    width: auto;
  }
  .cast__wrap .cast .cast__content ul li .modal__cast--text h4 {
    padding: 15px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0;
  }
  .cast__wrap .cast .cast__content ul li .modal__cast--text ul {
    padding: 15px;
    display: block;
  }
  .cast__wrap .cast .cast__content ul li .modal__cast--text ul li {
    padding: 10px 0;
    width: 100%;
  }
  .cast__wrap .cast .cast__content .cast__button {
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
  .cast__wrap .cast .cast__content .cast__button a {
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
  }
  .cast__wrap .cast .cast__content .cast__button a::before {
    display: none;
  }
  .cast__wrap .cast .cast__content .cast__button a::after {
    display: none;
  }
  .cast__wrap.dance__wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 30px;
  }
  .cast__wrap.dance__wrap .cast__content {
    /* 20241226追加 */
  }
  .cast__wrap.dance__wrap .cast__content ul.dance {
    width: auto;
    margin-top: 10px;
  }
  .cast__wrap.dance__wrap .cast__content ul.dance li {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .cast__wrap.dance__wrap .cast__content ul.dance li a {
    width: auto;
    padding-bottom: 0;
  }
  .cast__wrap.dance__wrap .cast__content ul.dance li a .cast__img {
    padding-bottom: 0;
  }
  .cast__wrap.dance__wrap .cast__content ul.dance li a .cast__name p {
    font-size: 1em;
    line-height: 1em;
  }
  .cast__wrap.dance__wrap .cast__content .dance__group {
    padding: 15px;
    margin-top: 15px;
    width: auto;
  }
  .cast__wrap.dance__wrap .cast__content .dance__group ul.dance {
    width: auto;
  }
  .cast__wrap.dance__wrap .cast__content .dance__group ul.dance li a {
    width: 60%;
  }
  .cast__wrap.choreography__wrap {
    padding: 0 10px;
    padding-top: 15px;
    padding-bottom: 30px;
    width: auto;
  }
  .cast__wrap.choreography__wrap .section__wrap {
    width: auto;
    padding: 15px 10px;
  }
  .cast__wrap.choreography__wrap .section__wrap .section__title {
    margin-top: 15px;
    width: auto;
    padding: 0 10px;
  }
  .cast__wrap.choreography__wrap .section__wrap .section__title h2 {
    width: auto;
    font-size: 2.5em;
  }
  .cast__wrap.choreography__wrap .section__wrap .cast__content ul.dance {
    width: auto;
    margin-top: 10px;
  }
  .cast__wrap.choreography__wrap .section__wrap .cast__content ul.dance li {
    margin: 0;
    margin-top: 10px;
    width: 100%;
  }
  .cast__wrap.choreography__wrap .section__wrap .cast__content ul.dance li a {
    width: auto;
    padding-bottom: 0;
  }
  .cast__wrap.choreography__wrap .section__wrap .cast__content ul.dance li a .cast__img {
    padding-bottom: 0;
  }
  .cast__wrap.choreography__wrap .section__wrap .cast__content ul.dance li a .cast__name p {
    font-size: 1em;
    line-height: 1em;
  }
  .cast__wrap.choreography__wrap .section__wrap p.annotation {
    font-size: 1em;
    text-align: center;
    line-height: 2em;
  }
  /* --------------------------------------------------------------
    ----------------------------------------------------------------*
                            オーバービュー
    ----------------------------------------------------------------*
    ----------------------------------------------------------------*/
  .overview__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .overview__wrap .overview h3 {
    margin-top: 15px;
  }
  .overview__wrap .overview .overview__table {
    margin-top: 15px;
  }
  .overview__wrap .overview .overview__table p {
    margin-top: 10px;
  }
  .overview__wrap .overview .overview__table h4 {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .overview__wrap .overview .overview__table .time-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  .overview__wrap .overview .overview__table .time-table td {
    width: 10%;
  }
  .overview__text {
    width: auto;
    margin: 0 10px;
  }
  .overview__text table {
    border-collapse: collapse;
    width: 100%;
  }
  .overview__text table:first-child {
    margin-top: 15px;
  }
  .overview__text table th {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 0;
    padding-top: 10px;
  }
  .overview__text table td {
    display: block;
    padding: 10px 0;
  }
  .overview__text .map {
    height: 200px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          バナー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .bnr__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 100%;
  }
  .bnr__wrap .section__wrap .bnr {
    width: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          チケット
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .ticket__wrap {
    padding-top: 30px;
  }
  .ticket__wrap .ticket {
    padding-bottom: 30px;
  }
  .ticket__wrap .ticket table td .overview__text--bald {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .ticket__wrap .ticket .overview__ticket--caption {
    width: auto;
    border-radius: 15px;
    margin: 10px auto;
    margin-top: 15px;
    padding: 15px;
  }
  .ticket__wrap .ticket .overview__ticket--caption table {
    border-collapse: collapse;
    width: 100%;
  }
  .ticket__wrap .ticket .overview__ticket--caption table tr:first-child {
    border-top: none;
  }
  .ticket__wrap .ticket .overview__ticket--caption table tr:first-child th, .ticket__wrap .ticket .overview__ticket--caption table tr:first-child td {
    padding-top: 10px;
  }
  .ticket__wrap .ticket .overview__ticket--caption table tr:last-child th, .ticket__wrap .ticket .overview__ticket--caption table tr:last-child td {
    padding-bottom: 10px;
  }
  .ticket__wrap .ticket .overview__ticket--caption table tr th {
    display: block;
    margin-top: 0;
    padding: 15px;
    display: block;
    width: auto;
  }
  .ticket__wrap .ticket .overview__ticket--caption table tr td {
    padding: 15px;
    margin-top: 0;
    display: block;
    width: auto;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner {
    display: block;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide {
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    padding-top: 30px;
    width: auto;
    margin-left: 0;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide:nth-child(1) {
    margin-left: 0;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide:nth-child(4) {
    margin-left: 0;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide:nth-child(5) {
    margin-right: 0;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide h4 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide table {
    border-collapse: collapse;
    width: 100%;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide table tr th {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    width: 100px;
    vertical-align: middle;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide table tr td {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide .play__guide--btn {
    width: 190px;
    border-radius: 15px;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--inner .play__guide .play__guide--btn a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--text {
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
  }
  .ticket__wrap .ticket .overview__ticket .overview__ticket--text p {
    margin-top: 15px;
    width: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          フッター
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .footer .ponsorship__wrap {
    padding: 0;
    padding-bottom: 100px;
  }
  .footer .ponsorship__wrap .section__wrap {
    width: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
  }
  .footer .ponsorship__wrap .section__wrap h6 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .footer .ponsorship__wrap .section__wrap ul {
    margin: 0 auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li {
    width: auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li p {
    color: #000;
    font-size: 3.5vw;
    text-align: center;
    line-height: 1em;
  }
  .footer .ponsorship__wrap .section__wrap ul li h6 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .footer .ponsorship__wrap .section__wrap ul li a {
    text-decoration: none;
    width: auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li a p {
    color: #000;
    font-size: 3.5vw;
    text-align: center;
  }
  .footer .ponsorship__wrap .section__wrap ul li a img {
    width: 100%;
    height: auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li .sponsored__expo {
    width: 170px;
  }
}/*# sourceMappingURL=sp.css.map */