@charset "UTF-8";
/* sp */
@media only screen and (max-width: 1080px) {
  /* ---------------------------------------------------------------
                          mixin
    ----------------------------------------------------------------*/
  .overview__ticket .overview__ticket--inner {
    display: block;
  }
  .overview__ticket .overview__ticket--inner .play__guide {
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    padding-top: 30px;
    width: auto;
    margin-left: 0;
  }
  .overview__ticket .overview__ticket--inner .play__guide .play__guide--btn {
    margin: 0 auto;
  }
  .overview__ticket .overview__ticket--inner .play__guide:nth-child(1) {
    margin-left: 0;
  }
  .overview__ticket .overview__ticket--inner .play__guide:nth-child(4) {
    margin-left: 0;
  }
  .overview__ticket .overview__ticket--inner .play__guide:nth-child(5) {
    margin-right: 0;
  }
  .overview__ticket .overview__ticket--inner .play__guide h4 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
  }
  .overview__ticket .overview__ticket--inner .play__guide table {
    border-collapse: collapse;
    width: 100%;
  }
  .overview__ticket .overview__ticket--inner .play__guide table tr th {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    width: 100px;
    vertical-align: middle;
  }
  .overview__ticket .overview__ticket--inner .play__guide table tr td {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
  }
  .overview__ticket .overview__ticket--inner .play__guide .play__guide--btn {
    width: 190px;
    background-color: #c23d31;
    border-radius: 15px;
  }
  .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;
  }
  .overview__ticket .overview__ticket--inner .play__guide .play__guide--btn:hover {
    background-color: #83311d;
  }
	
	
	.section__wrap .section__title {	
	width: auto;	
	background-position: top left 20px, top right 20px;	
	background-size: 30%;	
  }	
	
	
	
	
}
@media only screen and (max-width: 760px) {
  /* フォーム周りリセット */
  .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;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0%; /*メニューを画面内へ*/
  }
  .menu-content ul {
    width: auto;
  }
  .menu-content ul li.header__sns ul {
    justify-content: flex-start;
  }
  /* ---------------------------------------------------------------
                        mixin
  ----------------------------------------------------------------*/
  /* --------------------------------------------------------------

                          モーダル

  ----------------------------------------------------------------*/
  .no-scroll {
    overflow: hidden;
  }
  .modal {
    padding: 15px;
    width: auto;
  }
  .modal .modal-content {
    padding: 30px;
    width: auto;
    margin: 5% auto 15% auto;
  }
  .modal .modal-content p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .modal__text {
    background-image: url("../img/cast/cast__modal/bg_white-opacity.png");
    background-size: cover;
    width: auto;
  }
  .modal__text h4 {
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0;
  }
  .modal__text ul {
    padding: 15px 0;
    display: block;
  }
  .modal__text ul li {
    padding: 10px 0;
  }
  .modal__text ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .modal__text ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    background: none;
    margin-top: 0;
    border: none;
  }
  .modal__text ul li a:hover {
    color: #c23d31;
  }
	
  .modal .close p {
	font-size: 24px;
    line-height: 2em;
  }
	
	
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /* ヘッダー*/
  header .header__inner {
    width: auto;
    padding: 0 10px;
  }
  header .header__inner .header_logo {
    width: 100px;
    margin-top: 14px;
  }
  .download-btn {
    width: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
  .mainvisual .mainvisual__inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .mainvisual .mainvisual__inner .mainvisual__title {
    position: initial;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap {
    width: auto;
    margin: 0 10px;
  }
  .section__wrap .section__title {
    width: auto;
    background-position: top left 20px, top right 20px;
    background-size: 30%;
  }
  .section__wrap .section__title h2 {
    font-size: 24px;
    line-height: 1.5em;
  }
  /* --------------------------------------------------------------
    ----------------------------------------------------------------*
                            ニュース
    ----------------------------------------------------------------*
    ----------------------------------------------------------------*/
  .news__wrap {
    width: 100%;
    background-color: #69b8a4;
    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: #69b8a4;
  }
  .news__wrap .news .notice a:hover::before {
    background-color: #69b8a4;
  }
  .news__wrap .news .notice a:hover::after {
    background-color: #69b8a4;
  }
  .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: #69b8a4;
  }
  .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;
  }
  .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: #c23d31;
  }
  .news__wrap .news .news__feed ul li a dl:hover dd {
    color: #c23d31;
  }
  .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: #c23d31;
    display: block;
    position: relative;
  }
  .news__wrap .news .modal1__button a:hover {
    background-color: #fff;
    color: #69b8a4;
  }
  .news__wrap .news .modal1__button a:hover::before {
    background-color: #69b8a4;
  }
  .news__wrap .news .modal1__button a:hover::after {
    background-color: #69b8a4;
  }
  .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 {
    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 .introduction__top .introduction__top--inner .introduction__element .introduction__img p {
    right: 0;
    left: initial;
  }
  .introduction__wrap .introduction__top--text p {
    font-size: 14px;
    text-align: left;
    max-width: auto;
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
    line-height: 20px;
  }
  .introduction__wrap .introduction__top--text p span {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  }
  .introduction__wrap .introduction__comment {
    margin-top: 15px;
  }
  .introduction__wrap .introduction__comment h3 {
    margin-top: 30px;
    width: auto;
    font-size: 20px;
  }
  .introduction__wrap .introduction__comment .introduction__comment--top {
    padding: 15px;
    margin-top: 10px;
  }
  .introduction__wrap .introduction__comment ul {
    display: block;
  }
  .introduction__wrap .introduction__comment ul li {
    padding: 15px;
    background-image: url(../img/bg__03.jpg);
    width: auto;
    margin-top: 10px;
  }
  .introduction__wrap .introduction__comment ul li .comment__img {
    margin: 0 10px 0 0;
  }
  .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;
  }
  .top-slider .top-slider__slide {
    width: 100px;
    height: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          ストーリー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .story__wrap {
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .story__wrap .story {
    margin-top: 30px;
    width: auto;
    margin: 0 auto;
  }
  .story__wrap .story .section__title p {
    margin-top: 0;
  }
  .story__wrap .story p {
    margin-top: 15px;
    font-size: 14px;
    color: #69b8a4;
    line-height: 24px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          キャスト
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .cast__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cast__wrap .cast .cast__content ul.cast__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cast__wrap .cast .cast__content ul.cast__list li {
    width: 48%;
  }
  .cast__wrap .cast .cast__content ul.cast__list li a {
    width: auto;
    /*height: 76vw;*/
  }
  .cast__wrap .cast .cast__content ul.cast__list li a .cast__img {
    padding: 15px;
  }
  .cast__wrap .cast .cast__content ul.cast__list li a .cast__img__hover {
    padding: 15px;
  }
  .cast__wrap .cast .cast__content ul.cast__list li a .cast__name {
    text-align: center;
  }
  .cast__wrap .cast .cast__content ul.cast__list li a .cast__name p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 15px;
    padding-top: 0;
  }
  .cast__wrap .cast .cast__content ul.cast__list li li {
    width: auto;
  }
  .cast__wrap .cast .cast__content ul.cast__list li li a {
    margin-top: 0;
    height: auto;
  }
  .cast__wrap .cast .cast__content ul.cast__list li li a:hover {
    background-color: transparent;
    border: none;
  }
  .cast__wrap .cast .cast__content ul.cast__list li .modal__cast--img {
    width: 100%;
    height: auto;
  }
  .cast__wrap .cast .cast__content ul.cast__list li .modal__cast--img img {
    width: 100%;
    height: auto;
  }
  .cast__wrap .cast .cast__content ul.cast__list 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.cast__list li .modal__cast--text h4 {
    padding: 15px;
    color: #69b8a4;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0;
  }
  .cast__wrap .cast .cast__content ul.cast__list li .modal__cast--text ul {
    padding: 15px;
    display: block;
  }
  .cast__wrap .cast .cast__content ul.cast__list 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 .cast .cast__comment--top p {
    font-size: 16px;
  }	
	
  /* --------------------------------------------------------------
   ----------------------------------------------------------------*
                           オーバービュー
   ----------------------------------------------------------------*
   ----------------------------------------------------------------*/
  .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: #333;
    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 {
    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: #c23d31;
    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;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          about
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .about__wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about__wrap .about .about__text {
    width: auto;
    margin-top: 15px;
    padding: 15px;
  }
  .about__wrap .about .about__contents {
    margin-top: 30px;
  }
  .about__wrap .about .about__contents ul.about__lists {
    display: block;
  }
  .about__wrap .about .about__contents ul.about__lists li {
    width: auto;
  }
  .about__wrap .about .about__contents ul.about__lists li h4 {
    font-size: 18px;
    text-align: center;
    padding: 0;
    padding-top: 10px;
  }
  .about__wrap .about .about__contents ul.about__lists li ul {
    padding: 10px 0;
  }
  .about__wrap .about .about__contents ul.about__lists li ul li p {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }
  .about__wrap .about .about__contents ul.about__lists li a .about__img {
    padding: 15px;
  }
  .about__wrap .about .about__contents ul.about__lists li a .about__name p {
    padding: 15px;
  }
  .about__wrap .about .about__sns ul li a {
    border: 1px solid #fff;
  }
}/*# sourceMappingURL=sp.css.map */