a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal
}

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

caption,
td,
th {
    text-align: left
}

q:after,
q:before {
    content: ""
}

embed,
object {
    vertical-align: top
}

abbr,
acronym,
fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font: inherit
}

ol[class]>li,
ul[class]>li {
    list-style-type: none
}

a,
button,
label {
    cursor: pointer
}

button {
    background: none;
    border: none;
    margin: 0;
    padding: 0
}

button-moz-focus-inner,
input-moz-focus-inner {
    border: 0;
    padding: 0
}

:root {
    --vh: 1vh
}

*,
:after,
:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    pointer-events: none
}

html {
    overflow-y: scroll
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    /* -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
    line-height: 1.7 */
}

html {
    overflow-y: visible;
    overflow-y: initial
}

body * {
    /* -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500 */
}

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

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


.wrapper {
    overflow: hidden
}


.main {
    color: #000;
    z-index: 2
}

.main,
.main_ttl {
    position: relative
}
