@charset "utf-8";
/*▼年賀カードカテゴリーバナー*/
.nenga-container {display:flex;gap:30px;justify-content:center;align-items:flex-start;flex-wrap:wrap; margin:40px 0; }
.nenga-link {position:relative;display:block;width:450px;height:300px;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.15);cursor:pointer;flex-shrink:0;}
.nenga-image {position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:filter 0.4s ease;pointer-events:none; }
        .nenga-image01 {background-image: url('./img/thumnail01.webp?1');}
        .nenga-image02 {background-image: url('./img/thumnail02.webp?1');}
        .nenga-image03 {background-image: url('./img/thumnail03.webp?1');}
.nenga-link:hover .nenga-image{filter:brightness(1.15)}
.nenga-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.1) 100%);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:32px;box-sizing:border-box;pointer-events:none}
.nenga-title{font-size:24px;font-weight:400;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2);margin-bottom:2px;line-height:1.2}
.nenga-subtitle{font-size:16px;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.2);line-height:1.3;opacity:.95;margin-bottom:12px}
.nenga-rectangle{width:70%;height:48px;background-color:#fff;border-radius:4px;align-self:center;display:flex;justify-content:center;align-items:center}
.nenga-button-text{font-size:14px;font-weight:500;color:#333;margin:0}

        /* 950px以下で2列、それ以下で1列 */
@media (max-width:1450px){.nenga-container{max-width:960px;margin:0 auto}}
@media (max-width:950px){.nenga-container{max-width:480px;margin:0 auto}}
@media (max-width:490px){.nenga-link{width:100%;max-width:450px; height:260px;} .nenga-container{padding: 0 10px;} }
@media (max-width: 480px) {
            .nenga-overlay {padding: 24px;}
            .nenga-title {font-size: 24px;}
            .nenga-subtitle {font-size: 14px;}
            .nenga-button-text {font-size: 13px;}
}
