<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=Lato:400,700|Noto+Sans+JP:400,700');

/* 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;
}
.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: #B3D465;
    text-decoration: underline;
    pointer-events: auto!important;
    transform: 0.3s;
}
.contents a:visited {
    color: #B3D465;
    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 #B3D465;
}
.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 #B3D465;
}
.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 .point {
    font-size: 1.6rem;
    color: #9c9c9c;
}
.contents em {
    color: #A975AF;
    font-style: normal;
    font-weight: bold;
}
.contents .red {
    color: #AF2C2A!important;
}
.contents .notes-area em {
    color: #DDC9F8;
    font-style: normal;
    font-weight: bold;
}
.contents strong {
    font-style: normal;
    font-weight: bold;
}
.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}
.contents .txt-l {
    text-align: left!important;
}
.contents .caution {
    display: block;
    color: #CCC;
    padding: 2px 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
    text-align: left;
}
.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 1em 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: #633B92;
}
.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.2rem;
    }
}
@media screen and (max-width: 599px) {
    .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;
    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;
    position: relative;
    text-align: center;
}
.contents-area {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
.contents-inner {
    display: grid;
    padding: 72px 0;
    gap: 72px;
}
.contents-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .contents-inner {
        padding: 64px 0;
        gap: 64px;
    }
}
@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .contents-area {
        padding: 0 24px;
    }
    .contents-inner {
        padding: 40px 0;
        gap: 40px;
    }
}
@media screen and (max-width: 376px) {
    .contents {
        font-size: 1.2rem;
    }
    .contents-area {
        padding: 0 16px;
    }
    .contents-inner {
        padding: 24px 0;
        gap: 24px;
    }
}

/* HEADDING
--------------------------------------------------- */
.contents h1 {}
.contents h2 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 32px;
    padding: 0 0 16px;
    border-bottom: 1px solid #CCC;
    color: #FFF;
    font-weight: bold;
    font-size: 2.4rem;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
}
.contents h3 {
    width: 100%;
    margin-bottom: 24px;
    padding: 8px 8px 8px 16px;
    background: #5D769E;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    text-align: left;
}
.contents h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #B3D465;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .contents h1 {}
    .contents h2 {
        margin: 0 auto 24px;
        font-size: 2rem;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 599px) {
    .contents h1 {}
    .contents h2 {
        font-size: 1.8rem;
        margin: 0 auto 16px;
        padding: 0 0 8px;
    }
    .contents h3 {
        margin-bottom: 16px;
        font-size: 1.4rem;
    }
    .contents h4 {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 376px) {
    .contents h2 {
        font-size: 1.6rem;
    }
    .contents h3 {
        font-size: 1.2rem;
    }
    .contents h4 {
        font-size: 1.2rem;
    }
}


/* HERO
--------------------------------------------------- */
.hero {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .hero {}
}
@media screen and (max-width: 599px) {
    .hero {}
}
@media screen and (max-width: 376px) {
    .hero {}
}

/* ABOUT
--------------------------------------------------- */
.about-area {
    display: inline-block;
    margin: 0 auto;
}
.table-about {
    margin: 0 auto 24px;
    border-collapse: collapse;
}
.table-about tbody th {
    vertical-align: top
}
.table-about tbody th p {
    width: 160px;
    padding: .5em 1em;
    background: #5D769E;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 110%;
    text-align: center;
}
.table-about tbody td {
    padding: 4px 1em 1em 2em;
    color: #FFF;
    font-size: 2rem;
    text-align: left;
    vertical-align: top
}
.table-about tbody td.table-end {
    padding-bottom: 0;
}
.contents .table-about .small {
	display: inline-block;
	padding-left: 1.35em;
    font-size: 80%;
}
.table-schedule {
    margin: 0 auto;
    border-collapse: collapse;
}
.table-schedule thead th {
    padding: .5em 1em;
    background: #5D769E;
    border-right: 2px solid #000!important;
    border-width: 2!important;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
}
.table-schedule thead th:last-child {
    border-right: 0;
    border-width: 0!important;
}
.table-schedule tbody td {
    padding: 1.25em 2em;
    background-color: transparent;
    border-left: 1px dotted #666;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
    border-width: 1!important;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}
.backcolor {
    background-color: #222!important;
}
.price dt {
	display: inline-block;
	width: 185px;
}
.price dd {
	display: inline-block;
	padding-bottom: .25em;
	width: calc(100% - 190px);
}
@media screen and (max-width: 1024px) {
    .table-about tbody th p {
        width: 160px;
        font-size: 1.4rem;
    }
    .table-about tbody td {
        padding: 0 1em 1em 1em;
        font-size: 1.8rem;
    }
    .about-inner-wrap {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
	.table-schedule {
        width: 100%;
    }
    .table-schedule thead th {
        font-size: 1.2rem;
    }
    .table-schedule tbody td {
        padding: 1em;
        font-size: 1.6rem;
    }
	.price dt {
		display: inline-block;
		width: 175px;
	}
	.price dd {
		display: inline-block;
		width: calc(100% - 180px);
	}
}
@media screen and (max-width: 599px) {
    .table-about {
        width: 100%;
        margin-bottom: 0;
    }
    .table-about tbody th {
        display: block;
        width: 100%;
    }
    .table-about tbody th p {
        width: 100%;
        margin: 0 auto;
        padding: .5em 1em;
        border-radius: 0;
        font-size: 1.2rem;
        text-align: left;
    }
    .table-about tbody td {
        display: block;
        width: 100%;
        padding: .5em 1em 1em;
        font-size: 1.6rem;
    }
    .about-inner-wrap {
        padding: 0 1em;
    }
    .table-schedule thead th {
        font-size: 1.2rem;
    }
    .table-schedule tbody td {
        padding: 1em .5em;
        font-size: 1.4rem;
    }
	.price dt {
		width: 145px;
	}
	.price dd {
		width: calc(100% - 150px);
	}
}
@media screen and (max-width: 376px) {
    .table-about tbody td {
        font-size: 1.4rem;
    }
    .table-schedule thead th,
    .table-schedule tbody td {
        font-size: 1.0rem;
    }
	.price dt {
		width: 130px;
	}
	.price dd {
		width: calc(100% - 135px);
	}
}

/* APP
--------------------------------------------------- */
.app-area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.app-box {
    padding: 0 1em;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
}
.app-box p + p {
    margin-top: 1em;
}
.app-box+.app-box {
    margin-top: 24px;
}
.app-box .app-img {
    width: 100%;
    margin: 16px auto;
    padding: 16px;
    background: #222;
}
.app-box ul.app li+li {
    margin-top: 8px
}
@media screen and (max-width: 1024px) {
	.app-box .app-img {
		width: 60%;
	}
}

@media screen and (max-width: 599px) {
    .app-box {
        font-size: 1.2rem;
        line-height: 1.4;
    }
	.app-box .app-img {
		width: 80%;
	}
}
@media screen and (max-width: 376px) {}

/* TAB
--------------------------------------------------- */
.tab-menu {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}
.tab-menu li {
    display: inline-block;
    width: calc(100% / 2);
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    vertical-align: bottom;
    letter-spacing: 0.2em;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    padding: .5em 1em .5em;
}
.tab-menu li:hover {
    background: #f6f6f6;
    color: #000;
    padding: .75em 1em .75em;
    text-decoration: none;
    transition-duration: 0.3s;
}
.tab-menu li.tab-select {
    margin: 0 auto;
    padding: .75em 1em .75em;
    background: #5D769E;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.tab-cnt {
    padding: 32px;
    background: #222;
    border-radius: 0 0 6px 6px;
    font-size: 1.6rem;
    text-align: center;
}
.tab-cnt .tab-img {
    margin: 0 auto 8px;
    padding: 16px;
    background: #333;
}
.tab-cnt.sp-tab .tab-img {
    max-width: 300px;
    width: 100%;
}
.tab-cnt .tab-imgar {
    max-width: 200px;
    margin: 16px auto;
}
.hide {
    display: none;
}
.tab-txt-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;
    gap: 16px;
}

.tab-txt-box li {
    width: calc( calc(100% - 16px) / 2);
    padding: 16px 24px;
    border: 1px solid #666;
    text-align: left;
}

.tab-txt-box li:first-child {
    color: #8AC83E;
}

.tab-txt-box li:last-child {
    color: #32AEE3;
}

@media screen and (max-width: 1024px) {
    .tab-cnt {
        padding: 24px;
        font-size: 1.4rem;
    }
    .tab-cnt .tab-imgar {
        max-width: 160px;
    }
    .tab-txt-box {
        gap: 8px;
    }
    .tab-txt-box li {
        width: 100%;
        padding: 16px;
    }
}

@media screen and (max-width: 599px) {
    .tab-cnt {
        padding: 16px;
        font-size: 1.2rem;
    }
    .tab-menu li {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .tab-cnt .tab-img {
        margin: 0 auto 4px;
    }
    .tab-cnt .tab-imgar {
        max-width: 120px;
        margin: 8px auto;
    }
    .tab-txt-box li {
        padding: 8px 16px;
    }
}

@media screen and (max-width: 376px) {
    .tab-cnt {
        padding: 8px;
    }
    .tab-menu li {
        font-size: 1.0rem;
        line-height: 1.0;
    }
}


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

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

.notes {
    padding: 0 1em;
}

.ticketrule-area .notes {
    padding: 0;
}

.notes li {
    margin: 0;
    padding: 0 0 0 1em;
    color: #FFF;
    font-size: 1.4rem;
    text-indent: -1em;
    text-align: left;
}

.notes li a {
    text-indent: 0;
}

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

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

@media screen and (max-width: 1024px) {
    .notes li {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 599px) {
    .notes {
        padding: 0 .5em;
    }
    .notes li {
        font-size: 1.0rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 376px) {}


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

.ticketrule-area {
    display: grid;
    padding: 0 1em;
    gap: 24px;
    text-align: left;
}

@media screen and (max-width: 599px) {
    .ticketrule-area {
        padding: 0 .5em;
    }
}


/* TRAVEL
--------------------------------------------------- */

.travel-area {
    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;
    width: 100%;
    margin-top: 24px;
}

.travel-box {
    width: 25%;
    padding: 1em;
    border: 1px solid #666;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.2;
}

.travel-day {
    display: grid;
    place-items: center;
    margin: 0 auto .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #666;
    text-align: left;
}

.travel-venue {
    display: grid;
    place-items: center;
    margin: 0 auto 32px;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .travel-box {
        width: calc( 100% / 3);
    }
}

@media screen and (max-width: 799px) {
    .travel-box {
        width: 50%;
        font-size: 1.2rem;
    }
}


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

.btn-area {
    display: grid;	
    margin: 24px 0;
    padding: 16px;
    background: #222;
	place-items: center;
    gap: 16px;
}
.btn-area p {
    margin-bottom: 8px;
    color: #B3D465;
}

a.btn-ticket {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 1em;
    background: #B3D465;
    border-radius: 3em;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

a.btn-ticket span {
    display: block;
    width: 100%;
    padding: 0 1em 0 2em;
    color: #000!important;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
}

a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF;
    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 #B3D465;
    border-right: 3px solid #B3D465;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.btn-ticket:hover {
    opacity: .75;
}

a.btn-travel {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: .5em;
    background: #333;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    text-decoration: none;
    transition: 0.3s;
}

.btn-non {
    display: block;
    max-width: 380px;
    width: 90%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #666;
    border-radius: 2.5em;
    color: #DDD!important;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .btn-non {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 599px) {
    a.btn-ticket span {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 376px) {
    a.btn-ticket span {
        font-size: 1.0rem;
    }
}


/* SNS
--------------------------------------------------- */

.sns-link ul {
    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: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 40px;
}

.sns-link svg {
    fill: #FFF;
    width: 40px;
    height: 40px;
}

.sns-link a {
    transition: 0.3s;
}

.sns-link a:hover {
    fill: rgba(255, 255, 255, .75);
}

.link-zone {
    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: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin: 24px auto 0;
    max-width: 400px;
    width: 100%;
    gap: 16px;
}

.link-zone a {
    width: calc( calc( 100% - 16px) / 2);
}

@media screen and (max-width: 599px) {
    .sns-link ul {
        gap: 32px;
    }
    .sns-link svg {
        width: 32px;
        height: 32px;
    }
    .link-zone {
        margin: 16px auto 0;
        gap: 8px;
    }
    .link-zone a {
        width: calc( calc( 100% - 8px) / 2);
    }
}

@media screen and (max-width: 376px) {
    .sns-link ul {
        gap: 24px;
    }
    .sns-link svg {
        width: 24px;
        height: 24px;
    }
    .link_zone {
        margin: 0 auto 0;
    }
}</pre></body></html>