.buy__img__list__wrap {}

.buy__img__list__main {
    /*  padding-top: calc((219/328)*100%);
    position: relative;
    overflow: hidden;
    border-radius: 8px; */
}

.buy__img__list__main__inner {
    padding-top: calc((219/328)*100%);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.buy__img__list__main__inner>img, .buy__img__list__sab__inner>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.buy__img__list__sab__wrap {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.buy__img__list__sab {
    width: calc((100% - 24px*3)/4);
}

.buy__img__list__sab__inner {

    padding-top: calc((43/64)*100%);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

h2::before {
    content: "";
    background-image: url('../img/buy-details/buy-details__icon01.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}

h4::before {
    content: "";
    background-image: url('../img/buy-details/buy-details__icon02.svg');
    width: 21px;
    height: 21.7px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: translateY(-4px);
}

.common__mix__area__inner {
    position: relative;
    padding: 80px 23px 56px;
}

.common__mix__area__wrap {
    margin-top: 80px;
}

.common__mix__area__inner .h2__ttl {
    font-size: 20px;
    line-height: calc(24 / 20);
    font-weight: 500;
    border-bottom: #fff solid 1px;
    padding-bottom: 16px;
    text-align: center;
    margin: 0;
}

.buy-list__map .h2__ttl {
    font-size: 20px;
    line-height: calc(24 / 20);
    font-weight: 500;
    padding-bottom: 16px;
    text-align: center;
    margin: 0;
}

.common__mix__area__wrap .h2__ttl, .common__mix__area__wrap .h2__ttl__e {
    color: #fff;
}

.common__mix__area__wrap .h2__ttl::before, .buy-list__map .h2__ttl::before {
    display: none;
}

.common__mix__area__wrap .h2__ttl__e, .buy-list__map .h2__ttl__e {
    padding: 0;
    border: none;

}

.content03__list {
    margin-top: 48px;
}

.content03__list>li {
    display: flex;
    padding: 16px 0 24px;
    border-top: #fff 1px solid;
    position: relative;
    align-items: center;
}

.content03__list__l {
    min-width: 96px;
    padding: 0 16px;

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    color: #fff;

}

.content03__list>li::before {
    content: "";
    left: 0;
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    width: 96px;
}

.content03__list__r {
    padding: 0 16px;
    width: calc(100% - 112px);
    line-height: 24px;
    color: #fff;
}

.buy-list__map {
    padding-top: 80px;
}

.buy-list__map__content {
    margin-top: 48px;
}

.buy-list__map__content iframe {
    border-radius: 16px;
    width: 100%;
    height: 218px;
}

.details__inner p {
    font-size: 16px;
    line-height: 32px;
    color: #2F2F2F;
    font-weight: 400;
}

.details__inner table tr {
    display: flex;
    flex-flow: column nowrap;
}

.details__inner table tr td {
    width: 100% !important;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .details__inner table tr {
        display: flex;
        flex-flow: inherit;
    }

    .details__inner table tr td {
        width: calc((100% - 24px) / 2) !important;
    }

    .details__inner table tr td:nth-child(odd) {
        margin-right: 24px;
    }

    .details__main {
        overflow: hidden;
    }

    .buy__img__list__wrap {
        display: flex;
        gap: 64px;
        align-items: center;
    }

    .buy__img__list__main {

        width: calc((100% - 64px)*0.83);

    }

    .buy__img__list__sab__wrap {
        margin-top: 0;
        display: block;
        width: calc((100% - 64px)*0.17);
    }

    .buy__img__list__sab {
        width: 100%;
        cursor: pointer;
    }

    .buy__img__list__sab__wrap .buy__img__list__sab:not(:last-child) {
        margin-bottom: 24px;
    }

    .buy__img__list__main__inner, .buy__img__list__sab__inner {
        border-radius: 16px;
    }

    h2::before {
        content: "";
        background-image: url('../img/buy-details/buy-details__icon01.svg');
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-right: 8px;
        position: relative;
        top: 8px;
    }

    h4::before {
        content: "";
        background-image: url('../img/buy-details/buy-details__icon02.svg');
        width: 21px;
        height: 21.7px;
        display: inline-block;
        margin-right: 8px;
        position: relative;
        top: 4px;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        transform: translateY(-4px);
    }

    /*  */


    .common__mix__area__wrap {
        width: 100vw;
        margin-left: calc((100% - 100vw)/2);
        margin-top: 64px;
    }

    .common__mix__area__inner {
        position: relative;
        padding: 64px 23px 56px;
    }

    .content03__list {
        margin: 0 auto;
        margin-top: 28px;
        max-width: 680px;
    }

    .content03__list>li {
        padding: 24px 0 32px;
    }

    .content03__list>li::before {
        width: 152px;
    }

    .content03__list__l {
        min-width: 152px;
        padding-right: 0;
    }

    .content03__list__r {
        padding: 0 24px;
    }


    .buy-list__map {
        padding-top: 68px;
    }

    .buy-list__map__content {
        margin: 0 auto;
        margin-top: 68px;
        max-width: 852px;
    }

    .buy-list__map__content iframe {
        border-radius: 16px;
        width: 100%;
        height: 568px;
    }


}