@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*----------------------------------------
	INDEX
-----------------------------------------*/
/* line 10, ../sass/style.scss */
.none {
  display: none;
}

/* line 11, ../sass/style.scss */
.disp {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 20, ../sass/style.scss */
body {
  font-weight: bold;
}

/* line 25, ../sass/style.scss */
#container #BRANDS {
  background: #327354;
  text-align: center;
  padding: 28px 0;
}
/* line 30, ../sass/style.scss */
#container #BRANDS h2 {
  padding-bottom: 12px;
}
/* line 33, ../sass/style.scss */
#container #BRANDS h2 img {
  width: 21.7%;
}
/* line 36, ../sass/style.scss */
#container #BRANDS .brandsSl {
  padding-bottom: 10px;
}
/* line 40, ../sass/style.scss */
#container #BRANDS p {
  text-align: center;
  padding-top: 12px;
}
/* line 43, ../sass/style.scss */
#container #BRANDS p img {
  width: 20.3%;
}
/* line 46, ../sass/style.scss */
#container #BRANDS ul.brandsSl {
  width: 82.8%;
  margin: 0 auto;
}
/* line 49, ../sass/style.scss */
#container #BRANDS ul.brandsSl li {
  width: 34%;
}
/* line 56, ../sass/style.scss */
#container #ONLINE {
  background: #d1d0cc;
  text-align: center;
  padding: 28px 0;
}
/* line 62, ../sass/style.scss */
#container #ONLINE h2 {
  padding-bottom: 12px;
}
/* line 64, ../sass/style.scss */
#container #ONLINE h2 img {
  width: 35.5%;
}
/* line 67, ../sass/style.scss */
#container #ONLINE ul {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
justify-content: center;
}
/* line 73, ../sass/style.scss */
#container #ONLINE ul li {
  width: 45.7%;
}
/* line 75, ../sass/style.scss */
#container #ONLINE ul li img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
