@charset "UTF-8";
/* CSS Document */
/* エキシビジョンCSS */
* {
  box-sizing: border-box; }

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

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

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

img {
  width: 100%; }

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

::selection {
  background: #ffe3e3;
  /* Safari用 */ }

::-moz-selection {
  background: #ffe3e3;
  /* Firefox用 */ }

@font-face {
  font-family: "ns-j";
  font-weight: 700;
  src: url("../noto_font/ns-j-Bold.woff") format("woff"); }
@font-face {
  font-family: "ns-j";
  font-weight: 500;
  src: url("../noto_font/ns-j-Medium.woff") format("woff"); }
@font-face {
  font-family: "ns-j";
  font-weight: 400;
  src: url("../noto_font/ns-j-Regular.woff") format("woff"); }
@font-face {
  font-family: "ns-j";
  font-weight: 300;
  src: url("../noto_font/ns-j-Light.woff") format("woff"); }
html {
  width: 100%;
  height: 100%; }

body {
  font-family: "ns-j", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  /* overflow: hidden;*/
  color: #2b2b2b;
  height: 100%; }

body:-webkit-scrollbar {
  /* Google Chrome対策 */
  display: none; }

a {
  color: #2b2b2b;
  text-decoration: none; }
