@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="achieve">*/
.cate-btn-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.cate-btn {
    width: 18%;
    text-align: center;
    border: solid 1px #222;
    font-size: 14px;
    padding: 4px 0;
    font-weight: 600;
}

.cate-btn.selected {
    background-color: #333;
    color: #fff;
}

.achieve-area {
    display: none;
}

.achieve-area.show {
    display: block;
}

.achieve-flex {
    margin-top: 64px;
    display: flex;
    justify-content: left;
    gap: calc(10% / 4);
    flex-wrap: wrap;
    width: 100%;
}

.achieve-con {
    width: 18%;
    font-size: 14px;
}

.achieve-con:nth-child(-n+2) {
    position: relative;
}

.achieve-con:nth-child(-n+2)::before {
    content: "NEW";
    font-weight: 600;
    font-size: 12px;
    padding: 0 8px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}

.achieve-thumb-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

.achieve-thumb-wrap::before{
    content: "";
    display: block;
    padding-top: 100%;
}

.achieve-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.achieve-title {
    margin-top: 8px;
}

.achieve-price {
    margin-top: 4px;
    color: #999;
}

.achieve-bold-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 64px;
}

.achieve-btn-wrap {
    margin-top: 40px;
}

.achieve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background-color: #222;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.achieve-btn .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-top: 3px;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="achieve">*/
    .cate-btn {
        width: 49%;
        margin-top: 2%;
    }

    .achieve-flex {
        gap: calc(4% / 2);
    }

    .achieve-con {
        width: 32%;
        margin-bottom: 40px;
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="achieve">*/
    .achieve-flex {
        gap: 4%;
    }

    .achieve-con {
        width: 48%;
        margin-bottom: 24px;        
    }

    .achieve-title {
        font-size: clamp(calc(12px), calc(14 / 599 * 100vw), 14px);
    }

    .achieve-price {
        font-size: clamp(calc(12px), calc(14 / 599 * 100vw), 14px);
    }
/*終わり*/ 

}
