<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');
@import url('https://fonts.googleapis.com/css2?family=Griffy&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 {
    display: inline-block;
    color: #181777;
    text-decoration: underline;
    pointer-events: auto!important;
    transform: 0.3s;
}

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

.contents a:hover {
    opacity: .75;
    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 #181777;
}

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

.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: #181777;
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
}

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

.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 {
    color: #666;
    padding: .5em 0 0 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

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

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

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

.contents .copyright {
    color: #FFF;
    font-size: 1.1rem;
    position: absolute;
    right: 10px;
    bottom: 12px;
    text-shadow: 1px 1px 0 #181777, -1px -1px 0 #181777, -1px 1px 0 #181777, 1px -1px 0 #181777, 0px 1px 0 #181777, 0-1px 0 #181777, -1px 0 0 #181777, 1px 0 0 #181777;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .contents .caution {
        padding: .25em 0 0 1em;
    }
    .contents .copyright {}
}

@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;
    }
    .contents .copyright {
        font-size: 1.0rem;
        left: 10px;
        bottom: 5px;
    }
}


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

section {
    background: #fff url(../images/bg.png) no-repeat left top;
    background-attachment: fixed;
    background-size: cover;
}

.contents {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    color: #111;
    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-inner {
    display: grid;
    padding: 72px 36px;
    gap: 72px;
}

.contents-wrap {}

.contents-box {
    display: grid;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 80px;
    background: white;
    border-radius: 12px;
    gap: 40px;
    border: 1px #181777 solid;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    section {
        background-size: 100%;
    }
    .contents-inner {
        padding: 64px 24px;
        gap: 64px;
    }
    .contents-box {
        padding: 40px 52px;
        gap: 32px;
    }
}

@media screen and (max-width: 767px) {
    section {
        background: #fff url(../images/bg-sp.png) no-repeat left top;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.35;
    }
    .contents-inner {
        padding: 56px 16px;
        gap: 56px;
    }
    .contents-box {
        padding: 40px 24px;
        gap: 24px;
    }
}

@media screen and (max-width: 376px) {
    .contents {
        font-size: 1.2rem;
    }
    .contents-inner {
        padding: 48px 8px;
        gap: 48px;
    }
    .contents-box {
        padding: 32px 16px;
        gap: 26px;
    }
}


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

.contents h2 {
    width: 80%;
    margin: 0 auto;
    color: #181777;
    font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothicM, YuGothic, "Helvetica Neue", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    font-size: 8rem;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: -20px;
}

.contents h3 {
    display: inline-block;
    margin: 0 auto 24px;
    padding: 0 0 8px .1em;
    border-bottom: 1px solid #181777;
    color: #181777;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 100%;
    text-indent: 0.3em;
}

.contents h4 {
    display: inline-block;
    margin: 0 auto 16px;
    padding: 0 0 0.05em;
    color: #181777;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-indent: 0.1em;
}

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

@media screen and (max-width: 599px) {
    .contents h2 {
        font-size: 5rem;
    }
    .contents h2::after {
        content: '';
        height: 12px;
    }
    .contents h3 {
        font-size: 1.4rem;
    }
    .contents h4 {
        font-size: 1.2rem;
    }
}

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


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

.hero {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .hero {
        padding: 0;
    }
}

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


/* ABOUT
--------------------------------------------------- */

.table-about {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.table-about tbody th {
    vertical-align: top
}

.table-about tbody th p {
    width: 120px;
    padding: .5em .5em .5em .5em;
    background: #FFF;
    border: 2px dotted #181777;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    text-indent: 0.1em;
}

.table-about tbody td {
    padding: 0 1em 2em 2em;
    font-size: 1.8rem;
    text-align: left;
    vertical-align: top
}

.table-about tbody td.end-table {
    padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .table-about tbody th {
        display: block;
        width: 100%;
        padding: 0;
    }
    .table-about tbody th p {
        width: 33%;
        margin: 0 auto;
        padding: .25em 1em;
        border-radius: 3px;
    }
    .table-about tbody td {
        display: block;
        width: 100%;
        padding: .75em 0 2.5em;
        text-align: center;
    }
    .about-inner-wrap {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
    .about-price-wrap {
        display: inline-block;
        width: auto;
    }
    .region {
        padding: .25em .5em .25em 1em;
        font-size: 1.4rem;
    }
    .table-about tbody td .notes {
        padding: 0 1em;
    }
}

@media screen and (max-width: 599px) {
    .about-area .contents-box {
        padding: 40px 16px 16px;
    }
    .table-about {
        width: 100%;
    }
    .table-about tbody th {
        font-size: 1.0rem;
    }
    .table-about tbody th p {
        width: 120px;
        font-size: 1.0rem;
    }
    .table-about tbody td {
        padding: 1em 0 2em;
        font-size: 1.4rem;
    }
    .about-price {
        margin-bottom: .5em;
    }
    .region {
        padding: .25em .75em .25em 1em;
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: 0.25em;
    }
}

@media screen and (max-width: 376px) {
    .about-area .contents-box {
        padding: 40px 8px 8px;
    }
    .table-about tbody td {
        padding: .5em 0 1.5em;
    }
    .table-about tbody td .notes {
        padding: 0;
    }
    .region {
        font-size: 1.0rem;
    }
}


/* GOODS
--------------------------------------------------- */

.goods-area {
    margin: 24px auto 48px;
    padding: 8px 0;
    background: #FFF;
    border: 1px solid #181777;
}

.goods-area 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;
}

.goods-area li {
    width: 50%;
}

.goods-area li p {
    margin: 0 auto 8px;
    padding: 0 1em;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.goods-area .caution {
    padding: 0 1em;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .goods-area {
        margin: 24px auto 32px;
    }
}

@media screen and (max-width: 599px) {
    .goods-area {
        margin: 24px auto 24px;
    }
    .goods-area li p {
        font-size: 1.4rem;
    }
}


/* FLOW
--------------------------------------------------- */

.flow-area {
    display: grid;
    place-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    gap: 40px;
}

.contents-lead {
    width: 100%;
    text-align: left;
}

.flow-list {}

.flow-list li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 1em 4em;
    background: #FFF;
    border: 2px dotted #181777;
    position: relative;
    text-align: left;
}

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

.flow-list li:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #181777 transparent transparent transparent;
    position: absolute;
    left: 46%;
    bottom: -20px;
    display: block;
}

.flow-list li:last-child:after {
    content: none;
}

.square {
    margin: .5em 2em 0 0;
    padding: .25em 1em;
    background: #181777;
    color: #FFF;
    font-size: 1.2rem;
    float: left;
    letter-spacing: .05em;
    line-height: 1.4;
    position: relative;
    top: -5px;
    text-align: center;
    vertical-align: middle;
}

.flow-area .notes {
    margin-top: 1em;
}

.flow-box {
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #181777;
}

.flow-box:last-of-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #181777;
}

@media screen and (max-width: 1024px) {
    .flow-area {
        gap: 32px;
    }
    .flow-list li {
        margin-bottom: 15px;
    }
    .flow-list li:after {
        border-width: 10px 20px 0 20px;
        bottom: -10px;
    }
    .square {
        border-radius: 3px;
        font-size: 1.0rem;
        float: none;
        top: -3px;
    }
    .flow-list li {
        padding: 1em 2em;
        text-align: left;
    }
    .flow-box {
        padding-top: 32px;
    }
    .flow-box:last-of-type {
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 599px) {
    .flow-area {
        gap: 24px;
    }
    .square {
        margin: 1em 1em 0 0;
        padding: .15em .5em;
        font-size: 0.9rem;
    }
    .flow-list li {
        padding: 1.5em;
    }
    .flow-box {
        padding-top: 24px;
    }
    .flow-box:last-of-type {
        padding-bottom: 24px;
    }
}


/* WATCH
--------------------------------------------------- */

.watch {
    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;
    max-width: 640px;
    margin: 0 auto;
}

.watch li {
    width: 50%;
    padding: 5px;
}

.watch a:hover {
    opacity: .75;
    transition: .25s;
}

@media screen and (max-width: 1024px) {
    .watch li {
        width: 50%;
        padding: 2.5px;
    }
}

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


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

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

.notes li {
    margin: 0;
    padding: 0 0 0 1em;
    color: #333;
    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;
    }
    .table-about .notes {
        display: inline-block;
        max-width: auto!important;
        width: auto!important;
    }
}

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

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


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

.btn-area {
    display: grid;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 48px;
    background: #FFF;
    border: 2px dotted #181777;
    gap: 24px;
    z-index: 3;
}

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

a.btn-ticket {
    display: block;
    max-width: 380px;
    width: 90%;
    margin: 0 auto;
    padding: .75em 1em;
    background: #181777;
    outline-offset: 4px;
    outline: 1px solid #181777;
    border-radius: 40px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

a.btn-ticket span {
    display: block;
    color: #FFF!important;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
}

a.btn-ticket span.txt-l {
    padding: 0 0 0 2em;
}

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 #181777;
    border-right: 3px solid #181777;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.btn-ticket:hover {
    opacity: .75;
    text-decoration: none!important;
}

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

.btn-txt {
    color: #181777;
    font-weight: bold;
}

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

.customer {
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .btn-area {
        padding: 32px;
    }
    a.btn-ticket span {
        font-size: 1.6rem;
    }
    .btn-non {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 599px) {
    .btn-area {
        padding: 24px;
    }
    a.btn-ticket {
        font-size: 1.4rem;
    }
    a.btn-ticket span {
        font-size: 1.4rem;
    }
    .btn-ticket+.btn-ticket {
        margin-top: 10px;
    }
    .btn-non {
        padding: .5em 1em;
    }
    .customer {
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 429px) {
    a.btn-ticket {}
}


/* TEST
--------------------------------------------------- */

.test-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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    max-width: 460px;
    width: 90%;
    margin: 20px auto 0;
    padding: 0 1em;
    background: #EFEFEF;
    position: relative;
}

.test-area div {
    display: grid;
    place-items: center;
    margin: 0 auto;
    padding: 1em;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
}

.test-area div:first-child {
    width: 60%;
}

.test-area div:last-child {
    width: 40%;
}

.btn-test {
    display: block;
    width: 140px;
    margin: 0 auto;
    padding: 1em;
    background: #181777;
    border-radius: 3px;
    color: #FFF!important;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none!important;
    transition: .3s;
}

.btn-test:hover {
    background: #a051a2;
    text-decoration: none!important;
}

@media screen and (max-width: 599px) {
    .test-area {
        margin: 10px auto 0;
    }
    .test-area div {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        padding: 1em .5em;
        font-size: 1.0rem;
    }
    .btn-test {
        display: grid;
        place-items: center;
        width: 100px;
        padding: 1em .5em;
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 429px) {
    .test-area {
        width: 90%;
    }
}


/* CONTACT
--------------------------------------------------- */

.contact-area {
    display: grid;
    place-items: center;
    width: auto;
    gap: 48px;
    text-align: left;
}

.contact-box {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.contact-box .notes {
    padding: 0 1em;
}

.contact-box .notes li {
    font-size: 1.4rem;
}

.contact-box .notes li+li {
    margin: 0;
}

.contact-box .notes li::before {
    content: "";
}

@media screen and (max-width: 599px) {
    .contact-box .notes {
        padding: .5em 1em 0;
    }
    .contact-box .notes li {
        font-size: 1.0rem;
    }
}</pre></body></html>