 .site_shop_pc_category_list{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:30px;padding:20px;width:100%;max-width:100%;}.site_shop_pc_category_item{display:flex;flex-direction:column;justify-content:flex-end;text-align:center;padding:15px;border-radius:25px;transition:transform 0.2s ease-in-out;height:100%;width:230px;}.site_shop_pc_category_item:hover .site_shop_pc_category_title,.site_shop_pc_category_item:focus .site_shop_pc_category_title{text-decoration:underline;transition:opacity 0.05s ease;}.site_shop_pc_category_item:hover .site_shop_pc_category_image,.site_shop_pc_category_item:focus .site_shop_pc_category_image{opacity:0.8;transition:opacity 0.2s ease;}.site_shop_pc_category_image{width:200px;height:200px;display:block;margin:10px auto 30px auto;text-align:center;}.site_shop_pc_category_image img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1;border-radius:25% !important;background-color:#FFF !important;}.site_shop_pc_category_content{text-align:center;}.site_shop_pc_category_title{font-size:27px;font-weight:700;margin-top:0;margin-bottom:10px;color:var(--e-global-color-primary);text-wrap:balance;display:block;}@media (max-width:767px){.site_shop_pc_category_title{hyphens:auto;-webkit-hyphens:auto;}}.site_shop_pc_category_button{display:none;}.site_shop_pc_category_button span{font-size:20px;font-weight:700;fill:var(--e-global-color-text);color:var(--e-global-color-text);border:1px solid var(--e-global-color-text);background:transparent;padding:10px 20px;display:inline-block;transition:all 0.3s ease-in-out;text-align:center;}.site_shop_pc_category_button span:hover{background:var(--e-global-color-primary);color:#FFF;border-color:var(--e-global-color-primary);}@media (max-width:1399px){.site_shop_pc_category_list{grid-template-columns:repeat(4,1fr);}.site_shop_pc_category_item{width:22%;}}@media (max-width:1199px){.site_shop_pc_category_list{grid-template-columns:repeat(3,1fr);}.site_shop_pc_category_item{width:30%;}}@media (max-width:1023px){.site_shop_pc_category_list{grid-template-columns:repeat(3,1fr);}.site_shop_pc_category_item{width:30%;}}@media (max-width:767px){.site_shop_pc_category_list{grid-template-columns:repeat(2,1fr);gap:20px;padding:0px;}.site_shop_pc_category_item{text-align:center;align-items:center;padding:0px;width:45%;}.site_shop_pc_category_title{margin-bottom:0;line-height:1.2em;}.site_shop_pc_category_image{margin:10px auto 20px auto;display:flex;justify-content:center;align-items:center;width:180px;height:180px;}.site_shop_pc_category_image img{margin:0 auto;}.site_shop_pc_category_content{align-items:center;}}@media (max-width:400px){.site_shop_pc_category_image{width:150px;height:150px;}}