<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&amp;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 {
    color: #000;
    display: inline-block;
    text-decoration: underline;
    pointer-events: auto!important;
    transform: 0.3s;
}

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

.contents a:hover {
    opacity: .5;
    text-decoration: underline;
}

.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 #fafb65;
}

.contents a.link:hover: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 #fafb65;
}

.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: #cd3031;
    font-style: normal;
    font-weight: bold;
}

.contents .red {
    color: #cd3031!important;
}

.contents .pink {
    color: #FF5EA1!important;
}

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

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

.contents .caution {
    color: #CCC;
    padding: .25em 0 0 1em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -1em;
}

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

p+p {
    margin-top: .5em;
}

.contents .copyright {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    right: 24px;
    bottom: 5px;
    z-index: 1;
}

.contents .advance,
.contents .public {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: -2px;
    text-align: center;
}

.contents .advance {
    background: #fafb65;
}

.contents .public {
    background: #999;
}

@media screen and (max-width: 1024px) {
    .contents .no-pc {
        display: block;
    }
    .contents br.no-pc {
        display: inline;
    }
    .contents .no-sp {
        display: none;
    }
    .contents .caution {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 599px) {
    .contents .caution {
        font-size: 1.2rem;
    }
    .contents .xs,
    .contents .tax,
    .contents .copyright {
        font-size: 1.0rem;
    }
    p+p {
        margin-top: .5em;
    }
    .contents a.link:before,
    .contents a.link:hover:before {
        border-width: 3px 0 3px 3px;
    }
}


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

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


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

.contents {
    width: 100%;
    min-width: 320px;
    color: #333;
    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.5;
    position: relative;
    background: url("../images/bg.jpg") repeat center center;
    background-size: contain;
}

.contents-area {
    width: 100%;
}

.contents-inner {
    padding: 30px 20px;
    margin: 0 auto;
}

.contents-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    border: solid 10px #FF0;
    border-radius: 20px;
    background: #fff;
}

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

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


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

.contents h1 {}

.contents h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.contents h3 {
    display: block;
    text-align: center;
    max-width: 700px;
    margin: 0 auto -50px;
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #613584;
    border-bottom: solid 2px #613584;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.contents h5 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #613584;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .contents h1 {}
    .contents h2 {
        font-size: 2.4rem;
    }
    .contents h3 {
        margin: 0 auto -20px;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
    .contents h5 {
        font-size: 1.4rem;
    }
}


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

.hero {
    padding: 20px 20px 0;
}

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

.outline {}

.outline p {}

.outline p+p {}

@media screen and (max-width: 767px) {
    .hero {
        padding: 10px 10px 0;
    }
    .hero-inner {}
    .outline {}
    .outline p+p {}
}


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

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


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

.about_list {
    font-weight: bold;
}

.about_list dt {
    position: relative;
    float: left;
    clear: both;
    width: 30%;
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
    padding: 5px;
}

.bgb {
    background: #4191da;
}

.bgr {
    background: #e05291;
}

.bgy {
    background: #fcf023;
    color: #000!important;
}

.about_list dd {
    float: left;
    border-bottom: dashed 1px #613584;
    width: 70%;
    font-size: 2.2rem;
    padding: 0px 5px 5px 40px;
    margin-bottom: 30px;
}

.about_list_red {
    color: #e40011;
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .about_list dt {
        margin-bottom: 15px;
        width: 30%;
    }
    .about_list dd {
        margin-bottom: 15px;
        width: 70%;
        font-size: 1.6rem;
        padding: 5px 5px 5px 10px;
    }
    .about_list_red {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}


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

.table_box {}

.table-price {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    border-bottom: none;
    table-layout: fixed;
}

.table-price th,
.table-price td {
    text-align: center;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
}

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

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

.table-price tbody th {
    border-right: 1px solid #ccc;
    font-weight: bold;
    line-height: 1.2;
}

.table-price tbody th span {
    display: block;
}

.table-price tbody th span.sat {
    color: #3081AD;
}

.table-price tbody th span.sun {
    color: #F30;
}

.table-price tbody td {
    border-right: 1px solid #ccc;
    line-height: 1.2;
}

.table-price tbody td span.day {
    background: #fff5e6;
    border-bottom: solid 1px #ccc;
}

.table-price tbody th.event_day {
    position: relative;
}

.table-price tbody td.event_area {
    font-weight: bold;
}

.table-price tbody td.event_time {
    padding: 0px;
    background: rgba(252, 240, 35, .1);
}

.table-price tbody td.event_time span {
    padding: 10px;
    display: block;
}

.table-price tbody td.guide_area {
    background: none;
    word-break: break-all;
}

.table-price tbody td.guide_area span {
    display: block;
}

.table-price tbody th.event_day,
.table-price tbody td.event_area,
.table-price tbody td.event_hall {
    font-size: 1.4rem;
}

.table-price tbody td.event_hall .sold {
    color: red;
    font-weight: bold;
    padding-right: 12px;
}

.table-price tbody td.event_time,
.table-price tbody td.event_info {
    font-size: 1.2rem;
}

.table-price tbody th.event_day {
    width: 11%;
    background: rgba(65, 145, 218, .1);
}

.table-price tbody td.event_area {
    width: 9%;
    background: rgba(224, 82, 145, .1);
}

.table-price tbody td.event_hall {
    width: 40%;
    background: rgba(252, 240, 35, .1);
}

.table-price tbody td.event_time {
    width: 12%;
    background: rgba(224, 82, 145, .1);
}

.table-price tbody td.event_info {
    width: 23%;
    background: rgba(65, 145, 218, .1);
    text-align: left;
}

.table-price span.newicon {
    display: block;
    position: absolute;
    background: #23c801;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    letter-spacing: .1em;
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 0;
    bottom: 0;
    left: -45px;
    margin: auto 0;
}

@media screen and (max-width: 767px) {
    .table-price {
        background: none;
        border: none;
    }
    .table-price thead {
        display: none;
    }
    .table-price tr {
        display: block;
        background: #FFF;
        border: solid 2px #ccc;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .table-price tbody th {
        background: #d9f0fa;
    }
    .table-price tbody th span {
        display: inline;
    }
    .table-price thead th.event_day,
    .table-price tbody td.event_area,
    .table-price tbody td.event_hall,
    .table-price tbody td.event_time,
    .table-price tbody td.event_info {
        display: block;
        font-size: 1.4rem;
        padding: 10px;
        width: 100%;
        border-right: none;
        border-left: none;
        text-align: center;
    }
    .table-price tbody td.event_time {
        padding: 0px;
    }
    .table-price tbody td.event_info {
        font-size: 1.4rem;
    }
    .table-price span.newicon {
        top: 2.5px;
        bottom: auto;
        left: 10px;
        margin: auto 0;
    }
}


/* TICKET
--------------------------------------------------- */

.ticket_box {
    padding: 50px 50px 20px;
    border: solid 10px #613584;
    margin-bottom: 10px;
}

.ticket_box .ticket_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    color: #FFF;
    background: #000;
    text-align: center;
    padding: 10px 10px;
}

.ticket_list {
    font-weight: bold;
}

.ticket_list dt {
    position: relative;
    float: left;
    clear: both;
    width: 30%;
    margin-bottom: 30px;
    color: #f38200;
    border: solid 1px #f38200;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    padding: 5px;
}

.ticket_list dd {
    float: left;
    border-bottom: dashed 1px #f38200;
    width: 70%;
    font-size: 2rem;
    padding: 0px 5px 5px 40px;
    margin-bottom: 30px;
}

.ticket_onebox {
    margin-bottom: 30px;
}

.ticket_list_event {
    display: flex;
    flex-wrap: wrap;
}

.ticket_list_event li {
    width: calc(94% / 4);
    display: block;
    text-align: center;
    margin-right: 2%;
    border: solid 2px #f38200;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
}

.ticket_list_event li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .ticket_box .ticket_ttl {
        margin-bottom: 20px;
        font-size: 1.8rem;
        padding: 5px;
    }
    .ticket_list dt {
        margin-bottom: 15px;
        width: 25%;
    }
    .ticket_list dd {
        margin-bottom: 15px;
        width: 75%;
        font-size: 1.6rem;
        padding: 5px 5px 5px 10px;
    }
    .ticket_list_event li {
        width: calc(100% / 1);
        margin: 0 0 10px;
    }
}


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

.notes_area {}

.notes_box {
    margin-bottom: 30px;
}

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

.notes_box p {
    font-size: 1.4rem;
}

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

.notes li {
    font-size: 1.4rem;
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
    font-weight: normal;
}

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

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

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

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

@media screen and (max-width: 767px) {
    .notes_area {
        padding: 20px;
    }
}


/* BUTTON COVID GUIDE
--------------------------------------------------- */

.contents .pages-btn-box {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}

.contents .pages-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff5e6;
    background: linear-gradient(90deg, #fff5e6 0%, #deecf0 49%, #bbe4fc 100%);
    border: none;
    color: #ff4500 !important;
    border-radius: 10px;
    font-weight: bold;
    padding: 20px 0;
    box-shadow: 0 4px 0 #556876;
    font-size: 3rem;
    line-height: 1.1;
}

.contents .pages-btn small {
    font-size: 2rem;
}

.contents .pages-btn:hover {
    text-decoration: none;
    opacity: .9;
}

@media screen and (max-width: 767px) {
    .contents .pages-btn {
        font-size: 2rem;
        padding: 10px 0;
    }
    .contents .pages-btn small {
        font-size: 1.2rem;
    }
}


/* sale
--------------------------------------------------- */

.sale-info p {
    font-size: 2rem;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.sale-info p span {
    font-size: 3rem;
    font-weight: bold;
    display: block;
}

.customer {
    text-align: left!important;
}

@media screen and (max-width: 767px) {
    .sale-info p {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .sale-info p span {
        font-size: 2rem;
    }
}


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

.contents .ticket_btn_area {
    margin: 0 5%;
}

.contents .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    border-radius: 5px;
    cursor: pointer;
    color: #000 !important;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
}

.contents a.btn+a.btn {
    margin-top: 20px;
}

.contents .btn.ticket_info_btn {
    width: 100%;
    padding: 1em;
    background: linear-gradient(to right, rgba(210, 255, 82, 1) 0%, rgba(145, 232, 66, 1) 100%);
    font-size: 2rem;
    font-weight: normal;
}

.contents .btn:hover {
    opacity: .7;
    text-decoration: none !important;
}

.contents .btn.ticket_info_btn:hover {
    opacity: .7;
}

.contents .btnN {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    font-size: 2rem;
    border-radius: 5px;
    background: #999;
    color: #EEE !important;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
}

.contents .btnN+.btnN {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .contents .ticket_btn_area {
        padding: 0 0 30px;
        margin: 0;
    }
    .contents .btn {
        padding: .5em;
        font-size: 1.6rem;
    }
    .contents .btn span {
        display: block;
    }
    .contents .btn.ticket_info_btn {
        padding: .5em;
        font-size: 1.6rem;
    }
    .contents .btn.ticket_info_btn:before {
        margin: 0 0 0 8px;
        padding: 0 8px 0 0;
        border-width: 6px 0 6px 6px;
    }
    .contents .btnN {
        padding: .5em;
        font-size: 1.6rem;
    }
    .contents .btnN span {
        display: block;
    }
}


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

.btn-area {
    display: grid;
    margin: 0 auto 0;
    padding: 0;
    gap: 16px;
}

.btn-inner {
    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: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.btn-box {
    margin: 0 auto;
    width: 50%;
    padding: 24px;
}

.btn-box:last-child {
    width: 100%;
}

.btn-box-wide {
    width: 100%;
}

.btn-area p {
    margin-bottom: 8px;
}

a.btn-ticket {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: .75em 1em;
    background: #fafb65;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

a.btn-ticket span {
    display: block;
    color: #000!important;
    font-family: dotgothic16, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.5em;
    line-height: 100%;
    text-indent: 0.5em;
    text-align: center;
    position: relative;
}

a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fafb65;
    border-right: 3px solid #fafb65;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

a.btn-ticket:hover {
    opacity: .5;
    text-decoration: none;
}

a.btn-non {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #666;
    color: #CCC!important;
    font-size: 1.6rem;
    line-height: 1;
    pointer-events: none!important;
    text-align: center;
    text-decoration: none!important;
}

a.btn-non span {
    display: block;
    color: #333!important;
    font-family: dotgothic16, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.5em;
    line-height: 100%;
    text-indent: 0.5em;
    text-align: center;
    position: relative;
}

a.btn-resale {
    display: block;
    max-width: 320px;
    width: 80%;
    margin: 8px auto 0;
    padding: 4px;
    background: #333;
    color: #FFF;
    position: relative;
    text-decoration: none!important;
    transition: 0.3s;
}

a.btn-resale span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #333;
    border: 2px solid #666;
    color: #fafb65;
}

a.btn-resale span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fafb65;
    border-right: 3px solid #fafb65;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

@media screen and (max-width: 1024px) {
    .btn-area {
        border: 3px solid #FFF;
        gap: 24px;
    }
    .btn-inner {
        gap: 32px;
    }
    .btn-box {
        width: 100%;
        padding: 0;
    }
    a.btn-resale {
        margin: 24px auto 0;
    }
}

@media screen and (max-width: 599px) {
    .btn-area {
        padding: 32px 24px;
        border: 2px solid #FFF;
        gap: 16px;
    }
    .btn-inner {
        gap: 24px;
    }
    a.btn-ticket span {
        font-size: 1.4rem;
    }
    .btn-ticket+.btn-ticket {
        margin-top: 10px;
    }
    a.btn-resale {
        margin: 16px auto 0;
    }
    a.btn-resale span {
        padding: .5em 1em;
    }
    .btn-non {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 376px) {
    .btn-area {
        padding: 32px 16px;
    }
}</pre></body></html>