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 Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-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;
    display: block;
}

.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;
}


.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 * {
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
}

.f-title {
    text-transform: uppercase;
}

.f-link a {
    color: #fff;
}

.f-staff > span {
    display: block;
    line-height: 2;
}

@media screen and (min-width:1000px) { 
    
    .footer {
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 4;
    }
    
    .f-inner {
        transform: translate(-50%, -50%);
    }
    
    .f-curtain {
        position: fixed;
        left: 0;
        right: auto;
        top: 0;
        z-index: 3;
        width: 0;
        height: 100vh;
        background: rgba(0, 0, 0, 0.75);
        transition: width 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    }
    
    .footer-wrap {
        position: relative;
        pointer-events: none;
    }
    
    .footer-wrap.active {
        pointer-events: auto;
    }
    
    .footer-wrap.active .f-curtain {
        width: 100%;
    }
    
    .footer {
        transform: translateY(20px);
        opacity: 0;
        transition: all 1.8s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.8s;
    }
    
    .footer-wrap.active .footer {
        transform: translateY(0);
        opacity: 1;
    }
    
    .f-title {
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    
    .f-staff {
        font-size: 12px;
        margin-bottom: 30px;
    }
    
    .f-link {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .f-link a:hover {
        text-decoration: underline;
    }
    
    .f-copy {
        font-size: 12px;
    }
    
}


@media screen and (max-width:999px) {

    .f-title {
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 35px;
    }

    .f-staff {
        font-size: 11px;
        margin-bottom: 50px;
    }

    .f-link {
        font-size: 14px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .f-copy {
        font-size: 11px;
    }
    
    .footer {
        padding-top: 60px;
        padding-bottom: 30px;
    }

}


a[data-target^="#"] {
    cursor: pointer;
    display: block;
}
