:root {
    --main_color: #222;
    --yellow: #ffe100;
    --blue: #376ab3;
    --orange: #e75400;
    --green: #39b54a;
    --pink: #ee86a8;
    --purple: #b08bbe;
    --orangeL: #fca01e;
    --bgwhite: #ffff;
    --bggray: #f2f2f2;
    --bggrayL: #f9f9f9;
    --bggrayD: #e2e2e3;
    --en: "Gilda Display", serif;
    --sans-serif: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: var(--bgwhite);
    font-family: "Noto Serif JP", serif;
    position: relative;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.sans-serif {
    font-family: var(--sans-serif);
}

.text-center {
    text-align: center;
}


/* =================================================
    header
================================================= */
.header {
    width: 100%;
    position: relative;
    padding: min(2em, 6vw) min(2em, 6vw) .5em;
}

@media (orientation: portrait) {
    .header {
        /* min-height: 140vw !important; */
    }
}

.header-logo img {
    width: 10.8em;
}

@media screen and (max-width:767px) {
    .header-logo img {
        width: 8.2em;
    }
}

/* =================================================
    footer
================================================= */
.ehFooter {
    font-family: sans-serif;
}

.ehFooter_btm_logo {
    width: 123px;
}

figure {
    display: block;
    margin: 0;
    padding: 0;
}

.en {
    font-family: var(--en);
    font-weight: 400;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mbtm-05 {
    margin-bottom: .5em !important;
}

.mbtm-1 {
    margin-bottom: 1em !important;
}

.mbtm-2 {
    margin-bottom: 2em !important;
}

.mbtm-3 {
    margin-bottom: 3em !important;
}

.orange {
    color: var(--orange);
}

.orangeL {
    color: var(--orangeL);
}

.green {
    color: var(--green);
}

.yellow {
    color: var(--yellow);
}

.blue {
    color: var(--blue);
}

.bg-orange {
    background-color: var(--orange);
}

.bg-orangeL {
    background-color: var(--orangeL);
}

.bg-yellow {
    background-color: var(--yellow);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-green {
    background-color: var(--green);
}

.bg-grayD {
    background-color: var(--bggrayD);
}

.bg-gray {
    background-color: var(--bggray);
}

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

    .pc,
    .forPC {
        display: none;
    }

    .sp,
    .forSP {
        display: block;
        min-width: 100%;
        max-width: 150%;
        justify-content: center;
    }
}

@media screen and (min-width:768px) {

    .pc,
    .forPC {
        display: block;
    }

    .sp,
    .forSP {
        display: none;
    }
}

/* note */
.note {
    font-size: .82em;
    line-height: 1.5;
}

.note li {
    margin-bottom: .3em;
    padding-left: 1em;
    position: relative;
}

.note li::before {
    content: '';
    display: block;
    width: .6em;
    height: .6em;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    top: 0.45em;
    left: 0;
}

/* text indent (fix half-width-parenthesis)*/

.indent {
    display: inline-block;
    text-indent: .5em;
}

.indent02 {
    display: inline-block;
    text-indent: -.25em;
}

.indent05 {
    display: inline-block;
    text-indent: -.5em;
}

.indent1 {
    display: inline-block;
    text-indent: -1em;
}

/* =================================================
    inner
================================================= */
.inner {
    padding: min(6em, 8vw) 1em;
    max-width: 1200px;
    margin: 0 auto;
}

.inner.p4-1 {
    padding: min(4em, 6vw) 1em;
}

.inner.p3-1 {
    padding: min(3em, 4vw) 1em;
}

.inner.p2-1 {
    padding: min(2em, 4vw) 1em;
}

.inner.p1-1 {
    padding: min(1em, 3vw) 1em;
}


.inner.inner1100 {
    max-width: 1100px;
}

.inner.inner1000 {
    max-width: 1000px;
}

.inner.inner1400 {
    max-width: 1400px;
}

@media screen and (max-width:767px) {
    .sp-order0 {
        order: 0;
    }

    .sp-order1 {
        order: 1;
    }
}

/* =================================================
    button
================================================= */
.btn {
    display: inline-block;
    width: fit-content;
    font-family: var(--sans-serif);
    text-box: trim-both cap alphabetic;
    min-width: 6em;
    padding: .75em 3.5em;
    text-align: center;
    text-decoration: none;
    border-radius: 3em;
    position: relative;
    background-color: #222;
    color: #fff;
    transition: all .3s;
}

.btn:hover {
    background-color: var(--blue);
}

.btn.btn-frame {
    color: #222;
    border: 2px solid;
    line-height: 1.5;
    background-color: transparent;
}

.btn.btn-frame:hover {
    color: var(--blue);
    background-color: transparent;
}

@media screen and (max-width:767px) {
    .btn {
        display: block;
        font-size: 3.5vw;
        margin-left: auto;
        margin-right: auto;
    }
}

.arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
}

.arrow-right::before,
.arrow-right::after {
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 0;
}

.arrow-right::before {
    width: 100%;
}

.arrow-right::after {
    width: .75em;
    transform: rotate(20deg);
    transform-origin: bottom right;
}

.arrow-plus {
    color: inherit;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.arrow-plus::before,
.arrow-plus::after {
    content: '';
    position: absolute;
}

.arrow-plus::before {
    width: 100%;
    height: 0;
    border-top: 1px solid;
    top: 50%;
    left: 0;
}

.arrow-plus::after {
    width: 0;
    height: 100%;
    border-left: 1px solid;
    top: 0;
    left: 50%;
    transition: transform .2s, opacity .3s;
}

.on .arrow-plus::after {
    transform: rotate(-90deg);
    opacity: 0;
}

/* =================================================
    movie btn
================================================= */
.mov-box {
    position: relative;
}

.mov-box::before {
    content: '';
    width: 5em;
    height: 5em;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.mov-box::after {
    content: '';
    width: 1.2em;
    height: 1.2em;
    background-color: var(--blue);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    z-index: 4;
}

/* =================================================
    banner
================================================= */

.info-banner {
    max-width: 860px;
    margin: 0 auto 3em;
    border: 2px solid;
    background-color: #fff;
    color: #222;
    text-decoration: none;
}

.info-banner:last-child {
    margin: 0 auto;
}

.info-banner .text-box {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1em;
}

@media screen and (max-width:767px) {
    .info-banner .text-box {
        width: 100%;
        order: 1;
    }
}

.info-banner .text-box p {
    font-size: min(1.3em, 4vw);
    line-height: 1.5;
    margin-bottom: 1em;
}

.info-banner .text-box .btn {
    font-size: .95em;
}

.info-banner .img-box {
    width: 40%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

@media screen and (max-width:767px) {
    .info-banner .img-box {
        width: 100%;
        order: 0;
    }
}

.info-banner img {
    transition: all .3s;
}

.info-banner:hover img {
    transform: scale(1.05);
}

.info-banner:hover .btn {
    /* color: var(--blue); */
}

/* =================================================
    page top
================================================= */
.page-top {
    width: fit-content;
    margin-left: auto;
    position: sticky;
    bottom: 20px;
    z-index: 101;
    text-align: right;
    padding: min(1em, 3vw) min(2em, 3vw);
}

.page-top_btn {
    background: var(--blue);
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    transition: all .3s;
}

.page-top_btn img {
    width: 13px;
}

@media screen and (max-width:767px) {
    .page-top {
        bottom: 45px;
        right: 10px;
    }

    .page-top_btn {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

    .page-top_btn img {
        width: 12px;
    }
}

/* fukidashi */
.fukidashi {
    display: block;
    width: fit-content;
    font-size: min(1.4em, 4vw);
    padding: 0 .25em .25em;
    color: #222;
    border-bottom: solid 2px;
    line-height: 1.6;
    position: relative;
    margin: 0 auto 1em;
}

.fukidashi.large {
    font-size: min(1.6em, 4vw);
    margin: 0 auto 2em;
}

.fukidashi::after {
    content: '';
    display: block;
    width: .5em;
    height: .85em;
    border-right: 2px solid;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 1px) rotate(30deg);
    transform-origin: right top;
}