button, hr, input {
    overflow: visible
}

audio, canvas, progress, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

menu, article, aside, details, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    background-color: #101010;
    /*font-family: "Noto Serif JP", "MS P Gothic", "Yu Mincho", YuMincho, "ヒラギノ角ゴ Pro W3", "Hiragino Mincho ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif, Meiryo, serif;*/
    font-size: 1.4rem;
    line-height: 1;
    color: #010101;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: 'pkna' 1;
    font-feature-settings: 'pkna' 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: Meiryo, serif
    }
}

@media (max-width: 959px) {
    body {
        font-size: 3.73333vw
    }
}

@media (min-width: 960px) {
    body {
        font-size: 1.6rem
    }
}

@media (min-width: 960px) and (max-width: 959px) {
    body {
        font-size: 4.26667vw
    }
}

button {
    font-family: "Noto Serif JP", sans-serif, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Meiryo, serif
}

@media all and (-ms-high-contrast: none) {
    button {
        font-family: Meiryo, serif
    }
}

ol {
    list-style-position: inside
}

address {
    font-style: normal
}

a {
    text-decoration: none
}

a:link {
    color: #fff
}

a:visited {
    color: #fff
}

a:hover {
    color: #fff
}

a:focus {
    color: #fff
}

a:active {
    color: #fff
}

img {
    vertical-align: bottom
}

@media (max-width: 959px) {
    img {
        max-width: 100%
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer
}

ul, li, p, ol, section, table, dl, img, picture, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

ul {
    list-style: inside none
}

.btn-page-top {
    position: fixed;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #270d0d;
    border: goldenrod 1px solid;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

@media (max-width: 959px) {
    .btn-page-top {
        width: 12vw;
        height: 12vw;
        right: 4vw;
        bottom: -12vw
    }

    .btn-page-top img {
        width: 6vw;
        height: auto
    }

    .btn-page-top.visible {
        bottom: 4vw
    }
}

@media (min-width: 960px) {
    .btn-page-top {
        width: 80px;
        height: 80px;
        right: 40px;
        bottom: -90px
    }

    .btn-page-top img {
        width: 35px;
        height: auto
    }

    .btn-page-top.visible {
        bottom: 40px
    }

    .btn-page-top:hover {
        background-color: #69242b
    }
}

.l-footer .footer-description {
    line-height: 1.6em
}

.l-footer {
    position: relative;
    z-index: 1;
    background: black;
    border-top: goldenrod 1px solid;
    color: #fff
}

.l-footer .copyright {
    text-align: center
}

.l-footer .copyright .smaller {
    line-height: 3;
    font-size: 90%;
    opacity: .8
}

@media (max-width: 959px) {
    .l-footer .footer-logo {
        width: 100%
    }

    .l-footer .footer-description {
        padding: 0 4vw 10vw;
        line-height: 2em
    }

    .l-footer .footer-description dt {
        width: 21vw
    }

    .l-footer .footer-description dd {
        margin: 0
    }

    .l-footer .footer-description::before {
        content: "";
        display: block;
        width: 20vw;
        height: 3vw;
        margin: 4vw auto 6vw auto
    }

    .l-footer .list-footer li {
        position: relative;
        border-top: goldenrod 1px solid
    }

    .l-footer .list-footer li a {
        display: block;
        padding: 4.1vw 4vw;
        position: relative
    }

    .l-footer .list-footer li:last-of-type {
        border-bottom: goldenrod 1px solid
    }

    .l-footer .list-footer li::after {
        content: "";
        width: 2vw;
        height: 3.5vw;
        position: absolute;
        right: 4vw;
        top: 4.1vw
    }

    .l-footer .copyright {
        padding: 8vw 8vw 8vw
    }
}

@media (min-width: 960px) {
    .l-footer .box-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
    }

    .l-footer .footer-logo {
        width: 360px;
        height: auto;
        margin: 0 30px 20px -20px
    }

    .l-footer .list-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4px 40px 8px;
    }

    .l-footer .list-footer li {
        margin-right: 30px
    }

    .l-footer .list-footer li:last-of-type {
        margin-right: 0
    }

    .l-footer .list-footer a {
        text-decoration: underline;
        -webkit-transition: all 0.2s;
        transition: all 0.2s
    }

    .l-footer .list-footer a:hover {
        color: goldenrod
    }

    .l-footer .copyright {
        padding-bottom: 40px
    }
}

.c-btn {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    line-height: 1;
    cursor: pointer;
    color: #fff
}

@media all and (-ms-high-contrast: none) {
    .c-btn {
        font-family: "Hiragino Mincho ProN", Meiryo, serif
    }
}

.c-btn .item-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.c-btn.is-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.c-btn.is-gold {
    background-color: black;
    border: goldenrod 1px solid
}

.c-btn.is-gold:hover {
    background-color: goldenrod;
}

.c-btn.is-line::before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    margin: -0.2em 0;
    padding-right: 0.5em
}

.c-btn.is-mail::before {
    content: "";
    display: block;
    width: 1.1em;
    height: 1.1em;
    margin: -0.1em 0;
    padding-right: 0.5em
}

.c-btn.is-dmm::before {
    content: "";
    display: block;
    width: 1.1em;
    height: 1.1em;
    margin: -0.1em 0;
    padding-right: 0.5em
}

@media all and (-ms-high-contrast: none) {
    .c-btn.is-arrow::after {
    }

    .c-btn.is-twitter::before {
        letter-spacing: 0;
        padding-right: 0;
        width: 1.1em;
        height: 1.1em
    }

    .c-btn.is-line::before {
        letter-spacing: 0;
        padding-right: 0;
        width: 1.1em;
        height: 1.1em
    }

    .c-btn.is-mail::before {
        letter-spacing: 0;
        padding-right: 0;
        width: 1.1em;
        height: 1.1em
    }

    .c-btn.is-dmm::before {
        letter-spacing: 0;
        padding-right: 0;
        width: 1.1em;
        height: 1.1em
    }
}

@media (max-width: 959px) {
    .c-btn {
        font-size: 4.8vw;
        padding: 3.8vw
    }

    .c-btn.is-arrow::after {
        right: 3vw;
        width: 2vw;
        height: 4vw
    }

    .c-btn.is-twitter::before {
        position: absolute;
        left: 5.3vw;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .c-btn.is-line::before {
        position: absolute;
        left: 5.3vw;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .c-btn.is-mail::before {
        position: absolute;
        left: 5.3vw;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .c-btn.is-dmm::before {
        position: absolute;
        left: 5.3vw;
        top: 0;
        bottom: 0;
        margin: auto
    }
}

@media (min-width: 960px) {
    .c-btn {
        font-size: 20px;
        margin: auto;
        padding: 15px
    }

    .c-btn.is-arrow::after {
        width: 10px;
        height: 21px;
        right: 20px
    }

    .c-btn.is-small {
        width: 220px
    }

    .c-btn.is-medium {
        width: 310px;
        padding: 28px
    }
}

.c-headline {
    color: goldenrod;
    font-weight: bold;
    line-height: 1.5em;
    border-bottom: none !important
}

.c-headline--02 {
    border-bottom: goldenrod 1px solid;
    width: 100%
}

.c-icon {
    width: 7em;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    padding: 0.1em 0;
    position: relative;
    top: -0.15em
}

.c-icon.is-maintenance {
    background-color: #b35757
}

.c-icon.is-campaign {
    background-color: goldenrod
}

.c-icon.is-event {
    background-color: #ce7a7a
}

.c-icon.is-notice {
    background-color: #579c89
}

.c-icon.is-failure {
    background-color: #4681a0
}

.c-icon.is-goods {
    background-color: #a576a8
}

.c-icon.is-required {
    background-color: #b35757
}

.c-icon.is-optional {
    background-color: #4681a0
}

.c-caution {
    font-size: 80%
}

.c-error {
    color: #c00251;
    border: #c00251 1px solid;
    background-color: #f8e3e1;
    padding: 1em
}

.c-error li {
    margin-left: 1em
}

.c-error li::before {
    content: "繝ｻ";
    display: inline-block;
    margin-left: -1em
}

.c-table {
    width: 100%;
    background-color: #fff
}

.c-table th {
    background-color: #e5bc82;
    padding: 0.7em;
    border: goldenrod 1px solid
}

.c-table td {
    padding: 0.7em;
    border: goldenrod 1px solid
}

.c-link {
    text-decoration: underline
}

.c-link:hover {
    opacity: 0.8
}

.c-link.is-brown {
    color: #270d0d
}

.c-link.is-brown:link {
    color: #270d0d
}

.c-link.is-brown:visited {
    color: #270d0d
}

.c-link.is-red {
    color: #c00251
}

.c-link.is-red:link {
    color: #c00251
}

.c-link.is-red:visited {
    color: #c00251
}

.c-link.is-blue {
    color: #4681a0
}

.c-link.is-blue:link {
    color: #4681a0
}

.c-link.is-blue:visited {
    color: #4681a0
}

.c-link.is-white {
    color: #fff
}

.c-link.is-white:link {
    color: #fff
}

.c-link.is-white:visited {
    color: #fff
}

.c-ol-brackets {
    counter-reset: count
}

.c-ol-brackets li {
    counter-increment: count;
    list-style-type: none;
    list-style-position: inside
}

@media (max-width: 959px) {
    .c-headline--01 {
        font-size: 5.3vw !important;
        margin: 0 0 6% 0 !important
    }

    .c-headline--02 {
        font-size: 5.3vw
    }

    .c-headline--03 {
        font-size: 4.8vw
    }

    .c-headline--04 {
        font-size: 4.2vw
    }
}

@media (min-width: 960px) {
    .c-headline--01 {
        font-size: 28px !important;
        margin: 0 0 40px 0 !important
    }

    .c-headline--02 {
        font-size: 22px
    }

    .c-headline--03 {
        font-size: 20px
    }

    .c-headline--04 {
        font-size: 18px
    }
}

.c-headline {
    color: goldenrod;
    font-weight: bold;
    line-height: 1.5em
}

.c-headline.is-diamond::before {
    content: "笳�"
}

.c-headline--02 {
    border-bottom: goldenrod 1px solid;
    width: 100%
}

.c-icon {
    width: 7em;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    padding: 0.1em 0;
    position: relative;
    top: -0.15em
}

.c-icon.is-maintenance {
    background-color: #b35757
}

.c-icon.is-campaign {
    background-color: goldenrod
}

.c-icon.is-event {
    background-color: #ce7a7a
}

.c-icon.is-notice {
    background-color: #579c89
}

.c-icon.is-failure {
    background-color: #4681a0
}

.c-icon.is-goods {
    background-color: #a576a8
}

.c-icon.is-required {
    background-color: #b35757
}

.c-icon.is-optional {
    background-color: #4681a0
}

.c-caution {
    font-size: 80%
}

.c-error {
    color: #c00251;
    border: #c00251 1px solid;
    background-color: #f8e3e1;
    padding: 1em
}

.c-error li {
    margin-left: 1em
}

.c-error li::before {
    content: "繝ｻ";
    display: inline-block;
    margin-left: -1em
}

.c-table {
    width: 100%;
    background-color: #fff
}

.c-table th {
    background-color: #e5bc82;
    padding: 0.7em;
    border: goldenrod 1px solid
}

.c-table td {
    padding: 0.7em;
    border: goldenrod 1px solid
}

.c-link {
    text-decoration: underline
}

.c-link:hover {
    opacity: 0.8
}

.c-link.is-brown {
    color: #270d0d
}

.c-link.is-brown:link {
    color: #270d0d
}

.c-link.is-brown:visited {
    color: #270d0d
}

.c-link.is-red {
    color: #c00251
}

.c-link.is-red:link {
    color: #c00251
}

.c-link.is-red:visited {
    color: #c00251
}

.c-link.is-blue {
    color: #4681a0
}

.c-link.is-blue:link {
    color: #4681a0
}

.c-link.is-blue:visited {
    color: #4681a0
}

.c-link.is-white {
    color: #fff
}

.c-link.is-white:link {
    color: #fff
}

.c-link.is-white:visited {
    color: #fff
}

.c-ol-brackets {
    counter-reset: count
}

.c-ol-brackets li {
    counter-increment: count;
    list-style-type: none;
    list-style-position: inside
}

.c-ol-brackets li::before {
    content: "（" counter(count) "）"
}

@media (max-width: 959px) {
    .c-headline--01 {
        font-size: 5.3vw
    }

    .c-headline--02 {
        font-size: 5.3vw
    }

    .c-headline--03 {
        font-size: 4.8vw
    }

    .c-headline--04 {
        font-size: 4.2vw
    }
}

@media (min-width: 960px) {
    .c-headline--01 {
        font-size: 28px
    }

    .c-headline--02 {
        font-size: 22px
    }

    .c-headline--03 {
        font-size: 20px
    }

    .c-headline--04 {
        font-size: 18px
    }
}

@media (max-width: 959px) {
    .c-pagination {
        font-size: 4.8vw
    }

    .c-pagination li {
        min-width: 12vw;
        height: 12vw;
        margin-top: -1px
    }

    .c-pagination .page-prev, .c-pagination .page-next {
        min-width: 22vw
    }
}

@media (min-width: 960px) {
    .c-pagination {
        font-size: 18px
    }

    .c-pagination li {
        width: 45px;
        height: 45px
    }

    .c-pagination .page-prev, .c-pagination .page-next {
        width: 80px
    }
}

.c-form {
    width: 100%;
    border: goldenrod 1px solid;
    padding: 0.8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-form::-ms-expand {
    display: none
}

select.c-form {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAbCAYAAACEP1QvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJJREFUeNqsls9rE0EUxzc/2sQUjdVDEOJBwbQFTwlpKJTeWrD0ZEwIBAI9tKWXQg/xPxAEvXoRA70pFekloD2ql16qUChaPHhohTSN1dg0TUyz63vhO3GybpLdmIEvO5vMzve9t5+ZHZtCTdM0G12E7JD8Wy9Nk6RCjXubzUaWmuLEQGHK9wOkQVwdukCsGLPZOfSbVEO/jv9bzNnIRbpAGiJ5SG4pCCtNhVmVVCad4toICpXWnFLJnTC/SLpCGiZdQjADqIDZrNn4jHRC+ong5UooRpm70+n03a2trYdKH1sgEHiSyWQeU7eCJOoNU2TuQJk542vRaPRpPp+/3Q9jj8eT39zcvEfdb6RjvALOXrMzedJ74ojU1dXVZ/3KOpFIrEm0C+IbzS4ZNyGZnJzcn5iYePu/xiMjI7vz8/PbAK8mSBcJ2yVIxJJgKn+trKxk3W53tVdjfnZ5efkVz4VSV0S5WzJHJHUMYEK/+/3+r7Ozs296NZ+amnoXCoV2qVtAAP+YNzcOgOcEeFdJftKtWCz2IJfL+awYe73eYjabvU/dL6R9BMAVrYmS8w7XXLtS9lzqEsg8XFhYeG4161Qq9ZKf5QqikjxnXYK7BThF9+7PUKrCzMzMdjAY/GjWeGxs7HM8Hn9P3SNSEXPVALTS1hyRqQCPs/9BytPG88IMfDxmaWlpnZ/BsyVkreqzNsqcAxDbYFWGjwHqB2QtXoab81/4hgDfdYZvbm7uUbFY9HaALA3IDowg03kYfyzawJcHSO0gWwdkx50g61h2g69TGeAcMUijo6Of9AMJyA+ArICx5XaQmTLXwXcKgA4XFxdblp7L5aokk8kNKesSnlE7Zd0tc8OlFw6HdwisDTEgEom8Hh8f30HWJ90gs3YQI/hIg6Rh0k1SZG9vLz49PZ1j0f0dUph0g3QZY20m5m0eJpRO5adWl5YeHw4q9O7XfD7fAb7TJxJk593K3ZybIzAzDktvEOc6F/oCygqMq/IBsV/mgg8HgnBIh8o6JE6mqtkJnVZevzS5XdqgVN0Z3XSzknnHXbEXup29LIB+ne/+CDAAivmBz/cpRbUAAAAASUVORK5CYII=") 98% 50% no-repeat;
    background-size: auto 42%
}

.ie9 select.c-form {
    background-image: none
}

.c-form-radio {
    position: relative;
    display: block;
    margin-bottom: 1em
}

.c-form-radio input[type=radio] {
    display: none
}

.c-form-radio .radio-icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: goldenrod 1px solid;
    background-color: #fff;
    border-radius: 50%
}

.c-form-radio .radio-icon {
    display: inline-block;
    width: calc(100% - 2em);
    margin-left: 2em
}

.c-form-radio input + .radio-icon:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: goldenrod 1px solid;
    background-color: goldenrod;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.c-form-radio input:checked + .radio-icon:after {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.c-form-checkbox {
    position: relative;
    display: block;
    margin-bottom: 1em
}

.c-form-checkbox input[type=checkbox] {
    display: none
}

.c-form-checkbox .checkbox-icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5em;
    height: 1.5em;
    border: goldenrod 1px solid;
    background-color: #fff
}

.c-form-checkbox .checkbox-icon {
    display: inline-block;
    width: calc(100% - 2em);
    margin-left: 2em
}

.c-form-checkbox input + .checkbox-icon:after {
    content: "縺�";
    display: inline-block;
    position: absolute;
    font-weight: bold;
    font-size: 1.6em;
    left: -0.28em;
    top: -0.42em;
    width: 1.5em;
    height: 1.5em;
    color: goldenrod;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(0, 1) rotate(-90deg) skew(20deg, 10deg);
    -ms-transform: scale(0, 1) rotate(-90deg) skew(20deg, 10deg);
    transform: scale(0, 1) rotate(-90deg) skew(20deg, 10deg);
    opacity: 0
}

.c-form-checkbox input:checked + .checkbox-icon:after {
    -webkit-transform: scale(0.8, 1) rotate(-90deg) skew(20deg, 10deg);
    -ms-transform: scale(0.8, 1) rotate(-90deg) skew(20deg, 10deg);
    transform: scale(0.8, 1) rotate(-90deg) skew(20deg, 10deg);
    opacity: 1
}

@media (max-width: 959px) {
    .c-form-radio {
        display: block;
        margin-bottom: 1em
    }

    .c-form-checkbox {
        display: block;
        margin-bottom: 1em
    }
}

@-webkit-keyframes bg-slider {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 12px 0
    }
}

@keyframes bg-slider {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 12px 0
    }
}

@-webkit-keyframes animation-rotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes animation-rotate {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes swing {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes swing-reverse {
    0% {
        -webkit-transform: translateX(10px) scale(-1);
        transform: translateX(10px) scale(-1)
    }
    100% {
        -webkit-transform: translateX(0) scale(-1);
        transform: translateX(0) scale(-1)
    }
}

@keyframes swing-reverse {
    0% {
        -webkit-transform: translateX(10px) scale(-1);
        transform: translateX(10px) scale(-1)
    }
    100% {
        -webkit-transform: translateX(0) scale(-1);
        transform: translateX(0) scale(-1)
    }
}

.fadein {
    opacity: 0;
    -webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
    -webkit-transition: all 0.8s;
    transition: all 0.8s
}

.fadein.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.turnin {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.8s;
    transition: all 0.8s
}

.turnin.active {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

@-webkit-keyframes scroll01 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -950% 0
    }
}

@keyframes scroll01 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -950% 0
    }
}

@-webkit-keyframes scroll02 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 1000% 0
    }
}

@keyframes scroll02 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 1000% 0
    }
}

section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.l-wrapper {
    position: relative;
    overflow: hidden;
}

.page-info dd {
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

.page-info .area-info {
    width: 100%;
    background: rgba(92, 92, 92, 0.39);
}

.page-info .area-info .box-info {
    text-align: center;
}

.page-info .area-info .box-info .detail {
    background-color: wheat;
    text-align: left;
    line-height: 1.6;
}

.page-info .area-info .box-info .capt-info {
    color: goldenrod;
}

.page-info .area-info .box-info .list-number {
    counter-reset: number
}

.page-info .area-info .box-info .list-number li {
    list-style-type: none;
    text-indent: -2.5em;
    padding-left: 2.5em
}

.page-info .area-info .box-info .list-number li::before {
    counter-increment: number;
    content: "��" counter(number) "��"
}

.page-info .area-info .box-info .detail .c-icon {
    width: auto
}

.page-info .area-info .box-info .detail .nowrap {
    white-space: nowrap
}

.page-info .area-info .box-info .detail .btn-confirm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 959px) {
    .page-info .area-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 4vw 4vw 13vw 4vw
    }

    .page-info .area-info .box-info {
        width: 100%
    }

    .page-info .area-info .box-info .capt-info {
        margin-bottom: 5vw
    }

    .page-info .area-info .box-info .detail {
        margin-bottom: 13vw
    }

    .page-info .area-info .box-info .detail .u-border-radius-inner {
        padding: 8vw 5.3vw
    }

    .page-info .area-info .box-info .detail .c-icon {
        height: 5.3vw;
        font-size: 3.7vw;
        padding: 0.1em 0.5em;
        top: -3px;
        line-height: 4.2vw
    }

    .page-info .area-info .box-info .detail .btn-confirm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-info .area-info .box-info .detail .btn-confirm .c-btn {
        margin-bottom: 5.3vw
    }

    .page-info .area-info .box-info .detail .btn-confirm .c-btn:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width: 960px) {
    .page-info .area-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0 100px 0
    }

    .page-info .area-info .box-info {
        width: 960px
    }

    .page-info .area-info .box-info .capt-info {
        margin-bottom: 30px
    }

    .page-info .area-info .box-info .detail {
        margin-bottom: 60px
    }

    .page-info .area-info .box-info .detail .u-border-radius-inner {
        padding: 60px
    }

    .page-info .area-info .box-info .detail .c-icon {
        height: 22px;
        font-size: 14px;
        padding: 0 0.5em;
        top: -3px;
        line-height: 20px
    }

    .page-info .area-info .box-info .detail .btn-confirm {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 5%
    }

    .page-info .area-info .box-info .detail .btn-confirm .c-btn {
        margin: 0 20px
    }
}

@media (min-width: 960px) {
    .u-visible-sp {
        display: none !important
    }
}

@media (max-width: 959px) {
    .u-visible-pc {
        display: none !important
    }
}

.u-display-inline {
    display: inline
}

.u-tx-r {
    text-align: right
}

.u-tx-l {
    text-align: left
}

.u-tx-c {
    text-align: center
}

.u-w100 {
    width: 100%
}

.u-w95 {
    width: 95%
}

.u-w90 {
    width: 90%
}

.u-w85 {
    width: 85%
}

.u-w80 {
    width: 80%
}

.u-w75 {
    width: 75%
}

.u-w70 {
    width: 70%
}

.u-w65 {
    width: 65%
}

.u-w60 {
    width: 60%
}

.u-w55 {
    width: 55%
}

.u-w50 {
    width: 50%
}

.u-w45 {
    width: 45%
}

.u-w40 {
    width: 40%
}

.u-w35 {
    width: 35%
}

.u-w30 {
    width: 30%
}

.u-w25 {
    width: 25%
}

.u-w20 {
    width: 20%
}

.u-w15 {
    width: 15%
}

.u-w10 {
    width: 10%
}

.u-w5 {
    width: 5%
}

@media (max-width: 959px) {
    .u-w100-sp {
        width: 100% !important
    }
}

.u-fs10 {
    font-size: 10px
}

.u-fs11 {
    font-size: 11px
}

.u-fs12 {
    font-size: 12px
}

.u-fs13 {
    font-size: 13px
}

.u-fs14 {
    font-size: 14px
}

.u-fs15 {
    font-size: 15px
}

.u-fs16 {
    font-size: 16px
}

.u-fs17 {
    font-size: 17px
}

.u-fs18 {
    font-size: 18px
}

.u-fs19 {
    font-size: 19px
}

.u-fs20 {
    font-size: 20px
}

.u-fs21 {
    font-size: 21px
}

.u-fs22 {
    font-size: 22px
}

.u-fs23 {
    font-size: 23px
}

.u-fs24 {
    font-size: 24px
}

.u-fs25 {
    font-size: 25px
}

.u-fs26 {
    font-size: 26px
}

.u-mg-t5 {
    margin-top: 5px
}

.u-mg-t10 {
    margin-top: 10px
}

.u-mg-t15 {
    margin-top: 15px
}

.u-mg-t20 {
    margin-top: 20px
}

.u-mg-t30 {
    margin-top: 30px
}

.u-mg-t40 {
    margin-top: 40px
}

.u-mg-t60 {
    margin-top: 60px
}

.u-mg-t140 {
    margin-top: 140px
}

.u-mg-r5 {
    margin-right: 5px
}

.u-mg-r10 {
    margin-right: 10px
}

.u-mg-r15 {
    margin-right: 15px
}

.u-mg-r20 {
    margin-right: 20px
}

.u-mg-r30 {
    margin-right: 30px
}

.u-mg-r40 {
    margin-right: 40px
}

.u-mg-b5 {
    margin-bottom: 5px
}

.u-mg-b10 {
    margin-bottom: 10px
}

.u-mg-b15 {
    margin-bottom: 15px
}

.u-mg-b20 {
    margin-bottom: 20px
}

.u-mg-b30 {
    margin-bottom: 30px
}

.u-mg-b40 {
    margin-bottom: 40px
}

.u-mg-b50 {
    margin-bottom: 50px
}

.u-mg-l5 {
    margin-left: 5px
}

.u-mg-l10 {
    margin-left: 10px
}

.u-mg-l15 {
    margin-left: 15px
}

.u-mg-l20 {
    margin-left: 20px
}

.u-mg-l30 {
    margin-left: 30px
}

.u-mg-l40 {
    margin-left: 40px
}

.u-mg-0auto {
    margin: 0 auto
}

@media (max-width: 959px) {
    .u-mg-t5 {
        margin-top: 1%
    }

    .u-mg-t10 {
        margin-top: 2%
    }

    .u-mg-t15 {
        margin-top: 3%
    }

    .u-mg-t20 {
        margin-top: 4%
    }

    .u-mg-t30 {
        margin-top: 5%
    }

    .u-mg-t40 {
        margin-top: 6%
    }

    .u-mg-t50 {
        margin-top: 7%
    }

    .u-mg-r5 {
        margin-right: 1%
    }

    .u-mg-r10 {
        margin-right: 2%
    }

    .u-mg-r15 {
        margin-right: 3%
    }

    .u-mg-r20 {
        margin-right: 4%
    }

    .u-mg-r30 {
        margin-right: 5%
    }

    .u-mg-r40 {
        margin-right: 6%
    }

    .u-mg-b5 {
        margin-bottom: 1%
    }

    .u-mg-b10 {
        margin-bottom: 2%
    }

    .u-mg-b15 {
        margin-bottom: 3%
    }

    .u-mg-b20 {
        margin-bottom: 4%
    }

    .u-mg-b30 {
        margin-bottom: 5%
    }

    .u-mg-b40 {
        margin-bottom: 6%
    }

    .u-mg-b50 {
        margin-bottom: 7%
    }

    .u-mg-l5 {
        margin-left: 1%
    }

    .u-mg-l10 {
        margin-left: 2%
    }

    .u-mg-l15 {
        margin-left: 3%
    }

    .u-mg-l20 {
        margin-left: 4%
    }

    .u-mg-l30 {
        margin-left: 5%
    }

    .u-mg-l40 {
        margin-left: 6%
    }
}

.u-red {
    color: #c00251
}

.u-blue {
    color: #4681a0
}

.u-white {
    color: #fff
}

.u-brown {
    color: #270d0d
}

.u-gold {
    color: goldenrod
}
