@charset "UTF-8";
h3 {
    font-size: 178%;
    text-align: center;
    border-top: #4d4d4d 2px solid;
    border-bottom: #4d4d4d 2px solid;
    font-weight: 100;
    letter-spacing: 3px;
    line-height: 2.5;
    margin: 50px auto 0;
}
@media screen and (max-width: 680px) {
    h3 {
        font-size: 123%;
    }
}
main .trend ul {
    column-count: 4;
    margin-bottom: 30px;
    margin-top: 50px;
    width: 100%;
}
main .trend ul li {
    margin: auto;
    text-align: center;
}
main .trend ul li p {
    text-align: center;
    font-size: 90%;
    font-weight: 100;
    font-family: "游明朝";
}
@media screen and (max-width: 680px) {

    main .trend ul {
        column-count: 2;
        margin-bottom: 0;
    }
    main .trend ul li {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    main .trend ul {
        column-count: 1;
    }
}

main .design h4 {
    font-size: 144%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
main .design h4::before {
    display: inline-block;
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%);
    background-color: #bc8f8f;
    border-radius: 5px;
}
main .design .h4 {
    padding-top: 50px;
}
main .design div {
    padding-bottom: 15px;
    padding-top: 100px;
}
main .design ul {
    column-count: 4;
    width: 96%;
    margin-bottom: 35px;
    padding: 0 2%;

}
main .design ul li {
    text-align: center;
}
@media screen and (max-width: 680px) {
    main .design h4 {
        font-size: 112%;
    }
    main .design ul {
        column-count: 2;
        margin-bottom: 0;
    }
    main .design ul li {
        padding-bottom: 15px;
    }
}
main .collection {
    padding-top: 50px;
}
main .collection ul {
    width: 100%;
    column-count: 4;
    margin-bottom: 30px;
    margin-top: 50px;
}
main .collection ul li {
    text-align: center;
}
@media screen and (max-width: 680px) {
    main .collection ul {
        column-count: 2;
        margin-bottom: 0;
    }
    main .collection ul li {
        margin-bottom: 15px;
    }
}
figure {
    display: inline-block;
}

.hover-parent {
    max-width: 250px;
    position: relative;
    overflow: hidden;
    }
.hover-mask {
    max-width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(124, 93, 93, 0.5);
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 30px;
    } 
.hover-parent:hover .hover-mask {
    opacity: 1;
    transition: all 0.6s ease;
    padding-bottom: 0;
}
.hover-parent:hover .hover-mask {
    padding-bottom: 30px;
} 
