@charset "UTF-8";

a {
    text-decoration: none;
}

.pickup-items-body{
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.pickup-items-textarea h2{
    margin: 100px auto;
    font-size: 65px;
}

.pickup-items-textarea h2>span{
    color: #f75c6c;
}

.pickup-items-grapharea{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.pickup-items-grapharea img{
    width: 500px;
}

.pickup-items-grapharea p{
    margin-top: 0;
    line-height: 1.5;
}

.pickup-items-speekbubble p:first-child{
    justify-content: right;
    width: 500px;
    height: 120px;
    margin: 100px 0 0 auto;
    line-height: 120px;
    background-image: url(../../../images/feature/pickup_items_2025/speekbubble_right.jpg);
    background-repeat: no-repeat;
    background-size: 500px 120px;
    background-position: center;
}

.pickup-items-speekbubble p:last-child{
    justify-content: left;
    width: 500px;
    height: 120px;
    margin: 100px auto 0 0;
    line-height: 120px;
    background-image: url(../../../images/feature/pickup_items_2025/speekbubble_left.jpg);
    background-repeat: no-repeat;
    background-size: 500px 120px;
    background-position: center;
}

.pickup-items-explanation{
    display: block;
    margin: 100px auto;
}

.pickup-items-explanation p{
    line-height: 1.5;
    margin: 50px auto;
}

.pickup-items-linkarea{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.pickup-items-linkarea>p{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.pickup-items-link img{
    width: 450px;
    height: 340px;
}

.pickup-items-link p{
    margin-top: 20px;
}

.pickup-items-button{
    width: 250px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    color: white;
    background-color: #707070;
}

.pickup-items-slidearea{
    position: relative;
    width: 100vw;
    margin: 100px 0;
    margin-inline: -50vw;
    inset-inline: 50%;
}

.pickup-items-slidearea p{
    margin-bottom: 50px;
    line-height: 1.5;
}

.pickup-items-slider{
    width: 100vw;
    height: auto;
    overflow: hidden;
}

.pickup-items-slide{
    width: calc(100vw / 7);
    margin: 5px;
}

.pickup-items-slide img{
    display: block;
    width: 300px;
    height: 240px;
    object-fit: cover;
}

.pickup-items-catalogarea{
    display: flex;
    margin: 100px auto;
}

.pickup-items-catalogarea > a{
    width: 50%;
}
.pickup-items-catalogarea p{
    margin: auto;
    line-height: 1.5;
}

.pickup-items-catalogarea p > a{
    color: blue;
    font-weight: bold;
}

.pickup-items-catalog img{
    width: 60%;
    margin: 0 auto;
}

.pickup-items-catalog p{
    margin-top: 20px;
}

.pickup-items-tilearea{
    text-align: left;
    margin: 30px auto;
    color: #4d4d4d;
}

.pickup-items-category{
    margin-bottom: 30px;
}

.pickup-items-category h3{
    position: relative;
    width: fit-content;
    font-size: 40px;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    margin: 10px 0;
    border-radius: 9999px;
    background-color: #707070;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    width: 10px;
    height: 3px;
    border-radius: 9999px;
    background-color: #707070;
    transform-origin: calc(100% - 1.5px) 50%;
}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    transform: rotate(-45deg);
}

.pickup-items-category p{
    margin-top: 15px;
    font-size: 22px;
}

.pickup-items-tile{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.pickup-items-tile a{
    width: 33%;
    margin: 10px 0.3% 0 0;
}

.pickup-items-wallarea p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.pickup-items-wallarea img{
    width: 700px;
    max-width: none;
}

.pickup-items-wall{
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: left;
    height: 400px;
    margin-bottom: 150px;
}

.pickup-items-wall::before{
    font-size: 100px;
    font-weight: 900;
    line-height: 60%;
    color: #EEEEEE;
    z-index: 1;
}

.tile-tag::before{
    content: "#Tile";
}

.block-tag::before{
    content: "#Block";
}

.fence-tag::before{
    content: "#Fence";
}

.posi-left::before{
    left: 0;
}

.posi-right::before{
    position: absolute;
    right: 0;
}

.pickup-items-wall a:first-child{
    position: absolute;
    bottom: 50px;
    width: 500px;
    z-index: 1;
    padding: 20px 20px 0 100px;
    background: #EEEEEE;
}

.pickup-items-wall a:last-child{
    position: absolute;
}

.posi-left a:first-child{
    left: 0;
}

.posi-left a:last-child{
    left: 300px;
}

.posi-right a:first-child{
    right: 0;
}

.posi-right a:last-child{
    left: 0;
}

.pickup-items-wall-title{
    font-size: 36px;
    font-family: "Impact";
    color: #4d4d4d;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.pickup-items-wall-text{
    width: 280px;
    line-height: 20px;
}

@media screen and (max-width: 1000px) {
    .pickup-items-titlearea{
        width: 100vw;
        height: calc(100vw * 0.45);
        overflow: hidden;
    }

    .pickup-items-titlearea > img{
        top: calc(100vw * 0.03);
        position: relative;
        transform: scale(1.7);
    }

    .pickup-items-body{
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 500;
    }

    .pickup-items-textarea h2{
        margin: 50px auto;
        font-size: 30px;
    }

    .pickup-items-grapharea{
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }
    
    .pickup-items-grapharea img{
        width: 70%;
    }
    
    .pickup-items-grapharea p{
        margin-top: 30px;
    }

    .pickup-items-speekbubble p:first-child{
        justify-content: center;
        width: 80vw;
        height: 20vw;
        margin: 50px auto;
        font-size: 3vw;
        line-height: 20vw;
        background-size: 80vw 20vw;
    }
    
    .pickup-items-speekbubble p:last-child{
        justify-content: center;
        width: 80vw;
        height: 20vw;
        margin: 50px auto;
        font-size: 3vw;
        line-height: 20vw;
        background-size: 80vw 20vw;
    }


    .pickup-items-explanation{
        margin: 50px auto;
    }

    .pickup-items-explanation p{
        margin: 30px auto;
    }

    .pickup-items-linkarea{
        flex-direction: column;
        justify-content: center;
    }
    
    .pickup-items-link img{
        width: 70vw;
        height: 50vw;
    }
    
    .pickup-items-link p{
        margin: 10px auto 30px;
    }

    .pickup-items-button{
        width: 50%;
    }

    .pickup-items-slidearea{
        margin: 50px 0;
        inset-inline: -5.5%;
    }

    .pickup-items-slidearea p{
        margin-bottom: 30px;
    }

    .pickup-items-slide{
        width: calc(100vw / 3);
    }
    
    .pickup-items-slide img{
        /* width: 120px; */
        width: calc((100vw / 3) - 10px);
        /* height: 96px; */
        height: calc(((100vw / 3) - 10px) * 0.8);
    }

    .pickup-items-catalogarea{
        margin: 50px auto;
    }

    .pickup-items-catalogarea > p{
        text-align: left;
        width: 40%;
        font-size: 12px;
    }

    .pickup-items-catalog p{
        margin-top: 0px;
    }

    .pickup-items-category h3{
        font-size: 18px;
    }

    .pickup-items-category p{
        margin-top: 5px;
        font-size: smaller;
        font-weight: 500;
    }

    .pickup-items-category p{
        margin-top: 15px;
        font-size: 22px;
    }
    
    .pickup-items-tile{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    
    .pickup-items-tile a{
        width: 33%;
        margin: 10px 0.3% 0 0;
    }

    /* Wall */
    .pickup-items-wallarea{
        width: 90%;
    }
    
    .pickup-items-wallarea p{
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .pickup-items-wallarea img{
        width: 90vw;
        max-width: 700px;
    }
    
    .pickup-items-wall{
        position: relative;
        display: block;
        height: calc(90vw * 0.6);
        margin-bottom: 150px;
    }
    
    .pickup-items-wall::before{
        position: absolute;
        font-size: 30px;
        line-height: 100%;
        padding: 10px 0 0 10px;
    }
    
    .posi-right::before{
        left: 0;
    }
    
    .pickup-items-wall a:first-child{
        position: absolute;
        bottom: -90px;
        width: calc(90vw * 0.9);
        padding: 20px 20px 0 20px;
        background: none;
    }

    .pickup-items-wall a:first-child::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.6;
        background: #EEEEEE;
    }
    
    .pickup-items-wall a:last-child{
        position: absolute;
    }
    
    .posi-left a:last-child{
        left: 0;
    }
    
    .posi-right a:first-child{
        left: 0;
    }
    
    .pickup-items-wall-title{
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }
    
    .pickup-items-wall-text{
        width: calc(90vw * 0.6);
        line-height: 16px;
    }
}

