@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');

/* reset
--------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
    align-self: flex-start;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
}


/* ----- clearfix ----- */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* common
--------------------------------------------------- */

.contents a {
    color: #fff;
    text-decoration: underline;
}

.contents a:visited {
    color: #fff;
    text-decoration: underline;
}

.contents a:hover {
    text-decoration: none;
}

.contents .no-pc {
    display: none;
}

.contents .no-sp {
    display: block;
}

.contents .xs {
    font-size: 1.2rem;
}

.contents .tax {
    padding: 0 0 0 .25em;
    font-size: 1.2rem;
    font-weight: normal;
}

.sub-txt {
    font-size: 75%;
}

.contents em {
    color: #D3BF8F;
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
}

.contents strong {
    font-style: normal;
    font-weight: bold;
}

.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}

.contents .caution {
    color: #555;
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.2;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
    color: #555;
}

.contents .advance,
.contents .public,
.contents .soldout {
    display: inline-block;
    margin: 0 10px 3px 0;
    padding: .5em;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.contents .advance {
    background: #F60;
}

.contents .public {
    background: #666;
}

.contents .soldout {
    background: #999;
}

@media screen and (max-width: 767px) {
    .contents .no-pc {
        display: block;
    }
    .contents .no-sp {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .contents .advance,
    .contents .public,
    .contents .soldout {
        display: block;
        margin: 0 0 5px 0;
        font-size: 1.0rem;
    }
    .contents .caution,
    .contents .xs,
    .contents .tax {
        font-size: 1.0rem;
        line-height: 1.2;
    }
}


/* LAYOUT
--------------------------------------------------- */

.contents {
    width: 100%;
    min-width: 320px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    background: #0a1f33;
}

.contents-area {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.contents-inner {
    margin: 0 auto 80px;
    width: 100%;
    max-width: 1100px;
}

.contents-inner:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contents-inner {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents-inner {
        margin-bottom: 40px;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

.contents h1 {
    display: block;
    width: 20%;
    position: absolute;
    /* bottom: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  -webkit- transform: translateX(-50%); */
    /* top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%); */
    top: 20px;
    left: 20px;
}

.contents h2 {
    font-size: 4rem;
    font-weight: bold;
    display: block;
    text-align: center;
    background: #a40951;
    padding: 20px;
    line-height: 1.4;
    color: #FFF;
}

.contents h2 span {
    font-size: 1.8rem;
    display: block;
    color: #FFF;
}

.contents h3 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: block;
    border-bottom: 1px #FFF dotted;
    text-align: center;
    color: #FFF;
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .contents h1 {
        width: 30%;
    }
    .contents h2 {
        font-size: 2.4rem;
        padding: 10px;
        line-height: 1.4;
    }
    .contents h2 span {
        font-size: 1.4rem;
    }
    .contents h3 {
        font-size: 2rem;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
}


/* SLIDER
--------------------------------------------------- */

.slideshow-container {
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

.slide:first-child {
    opacity: 1;
}

.slide img {
    width: 100%;
}


/* HERO
--------------------------------------------------- */

.hero {}

.hero-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.outline {
    font-size: 2rem;
    text-align: center;
}

.outline p {}

.outline p+p {}

@media screen and (max-width: 767px) {
    .outline {}
    .outline p+p {}
}

@media screen and (max-width: 480px) {
    .outline {}
    .outline p+p {}
}


/* TEXT etc
--------------------------------------------------- */

.through {
    text-decoration: line-through;
    color: #999;
}

.soldout-area {
    position: relative;
}

.soldout {
    width: 90%;
    height: 36px;
    margin: auto auto;
    padding: .35em;
    background-color: rgba(0, 0, 0, .5);
    color: #FF0;
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.point-color {
    color: #fff28b;
}


/* about
--------------------------------------------------- */

.about_list {
    font-weight: bold;
}

.about_list dt {
    position: relative;
    float: left;
    clear: both;
    width: 30%;
    margin-bottom: 30px;
    text-align: center;
    padding: .5em;
    border: solid 1px #fff;
}

.about_list dd {
    float: left;
    width: 70%;
    padding: .5em 5px 5px 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .about_list dt {
        margin-bottom: 15px;
        width: 100%;
        padding: .25em;
        font-size: 1.2rem;
    }
    .about_list dd {
        margin-bottom: 15px;
        padding: .25em 5px 5px 20px;
        width: 100%;
    }
}


/* TABLE
--------------------------------------------------- */

.table-price {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    border-collapse: collapse;
    border: 1px solid #FFF;
    table-layout: fixed;
    background: #000;
    color: #fff;
}

.not-bt-line {
    margin-bottom: -1px;
}

.table-price th,
.table-price td {
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #FFF;
    box-sizing: border-box;
}

.table-price thead th {
    color: #ed1c24;
    text-align: center;
}

.table-price thead th+th {
    border-left: 1px solid #FFF;
}

.table-price tbody th {
    border-right: 1px solid #FFF;
}

.table-price tbody td {
    border-right: 1px solid #FFF;
}

.table-price tbody td:nth-child(1) {
    width: 20% !important;
}

.table-price tbody td:nth-child(2) {
    width: 80% !important;
}

@media screen and (max-width: 767px) {
    .table-price {}
    .table-price thead {}
    .table-price th,
    .table-price td {
        display: block;
        font-size: 1.4rem;
        padding: 15px;
    }
    .table-price tbody td:nth-child(1),
    .table-price tbody td:nth-child(2) {
        width: 100% !important;
    }
}


/* NOTES
--------------------------------------------------- */

.notes-box {
    padding-bottom: 50px;
}

.notes,
.notes_block {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}

.notes li::before {
    content: "※";
}

.notes_block li:nth-child(2n)::before {
    content: "※";
}

.notes.dot li::before {
    content: "・";
}

.notes.sq li::before {
    content: "■";
}

.notes li+li {
    margin: .5em 0 0;
}

.notes-info {
    display: block;
    border: dotted 1px #FFF;
    background: #223547;
    padding: 20px;
    text-align: center;
    margin: 30px 0 0;
}

.notes-info span {
    display: block;
    margin-bottom: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .notes-info {
        padding: 10px;
        text-align: center;
        margin-top: 20px;
    }
    .notes-info span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .notes li+li {
        margin: .5em 0 0;
    }
}


/* BUTTON
--------------------------------------------------- */

.btn-box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}

.btn-box .btn {
    display: block;
    width: calc(96% / 2);
    margin: 0 1%;
    padding: 1.5em .5em;
    background: #a40951;
    border-radius: 5px;
    border: solid 1px #FFF;
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    position: relative;
}

a.btn-sold {
    display: block;
    width: calc(96% / 2);
    margin: 0 1%;
    padding: 1.5em .5em;
    background: #5a1a1a;
    border-radius: 5px;
    border: solid 1px #555555;
    color: #a2a2a2 !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    pointer-events: none;
    position: relative;
}

.btn-box .btn::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-box .btn:hover {
    opacity: .7;
    text-decoration: none;
}

.btn-txt {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .btn-box {
        display: block;
    }
    .btn-box .btn,
    a.btn-sold {
        width: 100%;
        font-size: 1.4rem;
    }
    .btn-box .btn {
        margin-top: 20px;
    }
    .btn-txt {
        text-align: left;
    }
}


/* BOX
--------------------------------------------------- */

.ng-ttlBlock {
    background: #223547;
    text-align: center;
    display: block;
    padding: 5px;
    margin-bottom: 20px;
}

.ng-boxBlock {
    position: relative;
}

.ng-boxBlock+.ng-boxBlock {
    margin-top: 80px;
}

.ng-boxBlock p {
    margin-bottom: 1rem;
}

.ng-boxBlock .ng-listSeat {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.ng-boxBlock .ng-listSeat_block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ng-boxBlock .ng-listSeat>* {
    display: flex;
    flex-flow: column nowrap;
    width: calc(96% / 3);
    margin-right: 2%;
    margin-bottom: 2%;
    border-top: 3px solid #f0f0f0;
    border-bottom: 3px solid #f0f0f0;
    background-color: rgba(240, 240, 240, 0.1);
    overflow: hidden;
}

.ng-boxBlock .ng-listSeat>* p:nth-child(2) {
    text-align: center;
}

.ng-boxBlock .ng-listSeat>* p:nth-child(3) {
    padding-top: 10px;
    border-top: 1px solid #0a1f33;
}

.ng-boxBlock .ng-listSeat>* p:nth-child(4) {
    padding-bottom: 10px;
    border-bottom: 1px solid #0a1f33;
}

.ng-boxBlock .ng-listSeat>*:nth-child(3n) {
    margin-right: 0;
}

.ng-boxBlock .ng-listSeat .ng-restriction {
    padding: 10px 0;
    background-color: #0a1f33;
}

.ng-boxBlock .ng-listSeat .ng-price {
    text-align: right;
    font-size: 25px;
}

.ng-boxBlock .ng-listSeat .ng-price span {
    font-size: 13px;
    margin-right: 10px;
}

.ng-boxBlock .ng-listSeat .ng-boxImg {
    display: flex;
    width: 100%;
    position: relative;
}

.ng-boxBlock .ng-listSeat .ng-boxImg .ng-option {
    background-color: #dc1f54;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0 5px;
    font-size: 16px;
    border-radius: 4px;
}

.ng-boxBlock .ng-listSeat .ng-boxTxt,
.ng-boxBlock .ng-listSeat_block .ng-boxTxt {
    width: 100%;
    min-height: 100%;
    padding: 20px 15px;
}

.ng-boxBlock .ng-ttlSeatDetail {
    margin-bottom: 20px;
    font-size: 2rem;
    margin: 0 0 10px;
    color: #FFF;
}

.ng-boxBlock .ng-ttlSeatDetail_block {
    margin-bottom: 20px;
    font-size: 2.5rem;
    margin: 0 0 10px;
    text-align: center;
    color: #FFF;
}

.ng-boxBlock .ng-ttlSeatDetail span {
    font-size: 1.4rem;
    color: #FFF;
}

.ng-boxBlock .ng-ttlSeatDetail span.ng-typeShitei,
.ng-boxBlock .ng-ttlSeatDetail span.ng-typeJiyuu,
.ng-boxBlock .ng-ttlSeatDetail span.ng-typeAreaJiyuu,
.ng-boxBlock .ng-ttlSeatDetail span.ng-typeBlockJiyuu {
    display: inline-block;
    padding: 3px;
    line-height: 1;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 1.2rem;
}

.ng-boxBlock .ng-ttlSeatDetail span.ng-typeShitei {
    background-color: #fff28b;
    color: #e25d1a;
}

.ng-boxBlock .ng-ttlSeatDetail span.ng-typeJiyuu {
    background-color: #e1e579;
    color: #47a046;
}

.ng-boxBlock .ng-ttlSeatDetail span.ng-typeAreaJiyuu,
.ng-boxBlock .ng-ttlSeatDetail span.ng-typeBlockJiyuu {
    background-color: #e2e5f3;
    color: #4252ab;
}

@media screen and (max-width: 767px) {
    .ng-boxBlock+.ng-boxBlock {
        margin-top: 50px;
    }
    .ng-boxBlock {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .ng-boxBlock p {
        margin-bottom: .5rem;
    }
    .ng-boxBlock .ng-ttlSeatDetail {
        font-size: 1.4rem;
    }
    .ng-boxBlock .ng-listSeat .ng-price {
        font-size: 1.4rem;
    }
    .ng-boxBlock .ng-listSeat .ng-boxTxt {
        padding: 10px 5px;
    }
    .ng-boxBlock .ng-listSeat>* {
        width: calc(98% / 2);
    }
    .ng-boxBlock .ng-listSeat>*:nth-child(3n) {
        margin-right: 2%;
    }
    .ng-boxBlock .ng-listSeat>*:nth-child(2n) {
        margin-right: 0;
    }
    .ng-boxBlock .ng-ttlSeatDetail span.ng-typeShitei,
    .ng-boxBlock .ng-ttlSeatDetail span.ng-typeJiyuu,
    .ng-boxBlock .ng-ttlSeatDetail span.ng-typeAreaJiyuu,
    .ng-boxBlock .ng-ttlSeatDetail span.ng-typeBlockJiyuu {
        display: inline-block;
        padding: 3px;
        line-height: 1;
        font-weight: bold;
        border-radius: 5px;
        margin-left: 3px;
        vertical-align: text-bottom;
        font-size: 1rem;
    }
}


/* ブロック指定席の仕様について
--------------------------------------------------- */

.notes_block li {
    padding: 0 0 .5em 0;
}

.img_blockseat img {
    margin: 20px auto 0;
}

.img_blockseat p {
    text-align: center;
    margin-bottom: 20px;
}

.ng-boxBlock .ng-listSeat_block>* {
    display: flex;
    flex-flow: column nowrap;
    width: calc(98% / 2);
    margin-bottom: 2%;
    border-top: 3px solid #f0f0f0;
    border-bottom: 3px solid #f0f0f0;
    background-color: rgba(240, 240, 240, 0.1);
    overflow: hidden;
}

.ng-boxBlock .ng-listSeat .ng-boxTxt .type_seat p,
.ng-boxBlock .ng-listSeat .ng-boxTxt .detail_seat p,
.ng-boxBlock .ng-listSeat_block .ng-boxTxt .type_seat p,
.ng-boxBlock .ng-listSeat_block .ng-boxTxt .detail_seat p {
    text-align: left;
    border: none;
}

.ng-boxBlock .ng-listSeat .type_seat p:nth-child(3),
.ng-boxBlock .ng-listSeat .detail_seat p:nth-child(3) {
    padding-top: 0;
}

.ng-boxBlock .ng-listSeat .ng-boxTxt .detail_seat,
.ng-boxBlock .ng-listSeat_block .ng-boxTxt .detail_seat {
    margin-top: 18px;
}

@media screen and (max-width: 767px) {
    .ng-boxBlock .ng-ttlSeatDetail_block {
        font-size: 1.6rem;
    }
}