@charset "utf-8";
/* CSS Document */


/* ---------------------▼shop--------------------- */

#container {
	height: auto;
	background: url(../../image/shop/shop_back.jpg);
}

#header_second {
	display: none;
}

#container #contents {
	width: 95%;
	padding: 5% 0 50%;
}

#contents img.sibu {
	width: 100%;
	margin-top: 12%;
}

#contents #publicity {
	margin-top: 5%;
}

#contents #publicity img {
	width: 100%;
}


/* TOPIC */
#contents #ggg_topic {
	position: relative;
}

#contents #ggg_topic img {
	width: 100%;
}

#contents #ggg_topic #topics_wrap {
	position: absolute;
	top: 23%;
	left: 3%;
	width: 93%;
	height: 62%;
	overflow: auto;
	-webkit-overflow-scrolling : touch;
}

#contents #ggg_topic #topics_wrap p {
	color: #fff;
	font-size: calc(11px + 0.2vw);
	line-height: 150%;
	text-align: left;
}


/* スクロールバー */
#contents #ggg_topic #topics_wrap::-webkit-scrollbar{
  width: 8px;
}
#contents #ggg_topic #topics_wrap::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
#contents #ggg_topic #topics_wrap::-webkit-scrollbar-thumb{
  background: #aaa;
  border-radius: 10px;
  box-shadow: none;
}


/* スライド設定 */
.slick {
  position: relative;
	width: 90%;
	margin: 0 auto;
	padding-left: 2%
}

.slick .prev {
  position: absolute;
  left: -8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.slick .next {
  position: absolute;
  right: -8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}



/* 商品部分 */
#contents ul.product {
	margin-top: 8%;
	text-align: left;
}

#contents ul.product li {
	position: relative;
	display: inline-block;
	width: 29%;
	margin: 0 1.2% 5%;
}

#contents ul.product li img {
	width: 100%;
}

#contents ul.product li p {
	font-size: calc(11px + 0.2vw);
	font-weight: bold;
	text-align: left;
	margin-top: 1.5%;
}

#contents ul.product li img.new {
	position: absolute;
	top: -6%;
	left: -5%;
	width: 45%;
}


/* ---------------------▲shop--------------------- */


/* footer */
#container footer {
	position: absolute; /* トップのみabsolute */
}
