.section__block--top-page {
  max-width: 1200px;
    z-index: -1;
}

.slider {
  margin-top: 0;
    z-index: -1;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
    z-index: -1;
}

#slider img {
  display: block;
  margin: 0 auto;
  z-index: -1;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}
/******************************/
/* コンパクトスライダー */
/******************************/
.haba {
width: 1180px;
text-align: center;
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.haba {
width: 100%;
}
}
/******************************/
/* コンパクトスライダー */
/******************************/

/******************************/
/* 各見出し */
/******************************/
.mds {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	height: 5em;
	color: #666666;
	font-size: 3em;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 0 0;
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.mds {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	height: 4em;
	color: #666666;
	font-size: 1.5em;
	width: 80%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
	margin: 0 0 0 0;
}
}
  
/******************************/
/* 各見出し */
/******************************/
/******************************/
/* かぶせ */
/******************************/
.kbs {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #990000;
	height: 5em;
	color: #ffffff;
	font-size: 3em;
	width: 50%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
	z-index: 999999;
	margin: -10px 0 0 0;
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.kbs {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #990000;
	height: 4em;
	color: #ffffff;
	font-size: 1.5em;
	width: 95%;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
	z-index: 999999;
	margin: 0 0 0 0;
}
}
  
/******************************/
/* かぶせ */
/******************************/
/******************************/
/* 1枚画像 */
/******************************/
.img_1mai {
  width: 100%;
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px)
{
.img_1mai {
  width:100%;
          }
}
/******************************/
/* 1枚画像 */
/******************************/
/******************************/
/* おすすめ商品 */
/******************************/
.haba2 {
  width: 1100px;
}
.prd-lst-unit {
  margin-bottom: 100px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
  color: #000000;
}
.prd-lst-price {
  color: #ff0000;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #ff0000;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #000000;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px)
{
  .haba2 {
  width: 100%;
}
  .prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
  color: #000000;
}
.prd-lst-price {
  color: #ff0000;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #ff0000;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #000000;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}
}
/******************************/
/* おすすめ商品 */
/******************************/


/******************************/
/* カードとcategory */
/******************************/
.flxwidth {
 width: 1200px;
 text-align: center;
 flex-wrap: wrap;
}

.flx{
 display: flex;
 justify-content:center;
}

.item {
 margin: auto;
 }
.imgs{
width:384px;
border: solid 1px #e6e6e6;
}
@media screen and (max-width: 768px) {
.flxwidth {
 width: 100vw;
 text-align: center;
 flex-wrap: wrap;
.flx{
 display: flex;
 flex-flow: column;
 justify-content:space-around;
 }
.imgs{
width:90vw;
border: solid 1px #e6e6e6;
}
.item {
 margin: auto;
 margin-bottom: 8vw;
 }
}
/******************************/
/* カードとcategory */
/******************************/

