@charset "UTF-8";
@font-face {
  font-family: "font01";
  src: url("../img/Bellota-Regular.ttf");
}
@font-face {
  font-family: "font02";
  src: url("../img/Prompt-Light.ttf");
}
@font-face {
  font-family: "font03";
  src: url("../img/Kanit-Regular.ttf");
}
/* ---------------------------------
Reset
---------------------------------- */
*, 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, font, 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, figure {
  margin: 0;
  padding: 0;
  background: transparent;
  outline: 0;
  box-sizing: border-box;
}
body, table, input, textarea, select, option {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol li, ul li {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  border: none;
  vertical-align: baseline;
}

p {
  font-size: 16px;
  line-height: 1.6em;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333;
}
a:hover {
  color: #ec3636;
  transition: 0.3s;
}

:focus {
  outline: 0;
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  color: #333;
}

.clear {
  clear: both;
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}