.mb90{
  margin-bottom: 90px;
}
.minchou {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif !important;
  font-weight: bold !important;
}


div.banner_area{
background:#f0f0f0;
padding:40px 0;
}
div.main_banner{
margin-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
div.main_banner div{
width: 500px;
}


/* slider */
.slider {
  margin-top: 1em;
  background:#f0f0f0;
  padding:2em !important;
  position: relative;
}
.slider_logo{
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 50;
  width: 25%;
}
.bx-viewport {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
  background:#f0f0f0 !important;
}
#slider div {
  width: 100% !important;
  /*height: calc(100vh - 5em) !important;*/
}

.bx-wrapper {
  margin-bottom: 0 !important;
  background:#f0f0f0;
}
.bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: 80px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 50px !important;
  height: 5px !important;
  margin: 0 5px;
  outline: 0;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  -webkit-animation: img-small 15s linear forwards;
  animation: img-small 15s linear forwards;
}
@-webkit-keyframes img-small {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-small {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes img-small-sp {
  0% {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
@keyframes img-small-sp {
  0% {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}


/*カスタム*/
.row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto 80px auto;
}
.col_l {
  width: 80%;
}
.col_r {
  width: 17%;
  padding-top: 100px;
}

.col_r h3.side_title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #f4f4f4;
  text-align: center;
  padding: 20px 10px;

}
.side_cat{
  margin-bottom: 40px;
}
.side_cat li{
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.side_cat li a{
  padding: 10px 0 10px 20px;
  display: block;
  position: relative;
}
.side_cat li a:before{
  position: absolute;
  content: "◎";
  font-size: 16px;
  left: 0;
  top: 10px;
}
ul.side_group {
  margin-bottom: 40px;
}
ul.side_group li {
  display: inline-block;
  margin-bottom: 5px;
}

ul.side_group li a {
  background: #f4f4f4;
  padding: 5px;
  border-radius: 8px;
  font-size: 14px;
  display: block;
}




.shop_info li a{
  padding: 5px 0;
  display: block;
  font-size: 12px;
}

.recommend_thumb{
  width: 100%;
}



/*人気商品*/
.popular_list:nth-child(2n){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.popular_list li{
  width: 50%;
  position: relative;
  margin-bottom: 60px;
}
.popular_list li a{
  display: block;
}

.popular_list li:first-child{
  text-align: center;
  padding: 20px 0;
}
.popular_list li:last-child{
  padding:0 60px;
}
.popular_list li h3{
  font-size: 20px;
  margin-bottom: 20px;
}
.popular_list li p{
  font-size: 16px;
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  .slider {
    margin-top: 1em;
    padding: 0 !important;
  }
  .slider_logo {
    width: 110px;
  }
  #slider div {
    width: 100% !important;
    height:auto !important;
  }
  .bx-wrapper .bx-pager {
    display: none;
  }
  div.banner_area {
    background: #f0f0f0;
    padding: 20px 0;
  }
  div.main_banner{
    display: block;
    margin-bottom: 0;
  }
  div.main_banner div{
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }
  div.main_banner div:first-child{
    margin-bottom: 20px;
  }
  
  
  .row_flex {
    margin: 0 auto 20px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .col_l {
    width: 100%;
    margin-bottom: 40px;
  }
  .col_r {
    width: 100%;
  }
  .col_r h3.side_title {
    font-size: 14px;
    padding: 10px 10px;
  }
  .side_cat li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
  }
  .side_cat li a {
    padding: 7px 0 7px 20px;
    display: block;
    position: relative;
    font-size: 14px;
  }
  .side_cat li a:before {
    position: absolute;
    content: "◎";
    font-size: 14px;
    left: 0;
    top: 7px;
  }
  .side_banner img{
    width: 100%;
  }
  
  .pop_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  
  .popular_list {
    margin-bottom: 40px;
    width: 48%;
    display: block;
  }
  .popular_list:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .popular_list li {
    position: relative;
  }
  .popular_list li:first-child {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }
  
  .popular_list li:last-child {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .popular_list li h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .popular_list li p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .popular_list li a {
    display: block;
    margin: 0;
    font-size: 12px;
  }
  .popular_list li:last-child a.prd_lst_link{
    padding: 5px;
  }
  
  a.more_btn::before {
    left: -20px;
    width: 40px;
  }
}
