@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* reset
--------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    position: relative;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
}


/*table,th,td{border-width: 0!important;}*/

.contents h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* COMMON
--------------------------------------------------- */

.contents a {
    display: inline-block;
    color: #FAD201;
    text-decoration: underline;
    pointer-events: auto!important;
    transform: 0.3s;
}

.contents a:visited {
    color: #FAD201;
    text-decoration: underline;
}

.contents a:hover {
    opacity: .75;
    text-decoration: none;
}

.contents a.link {
    display: inline-block;
    word-break: break-all;
}

.contents a.link:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #FAD201;
}

.contents a.link:hover:before {
    opacity: .75;
}

.contents .caution a.link {
    padding-left: 1em;
}

.contents .no-pc {
    display: none;
}

.contents br.no-pc {
    display: none;
}

.contents .no-sp {
    display: block;
}

.contents .tax {
    padding: 0 0 0 .25em;
    font-size: 1.2rem;
    font-weight: normal;
}

.contents em {
    color: #E59B48;
    font-style: normal;
    font-weight: bold;
}

.contents .red {
    color: #E59B48!important;
}

.contents strong {
    color: #FA82A0;
    font-style: normal;
    font-weight: bold;
}

.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}

.contents .txt-l {
    text-align: left!important;
}

.contents .small {
    font-size: 90%!important;
}

.contents .caution {
    color: #666;
    padding: .5em 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
    color: #666;
}

.contents .caution.red::before {
    content: "※";
    color: #F00;
}

p+p {
    margin-top: .5em;
}

.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .contents .caution {
        padding: .25em 0 0 1em;
    }
}

@media screen and (max-width: 599px) {
    .contents .no-pc {
        display: block;
    }
    .contents br.no-pc {
        display: inline;
    }
    .contents .no-sp {
        display: none;
    }
    .contents .caution,
    .contents .xs,
    .contents .tax,
    .contents .copyright {
        font-size: 1.0rem;
    }
    p+p {
        margin-top: .25em;
    }
    .contents a.link:before,
    .contents a.link:hover:before {
        border-width: 3px 0 3px 3px;
    }
}


/* LAYOUT
--------------------------------------------------- */

.contents {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    background: #000;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-image: url("../images/logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 66%;
    color: #FFF;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    text-align: center;
    z-index: 1;
}

.contents-wrap {}

.contents-area {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}

.contents-inner {
    display: grid;
    padding: 0 48px;
    gap: 80px;
}

.contents-box {
    max-width: 800px;
    margin: 0 auto 0 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.contents-box.artist-area {
    max-width: 860px;
}

.contents-box.ticket-area {
    max-width: 860px;
}

.contents-box:nth-child(even) {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
    .contents-area {
        padding: 64px 0;
    }
    .contents-inner {
        padding: 0 32px;
        gap: 64px;
    }
    .contents-box {
        max-width: 600px;
    }
}

@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.35;
    }
    .contents-area {
        padding: 48px 0;
    }
    .contents-inner {
        padding: 0 24px;
        gap: 40px;
    }
    .contents-box {}
    .contents-box,
    .contents-box:nth-child(even) {
        margin: 0 auto;
    }
}

@media screen and (max-width: 376px) {
    .contents-area {
        padding: 16px 0;
    }
    .contents {
        font-size: 1.2rem;
    }
    .contents-inner {
        padding: 0 16px;
        gap: 32px;
    }
    .contents-box {}
}


/* HEADDING
--------------------------------------------------- */

.contents h2 {
    margin-bottom: 16px;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 5.4rem;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 0.8;
    text-align: left;
}

.contents h2 span {
    display: block;
    margin-bottom: 2px;
    color: #666;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.contents-box:nth-child(even) h2 {
    text-align: right;
}

.contents h3 {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    line-height: 100%;
}

@media screen and (max-width: 1024px) {
    .contents h1 {}
    .contents h2 {
        font-size: 4.8rem;
    }
    .contents h2 span {
        font-size: 1.6rem;
    }
    .contents h3 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 599px) {
    .contents h1 {}
    .contents h2 {
        font-size: 3.6rem;
        margin-bottom: 8px;
        border-bottom: 1px solid #FFF;
    }
    .contents h2 span {
        font-size: 1.4rem;
    }
    .contents-box:nth-child(even) h2 {
        text-align: left;
    }
    .contents h3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 376px) {
    .contents h2 {
        font-size: 3rem;
    }
    .contents h2 span {
        font-size: 1.2rem;
    }
    .contents h3 {
        font-size: 1.4rem;
    }
}


/* HERO
--------------------------------------------------- */


/* ABOUT
--------------------------------------------------- */

.table-about {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 24px;
    border-collapse: collapse;
}

.table-about thead th {
    padding: .5em 1em;
    background: rgba(255, 255, 255, .25);
}

.table-about thead th p {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.25em;
    padding-left: 0.75em;
    text-align: left;
}

.table-about tbody th {
    width: 200px;
    padding: 4px;
    vertical-align: top;
}

.table-about tbody th p {
    width: 100%;
    padding: .5em;
    background: rgba(255, 255, 255, .65);
    border-radius: 2px;
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.table-about tbody td {
    width: calc(100% - 150px);
    padding: 8px 1em 16px;
    color: #FFF;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top
}

.table-about tbody .discount th p {
    padding: .5em .25em;
    background: #FAD201;
}

.table-about tbody .discount td {
    color: #FAD201;
    font-size: 120%;
    font-weight: bold;
}

.about-title {
    color: #FFF;
    font-size: 120%;
    font-style: normal;
    font-weight: bold;
}

.table-about-secondly {
    margin-top: 24px;
}

.artist-box p {
    width: 100%;
    padding: 8px;
    background: rgba(255, 255, 255, .5);
    color: #000;
    font-size: 120%;
    font-weight: bold;
}

.table-end thead th {
    background: rgba(255, 255, 255, .1);
}

.table-end thead th p {
    color: #666;
}

.table-end tbody th p {
    background: rgba(255, 255, 255, .25);
}

.table-end tbody td {
    padding: .5em 1em!important;
}

.table-end tbody td p {
    color: #666;
    text-decoration: line-through;
}

.table-end-block {
    color: #666;
    text-decoration: line-through;
}

.table-stop thead th {
    background: rgba(255, 255, 255, .25);
    color: #FFF;
    text-align: left;
}

.table-stop thead th span {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.25em;
    padding-left: 0.75em;
    text-align: left;
}

.artist-box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}

.artist-box img {
    margin: 0;
    width: 50%;
}

.vip-txt {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #666;
    color: #999;
    font-size: 90%;
    text-align: left;
}

.table-end .vip-txt {
    color: #666;
    text-decoration: line-through;
}

.dx-txt {
    margin-top: 1em;
}

.dx-txt span {
    font-size: 80%;
}

@media screen and (max-width: 1024px) {
    .table-about tbody th {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 2px;
        border: 1px dotted #333;
    }
    .table-about tbody th p {
        padding: .5em 1em;
        font-size: 1.4rem;
    }
    .table-about tbody td {
        display: block;
        width: 100%;
        padding: .5em 1em 1.5em;
        font-size: 1.6rem;
        text-align: center;
    }
    .table-about tbody td.end-cell {
        padding: .5em 1em 0;
    }
    .about-inner-wrap {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
}

@media screen and (max-width: 599px) {
    .table-about {
        margin: 0 auto 16px;
    }
    .table-about thead th {
        text-align: center;
    }
    .table-about tbody th p {
        padding: .25em 1em;
        font-size: 1.2rem;
    }
    .table-about tbody td {
        padding: .5em 1em 1em;
        font-size: 1.4rem;
    }
    .table-about tbody .discount td {
        font-size: 110%;
    }
    .artist-box p {
        padding: 4px;
    }
}

@media screen and (max-width: 376px) {}


/* NOTES
--------------------------------------------------- */

.notes-area {
    display: grid;
    gap: 56px;
}

.notes-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}

.table-about .notes {
    max-width: 100%;
    margin: 8px 0 0;
}

.notes li {
    margin: 0;
    padding: 0 0 0 1em;
    color: #5B5B5C;
    font-size: 1.4rem;
    line-height: 1.4;
    text-indent: -1em;
    text-align: left;
}

.notes li:after {
    content: none;
}

.notes li a {
    text-indent: 0;
}

.notes li::before {
    content: "※";
}

.notes li+li {
    margin: .5em 0 0;
}

.notes .inquiry {
    margin-top: 60px;
    font-weight: bold;
    line-height: 1.8;
}

.notes .inquiry dt {
    margin-bottom: 8px;
    font-weight: bold;
}

.notes .inquiry dd+dt {
    padding-top: 1em
}

.notes .inquiry dd+dd {
    padding-top: 1em
}

.notes .inquiry dd {
    line-height: 1.4;
    font-weight: normal;
}

.notes-box+.notes-box {
    margin-top: 60px;
}

.notes-lead {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 24px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}

.notes-txt {
    margin: 0 auto 16px;
    font-size: 1.4rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .notes-area {
        gap: 48px;
    }
    .notes li {
        font-size: 1.2rem;
    }
    .notes .inquiry {
        margin-top: 40px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 599px) {
    .notes-area {
        gap: 40px;
    }
    .notes li {
        font-size: 1.0rem;
        line-height: 1.5;
    }
    .notes .inquiry {
        margin-top: 30px;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .notes-box+.notes-box {
        margin-top: 40px;
    }
    .notes-lead {
        margin: 0 auto 16px;
        font-size: 1.2rem;
    }
    .notes-txt {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 376px) {
    .notes-area {
        gap: 32px;
    }
}


/* BUTTON
--------------------------------------------------- */

.btn-area {
    display: grid;
    width: 100%;
    padding: 2em 1em;
    background: rgba(0, 0, 0, 1);
    border: 1px dotted #666;
    gap: 16px;
}

.btn-txt {
    color: #FFF;
    font-weight: bold;
}

a.btn-ticket {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #FAD201;
    border-radius: 2.5em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

a.btn-ticket span {
    display: block;
    color: #000!important;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
}

a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #FAD201;
    border-right: 3px solid #FAD201;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

a.btn-ticket:hover {
    opacity: .75;
    text-decoration: none!important;
}

a.btn-ticket:hover span:after {
    opacity: .75;
}

.btn-non {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #CCC;
    border-radius: 50px;
    color: #333!important;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .btn-area {
        margin-top: 16px;
        padding: 1em;
    }
    a.btn-ticket span {
        font-size: 1.4rem;
    }
    .btn-non {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 599px) {
    a.btn-ticket {
        padding: 1em;
        border-radius: 3em;
    }
    a.btn-ticket span {
        font-size: 1.4rem;
    }
    .btn-non {
        padding: .5em 1em;
    }
}

@media screen and (max-width: 429px) {
    .btn-area {
        padding: 16px;
        gap: 16px;
    }
    a.btn-ticket span {
        font-size: 1.2rem;
    }
}

.Canceled {
    display: block;
    width: 90%;
    margin: 24px auto;
    padding: 24px;
    border: 1px solid #FAD201;
    background: #b6b6b630;
}

.Canceled h3 {
    font-size: 28px;
}