@charset "UTF-8";
/* 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, 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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

html {
  overflow-y: scroll;
}

img,
object,
embed,
input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
}




/*  BASE STYLE  */
html, body {
  width: 100%;
  min-height: 100%;
  background: #ed1b23;
}

body {
  background: #ed1b23;
  color: #000;
  text-align: center;
  font-family: 'Libre Baskerville', "游明朝", YuMincho, "Hiragino Mincho ProN", Droid Sans, serif;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  padding: 10px 10px 10px 10px;
  font-feature-settings : "palt";
  

}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  color: #000;
}

i {
  font-style: italic;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  /* border-top: 10px solid #fff; */
  font-size: 14px;
  font-size: 1.4rem;
  /* line-height: 1.4; */
  text-align: left;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  #wrapper {
    /* font-size: 28px; */
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 750px) {
  #wrapper {
    /* min-width: 750px; */
  }
/*   #wrapper img {
    max-width: 100%;
    height: auto;
  } */
}
@media screen and (min-width: 751px) {
  #wrapper {
    min-width: 1200px;
  }
}


br.h {
  display: block;
  /* makes it have a width */
  content: "";
  /* clears default height */
  margin-top: .8rem;
  /* change this to whatever height you want it */
}

/* p {
  margin-bottom: .8em;
} */
/* p:last-child {
  margin-bottom: 0;
}
p.lang {
  margin-bottom: 0;
}
 */
