@charset "UTF-8";
/* sp */
@media only screen and (max-width: 800px) {
  /* フォーム周りリセット */
  .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;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /* ヘッダー
  -----------------------------------------------*/
  /*  ハンバーガーメニュー
  ---------------------------------------------- */
  .sb-open-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 15px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 6px;
  }
  .menu-btn span:after {
    top: 6px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #aaf2fd;
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #333;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #aaf2fd;
    transition: all 0.5s; /*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  header {
    margin: 10px 0;
  }
  header .header__inner {
    width: auto;
    padding: 0 10px;
  }
  header .header__inner .header_logo {
    width: 30px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .mainvisual .mainvisual__inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .mainvisual .mainvisual__inner .mainvisual__title {
    top: 50px;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .mainvisual .mainvisual__inner .mainvisual__text {
    position: inherit;
    right: 0px;
    bottom: 0px;
    background-color: #d82122;
    width: auto;
  }
  .mainvisual .mainvisual__inner .mainvisual__text p {
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap {
    width: auto;
    margin: 0 10px;
  }
  .section__title h2 {
    font-size: 24px;
    line-height: 30px;
    width: 200px;
  }
  .section__title p {
    font-size: 14px;
  }
  /* --------------------------------------------------------------
    ----------------------------------------------------------------*
                            ニュース
    ----------------------------------------------------------------*
    ----------------------------------------------------------------*/
  .news__wrap {
    width: 100%;
    background-color: #aaf2fd;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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: #aaf2fd;
  }
  .news__wrap .news .notice a:hover::before {
    background-color: #aaf2fd;
  }
  .news__wrap .news .notice a:hover::after {
    background-color: #aaf2fd;
  }
  .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: #aaf2fd;
  }
  .news__wrap .news .news__feed {
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .news__wrap .news .news__feed h3 {
    font-size: 14px;
    line-height: 14px;
    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;
    padding: 0;
  }
  .news__wrap .news .news__feed ul li a dl dd {
    width: auto;
    margin-top: 10px;
  }
  .news__wrap .news .news__feed ul li a dl:hover dt {
    background-color: #d82122;
  }
  .news__wrap .news .news__feed ul li a dl:hover dd {
    color: #d82122;
  }
  .news__wrap .news h4 {
    font-size: 18px;
    line-height: 24px;
    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-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    background-color: #d82122;
    display: block;
    position: relative;
  }
  .news__wrap .news .modal1__button a:hover {
    background-color: #fff;
    color: #aaf2fd;
  }
  .news__wrap .news .modal1__button a:hover::before {
    background-color: #aaf2fd;
  }
  .news__wrap .news .modal1__button a:hover::after {
    background-color: #aaf2fd;
  }
  .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__top {
    margin-top: 15px;
    padding: 15px;
  }
  .introduction__wrap .introduction__top .introduction__top--inner {
    background-color: #aea9a0;
    padding: 15px;
    padding-bottom: 0;
  }
  .introduction__wrap .introduction__top .introduction__top--inner .introduction__element {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .introduction__wrap .introduction__top .introduction__top--inner .introduction__element .introduction__text {
    width: auto;
    margin-top: 0;
  }
  .introduction__wrap .introduction__top .introduction__top--inner .introduction__element .introduction__text p {
    font-size: 14px;
    line-height: 20px;
  }
  .introduction__wrap .introduction__top .introduction__top--inner .introduction__element .introduction__img {
    width: auto;
  }
  .introduction__wrap h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    width: auto;
  }
  .introduction__wrap h3 span {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  .introduction__wrap .introduction__content {
    width: auto;
    margin: 0 10px;
    display: block;
  }
  .introduction__wrap .introduction__content .introduction__content--inner {
    margin-top: 15px;
    width: auto;
  }
  .introduction__wrap .introduction__content .introduction__content--inner .introduction__content--img {
    padding: 10px;
  }
  .introduction__wrap .introduction__content .introduction__content--inner .introduction__content--text {
    background-color: #fff;
    padding: 10px;
  }
  .introduction__wrap .introduction__content .introduction__content--inner .introduction__content--text p {
    line-height: 24px;
  }
  /*スライダー
  ----------------------------------------------------------------*/
  .top-slider {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .top-slider .top-slider__slide {
    width: 390px;
    height: 300px;
  }
  .top-slider .top-slider__slide .caption p {
    bottom: 30px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          キャスト
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .cast__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cast__wrap .cast .cast__content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cast__wrap .cast .cast__content ul li {
    width: 48%;
  }
  .cast__wrap .cast .cast__content ul li a {
    width: auto;
  }
  .cast__wrap .cast .cast__content ul li a .cast__img {
    padding: 15px;
  }
  .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: 16px;
    font-weight: bold;
    padding: 15px;
    padding-top: 0;
  }
  .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 {
    background-image: url("../img/cast/cast__modal/bg_white-opacity.png");
    background-size: cover;
    width: 100%;
  }
  .cast__wrap .cast .cast__content ul li .modal__cast--text h4 {
    padding: 15px;
    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 .band ul {
    display: flex;
    justify-content: center;
  }
  .cast__wrap .cast .band ul li {
    width: 100%;
  }
  .cast__wrap .cast .band ul li .modal .modal-content .modal__cast--img .modal__cast--text ul li {
    width: auto;
  }
  /* --------------------------------------------------------------
   ----------------------------------------------------------------*
                           オーバービュー
   ----------------------------------------------------------------*
   ----------------------------------------------------------------*/
  .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: #aaf2fd;
    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__wrap .overview .overview__time_table {
    width: auto;
    margin-top: 15px;
    padding: 15px;
  }
  .overview__wrap .overview .overview__time_table h4 {
    font-size: 18px;
  }
  .overview__wrap .overview .overview__time_table dl {
    display: block;
  }
  .overview__wrap .overview .overview__time_table dl dt {
    width: auto;
    font-size: 18px;
    padding: 5px 0;
  }
  .overview__wrap .overview .overview__time_table dl dd {
    width: auto;
    font-size: 14px;
    padding: 5px 0;
  }
  .overview__text {
    width: auto;
    margin: 0 10px;
    padding-bottom: 100px;
  }
  .overview__text table {
    display: block;
  }
  .overview__text table:first-child {
    margin-top: 15px;
  }
  .overview__text table th {
    display: block;
    width: 100%;
  }
  .overview__text table td {
    display: block;
    padding: 10px 0;
  }
  .overview__text .overview__text--gest {
    display: block;
  }
  .overview__text .overview__text--gest:first-child {
    margin-top: 15px;
  }
  .overview__text .overview__text--gest tr th {
    width: 100%;
    display: block;
  }
  .overview__text .overview__text--gest tr td {
    width: 29%;
    display: inline-table;
  }
  .overview__text .map {
    height: 200px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #333;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          チケット
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .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: 100%;
  }
  .ticket__wrap .ticket .overview__ticket--caption table tr td {
    padding: 15px;
    margin-top: 0;
    display: block;
    width: 100%;
  }
  .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;
    background-color: #d82122;
    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--inner .play__guide .play__guide--btn:hover {
    background-color: #83311d;
  }
  .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;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          ニュース詳細ページ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .news__page {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .news__page .breadcrumb {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
  }
  .news__page .breadcrumb ul {
    width: auto;
    margin: 0 10px;
  }
  .news__page .news__page--inner {
    width: auto;
    margin: 0 10px;
    margin-top: 30px;
    padding: 15px;
  }
  .news__page .news__page--inner .news__page--title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .news__page .news__page--inner .news__page--title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .news__page .news__page--inner .news__page--img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .news__page .news__page--inner .news__page--img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .news__page .news__page--inner .news__page--date {
    background-color: #f2f2cf;
    width: 120px;
    padding: 10px;
  }
  .news__page .news__page--inner .news__page--date p {
    font-size: 16px;
    color: #333;
    text-align: center;
  }
  .news__page .news__page--inner .news__page--text {
    border-top: dotted 1px #333;
    padding-top: 15px;
  }
  .news__page .news__page--inner .news__page--text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
  }
}/*# sourceMappingURL=sp.css.map */