@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&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 .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: #555;
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.2;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
    color: #555;
}

.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;
}

.notes-box {
    margin: 24px auto 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .contents .no-pc {
        display: block;
    }
    .contents .no-sp,
    .no-sp {
        display: none;
    }
}

@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: #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.6;
}

.contents-area {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px 80px;
    margin: 0 auto;
}

.contents-inner {
    margin-bottom: 120px;
}

.contents-inner:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contents-inner {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents-inner {
        margin-bottom: 40px;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

.contents h1 {
    max-width: 1200px;
    font-size: 3.2rem;
    font-weight: bold;
}

.contents h2 {
    font-size: 2.8rem;
    font-weight: bold;
}

.contents h3 {
    font-size: 4rem;
    color: #fff;
    text-shadow: 1px 1px 0 #a0aab2, -1px 1px 0 #a0aab2, 1px -1px 0 #a0aab2, -1px -1px 0 #a0aab2;
    margin-bottom: 20px;
}

.contents h3 small {
    display: block;
    font-size: 2.8rem;
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .contents h1 {
        font-size: 2.8rem;
    }
    .contents h2 {
        font-size: 2.4rem;
    }
    .contents h3 {
        font-size: 2.6rem;
    }
    .contents h3 small {
        font-size: 2rem;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
}


/* HERO
--------------------------------------------------- */

.hero {
    background: #01412e;
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
}


/* CAMPAIGN
--------------------------------------------------- */

.campaign-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.campaign-area .notes {
    margin-top: 10px;
}

.campaign-area .notes li {
    margin-top: 0px;
}


/* 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);
}


/* OUTLINE
--------------------------------------------------- */

.outline-tb {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    table-layout: fixed;
}

.outline-tb th,
.outline-tb td {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.outline-tb tbody th {
    border-right: 1px solid #ccc;
    background: #01412e;
    color: #FFF;
    text-align: center;
}

.outline-tb tbody td {
    border-right: 1px solid #ccc;
}

.outline-tb tbody td .pic-area li {
    display: block;
    margin-top: 10px;
}

.outline-tb tbody td .pic-area li span {
    font-weight: bold;
}

.pic-area li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}

.pic-area li::before {
    content: "・";
}

.outline-tb tbody td:nth-child(1) {
    width: 30% !important;
}

.outline-tb tbody td:nth-child(2) {
    width: 70% !important;
}

@media screen and (max-width: 767px) {
    .outline-tb th,
    .outline-tb td {
        font-size: 1.4rem;
        padding: 10px;
    }
}


/* TICKET
--------------------------------------------------- */

.ticket-schedule {
    width: 100%;
    border: 2px solid #62963C;
    border-radius: .5em;
    color: #62963C;
    text-align: center;
    margin: 0 auto 32px;
    padding: 24px;
}

.ticket-schedule h4 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px dotted #62963C;
}

.ticket-schedule p {
    padding-top: 12px;
    font-size: 2.2rem;
}

.ticket-1box {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

h4.tck-ttl {
    font-size: 3rem;
}

table.ticket-tb {
    width: 100%;
    border: 1px solid #62963C;
    border-collapse: separate;
    border-radius: .5em;
    overflow: hidden;
    border-spacing: 0;
    margin: 0 auto 32px;
    table-layout: fixed;
}

table.ticket-tb tbody th {
    background: #62963C;
    color: #FFF;
    text-align: left;
    vertical-align: top;
    width: 30%;
    font-size: 2rem;
}

.ticket-tb th,
.ticket-tb td {
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
}

.ticket-tb th img {
    display: block;
    margin: 2px 0 0;
}

.ticket-tb h4 {
    font-size: 1.6rem;
}

.price {
    font-weight: bold;
    color: #62963C;
    border-bottom: 1px dotted #999;
    margin-bottom: 16px;
}

.price-tax {
    display: flex;
    font-size: 2.8rem;
    align-items: center;
}

.price-tax small {
    font-size: 1.4rem;
}

.ticket-note {
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.ticket-note li::before {
    content: '※';
}

.ticket-box {
    border: 1px dotted #999;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    table.ticket-tb tbody tr th,
    table.ticket-tb tbody tr td {
        display: block;
        width: 100%;
    }
    table.ticket-tb tbody th {
        display: block;
        width: 100%;
    }
}


/* NOTES AREA
--------------------------------------------------- */

.note-area+.note-area {
    margin-top: 80px;
}

.notes-list-att li {
    display: block;
    font-weight: bold;
    font-size: 2rem;
    color: #c00;
}

.notes-list-att li::before {
    content: '×';
    font-size: 2.2rem;
    font-weight: bold;
    color: #c00;
    padding-right: 8px;
}

.notes-txt-att {
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 20px;
}

.notes-list li {
    margin: 0 0 0 1em;
    text-align: left;
    list-style-type: circle;
}

.notes-list-num li {
    margin: 0 0 0 1em;
    text-align: left;
    list-style-type: decimal;
}

.notes-list li+li {
    margin-top: 1em;
}

.notes-faq dd+dt {
    margin-top: 1em;
}

.bold {
    font-weight: bold;
    padding-bottom: 12px;
}

.note-1box {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

td .note-1box:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.note-1box-boder {
    border: solid 1px #ccc;
    padding: 20px;
}

.note-1box-dot {
    border: dotted 1px #ccc;
    padding: 20px;
    margin: 20px 0;
}

.note-1box+.note-1box,
.note-1box-noline+.note-1box-noline {
    margin-top: 50px;
}

td .note-1box+.note-1box,
td .note-1box-noline+.note-1box-noline {
    margin-top: 0px;
}

.notes-tb {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    table-layout: fixed;
}

.notes-tb th,
.notes-tb td {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
}

.notes-tb tbody th {
    border-right: 1px solid #ccc;
    background: #ebedef;
    width: 30%;
}

@media screen and (max-width: 767px) {
    .notes-tb tbody tr th,
    .notes-tb tbody tr td {
        width: 100%;
        display: block;
    }
    .note-area+.note-area {
        margin-top: 40px;
    }
    .notes-list-att li {
        font-size: 1.4rem;
    }
    .notes-txt-att {
        font-size: 1.4rem;
    }
    .notes-list li {
        font-size: 1.4rem;
    }
    .notes-list-num li {
        font-size: 1.4rem;
    }
    .notes-faq dd,
    .notes-faq dt {
        font-size: 1.4rem;
    }
    .notes-tb th,
    .notes-tb td {
        font-size: 1.4rem;
        padding: 10px;
    }
    .note-1box-dot {
        padding: 10px;
    }
    .note-1box-boder {
        padding: 10px;
    }
}


/* NOTES
--------------------------------------------------- */

.notes {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.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 li+li {
    margin: .5em 0 0;
}

@media screen and (max-width: 767px) {
    .notes {}
    .notes li {}
}

@media screen and (max-width: 480px) {
    .notes li+li {
        margin: .5em 0 0;
    }
}


/* BUTTON
--------------------------------------------------- */

.contents .btn {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 1em .5em;
    background: #62963c;
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 5px;
}

.ticket-buy-btn a.btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ticket-buy-btn a.btn img {
    padding-left: 12px;
    height: 16px;
}

.ticket-buy-btn div {
    display: flex;
    gap: 12px;
}

.contents .btn:hover {
    opacity: .7;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .contents .btn {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }
    .ticket-buy-btn div {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn {
        font-size: 1.4rem;
    }
}


/* BUY BTN
--------------------------------------------------- */

.ticket-buy-btn {
    padding: 50px;
    border: solid 1px #62963c;
    border-radius: 10px;
}

.ticket-buy-ttl {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #62963c;
    margin-bottom: 10px;
}

.ticket-buy-btn div+div {
    margin-top: 25px;
}

.ticket-buy-btn div+p {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .ticket-buy-btn {
        padding: 20px;
    }
}


/* INPUT
--------------------------------------------------- */

.input-area {
    font-size: 2.2rem;
    color: #c00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.input-area input[type=checkbox] {
    -ms-transform: scale(1.8, 1.8);
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .input-area {
        font-size: 1.6rem;
    }
}


/* SUBMIT
--------------------------------------------------- */

.contents #submit-area {
    display: none;
}

.contents #submit-area .btn-txt {
    margin: 2em auto .5em;
    text-align: center;
    font-weight: bold;
}

.contents #submit-txt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.contents .submit-btn {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 1em .5em;
    background: #C1AE78;
    border: solid 2px #C1AE78;
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 50px;
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif;
}

.contents .submit-btn:hover {
    text-decoration: none;
    background: #FFF;
    color: #C1AE78 !important;
}

@media screen and (max-width: 767px) {
    .contents #submit-txt {
        font-size: 1.6rem;
    }
    .contents .next-btn,
    .contents .submit-btn {
        width: 100%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn,
    .contents .next-btn,
    .contents .submit-btn {
        font-size: 1.4rem;
    }
}


/* floating
--------------------------------------------------- */

.floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 14px;
    background: #ebedef;
}

.floating a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-align: center;
    color: white;
    background: #62963C;
    margin: 0 auto;
    padding: 12px;
    border-radius: .5em;
    width: 100%;
}

.floating a:hover {
    text-decoration: none;
    opacity: .7;
}

.floating a img {
    padding-right: 4px;
}