/**************************
    中央カラム
***************************/
#contents_center{
    width: 100%;
    /* display: flex;
    flex-wrap: wrap; */
    /* float:left; */
    /* padding:0px; */
    /* width:480px; */
    /* width:860px; */
}

@media screen and (max-width: 768px){
    #contents_center {
        float: none;
        width: 100%;
    }

    .top{
        margin: auto;
    }
}

.slider{
    float:left;
    position:relative;
    overflow:auto;
    padding:0px;
    width:100%;
    background:#fff;
}

.slider li a img {
    width: 100%;
    border: none;
    padding: 0px;
}


li#content{
    width:371px;
    height:188px;
}


.slider li .leftimg,
    .pagination li .leftimg{
    float:left;
}
.slider li .rightimg,
    .pagination li .rightimg{
    float:right;
}

.slider-main {
  margin: 0;
  padding: 0;
}
.slider-main img{
  width: 100%;
}
.slider-thumb-wrap {
  background: #fcd000;
  padding: 2px 0;
  margin: 0 0 20px;
}
.slider-thumb {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  background: none;
}
.slider-thumb img{
  width: 100%;
}
.slider-thumb-img {
  padding: 2px;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .9;
}
.slider-thumb-img img{
  border-radius: 50%;

}
.slider-thumb-img.slick-current {
  background: #fff;
  opacity: 1;
}
.slider-thumb.fixed .slick-track{
  transform:unset!important;
}
img.slide-arrow {
  position: absolute;
  width: 20px;
  bottom: -32px;
  cursor: pointer;
}
img.prev-arrow {
  left: 10px;
}
img.next-arrow {
  right: 10px;
}
@media screen and (max-width: 600px){
  .slider-thumb {
    max-width: 270px;
  }
  img.slide-arrow {
    width: 16px;
    bottom: -25px;
  }
  img.prev-arrow {
    left: 8px;
  }
  img.next-arrow {
    right: 8px;
  }
}
@media screen and (max-width: 320px){
  img.slide-arrow {
    width: 12px;
    bottom: -23px;
  }
  img.prev-arrow {
    left: 2px;
  }
  img.next-arrow {
    right: 2px;
  }
}

/* ピックアップ情報 */
.pickuplist2 {
    clear:both;
    width:100%;
    margin:0 auto 20px;
    text-align:center;
}

.pickuplist2 li{
    float: left;
    vertical-align: bottom;
    width: calc(100% / 3 - 8px);
    margin: 4px 4px;
    border: 1px solid #ccc;
    padding: 1px;
    box-sizing: border-box;
}

.pickuplist2 li a img {
    display: block;
    width: 100%;
}

span.pickup_title {
    background: #eee;
    display: block;
    color: #333;
    padding: 3px 0 2px;
    font-size: 13px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .pickuplist2 li {
        width: calc( 100% / 2 - 8px);
        margin:4px 4px;
        text-align:center;
        font-size:13px;
    }

    .pickuplist2 li a {
        font-weight: bold;
        color: #333;
        text-decoration: none;
    }
}

/* 新着情報・キャンペーン情報 */
.neitemlist, .campaign ,
.events {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    clear:both;
    margin-bottom:30px;
}

.h2_title{
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 3px 3px 0px 0px;
    background: #eee !important;
    margin-bottom: 5px;
    /*color: #fff;*/
}

@media screen and (max-width: 768px){
    .h2_title {
        border-bottom: 10px double #fff;
    }

}

.h2_title h2{
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    background: #eee;
    color:#333;
}

.h2_title h2:before {
    content: "";
    background-color: #ffcc00;
    width: 5px;
    height: 100%;
    overflow: hidden;
    display: block;
    margin-right: 0.5em;
}

.h2_title h2 span {
    display: block;
    padding: 4px 0 0 0;
}

.neitemlist .more{
    text-align: right;
    font-size: 13px;
    width: 100%;
    padding: 10px;
    background: #eee;
}

.more a {
    /*color: #fff;*/
    text-decoration: none;
}

.li_conter {
    width: 100%;
    margin: auto;
    font-size: 13px;
    box-sizing: border-box;
}

.new_list{
    overflow:auto;
    height:220px;
}

.neitemlist li,
.pcitemlist li{
    padding: 5px 10px 5px;
    border-bottom:1px solid #ccc;
}


.neitemlist li .date{
    font-weight: bold;
}

.cont a {
    color: #333;
    text-decoration: none;
}


.freespaces10 , .freespaces7,
.freespaces4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    clear:both;
    margin: 0 auto;
    text-align:center;
    padding: 0;
}

.freespaces10 img , .freespaces7 img ,
.freespaces4 img{
    width: 100%;
}

.campaignlist , .eventlist {
    vertical-align: bottom;
    width: calc(100% / 4 - 8px);
    margin: 4px;
}
.campaignlist a, .eventlist a{
    display: block;
    line-height: 0;
}

/* 使う */
.bnr_shopl{
    margin:0px 0px 5px;
}

.bnr_shopl a img {
    width: 100%;
}

@media screen and (max-width: 768px){
    div#freespace2 div.item-box5 {
        width: calc(-10px + 100%/2);
    }

    .campaignlist, .eventlist {
        width: calc(100%/2 - 8px);
        text-align: center;
    }

    .campaignlist a img,
    .eventlist a img {
        width: 100%;
    }

}
