<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.anchor-offset {
    padding-top: 60px;
    margin-top: -60px;
}

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　ギャレリア各EC共通 ピックアップ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/

img {
    width: 100%;
}

.pickup {
    width: 1120px;
    margin: 0 auto;
    margin-bottom: 90px;
}

.pickup-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px;
    text-align: center;
}

.pickup-header__en {
    font-family: "brandon-grotesque";
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 5.0rem;
    margin-bottom: 15px;
}

.pickup-sub-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    text-align: center;
}

.pickup-sub-header__ja {
    font-weight: 400;
    font-size: 2.0rem;
    line-height: 1.6;
}

.pickup_signboard {
    width: 1120px;
    text-align: center;
    margin: 0 auto 60px;
}


.cate_menu_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.cate_menu_btn a img {
    width: 165px;
}

.cate_ttl {
    font-family: "tbudgothic-std";
    width: 290px;
    position: relative;
    background: #82dad3;
    padding: 5px 5px 5px 75px;
    color: #474747;
    border-radius: 0 10px 10px 0;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 45px;
}

.cate_ttl:before {
    content: '';
    display: block;
    position: absolute;
    background: #0dc2b3;
    width: 60px;
    height: 60px;
    background-image: url(../img/icon_l_umb.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -0.30em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.icon_m_umb:before {
    background-image: url(../img/icon_m_umb.png);
}

.icon_hat:before {
    background-image: url(../img/icon_hat.png);
}

.icon_cap:before {
    background-image: url(../img/icon_cap.png);
    background-size: 36px 36px;
}

.icon_sung:before {
    background-image: url(../img/icon_sung.png);
}

.icon_rain:before {
    background-image: url(../img/icon_rain.png);
    background-size: 36px 36px;
}

.category_signboard {
    width: 1120px;
    text-align: center;
    margin: 0 auto 30px;
}

.main_intro {
    margin-bottom: 70px;
    text-align: right;
}

.main_intro p {
    width: 1100px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    margin: 0 auto 15px;
}

.pickup__list {
    width: 1120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 9px 0.5%;
    margin-bottom: 20px;
}

.pickup__list li {
    width: calc(calc(100% - 4%) / 4);
    margin-bottom: 35px;
}

.pickup__item-image {
    margin-bottom: 15px;
    border: 1px solid #f6f6f6;
}


.pickup__item-heading-link {
    width: 268px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3px;
    letter-spacing: -0.01rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pickup__item-price {
    font-size: 1.8rem;
    letter-spacing: -0.01rem;
}

.pickup__item-price-taxin {
    font-size: 1.2rem;
    font-weight: 700;
}

.pickup-more {
    display: flex;
    justify-content: center;
    margin-bottom: 140px;
}

.pickup-more__btn {
    display: flex;
    align-items: center;
}

.pickup-more__btn:before {
    font-family: "tbudgothic-std";
    font-weight: 700;
    content: "こちらのアイテムもオススメ！";
    box-sizing: border-box;
    display: inline-block;
    width: 340px;
    height: 60px;
    font-size: 1.6rem;
    text-align: center;
    border-top: 2px solid #303030;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030;
    border-right: none;
    padding-top: 20px;
    padding-left: 70px;
    border-radius: 30px 0 0 30px/30px 0 0 30px;
}

.pickup-more__btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    box-sizing: border-box;
    display: inline-block;
    font-size: 2.5rem;
    width: 60px;
    height: 60px;
    padding-top: 15px;
    text-align: center;
    border-top: 2px solid #303030;
    border-bottom: 2px solid #303030;
    border-right: 2px solid #303030;
    border-radius: 0 30px 30px 0/0 30px 30px 0;
}


.pc_img {
    display: block !important;
}

.sp_img {
    display: none !important;
}

.pickup_wrapp {
    width: 780px;
    text-align: center;
    margin: 60px auto 100px;
}


.pickup_wrapp_atte {
    text-align: center;
    font-size: 2.0rem;
    margin-top: -75px;
    margin-bottom: 100px;
}



/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ ギャレリア各EC共通 ピックアップ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {

    .anchor-offset {
        padding-top: 5vw;
        margin-top: -5vw;
    }

    .pickup {
        width: 100vw;
        margin-bottom: 18vw;
    }

    .pickup-header {
        margin-bottom: 9vw;
    }

    .pickup-header__en {
        font-size: 10vw;
        letter-spacing: 0.1rem;
        margin-bottom: 3vw;
    }

    .pickup-sub-header {
        margin-bottom: 10vw;
        padding-right: 3vw;
        padding-left: 3vw;
    }

    .pickup-sub-header__ja {
        font-size: 4vw;
        line-height: 1.5;
        text-align: center;
    }

    .pickup_signboard {
        width: 100vw;
        margin: 0 auto 8vw;
    }

    .cate_menu_btn {
        width: 96vw;
        justify-content: flex-start;
        margin-left: 3vw;
        margin-bottom: 15vw;
    }

    .cate_menu_btn a img {
        width: 30vw;
        margin-right: 2vw;
        margin-bottom: 5vw;
    }



    .cate_ttl {
        width: 70vw;
        padding: 2vw 0vw 2vw 17vw;
        font-size: 5vw;
        border-radius: 0 10px 10px 0;
        line-height: 1.4;
        margin-left: 3vw;
        margin-bottom: 6vw;
    }


    .cate_ttl:before {
        width: 15vw;
        height: 15vw;
        background-size: 11vw 11vw;
        left: -3vw;
    }

    .category_signboard {
        width: 100vw;
        margin: 0 auto 5vw;
    }

    .main_intro {
        width: 96vw;
        margin-left: 2vw;
        margin-bottom: 11vw;
    }

    .main_intro p {
        width: 96vw;
        font-size: 3vw;
        line-height: 1.8;
        margin: 0 auto 3vw;
    }

    .pickup__list {
        width: 96vw;
        margin-left: 2vw;
        margin-bottom: 4vw;
    }

    .pickup__list li {
        width: calc(calc(100% - 2%) / 2);
        margin-bottom: 9vw;
    }

    .pickup__item-image {
        height: auto;
        margin-bottom: 2.5vw;
    }


    .pickup__item-heading-link {
        width: 47vw;
        font-size: 3vw;
        line-height: 1.6;
        margin-bottom: 2px;
        letter-spacing: -0.01rem;
    }


    .pickup__item-price {
        font-size: 4.2vw;
        letter-spacing: 0rem;
    }

    .pickup__item-price-taxin {
        font-size: 2.8vw;
        font-weight: 500;
        letter-spacing: 0.04em;
    }

    .pickup-more {
        margin-bottom: 24vw;
    }

    .pickup-more__btn:before {
        width: 76vw;
        height: 11.5vw;
        font-size: 3.5vw;
        text-align: center;
        padding-top: 3.5vw;
        padding-left: 11vw;
        border-right: none;
    }

    .pickup-more__btn:after {
        font-size: 5vw;
        width: 12vw;
        height: 11.5vw;
        padding-top: 2.5vw;
        padding-left: 1vw;
        text-align: center;
    }

    .pc_img {
        display: none !important;
    }

    .sp_img {
        display: block !important;
    }

    .pickup_wrapp {
        width: 100vw;
        text-align: center;
        margin: 13vw auto 0vw;
    }

    .pickup_wrapp_atte {
        text-align: center;
        font-size: 3vw;
        margin-top: 4vw;
        margin-bottom: 10vw;
    }

}</pre></body></html>