@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@400;600&family=Roboto:wght@400;500&display=swap");
.exlight {
  font-weight: 200; }

.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: #0f0609;
  background: #F2F2F2; }

body {
  margin: 0;
  padding: 0;
  overflow: visible;
  font-family: 'Roboto', 'Noto Sans JP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0; }

html, body {
  height: 100%; }

/* for IE7 */
* + html body {
  font-size: 75%; }

/* for IE6 */
* html body {
  font-size: 75%; }

a {
  color: #0f0609;
  text-decoration: none; }
  a:hover {
    opacity: 0.5; }

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

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

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

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

/* clearfix */
.clearfix:after {
  display: block;
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/*Hides from IE-mac\*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }
