/* yukite固有のスタイル */

.ec-headerNaviRole__row {
    display: flex;
}
.ec-headerNaviRole__row:first-of-type {
    margin-bottom: 8px;
}
@media screen and (max-width:767px) {
    .ec-headerNaviRole__right .ec-headerNaviRole__row:first-of-type {
        display: none;
    }
}

.ec-headerTitle img {
    width: 400px;
}

.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item img {
    aspect-ratio: 3 / 2;
}

.yukite-About {
    margin-bottom: 1rem;
}
.yukite-About p {
    margin: 1rem 0;
}
@media screen and (min-width:768px) {
    .yukite-About p {
        text-align: center;
    }
}

.front_page .ec-categoryRole {
    background-color: transparent;
}

.yukite-Item_Title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.yukite-Item_Price {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.yukite-Item_Button {
    margin-top: 1rem;
}

.yukite-Item_Button a {
    background-color: #7EB547;
    border: 0;
}

.yukite-Item_Button a:last-of-type {
    background-color: #F1955D;
    margin-top: 1rem;
}

.yukite-Item_Button a:hover {
    opacity: .5;
}

@media screen and (min-width: 768px) {
    .yukite-Item_Button {
        display: flex;
    }

    .yukite-Item_Button a {
        flex: 1;
    }

    .yukite-Item_Button a:last-of-type {
        margin: 0;
        margin-left: 1rem;
    }
}

/**
 * TOPページのバナー
 */
.unicube-Banner_List {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.unicube-Banner_List_Item a:hover {
    opacity: .5;
}
@media screen and (max-width: 767px) {
    .unicube-Banner_List_Item {
        width: 48%;
    }
    .unicube-Banner_List_Item:nth-of-type(2n) {
        margin-left: 4%;
    }
    .unicube-Banner_List_Item:nth-of-type(n+3) {
        margin-top: 4%;
    }
}
@media screen and (min-width: 768px) {
    .unicube-Banner_List_Item {
        flex: 1;
    }
    .unicube-Banner_List_Item:not(:first-of-type) {
        margin-left: 2%;
    }
}

/**
 * こだわりページ
 */
.unicube-Feature h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid;
    padding: 1rem;
}
@media screen and (min-width: 768px) {
    .unicube-Feature h2 {
        font-size: 2.5rem;
    }
}

.unicube-Feature p {
    max-width: 600px;
    margin: 1rem auto !important;
}
#page_user_data .unicube-Feature p:last-of-type {
    margin-bottom: 0;
}
.unicube-Feature p img {
    display: block;
    margin: 3rem auto;
}

.unicube-Feature_Col {
    display: flex;
    flex-direction: column;
    margin: 3rem 0;
}
.unicube-Feature_Col_Item:first-of-type {}
.unicube-Feature_Col_Item:last-of-type {
    margin-top: 1rem;
}
.unicube-Feature_Col_Name {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
    .unicube-Feature_Col {
        flex-direction: row-reverse
    }
    .unicube-Feature_Col_Item:first-of-type {
        width: 57%;
    }
    .unicube-Feature_Col_Item:last-of-type {
        width: 40%;
        margin-right: 3%;
        margin-top: 0;
    }
}