@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.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; }

.josefin-sans {
  font-family: "Josefin Sans", sans-serif; }

/* Common */
html {
  color: #31312f;
  background: #f8f6f3; }

body {
  margin: 0;
  padding: 0;
  overflow: visible;
  font-feature-settings: "palt";
  font-family: "Roboto", "Noto Sans JP", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: 0.04em; }

html, body {
  height: 100%; }

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

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

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

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