@charset "utf-8";

.line-up_Thumb {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top:inherit;
    left:inherit;
    width:200px;
    height:100px;
}

.prod-item {
}

.line-up_ProdList {
    display: inline-flex;
    text-align: center;
    padding-right: 1.3em;
}
.story_ProdList {
    width:32%;
    padding-right:1em;
    padding-top: 3em;
    display:inline-flex;
}

.line-up_thumb{
    width:200px;
    height:150px;
    object-fit: cover;
}

.story_thumb{
    width:450px;
    height:150px;
    object-fit: cover;
}

.contentBox-inner.stories {
    padding: 0 6vw 0 12.43vw;
}

@media screen and (min-width: 768px) {
    .l-store .item {
      margin-bottom: 2em;
    }
    .line-up_ProdList {
        padding-top:2em;
    }
  }

@media screen and (max-width:767px) {
    .story_ProdList {
        width: 49%;
        margin-bottom: 8vw;
        padding-right: 0;
        padding-top:0;
    }

    .line-up_ProdList {
        display: inherit;
        text-align: center;
        width:100%;
        padding:0;
        margin-bottom:2em !important;
    }
    .line-up_thumb,
    .story_thumb {
        width: 300px;
        height: 150px;
        object-fit: cover;
    }
    .story_thumb.story {
        height:100px;
    }
    .name.story {
        font-size:0.8em;
    }
    .l-store .list {
        margin-top: 3em;
    }
    .l-store.p-store--all {
        padding-bottom: 3em;
    }
    .story_ProdList:nth-child(odd) {
        padding-left:0.3em;
    }
    .story_ProdList:nth-child(even) {
        padding-right:0.3em;
    }
}