@charset "UTF-8";
/* =====================
    リセット
===================== */
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;
  font-size: 100%;
}

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

@font-face {
  font-family: "biz_r";
  src: url("../fonts/BIZUDGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "biz_b";
  src: url("../fonts/BIZUDGothic-Bold.ttf") format("truetype");
}
html {
  font-size: 62.5%;
  font-family: "biz_r", serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2a2c;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 761px) {
  html {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 760px) {
  html {
    max-width: 760px;
  }
}

body {
  background: #fff;
}

p {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}

a img:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}
#top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#main{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}