html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body.intro-after {
    cursor: pointer;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.nhg {
    font-family: "Arial", sans-serif;
}

.light {
    font-weight: 200;
}

.nhg.light {
    font-family: "Arial", sans-serif;
}

.medium {
    font-weight: 600;
}

.nhg.medium {
    font-family: "Arial", sans-serif;
}

.bold {
    font-weight: 700;
}

.quincy {
    font-family: quincy-cf,serif;
    font-weight: 100;
    font-style: normal;
}

.text-cener {
    text-align: center;
}

@media screen and (min-width:1000px) { 
    
    .is-sp {
        display: none;
    }

}

@media screen and (max-width:999px) { 

    .is-pc {
        display: none;
    }

}

.footer {
    background: #fbfbf6;
}

.footer * {
    letter-spacing: 0.02em;
    color: #000;
}

.footer > div {
    display: flex;
}

.f-link a {
    display: block;
}

.f-staff > span {
    display: block;
    line-height: 1.7;
}

@media screen and (min-width:1000px) { 
    
    .footer {
        display: flex;
        flex-wrap: wrap;
        padding: 3rem 2.5rem;
    }
    
    .footer > div {
        flex-direction: column;
        justify-content: space-between;
    }
    
    .footer-01, .footer-03 {
        width: 32%;
    }

    .footer-02 {
        width: 36%;
    }

    .f-title {
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 52px;
    }
    
    .f-back {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    
    .f-brand {
        font-size: 1.7rem;
        text-align: center;
    }
    
    .f-link {
        font-size: 1.2rem;
        line-height: 1.7;
        text-align: center;
    }
    
    .f-staff {
        text-align: right;
        font-size: 1.1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .f-copy {
        font-size: 1.1rem;
        padding-top: 8px;
    }
}


@media screen and (max-width:999px) {
    
    .footer-01 {
        padding: 3vw 5vw;
        border-bottom: 1px solid #e5e5e5;
    }

    .footer-02 {
        padding: 5vw 4vw 3vw 5vw;
    }
    
    .footer-03 p {
        order: 2;
    }
    
    .footer-03 {
        padding: 5vw;
    }

    .footer-03 div {
        width: 48%;
        order: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .f-title {
        font-size: 2.67vw;
        line-height: 1.9;
    }

    .f-back {
        font-size: 2.67vw;
        width: 100%;
        display: flex!important;
        justify-content: space-between;
    }
    
    .f-back span.is-sp {
        width: 6px;
    }

    .f-brand {
        font-size: 3.47vw;
        width: 48%;
        line-height: 1.7;
    }

    .f-link {
        font-size: 2.67vw;
        line-height: 2.5;
        width: 52%;
    }

    .f-staff {
        font-size: 2.67vw;
        width: 52%;
        line-height: 1.8;
    }

    .f-copy small {
        font-size: 2.67vw;
        line-height: 1.8;
    }
}


a[data-target^="#"] {
    cursor: pointer;
    display: block;
}

.footer * {
    font-family: "Arial", sans-serif;
    font-weight: 600;
}

.txt-scale {
    transform: scaleY(1.667);
}