@charset "utf-8";

#inc02{position:relative}

#inc02 .latest{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:265px}
#inc02 .latest li:nth-child(2){border:solid var(--brand-color);border-width:0 1px 0 1px}
#inc02 .link-product{display:flex;flex-direction:column;padding:0 50px;color:var(--brand-color)}
#inc02 .link-product .img{height:320px;margin-bottom:64px;background-repeat:no-repeat;background-position:center bottom}
#inc02 li:first-child .link-product .img{background-size:110px}
#inc02 li:nth-child(2) .link-product .img{background-size:84px}
#inc02 li:nth-child(3) .link-product .img{background-size:155px}
#inc02 .link-product .cont{display:flex;flex-direction:column}
#inc02 .link-product .cont h3{font-family:var(--e-font);font-size:24px;font-weight:normal}
#inc02 .link-product .cont .size{padding-bottom:30px;font-family:var(--e-font);font-size:18px}
#inc02 .btn--primary{display:inline-flex;align-items:center;justify-content:center;width:max-content;height:32px;border-radius:100px;border:1px solid var(--brand-color);font-size:16px;padding:0 12px;transition:background-color 0.2s, color 0.2s}
#inc02 .link-product:hover .btn--primary{background-color:var(--brand-color);color:#111}