@charset "utf-8";
/*共通設定*/
.single-area,
.line {
    font-family: "Noto Sans JP", sans-serif;
}
/*終わり*/ 


/*<section class="u-fv">*/
.cat-bag {
    background-image: url(../img/achieve_bag.png);
}

.cat-watch {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/achieve_watch.jpg);
}

.cat-jewelry {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/achieve_jewelry.jpg);
}

.cat-brand_jewelry {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/achieve_jewelry.jpg);
}

.cat-brand {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/achieve_brand.jpg);
}
/*終わり*/  


/*<section class="single-area">*/
.single-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.single-l {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.thumb-wrap img {
    height: auto;
}

.single-txt-wrap {
    font-size: 14px;
}

.single-r {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.single-h2 {
    font-size: 24px;
}

.single-dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
}

.single-dl dt {
    width: 25%;
    padding: 16px 0;
    border-bottom: solid 1px #999;
}

.single-dl dd {
    width: 75%;
    padding: 16px 0;
    border-bottom: solid 1px #999;
}

.line-btn-01 {
    background-color: #4cc764;
    color: #fff;
    max-width: 200px;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    margin: 0 auto;
}
/*終わり*/ 


/*<section class="line">*/
.line {
    padding: 80px 5vw;
    background-color: #E7F5E3;
}

.line-in {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.line-h2 {
    text-align: center;
    color: #4cc764;
    font-weight: 600;
    font-size: 24px;
}

.line-flex-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.line-con {
    width: 24%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 16px;
}

.line-con-01 {
    justify-content: center;
}

.line-con-num {
    color: #4cc764;
    font-weight: 600;
    font-size: 16px;
}

.line-h3 {
    color: #4cc764;
    font-weight: 600;
    font-size: 18px;
}

.line-con-txt {
    font-size: 14px;
}

.line-flex-02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.line-txt {
    font-size: 14px;
}

.line-btn-02 {
    background-color: #4cc764;
    color: #fff;
    font-weight: 500;
    padding: 12px 24px;
    margin: 0 auto;
}
/*終わり*/ 


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="single-area">*/
    .single-flex {
        flex-direction: column;
        gap: 40px;
    }

    .single-l {
        width: 100%;
        border-bottom: solid 1px #f1f1f1;
        padding-bottom: 40px;
    }

    .thumb-wrap {
        width: 60%;
        margin: 0 auto;
    }

    .single-r {
        width: 100%;
        gap: 24px;
    }
/*終わり*/ 


/*<section class="line">*/
    .line-flex-01 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .line-con {
        width: 80%;
        padding: 16px 40px;
    }

    .line-flex-02 {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
        gap: 40px;
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="single-area">*/
    .single-h2 {
        font-size: 20px;
    }

    .thumb-wrap {
        width: 80%;
    }
/*終わり*/  


/*<section class="line">*/
    .line-h2 {
        font-size: 20px;
    }

    .line-con {
        width: 100%;
        padding: 16px 24px;
    }

    .line-flex-02 {
        width: 100%;
    }
/*終わり*/ 
}
