@charset "UTF-8";
/* Scss Document */
.exlight {
  font-weight: 100; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

/* Common */
html {
  color: #303030;
  background: #FAFAFA; }

body {
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: source-han-sans-japanese,"Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0; }

html, body {
  height: 100%; }

a {
  color: #303030;
  display: inline-block;
  text-decoration: none;
  transition: all .25s; }
  a:hover {
    color: #303030; }
  a object {
    pointer-events: none; }

a img, fieldset, img {
  border: 0;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5em; }

input, select, textarea {
  font-size: 100%; }

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

hr {
  border: none;
  display: none; }

strong {
  font-weight: bold; }
