/*
  Microsoft Expression Web 4のデザイン画面向け補助スタイルです。
  通常のブラウザでは、後から読み込むstyle.cssの設定が優先されます。
*/

header,
nav,
main,
section,
article,
footer {
  display: block;
}

body {
  margin: 0;
  color: #17201e;
  background: #f4f5f1;
  font-family: "Yu Gothic", "YuGothic", Meiryo, sans-serif;
}

.site-header,
.site-footer {
  color: #ffffff;
  background: #07100f;
}

.header-inner,
.container {
  width: 92%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.header-inner {
  min-height: 82px;
  overflow: hidden;
}

.brand {
  float: left;
  margin-top: 22px;
}

.brand img {
  width: 292px;
}

.site-nav {
  float: right;
}

.site-nav li {
  display: inline-block;
  margin-left: 20px;
}

.submenu {
  display: none;
}

.hero,
.page-hero {
  color: #ffffff;
  background-color: #07100f;
  background-image: url("../img/common/hero-material.png");
  background-position: center;
  background-repeat: no-repeat;
}

.hero {
  min-height: 620px;
}

.hero-copy {
  padding-top: 120px;
  padding-bottom: 80px;
}

.hero h1 {
  font-size: 64px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.category-grid,
.product-grid {
  overflow: hidden;
}

.category-grid > li,
.product-card {
  display: inline-block;
  width: 30%;
  margin: 1%;
  vertical-align: top;
}

.category-card,
.content-card,
.form-card,
.product-card {
  display: block;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #dce3df;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  color: #07100f;
  background: #55d2bd;
}

.footer-grid {
  overflow: hidden;
}

.footer-brand {
  float: left;
  width: 45%;
}

.footer-nav {
  float: right;
  width: 45%;
}
