@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
mask,
svg,
g {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-break: break-all;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="button"],
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000 !important;
}

/* ===============================
Base Setting
================================ */
::selection {
    color: #FFF;
    background: #E7430B;
}

::-moz-selection {
    color: #FFF;
    background: #E7430B;
}

html {
    font-size: 62.5%;
}

html body {
    color: #2C2D30;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.5em;
    line-height: 220%;
    letter-spacing: 0.1em;
    /*min-height: 100vh;*/
    background: #FFF;
}

/* ===============================
Header/Footer
================================ */
.header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.header a {
    display: block;
    max-width: 220px;
}

.section-three .header .header-title:before {
    display: none;
}

.header a img {
    display: block;
    width: 100%;
    height: auto;
}

.footer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    padding: 3em 0;
    background: #000;
}

.footer nav {
    margin: 0 0 0.5em;
}

.footer nav li {
    font-size: 0.85em;
}

.footer nav li a {
    color: #FFF;
}

.footer nav li a:link,
.footer nav li a:visited {
    text-decoration: none;
}

.footer nav li a:hover,
.footer nav li a:active {
    text-decoration: underline;
}

.footer p {
    font-size: 0.85em;
}
