﻿@charset "utf-8";

.presale-gtpc {
    background: #291F6D;
}

.presale-gtpc__wrap {
    padding-bottom: 126px;
}

.presale-shop-list__item {
    border-width: 2px;
}

.presale-shop-list__head {
    flex-direction: column;
    padding-bottom: 16px;
}

.presale-shop-list__discount {
    line-height: 1.5;
}

.presale-gtpc__btn a {
    display: block;
}

@media screen and (min-width: 769px) {

    .presale-details-btn a.unc {
        width: 800px;
    }

    .presale-shop-list__item {
        width: 227px;
    }

    .presale-shop-list__item > a {
        padding: 16px;
    }

    .presale-shop-list__logo {
        width: 80%;
        padding-bottom: 80%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .presale-shop-list__name-box {
        width: 100%;
    }
    .presale-shop-list__shop-name {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 768px) {

    .presale-gtpc__wrap {
        padding-bottom: 126px;
    }

    .presale-shop-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px 20px;
    }

    .presale-shop-list__item {
        width: calc(50% - 16px);
        margin: 8px;
    }

    .presale-shop-list__item > a {
        padding: 12px;
    }

    .presale-shop-list__logo {
        width: 80%;
        padding-bottom: 80%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .presale-shop-list__name-box {
        width: 100%;
    }
    .presale-shop-list__shop-name {
        font-size: 1.6rem;
    }

}