@charset "UTF-8";

body,
select {
    text-align: left
}

pre,
textarea {
    overflow: auto
}

body,
table {
    width: 100%
}

article,
aside,
details,
dialog,
fieldset,
figcaption,
figure,
footer,
header,
hgroup,
hr,
main,
menu,
nav,
section,
summary {
    display: block
}

* {
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

:after,
:before {
    box-sizing: inherit
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 62.5%;
    overflow-x: hidden
}

body {
    overflow: hidden;
    font-family: "Noto Sans JP","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio,
canvas,
iframe,
input,
select,
svg,
video {
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    text-align: left
}

button font,
input font,
select font,
textarea font {
    size: inherit;
    family: inherit;
    style: inherit;
    weight: inherit
}

button {
    overflow: visible;
    -webkit-appearance: button
}

textarea {
    resize: vertical
}

input {
    -webkit-border-radius: 0
}

a,
fieldset,
img {
    border: 0
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
    text-align: center
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    cursor: pointer
}

[hidden],
template {
    display: none
}

img,
x:-moz-any-link,
x:default {
    box-shadow: 0 0 0 #000
}

img {
    vertical-align: bottom
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}