@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600&family=DM+Sans:wght@200;300;400;500;600&display=swap');

:root {
    --hd_h: 100px;
    --hd_h_sp: 60px;
    --main_w: 1200px;

    --main_color: #212121;
    --main_subcolor: #576164;
    --main_subcolor-bg: #1a1a1a;

    --brand-color: #ef845c;
    --brand-color2: #81d0d1;
    --brand-color3: #ebeb72;
    --brand-grandient: linear-gradient(90deg, #ef845c 0%, #e6e650 100%);

    --orange: #f0831e;
    --green: #91b23d;
    --d-green: #6c910e;
    --gold: #ba960d;
    --red: #bb2d2d;

    --gray: #f9f9f9;
    --gray-w: #f6f4f3;

    --en: 'DM Sans';
}

body.fixed {
    overflow: hidden;
}

.contents {
    font-family: "DM Sans", "Noto Sans JP", 'Noto Serif JP', "system-ui", "sans-serif";
}


.serif {
    font-family: serif;
}

sup {
    display: inline-block;
    font-size: .7em;
    /* vertical-align: top; */
    vertical-align: .4em;
    padding: 0 .1em;
}

sub {
    display: inline-block;
    font-size: .7em;
    vertical-align: bottom;
    transform: translateY(-.2em);
}

/* display */
@media (max-width: 1000px) {
    .contents {
        font-size: 85%;
    }

    @media (max-width: 767px) {
        .contents {
            font-size: 100%;
        }
    }
}

@media (min-width: 768px) {

    .sp,
    .forSP,
    .forSPi {
        display: none !important;
    }

    .pc .forPC {
        display: block !important;
    }

    .forPCi {
        display: inline-block !important;
    }
}

@media print {

    .sp,
    .forSP,
    .forSPi {
        display: none !important;
    }
}

@media (max-width: 767.9px) {

    .pc,
    .forPC,
    .forPCi {
        display: none !important;
    }

    .sp,
    .forSP {
        display: block !important;
    }

    .forSPi {
        display: inline-block !important;
    }
}

.hide {
    display: none;
}

.iblock {
    display: inline-block;
}

.sml {
    font-size: .8em;
}

.sml7 {
    font-size: .7em;
}

.sml6 {
    font-size: .6em;
}

/* margin */
.mtop--1 {
    margin-top: -1em !important;
}

.mtop-0 {
    margin-top: 0 !important;
}

.mtop-05 {
    margin-top: .5em !important;
}

.mtop-1 {
    margin-top: 1em !important;
}

.mtop-2 {
    margin-top: 2em !important;
}

.mtop-3 {
    margin-top: 3em !important;
}

.mtop-4 {
    margin-top: 4em !important;
}

.mtop-5 {
    margin-top: 5em !important;
}

.mtop-6 {
    margin-top: 6em !important;
}

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

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

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

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

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

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

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

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

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

.m0auto {
    margin: 0 auto;
}

.m1auto {
    margin: 1em auto;
}

.m2auto {
    margin: 2em auto;
}

.m3auto {
    margin: 3em auto;
}

.m4auto {
    margin: 4em auto;
}

.m5auto {
    margin: 5em auto;
}

/* padding */
.ptop-0 {
    padding-top: 0 !important;
}

.ptop-05 {
    padding-top: .5em !important;
}

.ptop-1 {
    padding-top: 1em !important;
}

.ptop-2 {
    padding-top: 2em !important;
}

.ptop-3 {
    padding-top: 3em !important;
}

.ptop-4 {
    padding-top: 4em !important;
}

.ptop-5 {
    padding-top: 5em !important;
}

.ptop-6 {
    padding-top: 6em !important;
}

.pbtm-0 {
    padding-bottom: 0em !important;
}

.pbtm-05 {
    padding-bottom: .5em !important;
}

.pbtm-1 {
    padding-bottom: 1em !important;
}

.pbtm-2 {
    padding-bottom: 2em !important;
}

.pbtm-3 {
    padding-bottom: 3em !important;
}

.pbtm-4 {
    padding-bottom: 4em !important;
}

.pbtm-5 {
    padding-bottom: 5em !important;
}

.pbtm-6 {
    padding-bottom: 6em !important;
}

.p0 {
    padding: 0;
}

.p1 {
    padding: 1em;
}

.p2 {
    padding: 2em;
}

.p3 {
    padding: 3em;
}

.p4 {
    padding: 4em;
}

.p1-0 {
    padding: 1em 0;
}

.p2-0 {
    padding: 2em 0;
}

.p3-0 {
    padding: 3em 0;
}

.p4-0 {
    padding: 4em 0;
}

.p0-1 {
    padding: 0 1em;
}

.p0-2 {
    padding: 0 2em;
}

.p0-3 {
    padding: 0 3em;
}

.p0-4 {
    padding: 0 4em;
}

/* width */
.w800 {
    width: 100%;
    max-width: 800px;
}

.w900 {
    width: 100%;
    max-width: 900px;
}

.w980 {
    width: 100%;
    max-width: 980px;
}

.w1100 {
    width: 100%;
    max-width: 1100px;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
}

.w1280 {
    width: 100%;
    max-width: 1280px;
}

.w1400 {
    width: 100%;
    max-width: 1400px;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60>figure,
.w60 {
    width: 60%;
}

.w65>figure,
.w65 {
    width: 65%;
}

.w70>figure,
.w70 {
    width: 70%;
}

.w75>figure,
.w75 {
    width: 75%;
}

.w80>figure,
.w80 {
    width: 80%;
}

.w90>figure,
.w90 {
    width: 90%;
}

.w100>figure,
.w100 {
    width: 100%;
}

.noliststyle,
.noliststyle li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.block-center {
    margin-left: auto;
    margin-right: auto;
}

.place-center,
.place-mid {
    display: grid;
    place-items: center;
}

.justify {
    display: block;
    text-align: justify;
}

.tsume {
    font-feature-settings: "palt";
}

.flex {
    display: flex;
}

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

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

/* note style */

ul.note {
    margin: 0;
    padding: 0;
    font-size: min(.85rem, 12px, 2.8vw);
    list-style-type: none !important;
    --note-line-hieght: 1.6;
    line-height: var(--note-line-hieght);
}

.caption a,
ul.note a {
    color: var(--brand-color) !important;
    text-decoration: underline;
}

ul.note li {
    /* display: inline-block; */
    list-style-type: none !important;
    padding-left: 1.1em;
    position: relative;
}

ul.note li+li {
    margin-top: .25em;
}

ul.note li::before {
    content: '※';
    display: inline-block;
    position: absolute;
    left: 0;
}

ul.note.center li::before {
    position: unset;
}

ul.numnote {
    counter-reset: numnote;
}

ul.numnote li {
    padding-left: 2em;
}

ul.numnote li::before {
    content: "※" counter(numnote);
    counter-increment: numnote;
}

ul.numnote.countreset-2 {
    counter-reset: numnote 1;
}

ul.numnote.countreset-3 {
    counter-reset: numnote 2;
}

ul.numnote.countreset-4 {
    counter-reset: numnote 3;
}

ul.numnote.countreset-5 {
    counter-reset: numnote 4;
}

ul.numnote.countreset-6 {
    counter-reset: numnote 5;
}

ul.numlist {
    counter-reset: numlist;
}

ul.numlist li::before {
    content: counter(numlist) ".";
    counter-increment: numlist;
}

ul.numlist-circle {
    counter-reset: numlist-circle;
}

ul.numlist-circle li {
    padding-left: 1.8em;
}

ul.numlist-circle li::before {
    content: counter(numlist-circle);
    counter-increment: numlist-circle;
    width: 1.5em;
    height: 1.5em;
    padding-bottom: .1em;
    color: #333;
    background-color: #fff;
    border: solid 1px #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    top: calc(var(--note-line-hieght) * .5);
    transform: translateY(-50%) scale(0.9);
}

ul.numlist-circle-fill {
    counter-reset: numlist-circle;
}

ul.numlist-circle-fill li {
    padding-left: 1.8em;
}

ul.numlist-circle-fill li::before {
    content: counter(numlist-circle);
    counter-increment: numlist-circle;
    width: 1.5em;
    height: 1.5em;
    padding-bottom: .1em;
    color: #fff;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    top: calc(var(--note-line-hieght) * .5);
    transform: translateY(-50%) scale(0.9);
}

ul.discnote li::before {
    content: '';
    width: 1em;
    height: 1em;
    top: calc(var(--note-line-hieght) * .45);
    transform: translateY(-50%) scale(0.6);
    border-radius: 100%;
    background-color: var(--main_subcolor);
}

ul.note li.dotstyle::before {
    content: '●';
    scale: .7;
}

/* modal window */
.js-modal-window .close-btn-wrp {
    position: sticky;
    top: 1em;
    z-index: 3;
}

.js-modal-window .close-btn {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 1em;
    margin-right: 1em;
    width: fit-content;
    margin-left: auto;
    text-align: center;
    background-color: #91b23d;
    border-radius: 3px;
    padding: .5em .5em .3em;
    font-size: .9em;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1em;
}

@media screen and (max-width:750px) {
    .js-modal-window .close-btn {
        font-size: 2.7vw;
        margin-bottom: 1.5em;
    }
}