.header_bottom{
    box-shadow: none;
}

.header_bottom.shadow{
  box-shadow: 0px 0px 9.7px 0.3px rgba(0, 0, 0, 0.2);
}

.wrapper{
  margin-top: 40px;
}

.category_title{
  display: block;
}

.toppage.wrap {
    margin-top: 20px;
}

#TopMain{
  display: block;
  margin-top: 140px;
}

.pc_main{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main_logo{
  /*width: 231px;*/
  width: 310px;
  position: absolute;
  margin: auto;
  top: 40%;
  left: 0;
  right: 0;
}

.main_text{
  float: left;
  width: 50%;
  height: 46vw;
  /* height: 650px; 
  background: url(https://file003.shop-pro.jp/PA01459/360/img/main_bg.jpg);*/
  background: url(https://file003.shop-pro.jp/PA01459/360/img/main_bg02.jpg)no-repeat;
  background-size: cover;
  background-position: bottom;
}

.main_text .cont{
  display: flex;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 8vw auto 0;
  font-size: 1.6vw;
  line-height: 3em;
width: 100%;
align-items: center;
}
.main_slide{
  float: left;
  width: 50%;
}


@media screen and (max-width:1020px) {
  #TopMain{
  margin-top: 105px;
}

}

@media (max-width: 768px) {
  .wrapper {
      margin-top: 15px;
  }

  #TopMain{
  margin-top: 60px;
}

  .main_logo{
    margin:0 auto 30px;
    /*width: 120px;*/
    width: 155px;
    position: static;
    top: 0;
  }
  .main_text{
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 26px 0;
    max-height: 360px;
    background: url(https://file003.shop-pro.jp/PA01459/360/img/main_bg02_sp.jpg)no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .main_text .cont {
      margin: 0;
      font-size: 14px;
      line-height: 32px;
      /* width: 180px; */
  }

}


/*
 */

.banner_area{
  margin-bottom: 65px;
}

.toppage .l_banner img,
 .toppage .m_banner img{
  width: 100%;
 }

 .toppage .l_banner li{
   width: 100%;
   margin-bottom: 23px;
 }


  .toppage .m_banner{
    display: flex;
    flex-flow: wrap;
  }

  .toppage .m_banner li{
    width: 49%;
    margin:0 1% 23px;
  }

  .toppage .m_banner li:nth-child(2n-1){
    margin-left: 0;
  }
  .toppage .m_banner li:nth-child(2n){
    margin-right: 0;
  }


 @media (max-width: 480px) {
   .toppage .l_banner li{
     margin-bottom: 15px;
   }

   .toppage .m_banner li{
     width: 100%;
     margin :0 0 15px!important;
   }
 }

 .recommend_area,
 .seller_area{
   margin-bottom: 60px;
 }

 .recommend_area .list_title,
 .seller_area .list_title{
   font-size: 30px;
   margin:0 0 38px;
 }

 .seller_area .productlists .productlist-unit:nth-child(n+9) {
   display:none;
 }

 @media (max-width: 768px) {

   .recommend_area .list_title,
   .seller_area .list_title{
     font-size: 24px;
     margin: 0 0 36px;
   }

 }


.news *{
  color: #000;
}

.news{
  display: block;
  background: #e2d4b5;
  padding: 48px 0 58px;
}

.news_container{
  width: 98%;
  max-width: 1000px;
  margin: auto;
}

.news h2{
  font-size: 28px;
  margin-bottom: 16px;
}
.news ol{
  padding-top: 18px;
  margin-bottom: 14px;
  font-size: 12px;
}
.news li{
  padding-bottom: 18px;
  border-bottom:  dotted 1px #000;
  font-size: 15px;
  }

@media (max-width: 768px) {
  .news{
    padding: 42px 0 40px;
  }
  .news_container{
    width: 100%;
  }
  .news h2{
    font-size: 24px;
    margin-bottom: 29px;
  }
  .news ul{
    border-top: dotted 1px #000;
    }
    .news ol{
      padding-top: 20px;
    }
    .news li{
      padding-bottom: 20px;
      border-bottom:  dotted 1px #000;
      }
}

.footer{
  border-top: none;

}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    left: -50%;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 6px;
    height: 6px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 6px;
    height: 6px;

    /* content: '&#8226;'; */
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: " ";
    background: #262626;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slick-track {
    height: 46vw;

.slick-slide img {
    width: 100%;
}
