@charset "UTF-8";

:root {
    --color-primary-light: #eff5fb;
    --color-notice: #5e8390;
    --color-form: #906f76;
    --color-c1: #383f50;
    --color-c2: #999083;
    --color-c3: #222;
    --color-c4: #4E0303;
    --color-c5: #23362F;
    --color-c6: #111;
    --color-c7: #b5889a;
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --box-shadow: 0 2.5rem 1.8rem -2rem hsl(200deg 0% 20% / 20%);
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #FFF;
}

h1, h2, h3 {
    font-family: var(--font-family-ja-min);
    font-weight: 300;
    line-height: 1.5;
    font-size: 1.8rem;
}

h1, h2, h3 {
    font-size: 1.6rem;
}

h1 span,
h2 span,
h3 span {
    display: block;
    font-family: var(--font-family-en);
    line-height: 1;
    letter-spacing: 0.05rem;
    font-size: 3rem;
    font-size: 3rem;
}

section>h2,
section>h2+p,
.container>h2,
.container>h2+p {
    text-align: center;
}

/* for fuwel */
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
