@charset "utf-8";

/* ****************************************************
Title: reset.css
***************************************************** */


/* Table Of Contents
----------------------------------------

# Reset 'Browser standard style'

----------------------------------------*/

@font-face {
  font-family: "Inter";
  src: url("./css/font/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("./css/font/Inter-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("./css/font/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("./css/font/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("./css/font/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("./css/font/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}

.en {
  font-family: 'Inter', sans-serif;
}
.enb {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.enl {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}


/* # Reset 'Browser standard style'
---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,caption,cite,code,dfn,var,
article,aside, dialog,figure,footer,header,
hgroup,menu,nav,small,section,
time, mark, audio, video {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
  font-family: "Inter", dnp-shuei-gothic-gin-std, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho",
    "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, sans-serif;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}

img { 
	border: 0; 
	vertical-align: bottom;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

caption, th { text-align: left; }

fieldset { border: 0; }

hr {
	border: 0;
	margin: 0;
}

ol, ul { list-style: none; } 

q:before, q:after { content: ''; }

abbr, acronym { border: 0; }

em { font-style: normal; }

input[type=text]:focus, textarea:focus { outline: none; }
