@-webkit-keyframes hoverAction {
    0% {
        opacity: 1
    }

    2% {
        opacity: 1
    }

    16% {
        opacity: .86
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes hoverAction {
    0% {
        opacity: 1
    }

    2% {
        opacity: 1
    }

    16% {
        opacity: .86
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes translateY-down--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-down--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateY-up--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-up--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateY-up--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-up--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateX-next--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-next--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes translateX-prev--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-prev--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes mouseOverImg {
    0% {
        opacity: 1
    }

    20% {
        opacity: .74
    }

    100% {
        opacity: 1
    }
}

@keyframes mouseOverImg {
    0% {
        opacity: 1
    }

    20% {
        opacity: .74
    }

    100% {
        opacity: 1
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #363636;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #b70;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

a:hover {
    color: #d58700;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 3.5rem
}

h2,
.h2 {
    font-size: 2.8rem
}

h3,
.h3 {
    font-size: 2.45rem
}

h4,
.h4 {
    font-size: 2.1rem
}

h5,
.h5 {
    font-size: 1.75rem
}

h6,
.h6 {
    font-size: 1.4rem
}

.lead {
    font-size: 1.75rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.75rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 769px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 1025px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 769px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1025px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .5rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4.6rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #111;
    background-color: #d2d2d2;
    border-color: #c1c1c1
}

.alert-primary hr {
    border-top-color: #b4b4b4
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    color: #53412b;
    background-color: #ece5dc;
    border-color: #e4dbcf
}

.alert-secondary hr {
    border-top-color: #dbcfbf
}

.alert-secondary .alert-link {
    color: #31271a
}

.alert-success {
    color: #7a726e;
    background-color: #fbf8f6;
    border-color: #f9f5f3
}

.alert-success hr {
    border-top-color: #f1e7e2
}

.alert-success .alert-link {
    color: #5f5956
}

.alert-info {
    color: #6c6564;
    background-color: #f6f3f2;
    border-color: #f2eeed
}

.alert-info hr {
    border-top-color: #e7e0de
}

.alert-info .alert-link {
    color: #524c4b
}

.alert-warning {
    color: #3b5948;
    background-color: #e3eee8;
    border-color: #d8e7df
}

.alert-warning hr {
    border-top-color: #c8ddd2
}

.alert-warning .alert-link {
    color: #273a2f
}

.alert-danger {
    color: #5d0000;
    background-color: #f0cccc;
    border-color: #e9b8b8
}

.alert-danger hr {
    border-top-color: #e3a5a5
}

.alert-danger .alert-link {
    color: #2a0000
}

.alert-light {
    color: #7d7d7c;
    background-color: #fcfcfc;
    border-color: #fbfbfb
}

.alert-light hr {
    border-top-color: #eee
}

.alert-light .alert-link {
    color: #636363
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.close {
    float: right;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 3rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 3rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.2rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.2rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 1025px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #202020 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #070707 !important
}

.bg-secondary {
    background-color: #9f7d52 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #7d6341 !important
}

.bg-success {
    background-color: #ebdcd4 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #dbc0b1 !important
}

.bg-info {
    background-color: #d0c3c0 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #baa7a3 !important
}

.bg-warning {
    background-color: #72ab8b !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #579371 !important
}

.bg-danger {
    background-color: #b20000 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #7f0000 !important
}

.bg-light {
    background-color: #f0f0ef !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d7d7d5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #202020 !important
}

.border-secondary {
    border-color: #9f7d52 !important
}

.border-success {
    border-color: #ebdcd4 !important
}

.border-info {
    border-color: #d0c3c0 !important
}

.border-warning {
    border-color: #72ab8b !important
}

.border-danger {
    border-color: #b20000 !important
}

.border-light {
    border-color: #f0f0ef !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .5rem !important
}

.rounded-top {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
}

.rounded-right {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
}

.rounded-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 769px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 769px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 1025px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width: 769px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width: 1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 1.2rem !important
}

.mt-1,
.my-1 {
    margin-top: 1.2rem !important
}

.mr-1,
.mx-1 {
    margin-right: 1.2rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 1.2rem !important
}

.ml-1,
.mx-1 {
    margin-left: 1.2rem !important
}

.m-2 {
    margin: 2.4rem !important
}

.mt-2,
.my-2 {
    margin-top: 2.4rem !important
}

.mr-2,
.mx-2 {
    margin-right: 2.4rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 2.4rem !important
}

.ml-2,
.mx-2 {
    margin-left: 2.4rem !important
}

.m-3 {
    margin: 3.6rem !important
}

.mt-3,
.my-3 {
    margin-top: 3.6rem !important
}

.mr-3,
.mx-3 {
    margin-right: 3.6rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 3.6rem !important
}

.ml-3,
.mx-3 {
    margin-left: 3.6rem !important
}

.m-4 {
    margin: 4.8rem !important
}

.mt-4,
.my-4 {
    margin-top: 4.8rem !important
}

.mr-4,
.mx-4 {
    margin-right: 4.8rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 4.8rem !important
}

.ml-4,
.mx-4 {
    margin-left: 4.8rem !important
}

.m-5 {
    margin: 6rem !important
}

.mt-5,
.my-5 {
    margin-top: 6rem !important
}

.mr-5,
.mx-5 {
    margin-right: 6rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 6rem !important
}

.ml-5,
.mx-5 {
    margin-left: 6rem !important
}

.m-6 {
    margin: 7.2rem !important
}

.mt-6,
.my-6 {
    margin-top: 7.2rem !important
}

.mr-6,
.mx-6 {
    margin-right: 7.2rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 7.2rem !important
}

.ml-6,
.mx-6 {
    margin-left: 7.2rem !important
}

.m-7 {
    margin: 8.4rem !important
}

.mt-7,
.my-7 {
    margin-top: 8.4rem !important
}

.mr-7,
.mx-7 {
    margin-right: 8.4rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 8.4rem !important
}

.ml-7,
.mx-7 {
    margin-left: 8.4rem !important
}

.m-8 {
    margin: 9.6rem !important
}

.mt-8,
.my-8 {
    margin-top: 9.6rem !important
}

.mr-8,
.mx-8 {
    margin-right: 9.6rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 9.6rem !important
}

.ml-8,
.mx-8 {
    margin-left: 9.6rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 1.2rem !important
}

.pt-1,
.py-1 {
    padding-top: 1.2rem !important
}

.pr-1,
.px-1 {
    padding-right: 1.2rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 1.2rem !important
}

.pl-1,
.px-1 {
    padding-left: 1.2rem !important
}

.p-2 {
    padding: 2.4rem !important
}

.pt-2,
.py-2 {
    padding-top: 2.4rem !important
}

.pr-2,
.px-2 {
    padding-right: 2.4rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 2.4rem !important
}

.pl-2,
.px-2 {
    padding-left: 2.4rem !important
}

.p-3 {
    padding: 3.6rem !important
}

.pt-3,
.py-3 {
    padding-top: 3.6rem !important
}

.pr-3,
.px-3 {
    padding-right: 3.6rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 3.6rem !important
}

.pl-3,
.px-3 {
    padding-left: 3.6rem !important
}

.p-4 {
    padding: 4.8rem !important
}

.pt-4,
.py-4 {
    padding-top: 4.8rem !important
}

.pr-4,
.px-4 {
    padding-right: 4.8rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 4.8rem !important
}

.pl-4,
.px-4 {
    padding-left: 4.8rem !important
}

.p-5 {
    padding: 6rem !important
}

.pt-5,
.py-5 {
    padding-top: 6rem !important
}

.pr-5,
.px-5 {
    padding-right: 6rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 6rem !important
}

.pl-5,
.px-5 {
    padding-left: 6rem !important
}

.p-6 {
    padding: 7.2rem !important
}

.pt-6,
.py-6 {
    padding-top: 7.2rem !important
}

.pr-6,
.px-6 {
    padding-right: 7.2rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 7.2rem !important
}

.pl-6,
.px-6 {
    padding-left: 7.2rem !important
}

.p-7 {
    padding: 8.4rem !important
}

.pt-7,
.py-7 {
    padding-top: 8.4rem !important
}

.pr-7,
.px-7 {
    padding-right: 8.4rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 8.4rem !important
}

.pl-7,
.px-7 {
    padding-left: 8.4rem !important
}

.p-8 {
    padding: 9.6rem !important
}

.pt-8,
.py-8 {
    padding-top: 9.6rem !important
}

.pr-8,
.px-8 {
    padding-right: 9.6rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 9.6rem !important
}

.pl-8,
.px-8 {
    padding-left: 9.6rem !important
}

.m-n1 {
    margin: -1.2rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -1.2rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -1.2rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -1.2rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -1.2rem !important
}

.m-n2 {
    margin: -2.4rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -2.4rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -2.4rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -2.4rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -2.4rem !important
}

.m-n3 {
    margin: -3.6rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -3.6rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -3.6rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -3.6rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -3.6rem !important
}

.m-n4 {
    margin: -4.8rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -4.8rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -4.8rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -4.8rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -4.8rem !important
}

.m-n5 {
    margin: -6rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -6rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -6rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -6rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -6rem !important
}

.m-n6 {
    margin: -7.2rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -7.2rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -7.2rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -7.2rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -7.2rem !important
}

.m-n7 {
    margin: -8.4rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -8.4rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -8.4rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -8.4rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -8.4rem !important
}

.m-n8 {
    margin: -9.6rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -9.6rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -9.6rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -9.6rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -9.6rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 1.2rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1.2rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1.2rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1.2rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1.2rem !important
    }

    .m-sm-2 {
        margin: 2.4rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 2.4rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 2.4rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 2.4rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 2.4rem !important
    }

    .m-sm-3 {
        margin: 3.6rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3.6rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 3.6rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3.6rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 3.6rem !important
    }

    .m-sm-4 {
        margin: 4.8rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4.8rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4.8rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4.8rem !important
    }

    .m-sm-5 {
        margin: 6rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 6rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 6rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 6rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 6rem !important
    }

    .m-sm-6 {
        margin: 7.2rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 7.2rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 7.2rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 7.2rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 7.2rem !important
    }

    .m-sm-7 {
        margin: 8.4rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 8.4rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 8.4rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 8.4rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 8.4rem !important
    }

    .m-sm-8 {
        margin: 9.6rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 9.6rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 9.6rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 9.6rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 9.6rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 1.2rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1.2rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1.2rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1.2rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1.2rem !important
    }

    .p-sm-2 {
        padding: 2.4rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 2.4rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 2.4rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 2.4rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 2.4rem !important
    }

    .p-sm-3 {
        padding: 3.6rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 3.6rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 3.6rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 3.6rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 3.6rem !important
    }

    .p-sm-4 {
        padding: 4.8rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4.8rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4.8rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4.8rem !important
    }

    .p-sm-5 {
        padding: 6rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 6rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 6rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 6rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 6rem !important
    }

    .p-sm-6 {
        padding: 7.2rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 7.2rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 7.2rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 7.2rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 7.2rem !important
    }

    .p-sm-7 {
        padding: 8.4rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 8.4rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 8.4rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 8.4rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 8.4rem !important
    }

    .p-sm-8 {
        padding: 9.6rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 9.6rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 9.6rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 9.6rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 9.6rem !important
    }

    .m-sm-n1 {
        margin: -1.2rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -1.2rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -1.2rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -1.2rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -1.2rem !important
    }

    .m-sm-n2 {
        margin: -2.4rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -2.4rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -2.4rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -2.4rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -2.4rem !important
    }

    .m-sm-n3 {
        margin: -3.6rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -3.6rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -3.6rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -3.6rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -3.6rem !important
    }

    .m-sm-n4 {
        margin: -4.8rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -4.8rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -4.8rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -4.8rem !important
    }

    .m-sm-n5 {
        margin: -6rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -6rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -6rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -6rem !important
    }

    .m-sm-n6 {
        margin: -7.2rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -7.2rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -7.2rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -7.2rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -7.2rem !important
    }

    .m-sm-n7 {
        margin: -8.4rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -8.4rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -8.4rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -8.4rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -8.4rem !important
    }

    .m-sm-n8 {
        margin: -9.6rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -9.6rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -9.6rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -9.6rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -9.6rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 769px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 1.2rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 1.2rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 1.2rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1.2rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 1.2rem !important
    }

    .m-md-2 {
        margin: 2.4rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 2.4rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 2.4rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 2.4rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 2.4rem !important
    }

    .m-md-3 {
        margin: 3.6rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 3.6rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 3.6rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 3.6rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 3.6rem !important
    }

    .m-md-4 {
        margin: 4.8rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 4.8rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 4.8rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 4.8rem !important
    }

    .m-md-5 {
        margin: 6rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 6rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 6rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 6rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 6rem !important
    }

    .m-md-6 {
        margin: 7.2rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 7.2rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 7.2rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 7.2rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 7.2rem !important
    }

    .m-md-7 {
        margin: 8.4rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 8.4rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 8.4rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 8.4rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 8.4rem !important
    }

    .m-md-8 {
        margin: 9.6rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 9.6rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 9.6rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 9.6rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 9.6rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 1.2rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 1.2rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 1.2rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1.2rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 1.2rem !important
    }

    .p-md-2 {
        padding: 2.4rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 2.4rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 2.4rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 2.4rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 2.4rem !important
    }

    .p-md-3 {
        padding: 3.6rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 3.6rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 3.6rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 3.6rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 3.6rem !important
    }

    .p-md-4 {
        padding: 4.8rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 4.8rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 4.8rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 4.8rem !important
    }

    .p-md-5 {
        padding: 6rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 6rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 6rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 6rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 6rem !important
    }

    .p-md-6 {
        padding: 7.2rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 7.2rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 7.2rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 7.2rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 7.2rem !important
    }

    .p-md-7 {
        padding: 8.4rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 8.4rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 8.4rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 8.4rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 8.4rem !important
    }

    .p-md-8 {
        padding: 9.6rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 9.6rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 9.6rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 9.6rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 9.6rem !important
    }

    .m-md-n1 {
        margin: -1.2rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -1.2rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -1.2rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -1.2rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -1.2rem !important
    }

    .m-md-n2 {
        margin: -2.4rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -2.4rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -2.4rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -2.4rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -2.4rem !important
    }

    .m-md-n3 {
        margin: -3.6rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -3.6rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -3.6rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -3.6rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -3.6rem !important
    }

    .m-md-n4 {
        margin: -4.8rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -4.8rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -4.8rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -4.8rem !important
    }

    .m-md-n5 {
        margin: -6rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -6rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -6rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -6rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -6rem !important
    }

    .m-md-n6 {
        margin: -7.2rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -7.2rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -7.2rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -7.2rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -7.2rem !important
    }

    .m-md-n7 {
        margin: -8.4rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -8.4rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -8.4rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -8.4rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -8.4rem !important
    }

    .m-md-n8 {
        margin: -9.6rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -9.6rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -9.6rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -9.6rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -9.6rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 1.2rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1.2rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1.2rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1.2rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1.2rem !important
    }

    .m-lg-2 {
        margin: 2.4rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 2.4rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 2.4rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 2.4rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 2.4rem !important
    }

    .m-lg-3 {
        margin: 3.6rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 3.6rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 3.6rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 3.6rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 3.6rem !important
    }

    .m-lg-4 {
        margin: 4.8rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4.8rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4.8rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4.8rem !important
    }

    .m-lg-5 {
        margin: 6rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 6rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 6rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 6rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 6rem !important
    }

    .m-lg-6 {
        margin: 7.2rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 7.2rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 7.2rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 7.2rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 7.2rem !important
    }

    .m-lg-7 {
        margin: 8.4rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 8.4rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 8.4rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 8.4rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 8.4rem !important
    }

    .m-lg-8 {
        margin: 9.6rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 9.6rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 9.6rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 9.6rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 9.6rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 1.2rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1.2rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1.2rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1.2rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1.2rem !important
    }

    .p-lg-2 {
        padding: 2.4rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 2.4rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 2.4rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 2.4rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 2.4rem !important
    }

    .p-lg-3 {
        padding: 3.6rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 3.6rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 3.6rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 3.6rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 3.6rem !important
    }

    .p-lg-4 {
        padding: 4.8rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4.8rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4.8rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4.8rem !important
    }

    .p-lg-5 {
        padding: 6rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 6rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 6rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 6rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 6rem !important
    }

    .p-lg-6 {
        padding: 7.2rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 7.2rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 7.2rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 7.2rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 7.2rem !important
    }

    .p-lg-7 {
        padding: 8.4rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 8.4rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 8.4rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 8.4rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 8.4rem !important
    }

    .p-lg-8 {
        padding: 9.6rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 9.6rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 9.6rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 9.6rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 9.6rem !important
    }

    .m-lg-n1 {
        margin: -1.2rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -1.2rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -1.2rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -1.2rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -1.2rem !important
    }

    .m-lg-n2 {
        margin: -2.4rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -2.4rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -2.4rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -2.4rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -2.4rem !important
    }

    .m-lg-n3 {
        margin: -3.6rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -3.6rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -3.6rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -3.6rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -3.6rem !important
    }

    .m-lg-n4 {
        margin: -4.8rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -4.8rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -4.8rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -4.8rem !important
    }

    .m-lg-n5 {
        margin: -6rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -6rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -6rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -6rem !important
    }

    .m-lg-n6 {
        margin: -7.2rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -7.2rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -7.2rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -7.2rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -7.2rem !important
    }

    .m-lg-n7 {
        margin: -8.4rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -8.4rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -8.4rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -8.4rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -8.4rem !important
    }

    .m-lg-n8 {
        margin: -9.6rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -9.6rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -9.6rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -9.6rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -9.6rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 1.2rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1.2rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1.2rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1.2rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1.2rem !important
    }

    .m-xl-2 {
        margin: 2.4rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 2.4rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 2.4rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 2.4rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 2.4rem !important
    }

    .m-xl-3 {
        margin: 3.6rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 3.6rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 3.6rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 3.6rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 3.6rem !important
    }

    .m-xl-4 {
        margin: 4.8rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4.8rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4.8rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4.8rem !important
    }

    .m-xl-5 {
        margin: 6rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 6rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 6rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 6rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 6rem !important
    }

    .m-xl-6 {
        margin: 7.2rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 7.2rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 7.2rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 7.2rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 7.2rem !important
    }

    .m-xl-7 {
        margin: 8.4rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 8.4rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 8.4rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 8.4rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 8.4rem !important
    }

    .m-xl-8 {
        margin: 9.6rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 9.6rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 9.6rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 9.6rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 9.6rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 1.2rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1.2rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1.2rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1.2rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1.2rem !important
    }

    .p-xl-2 {
        padding: 2.4rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 2.4rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 2.4rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 2.4rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 2.4rem !important
    }

    .p-xl-3 {
        padding: 3.6rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 3.6rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 3.6rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 3.6rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 3.6rem !important
    }

    .p-xl-4 {
        padding: 4.8rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4.8rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4.8rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4.8rem !important
    }

    .p-xl-5 {
        padding: 6rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 6rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 6rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 6rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 6rem !important
    }

    .p-xl-6 {
        padding: 7.2rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 7.2rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 7.2rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 7.2rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 7.2rem !important
    }

    .p-xl-7 {
        padding: 8.4rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 8.4rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 8.4rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 8.4rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 8.4rem !important
    }

    .p-xl-8 {
        padding: 9.6rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 9.6rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 9.6rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 9.6rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 9.6rem !important
    }

    .m-xl-n1 {
        margin: -1.2rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -1.2rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -1.2rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -1.2rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -1.2rem !important
    }

    .m-xl-n2 {
        margin: -2.4rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -2.4rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -2.4rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -2.4rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -2.4rem !important
    }

    .m-xl-n3 {
        margin: -3.6rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -3.6rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -3.6rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -3.6rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -3.6rem !important
    }

    .m-xl-n4 {
        margin: -4.8rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -4.8rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -4.8rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -4.8rem !important
    }

    .m-xl-n5 {
        margin: -6rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -6rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -6rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -6rem !important
    }

    .m-xl-n6 {
        margin: -7.2rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -7.2rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -7.2rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -7.2rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -7.2rem !important
    }

    .m-xl-n7 {
        margin: -8.4rem !important
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -8.4rem !important
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -8.4rem !important
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -8.4rem !important
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -8.4rem !important
    }

    .m-xl-n8 {
        margin: -9.6rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -9.6rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -9.6rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -9.6rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -9.6rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 769px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #202020 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #000 !important
}

.text-secondary {
    color: #9f7d52 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #6d5538 !important
}

.text-success {
    color: #ebdcd4 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #d3b2a0 !important
}

.text-info {
    color: #d0c3c0 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #af9994 !important
}

.text-warning {
    color: #72ab8b !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #4e8365 !important
}

.text-danger {
    color: #b20000 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #600 !important
}

.text-light {
    color: #f0f0ef !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbcbc8 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #363636 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: rgba(0, 0, 0, 0);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .row {
        margin-left: -6px;
        margin-right: -6px
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding-right: 6px;
        padding-left: 6px
    }
}

html {
    font-size: 62.5%
}

@scope (html) to (#fuw-wrapper) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    div,
    p,
    ul,
    ol,
    dl,
    dt,
    dd,
    header,
    footer,
    section,
    article {
        font-size: 1.5rem;
        padding: 0;
        line-height: 1.8;
        display: block;
        margin: 0px
    }

    @media(max-width: 768.98px) {

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        div,
        p,
        ul,
        ol,
        dl,
        dt,
        dd,
        form,
        header,
        footer,
        section,
        article {
            font-size: 1.2rem
        }
    }

    em {
        font-style: normal
    }

    b {
        font-weight: normal
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal
    }

    img {
        border: none;
        vertical-align: bottom
    }

    ul,
    ol {
        display: block;
        font-size: 1.5rem;
        line-height: 1.8;
        margin: 0px;
        padding-left: 1.5em
    }

    @media(max-width: 768.98px) {

        ul,
        ol {
            font-size: 1.2rem
        }
    }

    body {
        color: #363636;
        background: #fff
    }

    @media(min-width: 769px) {
        a[href^="tel:"] {
            pointer-events: none
        }
    }

    p {
        line-height: 1.8;
        letter-spacing: .04em
    }

}

/* .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0
}

.slick-dots>li {
    display: inline-block;
    margin: 0 2px;
    padding: 0
}

@media(max-width: 768.98px) {
    .slick-dots>li {
        margin: 0
    }
}

.slick-dots>li>button {
    border: none;
    background: none;
    display: block;
    width: 26px;
    height: 26px;
    background: rgba(54, 54, 54, .4);
    border-radius: 20px;
    border: 8px solid #fff;
    font-size: 10px;
    text-indent: -9999px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 0;
    padding: 0;
    cursor: pointer
}

@media(max-width: 768.98px) {
    .slick-dots>li>button {
        width: 24px;
        height: 24px
    }
}

.slick-dots>li>button:focus {
    outline: none
}

.slick-active>button {
    background: #202020 !important
} */

.l-header {
    width: 100%
}

@media(max-width: 768.98px) {
    .l-header.is-top {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 999
    }
}

.l-header__main {
    width: 100%;
    border-bottom: 1px solid #f0f0ef;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(240, 240, 239, .6);
    box-shadow: 0px 0px 4px 0px rgba(240, 240, 239, .6)
}

@media(max-width: 768.98px) {
    .l-header__main {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: none
    }
}

.c-head-bn+.l-header .l-header__main {
    padding-top: 47px
}

@media(max-width: 768.98px) {
    .c-head-bn+.l-header .l-header__main {
        padding-top: 70px
    }
}

.l-header.is-top .c-head-bn+.l-header__main {
    padding-top: 47px
}

@media(max-width: 768.98px) {
    .l-header.is-top .c-head-bn+.l-header__main {
        margin-top: 70px !important;
        padding-top: 0 !important
    }
}

.l-header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-header__logo {
    width: 400px
}

@media(max-width: 768.98px) {
    .l-header__logo {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center
    }
}

.l-header__logo img {
    width: auto;
    height: 40px
}

@media(max-width: 768.98px) {
    .l-header__logo img {
        height: 24px;
        -webkit-filter: drop-shadow(0px 1px 2px rgb(255, 255, 255)) drop-shadow(0px 1px 2px rgb(255, 255, 255));
        filter: drop-shadow(0px 0px 2px rgb(255, 255, 255)) drop-shadow(0px 1px 2px rgb(255, 255, 255))
    }

    .is-top .l-header__logo img {
        height: 40px
    }
}

.l-header__sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .l-header__sub {
        display: none
    }
}

.l-header__aside {
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.2rem;
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 10px
}

.l-header__aside li {
    padding: 2px 2px;
    border-left: 1px solid #f0f0ef
}

.l-header__aside li:first-child {
    border-left: none
}

.l-header__aside a {
    color: #707070;
    display: block;
    padding: 8px 10px;
    line-height: 1em;
    letter-spacing: .02em
}

.l-header__fairBtn {
    position: relative;
    width: 200px;
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #ebdcd4;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(max-width: 768.98px) {
    .l-header__fairBtn {
        display: none
    }
}

.l-header__fairBtn:hover {
    text-decoration: none;
    -webkit-filter: brightness(108%);
    filter: brightness(108%)
}

.l-header__fairBtn small {
    position: absolute;
    right: -3px;
    top: 3px;
    z-index: 9;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #b20000;
    color: #fff;
    border-radius: 20px
}

.l-header__fairBtn__wrap,
.l-sp-navMenu__fairBtn__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-header__fairBtn__wrap>img,
.l-sp-navMenu__fairBtn__wrap>img {
    width: 25px;
    height: auto;
    margin-right: 10px
}

.l-header__fairBtn__wrap span,
.l-sp-navMenu__fairBtn__wrap span {
    display: block;
    text-align: center;
    line-height: 1.1em;
    font-size: 1.6rem;
    font-family: "Old Standard TT", sans-serif;
    letter-spacing: 0em;
    padding-right: 4px;
    color: #202020
}

.l-header__fairBtn__wrap b,
.l-sp-navMenu__fairBtn__wrap b {
    display: block;
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .12em
}

.l-header__nav {
    width: 100%
}

@media(max-width: 768.98px) {
    .l-header__nav {
        display: none
    }
}

.l-stickyHeader {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 1999;
    width: 100%;
    background: #fff
}

.l-stickyHeader.is-visible {
    display: block;
    opacity: 1;
    top: 0px;
    -webkit-animation: fixedNavStaticAction .6s ease 0s 1 forwards;
    animation: fixedNavStaticAction .6s ease 0s 1 forwards
}

.l-stickyHeader.is-hidden {
    display: block;
    opacity: 0;
    top: -80px;
    -webkit-animation: fixedNavHiddenAction .6s ease 0s 1 backwards;
    animation: fixedNavHiddenAction .6s ease 0s 1 backwards
}

@media(max-width: 768.98px) {
    .l-stickyHeader {
        display: none !important
    }
}

.l-stickyHeader__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-stickyHeader__nav {
    width: calc(100% - 240px)
}

@media(max-width: 1199.98px) {
    .l-stickyHeader__nav {
        width: calc(100% - 210px)
    }
}

.l-stickyHeader__nav>* {
    font-size: 1.3rem !important
}

@media(max-width: 1199.98px) {
    .l-stickyHeader__nav>* {
        font-size: 1.2rem !important
    }
}

@-webkit-keyframes fixedNavStaticAction {
    0% {
        opacity: 0;
        top: -6px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fixedNavStaticAction {
    0% {
        opacity: 0;
        top: -6px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes fixedNavHiddenAction {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: 0;
        top: -4px
    }
}

@keyframes fixedNavHiddenAction {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: 0;
        top: -4px
    }
}

.l-form-header {
    width: 100%;
    border-bottom: 1px solid #f0f0ef;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(240, 240, 239, .6);
    box-shadow: 0px 0px 4px 0px rgba(240, 240, 239, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-form-header__logo {
    padding: 16px 0
}

@media(max-width: 768.98px) {
    .l-form-header__logo {
        padding: 12px 0
    }
}

.l-form-header__logo img {
    width: auto;
    height: 30px;
    margin: 0 8px
}

@media(max-width: 768.98px) {
    .l-form-header__logo img {
        height: 19px;
        margin: 0 6px
    }
}

.l-gnav {
    list-style-type: none;
    font-size: 1.4rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    letter-spacing: .08em
}

.l-gnav>li>a {
    display: block;
    padding: 9px 6px;
    color: #363636;
    -webkit-transition: all .1s;
    transition: all .1s
}

.l-gnav>li>a:hover {
    text-decoration: none;
    color: #9c9c9c
}

.l-gnav>li:first-child a {
    padding-left: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
}

.l-gnav>li:last-child a {
    padding-right: 0
}

.l-sp-nav {
    width: 100%;
    height: 52px;
    background: #fff;
    padding: 0 15px 0 0;
    position: fixed;
    z-index: 7999;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-sp-nav__fairBtn {
    position: relative;
    width: calc(50% - 55px);
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #ebdcd4
}

.l-sp-nav__fairBtn:hover {
    text-decoration: none
}

.l-sp-nav__fairBtn span {
    display: block;
    text-align: center;
    line-height: 1em;
    font-size: 1.4rem;
    font-family: "Old Standard TT", sans-serif;
    letter-spacing: 0em;
    color: #202020
}

.l-sp-nav__fairBtn b {
    display: block;
    font-size: 1.1rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .08em;
    margin-top: 1px
}

.l-sp-nav__fairBtn small {
    font-size: 1.1rem;
    position: absolute;
    right: 2px;
    top: -4px;
    z-index: 9;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #b20000;
    color: #fff;
    border-radius: 20px
}

@media(max-width: 320px) {
    .l-sp-nav__fairBtn small {
        right: -2px;
        top: -4px
    }
}

.l-sp-nav__lineBtn {
    position: relative;
    width: calc(50% - 55px);
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #06c755;
    color: #fff
}

.l-sp-nav__lineBtn:hover {
    text-decoration: none;
    color: #fff
}

.l-sp-nav__lineBtn__icon {
    width: 22px;
    height: auto;
    margin-right: 5px
}

.l-sp-nav__lineBtn span {
    line-height: 1.5em;
    font-size: 1.1rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    font-weight: bold
}

.l-sp-nav-list {
    width: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    padding: 0
}

.l-sp-nav-list__item {
    position: relative;
    width: 55px;
    height: 52px;
    border-right: 1px solid #f0f0ef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-sp-nav-list__icon {
    height: 20px;
    margin-bottom: 5px
}

.l-sp-nav-list__icon img {
    width: auto;
    height: 20px
}

.l-sp-nav-list__link {
    font-size: 1.1rem;
    color: #202020;
    line-height: 1em
}

.l-sp-nav-list__link:hover {
    text-decoration: none;
    color: #202020
}

.l-sp-navIcon {
    display: block;
    position: relative;
    width: 21px;
    height: 15px;
    margin: 3px auto 0 auto
}

.l-sp-navIcon span {
    width: 21px;
    height: 1px;
    display: block;
    background: #202020;
    position: relative
}

.l-sp-navIcon span.is-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.l-sp-navIcon span.is-middle {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.l-sp-navIcon span.is-bottom {
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
}

.l-sp-navIcon.is-open .is-top {
    -webkit-animation: spNav-top-close .7s ease-in-out 0s 1 forwards;
    animation: spNav-top-close .7s ease-in-out 0s 1 forwards;
    background: #d0c3c0
}

.l-sp-navIcon.is-open .is-middle {
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    opacity: 0
}

.l-sp-navIcon.is-open .is-bottom {
    -webkit-animation: spNav-bottom-close .7s ease-in-out 0s 1 forwards;
    animation: spNav-bottom-close .7s ease-in-out 0s 1 forwards;
    background: #d0c3c0
}

@-webkit-keyframes spNav-top-close {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg)
    }
}

@keyframes spNav-top-close {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg)
    }
}

@-webkit-keyframes spNav-bottom-close {
    0% {
        -webkit-transform: translateY(12px) rotate(0deg);
        transform: translateY(12px) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg)
    }
}

@keyframes spNav-bottom-close {
    0% {
        -webkit-transform: translateY(12px) rotate(0deg);
        transform: translateY(12px) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg)
    }
}

.l-sp-navMenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7899;
    background: rgba(255, 255, 255, .94)
}

.l-sp-navMenu.is-open {
    display: block;
    -webkit-animation: spMenufadeIn .3s linear .1s 1 backwards;
    animation: spMenufadeIn .3s linear .1s 1 backwards
}

.l-sp-navMenu.is-close {
    display: block;
    -webkit-animation: spMenufadeOut .3s linear .1s 1 forwards;
    animation: spMenufadeOut .3s linear .1s 1 forwards
}

@-webkit-keyframes spMenufadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes spMenufadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes spMenufadeOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 0;
        display: none;
        visibility: hidden
    }
}

@keyframes spMenufadeOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 0;
        display: none;
        visibility: hidden
    }
}

xbody {
    overflow-y: hidden
}

.l-sp-navMenu__wrap {
    height: 100%;
    padding-bottom: 60px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.is-open .l-sp-navMenu__wrap {
    -webkit-animation: translateY-up--1 1s ease .5s 1 backwards;
    animation: translateY-up--1 1s ease .5s 1 backwards
}

.l-sp-navMenu__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px 0 20px 0
}

.l-sp-navMenu__logo img {
    width: auto;
    height: 19px;
    margin: 0 8px
}

.l-sp-navMenu__fairBtn {
    width: 100%;
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #EBDCD4), to(#f0e5de));
    background: -webkit-linear-gradient(bottom, #EBDCD4 50%, #f0e5de 100%);
    background: linear-gradient(0deg, #EBDCD4 50%, #f0e5de 100%)
}

.l-sp-navMenu__fairBtn:hover {
    text-decoration: none
}

.l-sp-navMenu__list {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.l-sp-navMenu__list>li {
    width: 50%;
    position: relative;
    border-bottom: 1px solid #f0f0ef;
    padding: 10px 10px 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-sp-navMenu__list>li:nth-child(odd) {
    width: calc(50% - 1px);
    border-right: 1px solid #f0f0ef
}

.l-sp-navMenu__icon {
    width: 34px;
    height: 34px;
    border-radius: 20px;
    margin-right: 10px
}

@media(max-width: 320px) {
    .l-sp-navMenu__icon {
        width: 26px;
        height: 26px;
        margin-right: 8px
    }
}

.l-sp-navMenu__icon--svg {
    width: 34px;
    height: 34px;
    border-radius: 20px;
    margin-right: 10px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-sp-navMenu__icon--svg img {
    width: 20px;
    height: auto
}

.l-sp-navMenu__link {
    font-size: 1.2rem;
    color: #363636
}

@media(max-width: 320px) {
    .l-sp-navMenu__link {
        font-size: 1.1rem
    }
}

.l-sp-navMenu__link:hover {
    text-decoration: none;
    color: #363636
}

.l-sp-navMenu__address {
    text-align: center;
    padding-top: 10px
}

.l-sp-navMenu__tel {
    color: #363636;
    font-size: 2.2rem;
    line-height: 1.1em
}

.l-sp-navMenu__tel:hover {
    text-decoration: none;
    color: #363636
}

.l-sp-navMenu__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    margin-top: 15px;
    padding: 0
}

.l-sp-navMenu__sns a {
    margin: 0 6px
}

.l-sp-navMenu__sns img {
    width: 30px;
    height: auto
}

.l-sp-navMenu__contact {
    margin-top: 30px;
    padding: 30px 15px 20px 15px;
    border-top: 3px double #f0f0ef;
    text-align: center
}

.l-container {
    width: 100%;
    max-width: 1248px;
    min-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

@media(max-width: 768.98px) {
    .l-container {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0 15px
    }
}

.l-container-small {
    width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

@media(max-width: 768.98px) {
    .l-container-small {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0 15px
    }
}

.l-container-fluid {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

@media(max-width: 768.98px) {
    .l-container-fluid {
        width: 100%;
        min-width: 0;
        padding: 0 15px
    }
}

.l-pagetop {
    position: fixed;
    display: none;
    z-index: 1009;
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.l-pagetop:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.l-pagetop.is-visible {
    display: block;
    -webkit-animation: pageTopFadeIn .6s ease 0s 1 forwards;
    animation: pageTopFadeIn .6s ease 0s 1 forwards
}

.l-pagetop.is-hidden {
    -webkit-animation: pageTopFadeOut .6s ease 0s 1 forwards;
    animation: pageTopFadeOut .6s ease 0s 1 forwards;
    display: block
}

@media(max-width: 768.98px) {
    .l-pagetop {
        display: none !important
    }
}

.l-page-title {
    width: 100%;
    min-width: 1024px;
    border-top: 3px double #f0f0ef;
    padding: 54px 0 40px
}

@media(max-width: 768.98px) {
    .l-page-title {
        min-width: 0;
        padding: 30px 0 26px
    }
}

.l-page-title__en {
    font-size: 3.6rem !important
}

@media(max-width: 768.98px) {
    .l-page-title__en {
        font-size: 2.7rem !important
    }
}

.l-page-introduction {
    margin-bottom: 22px
}

.l-page-introduction:before {
    content: "";
    width: 70px;
    height: 3px;
    border: 1px solid #e6d4ca;
    display: block;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px
}

@media(max-width: 768.98px) {
    .l-page-introduction:before {
        margin-bottom: 16px
    }
}

.l-page-introduction>p {
    text-align: center;
    color: #202020;
    line-height: 2.2em
}

.l-form-title {
    padding: 34px 0 24px 0
}

.l-form-title__en {
    font-size: 4.2rem !important
}

@media(max-width: 768.98px) {
    .l-form-title__en {
        font-size: 2.9rem !important
    }
}

@-webkit-keyframes pageTopFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pageTopFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes pageTopFadeOut {
    0% {
        opacity: 1;
        display: block
    }

    99% {
        opacity: 0;
        display: block;
        visibility: visible
    }

    100% {
        opacity: 0;
        display: none;
        visibility: hidden
    }
}

@keyframes pageTopFadeOut {
    0% {
        opacity: 1;
        display: block
    }

    99% {
        opacity: 0;
        display: block;
        visibility: visible
    }

    100% {
        opacity: 0;
        display: none;
        visibility: hidden
    }
}

.l-pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ebebea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-pagetop img {
    width: 20px;
    height: auto
}

.l-footer {
    background: url(../img/common/footer_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 48px 0;
    color: #fff
}

@media(max-width: 768.98px) {
    .l-footer {
        padding: 12px 0 15px 0
    }
}

.l-footer__logo img {
    width: auto;
    height: 40px
}

@media(max-width: 768.98px) {
    .l-footer__logo img {
        height: 20px
    }
}

.l-footer__title {
    text-align: center;
    font-size: 5.6rem;
    font-family: "Old Standard TT", sans-serif;
    letter-spacing: .05em;
    margin: 12px 0 16px 0;
    line-height: 1.1em
}

@media(max-width: 768.98px) {
    .l-footer__title {
        font-size: 2.2rem
    }
}

.l-footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 24px
}

@media(max-width: 768.98px) {
    .l-footer__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 22px
    }
}

.l-footer__contact__btn {
    width: 200px;
    margin-bottom: 40px;
    margin: 0 8px
}

@media(max-width: 768.98px) {
    .l-footer__contact__btn {
        width: 250px;
        height: 44px;
        margin-bottom: 6px
    }

    .l-footer__contact__btn:last-child {
        margin-bottom: 0
    }
}

.l-footer__fair-btn {
    display: inline-block;
    height: 48px;
    background: #ebdcd4;
    color: #363636;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    letter-spacing: .02em;
    -webkit-transition: all .2s;
    transition: all .2s
}

.l-footer__fair-btn:hover {
    color: #363636;
    text-decoration: none;
    -webkit-filter: brightness(108%);
    filter: brightness(108%)
}

.l-footer__fair-btn:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/common/svg-icon/search-list.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 25px
}

.l-footer__address {
    text-align: center;
    padding-bottom: 56px;
    border-bottom: 3px double rgba(255, 255, 255, .1)
}

@media(max-width: 768.98px) {
    .l-footer__address {
        padding-bottom: 12px
    }
}

.l-footer__address p {
    letter-spacing: .08em
}

.l-footer__tel {
    text-align: center;
    font-size: 4.2rem;
    font-family: "Old Standard TT", sans-serif;
    letter-spacing: .05em;
    line-height: 1.1em;
    color: #fff
}

@media(max-width: 768.98px) {
    .l-footer__tel {
        font-size: 2.7rem
    }
}

.l-footer__tel:hover {
    color: #fff;
    text-decoration: none
}

.l-footer-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    margin-bottom: 24px;
    padding: 0
}

@media(max-width: 768.98px) {
    .l-footer-sns {
        margin-bottom: 22px
    }
}

.l-footer-sns a {
    margin: 0 9px
}

.l-footer-sns img {
    width: 22px;
    height: auto
}

.l-footer__sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 20px
}

@media(max-width: 768.98px) {
    .l-footer__sitemap {
        display: none
    }
}

.l-footer__sitemap__list {
    width: 20%;
    max-width: 200px;
    list-style-type: none;
    padding: 0;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif
}

.l-footer__sitemap__list a {
    color: #e6e6e6;
    font-size: 1.1rem;
    letter-spacing: .08em
}

.l-footer__sitemap__list a:hover {
    color: #e6e6e6;
    text-decoration: none
}

.l-footer__sitemap__list>li {
    line-height: 1.8em
}

.l-footer__sitemap__list>li>a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin-right: 6px;
    vertical-align: middle
}

.l-footer__sitemap__list>li>ul {
    list-style-type: none;
    margin-top: -2px;
    padding: 0 0 0 10px
}

.l-footer__sitemap__list>li>ul>li {
    line-height: 1.5em
}

.l-footer__sitemap__list>li>ul>li>a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    margin-right: 6px;
    border-width: 3px 0 3px 3px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, .5);
    vertical-align: middle
}

.l-copyright {
    width: 600px;
    margin: 0 auto;
    padding: 16px 24px;
    text-align: center;
    font-family: "Old Standard TT", sans-serif;
    background: #fff;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .l-copyright {
        width: 100%;
        padding: 15px 15px 70px 15px
    }
}

.l-copyright small {
    font-size: 1.5rem;
    line-height: 1em;
    color: #707070
}

@media(max-width: 768.98px) {
    .l-copyright small {
        font-size: 1.2rem
    }
}

.c-bg-pickup {
    background: rgba(159, 125, 82, .1)
}

.c-bg-aside {
    background: rgba(159, 125, 82, .08)
}

.c-hr-1 {
    width: 100%;
    height: 1px;
    border-top: 1px solid #f0f0ef;
    border-bottom: 1px solid #f0f0ef
}

.c-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    gap: 20px
}

.c-btn-1,
.c-btn-1--weak {
    position: relative;
    display: inline-block;
    min-width: 160px;
    font-family: "Old Standard TT", sans-serif;
    font-size: 1.2rem;
    background: #9f7d52;
    line-height: 1em;
    padding: 12px 24px 11px 24px;
    color: #fff;
    text-align: center;
    letter-spacing: .02em;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(max-width: 768.98px) {

    .c-btn-1,
    .c-btn-1--weak {
        min-width: 160px;
        font-size: 1.2rem;
        padding: 15px 24px
    }
}

.c-btn-1:hover,
.c-btn-1--weak:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

.c-btn-1:before,
.c-btn-1--weak:before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #f0f0ef;
    position: absolute;
    left: -10px;
    top: 50%
}

.c-btn-1--weak {
    color: #202020;
    background-color: #fff;
    border: solid 1px #202020
}

.c-btn-1--weak:hover {
    color: #202020
}

.c-btn-2,
.c-btn-2--line,
.c-btn-2--white,
.c-btn-2--primary {
    position: relative;
    min-width: 200px;
    height: 46px;
    line-height: 1em;
    padding: 5px 20px;
    color: #9f7d52;
    background: #fff;
    font-family: "Old Standard TT", sans-serif;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #d0c3c0;
    -webkit-box-shadow: 4px 4px 0 rgba(208, 195, 192, .2);
    box-shadow: 4px 4px 0 rgba(208, 195, 192, .2);
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(max-width: 768.98px) {

    .c-btn-2,
    .c-btn-2--line,
    .c-btn-2--white,
    .c-btn-2--primary {
        font-size: 1.2rem;
        min-width: 160px;
        height: auto;
        min-height: 42px
    }
}

.c-btn-2:hover,
.c-btn-2--line:hover,
.c-btn-2--white:hover,
.c-btn-2--primary:hover {
    color: #9f7d52;
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

.c-btn-2.is-right-arrow:after,
.is-right-arrow.c-btn-2--line:after,
.is-right-arrow.c-btn-2--white:after,
.is-right-arrow.c-btn-2--primary:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23d0c3c0' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E");
    background-size: 7px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 7px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-2.is-back-arrow:before,
.is-back-arrow.c-btn-2--line:before,
.is-back-arrow.c-btn-2--white:before,
.is-back-arrow.c-btn-2--primary:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23d0c3c0' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E");
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-btn-2.is-fixed-arrow,
.is-fixed-arrow.c-btn-2--line,
.is-fixed-arrow.c-btn-2--white,
.is-fixed-arrow.c-btn-2--primary {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23d0c3c0' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 10px;
    background-position: right 12px center
}

.c-btn-2--primary {
    color: #fff;
    background: #202020;
    border: 0;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .1)
}

.c-btn-2--primary:hover {
    color: #fff
}

.c-btn-2--primary.is-right-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23ffffff' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-2--primary.is-back-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23ffffff' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-2--primary.is-fixed-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23ffffff' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-2--white {
    color: #202020;
    background: #fff;
    border: 1px solid #f0f0ef;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .1)
}

.c-btn-2--white:hover {
    color: #202020
}

.c-btn-2--white.is-right-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%239F7D52' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-2--white.is-back-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%239F7D52' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-2--white.is-fixed-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%239F7D52' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-2--line {
    color: #fff;
    background: #3dbc3d;
    border: 0;
    -webkit-box-shadow: 4px 4px 0 rgba(6, 199, 85, .3);
    box-shadow: 4px 4px 0 rgba(6, 199, 85, .3)
}

.c-btn-2--line.is-fixed-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23ffffff' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-2--line:hover {
    color: #fff
}

.c-btn-3,
.c-btn-3--gray,
.c-btn-3--success {
    position: relative;
    min-width: 200px;
    height: 56px;
    line-height: 1.4em;
    padding: 5px 20px;
    color: #202020;
    background: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: 1px solid #e9e9e7;
    border-bottom: 3px solid #e9e9e7;
    border-radius: 3px;
    font-size: 1.5rem;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(max-width: 768.98px) {

    .c-btn-3,
    .c-btn-3--gray,
    .c-btn-3--success {
        font-size: 1.2rem;
        min-width: 160px;
        height: auto;
        min-height: 46px
    }
}

.c-btn-3.is-fixed-arrow,
.is-fixed-arrow.c-btn-3--gray,
.is-fixed-arrow.c-btn-3--success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23EBDCD4' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 7px 10px;
    background-position: right 12px center
}

.c-btn-3.is-right-arrow:after,
.is-right-arrow.c-btn-3--gray:after,
.is-right-arrow.c-btn-3--success:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23EBDCD4' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.c-btn-3.is-left-arrow:before,
.is-left-arrow.c-btn-3--gray:before,
.is-left-arrow.c-btn-3--success:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23EBDCD4' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.c-btn-3.is-back-arrow:before,
.is-back-arrow.c-btn-3--gray:before,
.is-back-arrow.c-btn-3--success:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23EBDCD4' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-btn-3:hover,
.c-btn-3--gray:hover,
.c-btn-3--success:hover {
    color: #202020;
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-3--success {
    background: #ebdcd4;
    border: 1px solid #ebdcd4;
    border-bottom: 3px solid #e3cec3
}

.c-btn-3--success.is-fixed-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23202020' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-3--success.is-left-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23202020' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E")
}

.c-btn-3--success:hover {
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

.c-btn-3--gray {
    background: #b7b7b7;
    color: #fff;
    border: 1px solid #b7b7b7;
    border-bottom: 3px solid #9e9e9e
}

.c-btn-3--gray.is-fixed-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23ffffff' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E")
}

.c-btn-3--gray.is-left-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23FFFFFF' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E")
}

.c-btn-3--gray:hover {
    color: #fff;
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

.c-btn-4,
.c-btn-4--white,
.c-btn-4--light {
    min-width: 200px;
    height: 48px;
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(112, 112, 112, .7);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    letter-spacing: .04em;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(max-width: 768.98px) {

    .c-btn-4,
    .c-btn-4--white,
    .c-btn-4--light {
        min-width: 160px
    }
}

.c-btn-4:hover,
.c-btn-4--white:hover,
.c-btn-4--light:hover {
    color: #fff;
    text-decoration: none;
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

.c-btn-4:before,
.c-btn-4--white:before,
.c-btn-4--light:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23FFFFFF' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px
}

.c-btn-4--light {
    background: #f0f0ef;
    color: #202020;
    border: 1px solid #e9e9e7
}

.c-btn-4--light:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23202020' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E")
}

.c-btn-4--light:hover {
    color: #202020
}

.c-btn-4--white {
    background: #fff;
    color: #202020;
    border: 1px solid #e6d4ca
}

.c-btn-4--white:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23EBDCD4' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E")
}

.c-btn-4--white:hover {
    color: #202020
}

.c-badge,
.c-badge--danger,
.c-badge--info,
.c-badge--success,
.c-badge--secondary,
.c-badge--primary {
    font-size: 1.2rem;
    font-family: "Spinnaker", sans-serif;
    line-height: 1em;
    border-radius: 3px;
    padding: 2px 3px;
    border: 1px solid #707070
}

.c-badge--primary {
    color: #202020;
    border: 1px solid rgba(32, 32, 32, .5)
}

.c-badge--secondary {
    color: #9f7d52;
    border: 1px solid rgba(159, 125, 82, .5)
}

.c-badge--success {
    color: #ebdcd4;
    border: 1px solid rgba(235, 220, 212, .5)
}

.c-badge--info {
    color: #d0c3c0;
    border: 1px solid rgba(208, 195, 192, .5)
}

.c-badge--danger {
    color: #b20000;
    border: 1px solid rgba(178, 0, 0, .5)
}

.c-badge-group__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.c-badge-group__list li {
    margin: 0 6px 6px 0;
    padding: 0;
    line-height: 1em
}

@media(max-width: 768.98px) {
    .c-badge-group__list li {
        margin: 0 5px 5px 0
    }
}

.c-badge-group__item {
    display: inline-block;
    min-width: 100px;
    text-align: center;
    background: #999;
    color: #fff;
    padding: 4px 6px;
    letter-spacing: .08em;
    line-height: 1em;
    font-size: 1.2rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media(max-width: 768.98px) {
    .c-badge-group__item {
        min-width: 84px;
        font-size: 1.1rem
    }
}

.c-badge-group__item.is-bg--v1 {
    background: -webkit-gradient(linear, left top, right top, from(#a80000), color-stop(25%, #b20000));
    background: -webkit-linear-gradient(left, #a80000 0%, #b20000 25%);
    background: linear-gradient(90deg, #a80000 0%, #b20000 25%)
}

.c-badge-group__item.is-bg--v2 {
    background: -webkit-gradient(linear, left top, right top, from(#d09954), color-stop(25%, #cc9044));
    background: -webkit-linear-gradient(left, #d09954 0%, #cc9044 25%);
    background: linear-gradient(90deg, #d09954 0%, #cc9044 25%)
}

.c-badge-group__item.is-bg--v3 {
    background: -webkit-gradient(linear, left top, right top, from(#bc0000), color-stop(25%, #b20000));
    background: -webkit-linear-gradient(left, #bc0000 0%, #b20000 25%);
    background: linear-gradient(90deg, #bc0000 0%, #b20000 25%)
}

.c-badge-group__item.is-bg--v4 {
    color: #202020;
    background: -webkit-gradient(linear, left top, right top, from(#e1cbbf), color-stop(25%, #dbc0b1));
    background: -webkit-linear-gradient(left, #e1cbbf 0%, #dbc0b1 25%);
    background: linear-gradient(90deg, #e1cbbf 0%, #dbc0b1 25%)
}

.c-badge-group__item.is-bg--v5 {
    background: -webkit-gradient(linear, left top, right top, from(#a80000), color-stop(25%, #b20000));
    background: -webkit-linear-gradient(left, #a80000 0%, #b20000 25%);
    background: linear-gradient(90deg, #a80000 0%, #b20000 25%)
}

.c-billboard-bn {
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    min-width: 1024px
}

@media(max-width: 768.98px) {
    .c-billboard-bn {
        background: rgba(208, 195, 192, .1);
        padding-bottom: 0;
        min-width: 0
    }
}

.c-billboard-bn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 65vh;
    min-height: 460px;
    max-height: 560px;
    background: rgba(208, 195, 192, .1)
}

@media(max-width: 768.98px) {
    .c-billboard-bn:before {
        display: none
    }
}

.c-billboard-bn.is-md-reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-billboard-bn__wrap {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 460px;
    max-height: 560px;
    max-width: calc(50% + 600px + 24px);
    padding-right: 24px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-billboard-bn__wrap:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(108%);
    filter: brightness(108%)
}

@media(max-width: 768.98px) {
    .c-billboard-bn__wrap {
        height: auto;
        min-height: 0;
        max-height: none;
        max-width: none;
        padding-right: 0
    }
}

.is-md-reverse .c-billboard-bn__wrap {
    padding-right: 0;
    padding-left: 24px
}

@media(max-width: 768.98px) {
    .is-md-reverse .c-billboard-bn__wrap {
        max-width: none;
        padding-left: 0
    }
}

.c-billboard-bn__link:hover {
    text-decoration: none
}

.c-billboard-bn__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media(max-width: 768.98px) {
    .c-billboard-bn__img {
        height: 50vw;
        min-height: 210px;
        max-height: 320px
    }
}

@media(max-width: 320px) {
    .c-billboard-bn__img {
        min-height: 160px
    }
}

.c-billboard-bn__main {
    width: 396px;
    height: calc(100% + 1px);
    background: rgba(255, 255, 255, .7);
    position: absolute;
    right: 24px;
    top: 0;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px
}

@media(max-width: 768.98px) {
    .c-billboard-bn__main {
        height: 50vw;
        min-height: 210px;
        max-height: 320px;
        width: 144px;
        right: 0;
        padding: 15px
    }
}

@media(max-width: 320px) {
    .c-billboard-bn__main {
        min-height: 160px;
        width: 124px
    }
}

.is-md-reverse .c-billboard-bn__main {
    right: auto;
    left: 24px
}

@media(max-width: 768.98px) {
    .is-md-reverse .c-billboard-bn__main {
        left: 0
    }
}

.c-billboard-bn__h {
    font-size: 5.6rem;
    color: #202020;
    line-height: 1.2em;
    letter-spacing: .02em;
    margin-bottom: 2px
}

@media(max-width: 768.98px) {
    .c-billboard-bn__h {
        font-size: 2.2rem
    }
}

@media(max-width: 320px) {
    .c-billboard-bn__h {
        font-size: 1.8rem
    }
}

.c-billboard-bn__caption {
    display: block;
    font-size: 1.5rem;
    color: #363636;
    letter-spacing: .1em;
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .c-billboard-bn__caption {
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

.c-sepia-bn {
    width: 100%;
    height: 62vh;
    min-height: 400px;
    max-height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .3);
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-sepia-bn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

@media(max-width: 768.98px) {
    .c-sepia-bn {
        height: 40vw;
        min-height: 180px;
        max-height: 280px
    }
}

@media(max-width: 320px) {
    .c-sepia-bn {
        min-height: 150px
    }
}

.c-sepia-bn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23202020' fill-opacity='0.3' width='evenodd'%3E%3Crect width='1' height='1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat
}

.c-sepia-bn__main_bestrate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.c-sepia-bn__main_bestrate img {
    width: 100px;
    margin: 5px
}

@media(max-width: 768.98px) {
    .c-sepia-bn__main_bestrate img {
        width: 55px
    }
}

.c-sepia-bn__link {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff
}

.c-sepia-bn__link:hover {
    text-decoration: none;
    color: #fff
}

.c-sepia-bn__main {
    display: block;
    position: relative;
    width: 280px;
    text-align: center
}

.c-sepia-bn__main:before,
.c-sepia-bn__main:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #fff;
    display: block;
    border-radius: 2px
}

.c-sepia-bn__h {
    font-family: "Old Standard TT", sans-serif;
    font-size: 5.6rem;
    line-height: 1em;
    margin-top: 24px;
    margin-bottom: 1px;
    letter-spacing: .02em
}

@media(max-width: 768.98px) {
    .c-sepia-bn__h {
        font-size: 2.7rem;
        margin-top: 16px
    }
}

.c-sepia-bn__caption {
    display: block;
    line-height: 1em;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
    letter-spacing: .2em
}

@media(max-width: 768.98px) {
    .c-sepia-bn__caption {
        font-size: 1.2rem;
        margin-bottom: 12px
    }
}

.c-pickup-bn {
    width: 100%;
    min-height: 180px;
    padding: 8px 0 8px 8px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #9f7d52
}

.c-pickup-bn:hover {
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

@media(max-width: 1199.98px) {
    .c-pickup-bn {
        min-height: 160px
    }
}

@media(max-width: 768.98px) {
    .c-pickup-bn {
        padding: 8px;
        min-height: 0
    }
}

.c-pickup-bn__img {
    width: 46%;
    height: auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 4px 4px 0 rgba(255, 255, 255, .4);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, .4)
}

@media(max-width: 768.98px) {
    .c-pickup-bn__img {
        width: calc(45% - 12px);
        height: 31vw;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-pickup-bn__wrap {
    width: 54%;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .c-pickup-bn__wrap {
        width: 55%;
        padding: 0
    }
}

.c-pickup-bn__main {
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
    margin-bottom: 16px
}

@media(max-width: 768.98px) {
    .c-pickup-bn__main {
        margin-bottom: 10px
    }
}

.c-pickup-bn__main:before,
.c-pickup-bn__main:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #fff;
    display: block;
    border-radius: 2px
}

.c-pickup-bn__h {
    font-family: "Spinnaker", sans-serif;
    font-size: 2.4rem;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 8px;
    padding: 0 6px
}

@media(max-width: 768.98px) {
    .c-pickup-bn__h {
        font-size: 1.8rem;
        margin-top: 8px
    }
}

@media(max-width: 320px) {
    .c-pickup-bn__h {
        font-size: 1.5rem
    }
}

.c-pickup-bn__caption {
    display: block;
    line-height: 1em;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding: 0 6px;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .c-pickup-bn__caption {
        font-size: 1.2rem;
        margin-bottom: 8px
    }
}

.c-pickup-bn__caption:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 8px;
    background: rgba(255, 255, 255, .5);
    vertical-align: middle
}

@media(max-width: 768.98px) {
    .c-pickup-bn__caption:before {
        width: 16px
    }
}

.c-pickup-bn__link {
    width: 100%
}

.c-pickup-bn__btn {
    width: 100%;
    min-width: 0;
    -webkit-box-shadow: 4px 4px 0 rgba(255, 255, 255, .2);
    box-shadow: 4px 4px 0 rgba(255, 255, 255, .2)
}

.c-pickup-bn__btn:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23202020' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E") !important
}

@media(max-width: 768.98px) {
    .c-pickup-bn__btn {
        min-height: 40px
    }
}

.c-split-bn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #e5d1c6;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(240, 240, 239, .7);
    box-shadow: 6px 6px 0px 0px rgba(240, 240, 239, .7)
}

.c-split-bn:hover {
    -webkit-transition: .2s;
    transition: .2s;
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.c-split-bn__img {
    width: 50%
}

.c-split-bn__img img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (-ms-high-contrast: none) {

    .c-split-bn__img img *::-ms-backdrop,
    .c-split-bn__img img {
        visibility: hidden
    }
}

@media(max-width: 768.98px) {
    .c-split-bn__img img {
        width: 100%;
        height: 32vw
    }
}

.c-split-bn__main {
    width: 50%;
    background: #ebdcd4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .c-split-bn__main {
        padding: 6px 15px
    }
}

.c-split-bn__h {
    font-size: 2.4rem
}

@media(max-width: 768.98px) {
    .c-split-bn__h {
        font-size: 1.4rem;
        line-height: 1.6em
    }
}

@media(max-width: 320px) {
    .c-split-bn__h {
        font-size: 1.2rem
    }
}

.c-split-bn__caption {
    color: #9f7d52;
    display: block;
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-family: "Old Standard TT", sans-serif;
    border-bottom: 1px solid #e1cbbf
}

@media(max-width: 768.98px) {
    .c-split-bn__caption {
        padding-top: 5px;
        margin-bottom: 4px;
        font-size: 1.2rem
    }
}

.c-split-bn__link {
    color: #9f7d52
}

.c-split-bn__link:hover {
    text-decoration: none;
    color: #9f7d52
}

.c-line-bn {
    position: relative;
    display: block;
    border-radius: 4px;
    background: #e8ffd8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 4px
}

.c-line-bn:hover {
    text-decoration: none
}

.c-line-bn:after {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #06c755;
    border-radius: 4px;
    background: #e8ffd8;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -4px;
    z-index: -1
}

.c-line-bn__logo {
    width: 80px;
    border-radius: 4px 0 0 4px;
    overflow: hidden
}

@media(max-width: 768.98px) {
    .c-line-bn__logo {
        width: 60px
    }
}

@media(max-width: 320px) {
    .c-line-bn__logo {
        width: 50px
    }
}

.c-line-bn__logo img {
    width: 80px;
    height: 80px
}

@media(max-width: 768.98px) {
    .c-line-bn__logo img {
        width: 60px;
        height: 60px
    }
}

@media(max-width: 320px) {
    .c-line-bn__logo img {
        width: 50px;
        height: 50px
    }
}

.c-line-bn__main {
    width: calc(100% - 80px);
    height: 80px;
    border: 1px solid #06c755;
    border-radius: 0 4px 4px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .c-line-bn__main {
        width: calc(100% - 60px);
        height: 60px;
        padding: 0 7px
    }
}

@media(max-width: 320px) {
    .c-line-bn__main {
        width: calc(100% - 50px);
        height: 50px
    }
}

.c-line-bn__text {
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.8rem;
    color: #363636;
    letter-spacing: .04em
}

@media(max-width: 768.98px) {
    .c-line-bn__text {
        font-size: 1.3rem;
        left: 0em
    }
}

@media(max-width: 320px) {
    .c-line-bn__text {
        font-size: 1.2rem
    }
}

.c-bottom-bn {
    width: 560px;
    position: fixed;
    z-index: 99;
    left: 24px;
    bottom: 24px;
    -webkit-animation: translateY-up--1 1s ease 2s 1 backwards;
    animation: translateY-up--1 1s ease 2s 1 backwards
}

@media(max-width: 768.98px) {
    .c-bottom-bn {
        bottom: 56px
    }
}

@media(max-width: 575.98px) {
    .c-bottom-bn {
        width: calc(100% - 80px);
        left: 40px;
        right: auto
    }
}

.c-bottom-bn img {
    width: 100%;
    height: auto;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-bottom-bn img:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(108%);
    filter: brightness(108%)
}

.c-bottom-bn__close {
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 11;
    width: 30px;
    height: 30px;
    background: #d0c3c0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 20px;
    line-height: 1em
}

.c-bottom-bn__close:focus {
    outline: none
}

.c-bottom-bn02 {
    width: 400px;
    position: fixed;
    z-index: 99;
    left: 434px;
    bottom: 24px;
    -webkit-animation: translateY-up--1 1s ease 2s 1 backwards;
    animation: translateY-up--1 1s ease 2s 1 backwards
}

@media(max-width: 768.98px) {
    .c-bottom-bn02 {
        bottom: 56px
    }
}

@media(max-width: 575.98px) {
    .c-bottom-bn02 {
        width: calc(100% - 80px);
        left: 40px;
        bottom: 132px;
        right: auto
    }
}

.c-bottom-bn02 img {
    width: 100%;
    height: auto;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-bottom-bn02 img:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(108%);
    filter: brightness(108%)
}

.c-bottom-bn02__close {
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 11;
    width: 30px;
    height: 30px;
    background: #d0c3c0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 20px;
    line-height: 1em
}

.c-bottom-bn02__close:focus {
    outline: none
}

.c-head-bn {
    width: 100%;
    background: #ebdcd4;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute
}

.c-head-bn__main {
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.4rem
}

@media(max-width: 768.98px) {
    .c-head-bn__main {
        height: 68px
    }
}

.c-head-bn img {
    width: 34px;
    height: 34px;
    border-radius: 30px;
    margin-right: 10px
}

@media(max-width: 768.98px) {
    .c-head-bn img {
        width: 50px;
        height: 50px
    }
}

.c-overwrap-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2px;
    margin-bottom: 40px
}

.c-overwrap-card:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

@media(max-width: 768.98px) {
    .c-overwrap-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px
    }
}

.c-overwrap-card__img {
    width: calc(50% + 100px);
    z-index: 1
}

@media(max-width: 768.98px) {
    .c-overwrap-card__img {
        width: 100%
    }
}

.c-overwrap-card__img img {
    width: 100%;
    height: auto
}

.c-overwrap-card__main {
    position: relative;
    z-index: 3;
    width: calc(50% + 10px);
    margin-left: -110px;
    margin-bottom: -34px;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 0
}

@media(max-width: 768.98px) {
    .c-overwrap-card__main {
        width: calc(100% - 15px*2);
        -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
        margin: -42px auto 0 auto;
        padding: 15px 0
    }
}

.c-overwrap-card__title {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
    padding: 0 20px
}

@media(max-width: 768.98px) {
    .c-overwrap-card__title {
        margin-bottom: 12px;
        padding: 0 12px
    }
}

.c-overwrap-card__title:after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9f7d52
}

.c-overwrap-card__h {
    color: #bd8134;
    font-size: 2.7rem;
    font-family: "Spinnaker", sans-serif;
    line-height: 1.1em;
    margin-bottom: 8px
}

@media(max-width: 768.98px) {
    .c-overwrap-card__h {
        font-size: 1.8rem
    }
}

.c-overwrap-card__caption {
    display: block;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    letter-spacing: .1em;
    line-height: 1em
}

@media(max-width: 768.98px) {
    .c-overwrap-card__caption {
        margin-bottom: 16px;
        font-size: 1.1rem;
        letter-spacing: .04em
    }
}

.c-overwrap-card__caption:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 8px;
    background: #d0c3c0;
    vertical-align: middle
}

.c-overwrap-card__detail {
    width: 100%;
    padding: 0 20px
}

@media(max-width: 768.98px) {
    .c-overwrap-card__detail {
        padding: 0 12px
    }
}

.c-overwrap-card__detail .c-overwrap-card__link {
    margin-bottom: 5px
}

.c-overwrap-card__detail .c-overwrap-card-category {
    margin-bottom: 5px
}

.c-overwrap-card__detail .bonus {
    border: solid 1px #b12a2a;
    background: #fff5f4;
    margin-bottom: 20px;
    border-radius: 3px
}

.c-overwrap-card__detail .bonus .title {
    background-color: #b12a2a;
    display: inline-block;
    padding: 5px 20px
}

.c-overwrap-card__detail .bonus .title p {
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
    color: #fff
}

.c-overwrap-card__detail .bonus .title img {
    width: 8px;
    position: relative;
    top: -4px
}

.c-overwrap-card__detail .bonus p {
    padding: 5px 10px;
    color: #b12a2a;
    font-weight: bold
}

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

    .c-overwrap-card__detail .c-btn-wrap .c-btn-1,
    .c-overwrap-card__detail .c-btn-wrap .c-btn-1--weak {
        min-width: 120px
    }
}

.c-overwrap-card__hour {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px
}

.c-overwrap-card__hour .title {
    padding: 0 10px 0 0;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 11px;
    border-right: solid 1px
}

.c-overwrap-card__hour p {
    display: inline-block;
    font-size: 11px;
    line-height: 1.5
}

.c-overwrap-card__date {
    font-size: 1.5rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .c-overwrap-card__date {
        font-size: 1.4rem
    }
}

.c-overwrap-card__aside {
    font-size: 1.4rem;
    color: #202020;
    letter-spacing: .04em;
    margin-bottom: 12px
}

@media(max-width: 768.98px) {
    .c-overwrap-card__aside {
        font-size: 1.2rem
    }
}

.c-overwrap-card__link {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin-bottom: 12px
}

@media(max-width: 768.98px) {
    .c-overwrap-card__link {
        font-size: 1.4rem
    }
}

.c-overwrap-card__link a {
    color: #363636
}

.c-overwrap-card__link a:hover {
    text-decoration: none
}

.c-overwrap-card-category {
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .c-overwrap-card-category {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 14px
    }
}

@media(max-width: 768.98px) {
    .c-overwrap-card-category__sp-icon {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.c-overwrap-card__text {
    font-size: 1.4rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #707070;
    line-height: 1.6em;
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .c-overwrap-card__text {
        font-size: 1.2rem;
        margin-bottom: 14px
    }
}

.c-spread-card {
    position: relative;
    border: 1px solid #202020;
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(max-width: 768.98px) {
    .c-spread-card {
        -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .c-spread-card.is-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-spread-card:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

.c-spread-card__img {
    width: 48%;
    height: 348px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media(max-width: 768.98px) {
    .c-spread-card__img {
        width: 110px;
        height: 86px
    }

    .is-column .c-spread-card__img {
        width: 100%;
        height: 60vw
    }
}

.c-spread-card__main {
    width: 52%;
    padding: 20px 0
}

@media(max-width: 768.98px) {
    .c-spread-card__main {
        width: calc(100% - 110px);
        padding: 0
    }

    .is-column .c-spread-card__main {
        width: 100%;
        padding-top: 12px
    }
}

.c-spread-card__head {
    padding: 0 24px
}

@media(max-width: 768.98px) {
    .c-spread-card__head {
        padding: 0 0 0 10px
    }

    .is-column .c-spread-card__head {
        padding-left: 0
    }
}

.c-spread-card__date {
    font-size: 1.5rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .c-spread-card__date {
        font-size: 1.2rem
    }
}

.c-spread-card__h {
    font-size: 2rem;
    line-height: 1.6em;
    margin-bottom: 16px;
    letter-spacing: .02em
}

@media(max-width: 768.98px) {
    .c-spread-card__h {
        margin-bottom: 8px;
        font-size: 1.4rem
    }

    .is-column .c-spread-card__h {
        margin-top: 4px
    }

    .c-spread-card__h:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 12px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23EBDCD4' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
        background-size: 8px 12px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 8px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.c-minimal-card__price {
    border-top: 1px solid rgba(159, 125, 82, .6);
    margin-top: 2px;
    margin-bottom: 6px;
    padding-top: 2px;
    color: #202020
}

@media(max-width: 768.98px) {
    .c-minimal-card__price {
        padding-top: 4px;
        margin-bottom: 4px
    }
}

.c-spread-card__link {
    color: #202020
}

.c-spread-card__link:hover {
    color: #202020
}

.c-spread-card__body {
    width: 100%;
    position: relative;
    padding: 20px 24px 0 24px
}

@media(max-width: 768.98px) {
    .c-spread-card__body {
        padding: 0 0 0 10px
    }

    .is-column .c-spread-card__body {
        padding-left: 0
    }
}

.c-spread-card__body:before {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #9f7d52
}

@media(max-width: 768.98px) {
    .c-spread-card__body:before {
        display: none
    }
}

.c-spread-card-category {
    margin-bottom: 20px;
    height: 24px;
    overflow: hidden
}

@media(max-width: 768.98px) {
    .c-spread-card-category {
        width: 100%;
        height: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.c-spread-card__text {
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #707070;
    line-height: 1.6em
}

@media(max-width: 768.98px) {
    .c-spread-card__text {
        display: none
    }
}

.c-minimal-card {
    position: relative;
    border: 1px solid #202020;
    padding: 18px 16px;
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-minimal-card .c-btn-wrap {
    padding-top: 20px
}

@media screen and (max-width: 500px) {
    .c-minimal-card .c-btn-wrap a span {
        min-width: 120px
    }
}

@media(max-width: 768.98px) {
    .c-minimal-card {
        -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 4px 4px 0 rgba(0, 0, 0, .1);
        padding: 15px 12px
    }
}

.c-minimal-card:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

@media screen and (max-width: 768px) {
    .c-minimal-card.in-fear .c-minimal-card-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-minimal-card.in-fear .c-minimal-card-inner .c-minimal-card__main {
        padding: 10px 0;
        width: 100%
    }

    .c-minimal-card.in-fear .c-minimal-card-inner .c-minimal-card__img {
        width: 100%;
        height: 50vw
    }

    .c-minimal-card.in-fear .c-btn-wrap {
        padding-top: 10px
    }
}

.c-minimal-card-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-minimal-card__img {
    width: 200px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media(max-width: 768.98px) {
    .c-minimal-card__img {
        width: 100px;
        height: 72px
    }
}

.c-minimal-card__main {
    width: calc(100% - 200px);
    padding-left: 14px
}

@media(max-width: 768.98px) {
    .c-minimal-card__main {
        width: calc(100% - 100px)
    }
}

.c-minimal-card__date {
    color: #202020;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.4rem
}

@media(max-width: 768.98px) {
    .c-minimal-card__date {
        font-size: 1.2rem
    }
}

.c-minimal-card__h {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: .04em;
    margin-bottom: 7px
}

@media(max-width: 768.98px) {
    .c-minimal-card__h {
        margin-bottom: 4px;
        font-size: 1.4rem
    }
}

.c-minimal-card__h:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23BB7700' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-minimal-card__price {
    border-top: 1px solid rgba(159, 125, 82, .6);
    margin-top: 2px;
    margin-bottom: 6px;
    padding-top: 2px;
    color: #202020
}

@media(max-width: 768.98px) {
    .c-minimal-card__price {
        padding-top: 4px;
        margin-bottom: 4px
    }
}

.c-minimal-card__category {
    height: 24px;
    overflow: hidden
}

@media(max-width: 768.98px) {
    .c-minimal-card__category {
        height: 20px
    }
}

.c-modal-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-modal-card__wrap {
    width: 600px;
    background: #fff;
    position: relative;
    z-index: 11;
    -webkit-transition: all .2s;
    transition: all .2s
}

.show .c-modal-card__wrap {
    -webkit-animation: translateY-up--1 .6s ease-in .2s 1 backwards;
    animation: translateY-up--1 .6s ease-in .2s 1 backwards
}

.c-modal-card__wrap:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

@media(max-width: 575.98px) {
    .c-modal-card__wrap {
        width: 300px
    }
}

.c-modal-card-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover;"
}

@media all and (-ms-high-contrast: none) {

    .c-modal-card-image *::-ms-backdrop,
    .c-modal-card-image {
        visibility: hidden
    }
}

.c-modal-card__main {
    padding: 16px 20px 20px 20px
}

.c-modal-card__h {
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 1.8em;
    color: #b70
}

@media(max-width: 575.98px) {
    .c-modal-card__h {
        font-size: 1.5rem;
        line-height: 1.6em
    }
}

.c-modal-card__text {
    font-size: 1.4rem;
    line-height: 1.6em
}

@media(max-width: 575.98px) {
    .c-modal-card__text {
        font-size: 1.2rem
    }
}

.c-modal-card__badge {
    margin-top: 20px;
    margin-bottom: 30px
}

@media(max-width: 575.98px) {
    .c-modal-card__badge {
        margin-bottom: 24px
    }
}

.c-modal-card__close {
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 11;
    width: 30px;
    height: 30px;
    background: #d0c3c0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 1.8rem;
    color: #fff;
    border-radius: 20px;
    line-height: 1em
}

.c-modal-card__close:focus {
    outline: none
}

.c-fairCalendar__slide {
    position: relative
}

.c-fairCalendar__block {
    text-align: center
}

.c-fairCalendar__block:focus {
    outline: none
}

.c-fairCalendar__title {
    margin-bottom: 24px
}

.c-fairCalendar__h {
    font-size: 3.4rem;
    color: #202020;
    font-family: "Old Standard TT", sans-serif;
    letter-spacing: .06em;
    padding-top: 12px
}

@media(max-width: 768.98px) {
    .c-fairCalendar__h {
        font-size: 2rem
    }
}

@media(max-width: 320px) {
    .c-fairCalendar__h {
        font-size: 1.6rem
    }
}

.c-fairCalendar__month {
    font-family: "Spinnaker", sans-serif;
    font-size: 5.6rem;
    color: #202020;
    display: block;
    line-height: 1em;
    margin-bottom: 4px
}

@media(max-width: 768.98px) {
    .c-fairCalendar__month {
        font-size: 4rem
    }
}

.c-fairCalendar__month span {
    display: block;
    font-size: 1.4rem;
    line-height: 1em;
    letter-spacing: .04em
}

@media(max-width: 768.98px) {
    .c-fairCalendar__month span {
        font-size: 1.2rem
    }
}

.c-fairCalendar__text {
    letter-spacing: .06em
}

.c-fairCalendar__prevBtn {
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 99;
    font-family: "Spinnaker", sans-serif;
    font-size: 1.4rem;
    border: none;
    background: url(../img/common/calendar-arrow-prev.svg) center left no-repeat;
    padding: 4px 4px 4px 24px
}

.c-fairCalendar__prevBtn:focus {
    outline: none
}

.c-fairCalendar__prevBtn.slick-disabled {
    pointer-events: none;
    display: none !important
}

@media(max-width: 768.98px) {
    .c-fairCalendar__prevBtn {
        font-size: 1.2rem;
        top: 20px
    }
}

.c-fairCalendar__nextBtn {
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 99;
    font-family: "Spinnaker", sans-serif;
    font-size: 1.4rem;
    border: none;
    background: url(../img/common/calendar-arrow-next.svg) center right no-repeat;
    padding: 4px 24px 4px 4px
}

.c-fairCalendar__nextBtn:focus {
    outline: none
}

.c-fairCalendar__nextBtn.slick-disabled {
    pointer-events: none;
    display: none !important
}

@media(max-width: 768.98px) {
    .c-fairCalendar__nextBtn {
        font-size: 1.2rem;
        top: 20px
    }
}

.c-fairCalendar-table {
    font-family: "Spinnaker", sans-serif;
    width: 100%;
    margin: 0;
    padding: 0
}

.c-fairCalendar-table thead {
    border-bottom: 1px solid #202020;
    font-size: 1.2rem;
    font-weight: normal
}

.c-fairCalendar-table thead th {
    padding-bottom: 6px
}

.c-fairCalendar-table tbody tr {
    border-bottom: 1px solid #f0f0ef
}

.c-fairCalendar-table tbody tr:last-child {
    border-bottom: 1px solid #202020
}

.c-fairCalendar-table tbody tr td {
    width: 14.2857142857%;
    padding: 7px 2px
}

.c-fairCalendar-table tr th:nth-child(6),
.c-fairCalendar-table tr td:nth-child(6) {
    color: #258
}

.c-fairCalendar-table tr th:nth-child(7),
.c-fairCalendar-table tr td:nth-child(7) {
    color: #c33
}

.c-fairCalendar-table__date {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer
}

.c-fairCalendar-table__date:hover {
    background: #f0f0ef
}

@media(max-width: 768.98px) {
    .c-fairCalendar-table__date {
        width: 30px;
        height: 30px
    }
}

.c-fairCalendar-table__date.is-disabled {
    color: #bbb !important;
    background: rgba(0, 0, 0, 0) !important;
    pointer-events: none
}

.c-fairCalendar-table__date.is-holiday {
    color: #c33
}

.c-fairCalendar-table__date.is-pickup-v1 {
    background: #b20000;
    color: #fff
}

.c-fairCalendar-table__date.is-pickup-v2 {
    background: #bd8134;
    color: #202020
}

.c-fairCalendar-table__date.is-focus {
    background: #202020;
    color: #fff
}

.c-link-1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23BB7700' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-link-1--back:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23BB7700' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-link-2 {
    line-height: 1em;
    color: #fff;
    font-family: "Old Standard TT", sans-serif
}

.c-link-2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10'%3E%3Cpath fill='%23ffffff' d='M0,0V10L7,5ZM1,1.943L5.279,5,1,8.057V1.943Z'/%3E%3C/svg%3E");
    background-size: 7px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 7px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-fairList__date {
    background: #202020;
    color: #fff;
    padding: 16px 16px;
    line-height: 1em;
    letter-spacing: .02em;
    font-size: 1.4rem
}

@media(max-width: 768.98px) {
    .c-fairList__date {
        padding: 10px 12px
    }
}

.c-fairList-block {
    border: 1px solid rgba(32, 32, 32, .4);
    padding: 20px 10px 0 16px;
    height: 470px;
    overflow-x: auto
}

@media(max-width: 768.98px) {
    .c-fairList-block {
        padding: 16px 10px 0 10px;
        height: 300px;
        background: rgba(255, 255, 255, .88)
    }
}

.c-fairList-item {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-animation: translateY-up--1 .8s ease 0s 1 backwards;
    animation: translateY-up--1 .8s ease 0s 1 backwards
}

@media(max-width: 768.98px) {
    .c-fairList-item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 12px
    }
}

.c-fairList-item__img {
    width: 140px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media(max-width: 768.98px) {
    .c-fairList-item__img {
        width: 100px;
        height: 72px
    }
}

.c-fairList-item__main {
    width: calc(100% - 156px);
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start
}

@media(max-width: 768.98px) {
    .c-fairList-item__main {
        width: calc(100% - 106px)
    }
}

.c-fairList-item__category {
    height: 24px;
    overflow: hidden
}

@media(max-width: 768.98px) {
    .c-fairList-item__category {
        height: 20px
    }
}

.c-fairList-item__h {
    font-size: 1.6rem;
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 1.4
}

@media(max-width: 768.98px) {
    .c-fairList-item__h {
        font-size: 1.3rem;
        line-height: 1.6em;
        margin-bottom: 0
    }
}

.c-fairList-item__text {
    font-size: 1.2rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #707070;
    line-height: 1.5em
}

@media(max-width: 768.98px) {
    .c-fairList-item__text {
        display: none
    }
}

.c-itemList {
    border-bottom: 1px solid #d7d7d5;
    padding: 2px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .c-itemList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-itemList:first-child {
    border-top: 1px solid #d7d7d5
}

.c-itemList__title {
    width: 270px;
    padding: 6px 12px;
    background: #f0f0ef;
    color: #202020;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: normal
}

@media(max-width: 768.98px) {
    .c-itemList__title {
        width: 100%;
        font-size: 1.4rem
    }
}

.c-itemList__description {
    width: calc(100% - 270px);
    padding: 6px 12px
}

@media(max-width: 768.98px) {
    .c-itemList__description {
        width: 100%;
        padding: 10px 5px 12px 5px
    }
}

.c-list-1 {
    list-style-type: none;
    padding: 0
}

.c-list-1__item {
    padding: 3px 0;
    line-height: 1.6em
}

.is-list-style-disc .c-list-1__item {
    text-indent: -15px;
    padding-left: 15px
}

.is-list-style-disc .c-list-1__item:before {
    content: "";
    margin-right: 9px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: dimgray
}

.is-list-style-circle .c-list-1__item {
    text-indent: -15px;
    padding-left: 15px
}

.is-list-style-circle .c-list-1__item:before {
    content: "";
    margin-right: 9px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: 1px solid #9f7d52
}

.is-list-style-attention .c-list-1__item {
    text-indent: -0.5em;
    padding-left: calc(1.1em + 15px)
}

.is-list-style-attention .c-list-1__item:before {
    content: "※";
    display: inline-block;
    margin-right: .1em;
    color: #b20000
}

.c-nav-1 {
    border-top: 1px solid #cfbba2;
    border-bottom: 1px solid #cfbba2;
    padding: 12px 0
}

@media(max-width: 768.98px) {
    .c-nav-1 {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        border-bottom: none
    }
}

.c-nav-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(159, 125, 82, 0.2)));
    background: -webkit-linear-gradient(bottom, #ffffff, rgba(159, 125, 82, 0.2));
    background: linear-gradient(0deg, #ffffff, rgba(159, 125, 82, 0.2))
}

@media(max-width: 768.98px) {
    .c-nav-1:before {
        display: none
    }
}

.c-nav-1__list {
    position: relative;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.4rem;
    letter-spacing: .02em
}

@media(max-width: 768.98px) {
    .c-nav-1__list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        font-size: 1.2rem;
        border-left: 1px solid #fff
    }
}

@media(max-width: 320px) {
    .c-nav-1__list {
        font-size: 1.1rem
    }
}

.c-nav-1__item {
    margin: 0 8px
}

@media(max-width: 768.98px) {
    .c-nav-1__item {
        width: 33.3333333333%;
        margin: 0
    }

    .c-nav-1__item.is-fluid {
        width: 100%
    }

    .c-nav-1__item.is-half {
        width: 50%
    }

    .c-nav-1__item .c-nav-1__link {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

.c-nav-1__link {
    display: block;
    padding: 6px 14px
}

@media(max-width: 768.98px) {
    .c-nav-1__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 46px;
        line-height: 1.6em;
        padding: 0 4px;
        background: rgba(240, 240, 239, .8)
    }
}

@media(max-width: 768.98px) {
    .c-nav-1__link.is-small-text {
        font-size: 1.1rem
    }
}

.c-nav-1__link:hover {
    text-decoration: none;
    background: rgba(240, 240, 239, .8);
    -webkit-transition: .2s;
    transition: .2s
}

.c-nav-1__link.is-active {
    background: #d0c3c0;
    color: #fff
}

.c-fair-nav {
    margin-bottom: 48px
}

@media(max-width: 768.98px) {
    .c-fair-nav {
        margin-bottom: 24px
    }
}

.c-fair-nav__list {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center
}

@media(max-width: 768.98px) {
    .c-fair-nav__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px
    }
}

.c-fair-nav__list li {
    position: relative;
    width: 15.2%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-fair-nav__list li:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

@media(max-width: 768.98px) {
    .c-fair-nav__list li {
        width: 30%;
        margin-bottom: 12px;
        font-size: 1.3rem
    }
}

.c-fair-nav__list img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 120px
}

@media(max-width: 768.98px) {
    .c-fair-nav__list img {
        margin-bottom: 6px
    }
}

.c-fair-nav__link {
    color: #202020
}

.c-post-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .c-post-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-post-nav__item {
    width: calc(50% - 24px/2)
}

@media(max-width: 768.98px) {
    .c-post-nav__item {
        width: 100%
    }

    .c-post-nav__item+.c-post-nav__item {
        margin-top: 8px
    }
}

.c-post-nav__link {
    position: relative;
    display: block
}

.c-post-nav__link.is-prev {
    padding-left: 42px
}

@media(max-width: 768.98px) {
    .c-post-nav__link.is-prev {
        padding-left: 0
    }
}

.c-post-nav__link.is-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23202020' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 768.98px) {
    .c-post-nav__link.is-prev:before {
        display: none
    }
}

.c-post-nav__link.is-next {
    padding-right: 42px
}

@media(max-width: 768.98px) {
    .c-post-nav__link.is-next {
        padding-right: 0
    }
}

.c-post-nav__link.is-next:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23202020' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none
}

@media(max-width: 768.98px) {
    .c-post-nav__link.is-next:before {
        display: none
    }
}

.c-post-nav__link:hover {
    text-decoration: none
}

.c-news-list__tag {
    color: #b70
}

.c-news-list__tag span {
    margin-right: 10px
}

.c-news-list__tag span:last-child {
    margin-right: 0
}

.c-news-list__tag.p-blog-tag {
    font-size: 1.3rem;
    margin-bottom: 12px
}

.c-jumbotron {
    position: relative
}

.c-jumbotron__img {
    width: 100%;
    height: 92vh;
    min-height: 680px;
    max-height: 760px
}

@media(max-width: 768.98px) {
    .c-jumbotron__img {
        height: 72vw;
        min-height: 0;
        max-height: auto
    }
}

.c-jumbotron__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (-ms-high-contrast: none) {

    .c-jumbotron__img img *::-ms-backdrop,
    .c-jumbotron__img img {
        visibility: hidden
    }
}

.c-jumbotron__main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-jumbotron__main.is-direction-reverse {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-jumbotron__bg {
    position: absolute;
    width: 100%;
    max-width: 1248px;
    min-width: 1024px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.is-direction-reverse .c-jumbotron__bg {
    text-align: right
}

@media(max-width: 768.98px) {
    .c-jumbotron__bg {
        max-width: auto;
        min-width: 0
    }
}

.c-jumbotron__title {
    font-size: 10.4rem;
    font-family: "Old Standard TT", sans-serif;
    line-height: 1em;
    color: rgba(0, 0, 0, 0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    padding-left: 24px
}

@media(max-width: 1199.98px) {
    .c-jumbotron__title {
        font-size: 8rem;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@media(max-width: 768.98px) {
    .c-jumbotron__title {
        text-align: right;
        font-size: 4.2rem;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: .4;
        padding-left: 0;
        padding-right: 15px
    }
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .c-jumbotron__title {
        color: #f0f0ef;
        background: none !important;
        transform: translateY(-10px)
    }
}

.c-jumbotron__card {
    position: relative;
    z-index: 9;
    width: calc(50% - 130px);
    min-width: 470px;
    background: #fff;
    margin-top: -104px;
    padding: 32px 0 0 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.is-direction-reverse .c-jumbotron__card {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 32px 40px 0 0
}

@media(max-width: 1199.98px) {
    .is-direction-reverse .c-jumbotron__card {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 24px;
        padding-right: 0
    }
}

@media(max-width: 768.98px) {
    .is-direction-reverse .c-jumbotron__card {
        padding: 0
    }
}

@media(min-width: 769px) {
    .c-jumbotron__card:hover {
        -webkit-filter: brightness(108%);
        filter: brightness(108%);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@media(max-width: 768.98px) {
    .c-jumbotron__card {
        width: 100%;
        min-width: 0;
        background: none;
        margin-top: -72px;
        padding: 0
    }
}

.c-jumbotron__head {
    width: 430px
}

@media(max-width: 768.98px) {
    .c-jumbotron__head {
        width: auto;
        display: inline-block;
        background: rgba(255, 255, 255, .9);
        padding: 15px;
        height: 72px
    }
}

.c-jumbotron__h {
    color: #202020;
    font-size: 5.6rem;
    font-family: "Old Standard TT", sans-serif;
    line-height: 1.1em
}

@media(max-width: 768.98px) {
    .c-jumbotron__h {
        font-size: 2.7rem
    }
}

.c-jumbotron__caption {
    display: block;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    letter-spacing: .1em;
    line-height: 1em
}

.c-jumbotron__caption:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 8px;
    background: rgba(208, 195, 192, .5);
    vertical-align: middle
}

@media(max-width: 768.98px) {
    .c-jumbotron__caption {
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

.c-jumbotron__body {
    width: 430px
}

@media(max-width: 768.98px) {
    .c-jumbotron__body {
        width: 100%;
        padding: 12px 15px 0 15px
    }
}

.c-jumbotron__text {
    margin-bottom: 20px;
    line-height: 2em
}

.c-party-space {
    text-align: center
}

.c-party-space__title {
    margin-bottom: 32px;
    text-align: center
}

@media(max-width: 768.98px) {
    .c-party-space__title {
        margin-bottom: 20px
    }
}

.c-party-space__title:before {
    content: "";
    width: 60px;
    height: 3px;
    border: 1px solid #ebdcd4;
    display: block;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .c-party-space__title:before {
        width: 50px;
        margin-bottom: 16px
    }
}

.c-party-space__title-text {
    font-size: 2.7rem;
    color: #202020;
    line-height: 1em;
    font-family: "Spinnaker", sans-serif;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .c-party-space__title-text {
        font-size: 1.8rem
    }
}

.c-party-space__img {
    width: 100%;
    height: 94vh;
    min-height: 680px;
    max-height: 780px;
    margin-bottom: 16px
}

@media(max-width: 768.98px) {
    .c-party-space__img {
        height: 128vw;
        min-height: 0;
        max-height: auto
    }
}

.c-party-space__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (-ms-high-contrast: none) {

    .c-party-space__img img *::-ms-backdrop,
    .c-party-space__img img {
        visibility: hidden
    }
}

.c-party-space__body {
    margin-top: 24px
}

@media(max-width: 768.98px) {
    .c-party-space__body {
        margin-top: 8px
    }
}

.c-party-space__h {
    font-family: "Spinnaker", sans-serif;
    font-size: 2.7rem;
    color: #9f7d52;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 10px
}

@media(max-width: 768.98px) {
    .c-party-space__h {
        font-size: 1.8rem
    }
}

.c-party-space__name {
    line-height: 1.7em
}

.c-party-space__name em {
    font-size: 2.7rem
}

@media(max-width: 768.98px) {
    .c-party-space__name em {
        font-size: 1.8rem
    }
}

.c-party-space__name span {
    font-size: 1.8rem;
    margin-left: 26px;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .c-party-space__name span {
        font-size: 1.5rem;
        margin-left: 20px
    }
}

.c-party-space__name span:before {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    background: #d7d7d5;
    -webkit-transform: rotate(45deg) translateY(6px);
    transform: rotate(45deg) translateY(6px);
    margin-right: 10px
}

@media(max-width: 768.98px) {
    .c-party-space__name span:before {
        height: 18px
    }
}

.c-party-space__caption {
    display: block;
    line-height: 1.2em;
    font-size: 1.5rem
}

.c-party-space__caption:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 10px;
    background: rgba(208, 195, 192, .5);
    vertical-align: middle
}

.c-party-space__caption:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-left: 10px;
    background: rgba(208, 195, 192, .5);
    vertical-align: middle
}

@media(max-width: 768.98px) {
    .c-party-space__caption {
        font-size: 1.4rem
    }
}

.c-party-space__text {
    margin-top: 24px;
    margin-bottom: 24px
}

@media(max-width: 768.98px) {
    .c-party-space__text {
        margin-top: 16px;
        margin-bottom: 18px
    }
}

.c-party-space__text p {
    line-height: 2.2em;
    text-align: center
}

@media(max-width: 768.98px) {
    .c-party-space__text p {
        line-height: 2em
    }
}

.c-aside-box {
    border: 1px solid #9f7d52;
    background: #fff;
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .1)
}

.c-banquet-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

@media(max-width: 768.98px) {
    .c-banquet-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-banquet-slide__nav {
    width: calc(20% - 6px);
    position: relative;
    z-index: 999
}

@media(max-width: 768.98px) {
    .c-banquet-slide__nav {
        width: 100%
    }

    .c-banquet-slide__nav .slick-list {
        overflow: visible !important
    }
}

.c-banquet-slide__nav .slick-track {
    -webkit-transform: none !important;
    transform: none !important
}

@media(max-width: 768.98px) {
    .c-banquet-slide__nav .slick-track {
        width: 100% !important
    }
}

.c-banquet-slide__thumb {
    float: none !important;
    width: 100% !important;
    height: 22vh;
    margin-bottom: 6px;
    opacity: .6;
    cursor: pointer;
    border-bottom: 2px solid #fff
}

@media(max-width: 768.98px) {
    .c-banquet-slide__thumb {
        float: left !important;
        width: 25% !important;
        height: 19vw;
        margin-bottom: 0
    }
}

.c-banquet-slide__thumb.slick-current {
    opacity: 1
}

@media(max-width: 768.98px) {
    .c-banquet-slide__thumb.slick-current {
        position: relative;
        border-bottom: 2px solid #ebdcd4
    }

    .c-banquet-slide__thumb.slick-current:after {
        content: "";
        position: absolute;
        display: block;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #ebdcd4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

.c-banquet-slide__thumb:focus {
    outline: none
}

.c-banquet-slide__thumb:last-child {
    margin-bottom: 0
}

.c-banquet-slide__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.c-banquet-slide__area {
    position: relative;
    width: 80%
}

.c-banquet-slide__area .slick-list {
    overflow: visible !important
}

@media(max-width: 768.98px) {
    .c-banquet-slide__area {
        width: 100%
    }
}

.c-banquet-slide__prevBtn {
    position: absolute;
    left: 24px;
    top: 44vh;
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 768.98px) {
    .c-banquet-slide__prevBtn {
        top: 35vw;
        left: 15px
    }
}

.c-banquet-slide__prevBtn:focus {
    outline: none
}

.c-banquet-slide__nextBtn {
    position: absolute;
    right: 24px;
    top: 44vh;
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none
}

@media(max-width: 768.98px) {
    .c-banquet-slide__nextBtn {
        top: 35vw;
        right: 15px
    }
}

.c-banquet-slide__nextBtn:focus {
    outline: none
}

.c-banquet-slide__item:focus {
    outline: none
}

.c-banquet-slide__img {
    width: 100%;
    height: calc(88vh + 18px)
}

@media(max-width: 768.98px) {
    .c-banquet-slide__img {
        height: 72vw
    }
}

.c-banquet-slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.c-banquet-slide__main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-banquet-slide__bg {
    position: absolute;
    width: 100vw;
    max-width: 1248px;
    min-width: 1024px;
    top: 0;
    left: 50vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    text-align: right
}

@media(max-width: 768.98px) {
    .c-banquet-slide__bg {
        max-width: auto;
        min-width: 0
    }
}

.c-banquet-slide__title {
    font-size: 10.2rem;
    font-family: "Old Standard TT", sans-serif;
    letter-spacing: 0;
    line-height: 1em;
    color: rgba(0, 0, 0, 0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    padding-left: 24px;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 30px
}

@media(max-width: 1199.98px) {
    .c-banquet-slide__title {
        font-size: 7.6rem;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@media(max-width: 768.98px) {
    .c-banquet-slide__title {
        text-align: right;
        font-size: 4.2rem;
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        opacity: .2;
        padding-left: 0;
        padding-right: 15px
    }
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .c-banquet-slide__title {
        color: #f0f0ef;
        background: none !important;
        transform: translateY(-10px)
    }
}

.c-banquet-slide__card {
    position: relative;
    z-index: 9;
    width: calc(50vw - 172px);
    min-width: 460px;
    background: #fff;
    margin-top: -104px;
    padding: 32px 0 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width: 769px) {
    .c-banquet-slide__card:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@media(max-width: 768.98px) {
    .c-banquet-slide__card {
        width: 100%;
        min-width: 0;
        background: none;
        margin-top: -72px;
        padding: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-banquet-slide__head {
    width: 460px;
    min-width: 460px;
    padding-left: 24px
}

@media(max-width: 768.98px) {
    .c-banquet-slide__head {
        width: auto;
        min-width: 0;
        display: inline-block;
        background: rgba(255, 255, 255, .9);
        padding: 15px;
        height: 72px
    }
}

.c-banquet-slide__body {
    width: 460px;
    min-width: 460px;
    padding-left: 24px
}

@media(max-width: 768.98px) {
    .c-banquet-slide__body {
        width: 100%;
        min-width: 0;
        padding: 12px 15px 0 15px
    }
}

.c-banquet-slide__h {
    color: #202020;
    font-size: 4.2rem;
    font-family: "Old Standard TT", sans-serif;
    line-height: 1.2em
}

@media(max-width: 768.98px) {
    .c-banquet-slide__h {
        font-size: 2.7rem
    }
}

.c-banquet-slide__caption {
    display: block;
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    letter-spacing: .1em;
    line-height: 1em
}

.c-banquet-slide__caption:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 8px;
    background: rgba(208, 195, 192, .5);
    vertical-align: middle
}

@media(max-width: 768.98px) {
    .c-banquet-slide__caption {
        font-size: 1.2rem;
        margin-bottom: 0
    }
}

.c-banquet-slide__text {
    margin-bottom: 20px
}

.c-plan-slide__prevBtn {
    position: absolute;
    left: 24px;
    left: 50%;
    top: 240px;
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23202020' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none;
    -webkit-transform: rotate(180deg) translateX(442px);
    transform: rotate(180deg) translateX(442px)
}

@media(max-width: 768.98px) {
    .c-plan-slide__prevBtn {
        left: 15px;
        top: calc(26vw - 13px);
        width: 26px;
        height: 26px;
        border-radius: 50px;
        background-color: #fff;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23d0c3c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
        background-size: 28px 28px;
        background-position: center center;
        border: none;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.c-plan-slide__prevBtn.is-top-wedding {
    top: 260px
}

@media(max-width: 768.98px) {
    .c-plan-slide__prevBtn.is-top-wedding {
        top: calc(30vw - 13px)
    }
}

.c-plan-slide__prevBtn:focus {
    outline: none
}

.c-plan-slide__nextBtn {
    position: absolute;
    right: 50%;
    top: 240px;
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23202020' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none;
    -webkit-transform: translateX(442px);
    transform: translateX(442px)
}

@media(max-width: 768.98px) {
    .c-plan-slide__nextBtn {
        right: 15px;
        top: calc(26vw - 13px);
        width: 26px;
        height: 26px;
        border-radius: 50px;
        background-color: #fff;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23d0c3c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
        background-size: 28px 28px;
        background-position: center center;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        border: none
    }
}

.c-plan-slide__nextBtn.is-top-wedding {
    top: 260px
}

@media(max-width: 768.98px) {
    .c-plan-slide__nextBtn.is-top-wedding {
        top: calc(30vw - 13px)
    }
}

.c-plan-slide__nextBtn:focus {
    outline: none
}

.c-plan-slide__item {
    width: 792px;
    margin: 0 12px;
    padding-bottom: 8px;
    opacity: .5;
    -webkit-transition: all .2s;
    transition: all .2s
}

.c-plan-slide__item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

@media(max-width: 768.98px) {
    .c-plan-slide__item {
        width: auto;
        margin: 0
    }
}

.c-plan-slide__item.slick-current {
    opacity: 1
}

.c-plan-slide__item img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    position: relative;
    z-index: 1
}

@media(max-width: 768.98px) {
    .c-plan-slide__item img {
        height: 52vw
    }
}

.c-plan-slide__main {
    position: relative;
    z-index: 3;
    width: 692px;
    margin: 0 auto;
    margin-top: -34px;
    padding: 24px 0;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .1)
}

@media(max-width: 768.98px) {
    .c-plan-slide__main {
        width: calc(100% - 15px*2);
        margin: -24px auto 0 auto;
        padding: 15px 0
    }
}

.c-plan-slide__title {
    display: block;
    position: relative;
    color: #202020;
    font-size: 1.8rem;
    margin-bottom: 18px;
    padding: 0 12px 10px 12px;
    font-family: "Spinnaker", sans-serif;
    line-height: 1.1em
}

@media(max-width: 768.98px) {
    .c-plan-slide__title {
        margin-bottom: 16px
    }
}

.c-plan-slide__title:after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9f7d52
}

.c-plan-slide__h {
    font-size: 1.8rem;
    line-height: 1.4em;
    padding: 0 12px;
    margin-bottom: 12px
}

@media(max-width: 768.98px) {
    .c-plan-slide__h {
        font-size: 1.4rem
    }
}

.c-plan-slide__h a {
    color: #363636
}

.c-plan-slide__h a:hover {
    text-decoration: none
}

.c-plan-slide__category {
    padding: 0 12px
}

.c-ticker-slide__item {
    margin-right: 12px
}

@media(max-width: 768.98px) {
    .c-ticker-slide__item {
        margin-right: 6px
    }
}

.c-ticker-slide__item img {
    width: auto;
    height: 400px
}

@media(max-width: 768.98px) {
    .c-ticker-slide__item img {
        height: 140px
    }
}

.c-ticker-slide__item.is-height--half img {
    display: block;
    width: auto;
    height: 196px
}

.c-ticker-slide__item.is-height--half img:first-child {
    margin-bottom: 8px
}

@media(max-width: 768.98px) {
    .c-ticker-slide__item.is-height--half img {
        height: 68px
    }

    .c-ticker-slide__item.is-height--half img:first-child {
        margin-bottom: 4px
    }
}

.c-heading-1 {
    position: relative;
    width: 100%;
    text-align: center
}

.c-heading-1:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    border-top: 3px double #f0f0ef
}

@media(max-width: 768.98px) {
    .c-heading-1:before {
        top: 8px
    }
}

.c-heading-1__en {
    position: relative;
    z-index: 3;
    background: #fff;
    line-height: 1em;
    font-size: 2.7rem;
    font-family: "Old Standard TT", sans-serif;
    color: #202020;
    letter-spacing: .05em;
    padding: 0 20px
}

@media(max-width: 768.98px) {
    .c-heading-1__en {
        font-size: 1.8rem;
        padding: 0 10px
    }
}

.c-heading-1__text {
    position: relative;
    z-index: 3;
    display: block;
    line-height: 1em;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.3rem;
    color: #707070;
    margin-top: 6px;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .c-heading-1__text {
        font-size: 1.1rem
    }
}

.c-heading-2 {
    text-align: center
}

.c-heading-2__en {
    line-height: 1em;
    font-size: 3.6rem;
    font-family: "Old Standard TT", sans-serif;
    color: #202020;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .c-heading-2__en {
        font-size: 2.7rem
    }
}

.c-heading-2__text {
    display: block;
    line-height: 1em;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.3rem;
    color: #707070;
    margin-top: 8px;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .c-heading-2__text {
        font-size: 1.1rem
    }
}

.c-heading-3 {
    text-align: center;
    width: 680px;
    margin: 0 auto
}

@media(max-width: 768.98px) {
    .c-heading-3 {
        width: 100%
    }
}

.c-heading-3:before {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #e9e9e7;
    display: block;
    border-radius: 2px;
    margin-bottom: 12px
}

@media(max-width: 768.98px) {
    .c-heading-3:before {
        margin-bottom: 10px
    }
}

.c-heading-3:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #e9e9e7;
    display: block;
    border-radius: 2px;
    margin-top: 12px
}

@media(max-width: 768.98px) {
    .c-heading-3:after {
        margin-top: 10px
    }
}

.c-heading-3__en {
    line-height: 1em;
    font-size: 2.3rem;
    font-family: "Spinnaker", sans-serif;
    color: #9f7d52;
    letter-spacing: .06em
}

@media(max-width: 768.98px) {
    .c-heading-3__en {
        font-size: 1.8rem
    }
}

.c-heading-3__text {
    display: block;
    line-height: 1em;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.3rem;
    color: #202020;
    margin-top: 8px;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .c-heading-3__text {
        margin-top: 6px;
        font-size: 1.1rem
    }
}

.c-heading-4 {
    position: relative;
    border-left: 1px solid #202020;
    padding: 10px 0 0 10px
}

@media(max-width: 768.98px) {
    .c-heading-4 {
        padding: 6px 0 0 8px
    }
}

.c-heading-4:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    z-index: 1px;
    display: block;
    width: 1px;
    height: 100%;
    background: #f0f0ef
}

.c-heading-4__en {
    font-size: 2.2rem;
    font-family: "Spinnaker", sans-serif;
    color: #202020;
    line-height: 1.4em;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .c-heading-4__en {
        font-size: 1.8rem
    }
}

.c-heading-4__text {
    color: #707070;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.3rem;
    letter-spacing: .05em;
    margin-left: 18px
}

@media(max-width: 768.98px) {
    .c-heading-4__text {
        font-size: 1.1rem
    }
}

.c-heading-4__text:before {
    content: "";
    width: 1px;
    height: 27px;
    display: inline-block;
    background: #d0c3c0;
    -webkit-transform: rotate(45deg) translateY(6px);
    transform: rotate(45deg) translateY(6px);
    margin-right: 10px
}

@media(max-width: 768.98px) {
    .c-heading-4__text:before {
        height: 18px
    }
}

.c-heading-5 {
    border-top: 1px solid #dbccb9;
    border-bottom: 2px solid #9f7d52;
    text-align: center;
    color: #202020;
    font-size: 2.2rem;
    padding: 4px
}

@media(max-width: 768.98px) {
    .c-heading-5 {
        font-size: 1.8rem
    }
}

.c-heading-6 {
    text-align: center;
    color: #202020;
    font-size: 2.2rem
}

@media(max-width: 768.98px) {
    .c-heading-6 {
        font-size: 1.8rem
    }
}

.c-heading-6:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #9f7d52;
    display: block;
    border-radius: 2px;
    margin-top: 6px
}

.c-heading-7 {
    font-size: 2.2rem;
    color: #202020;
    text-align: center;
    letter-spacing: .04em
}

@media(max-width: 768.98px) {
    .c-heading-7 {
        font-size: 1.8rem
    }
}

.c-heading-7:before {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #e4e4e2;
    display: block;
    border-radius: 2px;
    margin-bottom: 12px
}

@media(max-width: 768.98px) {
    .c-heading-7:before {
        margin-bottom: 8px
    }
}

.c-heading-7:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #e4e4e2;
    display: block;
    border-radius: 2px;
    margin-top: 12px
}

@media(max-width: 768.98px) {
    .c-heading-7:after {
        margin-top: 8px
    }
}

@media(max-width: 768.98px) {
    .p-top {
        background: #fff
    }
}

.p-top-mainVisual {
    width: 100%;
    position: relative;
    min-width: 1024px;
    height: 86vh;
    min-height: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .p-top-mainVisual {
        min-width: 0;
        max-width: auto;
        height: calc(100vh - 116px);
        min-height: 500px
    }
}

.p-top-mainVisual__slide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    min-width: 1024px;
    height: 86vh;
    min-height: 580px
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__slide {
        min-width: 0;
        height: calc(100vh - 116px);
        min-height: 500px
    }
}

.p-top-mainVisual__slide__item {
    width: 100%;
    min-width: 1024px;
    height: 86vh;
    min-height: 580px
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__slide__item {
        min-width: 0;
        height: calc(100vh - 116px);
        min-height: 500px
    }
}

.p-top-mainVisual__slide__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (-ms-high-contrast: none) {

    .p-top-mainVisual__slide__item img *::-ms-backdrop,
    .p-top-mainVisual__slide__item img {
        visibility: hidden
    }
}

@media(min-width: 769px) {
    .p-top-mainVisual__slide__item img.is-second {
        -o-object-position: center 50%;
        object-position: center 50%
    }
}

.p-top-mainVisual__wrap {
    position: relative;
    z-index: 15;
    margin: 0 auto;
    padding-bottom: 20px
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__wrap {
        padding-bottom: 15px
    }
}

.p-top-mainVisual__text {
    padding-top: 50px;
    font-size: 6rem;
    color: #fff;
    line-height: 1.4em;
    letter-spacing: .3em;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    -webkit-animation: translateY-up--1 1.2s ease-out .5s 1 backwards;
    animation: translateY-up--1 1.2s ease-out .5s 1 backwards
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__text {
        padding-top: 130px;
        font-size: 2.7rem
    }
}

.p-top-mainVisual__sub {
    font-size: 4.6rem;
    color: #e82f82;
    line-height: 1.4em;
    letter-spacing: .2em;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, .8);
    -webkit-animation: translateY-up--1 1.2s ease-out .5s 1 backwards;
    animation: translateY-up--1 1.2s ease-out .5s 1 backwards;
    padding-top: 20px
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__sub {
        padding-top: 5px;
        font-weight: bold;
        font-size: 1.8rem
    }
}

.p-top-mainVisual__sub span {
    color: #0080ff
}

.p-top-mainVisual__detail {
    font-size: 1.9rem;
    color: #ad0402;
    line-height: 1.4em;
    letter-spacing: .2em;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, .8);
    -webkit-animation: translateY-up--1 1.2s ease-out .5s 1 backwards;
    animation: translateY-up--1 1.2s ease-out .5s 1 backwards;
    padding-top: 20px
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__detail {
        padding-top: 5px;
        font-weight: bold;
        font-size: 1.4rem
    }
}

.p-top-merit__container {
    text-align: center
}

.p-top-merit__container .merit01 {
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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
}

@media(max-width: 768.98px) {
    .p-top-merit__container .merit01 {
        font-size: 1.6rem
    }
}

.p-top-merit__container .merit02 {
    font-size: 2.8rem;
    font-weight: bold
}

@media(max-width: 768.98px) {
    .p-top-merit__container .merit02 {
        font-size: 1.8rem
    }
}

.p-top-merit__container .merit02 span {
    font-size: 3.6rem;
    color: #9f7d52
}

@media(max-width: 768.98px) {
    .p-top-merit__container .merit02 span {
        font-size: 2.4rem
    }
}

.p-top-rannking {
    background: url(../img/top/ranking-bg.jpg);
    background-size: cover;
    padding: 80px 0
}

@media(max-width: 768.98px) {
    .p-top-rannking {
        padding: 40px 0
    }
}

.p-top-ranking__container {
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .p-top-ranking__container {
        margin-top: -80px;
        z-index: 11;
        position: relative
    }
}

.p-top-ranking {
    border: 7px solid #dec497;
    text-align: center;
    padding: 10px;
    background: #fff
}

@media(max-width: 768.98px) {
    .p-top-ranking {
        border: 3px solid #dec497
    }
}

.p-top-mainVisual__ranking {
    margin: 0 auto
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__ranking {
        margin: 10px auto;
        width: 100%
    }

    .p-top-mainVisual__ranking .bn03 {
        width: 75px
    }

    .p-top-mainVisual__ranking .bn03 img {
        width: 65px
    }
}

.p-top-mainVisual__ranking .bn-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-top-mainVisual__ranking .bn-list div {
    max-width: 185px;
    margin: 4px;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__ranking .bn-list div {
        max-width: 75px;
        margin: 5px
    }
}

.p-top-mainVisual__ranking .bn-list div img {
    width: 100%
}

.p-top-mainVisual__ranking .bn-list div.bn02 {
    max-width: 220px
}

@media(max-width: 768.98px) {
    .p-top-mainVisual__ranking .bn-list div.bn02 {
        max-width: 90px
    }
}

.p-top-mainVisual__ranking .bn-list.low {
    margin-top: 10px
}

.p-top-mainVisual__ranking .bn-list.low div {
    max-width: 170px;
    width: 100%
}

.p-top-concept {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 680px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .p-top-concept {
        height: 100%;
        min-height: 0;
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 46px
    }
}

.p-top-concept__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 85vh;
    min-height: 680px;
    background: url(../img/top/concept_bg.jpg) center center no-repeat;
    background-size: cover
}

@media(max-width: 768.98px) {
    .p-top-concept__bg {
        position: fixed;
        height: 100%;
        min-height: 0;
        opacity: .6
    }
}

.p-top-concept__container {
    margin: 0
}

.p-top-concept__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .p-top-concept__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-top-concept__article {
    width: 760px;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-top-concept__article {
        width: 100%;
        text-align: center;
        margin-bottom: 4px
    }
}

.p-top-concept__title {
    font-size: 5.6rem;
    font-family: "Old Standard TT", sans-serif;
    color: #9f7d52;
    line-height: 1.3em;
    letter-spacing: .02em;
    margin-bottom: 6px;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-top-concept__title {
        font-size: 2.7rem;
        margin-bottom: 10px
    }
}

.p-top-concept__h {
    font-size: 1.8rem;
    line-height: 2em;
    color: #202020;
    margin-bottom: 26px;
    letter-spacing: .04em
}

@media(max-width: 768.98px) {
    .p-top-concept__h {
        font-size: 1.5rem;
        margin-bottom: 24px
    }
}

.p-top-concept__text:before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #b20000;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto
}

@media(max-width: 768.98px) {
    .p-top-concept__text:before {
        width: 48px;
        margin: 0 auto 24px auto
    }
}

.p-top-concept__text p {
    line-height: 2.2em;
    text-shadow: 0px 0px 3px #fff
}

@media(max-width: 1024.98px) {
    .p-top-concept__text p {
        font-size: 1.4rem
    }
}

@media(max-width: 768.98px) {
    .p-top-concept__text p {
        font-size: 1.2rem;
        line-height: 2em
    }
}

.p-top-concept__text p+p {
    margin-top: 22px
}

@media(max-width: 768.98px) {
    .p-top-concept__text p+p {
        margin-top: 20px
    }
}

.p-top-concept__movie {
    width: 500px
}

@media(max-width: 1024.98px) {
    .p-top-concept__movie {
        width: 470px
    }
}

@media(max-width: 768.98px) {
    .p-top-concept__movie {
        width: 100%
    }
}

.p-top-concept__movie__h {
    margin-bottom: 8px
}

@media(max-width: 768.98px) {
    .p-top-concept__movie__h {
        text-align: center
    }
}

.p-top-concept__movie__h em {
    font-size: 2.2rem;
    font-family: "Old Standard TT", sans-serif;
    color: #202020;
    line-height: 1.4em;
    margin-right: 22px
}

@media(max-width: 768.98px) {
    .p-top-concept__movie__h em {
        font-size: 1.6rem;
        margin-right: 20px
    }
}

.p-top-concept__movie__h span:before {
    content: "";
    width: 1px;
    height: 27px;
    display: inline-block;
    background: #d0c3c0;
    -webkit-transform: rotate(45deg) translateY(6px);
    transform: rotate(45deg) translateY(6px);
    margin-right: 10px
}

@media(max-width: 768.98px) {
    .p-top-concept__movie__h span:before {
        height: 18px
    }
}

.p-top-big-bn {
    padding-top: 70px;
    margin-bottom: 80px
}

@media(max-width: 768.98px) {
    .p-top-big-bn {
        padding-top: 54px;
        margin-bottom: 56px
    }
}

.p-top-big-bn__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    height: 24vw;
    min-height: 310px;
    max-height: 380px;
    color: #fff;
    background: #000;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s
}

.p-top-big-bn__link:hover {
    text-decoration: none;
    color: #fff
}

@media(max-width: 768.98px) {
    .p-top-big-bn__link:hover {
        color: #202020
    }
}

.p-top-big-bn__link:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    opacity: .5
}

@media(max-width: 1199.98px) {
    .p-top-big-bn__link:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1
    }
}

.p-top-big-bn__link:hover .p-top-big-bn__text {
    opacity: 1;
    visibility: visible;
    -webkit-animation: translateY-up--1 .8s ease .2s 1 backwards;
    animation: translateY-up--1 .8s ease .2s 1 backwards
}

@media(max-width: 1199.98px) {
    .p-top-big-bn__link:hover .p-top-big-bn__text {
        -webkit-animation: none;
        animation: none
    }
}

@media(max-width: 768.98px) {
    .p-top-big-bn__link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 120px;
        max-height: 130px;
        color: #202020;
        background: #ebdcd4
    }

    .p-top-big-bn__link.is-direction-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media(max-width: 768.98px) {
    .p-top-big-bn__link.is-sp-bg-secondary {
        background: #9f7d52
    }
}

.p-top-big-bn__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: all .8s;
    transition: all .8s;
    opacity: .8
}

@media all and (-ms-high-contrast: none) {

    .p-top-big-bn__img *::-ms-backdrop,
    .p-top-big-bn__img {
        visibility: hidden
    }
}

@media(max-width: 768.98px) {
    .p-top-big-bn__img {
        position: static;
        z-index: 1;
        opacity: 1;
        width: 50%
    }
}

.p-top-big-bn__main {
    z-index: 3;
    display: block;
    position: relative;
    width: 280px;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-top-big-bn__main {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%
    }
}

.p-top-big-bn__main.is-v1:before,
.p-top-big-bn__main.is-v1:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid rgba(255, 255, 255, .7);
    display: block;
    border-radius: 2px;
    margin: 40px 0
}

@media(max-width: 768.98px) {

    .p-top-big-bn__main.is-v1:before,
    .p-top-big-bn__main.is-v1:after {
        border: 1px solid rgba(159, 125, 82, .3);
        margin: 0
    }
}

.p-top-big-bn__main.is-v2 {
    border: 1px solid rgba(255, 255, 255, .5);
    padding-top: 10px;
    padding-bottom: 10px
}

@media(max-width: 768.98px) {
    .p-top-big-bn__main.is-v2 {
        border: 1px solid rgba(159, 125, 82, .3);
        padding-top: 0px;
        padding-bottom: 0px
    }
}

.p-top-big-bn__main.is-v2:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-transform: translateX(6px) translateY(6px);
    transform: translateX(6px) translateY(6px)
}

@media(max-width: 768.98px) {
    .p-top-big-bn__main.is-v2:after {
        border: 1px solid rgba(159, 125, 82, .3);
        -webkit-transform: translateX(3px) translateY(3px);
        transform: translateX(3px) translateY(3px)
    }
}

.p-top-big-bn__main.is-v3 {
    border: 1px solid rgba(255, 255, 255, .5);
    padding-top: 10px;
    padding-bottom: 10px
}

@media(max-width: 768.98px) {
    .p-top-big-bn__main.is-v3 {
        border: 1px solid rgba(255, 255, 255, .3);
        padding-top: 0px;
        padding-bottom: 0px
    }
}

.p-top-big-bn__main.is-v3:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid rgba(255, 255, 255, .5);
    -webkit-transform: translateX(6px) translateY(6px);
    transform: translateX(6px) translateY(6px)
}

@media(max-width: 768.98px) {
    .p-top-big-bn__main.is-v3:after {
        border: 1px solid rgba(255, 255, 255, .3);
        -webkit-transform: translateX(3px) translateY(3px);
        transform: translateX(3px) translateY(3px)
    }
}

.p-top-big-bn__h {
    font-family: "Old Standard TT", sans-serif;
    font-size: 4.2rem;
    line-height: 1em;
    margin-top: 24px;
    margin-bottom: 8px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .1);
    letter-spacing: .02em
}

@media(max-width: 768.98px) {
    .p-top-big-bn__h {
        font-size: 2.4rem;
        margin-top: 16px;
        text-shadow: none
    }
}

.is-v2 .p-top-big-bn__h {
    font-family: "Monsieur La Doulaise", sans-serif;
    font-size: 5.2rem
}

@media(max-width: 768.98px) {
    .is-v2 .p-top-big-bn__h {
        font-size: 2.9rem
    }
}

.is-v3 .p-top-big-bn__h {
    font-family: "Monsieur La Doulaise", sans-serif;
    font-size: 5.2rem
}

@media(max-width: 768.98px) {
    .is-v3 .p-top-big-bn__h {
        color: #fff;
        font-size: 2.9rem
    }
}

.p-top-big-bn__caption {
    display: block;
    line-height: 1em;
    font-size: 1.5rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    letter-spacing: .2em
}

@media(max-width: 768.98px) {
    .p-top-big-bn__caption {
        font-size: 1.2rem;
        margin-bottom: 12px;
        text-shadow: none
    }
}

.p-top-big-bn__text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: calc(50% - 124px);
    z-index: 9;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .12em;
    -webkit-transition: all .8s;
    transition: all .8s
}

@media(max-width: 768.98px) {
    .p-top-big-bn__text {
        visibility: visible;
        opacity: 1;
        bottom: 0;
        width: 50%;
        background: rgba(32, 32, 32, .5);
        font-size: 1.1rem;
        color: #fff;
        line-height: 1.5em;
        padding: 5px 0
    }

    .is-direction-reverse .p-top-big-bn__text {
        left: auto;
        right: 0
    }
}

@media(max-width: 320px) {
    .p-top-big-bn__text {
        font-size: 1rem
    }
}

.p-top-fair {
    margin-bottom: 110px;
    padding: 40px 24px 60px 24px;
    background: url(../img/top/fair_bg.jpg);
    background-size: cover;
    background-position: center center
}

@media(max-width: 768.98px) {
    .p-top-fair {
        margin-bottom: 56px;
        padding: 30px 0 50px 0
    }
}

.p-top-fair__h {
    font-size: 5.6rem;
    font-family: "Old Standard TT", sans-serif;
    color: #ebdcd4;
    line-height: 1.3em;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 28px
}

@media(max-width: 768.98px) {
    .p-top-fair__h {
        font-size: 2.7rem;
        margin-bottom: 14px
    }
}

.p-top-fair__container {
    padding: 40px 50px;
    background: rgba(255, 255, 255, .86)
}

.p-top-fair__container+.p-top-fair__container {
    margin-top: 60px
}

@media(max-width: 768.98px) {
    .p-top-fair__container+.p-top-fair__container {
        margin-top: 28px
    }
}

@media(max-width: 768.98px) {
    .p-top-fair__container {
        padding: 0 15px;
        background: none
    }
}

@media(max-width: 768.98px) {
    .p-top-fair__overwrap-card {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 15px;
        background: #fff
    }
}

.p-top-fairSelect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .p-top-fairSelect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.p-top-fairCalendar {
    width: calc(50% - 114px)
}

@media(max-width: 768.98px) {
    .p-top-fairCalendar {
        width: 100%;
        margin-bottom: 28px;
        background: rgba(255, 255, 255, .88);
        padding: 15px
    }
}

.p-top-fairList {
    width: calc(50% + 70px)
}

@media(max-width: 768.98px) {
    .p-top-fairList {
        width: 100%
    }
}

.p-top-chapel {
    margin-bottom: 110px;
    overflow: hidden
}

@media(max-width: 768.98px) {
    .p-top-chapel {
        margin-bottom: 56px
    }
}

@media(max-width: 768.98px) {
    .p-top-chapel__img {
        height: 64vw
    }
}

.p-top-banquet {
    margin-bottom: 110px
}

@media(max-width: 768.98px) {
    .p-top-banquet {
        margin-bottom: 56px
    }
}

@media(max-width: 768.98px) {
    .p-top-banquet__main {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media(max-width: 768.98px) {
    .p-top-banquet__img {
        margin-bottom: 16px;
        padding: 0
    }
}

.p-top-cuisine {
    margin-bottom: 110px
}

@media(max-width: 768.98px) {
    .p-top-cuisine {
        margin-bottom: 56px
    }
}

.p-top-plan {
    margin-bottom: 110px
}

@media(max-width: 768.98px) {
    .p-top-plan {
        margin-bottom: 56px
    }
}

.p-top-report {
    margin-top: 80px;
    margin-bottom: 88px
}

@media(max-width: 768.98px) {
    .p-top-report {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.row.p-top-report__list {
    margin-top: 16px
}

.p-top-report__item {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden
}

@media(min-width: 1200px) {
    .p-top-report__item.is-large {
        height: 350px
    }
}

@media(max-width: 1199.98px) {
    .p-top-report__item {
        height: auto
    }
}

.p-top-report__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(100%) blur(4px);
    filter: grayscale(100%) blur(4px);
    opacity: .4
}

@media(max-width: 1199.98px) {
    .p-top-report__item:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: grayscale(100%) blur(0px);
        filter: grayscale(100%) blur(0px);
        opacity: 1
    }
}

.p-top-report__item:hover .p-top-report__main {
    visibility: visible;
    -webkit-animation: translateY-up--1 .8s ease .2s 1 backwards;
    animation: translateY-up--1 .8s ease .2s 1 backwards
}

@media(max-width: 1199.98px) {
    .p-top-report__item:hover .p-top-report__main {
        -webkit-animation: none;
        animation: none
    }
}

.p-top-report__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .8s;
    transition: all .8s
}

@media(min-width: 769px) {
    .is-large .p-top-report__img {
        height: 270px
    }
}

@media(min-width: 1200px) {
    .is-large .p-top-report__img {
        height: 350px
    }
}

@media(max-width: 1199.98px) {
    .p-top-report__img {
        position: static;
        height: 200px
    }
}

@media(max-width: 768.98px) {
    .p-top-report__img {
        height: 52vw
    }
}

.p-top-report__main {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 280px;
    z-index: 3;
    padding: 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

@media(min-width: 1200px) {
    .is-large .p-top-report__main {
        height: 350px
    }
}

@media(max-width: 1199.98px) {
    .p-top-report__main {
        height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        visibility: visible;
        position: static;
        background: rgba(208, 195, 192, .1);
        padding: 15px;
        text-align: left
    }
}

.p-top-report__link {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.7em;
    margin-bottom: 4px
}

@media(max-width: 768.98px) {
    .p-top-report__link {
        font-size: 1.2rem;
        margin-bottom: 6px
    }
}

.p-top-report__link:hover {
    text-decoration: none
}

.p-top-report-slide__prevBtn {
    position: absolute;
    left: 0;
    top: calc(26vw - 13px);
    z-index: 99;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23d0c3c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 28px 28px;
    background-position: center center;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-top-report-slide__prevBtn:focus {
    outline: none
}

.p-top-report-slide__nextBtn {
    position: absolute;
    right: 0;
    top: calc(26vw - 13px);
    z-index: 99;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23d0c3c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 28px 28px;
    background-position: center center;
    border: none
}

.p-top-report-slide__nextBtn:focus {
    outline: none
}

.p-top-gallery {
    margin-bottom: 110px
}

@media(max-width: 768.98px) {
    .p-top-gallery {
        margin-bottom: 56px
    }
}

.p-top-dress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 130px;
    padding-left: 50px;
    padding-right: 50px
}

@media(max-width: 768.98px) {
    .p-top-dress {
        margin-bottom: 56px;
        padding-left: 50px;
        padding-right: 50px
    }
}

.p-top-dress__img {
    width: 66%;
    z-index: 3
}

@media(max-width: 768.98px) {
    .p-top-dress__img {
        width: 53%
    }
}

.p-top-dress__img img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, .5);
    box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, .5)
}

@media(max-width: 768.98px) {
    .p-top-dress__img img {
        width: 100%;
        height: 24vw;
        -o-object-fit: cover;
        object-fit: cover;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.p-top-dress_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(34% + 460px);
    background: rgba(159, 125, 82, .14);
    z-index: 1;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    margin-left: -460px;
    padding: 24px 24px 24px 480px
}

.p-top-dress_main:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-filter: brightness(102%);
    filter: brightness(102%)
}

@media(max-width: 768.98px) {
    .p-top-dress_main {
        width: 47%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-left: 0px;
        padding: 15px
    }
}

.p-top-dress_main>div {
    width: 100%
}

.p-top-dress__h {
    width: 250px;
    font-size: 6rem;
    font-family: "Old Standard TT", sans-serif;
    color: #202020;
    line-height: 1em;
    letter-spacing: .05em;
    margin: 0 auto 10px auto;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(159, 125, 82, .1)
}

@media(max-width: 768.98px) {
    .p-top-dress__h {
        font-size: 2.2rem;
        width: 100%;
        text-align: left;
        margin-bottom: 8px
    }
}

.p-top-dress__link {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 0 8px;
    text-align: right;
    color: #202020;
    font-family: "Old Standard TT", sans-serif
}

@media(max-width: 768.98px) {
    .p-top-dress__link {
        width: 100%;
        text-align: left;
        padding: 0;
        line-height: 1em
    }
}

@media(max-width: 320px) {
    .p-top-dress__link {
        font-size: 1.1rem
    }
}

.p-top-dress__link:hover {
    color: #202020;
    text-decoration: none
}

.p-top-pickup {
    margin-bottom: 68px
}

@media(max-width: 768.98px) {
    .p-top-pickup {
        margin-bottom: 48px
    }
}

.p-top-news {
    margin-bottom: 68px
}

@media(max-width: 768.98px) {
    .p-top-news {
        margin-bottom: 42px
    }
}

.p-top-news__list {
    position: relative
}

@media(min-width: 769px) {
    .p-top-news__list {
        overflow: hidden
    }
}

.p-top-news__item {
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.p-top-news__item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(108%);
    filter: brightness(108%)
}

@media(min-width: 769px) {
    .p-top-news__item {
        width: calc(46% - 12px);
        float: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .p-top-news__item:first-child {
        width: calc(54% - 12px);
        float: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.p-top-news__img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media(min-width: 769px) {
    .p-top-news__img {
        width: 180px;
        height: 120px;
        margin-right: 12px
    }

    .p-top-news__item:first-child .p-top-news__img {
        width: 100%;
        height: 400px;
        margin-right: 0
    }
}

@media(max-width: 768.98px) {
    .p-top-news__img {
        width: 100%;
        height: 52vw;
        min-height: 0
    }
}

@media(min-width: 769px) {
    .p-top-news__body {
        width: calc(100% - 192px)
    }

    .p-top-news__item:first-child .p-top-news__body {
        width: 100%;
        margin: 10px 0 0 0
    }
}

@media(max-width: 768.98px) {
    .p-top-news__body {
        margin: 0;
        background: rgba(208, 195, 192, .1);
        padding: 15px
    }
}

.p-top-news__state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-top-news__state time {
    font-family: "Spinnaker", sans-serif;
    color: #707070;
    margin-right: 8px
}

@media(max-width: 768.98px) {
    .p-top-news__badge {
        margin-top: 5px
    }
}

.p-top-news-slide__prevBtn {
    position: absolute;
    left: 0;
    top: calc(26vw - 13px);
    z-index: 99;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23d0c3c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 28px 28px;
    background-position: center center;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-top-news-slide__prevBtn:focus {
    outline: none
}

.p-top-news-slide__nextBtn {
    position: absolute;
    right: 0;
    top: calc(26vw - 13px);
    z-index: 99;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23d0c3c0' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 28px 28px;
    background-position: center center;
    border: none
}

.p-top-news-slide__nextBtn:focus {
    outline: none
}

.p-top-instagram {
    width: 100%;
    height: 400px;
    margin-bottom: 24px;
    background: url(../img/top/instagram_bg.jpg) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .p-top-instagram {
        height: auto;
        margin-bottom: 16px;
        padding: 15px 0
    }
}

.p-top-instagram__main {
    border: 4px solid rgba(255, 255, 255, .6);
    padding: 24px;
    background: rgba(255, 255, 255, .4);
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.p-top-instagram__main:hover {
    background: rgba(255, 255, 255, .5);
    border: 4px solid rgba(255, 255, 255, .7)
}

@media(max-width: 768.98px) {
    .p-top-instagram__main {
        border: 2px solid rgba(255, 255, 255, .6);
        padding: 15px
    }
}

.p-top-instagram__main a:hover {
    text-decoration: none
}

.p-top-instagram__logo {
    display: block;
    margin: 0 auto 8px auto;
    width: 70px;
    height: auto
}

@media(max-width: 768.98px) {
    .p-top-instagram__logo {
        width: 40px
    }
}

.p-top-instagram__text-logo {
    display: block;
    margin: 0 auto;
    width: 135px;
    height: auto
}

@media(max-width: 768.98px) {
    .p-top-instagram__text-logo {
        width: 80px
    }
}

.p-top-instagram__text {
    margin: 12px 0 18px 0
}

@media(max-width: 768.98px) {
    .p-top-instagram__text {
        margin: 12px 0 14px 0;
        font-size: 1.2rem;
        letter-spacing: .01em
    }
}

.p-top-facebook {
    width: 840px;
    margin: 0 auto 64px auto;
    padding: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 3px solid #dbdad7
}

@media(max-width: 768.98px) {
    .p-top-facebook {
        width: calc(100% - 15px*2);
        padding: 10px;
        margin-bottom: 40px
    }
}

@media(max-width: 320px) {
    .p-top-facebook {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-top-facebook__img {
    width: 260px;
    height: auto
}

@media(max-width: 768.98px) {
    .p-top-facebook__img {
        width: 120px;
        height: 90px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.p-top-facebook__main {
    width: calc(100% - 260px);
    text-align: center
}

@media(max-width: 768.98px) {
    .p-top-facebook__main {
        width: calc(100% - 120px);
        padding-left: 10px
    }
}

@media(max-width: 320px) {
    .p-top-facebook__main {
        width: 100%;
        padding: 0
    }
}

.p-top-facebook__h {
    color: #202020;
    font-family: "Old Standard TT", sans-serif;
    font-size: 2.7rem
}

@media(max-width: 768.98px) {
    .p-top-facebook__h {
        font-size: 1.4rem;
        line-height: 1.5em
    }
}

.p-top-facebook__text {
    margin-bottom: 16px
}

@media(max-width: 768.98px) {
    .p-top-facebook__text {
        font-size: 1.2rem;
        line-height: 1.4em;
        margin-bottom: 8px
    }
}

.p-fair-fairSelect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .p-fair-fairSelect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.p-fair-fairCalendar {
    width: calc(50% - 114px);
    padding-bottom: 20px
}

@media(max-width: 768.98px) {
    .p-fair-fairCalendar {
        width: 100%;
        margin-bottom: 28px;
        padding-bottom: 0
    }
}

.p-fair-fairList {
    width: calc(50% + 70px)
}

@media(max-width: 768.98px) {
    .p-fair-fairList {
        width: 100%
    }
}

.p-fairDtl__head {
    margin-bottom: 24px
}

@media(max-width: 768.98px) {
    .p-fairDtl__head {
        margin-bottom: 20px
    }
}

.p-fairDtl__head:after {
    content: "";
    width: 680px;
    height: 3px;
    border: 1px solid #e9e9e7;
    display: block;
    border-radius: 2px;
    margin: 24px auto 0 auto
}

@media(max-width: 768.98px) {
    .p-fairDtl__head:after {
        width: 100%;
        margin-top: 20px
    }
}

.p-fairDtl__state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.p-fairDtl__time {
    color: #202020;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 8px
}

@media(max-width: 768.98px) {
    .p-fairDtl__time {
        font-size: 1.5rem;
        margin-right: 6px
    }
}

.p-fairDtl__title {
    font-size: 2.7rem;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 10px
}

@media(max-width: 768.98px) {
    .p-fairDtl__title {
        font-size: 2rem
    }
}

.p-fairDtl__mainimg {
    margin-bottom: 24px
}

@media(max-width: 768.98px) {
    .p-fairDtl__mainimg {
        margin-bottom: 20px
    }
}

.p-fairDtl__fairDate {
    margin-bottom: 24px;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020
}

@media(max-width: 768.98px) {
    .p-fairDtl__fairDate {
        margin-bottom: 20px
    }
}

.p-fairDtl__fairDateList {
    display: inline-block;
    width: 107px;
    text-align: right;
    margin-right: 2px;
    padding: 1px 0;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    font-size: 1.4rem
}

@media(max-width: 768.98px) {
    .p-fairDtl__fairDateList {
        width: 100px;
        font-size: 1.2rem;
        margin-right: 4px
    }
}

.p-fairDtl__body,
.p-planDtl__body {
    margin-bottom: 24px
}

@media(max-width: 768.98px) {

    .p-fairDtl__body,
    .p-planDtl__body {
        margin-bottom: 20px
    }
}

.p-fairDtl__subTitle,
.p-planDtl__subTitle {
    font-size: 2.2rem;
    color: #202020;
    text-align: center;
    letter-spacing: .04em;
    margin-bottom: 24px
}

@media(max-width: 768.98px) {

    .p-fairDtl__subTitle,
    .p-planDtl__subTitle {
        font-size: 1.8rem;
        margin-bottom: 20px
    }
}

.p-fairDtl__subTitle:before,
.p-planDtl__subTitle:before {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #9f7d52;
    display: block;
    border-radius: 2px;
    margin-bottom: 18px
}

@media(max-width: 768.98px) {

    .p-fairDtl__subTitle:before,
    .p-planDtl__subTitle:before {
        margin-bottom: 10px
    }
}

.p-fairDtl__subTitle:after,
.p-planDtl__subTitle:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #9f7d52;
    display: block;
    border-radius: 2px;
    margin-top: 18px
}

@media(max-width: 768.98px) {

    .p-fairDtl__subTitle:after,
    .p-planDtl__subTitle:after {
        margin-top: 10px
    }
}

.p-fairDtl__textArea,
.p-planDtl__textArea {
    text-align: center;
    line-height: 2.2;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    padding-left: 24px;
    padding-right: 24px
}

@media(max-width: 768.98px) {

    .p-fairDtl__textArea,
    .p-planDtl__textArea {
        padding-left: 6px;
        padding-right: 6px
    }
}

.p-fairDtl__textArea p,
.p-planDtl__textArea p {
    line-height: 2.2em
}

@media(max-width: 768.98px) {

    .p-fairDtl__textArea iframe,
    .p-planDtl__textArea iframe {
        position: relative;
        display: block;
        width: 100%;
        height: 49vw;
        padding: 0;
        overflow: hidden
    }
}

.p-fairDtl__textArea a,
.p-planDtl__textArea a {
    text-decoration: underline
}

.p-fairDtl__textArea img,
.p-planDtl__textArea img {
    margin-bottom: 24px;
    max-width: 100%;
    height: auto
}

.p-fairDtl__textArea h1,
.p-planDtl__textArea h1 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #202020;
    font-size: 2.7rem;
    border-bottom: 3px double #e9e9e7;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px
}

@media(max-width: 768.98px) {

    .p-fairDtl__textArea h1,
    .p-planDtl__textArea h1 {
        font-size: 1.8rem
    }
}

.p-fairDtl__textArea h2,
.p-planDtl__textArea h2 {
    background: #f0f0ef;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #202020;
    font-size: 2.2rem
}

@media(max-width: 768.98px) {

    .p-fairDtl__textArea h2,
    .p-planDtl__textArea h2 {
        font-size: 1.6rem
    }
}

.p-fairDtl__textArea h3,
.p-planDtl__textArea h3 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #202020;
    font-size: 1.8rem
}

@media(max-width: 768.98px) {

    .p-fairDtl__textArea h3,
    .p-planDtl__textArea h3 {
        font-size: 1.6rem
    }
}

.p-fairDtl__textArea h3:after,
.p-planDtl__textArea h3:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #9f7d52
}

.p-fairDtl__textArea h4,
.p-planDtl__textArea h4 {
    background: #f0f0ef;
    color: #202020;
    font-size: 2.2rem
}

@media(max-width: 768.98px) {

    .p-fairDtl__textArea h4,
    .p-planDtl__textArea h4 {
        font-size: 1.6rem
    }
}

.p-fairDtl__textArea h5,
.p-planDtl__textArea h5 {
    color: #202020;
    font-size: 1.8rem
}

@media(max-width: 768.98px) {

    .p-fairDtl__textArea h5,
    .p-planDtl__textArea h5 {
        font-size: 1.6rem
    }
}

.p-fairDtl__textArea h5:after,
.p-planDtl__textArea h5:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #9f7d52
}

.p-fairDtl-reserve {
    width: 100%;
    border-collapse: collapse
}

.p-fairDtl-reserve thead th {
    background: #202020;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    letter-spacing: .02em
}

.p-fairDtl-reserve tbody tr {
    border-bottom: 1px solid #e9e9e7
}

.p-fairDtl-reserve tbody tr td {
    padding: 14px 0
}

.p-fairDtl-reserve__h {
    font-weight: normal
}

.p-fairDtl-reserve__time {
    width: 300px;
    text-align: center;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020
}

@media(max-width: 768.98px) {
    .p-fairDtl-reserve__time {
        width: 92px
    }
}

.p-fairDtl-reserve__state {
    text-align: center;
    color: #202020;
    min-width: 40px
}

.p-fairDtl-reserve__apply {
    width: 430px;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-fairDtl-reserve__apply {
        width: 170px
    }
}

@media(max-width: 320px) {
    .p-fairDtl-reserve__apply {
        width: 150px
    }
}

.p-fairDtl-reserve__caption {
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.4rem;
    color: #707070;
    line-height: 1.4em;
    margin-bottom: 3px
}

@media(max-width: 768.98px) {
    .p-fairDtl-reserve__caption {
        font-size: 1.2rem
    }
}

.p-fairDtl-reserve__btn {
    width: 100%;
    height: 46px;
    padding-left: 2px;
    padding-right: 2px
}

.p-fairDtl-reserve__btn.is-disable {
    background: #ccc;
    border: 1px solid #ccc;
    border-bottom: 3px solid #bdbdbd;
    pointer-events: none
}

.p-fairDtl-dateSelect {
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
    padding-top: 26px;
    padding-bottom: 26px
}

@media(max-width: 768.98px) {
    .p-fairDtl-dateSelect {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

.p-fairDtl-dateSelect__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 18px
}

@media(max-width: 768.98px) {
    .p-fairDtl-dateSelect__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 14px
    }
}

.p-fairDtl-dateSelect__text {
    font-size: 1.8rem;
    color: #202020;
    margin-right: 14px
}

@media(max-width: 768.98px) {
    .p-fairDtl-dateSelect__text {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 1.5rem
    }
}

.p-farDtl-dateSelect__item {
    font-size: 1.6rem;
    border: 1px solid #ebdcd4;
    padding: 6px;
    min-height: 40px
}

.p-fairDtl-dateSelect__btn {
    width: 392px
}

@media(max-width: 768.98px) {
    .p-fairDtl-dateSelect__btn {
        width: 100%;
        font-size: 1.4rem
    }
}

.p-fairDtl-bottomBtn {
    width: 100%;
    height: 56px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.page-fair-tab-wrap {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.page-fair-tab-wrap a {
    width: 50%;
    height: 100%;
    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;
    text-decoration: none;
    font-weight: bold;
    border: solid 1px #111;
    color: #111;
    letter-spacing: 2px;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.page-fair-tab-wrap a br {
    display: none
}

@media screen and (max-width: 500px) {
    .page-fair-tab-wrap a br {
        display: block
    }
}

.page-fair-tab-wrap a:hover {
    background-color: #222;
    color: #fff
}

.page-fair-tab-wrap a.back-blue {
    background-color: #111;
    color: #fff
}

.p-reason-relation {
    position: relative;
    width: 920px;
    margin: auto;
    padding: 0 0 30px 0;
    background: #fff;
    border-radius: 10px
}

@media(max-width: 768.98px) {
    .p-reason-relation {
        width: calc(100% - 40px);
        padding-bottom: 20px
    }
}

.p-reason-relation:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -3;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translateX(-10px) translateY(-10px);
    transform: translateX(-10px) translateY(-10px);
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2372AB8B' fill-opacity='0.8' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    border-radius: 10px
}

.p-reason-relation__h {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: .08em;
    margin-bottom: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(114, 171, 139, .1)
}

@media(max-width: 768.98px) {
    .p-reason-relation__h {
        font-size: 1.5rem;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 16px
    }
}

.p-reason-checkbox {
    list-style-type: none;
    width: 420px;
    margin: 0 auto;
    padding: 0
}

@media(max-width: 768.98px) {
    .p-reason-checkbox {
        width: 100%;
        padding: 0 15px
    }
}

.p-reason-checkbox li {
    background: url(../img/reason/check-box.svg) left 8px no-repeat;
    background-size: 16px 16px;
    margin-bottom: 9px;
    padding: 0 0 0 24px;
    font-size: 1.8rem
}

@media(max-width: 768.98px) {
    .p-reason-checkbox li {
        background: url(../img/reason/check-box.svg) left 5px no-repeat;
        background-size: 16px 16px;
        font-size: 1.3rem
    }
}

.p-reason-checkbox li:last-child {
    margin-bottom: 0
}

.p-reason-checkbox li em {
    position: relative;
    display: inline-block;
    z-index: 5
}

.p-reason-checkbox li em:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 16px;
    background: rgba(178, 0, 0, .14);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

@media(max-width: 768.98px) {
    .p-reason-checkbox li em:before {
        height: 10px;
        bottom: 6px
    }
}

.p-reason-relation__text {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(235, 220, 212, .3)
}

@media(max-width: 768.98px) {
    .p-reason-relation__text {
        margin-top: 12px;
        padding: 12px 15px 0 15px
    }
}

.p-reason-introduction {
    position: relative;
    background: url(../img/reason/reason_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
    padding: 20px 0 24px 0
}

@media(max-width: 768.98px) {
    .p-reason-introduction {
        margin-bottom: 32px
    }
}

.p-reason-introduction:after {
    content: "";
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    border-right: 1px dotted #9f7d52
}

@media(max-width: 768.98px) {
    .p-reason-introduction:after {
        bottom: -24px;
        height: 32px
    }
}

.p-reason-introduction__band {
    display: block;
    font-family: "Old Standard TT", sans-serif;
    font-size: 3.6rem;
    line-height: 1.2em;
    letter-spacing: .08em;
    background: #9f7d52;
    -webkit-box-shadow: 5px 5px 0 rgba(159, 125, 82, .3);
    box-shadow: 5px 5px 0 rgba(159, 125, 82, .3);
    padding-top: 5px;
    margin-bottom: 16px
}

@media(max-width: 768.98px) {
    .p-reason-introduction__band {
        font-size: 1.5rem;
        padding-top: 5px;
        padding-bottom: 2px
    }
}

.p-reason-introduction__h {
    font-size: 2.7rem;
    line-height: 1.8em;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .p-reason-introduction__h {
        font-size: 1.5rem
    }
}

.p-reason-introduction__h em {
    font-size: 5.6rem;
    color: #9f7d52
}

@media(max-width: 768.98px) {
    .p-reason-introduction__h em {
        font-size: 4.2rem
    }
}

.p-reason-number {
    width: 90px;
    margin: 0 auto 16px auto;
    text-align: center;
    border-top: 1px solid #d0c3c0;
    border-bottom: 1px solid #d0c3c0;
    font-family: "Old Standard TT", sans-serif;
    font-size: 5.6rem;
    color: #9f7d52;
    line-height: 1em
}

@media(max-width: 768.98px) {
    .p-reason-number {
        width: 60px;
        font-size: 3.6rem
    }
}

.p-reason-number:before {
    content: "REASON";
    display: block;
    font-family: "Spinnaker", sans-serif;
    border-bottom: 1px solid #d0c3c0;
    font-size: 1.8rem;
    color: #202020;
    line-height: 1.1em;
    letter-spacing: .04em;
    margin: 3px 0;
    padding-bottom: 2px
}

@media(max-width: 768.98px) {
    .p-reason-number:before {
        font-size: 1.2rem;
        margin-bottom: 4px
    }
}

.p-reason__h {
    font-family: "Old Standard TT", sans-serif;
    font-size: 5.6rem;
    color: #202020;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 2px;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .p-reason__h {
        font-size: 2.7rem;
        margin-bottom: 6px
    }
}

.p-reason__caption {
    font-size: 2.2rem;
    color: #9f7d52;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: .04em;
    margin-bottom: 24px
}

@media(max-width: 768.98px) {
    .p-reason__caption {
        font-size: 1.5rem;
        margin-bottom: 16px
    }
}

.p-reason__chapel-img {
    height: 480px;
    margin-bottom: 6px
}

@media(max-width: 768.98px) {
    .p-reason__chapel-img {
        height: 62vw;
        margin-bottom: 4px
    }
}

.p-reason__chapel-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.p-reason__dress-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.p-reason__dress-img img:first-child {
    width: calc(72% - 6px);
    height: auto
}

.p-reason__dress-img img:last-child {
    width: 28%;
    height: auto
}

.p-reason__img--col6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-reason__img--col6 img {
    width: calc(50% - 3px);
    height: auto;
    margin-bottom: 6px
}

@media(max-width: 768.98px) {
    .p-reason__img--col6 img {
        width: calc(50% - 2px);
        margin-bottom: 4px
    }
}

.p-reason__img--col6 img:nth-child(odd) {
    margin-right: 6px
}

@media(max-width: 768.98px) {
    .p-reason__img--col6 img:nth-child(odd) {
        margin-right: 4px
    }
}

.p-reason__img--half {
    height: 360px;
    margin-bottom: 6px
}

@media(max-width: 768.98px) {
    .p-reason__img--half {
        height: 56vw;
        margin-bottom: 4px
    }
}

.p-reason__img--half img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.p-reason__img--col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-reason__img--col4 img {
    width: calc(33.3333% - 4px);
    height: auto;
    margin-right: 6px;
    margin-bottom: 6px
}

@media(max-width: 768.98px) {
    .p-reason__img--col4 img {
        width: calc(50% - 2px);
        height: 28vw;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 0;
        margin-bottom: 4px
    }

    .p-reason__img--col4 img:nth-child(odd) {
        margin-right: 4px !important
    }
}

.p-reason__img--col4 img:nth-child(3n) {
    margin-right: 0
}

.p-reason__img--col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-reason__img--col3 img {
    width: calc(25% - 5px);
    height: auto;
    margin-right: 6px;
    margin-bottom: 6px
}

@media(max-width: 768.98px) {
    .p-reason__img--col3 img {
        width: calc(25% - 3px);
        margin-right: 4px;
        margin-bottom: 4px
    }
}

.p-reason__img--col3 img:nth-child(4n) {
    margin-right: 0
}

.p-reason__text {
    margin: 16px 0 32px 0
}

@media(max-width: 768.98px) {
    .p-reason__text {
        margin-top: 16px;
        margin-bottom: 24px
    }
}

.p-reason__text p {
    line-height: 2.2em;
    text-align: center
}

.p-reason-banquet {
    text-align: center;
    margin-top: 12px
}

@media(max-width: 768.98px) {
    .p-reason-banquet {
        margin-top: 10px
    }
}

.p-reason-banquet__h {
    line-height: 1.7em
}

.p-reason-banquet__h em {
    font-size: 3.6rem
}

@media(max-width: 768.98px) {
    .p-reason-banquet__h em {
        font-size: 2.2rem
    }
}

.is-scala .p-reason-banquet__h em {
    font-family: "Monsieur La Doulaise", sans-serif
}

.is-carlo .p-reason-banquet__h em {
    font-family: "Kalam", sans-serif;
    font-size: 2.2rem
}

@media(max-width: 768.98px) {
    .is-carlo .p-reason-banquet__h em {
        font-size: 1.8rem
    }
}

.p-reason-banquet__h span {
    font-size: 1.8rem;
    margin-left: 26px;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .p-reason-banquet__h span {
        font-size: 1.5rem
    }
}

.p-reason-banquet__h span:before {
    content: "";
    width: 1px;
    height: 27px;
    display: inline-block;
    background: #d0c3c0;
    -webkit-transform: rotate(45deg) translateY(6px);
    transform: rotate(45deg) translateY(6px);
    margin-right: 10px
}

@media(max-width: 768.98px) {
    .p-reason-banquet__h span:before {
        height: 18px
    }
}

.p-reason-banquet__image {
    margin-top: 6px;
    font-size: 2.2rem;
    padding-bottom: 8px
}

@media(max-width: 768.98px) {
    .p-reason-banquet__image {
        font-size: 1.8rem;
        margin-top: 4px;
        padding-bottom: 4px
    }
}

.is-scala .p-reason-banquet__image {
    font-family: "Allura", cursive;
    letter-spacing: 0em
}

.is-carlo .p-reason-banquet__image {
    font-family: "Kalam", sans-serif;
    font-size: 1.8rem
}

@media(max-width: 768.98px) {
    .is-carlo .p-reason-banquet__image {
        font-size: 1.5rem
    }
}

.p-party-space {
    position: relative;
    margin-bottom: 100px
}

@media(max-width: 768.98px) {
    .p-party-space {
        margin-bottom: 70px
    }
}

@media(min-width: 769px) {
    .p-party-space__brera-img img {
        -o-object-position: center 90%;
        object-position: center 90%
    }
}

.p-party-space__h {
    font-size: 4.2rem;
    font-family: "Old Standard TT", sans-serif;
    color: #202020;
    margin-bottom: 4px
}

@media(max-width: 768.98px) {
    .p-party-space__h {
        font-size: 2.7rem
    }
}

.p-partyDtl__mainimg {
    width: 100%;
    height: 88vh;
    min-height: 660px;
    max-height: 760px;
    margin-bottom: 30px
}

@media(max-width: 768.98px) {
    .p-partyDtl__mainimg {
        height: 72vw;
        min-height: 0;
        max-height: auto;
        margin-bottom: 20px
    }
}

.p-partyDtl__mainimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (-ms-high-contrast: none) {

    .p-partyDtl__mainimg img *::-ms-backdrop,
    .p-partyDtl__mainimg img {
        visibility: hidden
    }
}

.p-partyDtl__introduction {
    margin-bottom: 48px
}

@media(max-width: 768.98px) {
    .p-partyDtl__introduction {
        margin-bottom: 24px
    }
}

.p-partyDtl__introduction p {
    line-height: 2.4em;
    letter-spacing: .05em;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-partyDtl__introduction p {
        line-height: 2.2em
    }
}

.p-partyDtl__h {
    color: #202020;
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: .04em;
    margin-bottom: 10px
}

@media(max-width: 768.98px) {
    .p-partyDtl__h {
        font-size: 1.5rem
    }
}

.p-party-concept {
    position: relative;
    padding-top: 24px
}

@media(max-width: 768.98px) {
    .p-party-concept {
        padding-top: 20px
    }
}

.p-party-concept:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    width: calc(50% + 120px);
    height: 360px;
    background: rgba(208, 195, 192, .1)
}

@media(max-width: 768.98px) {
    .p-party-concept:before {
        height: 200px
    }
}

.p-party-concept:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
    width: calc(50% + 120px);
    height: 360px;
    background: rgba(208, 195, 192, .1)
}

@media(max-width: 768.98px) {
    .p-party-concept:after {
        height: 200px
    }
}

.p-party-concept__text {
    text-align: center;
    letter-spacing: .1em;
    line-height: 2.6em
}

@media(max-width: 768.98px) {
    .p-party-concept__text {
        line-height: 2.2em
    }
}

.p-party-facility {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-party-facility__caption {
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: .06em
}

@media(max-width: 768.98px) {
    .p-party-facility__caption {
        font-size: 1.2rem
    }
}

.p-party-facility__h {
    font-size: 2.4rem;
    color: #202020;
    letter-spacing: .06em;
    margin-bottom: 16px
}

@media(max-width: 768.98px) {
    .p-party-facility__h {
        font-size: 2rem;
        line-height: 1.6em;
        margin-bottom: 12px
    }
}

@media(max-width: 320px) {
    .p-party-facility__h {
        font-size: 1.8rem
    }
}

.p-party-facility__h:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #9f7d52;
    margin: 6px auto 0 auto
}

@media(max-width: 768.98px) {
    .p-party-facility__h:after {
        margin-top: 8px
    }
}

.p-party-facility__capacity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #202020
}

.p-party-facility__capacity:before {
    content: "CAPACITY";
    display: inline-block;
    line-height: 1em;
    margin-right: 12px;
    padding: 3px;
    border: 1px solid #d0c3c0;
    border-radius: 2px
}

.p-party-nav__item {
    position: relative
}

.p-party-nav__item:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-filter: brightness(108%);
    filter: brightness(108%);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.p-party-nav__img {
    width: 100%;
    height: auto;
    margin-bottom: 4px
}

.p-party-nav__h {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: .08em;
    font-family: "Old Standard TT", sans-serif
}

@media(max-width: 768.98px) {
    .p-party-nav__h {
        font-size: 1.5rem
    }
}

.p-party-nav__link {
    color: #202020
}

.p-party-nav__link:hover {
    text-decoration: none;
    color: #202020
}

.p-party-nav__caption {
    display: block;
    text-align: center;
    font-family: "Old Standard TT", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #707070
}

.p-party-nav__caption:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background: #d0c3c0;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media(max-width: 768.98px) {
    .p-party-nav__caption:before {
        width: 10px;
        margin-right: 5px
    }
}

.p-party-nav__caption:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background: #d0c3c0;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media(max-width: 768.98px) {
    .p-party-nav__caption:after {
        width: 10px;
        margin-left: 5px
    }
}

.p-party-bottomBtn {
    width: 100%;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.p-praty-platea-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-praty-platea-img img {
    width: calc(50% - 3px);
    height: auto
}

@media(max-width: 768.98px) {
    .p-praty-platea-img img {
        width: calc(50% - 2px)
    }
}

.p-plan-overwrap__title {
    margin-bottom: 10px
}

.p-plan-overwrap__h {
    color: #202020;
    font-size: 2rem;
    line-height: 1.6em;
    margin-bottom: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media(max-width: 768.98px) {
    .p-plan-overwrap__h {
        font-size: 1.5rem
    }
}

.p-plan-overwrap__price {
    color: #202020;
    font-size: 2rem;
    line-height: 1.4em;
    margin-bottom: 1px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media(max-width: 768.98px) {
    .p-plan-overwrap__price {
        font-size: 1.5rem
    }
}

.p-planList {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

@media(min-width: 769px) {
    .p-plan-nav__item a {
        padding-left: 12px;
        padding-right: 12px
    }
}

.p-planDtl__head {
    margin-bottom: 24px
}

@media(max-width: 768.98px) {
    .p-planDtl__head {
        margin-bottom: 20px
    }
}

.p-planDtl__head:after {
    content: "";
    width: 680px;
    height: 3px;
    border: 1px solid #e9e9e7;
    display: block;
    border-radius: 2px;
    margin: 24px auto 0 auto
}

@media(max-width: 768.98px) {
    .p-planDtl__head:after {
        width: 100%;
        margin-top: 16px
    }
}

.p-planDtl__state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.p-planDtl__price {
    color: #202020;
    font-size: 2rem
}

@media(max-width: 768.98px) {
    .p-planDtl__price {
        font-size: 1.5rem
    }
}

.p-planDtl__aside {
    margin-left: 12px;
    color: #202020;
    font-size: 1.4rem
}

@media(max-width: 768.98px) {
    .p-planDtl__aside {
        font-size: 1.2rem
    }
}

.p-planDtl__time {
    color: #202020;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 8px
}

@media(max-width: 768.98px) {
    .p-planDtl__time {
        font-size: 1.5rem;
        margin-right: 6px
    }
}

.p-planDtl__title {
    font-size: 2.7rem;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 10px
}

@media(max-width: 768.98px) {
    .p-planDtl__title {
        font-size: 2rem
    }
}

.p-planDtl__mainimg {
    margin-bottom: 24px
}

@media(max-width: 768.98px) {
    .p-planDtl__mainimg {
        margin-bottom: 20px
    }
}

.p-planDtl__period {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 24px
}

@media(max-width: 768.98px) {
    .p-planDtl__period {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 14px
    }
}

.p-planDtl__period__block {
    width: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 12px
}

@media(max-width: 768.98px) {
    .p-planDtl__period__block {
        width: 100%;
        margin: 0 0 8px 0
    }
}

.p-planDtl__period__h {
    width: 60px;
    color: #202020;
    font-size: 1.4rem;
    border: 1px solid #202020;
    border-radius: 1px;
    text-align: center;
    padding: 2px 2px;
    line-height: 1.2em;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .p-planDtl__period__h {
        width: 46px;
        font-size: 1.2rem
    }
}

.p-planDtl__period__text {
    width: 296px;
    font-size: 1.4rem;
    line-height: 1.6em
}

@media(max-width: 768.98px) {
    .p-planDtl__period__text {
        width: calc(100% - 54px);
        font-size: 1.2rem;
        padding-top: 1px
    }
}

.p-plan-postNav {
    padding: 30px 0
}

@media(max-width: 768.98px) {
    .p-plan-postNav {
        padding: 24px 0
    }
}

.p-plan-postNav__card {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: #fff
}

@media(max-width: 768.98px) {
    .p-plan-postNav__card {
        padding: 8px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media(min-width: 769px) {
    .p-plan-postNav__h {
        font-size: 1.5rem
    }
}

a:hover .p-plan-postNav__h {
    text-decoration: underline
}

.p-plan-postNav__link {
    font-size: 1.2rem
}

.p-cuisine-concept {
    background: url(../img/cuisine/concept_bg.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 72px;
    padding: 60px 0;
    color: #fff
}

@media(max-width: 768.98px) {
    .p-cuisine-concept {
        margin-bottom: 30px;
        padding: 24px 0
    }
}

.p-cuisine-concept__title {
    color: #e9e0d4;
    font-size: 4.2rem;
    font-family: "Old Standard TT", sans-serif;
    letter-spacing: .05em;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-cuisine-concept__title {
        font-size: 2.5rem
    }
}

.p-cuisine-concept__h {
    font-size: 1.9rem;
    letter-spacing: .04em;
    margin-bottom: 10px
}

@media(max-width: 768.98px) {
    .p-cuisine-concept__h {
        font-size: 1.4rem;
        letter-spacing: .02em;
        margin-bottom: 6px
    }
}

.p-cuisine-concept__text {
    line-height: 2.2em
}

.p-cuisine-slide {
    width: 100%;
    position: relative
}

.p-cuisine-slide__item {
    width: 100%
}

.p-cuisine-slide__item img {
    width: 100%;
    height: auto
}

.p-cuisine-slide__prevBtn {
    position: absolute;
    left: 15px;
    top: calc(50% - 16px);
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-cuisine-slide__prevBtn:focus {
    outline: none
}

.p-cuisine-slide__nextBtn {
    position: absolute;
    right: 15px;
    top: calc(50% - 16px);
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none
}

.p-cuisine-slide__nextBtn:focus {
    outline: none
}

.p-cuisine-nav {
    width: 100% !important;
    margin-top: 2px
}

.p-cuisine-nav .slick-list {
    padding: 0 !important
}

.p-cuisine-nav__thumb {
    height: 6vw;
    min-height: 92px;
    margin-bottom: 0;
    cursor: pointer
}

.p-cuisine-nav__thumb.slick-current img {
    border: 2px solid #9f7d52
}

.p-cuisine-nav__thumb:focus {
    outline: none
}

@media(max-width: 768.98px) {
    .p-cuisine-nav__thumb {
        min-height: 0;
        height: 14vw
    }
}

.is-sweets .p-cuisine-nav__thumb {
    height: 5vw;
    min-height: 84px;
    margin-bottom: 0
}

@media(max-width: 768.98px) {
    .is-sweets .p-cuisine-nav__thumb {
        min-height: 0;
        height: 16vw
    }
}

.p-cuisine-nav__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    border: 2px solid #fff
}

.p-cuisine-sweets {
    margin-bottom: 100px
}

@media(max-width: 768.98px) {
    .p-cuisine-sweets {
        margin-bottom: 56px
    }
}

.p-cuisine-sweets__h {
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .p-cuisine-sweets__h {
        margin-bottom: 10px
    }
}

.p-cuisine-sweets__h:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #e4e4e2;
    display: block;
    border-radius: 2px;
    margin-top: 2px
}

.p-cuisine-sweets__h em {
    font-size: 3.6rem;
    color: #202020;
    font-family: "Old Standard TT", sans-serif
}

@media(max-width: 768.98px) {
    .p-cuisine-sweets__h em {
        font-size: 2.2rem
    }
}

.p-cuisine-sweets__text {
    margin-bottom: 30px;
    line-height: 2.2em
}

@media(max-width: 768.98px) {
    .p-cuisine-sweets__text {
        margin-bottom: 16px
    }
}

.p-gallery-nav__item {
    margin: 0 3px
}

@media(max-width: 768.98px) {
    .p-gallery-nav__item {
        margin: 0
    }
}

@media(max-width: 1199.98px) {
    .p-gallery-nav__item a {
        padding: 6px 7px
    }
}

@media(max-width: 768.98px) {
    .p-gallery-nav__item a {
        padding: 11px 4px
    }
}

.p-gallery {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-gallery__link {
    width: 278px;
    height: 278px;
    padding: 6px
}

@media(max-width: 1199.98px) {
    .p-gallery__link {
        width: 25%;
        height: 22vw;
        min-height: 220px
    }
}

@media(max-width: 768.98px) {
    .p-gallery__link {
        width: calc(33.3333% - 3px);
        height: 30vw;
        min-height: 0;
        padding: 0;
        margin-right: 4px;
        margin-bottom: 4px
    }

    .p-gallery__link:nth-child(3n) {
        margin-right: 0px
    }
}

.p-gallery__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.p-gallery__img:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

.p-gallery-btn {
    width: 284px;
    border: 1px solid #202020;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    cursor: pointer;
    font-size: 1.5rem
}

.p-gallery-btn.is-disable {
    opacity: .3;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    pointer-events: none;
    cursor: default
}

@media(max-width: 768.98px) {
    .p-gallery-btn {
        width: 100%;
        font-size: 1.4rem
    }
}

.p-gallery-btn__icon {
    width: 25px;
    height: 25px;
    margin-right: 6px
}

@media(max-width: 768.98px) {
    .p-gallery-btn__icon {
        width: 20px;
        height: 20px
    }
}

@media(max-width: 768.98px) {
    .p-dress-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 199
    }
}

@media(max-width: 768.98px) {
    .p-dress-nav__list .slick-list {
        width: 100% !important
    }
}

.p-dress-nav__list .slick-track {
    width: 904px !important;
    -webkit-transform: none !important;
    transform: none !important
}

@media(max-width: 768.98px) {
    .p-dress-nav__list .slick-track {
        width: 100% !important
    }
}

.p-dress-nav__item:focus {
    outline: none
}

@media(max-width: 768.98px) {
    .p-dress-nav__item {
        width: 50% !important
    }
}

.p-dress-nav__link {
    width: 210px;
    text-align: center;
    color: #b70;
    cursor: pointer;
    line-height: 1.5em;
    font-size: 1.4rem !important
}

@media(max-width: 768.98px) {
    .p-dress-nav__link {
        font-size: 1.2rem !important;
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.slick-current .p-dress-nav__link {
    background: #d0c3c0;
    color: #fff
}

@media(max-width: 768.98px) {
    .p-dress-nav__link {
        width: 100%
    }
}

.p-dress-nav__link span {
    display: block;
    font-family: "Old Standard TT", sans-serif;
    font-size: 1.6rem
}

@media(max-width: 768.98px) {
    .p-dress-nav__link span {
        font-size: 1.4rem
    }
}

.p-dress-slide {
    width: 792px;
    margin: 0 auto
}

@media(max-width: 768.98px) {
    .p-dress-slide {
        width: 100%
    }
}

.p-dress-slide__prevBtn {
    position: absolute;
    left: -52px;
    top: 50%;
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%239F7D52' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-dress-slide__prevBtn:focus {
    outline: none
}

.p-dress-slide__nextBtn {
    position: absolute;
    right: -52px;
    top: 50%;
    z-index: 99;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%239F7D52' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0Zm0,24A11.5,11.5,0,1,1,24,12.5,11.5129,11.5129,0,0,1,12.5,24ZM10,18l7-5.5L10,7Zm1-8.9424L15.3813,12.5,11,15.9424Z'/%3E%3C/svg%3E");
    background-size: 32px 32px;
    background-position: center center;
    border: none
}

.p-dress-slide__nextBtn:focus {
    outline: none
}

@media all and (-ms-high-contrast: none) {

    .p-dress-slide__item *::-ms-backdrop,
    .p-dress-slide__item {
        padding-top: 10px
    }
}

.p-dress-slide__item:focus {
    outline: none
}

.p-dress-slide__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media(max-width: 768.98px) {
    .p-dress-slide__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.p-dress-slide__main {
    width: 470px
}

@media(max-width: 768.98px) {
    .p-dress-slide__main {
        width: 100%
    }
}

.p-dress-slide__main img {
    width: 100%;
    height: auto
}

@media(max-width: 768.98px) {
    .p-dress-slide__main img {
        margin-bottom: 6px
    }
}

.p-dress-slide__thumb {
    width: 151px
}

@media(max-width: 768.98px) {
    .p-dress-slide__thumb {
        width: calc(50% - 3px)
    }
}

.p-dress-slide__thumb img {
    width: 100%;
    height: auto;
    margin-bottom: 0
}

.p-dress-slide__thumb img+img {
    margin-top: 11px
}

@media(max-width: 768.98px) {
    .p-dress-slide__thumb img {
        margin-bottom: 0px
    }

    .p-dress-slide__thumb img+img {
        margin-top: 6px
    }
}

.p-dress-slide__caption {
    font-family: "Spinnaker", sans-serif;
    font-size: 1rem;
    margin-top: 3px;
    margin-bottom: 7px;
    letter-spacing: .04em
}

@media(max-width: 768.98px) {
    .p-dress-slide__caption {
        margin-bottom: 8px
    }
}

@media(max-width: 768.98px) {
    .p-dress-banner__main {
        width: 150px;
        padding: 10px
    }
}

.p-dress-banner__h {
    font-size: 2.6rem;
    margin-bottom: 8px
}

@media(max-width: 768.98px) {
    .p-dress-banner__h {
        font-size: 1.7rem;
        margin-bottom: 6px
    }
}

.p-day-title {
    margin-bottom: 40px;
    text-align: center
}

@media(max-width: 768.98px) {
    .p-day-title {
        margin-bottom: 20px
    }
}

.p-day-title:before {
    content: "";
    width: 60px;
    height: 3px;
    border: 1px solid #ebdcd4;
    display: block;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .p-day-title:before {
        width: 50px;
        margin-bottom: 16px
    }
}

.p-day-title em {
    font-size: 2.7rem;
    color: #202020;
    line-height: 1em;
    font-family: "Spinnaker", sans-serif;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .p-day-title em {
        font-size: 1.8rem
    }
}

.p-day-text {
    text-align: center;
    letter-spacing: .1em;
    line-height: 2.6em
}

@media(max-width: 768.98px) {
    .p-day-text {
        line-height: 2.2em
    }
}

.p-day-mainimg {
    width: 100%;
    height: 94vh;
    min-height: 680px;
    max-height: 780px;
    margin-bottom: 16px
}

@media(max-width: 768.98px) {
    .p-day-mainimg {
        height: 110vw;
        min-height: 0;
        max-height: auto
    }
}

.p-day-mainimg.is-cuisine {
    height: 70vh;
    min-height: 480px;
    max-height: 580px
}

@media(max-width: 768.98px) {
    .p-day-mainimg.is-cuisine {
        height: 100vw;
        min-height: 0;
        max-height: auto
    }
}

.p-day-mainimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media all and (-ms-high-contrast: none) {

    .p-day-mainimg img *::-ms-backdrop,
    .p-day-mainimg img {
        visibility: hidden
    }
}

.p-day-introduction {
    border: 1px solid #ebdcd4;
    margin-bottom: 100px;
    padding: 20px
}

@media(max-width: 768.98px) {
    .p-day-introduction {
        margin-bottom: 60px;
        padding: 12px
    }
}

.p-day-introduction__img {
    width: 50%;
    height: auto
}

.p-day-introduction__main {
    width: 50%
}

.p-day-introduction__main p {
    text-align: center
}

.p-blog-pickup {
    margin-bottom: 40px;
    padding-top: 2px;
    padding-bottom: 8px
}

@media(max-width: 768.98px) {
    .p-blog-pickup {
        margin-bottom: 28px
    }
}

.p-blog-head.is-detail:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

.p-blog-head__date {
    color: #8b6d48;
    margin-right: 6px
}

@media(max-width: 768.98px) {
    .is-detail .p-blog-head__h {
        font-size: 1.8rem;
        color: #202020
    }

    .is-detail .p-blog-head__h:after {
        display: none
    }
}

.p-blog-list {
    padding-top: 2px
}

@media(max-width: 768.98px) {
    .p-blog-list {
        margin-bottom: 32px;
        padding-top: 0
    }
}

.p-blog-list__card {
    position: relative;
    border: 1px solid #202020;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 142px
}

.p-blog-list__card:hover {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
}

@media(max-width: 768.98px) {
    .p-blog-list__card {
        border: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 0;
        border-bottom: 1px solid #f0f0ef
    }
}

.p-blog-list__img {
    width: 40%;
    height: auto;
    max-height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media(max-width: 1199.98px) {
    .p-blog-list__img {
        width: 210px
    }
}

@media(max-width: 768.98px) {
    .p-blog-list__img {
        width: 100px;
        height: 72px;
        max-height: none
    }
}

.p-blog-list__main {
    width: calc(60% - 10px);
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media(max-width: 1199.98px) {
    .p-blog-list__main {
        width: calc(100% - 210px)
    }
}

@media(max-width: 768.98px) {
    .p-blog-list__main {
        width: calc(100% - 100px);
        padding-left: 14px;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.p-blog-list__date {
    color: #8b6d48;
    margin-right: 4px;
    font-size: 1.4rem;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    letter-spacing: 0;
    line-height: 1.2em
}

@media(max-width: 768.98px) {
    .p-blog-list__date {
        font-size: 1.4rem
    }
}

.p-blog-list__h {
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: .02em;
    margin-top: 2px;
    margin-bottom: 6px
}

@media(max-width: 768.98px) {
    .p-blog-list__h {
        margin-bottom: 4px;
        font-size: 1.4rem
    }
}

.p-blog-list__h:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath fill='%23BB7700' d='M0,10.8L1.333,12,8,6,1.333,0,0,1.2,5.333,6Z'/%3E%3C/svg%3E");
    background-size: 8px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.p-blog-list__category {
    height: 22px;
    overflow: hidden
}

.p-blog-side {
    padding-top: 2px;
    padding-left: 20px
}

@media(max-width: 768.98px) {
    .p-blog-side {
        padding-left: 0
    }
}

.p-blog-category {
    margin-bottom: 32px
}

@media(max-width: 768.98px) {
    .p-blog-category {
        margin-bottom: 28px
    }
}

.p-blog-category__h {
    color: #202020;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 2px
}

.p-blog-category__list {
    margin-bottom: 4px;
    padding: 0;
    list-style-type: none
}

.p-blog-category__list>li {
    border-bottom: 1px solid rgba(159, 125, 82, .4);
    position: relative;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 1.3rem;
    color: #b70;
    padding: 10px 0 10px 2em;
    text-indent: -1.5em
}

@media(max-width: 768.98px) {
    .p-blog-category__list>li {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.p-blog-category__list>li>a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    margin-right: 8px;
    background: #ebdcd4;
    vertical-align: middle
}

.p-blog-category__list>li>a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.p-blog-category__list>li>button {
    width: 100%;
    text-align: left;
    background: none;
    display: inline-block;
    border: none;
    color: #b70;
    padding: 0;
    margin: 0
}

.p-blog-category__list>li>button:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    margin-right: 8px;
    background: #ebdcd4;
    vertical-align: middle
}

.p-blog-category__list>li>button:focus {
    outline: none
}

.p-blog-category__list>li>ul {
    margin-top: 2px
}

.p-blog-category__list>li>ul>li {
    text-indent: -0.2em;
    font-size: 1.3rem;
    position: relative;
    line-height: 2em
}

.p-blog-category__list>li>ul>li>a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.p-blog-post {
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    line-height: 2em;
    text-align: center;
    padding-top: 12px
}

.p-blog-post>* {
    line-height: 2em
}

@media(max-width: 768.98px) {
    .p-blog-post>* {
        font-size: 1.4rem;
        text-align: left
    }
}

.p-blog-post h2 {
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    font-size: 1.8rem;
    border-bottom: 3px double #9f7d52;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px;
    margin-bottom: 20px;
    font-weight: bold
}

@media(max-width: 768.98px) {
    .p-blog-post h2 {
        font-size: 1.6rem
    }
}

.p-blog-post h3 {
    background: #f0f0ef;
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #202020;
    font-size: 1.8rem;
    margin-bottom: 16px;
    padding: 4px 4px 2px 4px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #e4e4e2
}

@media(max-width: 768.98px) {
    .p-blog-post h3 {
        font-size: 1.6rem;
        border-radius: 2px
    }
}

.p-blog-post img {
    max-width: 100%;
    height: auto
}

@media(max-width: 768.98px) {
    .p-blog-post iframe {
        position: relative;
        display: block;
        width: 100%;
        height: 49vw;
        padding: 0;
        overflow: hidden
    }
}

.p-blog-pageBtn {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 4px;
    margin-right: 4px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

@media(max-width: 768.98px) {
    .p-blog-pageBtn {
        padding-left: 0;
        padding-right: 0;
        min-width: 134px;
        margin-left: 3px;
        margin-right: 3px
    }
}

.p-access-route__h {
    font-size: 1.8rem;
    color: #202020;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px
}

@media(max-width: 768.98px) {
    .p-access-route__h {
        font-size: 1.5rem
    }
}

.p-access-route__list {
    font-size: 1.4rem
}

@media(max-width: 768.98px) {
    .p-access-route__list {
        font-size: 1.2rem
    }
}

.p-access-option {
    list-style-type: none;
    padding: 0
}

.p-access-option__item {
    padding: 5px 6px;
    border-bottom: 1px solid #f0f0ef;
    color: #202020
}

.p-access-option__item:last-child {
    border-bottom: none
}

.p-access-option__item em {
    border-left: 1px solid #9f7d52;
    padding-left: 8px;
    font-size: 1.6rem
}

@media(max-width: 768.98px) {
    .p-access-option__item em {
        font-size: 1.4rem
    }
}

.p-jimoto {
    position: relative;
    padding-bottom: 40px
}

.p-jimoto-wrap {
    margin-top: -100px;
    padding-top: 150px;
    position: relative;
    overflow: hidden
}

@media(max-width: 768.98px) {
    .p-jimoto-wrap {
        padding-top: 104px
    }
}

.p-jimoto-heading {
    text-align: center;
    font-size: 3.6rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6em;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .p-jimoto-heading {
        font-size: 2.2rem
    }
}

.p-jimoto-mainimg-wrap {
    overflow: hidden;
    margin-top: -190px;
    padding-top: 190px
}

@media(max-width: 1199.98px) {
    .p-jimoto-mainimg-wrap {
        padding-top: 210px
    }
}

@media(max-width: 768.98px) {
    .p-jimoto-mainimg-wrap {
        padding-top: 198px
    }
}

.p-jimoto-mainimg {
    margin-bottom: 60px;
    position: relative
}

@media(max-width: 768.98px) {
    .p-jimoto-mainimg {
        margin-bottom: 24px
    }

    .p-jimoto-mainimg img {
        width: 100%;
        height: 52vw;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.p-jimoto-mainimg::before {
    content: "";
    display: block;
    width: 338px;
    height: 363px;
    background: url(../img/lp/jimoto-wedding/illust.png) no-repeat center center;
    background-size: 338px 363px;
    position: absolute;
    top: -70px;
    right: -60px;
    z-index: 2
}

@media(max-width: 768.98px) {
    .p-jimoto-mainimg::before {
        width: 112px;
        height: 121px;
        background: url(../img/lp/jimoto-wedding/illust.png) no-repeat center center;
        background-size: 112px 121px;
        top: -30px;
        right: -20px
    }
}

.p-jimoto-mainimg::after {
    content: "";
    display: block;
    width: 338px;
    height: 363px;
    background: url(../img/lp/jimoto-wedding/illust.png) no-repeat center center;
    background-size: 338px 363px;
    position: absolute;
    bottom: -70px;
    left: -60px;
    z-index: 3;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 768.98px) {
    .p-jimoto-mainimg::after {
        width: 112px;
        height: 121px;
        background: url(../img/lp/jimoto-wedding/illust.png) no-repeat center center;
        background-size: 112px 121px;
        bottom: -30px;
        left: -20px
    }
}

.p-jimoto-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    bottom: 0;
    background: #f8f3f0;
    padding: 10px 0
}

@media(max-width: 768.98px) {
    .p-jimoto-sticky {
        bottom: 50px
    }
}

.p-jimoto-number {
    font-size: 16rem;
    color: #72ab8b;
    line-height: 1.4;
    text-shadow: 12px 12px 0px rgba(215, 215, 213, .4)
}

.p-jimoto-number:before {
    content: "特典.";
    font-size: 2.2rem;
    display: inline-block;
    color: #c5b5b1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media(max-width: 768.98px) {
    .p-jimoto-number:before {
        font-size: 1.5rem;
        -webkit-text-stroke: 0;
        text-stroke: 0
    }
}

@media(max-width: 768.98px) {
    .p-jimoto-number {
        font-size: 8rem;
        text-shadow: 8px 8px 0px rgba(215, 215, 213, .4);
        -webkit-text-stroke: .5px #fff;
        text-stroke: .5px #fff
    }
}

.p-jimoto-title {
    font-size: 3.6rem;
    color: #202020;
    font-family: "Old Standard TT", sans-serif
}

@media(max-width: 768.98px) {
    .p-jimoto-title {
        font-size: 2.2rem
    }
}

.p-jimoto-h {
    display: inline-block;
    letter-spacing: .1em;
    font-size: 2rem;
    color: #202020
}

@media(max-width: 768.98px) {
    .p-jimoto-h {
        font-size: 1.5rem;
        width: 100%
    }
}

.p-jimoto-h:before {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #e9e9e7;
    display: block;
    border-radius: 2px;
    margin-bottom: 10px
}

@media(max-width: 768.98px) {
    .p-jimoto-h:before {
        margin-bottom: 8px
    }
}

.p-jimoto-h:after {
    content: "";
    width: 100%;
    height: 3px;
    border: 1px solid #e9e9e7;
    display: block;
    border-radius: 2px;
    margin-top: 10px
}

@media(max-width: 768.98px) {
    .p-jimoto-h:after {
        margin-top: 8px
    }
}

.p-jimoto-text {
    line-height: 2.2em
}

@media(max-width: 1199.98px) {
    .p-jimoto-text {
        font-size: 1.4rem
    }
}

@media(max-width: 768.98px) {
    .p-jimoto-text {
        font-size: 1.2rem
    }

    .p-jimoto-text small {
        font-size: 1.2rem
    }
}

.p-jimoto-point__gallery {
    margin: -60px auto 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1199.98px) {
    .p-jimoto-point__gallery {
        margin: -60px auto 110px
    }
}

@media(max-width: 768.98px) {
    .p-jimoto-point__gallery {
        margin: -42px auto 42px
    }
}

.p-jimoto-point__gallery a {
    display: block;
    width: 24%
}

.p-jimoto-point-heading {
    margin-bottom: 30px;
    text-align: center;
    line-height: 2em
}

@media(min-width: 769px) {
    .p-jimoto-point-heading {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .p-jimoto-point-heading::before,
    .p-jimoto-point-heading::after {
        content: "";
        margin: 18px 0;
        display: block;
        width: 100%;
        height: 3px;
        border: solid 1px #f0f0ef
    }
}

.p-jimoto-point-heading span {
    margin: 0 20px;
    font-size: 2rem;
    letter-spacing: .1em;
    line-height: 1.2
}

@media(min-width: 769px) {
    .p-jimoto-point-heading span {
        font-size: 3.2rem;
        white-space: nowrap
    }
}

.p-jimoto-point-heading span em {
    font-size: 4rem;
    font-weight: bold;
    color: #72ab8b
}

@media(min-width: 769px) {
    .p-jimoto-point-heading span em {
        font-size: 7.2rem
    }
}

.p-jimoto-block {
    visibility: hidden
}

.p-jimoto-block.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 .4s ease .2s 1 backwards;
    animation: translateY-up--2 .4s ease .2s 1 backwards
}

.p-jimoto-point1,
.p-jimoto-point3,
.p-jimoto-point5,
.p-jimoto-point7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 80px
}

@media(max-width: 768.98px) {

    .p-jimoto-point1,
    .p-jimoto-point3,
    .p-jimoto-point5,
    .p-jimoto-point7 {
        margin-bottom: 40px
    }
}

.p-jimoto-point1 {
    margin-bottom: 40px
}

.p-jimoto-point3 {
    margin-bottom: 40px
}

.p-jimoto-point5 {
    margin-bottom: 40px
}

.p-jimoto-point7 {
    margin-bottom: 50px
}

.p-jimoto-point1__img,
.p-jimoto-point3__img,
.p-jimoto-point5__img,
.p-jimoto-point7__img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5
}

@media(max-width: 768.98px) {

    .p-jimoto-point1__img,
    .p-jimoto-point3__img,
    .p-jimoto-point5__img,
    .p-jimoto-point7__img {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.p-jimoto-point1__img-main,
.p-jimoto-point3__img-main,
.p-jimoto-point5__img-main,
.p-jimoto-point7__img-main {
    width: calc(50% + 94px);
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    z-index: 3
}

@media(max-width: 1199.98px) {

    .p-jimoto-point1__img-main,
    .p-jimoto-point3__img-main,
    .p-jimoto-point5__img-main,
    .p-jimoto-point7__img-main {
        width: calc(50% + 74px)
    }
}

@media(max-width: 768.98px) {

    .p-jimoto-point1__img-main,
    .p-jimoto-point3__img-main,
    .p-jimoto-point5__img-main,
    .p-jimoto-point7__img-main {
        width: 90%
    }
}

.p-jimoto-point1__img-sub,
.p-jimoto-point3__img-sub,
.p-jimoto-point5__img-sub,
.p-jimoto-point7__img-sub {
    margin-left: -640px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4
}

@media(max-width: 1400px) {

    .p-jimoto-point1__img-sub,
    .p-jimoto-point3__img-sub,
    .p-jimoto-point5__img-sub,
    .p-jimoto-point7__img-sub {
        margin-left: -560px;
        margin-top: -60px;
        width: 220px;
        height: 220px
    }
}

@media(max-width: 768.98px) {

    .p-jimoto-point1__img-sub,
    .p-jimoto-point3__img-sub,
    .p-jimoto-point5__img-sub,
    .p-jimoto-point7__img-sub {
        margin-left: 0;
        margin-top: 0;
        top: 56vw;
        left: 15px;
        width: 84px;
        height: 84px;
        border: 1px solid #fff
    }
}

.p-jimoto-point1__main,
.p-jimoto-point3__main,
.p-jimoto-point5__main,
.p-jimoto-point7__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(50% + 60px);
    max-width: 700px;
    min-height: 32vw;
    padding: 40px 220px 40px 40px;
    background: #f8f8f8;
    margin-top: -32vw;
    margin-left: calc((100% - 1200px)/2);
    margin-bottom: 3vw
}

@media(max-width: 1199.98px) {

    .p-jimoto-point1__main,
    .p-jimoto-point3__main,
    .p-jimoto-point5__main,
    .p-jimoto-point7__main {
        margin-left: 0;
        padding-right: 160px
    }
}

@media(max-width: 768.98px) {

    .p-jimoto-point1__main,
    .p-jimoto-point3__main,
    .p-jimoto-point5__main,
    .p-jimoto-point7__main {
        margin-top: -20px;
        margin-left: auto;
        padding: 15px;
        width: 90%
    }
}

.p-jimoto-point1__title,
.p-jimoto-point3__title,
.p-jimoto-point5__title,
.p-jimoto-point7__title {
    margin-top: -12em;
    text-align: right
}

@media(max-width: 768.98px) {

    .p-jimoto-point1__title,
    .p-jimoto-point3__title,
    .p-jimoto-point5__title,
    .p-jimoto-point7__title {
        margin-top: -4em;
        position: relative;
        z-index: 5
    }
}

.p-jimoto-point1__body,
.p-jimoto-point3__body,
.p-jimoto-point5__body,
.p-jimoto-point7__body {
    text-align: right
}

.p-jimoto-point2,
.p-jimoto-point4,
.p-jimoto-point6,
.p-jimoto-point8 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 80px
}

@media(max-width: 768.98px) {

    .p-jimoto-point2,
    .p-jimoto-point4,
    .p-jimoto-point6,
    .p-jimoto-point8 {
        margin-bottom: 40px
    }
}

.p-jimoto-point2 {
    margin-bottom: 100px
}

@media(max-width: 768.98px) {
    .p-jimoto-point2 {
        margin-bottom: 40px
    }
}

.p-jimoto-point6 {
    margin-bottom: 100px
}

@media(max-width: 768.98px) {
    .p-jimoto-point6 {
        margin-bottom: 40px
    }
}

.p-jimoto-point8 {
    margin-bottom: 40px
}

@media(max-width: 1199.98px) {
    .p-jimoto-point8 {
        margin-bottom: 10px
    }
}

@media(max-width: 768.98px) {
    .p-jimoto-point8 {
        margin-bottom: 30px
    }
}

.p-jimoto-point2__img,
.p-jimoto-point4__img,
.p-jimoto-point6__img,
.p-jimoto-point8__img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 5
}

@media(max-width: 768.98px) {

    .p-jimoto-point2__img,
    .p-jimoto-point4__img,
    .p-jimoto-point6__img,
    .p-jimoto-point8__img {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.p-jimoto-point2__img-main,
.p-jimoto-point4__img-main,
.p-jimoto-point6__img-main,
.p-jimoto-point8__img-main {
    width: calc(50% + 94px);
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    z-index: 3
}

@media(max-width: 1199.98px) {

    .p-jimoto-point2__img-main,
    .p-jimoto-point4__img-main,
    .p-jimoto-point6__img-main,
    .p-jimoto-point8__img-main {
        width: calc(50% + 74px)
    }
}

@media(max-width: 768.98px) {

    .p-jimoto-point2__img-main,
    .p-jimoto-point4__img-main,
    .p-jimoto-point6__img-main,
    .p-jimoto-point8__img-main {
        width: 90%
    }
}

.p-jimoto-point2__img-sub,
.p-jimoto-point4__img-sub,
.p-jimoto-point6__img-sub,
.p-jimoto-point8__img-sub {
    margin-left: 380px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4
}

@media(max-width: 1400px) {

    .p-jimoto-point2__img-sub,
    .p-jimoto-point4__img-sub,
    .p-jimoto-point6__img-sub,
    .p-jimoto-point8__img-sub {
        margin-left: 360px;
        margin-top: -30px;
        width: 220px;
        height: 220px
    }
}

@media(max-width: 768.98px) {

    .p-jimoto-point2__img-sub,
    .p-jimoto-point4__img-sub,
    .p-jimoto-point6__img-sub,
    .p-jimoto-point8__img-sub {
        margin-left: 0;
        margin-top: 0;
        top: 56vw;
        left: auto;
        right: 15px;
        width: 84px;
        height: 84px;
        border: 1px solid #fff
    }
}

.p-jimoto-point2__main,
.p-jimoto-point4__main,
.p-jimoto-point6__main,
.p-jimoto-point8__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(50% + 60px);
    max-width: 700px;
    min-height: 32vw;
    padding: 40px 40px 40px 220px;
    background: #f8f8f8;
    margin-top: -32vw;
    margin-left: auto;
    margin-right: calc((100% - 1200px)/2);
    margin-bottom: 3px
}

@media(max-width: 1199.98px) {

    .p-jimoto-point2__main,
    .p-jimoto-point4__main,
    .p-jimoto-point6__main,
    .p-jimoto-point8__main {
        margin-right: 0;
        padding-left: 160px
    }
}

@media(max-width: 768.98px) {

    .p-jimoto-point2__main,
    .p-jimoto-point4__main,
    .p-jimoto-point6__main,
    .p-jimoto-point8__main {
        margin-top: -20px;
        margin-left: 0;
        margin-right: auto;
        padding: 15px;
        width: 90%
    }
}

.p-jimoto-point2__title,
.p-jimoto-point4__title,
.p-jimoto-point6__title,
.p-jimoto-point8__title {
    margin-top: -12em;
    text-align: left
}

@media(max-width: 768.98px) {

    .p-jimoto-point2__title,
    .p-jimoto-point4__title,
    .p-jimoto-point6__title,
    .p-jimoto-point8__title {
        margin-top: -4em;
        position: relative;
        z-index: 5
    }
}

.p-jimoto-point2__body,
.p-jimoto-point4__body,
.p-jimoto-point6__body,
.p-jimoto-point8__body {
    width: 100%
}

.p-w-baby-img {
    width: 100%;
    height: 50vh;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 768.98px) {
    .p-w-baby-img {
        min-height: 0;
        height: 50vw
    }
}

.p-w-baby-introduction__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-w-baby-introduction__img img {
    width: 300px;
    height: auto;
    margin: 0 16px
}

@media(max-width: 768.98px) {
    .p-w-baby-introduction__img img {
        width: 130px;
        margin: 0 10px
    }
}

.p-w-baby-concept {
    width: 100%;
    min-width: 1024px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 200px
}

@media(max-width: 1199.98px) {
    .p-w-baby-concept {
        padding-bottom: 80px
    }
}

@media(max-width: 768.98px) {
    .p-w-baby-concept {
        min-width: 0;
        margin-bottom: 16px;
        padding: 24px 15px
    }
}

.p-w-baby-concept__main {
    position: relative;
    z-index: 5
}

@media(max-width: 768.98px) {
    .p-w-baby-concept__main {
        margin-bottom: 28px
    }
}

.p-w-baby-concept__main__h {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .1em
}

@media(max-width: 768.98px) {
    .p-w-baby-concept__main__h {
        font-size: 1.5rem
    }
}

.p-w-baby-concept__main__h em {
    line-height: 1;
    padding: 6px 12px;
    background: #fff
}

.p-w-baby-concept__img01 {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: calc(50% - 250px);
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1199.98px) {
    .p-w-baby-concept__img01 {
        height: 600px
    }
}

@media(max-width: 768.98px) {
    .p-w-baby-concept__img01 {
        width: calc(50% - 3px);
        height: 58vw;
        position: relative;
        top: auto;
        margin-right: 6px;
        -o-object-position: center 80%;
        object-position: center 80%
    }
}

.p-w-baby-concept__img02 {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: calc(50% - 250px);
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1199.98px) {
    .p-w-baby-concept__img02 {
        height: 350px
    }
}

@media(max-width: 768.98px) {
    .p-w-baby-concept__img02 {
        width: calc(50% - 3px);
        height: 58vw;
        position: relative;
        bottom: auto
    }
}

.p-w-baby-number {
    width: 90px;
    margin: 0 0 16px 0;
    text-align: center;
    border-top: 1px solid #d0c3c0;
    border-bottom: 1px solid #d0c3c0;
    font-family: "Old Standard TT", sans-serif;
    font-size: 5.6rem;
    color: #9f7d52;
    line-height: 1em
}

@media(max-width: 768.98px) {
    .p-w-baby-number {
        width: 60px;
        margin: 0 auto 16px auto;
        font-size: 3.6rem
    }
}

.p-w-baby-number:before {
    content: "7つの安心";
    display: block;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #d0c3c0;
    font-size: 1.5rem;
    color: #202020;
    line-height: 1.1em;
    letter-spacing: .04em;
    margin: 3px 0;
    padding-bottom: 2px
}

@media(max-width: 768.98px) {
    .p-w-baby-number:before {
        font-size: 1.2rem;
        margin-bottom: 4px
    }
}

.p-w-baby-anshin__h {
    font-size: 1.8rem;
    font-weight: bold;
    color: #202020;
    letter-spacing: .1em;
    margin-bottom: 18px
}

@media(max-width: 768.98px) {
    .p-w-baby-anshin__h {
        font-size: 1.5rem;
        margin-bottom: 12px;
        text-align: center
    }
}

.p-w-baby-anshin__img.is-type-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-w-baby-anshin__img.is-type-a img {
    width: calc(50% - 3px);
    height: auto
}

.p-w-baby-anshin__img.is-type-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-w-baby-anshin__img.is-type-b>img {
    width: calc(50% - 3px);
    height: auto
}

.p-w-baby-anshin__img.is-type-b div {
    width: calc(50% - 3px)
}

.p-w-baby-anshin__img.is-type-b div img {
    width: 100%;
    height: auto
}

.p-w-baby-anshin__img.is-type-b div img:first-child {
    margin-bottom: 6px
}

.p-w-baby-anshin__img.is-type-c>img {
    width: 100%;
    height: auto
}

.p-w-baby-anshin__img.is-type-c div {
    margin-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-w-baby-anshin__img.is-type-c div img {
    width: calc(50% - 3px);
    height: auto
}

.p-w-baby-anshin__img.is-type-c>img {
    width: 100%;
    height: auto
}

.p-w-baby-anshin__img.is-type-c>img:first-child {
    margin-bottom: 6px
}

.p-bestrate-main {
    position: relative
}

.p-bestrate-emblem {
    z-index: 3;
    position: absolute;
    top: -46px;
    right: calc(50% - 420px)
}

@media(max-width: 768.98px) {
    .p-bestrate-emblem {
        top: -28px;
        right: calc(50% - 180px);
        width: 100px;
        height: auto
    }
}

.p-bestrate-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50vh;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 768.98px) {
    .p-bestrate-img {
        min-height: 0;
        height: 50vw
    }
}

.p-bestrate-introduction__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-bestrate-introduction__img img {
    width: 300px;
    height: auto;
    margin: 0 16px
}

@media(max-width: 768.98px) {
    .p-bestrate-introduction__img img {
        width: 130px;
        margin: 0 10px
    }
}

.p-bestrate-case {
    width: 800px;
    margin: 0 auto
}

@media(max-width: 768.98px) {
    .p-bestrate-case {
        width: 100%
    }
}

.p-bestrate-case__h {
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background: #ebdcd4;
    color: #9f7d52;
    margin-bottom: 12px
}

@media(max-width: 768.98px) {
    .p-bestrate-case__h {
        font-size: 1.8rem;
        padding: 4px
    }
}

.p-bestrate-relation {
    position: relative;
    width: 800px;
    margin: auto;
    padding: 0 0 30px 0;
    background: #fff;
    border-radius: 10px
}

@media(max-width: 768.98px) {
    .p-bestrate-relation {
        width: calc(100% - 40px);
        padding-bottom: 20px
    }
}

.p-bestrate-relation:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -3;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translateX(-10px) translateY(-10px);
    transform: translateX(-10px) translateY(-10px);
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2372AB8B' fill-opacity='0.8' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    border-radius: 10px
}

.p-bestrate-relation__h {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: .08em;
    margin-bottom: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(114, 171, 139, .1)
}

@media(max-width: 768.98px) {
    .p-bestrate-relation__h {
        font-size: 1.5rem;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 16px
    }
}

.p-bestrate-checkbox {
    list-style-type: none;
    width: 500px;
    margin: 0 auto;
    padding: 0
}

@media(max-width: 768.98px) {
    .p-bestrate-checkbox {
        width: 100%;
        padding: 0 15px
    }
}

.p-bestrate-checkbox li {
    background: url(../img/reason/check-box.svg) left 8px no-repeat;
    background-size: 16px 16px;
    margin-bottom: 9px;
    padding: 0 0 0 24px;
    font-size: 1.8rem
}

@media(max-width: 768.98px) {
    .p-bestrate-checkbox li {
        background: url(../img/reason/check-box.svg) left 5px no-repeat;
        background-size: 16px 16px;
        font-size: 1.3rem
    }
}

.p-bestrate-checkbox li:last-child {
    margin-bottom: 0
}

.p-bestrate-checkbox li em {
    position: relative;
    display: inline-block;
    z-index: 5
}

.p-bestrate-checkbox li em:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 16px;
    background: rgba(178, 0, 0, .14);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

@media(max-width: 768.98px) {
    .p-bestrate-checkbox li em:before {
        height: 10px;
        bottom: 6px
    }
}

.p-bestrate-relation__text {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(235, 220, 212, .3)
}

@media(max-width: 768.98px) {
    .p-bestrate-relation__text {
        margin-top: 12px;
        padding: 12px 15px 0 15px
    }
}

@media(max-width: 768.98px) {
    .p-minoya-logo {
        width: 280px;
        height: auto
    }
}

.p-minoya-case {
    width: 800px;
    margin: 0 auto
}

@media(max-width: 768.98px) {
    .p-minoya-case {
        width: 100%
    }
}

.p-minoya-case__h {
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    background: #ebdcd4;
    color: #9f7d52;
    margin-bottom: 12px
}

@media(max-width: 768.98px) {
    .p-minoya-case__h {
        font-size: 1.8rem;
        padding: 4px
    }
}

.p-minoya-relation {
    position: relative;
    width: 800px;
    margin: auto;
    padding: 0 0 30px 0;
    background: #fff;
    border-radius: 10px
}

@media(max-width: 768.98px) {
    .p-minoya-relation {
        width: calc(100% - 40px);
        padding-bottom: 20px
    }
}

.p-minoya-relation:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -3;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translateX(-10px) translateY(-10px);
    transform: translateX(-10px) translateY(-10px);
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2372AB8B' fill-opacity='0.8' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    border-radius: 10px
}

.p-minoya-relation__h {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: .08em;
    margin-bottom: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(114, 171, 139, .1)
}

@media(max-width: 768.98px) {
    .p-minoya-relation__h {
        font-size: 1.5rem;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 16px
    }
}

.p-minoya-checkbox {
    list-style-type: none;
    width: 500px;
    margin: 0 auto;
    padding: 0
}

@media(max-width: 768.98px) {
    .p-minoya-checkbox {
        width: 100%;
        padding: 0 15px
    }
}

.p-minoya-checkbox li {
    background: url(../img/reason/check-box.svg) left 8px no-repeat;
    background-size: 16px 16px;
    margin-bottom: 9px;
    padding: 0 0 0 24px;
    font-size: 1.8rem
}

@media(max-width: 768.98px) {
    .p-minoya-checkbox li {
        background: url(../img/reason/check-box.svg) left 5px no-repeat;
        background-size: 16px 16px;
        font-size: 1.3rem
    }
}

.p-minoya-checkbox li:last-child {
    margin-bottom: 0
}

.p-minoya-checkbox li em {
    position: relative;
    display: inline-block;
    z-index: 5
}

.p-minoya-checkbox li em:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 5px;
    z-index: -1;
    width: 100%;
    height: 16px;
    background: rgba(178, 0, 0, .14);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

@media(max-width: 768.98px) {
    .p-minoya-checkbox li em:before {
        height: 10px;
        bottom: 6px
    }
}

.p-minoya-relation__text {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid rgba(235, 220, 212, .3)
}

@media(max-width: 768.98px) {
    .p-minoya-relation__text {
        margin-top: 12px;
        padding: 12px 15px 0 15px
    }
}

.p-guest-field01 h2 {
    color: #9f7d52;
    font-size: 1.8em;
    text-align: center;
    padding-bottom: .5em;
    margin: auto
}

@media(max-width: 768.98px) {
    .p-guest-field01 h2 {
        font-size: 1.8rem
    }
}

.p-guest-field01 .c-btn-3--success {
    background: #9f7d52;
    color: #fff;
    border: 1px solid #9f7d52;
    border-bottom: 3px solid #8e7049
}

.p-guest-scene__hd {
    text-align: center;
    font-size: 3.8rem;
    display: block;
    position: relative;
    margin: 0em auto 1em
}

@media(max-width: 768.98px) {
    .p-guest-scene__hd {
        font-size: 2.5rem
    }
}

.p-guest-scene__hd:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    width: 50px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #9f7d52
}

.p-guestlist__title {
    text-align: center;
    margin-bottom: 50px
}

@media(max-width: 768.98px) {
    .p-guestlist__title {
        margin-bottom: 28px
    }
}

.p-guestlist__title span {
    display: block;
    font-size: 7.2rem;
    line-height: 1em;
    color: dimgray
}

@media(max-width: 768.98px) {
    .p-guestlist__title span {
        font-size: 4.4rem
    }
}

.p-guestlist__title em {
    display: block;
    font-size: 2.4rem;
    letter-spacing: .06em;
    color: #5c5c5c;
    line-height: 1em;
    margin-top: -2px
}

@media(max-width: 768.98px) {
    .p-guestlist__title em {
        font-size: 2rem;
        margin-top: 0
    }
}

.p-guestlist__midashi {
    font-size: 2.2rem;
    padding: 0 120px
}

@media(max-width: 768.98px) {
    .p-guestlist__midashi {
        padding: 0;
        font-size: 1.8rem
    }
}

@media(min-width: 769px) {
    .p-guestlist__img-block span {
        overflow: hidden
    }
}

@media(min-width: 769px) {
    .p-guestlist__txt {
        width: 55%;
        float: left
    }
}

@media(max-width: 768.98px) {
    .p-guestlist__txt {
        margin-bottom: 12px;
        font-size: 1.5rem
    }
}

@media(min-width: 769px) {
    .p-guestlist__img {
        width: 40%;
        float: right
    }
}

.p-guestlist__img img {
    width: 100% !important
}

@media(max-width: 768.98px) {

    .p-guest__day-bn,
    .p-guest__day-bn img {
        width: 100%
    }
}

.p-guestlist {
    list-style: none;
    padding: 0 120px
}

@media(max-width: 768.98px) {
    .p-guestlist {
        padding: 0
    }
}

.p-guestlist>li {
    border-bottom: 1px solid #f0f0ef;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.p-guestlist>li:first-child {
    border-top: 1px solid #f0f0ef;
    padding-top: 15px
}

.p-guestlist>li:last-child {
    margin-bottom: 0
}

.p-guestlist>li dl {
    font-size: 1.3em
}

.p-guestlist>li dl dt,
.p-guestlist>li dl dd {
    padding-left: 50px
}

.p-guestlist>li dl dt {
    background: url("../img/guest/icon_q.png") left top no-repeat;
    line-height: 35px;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: normal
}

@media(max-width: 768.98px) {
    .p-guestlist>li dl dt {
        font-size: 1.5rem
    }
}

.p-guestlist>li dl dd {
    background: url("../img/guest/icon_a.png") left top no-repeat;
    margin-left: 50px;
    margin-top: 16px;
    display: none
}

@media(max-width: 768.98px) {
    .p-guestlist>li dl dd {
        margin-left: 0
    }
}

.p-guestlist>li dl dd div {
    display: table;
    height: 35px
}

.p-guestlist>li dl dd div span {
    display: table-cell;
    vertical-align: middle
}

@media(max-width: 768.98px) {
    .p-guestlist>li dl dd div span {
        font-size: 1.5rem
    }
}

.p-guestlist>li dl dd div span ul {
    overflow: hidden;
    list-style: none;
    padding-left: 0;
    *zoom: 1
}

.p-guestlist>li dl dd div span ul li {
    float: left;
    line-height: 1.2;
    margin: 10px 20px 10px 0;
    padding-top: 8px;
    width: 100%
}

.p-guestlist>li dl dd div span ul li img {
    float: left;
    margin: 0 10px 10px 0
}

.p-guestlist>li dl dd div span ul li strong {
    color: #a59a87;
    display: block;
    margin-bottom: .5em
}

.p-guestlist>li dl dd div span ul li:nth-child(2n) {
    margin-right: 0
}

.p-guestlist>li dl dd div span>p:before {
    content: "■"
}

.p-instalp-img {
    width: 100%;
    height: 75vh;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 768.98px) {
    .p-instalp-img {
        min-height: 0;
        height: 50vw
    }
}

@media(max-width: 768.98px) {
    .p-reason-checkbox {
        width: 320px
    }
}

.p-instalp-plan .p-planDtl__period__block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto
}

.p-instalp-plan .p-planDtl__period__h {
    margin-right: 20px
}

.p-instalp-plan .p-planDtl__period__text {
    width: auto
}

.p-instalp-plan .p-planDtl__head::after {
    display: none
}

.p-instalp-point {
    width: 800px;
    margin: 0 auto
}

@media(max-width: 768.98px) {
    .p-instalp-point {
        width: 100%
    }
}

.p-instalp-point {
    padding: 30px;
    max-width: 860px;
    margin: 0 auto;
    background: rgba(159, 125, 82, .08)
}

@media(max-width: 768.98px) {
    .p-instalp-point {
        padding: 10px
    }
}

.p-instalp-point .point__inner {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
    border-radius: 10px
}

@media(max-width: 768.98px) {
    .p-instalp-point .point__inner {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.p-instalp-point h3 span {
    background: #9f7d52;
    letter-spacing: .08em;
    color: #fff;
    border-radius: 100%;
    font-size: 1.5rem;
    margin-right: 20px;
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 768.98px) {
    .p-instalp-point h3 span {
        font-size: 1.2rem;
        margin-right: 10px;
        height: 50px;
        width: 50px
    }
}

.p-instalp-point p {
    font-size: 1.5rem
}

@media(max-width: 768.98px) {
    .p-instalp-point p {
        font-size: 1.4rem
    }
}

.p-instalp-point p span {
    font-size: 2.2rem;
    color: #e17f84;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #EFD9D8));
    background: -webkit-linear-gradient(transparent 70%, #EFD9D8 70%);
    background: linear-gradient(transparent 70%, #EFD9D8 70%)
}

@media(max-width: 768.98px) {
    .p-instalp-point p span {
        font-size: 1.5rem
    }
}

.p-instalp-bn {
    border: 1px solid #202020;
    -webkit-box-shadow: 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 7px 7px 0 rgba(0, 0, 0, .1)
}

.p-instalp-bn a {
    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;
    position: relative;
    text-decoration: none
}

.p-instalp-bn__img {
    width: 50%
}

.p-instalp-bn__text {
    width: 50%
}

.p-instalp-bn__text .p-instalp-bn__text01 {
    font-size: 4.8rem;
    color: #9f7d52
}

@media(max-width: 768.98px) {
    .p-instalp-bn__text .p-instalp-bn__text01 {
        font-size: 2rem
    }
}

.p-instalp-bn__text .p-instalp-bn__text02 {
    font-size: 3rem;
    color: #363636;
    margin-bottom: 20px
}

@media(max-width: 768.98px) {
    .p-instalp-bn__text .p-instalp-bn__text02 {
        font-size: 1.5rem;
        margin-bottom: 10px
    }
}

.p-instalp-bn__text .c-btn-1,
.p-instalp-bn__text .c-btn-1--weak {
    font-size: 1.6rem
}

@media(max-width: 768.98px) {

    .p-instalp-bn__text .c-btn-1,
    .p-instalp-bn__text .c-btn-1--weak {
        font-size: 1rem
    }
}

.p-instalp-bn__text p {
    text-align: center
}

.p-festival {
    position: relative;
    overflow: hidden
}

.p-festival p,
.p-festival h2,
.p-festival h3,
.p-festival h4,
.p-festival h5,
.p-festival h6 {
    font-family: "M PLUS Rounded 1c", sans-serif
}

@media(max-width: 768.98px) {
    .p-festival p {
        font-size: 14px
    }
}

.p-festival h2 {
    font-size: 30px;
    font-weight: bold;
    color: #6c2c30;
    letter-spacing: .05em;
    margin: 10px 0 16px 0;
    line-height: 1.1em;
    margin-bottom: 30px
}

@media(max-width: 768.98px) {
    .p-festival h2 {
        font-size: 24px
    }
}

.p-festival tr {
    margin-bottom: 20px;
    display: block
}

.p-festival td {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.5rem
}

.p-festival .u-bold {
    font-size: 20px;
    font-weight: bold
}

@media(max-width: 768.98px) {
    .p-festival .u-bold {
        font-size: 18px
    }
}

.p-festival .u-bold-2 {
    font-size: 18px;
    font-weight: 500
}

.p-festival .u-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-festival .min-w-100 {
    min-width: 100px
}

.p-festival .caution {
    color: red
}

.p-festival .hosoku {
    background: #eee;
    padding: 20px;
    border-radius: 10px
}

@media screen and (min-width: 421px) {
    .p-festival .d-sp-none {
        display: none
    }
}

.p-festival-hd-1 {
    text-align: center
}

.p-festival-hd-1__en {
    text-align: center;
    margin-bottom: -4rem;
    display: block;
    font-style: normal;
    line-height: 1;
    font-size: 80px;
    opacity: .1
}

@media(max-width: 768.98px) {
    .p-festival-hd-1__en {
        font-size: 60px;
        margin-bottom: -2.7rem
    }
}

.p-festival-hd-1__ja {
    text-align: center;
    display: block;
    letter-spacing: .1em;
    position: relative;
    top: -15px;
    font-weight: bold
}

.p-festival-main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.p-festival-main-container img {
    width: 100vw;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 769px) {
    .p-festival-main-container img {
        width: 50%
    }
}

@media(min-width: 769px) {
    .p-festival-main-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.p-festival-reading {
    background: url(../img/festival/bg01.jpg) center center no-repeat;
    text-align: center;
    background-position: center
}

@media(max-width: 768.98px) {
    .p-festival-reading {
        padding: 30px
    }
}

.p-festival-reading__bg {
    background: url(../img/festival/bg02.png) center center no-repeat;
    border-radius: 52% 93% 98% 92%/22% 160% 90% 128%;
    padding: 15vh;
    text-align: center;
    background-position: center
}

@media(max-width: 768.98px) {
    .p-festival-reading__bg {
        padding: 30px;
        border-radius: 30px;
        background: #fff
    }
}

.p-festival-reading__bg .logo {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-festival-event {
    margin: 100px 0
}

@media(max-width: 768.98px) {
    .p-festival-event {
        margin: 50px 0
    }
}

.p-festival-event__item {
    margin: 50px 0 100px 0
}

.p-festival-event__item:last-child {
    margin: 50px 0
}

.p-festival-event__item__detail__hd {
    margin-bottom: 20px
}

.p-festival-event__item__detail h4 {
    font-size: 18px;
    font-weight: bold
}

.p-festival-event__item__detail h4::before {
    content: "";
    width: 36px;
    height: 36px;
    left: -5px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background: #f2eadb
}

.p-festival-event .main-img {
    width: 100%;
    border-radius: 30px;
    position: relative
}

.p-festival-event h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ff8000;
    margin-bottom: 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #ff8000
}

@media(max-width: 768.98px) {
    .p-festival-event h3 {
        font-size: 20px
    }
}

.p-festival-event h3 span {
    display: block;
    background: #6c2c30;
    width: 150px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 6px
}

.p-festival-event h3 span.pink {
    background: #ff4d4d
}

.p-festival-event ul {
    padding-left: 0
}

.p-festival-event .circle01 {
    content: "";
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: -35px;
    left: -35px;
    z-index: 10;
    color: #fff;
    background: #6c2c30;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif
}

@media(max-width: 768.98px) {
    .p-festival-event .circle01 {
        top: -25px;
        left: -25px;
        width: 50px;
        height: 50px;
        font-size: 25px
    }
}

.p-festival-event .point {
    width: 130px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width: 768.98px) {
    .p-festival-event .point {
        width: 100px
    }
}

.p-festival-event__btn {
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.p-festival-event__btn a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 20px 28px;
    text-align: center;
    background: #6c2c30;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .12em;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    border-radius: 6px
}

.p-festival-event__btn a span {
    position: relative;
    padding-left: 18px
}

.p-festival-event__btn a span::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px
}

.p-festival-event__btn.finish {
    background: #666;
    padding: 20px 28px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: .12em;
    border-radius: 6px
}

.sub-img li.current img {
    border: 2px solid #6c2c30;
    -webkit-transition: border .5s;
    transition: border .5s
}

.container {
    max-width: 500px
}

.main-img {
    width: 100%
}

.main-img img {
    height: auto;
    width: 100%;
    border-radius: 20px
}

.sub-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.sub-img li {
    list-style-type: none;
    margin-right: 2%;
    width: 32%
}

.sub-img li:nth-child(3n) {
    margin-right: 0
}

.sub-img li img {
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: border .5s;
    transition: border .5s;
    border-radius: 20px
}

.sub-img img {
    cursor: pointer;
    width: 100%
}

.p-festival-footer {
    background: url(../img/festival/footer_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 48px 0
}

@media(max-width: 768.98px) {
    .p-festival-footer {
        padding: 12px 0 15px 0
    }
}

.p-festival-footer__address {
    text-align: center
}

.p-festival-footer__address p {
    letter-spacing: .08em;
    font-family: "M PLUS Rounded 1c", sans-serif
}

.p-festival-footer__tel {
    text-align: center;
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: .05em;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.1em;
    color: #333
}

@media(max-width: 768.98px) {
    .p-festival-footer__tel {
        font-size: 2.5em
    }
}

.p-festival-footer__tel:hover {
    color: #333;
    text-decoration: none
}

.p-festival-copylight {
    width: 600px;
    margin: 0 auto;
    padding: 16px 24px;
    text-align: center;
    background: #fff;
    letter-spacing: .05em
}

@media(max-width: 768.98px) {
    .p-festival-copylight {
        width: 100%;
        padding: 15px
    }
}

.p-festival-spTelephone {
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 7999;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #6c2c30;
    padding: 0 2vw
}

.p-festival-spTelephone a {
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.p-festival-spTelephone__item1 p {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.p-festival-spTelephone__item2 p {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

.page-ranking * {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    list-style: none
}

.page-ranking .l-container {
    min-width: auto;
    padding: 0 20px
}

.page-ranking .fs-1 {
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .page-ranking .fs-1 {
        font-size: 24px;
        letter-spacing: 2px
    }
}

@media screen and (max-width: 550px) {
    .page-ranking .fs-1 {
        font-size: 20px;
        letter-spacing: 1px
    }
}

.page-ranking .fs-2 {
    font-size: 35px;
    letter-spacing: 5px
}

@media screen and (max-width: 768px) {
    .page-ranking .fs-2 {
        font-size: 24px;
        letter-spacing: 3px
    }
}

.page-ranking .fs-3 {
    font-size: 24px;
    letter-spacing: 4px
}

@media screen and (max-width: 768px) {
    .page-ranking .fs-3 {
        font-size: 18px
    }
}

.page-ranking .c-caption {
    text-align: center
}

.page-ranking .c-caption .br-sp {
    display: none
}

@media screen and (max-width: 550px) {
    .page-ranking .c-caption .br-sp {
        display: block
    }
}

.page-ranking .underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(228, 228, 114)));
    background: -webkit-linear-gradient(transparent 60%, rgb(228, 228, 114) 30%);
    background: linear-gradient(transparent 60%, rgb(228, 228, 114) 30%);
    background-size: 0 15px;
    background-repeat: no-repeat;
    background-position: bottom left
}

.page-ranking #particles-js {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%
}

.page-ranking #wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.page-ranking .evaluation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-top: 10px
}

.page-ranking .evaluation .text {
    line-height: 1;
    position: relative;
    top: 8px
}

@media screen and (max-width: 768px) {
    .page-ranking .evaluation {
        padding-top: 0
    }
}

.page-ranking .c-star-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-ranking .star-number {
    line-height: 1;
    position: relative;
    color: #f2b87e;
    font-size: 30px;
    top: 0
}

@media screen and (max-width: 768px) {
    .page-ranking .star-number {
        font-size: 24px
    }
}

.page-ranking svg .clip-half {
    -webkit-clip-path: polygon(50% 0, 0 0, 0 100%, 50% 100%);
    clip-path: polygon(50% 0, 0 0, 0 100%, 50% 100%)
}

.page-ranking svg .clip-75 {
    -webkit-clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 75% 0, 75% 100%, 0% 100%)
}

@media screen and (max-width: 768px) {
    .page-ranking svg {
        width: 20px;
        aspect-ratio: 1/1
    }
}

.page-ranking section {
    padding: 50px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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
}

.page-ranking .page-ranking-top {
    padding-top: 100px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top {
        padding-top: 50px
    }
}

.page-ranking .page-ranking-top .title {
    max-width: 540px;
    margin: 0 auto
}

.page-ranking .page-ranking-top h2 {
    background-color: #f57a78;
    color: #fff;
    height: 70px;
    position: relative;
    padding: 0 40px
}

.page-ranking .page-ranking-top h2::before,
.page-ranking .page-ranking-top h2::after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 0;
    height: 0
}

.page-ranking .page-ranking-top h2::before {
    top: -5px;
    left: -1px;
    border-width: 40px 0px 40px 15px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid
}

.page-ranking .page-ranking-top h2::after {
    top: -5px;
    right: -1px;
    border-width: 40px 15px 40px 0px;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top h2 {
        height: 50px;
        padding: 0 20px
    }

    .page-ranking .page-ranking-top h2::before {
        border-width: 30px 0px 30px 15px
    }

    .page-ranking .page-ranking-top h2::after {
        border-width: 30px 15px 30px 0px
    }
}

@media screen and (max-width: 550px) {
    .page-ranking .page-ranking-top h2 {
        height: 90px;
        padding: 0 20px
    }

    .page-ranking .page-ranking-top h2::before {
        border-width: 50px 0px 50px 15px
    }

    .page-ranking .page-ranking-top h2::after {
        border-width: 50px 15px 50px 0px
    }
}

.page-ranking .page-ranking-top .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .wrap {
        padding: 40px 0
    }
}

.page-ranking .page-ranking-top .wrap .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-ranking .page-ranking-top .wrap .box img {
    height: 60px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .wrap .box img {
        height: 40px
    }
}

.page-ranking .page-ranking-top .wrap h1 {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-ranking .page-ranking-top .wrap h1 .fs-1 {
    position: relative
}

.page-ranking .page-ranking-top .wrap h1 .fs-1:nth-child(1) {
    padding-bottom: 10px
}

.page-ranking .page-ranking-top .wrap h1 .fs-1::before {
    content: "";
    background-image: url(../img/lp/ranking/Icon_B388_flag_red_800_800.gif);
    background-size: cover;
    width: 40px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 11px;
    left: 555px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .wrap h1 .fs-1::before {
        width: 30px;
        left: 372px;
        top: 5px
    }
}

@media screen and (max-width: 550px) {
    .page-ranking .page-ranking-top .wrap h1 .fs-1::before {
        width: 23px;
        top: 5px;
        left: 300px
    }
}

.page-ranking .page-ranking-top .wrap h1 span {
    text-align: end
}

.page-ranking .page-ranking-top .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 30px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .img-box {
        padding-top: 10px
    }
}

.page-ranking .page-ranking-top .img-box img {
    width: 250px;
    padding: 0 10px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .img-box img {
        width: 25%;
        padding: 0 5px
    }
}

.page-ranking .page-ranking-top .img-box img.long {
    width: 300px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .img-box img.long {
        width: 25%
    }
}

.page-ranking .page-ranking-top .img-box.first-ranking {
    margin-bottom: 40px
}

.page-ranking .page-ranking-top .img-box.first-ranking img {
    width: 350px;
    padding: 0
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .img-box.first-ranking img {
        width: 200px;
        padding: 0
    }
}

.page-ranking .page-ranking-top .img-box01 img {
    width: 170px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-top .img-box01 img {
        width: 17%;
        padding: 0 2px
    }
}

.page-ranking .page-ranking-customer-voice {
    padding-bottom: 80px;
    position: relative
}

.page-ranking .page-ranking-customer-voice .bg-texture {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    opacity: 70%;
    top: 0;
    left: 0;
    z-index: -2
}

.page-ranking .page-ranking-customer-voice h2 {
    position: relative
}

.page-ranking .page-ranking-customer-voice h2 span {
    display: inline-block;
    background-color: #333;
    width: 1px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    left: -28px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.page-ranking .page-ranking-customer-voice h2 span.sec {
    left: auto;
    right: -20px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-customer-voice h2 span {
        bottom: 7px
    }
}

.page-ranking .page-ranking-customer-voice .wrap {
    width: 100%;
    padding: 40px 20px
}

.page-ranking .page-ranking-customer-voice .wrap .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 20px
}

.page-ranking .page-ranking-customer-voice .wrap .heading .left h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgba(159, 126, 82, 0.4941176471)));
    background: -webkit-linear-gradient(transparent 60%, rgba(159, 126, 82, 0.4941176471) 30%);
    background: linear-gradient(transparent 60%, rgba(159, 126, 82, 0.4941176471) 30%)
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-customer-voice .wrap .heading .left h3 {
        background: none
    }
}

.page-ranking .page-ranking-customer-voice .wrap .heading .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 20px
}

.page-ranking .page-ranking-customer-voice .wrap .heading .right .fs-2 {
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 0 10px 0 15px;
    margin-bottom: 10px
}

.page-ranking .page-ranking-customer-voice .wrap .heading .right .text-box {
    position: relative;
    top: 5px
}

.page-ranking .page-ranking-customer-voice .wrap .heading .right img {
    width: 70px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-customer-voice .wrap .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.page-ranking .page-ranking-customer-voice .wrap ul {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.page-ranking .page-ranking-customer-voice .wrap ul li {
    width: 100%;
    padding: 30px 50px;
    border: solid 1px #999;
    border-radius: 25px
}

.page-ranking .page-ranking-customer-voice .wrap ul li .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 550px) {
    .page-ranking .page-ranking-customer-voice .wrap ul li .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px
    }

    .page-ranking .page-ranking-customer-voice .wrap ul li .heading .evaluation {
        padding-top: 7px
    }
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-customer-voice .wrap ul li {
        padding: 20px 30px
    }
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-customer-voice .wrap ul {
        gap: 15px
    }
}

.page-ranking .page-ranking-wide-image {
    position: relative;
    height: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/lp/ranking/bg.jpg);
    background-position: 50% 43%;
    background-repeat: no-repeat;
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-wide-image {
        background-size: cover
    }
}

.page-ranking .page-ranking-wide-image .box {
    position: relative;
    left: -114px;
    top: 128px;
    padding: 0 20px 0 30px
}

.page-ranking .page-ranking-wide-image .box .fs-3,
.page-ranking .page-ranking-wide-image .box p {
    position: relative;
    z-index: 2
}

.page-ranking .page-ranking-wide-image .box .fs-3 {
    padding-bottom: 20px
}

.page-ranking .page-ranking-wide-image .box .fs-3::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9f7d52;
    position: absolute;
    bottom: 15px;
    right: 150px
}

.page-ranking .page-ranking-wide-image .box p {
    left: 30px
}

@media screen and (max-width: 768px) {
    .page-ranking .page-ranking-wide-image .box p {
        left: 10px
    }
}

.page-ranking .page-ranking-wide-image .box .bg-sheet {
    position: absolute;
    top: -30px;
    right: -30px;
    height: 180px;
    width: 600px;
    background-color: #fff;
    z-index: 1
}

@media screen and (max-width: 670px) {
    .page-ranking .page-ranking-wide-image .box {
        left: 0
    }
}

.u-fz--1 {
    font-size: 1.2rem !important
}

.u-fz--2 {
    font-size: 1.4rem !important
}

.u-fz--3 {
    font-size: 1.5rem !important
}

.u-fz--4 {
    font-size: 1.8rem !important
}

.u-fz--5 {
    font-size: 2.2rem !important
}

.u-fz--6 {
    font-size: 2.7rem !important
}

.u-fz--7 {
    font-size: 3.6rem !important
}

.u-fz--8 {
    font-size: 4.2rem !important
}

.u-fz--title {
    font-size: 5.6rem !important
}

@media(min-width: 576px) {
    .u-fz-sm--1 {
        font-size: 1.2rem !important
    }

    .u-fz-sm--2 {
        font-size: 1.4rem !important
    }

    .u-fz-sm--3 {
        font-size: 1.5rem !important
    }

    .u-fz-sm--4 {
        font-size: 1.8rem !important
    }

    .u-fz-sm--5 {
        font-size: 2.2rem !important
    }

    .u-fz-sm--6 {
        font-size: 2.7rem !important
    }

    .u-fz-sm--7 {
        font-size: 3.6rem !important
    }

    .u-fz-sm--8 {
        font-size: 4.2rem !important
    }

    .u-fz-sm--title {
        font-size: 5.6rem !important
    }
}

@media(min-width: 769px) {
    .u-fz-md--1 {
        font-size: 1.2rem !important
    }

    .u-fz-md--2 {
        font-size: 1.4rem !important
    }

    .u-fz-md--3 {
        font-size: 1.5rem !important
    }

    .u-fz-md--4 {
        font-size: 1.8rem !important
    }

    .u-fz-md--5 {
        font-size: 2.2rem !important
    }

    .u-fz-md--6 {
        font-size: 2.7rem !important
    }

    .u-fz-md--7 {
        font-size: 3.6rem !important
    }

    .u-fz-md--8 {
        font-size: 4.2rem !important
    }

    .u-fz-md--title {
        font-size: 5.6rem !important
    }
}

@media(min-width: 1025px) {
    .u-fz-lg--1 {
        font-size: 1.2rem !important
    }

    .u-fz-lg--2 {
        font-size: 1.4rem !important
    }

    .u-fz-lg--3 {
        font-size: 1.5rem !important
    }

    .u-fz-lg--4 {
        font-size: 1.8rem !important
    }

    .u-fz-lg--5 {
        font-size: 2.2rem !important
    }

    .u-fz-lg--6 {
        font-size: 2.7rem !important
    }

    .u-fz-lg--7 {
        font-size: 3.6rem !important
    }

    .u-fz-lg--8 {
        font-size: 4.2rem !important
    }

    .u-fz-lg--title {
        font-size: 5.6rem !important
    }
}

@media(min-width: 1200px) {
    .u-fz-xl--1 {
        font-size: 1.2rem !important
    }

    .u-fz-xl--2 {
        font-size: 1.4rem !important
    }

    .u-fz-xl--3 {
        font-size: 1.5rem !important
    }

    .u-fz-xl--4 {
        font-size: 1.8rem !important
    }

    .u-fz-xl--5 {
        font-size: 2.2rem !important
    }

    .u-fz-xl--6 {
        font-size: 2.7rem !important
    }

    .u-fz-xl--7 {
        font-size: 3.6rem !important
    }

    .u-fz-xl--8 {
        font-size: 4.2rem !important
    }

    .u-fz-xl--title {
        font-size: 5.6rem !important
    }
}

.u-w--auto {
    width: auto
}

.u-w--10 {
    width: 10%
}

.u-w--20 {
    width: 20%
}

.u-w--30 {
    width: 30%
}

.u-w--40 {
    width: 40%
}

.u-w--50 {
    width: 50%
}

.u-w--60 {
    width: 60%
}

.u-w--70 {
    width: 70%
}

.u-w--80 {
    width: 80%
}

.u-w--90 {
    width: 90%
}

.u-w--100 {
    width: 100%
}

@media(min-width: 576px) {
    .u-w-sm--auto {
        width: auto
    }

    .u-w-sm--10 {
        width: 10%
    }

    .u-w-sm--20 {
        width: 20%
    }

    .u-w-sm--30 {
        width: 30%
    }

    .u-w-sm--40 {
        width: 40%
    }

    .u-w-sm--50 {
        width: 50%
    }

    .u-w-sm--60 {
        width: 60%
    }

    .u-w-sm--70 {
        width: 70%
    }

    .u-w-sm--80 {
        width: 80%
    }

    .u-w-sm--90 {
        width: 90%
    }

    .u-w-sm--100 {
        width: 100%
    }
}

@media(min-width: 769px) {
    .u-w-md--auto {
        width: auto
    }

    .u-w-md--10 {
        width: 10%
    }

    .u-w-md--20 {
        width: 20%
    }

    .u-w-md--30 {
        width: 30%
    }

    .u-w-md--40 {
        width: 40%
    }

    .u-w-md--50 {
        width: 50%
    }

    .u-w-md--60 {
        width: 60%
    }

    .u-w-md--70 {
        width: 70%
    }

    .u-w-md--80 {
        width: 80%
    }

    .u-w-md--90 {
        width: 90%
    }

    .u-w-md--100 {
        width: 100%
    }
}

@media(min-width: 1025px) {
    .u-w-lg--auto {
        width: auto
    }

    .u-w-lg--10 {
        width: 10%
    }

    .u-w-lg--20 {
        width: 20%
    }

    .u-w-lg--30 {
        width: 30%
    }

    .u-w-lg--40 {
        width: 40%
    }

    .u-w-lg--50 {
        width: 50%
    }

    .u-w-lg--60 {
        width: 60%
    }

    .u-w-lg--70 {
        width: 70%
    }

    .u-w-lg--80 {
        width: 80%
    }

    .u-w-lg--90 {
        width: 90%
    }

    .u-w-lg--100 {
        width: 100%
    }
}

@media(min-width: 1200px) {
    .u-w-xl--auto {
        width: auto
    }

    .u-w-xl--10 {
        width: 10%
    }

    .u-w-xl--20 {
        width: 20%
    }

    .u-w-xl--30 {
        width: 30%
    }

    .u-w-xl--40 {
        width: 40%
    }

    .u-w-xl--50 {
        width: 50%
    }

    .u-w-xl--60 {
        width: 60%
    }

    .u-w-xl--70 {
        width: 70%
    }

    .u-w-xl--80 {
        width: 80%
    }

    .u-w-xl--90 {
        width: 90%
    }

    .u-w-xl--100 {
        width: 100%
    }
}

.u-ff--jaSerif {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important
}

.u-ff--jaGothic {
    font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important
}

.u-ff--enSerif {
    font-family: "Old Standard TT", sans-serif !important
}

.u-ff--enGothic {
    font-family: "Spinnaker", sans-serif !important
}

.u-ff--scala {
    font-family: "Monsieur La Doulaise", sans-serif !important
}

.u-ff--carlo {
    font-family: "Kalam", sans-serif !important
}

.u-h--auto {
    min-height: 0;
    height: auto
}

.u-h--10 {
    min-height: 60px;
    height: 10vh
}

.u-h--20 {
    min-height: 120px;
    height: 20vh
}

.u-h--30 {
    min-height: 180px;
    height: 30vh
}

.u-h--40 {
    min-height: 240px;
    height: 40vh
}

.u-h--50 {
    min-height: 300px;
    height: 50vh
}

.u-h--60 {
    min-height: 360px;
    height: 60vh
}

.u-h--70 {
    min-height: 420px;
    height: 70vh
}

.u-h--80 {
    min-height: 480px;
    height: 80vh
}

.u-h--90 {
    min-height: 540px;
    height: 90vh
}

.u-h--100 {
    min-height: 600px;
    height: 100vh
}

@media(min-width: 576px) {
    .u-h-sm--auto {
        min-height: 0;
        height: auto
    }

    .u-h-sm--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-sm--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-sm--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-sm--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-sm--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-sm--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-sm--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-sm--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-sm--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-sm--100 {
        min-height: 600px;
        height: 100vh
    }
}

@media(min-width: 769px) {
    .u-h-md--auto {
        min-height: 0;
        height: auto
    }

    .u-h-md--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-md--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-md--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-md--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-md--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-md--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-md--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-md--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-md--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-md--100 {
        min-height: 600px;
        height: 100vh
    }
}

@media(min-width: 1025px) {
    .u-h-lg--auto {
        min-height: 0;
        height: auto
    }

    .u-h-lg--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-lg--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-lg--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-lg--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-lg--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-lg--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-lg--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-lg--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-lg--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-lg--100 {
        min-height: 600px;
        height: 100vh
    }
}

@media(min-width: 1200px) {
    .u-h-xl--auto {
        min-height: 0;
        height: auto
    }

    .u-h-xl--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-xl--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-xl--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-xl--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-xl--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-xl--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-xl--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-xl--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-xl--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-xl--100 {
        min-height: 600px;
        height: 100vh
    }
}

.u-td--underline {
    text-decoration: underline
}

.u-td--none {
    text-decoration: none
}

.u-lh--0 {
    line-height: 1
}

.u-lh--1 {
    line-height: 1.4
}

.u-lh--2 {
    line-height: 1.6
}

.u-lh--3 {
    line-height: 1.8
}

.u-lh--4 {
    line-height: 2.2
}

.u-ls--0 {
    letter-spacing: 0em
}

.u-ls--1 {
    letter-spacing: .02em
}

.u-ls--2 {
    letter-spacing: .06em
}

.u-ls--3 {
    letter-spacing: .1em
}

.u-ls--4 {
    letter-spacing: .14em
}

.u-bg--body {
    background-color: #fff
}

.u-bg-no-gutters {
    margin-left: -24px;
    margin-right: -24px
}

@media(max-width: 768.98px) {
    .u-bg-no-gutters {
        margin-left: -15px;
        margin-right: -15px
    }
}

.u-bg-no-gutters>.col,
.u-bg-no-gutters>[class*=col-] {
    padding-right: 24px;
    padding-left: 24px
}

@media(max-width: 768.98px) {

    .u-bg-no-gutters>.col,
    .u-bg-no-gutters>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.u-writing--vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

@media(min-width: 576px) {
    .u-writing-sm--vertical {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

@media(min-width: 769px) {
    .u-writing-md--vertical {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

@media(min-width: 1025px) {
    .u-writing-lg--vertical {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

@media(min-width: 1200px) {
    .u-writing-xl--vertical {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

.u-writing--horizontal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb
}

@media(min-width: 576px) {
    .u-writing-sm--horizontal {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

@media(min-width: 769px) {
    .u-writing-md--horizontal {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

@media(min-width: 1025px) {
    .u-writing-lg--horizontal {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

@media(min-width: 1200px) {
    .u-writing-xl--horizontal {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

.u-tpl-cover-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}