@charset "UTF-8";
#contentArea {
    color: #000
}

#contentArea a,
#contentArea a img {
    border: none;
    outline: 0
}

#contentArea img {
    width: 100%
}

#contentArea #pageItem {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 20px
}

#contentArea #pageItem .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#contentArea #pageItem .item {
    position: relative;
    margin: 0 18px 18px 0;
    padding: 5px;
    width: calc(25% - 54px / 4);
    overflow: hidden;
    /* transition-duration: 0.3s; */
}

#contentArea #pageItem .item:hover{
    background-color: #fff;
    opacity: 0.6;
    /* transform: scale(1.2);
    transition-duration: 0.3s; */
}

#contentArea #pageItem .item p {
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
    font-size: 1.3rem;
    color: #999999;
}
#contentArea #pageItem .item p img {
    transition-duration: 0.3s;
}
#contentArea #pageItem .item p img:hover{
    transform: scale(1.2);
    transition-duration: 0.3s;
}

#contentArea #pageItem .item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#contentArea #pageItem .item:nth-child(4n) {
    margin-right: 0;
}

#contentArea #pageItem .feature_title {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: .15em;
    margin: 0 auto;
    padding: 50px 10px;
}

@media (max-width:768px) {
    #contentArea {
        margin-top: 0 !important;
        color: #000
    }

    #contentArea a,
    #contentArea a img {
        border: none;
        outline: 0
    }

    #contentArea img {
        width: 100%
    }

    #contentArea #pageItem {
        -webkit-text-size-adjust: 100%;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle;
        max-width: 1000px;
        margin: 0 auto;
        padding: 10px 5px 20px;
    }

    #contentArea #pageItem .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
    }

    #contentArea #pageItem .item {
        position: relative;
        margin: 0 9px 9px 0;
        padding: 5px;
        width: calc(50% - 10px / 2);
        overflow: hidden;
    }

    #contentArea #pageItem .item p {
        margin: 0 auto;
        padding: 10px 0;
        text-align: left;
        font-size: 1.4em;
        color: #999999;
    }

    #contentArea #pageItem .item a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #contentArea #pageItem .item:nth-child(2n) {
        margin-right: 0;
    }

    /* #contentArea #pageItem .item:nth-child(4n) {
        margin-right: 9px;
    }

    #contentArea #pageItem .item:nth-child(8) {
        margin-right: 0;
    } */

    #contentArea #pageItem .feature_title {
        font-size: 2.6em;
        font-weight: 600;
        letter-spacing: .15em;
        margin: 0 auto;
        padding: 0 10px 15px;
    }

    #contentArea #pageItem .items .item img {
        max-width: 100%;
        opacity: 1;
        vertical-align: top;
        transition-duration: 0.3s;
    }

    #contentArea #pageItem .items .item img:hover {
        transform: scale(1.2);
        transition-duration: 0.3s;
    }
}

@media (max-width:550px) {}

@media (max-width:450px) {}






/*# sourceMappingURL=furufurucolorful.css.map */
