@charset "utf-8";

html { font-size: 10px; font-size: calc(100vw / 60); }
body { font-size: 0; font-weight: 400; line-height: 1; position: relative; text-align: left; counter-reset: number 0; font-family: "Noto Sans JP", sans-serif; }
html,body { width: 100%; margin: 0 auto; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { margin: 0; padding: 0; border: 0; vertical-align: middle; box-sizing: border-box; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
h1,h2,h3,h4,h5 { font-size: 100%; }
img { -ms-interpolation-mode: bicubic; vertical-align: top; }
img,figure { width: 100%; }
a { color: #000; text-decoration: none; display: block; }
ol,ul { list-style: none; }
nav { font-size: 0; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,
q:before,q:after { content: ""; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
i { font-style: normal; }
button { border: none; text-align: left; font-family: 'Noto Sans JP', sans-serif; }

a, button { background-color: rgba(0,0,0,0); }
a:active { text-decoration: none; }
button:focus { outline: 0; }
img { width: 100%; vertical-align: top; }
input,button,select,textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; }
input[type="checkbox"] { display: none; }
::placeholder { color: #ccc; }
label {	display: block; }
input[type="time"]::-webkit-calendar-picker-indicator { background: none; }
@media screen and (min-width: 601px){
    html { font-size: calc(100vw / 120); }
}
@media screen and (min-width: 1201px){
    html { font-size: calc(100vw / 148); }
}
@media screen and (min-width: 1480px){
    html { font-size: calc(100vw / 192); }
}