@charset "UTF-8";

/* ▼Google Fonts 20241010 naganuma */
.page_area, .page_area h2, .page_area h3, 
#lineup .text .name {
    font-family: "BIZ UDPGothic", sans-serif;
    font-style: normal;
}

body {
    font-family: "BIZ UDPGothic", sans-serif;
    font-style: normal;
}
/* Google Fonts 20241010 naganuma */


#lineup .text .name {
    font-size: 16px;
}

/* 購入ボタンhover */
#lineup a .comment {
    transition: background-color 0.6s ease-in-out;}
 #lineup a .buy {
    transition: background-color 0.6s ease-in-out;}
/* 購入ボタンhover */


@media screen and (max-width: 768px) {
    /* 商品情報 文字サイズ・購入ボタンサイズ調整 */
    .page_area {
        font-size: 4.375vw;
    }

    #lineup .text .size, #lineup .text .price, #lineup .comment {
        font-size: 3.125vw;
    }
    
    #lineup .items li .text .name {
        font-size: 3.4375vw;
    }

    #lineup .comment {
        width: 34vw;
        line-height: 7vw;
    }
}