@charset "UTF-8";
/* mac スクロールバー表示 */
::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
box-shadow: 0 0 1px rgba(255,255,255,.5);
}


/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
    background-image: url(/purchase/images/purchase_bg.png);
}

@media screen and (max-width: 768px) {
    .c-heading__lower {
        margin-bottom: 35px;
    }
    .c-heading__lower__txt {
        left: 55%;
        transform: translateX(-45%);
    }
}
/* 見出し背景 ページ調整用 end */


.c-case__Area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 130px;
}
#clock .c-case__Area {
    margin-bottom: 0;
}
.c-case__Area::after{
    content:"";
    display: block;
    width: 18%;
}
.c-case__Area_Txtinner {
    padding: 5%;
    height: 100%;
}
.c-case__Area a {
    text-decoration: none;
    height: 100%;
}
.c-case__Area_List.c-box__shadow {
    padding: 0;
    max-width: 100%;
    width: 18%;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .c-case__Area_List.c-box__shadow {
        width: 47%;
    }
    .c-case__Area {
        margin-bottom: 70px;
    }
}
.c-case__Area_Image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.c-case__Area_Image img {
    width: 100%;
}
.c-case__Area_Price  {
    text-align: right
}
.c-case__Area_PriceInnerTxt {
    color: #000;
}
.c-case__Area_explanation {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* anchorエリア */
.c-category__Area {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
}
.c-category__Area__Inner {
    padding: 2%;
}
.c-category__Area a {
    text-decoration: none;
}
.c-category__Area_Ttx {
    margin-right: 10px;
}
.c-category__Area__Inner > div {
    margin-right: 45px;
}
.c-category__Area__Inner > div:last-child {
    margin-right: 0px;
}
#cboxOverlay {
    opacity: 0.9!important;
}
@media screen and (max-width: 768px) {
    .c-category__Area {
        margin-bottom: 40px;
    }
    .c-category__Area__Inner > div {
        width: 45%;
        margin-right: 0;
    }
    .c-category__Area_Image {
        width: 35%;
    }
    .c-category__Area_Ttx {
        margin-right: 1%;
        line-height: 1.2;
        font-size: 14px;
    }
    .c-category__Area__Inner {
        justify-content: space-around;
    }
    .c-category__Area a {
        flex-wrap: unset;
    }
    .c-case__Area_Image {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
}

