@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&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;
}

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: #0086e3;
    text-decoration: none;
}

.contents a:visited {
    color: #0086e3;
}

.contents a:hover {
    text-decoration: underline;
}

.contents .no-pc {
    display: none;
}

.contents br.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: #000;
}

.contents .caution a {
    font-size: 1.8rem;
    color: #000;
    display: block;
    background: #c00;
    text-decoration: none;
    padding: 10px 1em 10px 2em;
    text-indent: -1em;
    width: 80%;
    margin: 0 auto;
    border-radius: 50px;
}

.contents .caution a::before {
    content: "※";
    color: #000;
}

.contents .caution a:hover {
    opacity: .7;
}

.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 !important;
    }
    .contents .no-sp {
        display: none;
    }
    .contents .caution a {
        font-size: 1.4rem;
        width: 90%;
    }
}

@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-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    background: #000;
}

.contents-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.contents-inner {
    max-width: 1200px;
    width: 100%;
    margin-bottom: 20px;
}

.contents-inner:last-child {
    margin-bottom: 0px;
}

.contents-inner.movie {
    background: #161616;
    padding-top: 50px;
}

.artist-box {
    background: url(../images/artist-bg.jpg)no-repeat center 100%;
}

@media screen and (max-width: 767px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contents-inner.movie {
        background: #161616;
        padding: 20px 20px 20px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1 {
    max-width: 1200px;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0 auto;
    color: #FFF;
}

.contents h1 img {
    width: 100%;
    margin: 0 auto;
}

.contents h2 {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    font-family: "Zen Kaku Gothic New", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: italic;
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 16px;
    padding: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 0px;
    border-right: 0px;
    border-image: linear-gradient(to right, #e55403, #ffb408) 1;
    background: linear-gradient(to right, #e55403 0%, #ffb408 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contents h3 {
    border-bottom: 1px solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-image: linear-gradient(to right, #e55403, #ffb408) 1;
}

.contents h3 span {
    font-size: 5rem;
    font-family: 'Oswald', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: inherit;
    background: linear-gradient(to right, #e55403 0%, #ffb408 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contents .movie h3 {
    color: #e0c995;
    border-bottom: none;
    padding-bottom: 0;
}

.contents h4 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: bold;
    color: #FFF;
}

.contents h4 span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
}

.contents h5 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #FFF;
    line-height: 1.6;
}

.contents h5 span {
    font-size: 1.6rem;
    font-weight: normal;
    color: #FFF;
    display: block;
}

@media screen and (max-width: 1024px) {
    .contents h2 span {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .contents h1 {
        font-size: 2.8rem;
    }
    .contents h1 img {
        width: 100%;
    }
    .contents h3 {
        font-size: 3rem;
    }
    .contents h3 span {
        font-size: 3.6rem;
    }
    .contents h4 {
        font-size: 2.4rem;
    }
    .contents h4 span {
        font-size: 1.4rem;
    }
    .contents h5 {
        font-size: 1.8rem;
    }
    .contents h5 span {
        font-size: 1.4rem;
    }
}


/* HERO
--------------------------------------------------- */

.artist-img {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.hero {}

.hero-inner {}

.outline {}

.outline p {}

.outline p+p {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {}


/* 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);
}

.ticket-price {
    display: block;
    text-align: center;
    border: solid 1px #000;
    background: #000;
    color: #FFF;
    padding: .2em;
    font-size: 1.8rem;
    max-width: 55%;
    margin: 0 auto;
}

.price {
    text-align: center;
    font-size: 4rem;
    font-family: 'Oswald', Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding-bottom: 20px;
}

.price small {
    font-size: 2rem;
    margin-left: 8px;
    padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .ticket-price {
        max-width: 100%;
        font-size: 1.6rem;
    }
}


/* menu
--------------------------------------------------- */

.lovebites-menu-list {
    display: flex;
    flex-wrap: nowrap;
    margin: 30px 0 0;
}

.lovebites-menu-list li {
    display: block;
    width: 100%;
    text-align: center;
}

.lovebites-menu-list li a {
    display: block;
    color: #FFF;
    padding: .5em 0;
    border: solid 1px #FFF;
}

.lovebites-menu-list li a:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}


/* TICKET
--------------------------------------------------- */

.ticket-sch {
    display: flex;
    flex-wrap: nowrap;
}

.ticket-sch dt {
    width: 25%;
    border: solid 1px #FFF;
    padding: .3em;
    text-align: center;
}

.ticket-sch dd {
    width: 75%;
    padding: .5em;
    padding-left: 20px;
}

.ticket-sch+.ticket-sch {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .ticket-sch {
        display: block;
        text-align: center;
    }
    .ticket-sch dt {
        width: 100%;
        margin: 0 auto;
    }
    .ticket-sch dd {
        width: 100%;
        padding: 10px 0 0 0;
    }
}


/* SCHEDULE
--------------------------------------------------- */

.schedule-list {}

.schedule-box {
    text-align: center;
}

.schedule-list div {
    padding: 1em;
    border-bottom: dotted 1px #ccc;
}

.schedule-list div ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.schedule-list div ul li {
    display: block;
    padding: .5em;
}

.schedule-list div ul li span {
    font-size: 1.2rem;
}

.schedule-list div ul li:nth-child(1) {
    width: 13%;
}

.schedule-list div ul li:nth-child(2) {
    width: 27%;
}

.schedule-list div ul li:nth-child(3) {
    width: 25%;
}

.schedule-list div ul li:nth-child(4) {
    width: 35%;
    /* font-size: 1.4rem; */
}

.schedule-list div+.schedule-btn {
    margin-bottom: 50px;
}

.schedule-btn {
    border-bottom: none !important;
}

.schedule-btn a {
    background: #e0c995;
    color: #000 !important;
    text-align: center;
    padding: .8em;
    display: block;
    text-decoration: none;
    margin: 40px auto 0;
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    border-radius: 50px;
}

.schedule-btn a:first-child {
    padding: 1.6em;
}

.schedule-btn a span {
    font-size: 1.4rem;
    display: block;
    padding: 5px;
}

.schedule-btn a+a {
    margin-top: 20px;
}

.schedule-btn a:hover {
    opacity: .7;
    text-decoration: none;
}

.schedule-btn a.off-link {
    background: #333;
    pointer-events: none;
}

.schedule-btn a:hover {
    opacity: .7;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .schedule-list div {
        padding: 1em 1em;
    }
    .schedule-list div ul {
        display: block;
    }
    .schedule-list div ul li {
        display: block;
        padding: .25em;
        text-align: center;
    }
    .schedule-list div ul li:nth-child(1) {
        font-size: 2rem;
    }
    .schedule-list div ul li:nth-child(2) {
        font-size: 2rem;
        color: #25effb;
    }
    .schedule-list div ul li:nth-child(1),
    .schedule-list div ul li:nth-child(2),
    .schedule-list div ul li:nth-child(3),
    .schedule-list div ul li:nth-child(4) {
        width: 100%;
    }
    .schedule-btn a {
        padding: .3em;
        font-size: 1.6rem;
    }
}


/* VIP
--------------------------------------------------- */

.floor-ttl {
    display: block;
    text-align: center;
    padding: 20px 0 0;
}

.floor-ttl span {
    display: block;
    font-size: 2rem;
    border: solid 1px #FFF;
    padding: 8px;
    margin: 0 auto;
    width: 320px;
}

p.notes {
    text-align: center;
    margin: 12px auto;
}

@media screen and (max-width: 414px) {
    .floor-ttl span {
        font-size: 1.8rem;
        width: 92%;
    }
}


/* VIP
--------------------------------------------------- */

.vip-txt {
    text-align: center;
    margin-top: 30px;
}

.vip-txt p {
    font-size: 2.4rem;
}

.vip-txt span {
    font-size: 1.4rem;
    display: block;
}

.vip-detail {
    border: dashed 1px #e0c995;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
}

.vip-detail p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #e0c995;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .vip-txt p {
        font-size: 1.8rem;
    }
    .vip-detail {
        padding: 20px;
        width: 100%;
    }
}


/* youth
--------------------------------------------------- */

.youth-detail,
.notes-detail {
    border: dotted 1px #fff;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
}

.notes-detail {
    color: #ff6060;
    border: dotted 1px #ff6060;
}

.youth-detail p {}

@media screen and (max-width: 767px) {
    .youth-detail {
        padding: 20px;
        width: 92%;
    }
    .youth-detail p {
        font-size: 1.4rem;
    }
}


/* TAB
--------------------------------------------------- */

#tabMenu {
    max-width: 1200px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: nowrap;
}

#tabMenu li {
    width: 50%;
    display: block;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #9c8c68;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    background: #333;
    box-sizing: border-box;
    transition-duration: 0.3s;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#tabMenu li span {
    font-size: 1.4rem;
}

#tabMenu li:hover {
    background: #e0c995;
    color: #000;
}

#tabMenu li.tabSelect {
    background: #e0c995;
    border-bottom: none;
    color: #000;
}

.tabCnt {
    overflow: hidden;
    width: 100%;
    border-top: solid 1px #e0c995;
    padding: 30px 0 0;
    box-sizing: border-box;
}

.hide {
    display: none;
}

@media all and (max-width: 768px) {
    #tabMenu {
        margin: 0;
    }
    #tabMenu li {
        font-size: 1.4rem;
    }
    #tabMenu li span {
        font-size: 1.2rem;
    }
    #tabMenu li.tabSelect {}
}


/* NOTES
--------------------------------------------------- */

.notes {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.notes+h4,
.notes-box p+h4 {
    margin-top: 50px;
}

.notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}

.notes li::before {
    content: "※";
}

.notes.dot li::before {
    content: "・";
}

.notes.sq li::before {
    content: "■";
}

.notes.cl li::before {
    content: "●";
}

.notes.di li::before {
    content: "◆";
}

.notes.no li::before {
    content: "";
}

.notes li+li {
    margin: .5em 0 0;
}

@media screen and (max-width: 480px) {
    .notes li+li {
        margin: .5em 0 0;
    }
}


/* BUTTON
--------------------------------------------------- */

.contents .btn {
    display: block;
    width: 80%;
    margin: 20px auto 20px;
    padding: 1.5em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    background: linear-gradient(to right, #e55403 0%, #ffb408 100%);
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 80px;
    border: none !important;
}

.contents .btn:hover {
    opacity: .7;
    text-decoration: none;
}

.contents .btn.off-link {
    background: #333;
    color: #999 !important;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .contents .btn {
        width: 100%;
        font-size: 1.6rem;
    }
    .contents .btn span {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn {
        font-size: 1.4rem;
    }
}


/* info
--------------------------------------------------- */

.info-box p {
    font-size: 1.2rem;
    text-align: center;
}


/* VIDEO
--------------------------------------------------- */

.videoArea {
    margin: 0;
    padding: 0 50px 50px;
}

.videoBox {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 767px) {
    .videoArea {
        padding: 0;
    }
}