@charset "UTF-8";

/*
==================================================
Reset, Base
==================================================
*/
/*
--------------------------------------------------
@:Reset Style
--------------------------------------------------
*/
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,
textarea,
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 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: normal;
}

html {
    overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

b,
strong {
    font-weight: bold;
}

nav,
ol,
ul {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea {
    line-height: 1.375;
    color: #767a86;
    font-family: 'Helvetica Neue', Helvetica, Tahoma, 'Hiragino Kaku Gothic ProN', 'MS PGothic', 'Arial Unicode MS', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

select,
input,
button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow-x: hidden;
    overflow-y: auto;
    vertical-align: top;
}

:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
cite {
    font-style: normal;
}

table,
th,
td {
    border: none;
}

fieldset {
    border: none;
}

fieldset legend {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

hr {
    display: none;
}

input,
button,
textarea {
    border: 0;
}

/*
--------------------------------------------------
@:Default Style
--------------------------------------------------
*/
:root {
    --base1: #7A6029;
    --base2: black;
    --base3: #F4A201;
    --bg1: #EBE4D5;
    --bg2: rgb(235,228,213);
    --bg3: rgb(148,124,103);
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 100;
}

a:link,
a:visited {
    color: var(--base2);
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: var(--base2);
    text-decoration: none;
}

/*