@charset "utf-8";
/* CSS Document */


.sukima {
   margin-bottom: 4vw;
}


.coupon_bg {
    background: #eeeeee;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.coupon_wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}



p.coupon_title {
    font-size: 4.8vw;
    font-weight: bold;
    color: #222;
    padding-top: 3vw;
    text-align: center;
}

ul.horizontal-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: unset;
        padding: 3vw 2vw;
        overflow-x: auto;
       -webkit-overflow-scrolling: touch;
}

.horizontal-list::-webkit-scrollbar {
    height: 4px;
}

.horizontal-list::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}


.horizontal-list::-webkit-scrollbar-track {
    background: #eee;
}



.coupon_wrap a {
    min-width: 27%;
    margin: 0 1.5vw 0 auto;
}


.coupon_wrap li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 3vw 0.5vw 3vw;
}


.coupon_wrap a img {
    width: 100%;
}


.coupon_wrap span {
    display: none;
    width: 90%;
    font-weight: bold;
    font-size: 12px;
    margin: 2vw auto 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}