@charset "UTF-8";

/* ##### base.cssに追加 add to base.css ##### */
.innerwide {
    width: 98%;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.only-mobile,
.only-sp {
    display: none;
}

.tel a {
    white-space: nowrap;
}

[class*=up-z-] {
    position: relative;
}

.list-inner {
    width: 100%;
    height: 100%;
}

.img img {
    width: 100%;
    text-align: center;
}

.line-one {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-two {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.line-three {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 3;
}

.up-lst-disc {
    padding-left: 30px;
}

.up-text-vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.up-text-horizonal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

.up-w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.up-fw-300 {
    font-weight: 300;
}

.up-fw-400 {
    font-weight: 5400;
}

.up-fw-500 {
    font-weight: 500;
}

.up-fxg-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.up-fxg-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.up-fxg-4 {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
}

.up-fxg-5 {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
}

.up-mt-0em {
    margin-top: 0em;
}

.up-mt-1em {
    margin-top: 1em;
}

.up-mt-2em {
    margin-top: 2em;
}

.up-mt-3em {
    margin-top: 3em;
}

.up-mt-4em {
    margin-top: 4em;
}

.up-mt-5em {
    margin-top: 5em;
}

.up-mt-6em {
    margin-top: 6em;
}

.up-mt-7em {
    margin-top: 7em;
}

.up-mt-8em {
    margin-top: 8em;
}

.up-mt-9em {
    margin-top: 9em;
}

.up-mt-10em {
    margin-top: 10em;
}

.gothic {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fz-exsmall {
    font-size: 50%;
}

.fz-small {
    font-size: 70%;
}

.fz-95 {
    font-size: 95%;
}

.fz-large {
    font-size: 120%;
}

.fz-exlarge {
    font-size: 150%;
}

input,
textarea,
select {
    font-size: 16px !important;
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    cursor: pointer;
}

.abtest-parent>div>div {
    opacity: 0;
}

.abtest-parent>div>div:nth-of-type(n+2) {
    display: none;
}

.abtest-parent>div>div:first-of-type:last-of-type {
    opacity: 1;
}

@media (max-width: 1024px) {
    .line-one\@tb {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .line-two\@tb {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: inherit;

        -webkit-line-clamp: 2;
    }

    .line-three\@tb {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: inherit;

        -webkit-line-clamp: 3;
    }

    .only-mobile {
        display: block;
    }

    .up-text-vertical\@tb {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .up-text-horizonal\@tb {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .up-w-fit\@tb {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .up-fxg-2\@tb {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .up-fxg-3\@tb {
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .up-fxg-4\@tb {
        -webkit-box-flex: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
    }

    .up-fxg-5\@tb {
        -webkit-box-flex: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
    }

    .up-mt-1em\@tb {
        margin-top: 1em;
    }

    .up-mt-2em\@tb {
        margin-top: 2em;
    }

    .up-mt-3em\@tb {
        margin-top: 3em;
    }

    .up-mt-4em\@tb {
        margin-top: 4em;
    }

    .up-mt-5em\@tb {
        margin-top: 5em;
    }

    .up-mt-6em\@tb {
        margin-top: 6em;
    }

    .up-mt-7em\@tb {
        margin-top: 7em;
    }

    .up-mt-8em\@tb {
        margin-top: 8em;
    }

    .up-mt-9em\@tb {
        margin-top: 9em;
    }

    .up-mt-10em\@tb {
        margin-top: 10em;
    }

    .up-ls-1\@tb {
        letter-spacing: 1px;
    }

    .up-ls-2\@tb {
        letter-spacing: 2px;
    }

    .up-ls-3\@tb {
        letter-spacing: 3px;
    }

    .up-ls-4\@tb {
        letter-spacing: 4px;
    }

    .up-ls-5\@tb {
        letter-spacing: 5px;
    }

    .up-lh-1vw\@tb {
        line-height: 1vw;
    }

    .up-lh-2vw\@tb {
        line-height: 2vw;
    }

    .up-lh-3vw\@tb {
        line-height: 3vw;
    }

    .up-lh-4vw\@tb {
        line-height: 4vw;
    }

    .up-lh-5vw\@tb {
        line-height: 5vw;
    }

    .up-order-1\@tb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .up-order-2\@tb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .up-order-3\@tb {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .up-order-4\@tb {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .up-order-5\@tb {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .up-order-6\@tb {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .up-order-7\@tb {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .up-order-8\@tb {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .up-order-9\@tb {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .up-order-10\@tb {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .fz-exsmall\@tb {
        font-size: 50%;
    }

    .fz-small\@tb {
        font-size: 70%;
    }

    .fz-95\@tb {
        font-size: 95%;
    }

    .fz-large\@tb {
        font-size: 120%;
    }

    .fz-exlarge\@tb {
        font-size: 150%;
    }
}

@media (max-width: 599px) {
    .line-one\@sp {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .line-two\@sp {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: inherit;

        -webkit-line-clamp: 2;
    }

    .line-three\@sp {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: inherit;

        -webkit-line-clamp: 3;
    }

    .only-sp {
        display: block;
    }

    .up-text-vertical\@sp {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .up-text-horizonal\@sp {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .up-w-fit\@sp {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .up-fxg-2\@sp {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .up-fxg-3\@sp {
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .up-fxg-4\@sp {
        -webkit-box-flex: 4;
        -ms-flex-positive: 4;
        flex-grow: 4;
    }

    .up-fxg-5\@sp {
        -webkit-box-flex: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
    }

    .up-mt-1em\@sp {
        margin-top: 1em;
    }

    .up-mt-2em\@sp {
        margin-top: 2em;
    }

    .up-mt-3em\@sp {
        margin-top: 3em;
    }

    .up-mt-4em\@sp {
        margin-top: 4em;
    }

    .up-mt-5em\@sp {
        margin-top: 5em;
    }

    .up-mt-6em\@sp {
        margin-top: 6em;
    }

    .up-mt-7em\@sp {
        margin-top: 7em;
    }

    .up-mt-8em\@sp {
        margin-top: 8em;
    }

    .up-mt-9em\@sp {
        margin-top: 9em;
    }

    .up-mt-10em\@sp {
        margin-top: 10em;
    }

    .up-ls-1\@sp {
        letter-spacing: 1px;
    }

    .up-ls-2\@sp {
        letter-spacing: 2px;
    }

    .up-ls-3\@sp {
        letter-spacing: 3px;
    }

    .up-ls-4\@sp {
        letter-spacing: 4px;
    }

    .up-ls-5\@sp {
        letter-spacing: 5px;
    }

    .up-lh-1vw\@sp {
        line-height: 1vw;
    }

    .up-lh-2vw\@sp {
        line-height: 2vw;
    }

    .up-lh-3vw\@sp {
        line-height: 3vw;
    }

    .up-lh-4vw\@sp {
        line-height: 4vw;
    }

    .up-lh-5vw\@sp {
        line-height: 5vw;
    }

    .up-order-1\@sp {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .up-order-2\@sp {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .up-order-3\@sp {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .up-order-4\@sp {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .up-order-5\@sp {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .up-order-6\@sp {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .up-order-7\@sp {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .up-order-8\@sp {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .up-order-9\@sp {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .up-order-10\@sp {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .fz-exsmall\@sp {
        font-size: 50%;
    }

    .fz-small\@sp {
        font-size: 70%;
    }

    .fz-95\@sp {
        font-size: 95%;
    }

    .fz-large\@sp {
        font-size: 120%;
    }

    .fz-exlarge\@sp {
        font-size: 150%;
    }
}

/* ##### 共通css general css ##### */
.square {
    position: relative;
}

.square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.centering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.centering.-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.infinity {
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
}

.infinity-left {
    margin-left: -999rem;
    padding-left: 999rem;
}

.infinity-right {
    margin-right: -999rem;
    padding-right: 999rem;
}

.bg-cont {
    position: relative;
    z-index: 2;
}

.bg-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-img .img {
    width: 100%;
    height: 100%;
}

.bg-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.bg-parent {
    position: relative;
}

.shadow-box-black {
    -webkit-box-shadow: 0px 0px 15px -5px black;
    box-shadow: 0px 0px 15px -5px black;
}

.shadow-box-white {
    -webkit-box-shadow: 0px 0px 15px -5px white;
    box-shadow: 0px 0px 15px -5px white;
}

.shadow-text-black {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.shadow-text-white {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

.underline-text {
    text-decoration: underline;
}

.underline-link a {
    color: var(--color-default_text);
    text-decoration: underline;
}

.underline-link.-colored a {
    color: var(--color-bgc_01);
}

.fead-bound {
    -webkit-transition: 0.2s cubic-bezier(0.68, -0.6, 0.32, 2);
    transition: 0.2s cubic-bezier(0.68, -0.6, 0.32, 2);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.fead-bound.mv {
    -webkit-animation: bound 2s ease-in-out;
    animation: bound 2s ease-in-out;
}

.fead-down {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease-out;
    transition: transform 0.8s ease-out, opacity 0.8s ease;
    transition: transform 0.8s ease-out, opacity 0.8s ease, -webkit-transform 0.8s ease-out;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
}

.fead-down.mv {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@-webkit-keyframes bound {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    43% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    48% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    66% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    76% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    81% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bound {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    15% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    33% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    43% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    48% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    66% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    76% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    81% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.delay-1,
.delay-1::before {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.delay-2,
.delay-2::before {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}

.delay-3,
.delay-3::before {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.delay-4,
.delay-4::before {
    -webkit-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
}

.delay-5,
.delay-5::before {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
}

.delay-6,
.delay-6::before {
    -webkit-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
}

.delay-7,
.delay-7::before {
    -webkit-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important;
}

.delay-8,
.delay-8::before {
    -webkit-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important;
}

.delay-9,
.delay-9::before {
    -webkit-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important;
}

.delay-10,
.delay-10::before {
    -webkit-transition-delay: 2s !important;
    transition-delay: 2s !important;
}

.delay-11,
.delay-11::before {
    -webkit-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important;
}

.delay-12,
.delay-12::before {
    -webkit-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important;
}

.loop-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.loop-slide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-slide 60s infinite linear 1s both;
    animation: loop-slide 60s infinite linear 1s both;
}

.loop-slide-img {
    width: 300px;
}

@-webkit-keyframes loop-slide {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes loop-slide {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.newmo {
    overflow: hidden;
    padding: 4em;
    border-radius: 4em;
    background-color: white;
    -webkit-box-shadow: 20px 20px 60px #dcdcdc, -20px -20px 60px white;
    box-shadow: 20px 20px 60px #dcdcdc, -20px -20px 60px white;
}

.sign {
    margin-top: 2em;
    text-align: right;
}

.sign-space {
    display: inline-block;
    padding-left: 1em;
}

@media (max-width: 1024px) {
    body.active {
        overflow: hidden;

        -ms-touch-action: none;
        touch-action: none;
    }

    .active .header-content,
    .active main,
    .active footer {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    .loop-slide-img {
        width: 240px;
    }

    .newmo {
        padding: 3em 3em;
        border-radius: 3em;
    }

    .sign-space {
        display: block;
        padding-left: 0;
    }
}

@media (max-width: 599px) {
    .loop-slide-img {
        width: 180px;
    }

    .newmo {
        padding: 3em 2em;
        border-radius: 2em;
    }
}

/* ##### border-radius ##### */
[class*=radius] {
    overflow: hidden;
}

.radius10 {
    border-radius: 10px;
}

.radius15 {
    border-radius: 15px;
}

.radius20 {
    border-radius: 20px;
}

.radius25 {
    border-radius: 25px;
}

.radius30 {
    border-radius: 30px;
}

.radius35 {
    border-radius: 35px;
}

.radius1em {
    border-radius: 1em;
}

.radius2em {
    border-radius: 2em;
}

.radius3em {
    border-radius: 3em;
}

.radius4em {
    border-radius: 4em;
}

.radius5em {
    border-radius: 5em;
}

@media (max-width: 1024px) {
    .radius10\@tb {
        border-radius: 10px;
    }

    .radius15\@tb {
        border-radius: 15px;
    }

    .radius20\@tb {
        border-radius: 20px;
    }

    .radius25\@tb {
        border-radius: 25px;
    }

    .radius30\@tb {
        border-radius: 30px;
    }

    .radius35\@tb {
        border-radius: 35px;
    }

    .radius1em\@tb {
        border-radius: 1em;
    }

    .radius2em\@tb {
        border-radius: 2em;
    }

    .radius3em\@tb {
        border-radius: 3em;
    }

    .radius4em\@tb {
        border-radius: 4em;
    }

    .radius5em\@tb {
        border-radius: 5em;
    }
}

@media (max-width: 599px) {
    .radius10\@sp {
        border-radius: 10px;
    }

    .radius15\@sp {
        border-radius: 15px;
    }

    .radius20\@sp {
        border-radius: 20px;
    }

    .radius25\@sp {
        border-radius: 25px;
    }

    .radius30\@sp {
        border-radius: 30px;
    }

    .radius35\@sp {
        border-radius: 35px;
    }

    .radius1em\@sp {
        border-radius: 1em;
    }

    .radius2em\@sp {
        border-radius: 2em;
    }

    .radius3em\@sp {
        border-radius: 3em;
    }

    .radius4em\@sp {
        border-radius: 4em;
    }

    .radius5em\@sp {
        border-radius: 5em;
    }
}

/*  ##### レイアウト layout #####  */
/*  column-count  */
.column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.column-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.column-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.column-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

.column-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
}

.column-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}

.column-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
}

.column-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
}

.column-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
}

.column-gap-10 {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.column-gap-15 {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.column-gap-20 {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.column-gap-25 {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.column-gap-30 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-35 {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.column-gap-40 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.column-gap-45 {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

.column-gap-50 {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.column-gap-55 {
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
}

.column-none {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
}

[class*=column-]>* {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

@media (max-width: 1024px) {
    .column-2\@tb {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .column-3\@tb {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .column-4\@tb {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .column-5\@tb {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .column-6\@tb {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }

    .column-7\@tb {
        -webkit-column-count: 7;
        -moz-column-count: 7;
        column-count: 7;
    }

    .column-gap-10\@tb {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .column-gap-15\@tb {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .column-gap-20\@tb {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .column-gap-25\@tb {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .column-gap-30\@tb {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .column-gap-35\@tb {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .column-gap-40\@tb {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .column-gap-45\@tb {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    .column-gap-50\@tb {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .column-gap-55\@tb {
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px;
    }

    .column-none\@tb {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}

@media (max-width: 599px) {
    .column-2\@sp {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .column-3\@sp {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .column-4\@sp {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .column-5\@sp {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .column-6\@sp {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }

    .column-7\@sp {
        -webkit-column-count: 7;
        -moz-column-count: 7;
        column-count: 7;
    }

    .column-gap-10\@sp {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .column-gap-15\@sp {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .column-gap-20\@sp {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .column-gap-25\@sp {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .column-gap-30\@sp {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .column-gap-35\@sp {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .column-gap-40\@sp {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .column-gap-45\@sp {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }

    .column-gap-50\@sp {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    .column-gap-55\@sp {
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px;
    }

    .column-none\@sp {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}

/*  sectionの余白  */
.section-exlarge {
    padding-top: clamp(4.5rem, 3.14rem + 5.82vw, 7.5rem);
    padding-bottom: clamp(4.5rem, 3.14rem + 5.82vw, 7.5rem);
}

.section-large {
    padding-top: clamp(3rem, 2.09rem + 3.88vw, 5rem);
    padding-bottom: clamp(3rem, 2.09rem + 3.88vw, 5rem);
}

.section-middle {
    padding-top: clamp(1.875rem, 1.31rem + 2.42vw, 3.125rem);
    padding-bottom: clamp(1.875rem, 1.31rem + 2.42vw, 3.125rem);
}

.section-small {
    padding-top: clamp(1.125rem, 0.78rem + 1.45vw, 1.875rem);
    padding-bottom: clamp(1.125rem, 0.78rem + 1.45vw, 1.875rem);
}

.section-mini {
    padding-top: clamp(0.75rem, 0.52rem + 0.97vw, 1.25rem);
    padding-bottom: clamp(0.75rem, 0.52rem + 0.97vw, 1.25rem);
}

[class*=section-].-only-top {
    padding-bottom: 0;
}

[class*=section-].-only-bottom {
    padding-top: 0;
}

/*  余白（margin）  */
.space-v5>.space+.space {
    margin-top: 5px;
}

.space-v10>.space+.space {
    margin-top: 10px;
}

.space-v15>.space+.space {
    margin-top: 15px;
}

.space-v20>.space+.space {
    margin-top: 20px;
}

.space-v25>.space+.space {
    margin-top: 25px;
}

.space-v30>.space+.space {
    margin-top: 30px;
}

.space-v35>.space+.space {
    margin-top: 35px;
}

.space-v40>.space+.space {
    margin-top: 40px;
}

.space-v45>.space+.space {
    margin-top: 45px;
}

.space-v50>.space+.space {
    margin-top: 50px;
}

.space-v55>.space+.space {
    margin-top: 55px;
}

.space-v60>.space+.space {
    margin-top: 60px;
}

.space-v65>.space+.space {
    margin-top: 65px;
}

.space-v70>.space+.space {
    margin-top: 70px;
}

.space-v75>.space+.space {
    margin-top: 75px;
}

.space-v80>.space+.space {
    margin-top: 80px;
}

.space-v85>.space+.space {
    margin-top: 85px;
}

.space-v90>.space+.space {
    margin-top: 90px;
}

.space-v95>.space+.space {
    margin-top: 95px;
}

.space-v100>.space+.space {
    margin-top: 100px;
}

.space-v105>.space+.space {
    margin-top: 105px;
}

.space-v110>.space+.space {
    margin-top: 110px;
}

.space-v115>.space+.space {
    margin-top: 115px;
}

.space-v120>.space+.space {
    margin-top: 120px;
}

.space-v125>.space+.space {
    margin-top: 125px;
}

.space-v130>.space+.space {
    margin-top: 130px;
}

.space-v135>.space+.space {
    margin-top: 135px;
}

.space-v140>.space+.space {
    margin-top: 140px;
}

.space-v145>.space+.space {
    margin-top: 145px;
}

.space-v150>.space+.space {
    margin-top: 150px;
}

.space-v155>.space+.space {
    margin-top: 155px;
}

.space-v1em>.space+.space {
    margin-top: 1em;
}

.space-v2em>.space+.space {
    margin-top: 2em;
}

.space-v3em>.space+.space {
    margin-top: 3em;
}

.space-v4em>.space+.space {
    margin-top: 4em;
}

.space-v5em>.space+.space {
    margin-top: 5em;
}

.space-v6em>.space+.space {
    margin-top: 6em;
}

.space-v7em>.space+.space {
    margin-top: 7em;
}

.space-v8em>.space+.space {
    margin-top: 8em;
}

.space-v9em>.space+.space {
    margin-top: 9em;
}

.space-v10em>.space+.space {
    margin-top: 10em;
}

.space-h5>.space+.space {
    margin-left: 5px;
}

.space-h10>.space+.space {
    margin-left: 10px;
}

.space-h15>.space+.space {
    margin-left: 15px;
}

.space-h20>.space+.space {
    margin-left: 20px;
}

.space-h25>.space+.space {
    margin-left: 25px;
}

.space-h30>.space+.space {
    margin-left: 30px;
}

.space-h35>.space+.space {
    margin-left: 35px;
}

.space-h40>.space+.space {
    margin-left: 40px;
}

.space-h45>.space+.space {
    margin-left: 45px;
}

.space-h50>.space+.space {
    margin-left: 50px;
}

.space-h55>.space+.space {
    margin-left: 55px;
}

.space-h60>.space+.space {
    margin-left: 60px;
}

.space-h65>.space+.space {
    margin-left: 65px;
}

.space-h70>.space+.space {
    margin-left: 70px;
}

.space-h75>.space+.space {
    margin-left: 75px;
}

.space-h80>.space+.space {
    margin-left: 80px;
}

.space-h85>.space+.space {
    margin-left: 85px;
}

.space-h90>.space+.space {
    margin-left: 90px;
}

.space-h95>.space+.space {
    margin-left: 95px;
}

.space-h100>.space+.space {
    margin-left: 100px;
}

.space-h105>.space+.space {
    margin-left: 105px;
}

.space-h110>.space+.space {
    margin-left: 110px;
}

.space-h115>.space+.space {
    margin-left: 115px;
}

.space-h120>.space+.space {
    margin-left: 120px;
}

.space-h125>.space+.space {
    margin-left: 125px;
}

.space-h130>.space+.space {
    margin-left: 130px;
}

.space-h135>.space+.space {
    margin-left: 135px;
}

.space-h140>.space+.space {
    margin-left: 140px;
}

.space-h145>.space+.space {
    margin-left: 145px;
}

.space-h150>.space+.space {
    margin-left: 150px;
}

.space-h155>.space+.space {
    margin-left: 155px;
}

.space-h1em>.space+.space {
    margin-left: 1em;
}

.space-h2em>.space+.space {
    margin-left: 2em;
}

.space-h3em>.space+.space {
    margin-left: 3em;
}

.space-h4em>.space+.space {
    margin-left: 4em;
}

.space-h5em>.space+.space {
    margin-left: 5em;
}

.space-h6em>.space+.space {
    margin-left: 6em;
}

.space-h7em>.space+.space {
    margin-left: 7em;
}

.space-h8em>.space+.space {
    margin-left: 8em;
}

.space-h9em>.space+.space {
    margin-left: 9em;
}

.space-h10em>.space+.space {
    margin-left: 10em;
}

.space-v0>.space+.space {
    margin-top: 0;
}

.space-h0>.space+.space {
    margin-left: 0;
}

@media (max-width: 1024px) {
    .space-v5\@tb>.space+.space {
        margin-top: 5px;
    }

    .space-v10\@tb>.space+.space {
        margin-top: 10px;
    }

    .space-v15\@tb>.space+.space {
        margin-top: 15px;
    }

    .space-v20\@tb>.space+.space {
        margin-top: 20px;
    }

    .space-v25\@tb>.space+.space {
        margin-top: 25px;
    }

    .space-v30\@tb>.space+.space {
        margin-top: 30px;
    }

    .space-v35\@tb>.space+.space {
        margin-top: 35px;
    }

    .space-v40\@tb>.space+.space {
        margin-top: 40px;
    }

    .space-v45\@tb>.space+.space {
        margin-top: 45px;
    }

    .space-v50\@tb>.space+.space {
        margin-top: 50px;
    }

    .space-v55\@tb>.space+.space {
        margin-top: 55px;
    }

    .space-v60\@tb>.space+.space {
        margin-top: 60px;
    }

    .space-v65\@tb>.space+.space {
        margin-top: 65px;
    }

    .space-v70\@tb>.space+.space {
        margin-top: 70px;
    }

    .space-v75\@tb>.space+.space {
        margin-top: 75px;
    }

    .space-v80\@tb>.space+.space {
        margin-top: 80px;
    }

    .space-v85\@tb>.space+.space {
        margin-top: 85px;
    }

    .space-v90\@tb>.space+.space {
        margin-top: 90px;
    }

    .space-v95\@tb>.space+.space {
        margin-top: 95px;
    }

    .space-v100\@tb>.space+.space {
        margin-top: 100px;
    }

    .space-v105\@tb>.space+.space {
        margin-top: 105px;
    }

    .space-v110\@tb>.space+.space {
        margin-top: 110px;
    }

    .space-v115\@tb>.space+.space {
        margin-top: 115px;
    }

    .space-v120\@tb>.space+.space {
        margin-top: 120px;
    }

    .space-v125\@tb>.space+.space {
        margin-top: 125px;
    }

    .space-v130\@tb>.space+.space {
        margin-top: 130px;
    }

    .space-v135\@tb>.space+.space {
        margin-top: 135px;
    }

    .space-v140\@tb>.space+.space {
        margin-top: 140px;
    }

    .space-v145\@tb>.space+.space {
        margin-top: 145px;
    }

    .space-v150\@tb>.space+.space {
        margin-top: 150px;
    }

    .space-v155\@tb>.space+.space {
        margin-top: 155px;
    }

    .space-v1em\@tb>.space+.space {
        margin-top: 1em;
    }

    .space-v2em\@tb>.space+.space {
        margin-top: 2em;
    }

    .space-v3em\@tb>.space+.space {
        margin-top: 3em;
    }

    .space-v4em\@tb>.space+.space {
        margin-top: 4em;
    }

    .space-v5em\@tb>.space+.space {
        margin-top: 5em;
    }

    .space-v6em\@tb>.space+.space {
        margin-top: 6em;
    }

    .space-v7em\@tb>.space+.space {
        margin-top: 7em;
    }

    .space-v8em\@tb>.space+.space {
        margin-top: 8em;
    }

    .space-v9em\@tb>.space+.space {
        margin-top: 9em;
    }

    .space-v10em\@tb>.space+.space {
        margin-top: 10em;
    }

    .space-h5\@tb>.space+.space {
        margin-left: 5px;
    }

    .space-h10\@tb>.space+.space {
        margin-left: 10px;
    }

    .space-h15\@tb>.space+.space {
        margin-left: 15px;
    }

    .space-h20\@tb>.space+.space {
        margin-left: 20px;
    }

    .space-h25\@tb>.space+.space {
        margin-left: 25px;
    }

    .space-h30\@tb>.space+.space {
        margin-left: 30px;
    }

    .space-h35\@tb>.space+.space {
        margin-left: 35px;
    }

    .space-h40\@tb>.space+.space {
        margin-left: 40px;
    }

    .space-h45\@tb>.space+.space {
        margin-left: 45px;
    }

    .space-h50\@tb>.space+.space {
        margin-left: 50px;
    }

    .space-h55\@tb>.space+.space {
        margin-left: 55px;
    }

    .space-h60\@tb>.space+.space {
        margin-left: 60px;
    }

    .space-h65\@tb>.space+.space {
        margin-left: 65px;
    }

    .space-h70\@tb>.space+.space {
        margin-left: 70px;
    }

    .space-h75\@tb>.space+.space {
        margin-left: 75px;
    }

    .space-h80\@tb>.space+.space {
        margin-left: 80px;
    }

    .space-h85\@tb>.space+.space {
        margin-left: 85px;
    }

    .space-h90\@tb>.space+.space {
        margin-left: 90px;
    }

    .space-h95\@tb>.space+.space {
        margin-left: 95px;
    }

    .space-h100\@tb>.space+.space {
        margin-left: 100px;
    }

    .space-h105\@tb>.space+.space {
        margin-left: 105px;
    }

    .space-h110\@tb>.space+.space {
        margin-left: 110px;
    }

    .space-h115\@tb>.space+.space {
        margin-left: 115px;
    }

    .space-h120\@tb>.space+.space {
        margin-left: 120px;
    }

    .space-h125\@tb>.space+.space {
        margin-left: 125px;
    }

    .space-h130\@tb>.space+.space {
        margin-left: 130px;
    }

    .space-h135\@tb>.space+.space {
        margin-left: 135px;
    }

    .space-h140\@tb>.space+.space {
        margin-left: 140px;
    }

    .space-h145\@tb>.space+.space {
        margin-left: 145px;
    }

    .space-h150\@tb>.space+.space {
        margin-left: 150px;
    }

    .space-h155\@tb>.space+.space {
        margin-left: 155px;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 1em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 2em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 3em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 4em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 5em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 6em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 7em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 8em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 9em;
    }

    .space-h10em\@tb>.space+.space {
        margin-left: 10em;
    }

    .space-v0\@tb>.space+.space {
        margin-top: 0;
    }

    .space-h0\@tb>.space+.space {
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    .space-v5\@sp>.space+.space {
        margin-top: 5px;
    }

    .space-v10\@sp>.space+.space {
        margin-top: 10px;
    }

    .space-v15\@sp>.space+.space {
        margin-top: 15px;
    }

    .space-v20\@sp>.space+.space {
        margin-top: 20px;
    }

    .space-v25\@sp>.space+.space {
        margin-top: 25px;
    }

    .space-v30\@sp>.space+.space {
        margin-top: 30px;
    }

    .space-v35\@sp>.space+.space {
        margin-top: 35px;
    }

    .space-v40\@sp>.space+.space {
        margin-top: 40px;
    }

    .space-v45\@sp>.space+.space {
        margin-top: 45px;
    }

    .space-v50\@sp>.space+.space {
        margin-top: 50px;
    }

    .space-v55\@sp>.space+.space {
        margin-top: 55px;
    }

    .space-v60\@sp>.space+.space {
        margin-top: 60px;
    }

    .space-v65\@sp>.space+.space {
        margin-top: 65px;
    }

    .space-v70\@sp>.space+.space {
        margin-top: 70px;
    }

    .space-v75\@sp>.space+.space {
        margin-top: 75px;
    }

    .space-v80\@sp>.space+.space {
        margin-top: 80px;
    }

    .space-v85\@sp>.space+.space {
        margin-top: 85px;
    }

    .space-v90\@sp>.space+.space {
        margin-top: 90px;
    }

    .space-v95\@sp>.space+.space {
        margin-top: 95px;
    }

    .space-v100\@sp>.space+.space {
        margin-top: 100px;
    }

    .space-v105\@sp>.space+.space {
        margin-top: 105px;
    }

    .space-v110\@sp>.space+.space {
        margin-top: 110px;
    }

    .space-v115\@sp>.space+.space {
        margin-top: 115px;
    }

    .space-v120\@sp>.space+.space {
        margin-top: 120px;
    }

    .space-v125\@sp>.space+.space {
        margin-top: 125px;
    }

    .space-v130\@sp>.space+.space {
        margin-top: 130px;
    }

    .space-v135\@sp>.space+.space {
        margin-top: 135px;
    }

    .space-v140\@sp>.space+.space {
        margin-top: 140px;
    }

    .space-v145\@sp>.space+.space {
        margin-top: 145px;
    }

    .space-v150\@sp>.space+.space {
        margin-top: 150px;
    }

    .space-v155\@sp>.space+.space {
        margin-top: 155px;
    }

    .space-v1em\@sp>.space+.space {
        margin-top: 1em;
    }

    .space-v2em\@sp>.space+.space {
        margin-top: 2em;
    }

    .space-v3em\@sp>.space+.space {
        margin-top: 3em;
    }

    .space-v4em\@sp>.space+.space {
        margin-top: 4em;
    }

    .space-v5em\@sp>.space+.space {
        margin-top: 5em;
    }

    .space-v6em\@sp>.space+.space {
        margin-top: 6em;
    }

    .space-v7em\@sp>.space+.space {
        margin-top: 7em;
    }

    .space-v8em\@sp>.space+.space {
        margin-top: 8em;
    }

    .space-v9em\@sp>.space+.space {
        margin-top: 9em;
    }

    .space-v10em\@sp>.space+.space {
        margin-top: 10em;
    }

    .space-h5\@sp>.space+.space {
        margin-left: 5px;
    }

    .space-h10\@sp>.space+.space {
        margin-left: 10px;
    }

    .space-h15\@sp>.space+.space {
        margin-left: 15px;
    }

    .space-h20\@sp>.space+.space {
        margin-left: 20px;
    }

    .space-h25\@sp>.space+.space {
        margin-left: 25px;
    }

    .space-h30\@sp>.space+.space {
        margin-left: 30px;
    }

    .space-h35\@sp>.space+.space {
        margin-left: 35px;
    }

    .space-h40\@sp>.space+.space {
        margin-left: 40px;
    }

    .space-h45\@sp>.space+.space {
        margin-left: 45px;
    }

    .space-h50\@sp>.space+.space {
        margin-left: 50px;
    }

    .space-h55\@sp>.space+.space {
        margin-left: 55px;
    }

    .space-h60\@sp>.space+.space {
        margin-left: 60px;
    }

    .space-h65\@sp>.space+.space {
        margin-left: 65px;
    }

    .space-h70\@sp>.space+.space {
        margin-left: 70px;
    }

    .space-h75\@sp>.space+.space {
        margin-left: 75px;
    }

    .space-h80\@sp>.space+.space {
        margin-left: 80px;
    }

    .space-h85\@sp>.space+.space {
        margin-left: 85px;
    }

    .space-h90\@sp>.space+.space {
        margin-left: 90px;
    }

    .space-h95\@sp>.space+.space {
        margin-left: 95px;
    }

    .space-h100\@sp>.space+.space {
        margin-left: 100px;
    }

    .space-h105\@sp>.space+.space {
        margin-left: 105px;
    }

    .space-h110\@sp>.space+.space {
        margin-left: 110px;
    }

    .space-h115\@sp>.space+.space {
        margin-left: 115px;
    }

    .space-h120\@sp>.space+.space {
        margin-left: 120px;
    }

    .space-h125\@sp>.space+.space {
        margin-left: 125px;
    }

    .space-h130\@sp>.space+.space {
        margin-left: 130px;
    }

    .space-h135\@sp>.space+.space {
        margin-left: 135px;
    }

    .space-h140\@sp>.space+.space {
        margin-left: 140px;
    }

    .space-h145\@sp>.space+.space {
        margin-left: 145px;
    }

    .space-h150\@sp>.space+.space {
        margin-left: 150px;
    }

    .space-h155\@sp>.space+.space {
        margin-left: 155px;
    }

    .space-h1em\@sp>.space+.space {
        margin-left: 1em;
    }

    .space-h2em\@sp>.space+.space {
        margin-left: 2em;
    }

    .space-h3em\@sp>.space+.space {
        margin-left: 3em;
    }

    .space-h4em\@sp>.space+.space {
        margin-left: 4em;
    }

    .space-h5em\@sp>.space+.space {
        margin-left: 5em;
    }

    .space-h6em\@sp>.space+.space {
        margin-left: 6em;
    }

    .space-h7em\@sp>.space+.space {
        margin-left: 7em;
    }

    .space-h8em\@sp>.space+.space {
        margin-left: 8em;
    }

    .space-h9em\@sp>.space+.space {
        margin-left: 9em;
    }

    .space-h10em\@sp>.space+.space {
        margin-left: 10em;
    }

    .space-v0\@sp>.space+.space {
        margin-top: 0;
    }

    .space-h0\@sp>.space+.space {
        margin-left: 0;
    }
}

/*  レイアウト  */
.cross-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.parallel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.parallel.-jc-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.parallel.-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.parallel.-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parallel.-rowr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.parallel.-step .step-item {
    margin-top: 10em;
}

.parallel.-step-0 .step-item {
    margin-top: 0;
}

.parallel.-grow .block {
    margin: 1%;
}

@media (max-width: 1024px) {
    .cross.-rowr\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@tb .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@tb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@tb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-step\@tb .step-item {
        margin-top: 10em;
    }

    .parallel.-step-0\@tb .step-item {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .cross.-rowr\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .cross.-rowr\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cross.-none\@sp .cross-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-jc-fs\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .parallel.-jc-fe\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .parallel.-jc-c\@sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .parallel.-row\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .parallel.-rowr\@sp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .parallel.-step\@sp .step-item {
        margin-top: 10em;
    }

    .parallel.-step-0\@tb .step-item {
        margin-top: 0;
    }
}

/* ##### フロート float ##### */
.up-fl-left {
    float: left;
}

.up-fl-right {
    float: right;
}

.up-fl-none {
    float: none;
}

.up-flc-left {
    clear: left;
}

.up-flc-rigjt {
    clear: right;
}

.up-flc-both {
    clear: both;
}

.float-box {
    display: block;
}

.float-box::before,
.float-box:after {
    content: "";
    display: block;
    clear: both;
}

.float-box-img {
    float: right;
}

.float-box-title {
    float: left;
}

.float-box-content {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
    float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
    float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
    float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
    float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
    float: left;
}

@media (max-width: 1024px) {
    .up-fl-left\@tb {
        float: left;
    }

    .up-fl-right\@tb {
        float: right;
    }

    .up-fl-none\@tb {
        float: none;
    }

    .up-flc-left\@tb {
        clear: left;
    }

    .up-flc-rigjt\@tb {
        clear: right;
    }

    .up-flc-both\@tb {
        clear: both;
    }
}

@media (max-width: 599px) {
    .up-fl-left\@sp {
        float: left;
    }

    .up-fl-right\@sp {
        float: right;
    }

    .up-fl-none\@sp {
        float: none;
    }

    .up-flc-left\@sp {
        clear: left;
    }

    .up-flc-rigjt\@sp {
        clear: right;
    }

    .up-flc-both\@sp {
        clear: both;
    }
}

/* ##### ハンバーガーボタン オーバーレイ hamburger overlay ##### */
.hamburger {
    display: none;
}

@media (max-width: 1024px) {
    .overlay {
        width: 100%;
        height: 100%;
        display: none;
        overflow: hidden;
        background-color: rgba(240, 167, 200, 0.6);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 20;

        -ms-touch-action: none;
        touch-action: none;
    }

    .hamburger {
        width: 2.5em;
        height: 2.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: absolute;
        top: 1em;
        left: -3.5em;
        z-index: 10;
    }

    .hamburger a,
    .hamburger:hover,
    .hamburger:focus {
        opacity: 1;
    }

    .menu-trigger {
        width: 100%;
        height: 100%;
        display: inline-block;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: relative;
    }

    .menu-trigger span {
        width: 100%;
        height: 1px;
        display: inline-block;
        border-top: 2px solid var(--color-bgc_01);
        -webkit-box-shadow: var(--shadow-white_02);
        box-shadow: var(--shadow-white_02);
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        left: 0;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 50%;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    body.drawer-active {
        overflow: hidden;

        -ms-touch-action: none;
        touch-action: none;
    }

    .drawer-active .overlay {
        display: block;
    }

    .drawer-active .menu-trigger {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .drawer-active .menu-trigger span {
        width: 137%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .drawer-active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .drawer-active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .drawer-active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}

@media (max-width: 599px) {
    .hamburger {
        width: 2em;
        height: 2em;
        top: 1em;
        left: -3em;
    }
}

/* ##### A-BiSUスライダー uk-slideshow ##### */
.uk-slidenav-position {
    height: 100%;
}

.uk-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 40%;
}

.uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.uk-slideshow li>div {
    height: 100% !important;
}

.uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav .uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-position-bottom {
    bottom: -30px;
}

@media (max-width: 1024px) {
    .uk-slideshow::after {
        padding-top: 70%;
    }
}

@media (max-width: 599px) {
    .uk-slideshow::after {
        padding-top: 70vh;
    }
}

/* ##### タイトル title ##### */
[class*=title].-mb-0 {
    margin-bottom: 0;
}

[class*=title].-mb-exsmall {
    margin-bottom: 1em;
}

[class*=title].-mb-small {
    margin-bottom: 2em;
}

[class*=title].-mb-middle {
    margin-bottom: 3em;
}

[class*=title].-mb-large {
    margin-bottom: 4em;
}

[class*=title].-mb-exlarge {
    margin-bottom: 5em;
}

[class*=title].-ta-center {
    text-align: center;
}

[class*=title].-ta-left {
    text-align: left;
}

[class*=title].-ta-right {
    text-align: right;
}

@media (max-width: 1024px) {
    [class*=title].-mb-0\@tb {
        margin-bottom: 0;
    }

    [class*=title].-mb-exsmall\@tb {
        margin-bottom: 1em;
    }

    [class*=title].-mb-small\@tb {
        margin-bottom: 2em;
    }

    [class*=title].-mb-middle\@tb {
        margin-bottom: 3em;
    }

    [class*=title].-mb-large\@tb {
        margin-bottom: 4em;
    }

    [class*=title].-mb-exlarge\@tb {
        margin-bottom: 5em;
    }

    [class*=title].-ta-center\@tb {
        text-align: center;
    }

    [class*=title].-ta-left\@tb {
        text-align: left;
    }

    [class*=title].-ta-right\@tb {
        text-align: right;
    }
}

@media (max-width: 599px) {
    [class*=title].-mb-0\@sp {
        margin-bottom: 0;
    }

    [class*=title].-mb-exsmall\@sp {
        margin-bottom: 1em;
    }

    [class*=title].-mb-small\@sp {
        margin-bottom: 2em;
    }

    [class*=title].-mb-middle\@sp {
        margin-bottom: 3em;
    }

    [class*=title].-mb-large\@sp {
        margin-bottom: 4em;
    }

    [class*=title].-mb-exlarge\@sp {
        margin-bottom: 5em;
    }

    [class*=title].-ta-center\@sp {
        text-align: center;
    }

    [class*=title].-ta-left\@sp {
        text-align: left;
    }

    [class*=title].-ta-right\@sp {
        text-align: right;
    }
}

/* ##### ボタン button ##### */
[class*=btn].-w-100\% {
    width: 100%;
    max-width: 100%;
}

[class*=btn].-mt-0 {
    margin-top: 0;
}

[class*=btn].-mt-exsmall {
    margin-top: 1em;
}

[class*=btn].-mt-small {
    margin-top: 2em;
}

[class*=btn].-mt-middle {
    margin-top: 3em;
}

[class*=btn].-mt-large {
    margin-top: 4em;
}

[class*=btn].-mt-exlarge {
    margin-top: 5em;
}

[class*=btn].-center {
    margin-left: auto;
    margin-right: auto;
}

[class*=btn].-left {
    margin-left: 0;
    margin-right: auto;
}

[class*=btn].-right {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1024px) {
    [class*=btn].-w-100\%\@tb {
        width: 100%;
        max-width: 100%;
    }

    [class*=btn].-mt-0\@tb {
        margin-top: 0;
    }

    [class*=btn].-mt-exsmall\@tb {
        margin-top: 1em;
    }

    [class*=btn].-mt-small\@tb {
        margin-top: 2em;
    }

    [class*=btn].-mt-middle\@tb {
        margin-top: 3em;
    }

    [class*=btn].-mt-large\@tb {
        margin-top: 4em;
    }

    [class*=btn].-mt-exlarge\@tb {
        margin-top: 5em;
    }

    [class*=btn].-center\@tb {
        margin-left: auto;
        margin-right: auto;
    }

    [class*=btn].-left\@tb {
        margin-left: 0;
    }

    [class*=btn].-right\@tb {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    [class*=btn].-w-100\%\@sp {
        width: 100%;
        max-width: 100%;
    }

    [class*=btn].-mt-0\@sp {
        margin-top: 0;
    }

    [class*=btn].-mt-exsmall\@sp {
        margin-top: 1em;
    }

    [class*=btn].-mt-small\@sp {
        margin-top: 2em;
    }

    [class*=btn].-mt-middle\@sp {
        margin-top: 3em;
    }

    [class*=btn].-mt-large\@sp {
        margin-top: 4em;
    }

    [class*=btn].-mt-exlarge\@sp {
        margin-top: 5em;
    }

    [class*=btn].-center\@sp {
        margin-left: auto;
        margin-right: auto;
    }

    [class*=btn].-left\@sp {
        margin-left: 0;
        margin-right: auto;
    }

    [class*=btn].-right\@sp {
        margin-left: auto;
        margin-right: 0;
    }
}

/* ##### ボタン button ここまで ##### */
/* ##### リスト list ##### */
.list-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-flat>dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-flat>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
}

.list-flat.-fix_w.-large>dt {
    width: 40%;
}

.list-flat.-fix_w.-middle>dt {
    width: 35%;
}

.list-flat.-fix_w.-small>dt {
    width: 25%;
}

.list-flat.-fix_w.-exsmall>dt {
    width: 20%;
}

.list-flat.list-colon dd {
    margin-left: 0;
}

.list-colon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-colon>dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1em;
    position: relative;
}

.list-colon>dt::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.list-colon>dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-dot li {
    padding-left: 1.5em;
    position: relative;
}

.list-dot li+li {
    margin-top: 0.5em;
}

.list-dot li::before {
    content: "●";
    color: var(--color-text_02);
    position: absolute;
    top: 0;
    left: 0;
}

.list-indent {
    margin-left: 1em;
}

.list-indent li {
    text-indent: -1em;
}

.list-asterisk li {
    padding-left: 1.5em;
    position: relative;
}

.list-asterisk li::before {
    content: "＊";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check li {
    padding-left: 1.5em;
    font-size: 105%;
    position: relative;
}

.list-check li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    color: var(--color-bgc_01);
    line-height: 1;
    position: absolute;
    top: 0.3em;
    left: 0;
}

.list-check li+li {
    margin-top: 0.5em;
}

@media (max-width: 1024px) {
    .list-flat.-fix_w.-large>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-middle>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-small>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-exsmall>dt {
        width: 25%;
    }

    .list-flat>dd {
        margin-left: 15px;
    }

    .list-check li {
        padding-left: 1.5em;
        font-size: 18px;
    }

    .list-check li::before {
        font-size: 20px;
    }

    .list-check li+li {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .list-flat.-fix_w.-large>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-middle>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-small>dt {
        width: 100%;
    }

    .list-flat.-fix_w.-exsmall>dt {
        width: 100%;
    }

    .list-flat>dd {
        margin-left: 10px;
    }

    .list-check li {
        font-size: 16px;
    }

    .list-check li::before {
        font-size: 18px;
    }
}

/* ##### ナビ nav ##### */
.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
}

.megamenu-btn {
    position: relative;
}

.megamenu-btn::after {
    content: "";
    width: 150%;
    height: 300%;
    display: block;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: -25%;
    z-index: 1;
}

.megamenu-box {
    width: 100%;
    height: auto;
    visibility: hidden;
    margin: auto;
    background-color: var(--color-bgc_02);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.megamenu-box-list {
    width: 1200px;
    max-width: 100%;
    margin: 50px auto;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.megamenu-box-list li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.megamenu-box-list li+li {
    margin-top: 10px;
}

.megamenu-box-list li a {
    display: inline-block;
    padding-left: 2em;
    font-size: 14px;
    color: white;
    position: relative;
}

.megamenu-box-list li a::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 5px;
}

.megamenu-item {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

.megamenu-item .common-nav-list {
    width: 33.3333333333%;
    padding: 10px;
}

.megamenu-menu {
    overflow: hidden;
}

.megamenu-menu:hover {
    overflow: visible;
}

.megamenu-menu:hover .megamenu-box {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dropdown-btn {
    display: inline-block;
    position: relative;
}

.dropdown-btn::after {
    content: "";
    width: 150%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: -25%;
    z-index: 1;
}

.dropdown-btn:hover {
    cursor: pointer;
}

.dropdown-box {
    width: 400px;
    height: auto;
    visibility: hidden;
    margin: 30px auto 0;
    padding: 2em;
    border-radius: 1em;
    background-color: var(--color-bgc_01);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: -200px;
    right: -200px;
    z-index: 2;
}

.dropdown-box::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 14px 14px 14px;
    border-style: solid;
    border-color: transparent transparent var(--color-bgc_01) transparent;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
}

.dropdown-box::after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown-box-list li+li {
    margin-top: 1em;
}

.dropdown-box-list a {
    color: white;
}

.dropdown-menu {
    overflow: hidden;
    position: relative;
}

.dropdown-menu:hover {
    overflow: visible;
}

.dropdown-menu:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1024px) {
    .megamenu-box {
        visibility: visible;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .megamenu-box-list {
        width: 90%;
        margin: 10px auto;
    }

    .megamenu-box-list li {
        width: 100%;
        margin: 0;
    }

    .megamenu-box-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 10px;
        font-size: 15px;
        text-align: left;
    }

    .megamenu-box-list li a .megamenu-box-list-icon {
        width: 15%;
    }

    .megamenu-box-list li a .megamenu-box-list-title {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px;
    }

    .megamenu-item {
        padding: 0;
    }

    .megamenu-item .common-nav-list dd {
        margin-left: 1em;
    }

    .dropdown-menu {
        overflow: visible;
    }

    .dropdown-box {
        width: calc(100% - 3em);
        visibility: visible;
        margin-top: 1em;
        margin-left: auto;
        margin-right: 0;
        padding: 1em;
        background-color: transparent;
        background-color: var(--color-bgc_05);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .dropdown-box::before,
    .dropdown-box::after {
        display: none;
    }

    .dropdown-box-list a {
        padding-left: 1.5em;
        color: inherit;
        position: relative;
    }

    .dropdown-box-list a::before {
        content: "└";
        display: inline-block;
        position: absolute;
        top: -0.1em;
        left: 0;
    }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 2em 0;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: 14px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 0.5em;
    border-top: 2px solid var(--color-default_border);
    border-right: 2px solid var(--color-default_border);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ##### ページネーション pager ##### */
.pager {
    width: 100%;
    margin: 50px 0;
}

.pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list.-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pager-list li {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.pager-list li a,
.pager-list li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 20px;
    color: white;
    line-height: 1;
    border: 2px solid var(--color-border_01);
    background-color: var(--color-bgc_01);
    position: relative;
}

.pager-list li a a:hover,
.pager-list li .now a:hover {
    color: var(--color-text_05);
    background-color: white;
    opacity: 1;
}

.pager-list li a:focus,
.pager-list li .now:focus {
    outline: none;
}

.pager-list li a:hover,
.pager-list li .now {
    color: var(--color-text_01);
    border: 2px solid var(--color-border_01);
    background-color: white;
    opacity: 1;
}

.pager-list .arrow a::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.pager-list .arrow a:hover {
    color: white;
}

.pager-list .arrow a:hover::before {
    border-top: 2px solid var(--color-border_01);
    border-right: 2px solid var(--color-border_01);
}

.pager-list .arrow.-prev a::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pager-list .arrow.-next a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .pager {
        margin: 30px 0;
    }

    .pager-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pager-list li {
        margin: 0 5px;
    }
}

/* ##### アイコン icon ##### */
[class*=icon] {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
}

[class*=icon] img {
    width: 100%;
    height: auto;
}

[class*=icon].-small {
    font-size: 0.8em;
}

[class*=icon].-large {
    font-size: 1.5em;
}

[class*=icon].-exlarge {
    font-size: 2em;
}

[class*=icon].-huge {
    font-size: 3em;
}

[class*=icon-fa]::before {
    line-height: 1;
}

[class*=icon-fa-brands]::before {
    font-family: "Font Awesome 5 Brands";
}

[class*=icon-fa-free]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-img {
    width: 1.5em;
    height: 1.5em;
}

.icon-fa-brands-facebook::before {
    content: "\f082";
}

.icon-fa-brands-instagram::before {
    content: "\f16d";
}

.icon-fa-brands-line {
    position: relative;
}

.icon-fa-brands-line::before {
    content: "\f3c0";
    color: #00b300;
    position: relative;
    z-index: 2;
}

.icon-fa-brands-line::after {
    content: "";
    width: 80%;
    height: 80%;
    display: block;
    margin: auto;
    background-color: white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.icon-fa-free-phone {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-fa-free-phone::before {
    content: "\f095";
}

.icon-fa-free-map::before {
    content: "\f3c5";
}

.icon-fa-free-cal::before {
    content: "\f073";
}

.icon-fa-free-mail::before {
    content: "\f0e0";
}

/* ##### テーブル table ##### */
table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable {
    width: 100%;
}

.scroll-hint-icon {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50% !important;
    z-index: 1;
}

.table-wrap {
    width: 100%;
    position: relative;
    z-index: 1;
}

.table-note {
    margin: 5px 0;
    font-size: 80%;
}

.table-note.-right {
    text-align: right;
}

/* ##### カスタムコンテンツ custom contents ##### */
.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category span {
    display: inline-block;
    margin: 0.1em;
    padding: 0.2em 1em 0.1em;
    font-size: 14px;
    color: white;
    line-height: 1.2;
    border: 1px solid var(--color-border_02);
    border-radius: 0.2em;
    background-color: var(--color-bgc_02);
}

.category-02 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.category-02 span {
    margin: 0.1em;
    padding: 0.2em 1em;
    font-size: 12px;
    line-height: 1.2;
    border: 1px solid var(--color-default_text);
    border-radius: 0.2em;
}

.detail-content h2 {
    margin: 1.5em 0 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
    border-bottom: 2px solid var(--color-text_01);
}

.detail-content h3 {
    margin: 1.5em 0 1em;
    padding-left: 0.5em;
    font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
    border-left: 10px solid var(--color-text_01);
}

.detail-content h4 {
    margin: 1.5em 0 1em;
    padding: 0.2em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
    border-bottom: 2px dotted var(--color-text_01);
}

/* ##### お問い合わせ メールフォーム form ##### */
.must {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0.2em 0.5em;
    font-size: 12px;
    color: white;
    line-height: 1;
    border-radius: 0.3em;
    background-color: var(--color-bgc_01);
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em;
}

.contact-item dt {
    width: 25%;
    padding: 1em;
}

.contact-item dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-item dd input,
.contact-item dd select,
.contact-item dd textarea {
    width: 100%;
    padding: 1em;
    border: 2px solid #dcdcdc;
    border-radius: 0.5em;
}

.contact-item dd select {
    width: 50%;
}

.contact-item dd textarea {
    height: 200px;
}

.contact-item dd .post-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0.5em;
}

.contact-item dd .post-code .mark {
    font-size: 1.5em;
}

.contact-item dd .post-code input {
    width: 50%;
}

.contact-item.radiobtn dd {
    padding: 0.5em;
}

.contact-item.radiobtn dd label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-item.radiobtn dd label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-item.radiobtn dd label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-item.radiobtn dd input {
    display: none;
}

.contact-item.radiobtn dd input:checked+label {
    text-decoration: underline;
}

.contact-item.radiobtn dd input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #f0a7c8;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: -3px;
    left: 2px;
}

.contact-item.radiobtn dd input+label {
    margin-left: 15px;
}

.contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.contact-btns li {
    width: 220px;
    min-width: auto;
    margin-left: 1em;
    margin-right: 1em;
}

.contact-btns li button {
    width: 100%;
}

@media (max-width: 1024px) {
    .contact-item dt {
        width: 35%;
    }
}

@media (max-width: 599px) {
    .contact-item {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-item dt,
    .contact-item dd {
        width: 100%;
    }

    .contact-item dt {
        padding: 0.5em 0;
    }

    .contact-item.radiobtn dd {
        padding: 0.5em 0;
    }

    .contact-btns li {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .contact-btns li button {
        font-size: 14px;
    }
}
