/**************************
    中央カラム
***************************/
#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;
}

.slider26-main {
  margin: 0!important;
  padding: 0;
}
.slider26-main img{
  width: 100%;
}
.slider26-main .slick-slide {
    margin: 0 2px;
}
.dots26-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 8px 0 20px;
}
.dots26-main li {
    list-style: none;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #000;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.2;
    transition: all .5s;
    transform: scale(.7);
}
.dots26-main li.slick-active {
    background: #fff;
    border-color: #ff9900;
    opacity: 1;
    transform: scale(1);
}
.dots26-main li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.slider26-arrow {
    position: absolute;
    top: 0;
    height: calc(100% - 22px);
    width: calc(5% - 2px);
    z-index: 1;
    cursor: pointer;
}
.slider26-prev {
    left: 0;
}
.slider26-next {
    right: 0;
}
.slider26-arrow img{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%; 
}
.slider26-prev img{
   left: 40%;
}
.slider26-next img{
   right: 40%;
}
@media screen and (max-width: 500px){
    .slider26-arrow img{
        width: 140%; 
    }
}

/* ピックアップ情報 */
.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%;
    }

}

