/*CSSDocument*/
/* html body base
===============================================================*/
/*
html ----------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #3c352e;
  margin: 0;
  padding: 0;
  background: #ececec;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #3c352e;
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}

/*
html ----------------------------------------------------------*/
/* body base
===============================================================*/
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-hdInner {
  max-width: 1920px;
  margin: 0 auto;
}

.l-genericBlockL {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-genericBlockL {
    margin-top: 70px;
  }
}

* + .l-genericBlockM {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  * + .l-genericBlockM {
    margin-top: 60px;
  }
}

* + .l-genericBlockS {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  * + .l-genericBlockS {
    margin-top: 36px;
  }
}

.p-header__logo {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 2000;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=main_layout.css.map */