@charset "utf-8";

/* --------------------------------------------
reset   ↓
-------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif, "Noto Sans JP", sans-serif, ;
    color: #333;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
dt,
dd {
    transform: rotate(0.001deg);
}

br {
    vertical-align: middle;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

/* --------------------------------------------
reset   ↑
-------------------------------------------- */