@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*----------------------------------------
	INDEX
-----------------------------------------*/
.none {
  display: none;
}

.disp {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  font-weight: bold;
}

#container #NEWS {
  margin-top: 36px;
  background: #b9b9b9;
}
#container #NEWS .w90 {
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  padding: 10px 0;
}
#container #NEWS .w90 h2 {
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari用 */
  align-items: center;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  font-size: 14px;
  width: 17.8%;
  border-right: 1px solid #000;
  padding-right: 16px;
}
#container #NEWS .w90 .newsMain {
  padding: 6px 16px;
  width: 70%;
}
#container #NEWS .w90 .newsMain ul li:nth-of-type(1) {
  font-size: 11px;
}
#container #NEWS .w90 .newsMain ul li:nth-of-type(2) {
  font-size: 13px;
}
#container #NEWS .w90 .newsBtn {
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari用 */
  align-items: center;
  width: 12.2%;
  border: 1px solid #000;
  margin: 6px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
}
#container #NEWS .w90 .newsBtn a {
  padding: 10px 6px;
  display: block;
}
#container #COLLECTION {
  text-align: center;
  padding: 40px 0;
}
#container #COLLECTION h2 {
  padding: 16px 22px;
  margin-bottom: 24px;
  font-size: 18px;
  border: 1px solid #000;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  color: #000;
  display: inline-block;
}
#container #COLLECTION h2 img {
  width: 21.7%;
}
#container #COLLECTION .brandsSl {
  padding-bottom: 10px;
}
#container #COLLECTION p {
  text-align: center;
  padding-top: 12px;
}
#container #COLLECTION p img {
  width: 20.3%;
}
#container #COLLECTION ul.brandsSl {
  width: 82.8%;
  margin: 0 auto;
}
#container #COLLECTION ul.brandsSl li {
  width: 34%;
}
#container #SHOP {
  background: url(../img/top/bg_top_shoplist.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
}
#container #SHOP h2 {
  padding-bottom: 8px;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  font-size: 18px;
}
#container #SHOP p {
  margin-bottom: 16px;
  width: 50px;
  border-top: 1px solid #151515;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#container #SHOP .shopBox ul {
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container #SHOP .shopBox ul li {
  font-size: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 1em;
  margin-bottom: 10px;
  letter-spacing: 0em;
  width: 48.5%;
}
#container #SHOP .shopBox ul li img {
  padding-top: 10px;
    height: auto;
}
#container #SHOP .shopBox ul li a {
  text-align: center;
  padding: 10px 10px;
  display: block;
}
#container #SHOP .shopBox ul li span {
  font-size: 10px;
}
#container #SHOP .shopBox ul li.area {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari用 */
  align-items: center;
}
#container #SHOP .shopBox ul li.shop {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  text-align: left;
}

#container #SHOP .shopBox ul li.shop:after {
  /* font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 53%;
  right: 10px;
  margin-top: -8px; */
}
#container #SHOP .shopBox ul li.shop .memo {
	font-size: 10px;
	text-align: left;
	display: block;
	padding: 0px 10px;
  font-weight: normal;
  margin-bottom: 10px;
}

#container #SHOP .shopBox ul li.shop .memo a {
  display: inline;
  padding: 0;
}

#container #SHOP .shopBox ul li.shop .memo a img {
  width: 20px;
  padding-top: 0;
	
}
/*# sourceMappingURL=style.css.map */
