@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,600,700&display=swap&subset=japanese');

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.6;
    font-family: 'Noto Sans JP', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', '游ゴシック体', 'YuGothic', 'Yu Gothic Medium', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    font-size: 16px;
}

/*@media (min-width: 640px) {
    body {
        font-size: calc(16px + ((1vw – 6.4px)*((36 - 16)/(12 - 6.4))));
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 36px;
    }
}*/

@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-style: normal;
    src: local('Noto Sans CJK JP');
}

a {
    color: inherit;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
    font-weight: 700;
}

img {
    max-width: 100%;
    display: block;
}

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

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

/*input {
    display: none;
}*/

button {
    border: none;
    background: none;
    outline: none;
}


@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
