@charset "UTF-8";
/* CSS Document */
#stylish-items .mainv {
    margin-bottom: 40px;
}

#stylish-items .rightContents {
    max-width: 100%;
    margin: 0 auto 80px;
}

#stylish-items .lead-txt {
    text-align: left; /* 画像に合わせて左寄せ */
    margin-bottom: 2em;
}
.special .special_items_list.-fourline .flex {
    justify-content: center;
    width: 76%;
    margin: 0 auto;
}
.special .special_items_list.-fourline .flex li {
    text-align: center;
    width: 31.5%;
    margin-bottom: 1rem;
}
.special .more_btn a {
    margin-bottom: 4em;
}
.special .more_btn a:not(last-child) {
    margin-bottom: 4em;
}
/* =========================================
   sec07
   ========================================= */
#stylish-items .sec01 {
    margin-bottom: 60px;
}


.glay-area {
    background: #F1F1F1;
    width: 84%;
    margin: 0 auto;
    padding: 5% 0 0;
}

.glay-area img {
    margin: 6% 0;
}
#sec07 .special_items_list {
    margin: 2% 0 2%;
}

@media screen and (max-width: 768px) {
    .special_items_list.-triline.in-nav li {
        font-size: 1em;
    }
.special .special_items_list.-fourline .flex {
    justify-content: flex-start;
}
.special h2.text-center {
    text-align: left;
}
.special .special_items_list p.text-center {
    text-align: left;
}
.special .special_items_list.-fourline .flex {
    width: 100%;
}
}