@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,  tt, var,
b, u, i, center,sup,sub,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
*, *:before, *:after {box-sizing: border-box;}


/*要素の再定義*/
body {
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
img{
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;	
height:auto;
}
video{
	max-width: 100%;
	vertical-align: bottom;	
}
h2,p,li{
	line-height: 1.6em;
	color: #111;
	font-size:1em; 
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
sup{
	font-size:0.6em;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
@font-face {
   font-family: font-family: 'Oswald', sans-serif;
   src: url('../font/Oswald-VariableFont_wght.ttf') format("truetype");
}