section{
    padding-top: 12vw;
}

.goods-lineup{
    max-width: 600px;
    margin: 0 auto 40px;
    
}

.goods-lineup p{
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.8;
}

.how-to-buy{
        border-top: solid 1px rgba(255, 255, 255, .5);
    padding-top: 40px;
}
.how-to-buy h3{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.how-to-buy-head{
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.4;
}
.how-to-buy-nav{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}

.how-to-buy-nav{
    border: solid 1px #fff;
}
.how-to-buy-nav button{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #999;
}

.how-to-buy-nav button.active{
    color: #000;
    background: #fff;
    font-weight: 700;
}
.how-to-buy-nav button:not(.active).hover{
    color: #fff;
}

.how-to-buy-nav button:not(:last-child){
    border-right: solid 1px #fff;
}
.how-to-buy-list > li{
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all; 
}
.how-to-buy-list li ul li{
    padding-left: 1.4em;
    position: relative;
}

.how-to-buy-list li ul li .point{
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    text-align: center;
}

.how-to-buy-list li strong{
    display: block;
    text-align: center;
    font-size: 24px;
}
.how-to-buy-list li h4{
    background: #fff;
    color: #000;
    font-weight: 700;
    width: fit-content;
    padding: 2px 8px;
    margin-bottom: 8px;
}
.how-to-buy-list li .store-btn{
    border: solid 1px rgba(255,255,255,.5);
    width: 200px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 14px;
    transition-duration: 0.2s;
    margin: 0 auto;
    
}

.how-to-buy-list li .store-btn.hover{
    background: #fff;
    color: #000;
}
.how-to-buy-list li a:not(.store-btn){
    text-decoration: underline;
    
}
.how-to-buy .detail__btn{
    margin-top: 32px;
}



@media screen and (max-width: 896px){
    
section{
    padding-top: 28vw;
}
   
.goods-lineup p{
    font-size: 10px;
    margin-top: 12px;
}

.how-to-buy{
        border-top: solid 1px rgba(255, 255, 255, .5);
    padding-top: 40px;
}
.how-to-buy h3{
    font-size: 18px;
    margin-bottom: 20px;
}
.how-to-buy-head{
    margin-bottom: 20px;
    font-size: 14px;
}
.how-to-buy-nav{
    margin-bottom: 20px;
}

.how-to-buy-nav{
    border: solid 1px #fff;
}
.how-to-buy-nav button{
   text-align: center;
    font-size: 12px;
}


.how-to-buy-list > li{
    font-size: 12px;
}

    .how-to-buy-list li strong{
        font-size: 16px;
    }
.how-to-buy-list li .store-btn{
    width: 160px;
    height: 28px;
    font-size: 12px;
    
}

    
}
