@charset "UTF-8";
/* Reset Style
--------------------------------------------- */
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: inherit;
  font-size: 100%;
  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; }

input, select {
  vertical-align: middle; }

/* Responsive
--------------------------------------------- */
img, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

img[src$=".svg"] {
  width: 100%; }

/* Font face
** Noto Serif（源ノ角明朝）
--------------------------------------------- */
@font-face {
  src: url("fonts/NotoSerifJP-Light.woff") format("woff");
  font-family: 'NotoSerifJP-Light';
  font-style: normal;
  font-weight: 300; }

@font-face {
  src: url("fonts/NotoSerifJP-SemiBold.woff") format("woff");
  font-family: 'NotoSerifJP-SemiBold';
  font-style: normal;
  font-weight: 600; }
  
@font-face {
  src: url("fonts/NotoSansJP-Bold.woff") format("woff");
  font-family: 'NotoSansJP-Bold';
  font-style: normal;
  font-weight: 900; }

/* Base Style
--------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  font: 16px/1.6 'NotoSerifJP-Light', serif;
  font-weight: 300; }

body {
  height: 100%;
  background: url(../images/common/body-bg.gif) repeat-x left top;
  color: #171717;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: 500; }

body.home {
  background: none; }

/* a link
--------------------------------------------- */
a {
  color: #171717;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

a:hover {
  color: #171717;
  text-decoration: none; }

a img {
  border: none;
  opacity: 1.0;
  -webkit-transition: all .3s;
  transition: all .3s; }

a:hover img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0.7; }

@media print, screen and (max-width: 37.5em) {
  /* ============================================================
	Foundation サイト全体で適用される各要素のリセット
=============================================================== */
  /* Base
=============================================================== */
  body {
    background: none; }
  img,
  iframe {
    max-width: 100%;
    height: auto; } }
