@charset "UTF-8";
html, body, div, span,
article, section, nav, header, footer, main, aside,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label,
dl, dt, dd, ol, ul, li, p,
table, caption, tbody, thead, tfoot, tr, th, td,
a, strong, em, mark, b, small, i, img,
object, figure, figcaption, canvas, audio, video, iframe {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

article, section, nav, header, footer, main, aside,
figure, figcaption {
  display: block;
}

html, body, div, p, span,
article, section, nav, header, footer, main, aside,
h1, h2, h3, h4, h5, h6,
input, select {
  box-sizing: border-box;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

ol, ul {
  list-style: none;
}

/* --------------------------------------------
   keyframes
----------------------------------------------- */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* --------------------------------------------
   font
----------------------------------------------- */
@font-face {
  font-family: 'FiraSansCondensed';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/FiraSansCondensed-Medium.woff2") format("woff2"), url("/assets/font/FiraSansCondensed-Medium.woff") format("woff"), url("/assets/font/FiraSansCondensed-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'FiraSansCondensedLight';
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/FiraSansCondensed-Light.woff2") format("woff2"), url("/assets/font/FiraSansCondensed-Light.woff") format("woff"), url("/assets/font/FiraSansCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'EBGaramondMedium';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/EBGaramond-Medium.woff2") format("woff2"), url("/assets/font/EBGaramond-Medium.woff") format("woff"), url("/assets/font/EBGaramond-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/NotoSerifCJKjp-Bold.eot");
  /* IE9 Compat Modes */
  src: local("NotoSerifCJKjp-Bold"), url("/assets/font/NotoSerifCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/NotoSerifCJKjp-Bold.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-Bold.ttf") format("truetype"), url("/assets/font/NotoSerifCJKjp-Bold.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/NotoSerifCJKjp-Regular.eot");
  /* IE9 Compat Modes */
  src: local("NotoSerifCJKjp-Regular"), url("/assets/font/NotoSerifCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/font/NotoSerifCJKjp-Regular.woff") format("woff"), url("/assets/font/NotoSerifCJKjp-Regular.ttf") format("truetype"), url("/assets/font/NotoSerifCJKjp-Regular.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
}

@media print {
  html body * {
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  }
}
