@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
/*================================
	wrapper
=================================*/
.l-wrapper
{
    font-family: 'TTCommons-Regular', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 1.4rem;

    color: #000030;
    background: #eee;
}
@media screen and (min-width: 768px)
{
    .l-wrapper a
    {
        color: #000030;
    }
}
@media screen and (max-width: 767px)
{
    .l-wrapper a
    {
        color: #000030;
    }
}

/*================================
	キービジュアル
=================================*/
.l-kv__img
{
    vertical-align: bottom;
}

/*================================
	メインコンテナ
=================================*/
.l-main
{
    max-width: 1000px;
    margin: auto;
}

.l-container
{
    background: #fff;
}

.l-bnr
{
    max-width: 1000px;
    margin: auto;
}

@media screen and (min-width: 768px)
{
    .l-container
    {
        position: relative;

        padding-top: 54px;
        padding-bottom: 120px;
    }
}


/*================================
	コンテンツ
=================================*/
.l-content
{
    padding-top: 160px;
    padding-bottom: 120px;
}
@media screen and (max-width: 767px)
{
    .l-content
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.l-content__product
{
    padding-top: 60px;
}
.l-content:first-child
{
    padding-top: 0;
}
@media screen and (max-width: 767px)
{
    .l-content:first-child
    {
        padding-top: 30px;
    }
}

.l-content + .l-content
{
    padding-top: 0;
}

.l-content__bg
{
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 767px)
{
    .l-content__bg
    {
        padding-top: 30px;
        padding-bottom: 23px;
    }
}
.l-content__bg--pickup
{
    background: #f4f4f4;
}

.l-inner
{
    width: 100%;
    max-width: 840px;
    margin: auto;
}

.l-inner--narrow
{
    max-width: 656px;
}

.l-inner--wide
{
    max-width: 1000px;
}

@media screen and (max-width: 767px)
{
    .l-inner,
    .l-inner--narrow
    {
        width: min(84%, 1000px);
    }
    .l-inner--wide
    {
        max-width: 1000px;
    }
}
@media screen and (min-width: 768px)
{
    .l-content__product.rankingItem:last-of-type
    {
        padding-bottom: 0;
    }
}

/*================================
	タイトルエリア
=================================*/
.about
{
    padding-bottom: 80px;

    background: #fff;
}
@media screen and (max-width: 767px)
{
    .about
    {
        padding-top: 40px;
    }
}

.about__introduction
{
    font-size: 1.6rem;
    line-height: 1.875;

    margin-top: 27px;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .about__introduction
    {
        font-size: 1.4rem;
        font-weight: 500;

        margin-top: 41px;
    }
}

.about__menu
{
    margin: 86px auto 0;
    max-width: 744px;

}
@media screen and (max-width: 767px)
{
    .about__menu
    {
        margin-top: 69px;
    }
}

.menuList
{
    display: flex;

    margin-top: -18px;
    margin-left: -30px;

    word-wrap: break-word;

    flex-wrap: nowrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px)
{
    .menuList
    {
        flex-wrap: wrap;
    }
}

.menuList__item
{
    width: calc((100% - 120px) / 5);
    margin-top: 18px;
    margin-left: 30px;
    position: relative;
    text-align: center;
}

.menuList__item2
{
    width: calc((100% - 120px) / 5);
    margin-top: 32px;
    margin-left: 30px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px)
{
    .menuList__item
    {
        width: calc((100% - 60px) / 2);
        position: relative;
    }

    .menuList__item2
    {
        width: calc((100% - 60px) / 2);
        position: relative;
    }
}

.menuList__num
{
    font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 16.6666666667px;

    position: relative;
}
.menuList__num::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;

    content: '';

    border-bottom: 1px solid #000030;
}

.menuList__category
{
    font-size: 1.6rem;

    position: relative;

    margin-top: 12px;
    /*padding-right: 12px;*/

}
@media screen and (max-width: 767px)
{
    .menuList__category
    {
        font-size: 11.6666666667px;
        margin-top: 26px;
        /*padding-left: 12px;*/
        
    }
}

.menuList__category2
{
    font-size: 1.6rem;

    position: relative;

    margin-top: 12px;
    /*padding-right: 12px;*/

}
@media screen and (max-width: 767px)
{
    .menuList__category2
    {
        font-size: 11.6666666667px;
        margin-top: 26px;
        /*padding-left: 12px;*/
        
    }
}

.menuList__category::after
{
    position: absolute;
    top: 70px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: solid 1px #000030;
    border-right: solid 1px #000030;
}

@media screen and (max-width: 767px)
{
.menuList__category::after
{
    position: absolute;
    top: 50px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: solid 1px #000030;
    border-right: solid 1px #000030;
}
}

.menuList__category2::after
{
    position: absolute;
    top: 56px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: solid 1px #000030;
    border-right: solid 1px #000030;
}


@media screen and (max-width: 767px)
{
    .menuList__category2::after
    {
        position: absolute;
        top: 36px;
        right: 0px;
        left: 0;
        margin: 0 auto;
        width: 10px;
        height: 10px;
    
        content: '';
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
    
        border-top: solid 1px #000030;
        border-right: solid 1px #000030;
    }
}


/*================================
	ピックアップアイテム
=================================*/
.pickupItem
{
    position: relative;
}
.pickupItem .review__position--inline
{
    font-size: 1.6rem;

    margin-left: 0;
}
.pickupItem .review__position--break
{
    margin-left: 0;
}
@media screen and (max-width: 767px)
{
    .pickupItem .review__position.review__position--inline
    {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px)
{
    .pickupItem .review__voice
    {
        margin-top: 20px;
    }
}

.pickupItem__icon
{
    position: absolute;
    top: 0;
    left: 0;

    width: 180px;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and (max-width: 767px)
{
    .pickupItem__icon
    {
        width: 145px;
    }
}

.pickupItem__title
{
    font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 2.8rem;

    position: relative;

    padding-bottom: 24px;

    text-align: center;
    letter-spacing: 5px;
}
@media screen and (max-width: 767px)
{
    .pickupItem__title
    {
        font-family: 'TTCommons-DemiBold', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
        font-size: 16.6666666667px;

        padding-left: 8%;
        padding-right: 8%;
        padding-top: 20px;
        padding-bottom: 0;

        text-align: center;
        letter-spacing: 4px;
    }
}
.pickupItem__title::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;

    content: '';

    border-bottom: 2px solid #000030;
}
@media screen and (max-width: 767px)
{
    .pickupItem__title::after
    {
        content: none;
    }
}

.pickupItem__introduction
{
    font-size: 1.8rem;
    line-height: 1.666;

    margin-top: 24px;
    padding: 0 80px;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .pickupItem__introduction
    {
        font-size: 1.4rem;
        line-height: 1.75;

        margin-top: 26px;
        padding: 0 8%;
    }
}

.pickupProduct
{
    display: grid;

    margin-top: 80px;
    margin-right: -80px;

    grid-template-columns: 1fr 470px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows:         max-content;
    gap: 60px;
    grid-template-areas: 'detail image';
}
@media screen and (max-width: 767px)
{
    .pickupProduct
    {
        margin-top: 37px;
        margin-right: inherit;

        grid-template-areas: 'detail image';
        grid-template-columns: 100%;
        grid-template-rows: auto;
        gap: 30px 0;
    }
}
.pickupProduct:nth-of-type(2n)
{
    margin-top: 150px;
    margin-right: -30px;
    margin-left: -80px;

    grid-template-columns: 500px 1fr;
    grid-template-areas: 'image detail' 'image review';
}
@media screen and (max-width: 767px)
{
    .pickupProduct:nth-of-type(2n)
    {
        margin-top: 70px;
        margin-right: inherit;
        margin-left: inherit;

        grid-template-areas: 'detail image';
        grid-template-columns: 100%;
        grid-template-rows: auto;
        gap: 30px 0;
    }
}
.pickupProduct:last-of-type
{
    margin-top: 90px;
}
@media screen and (max-width: 767px)
{
    .pickupProduct:last-of-type
    {
        margin-top: 40px;
    }
}
.pickupProduct:not(:first-of-type)
{
    /*gap: 45px 30px;*/
    grid-template-rows: 470px 1fr;
}
@media screen and (max-width: 767px)
{
    .pickupProduct:not(:first-of-type)
    {
        gap: 30px;
        grid-template-rows: auto;
    }
}
.pickupProduct__image
{
    grid-area: image;
}

.review__variation__img
{
    width: 60px;
}

.pickupProduct__detail
{
    grid-area: detail;
}

.pickupProduct__title
{
    margin-top: 60px;
}
.pickupProduct__title:first-child
{
    margin-top: 0;
}
@media screen and (max-width: 767px)
{
    .pickupProduct__title:first-child
    {
        font-size: 1.6rem;

        margin-top: 23px;

        grid-area: title;
    }
}

.detail__category
{
    font-family: 'TTCommons-DemiBold', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 13.3333333333px;
}
@media screen and (max-width: 767px)
{
    .detail__category
    {
        font-family: 'TTCommons-DemiBold', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
        font-size: 10px;
    }
}

.detail__name
{
    font-family: 'TTCommons-DemiBold', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
}

.detail__nameSab
{
    font-family: 'TTCommons-Regular', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.detail__price
{
    font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;

    position: relative;

    margin-top: 10px;
    padding-top: 10px;

    text-align: right;
}

.detail__price2
{
    font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;

    position: relative;

    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

    text-align: right;
}


.detail__price::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    content: '';

    border-top: 1px solid #000030;
}

.detail__price2::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    content: '';

    border-top: 1px solid #000030;
}


.detail__tax
{
    font-family: 'TTCommons-Regular', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.pickupProduct__review
{
    margin-top: 30px;
    grid-area: review;

}

.review
{
    margin-top: 30px;
    padding: 22px 24px;

    border-radius: 2px;
    background: #dcdddd;
}
@media screen and (max-width: 767px)
{
    .review
    {
        padding: 24px 18px;
        margin-top: 20px;
    }
}

.item-color
{
    display: flex;

    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.item-color-img
{
    width: 14%;
   }

.item-color-text
{
    margin-left: 20px;
    font-size:1.6rem;

    flex-basis: auto;
    flex-grow: 1;
   }

.item
{
    display: flex;
    justify-content:flex-start;
   }

.plusoneitem
    {
        background: #fff;
        padding: 28px 24px;
        margin-top: 50px;
        position: relative;
    }

.plusoneitem_icon
{
    background: #000030;
    padding: 2px 16px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 0;
}


.review:first-child
{
    margin-top: 0;
}

.review__storeName
{
    font-size: 1.6rem;
    font-weight: 500;
}
@media screen and (max-width: 767px)
{
    .review__storeName
    {
        font-size: 1.4rem;
        font-weight: 500;
    }

}

.review__position
{
    font-size: 1.2rem;
    font-weight: 500;

    margin-left: 8px;
}
@media screen and (max-width: 767px)
{
    .review__position
    {
        margin-left: 0;
    }
}

.review__voice
{
    line-height: 1.7142857143;

    margin-top: 22px;

    letter-spacing: .0007em;

    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
}
@media screen and (max-width: 767px)
{
    .review__voice
    {
        margin-top: 20px;

        letter-spacing: .00196em;
    }
}

.flex__wrapper
{
    display: flex;

    align-items: center;
}
@media screen and (max-width: 767px)
{
    .flex__wrapper
    {
        display: block;
    }
}

@media screen and (max-width: 767px)
{
    .review__storeName__pickup
    {
        padding-bottom: 8px;
    }
}

.review__variation
{
    display: flex;

    border-left: 1px solid #000030;

    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width: 767px)
{
    .review__variation
    {
        padding: 6px 0 0 0;

        border-top: 1px solid #000030;
        border-left: none;
    }
}

.review__variation__title
{
    font-size: 1.2rem;
    font-weight: 500;
}

.review__variation__img
{
    margin-left: 8px;
}
@media screen and (min-width: 768px)
{
    .review__variation__img
    {
        margin-left: 6px;
    }
}

@media screen and (max-width: 767px)
{
    .review__variation.u-arrow--right:before
    {
        right: 7px;
    }
}

.detail__unit
{
    margin-right: .7em;
}
@media screen and (max-width: 767px)
{
    .detail__unit
    {
        font-size: 1.2rem;
    }
}

.detail__price:not(:first-of-type)
{
    margin-top: 0;
    padding-top: 0;
}
.detail__price:not(:first-of-type)::before
{
    content: none;
}
.detail__price:not(:first-of-type) .detail__unit
{
    margin-right: .3em;
}

/*================================
	ランキングアイテム
=================================*/
.rankingItem__num
{
    font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 18.3333333333px;

    position: relative;

    padding-bottom: 12px;

    text-align: center;
    letter-spacing: 2.64px;
}
@media screen and (max-width: 767px)
{
    .rankingItem__num
    {
        padding-bottom: 4px;
    }
}
.rankingItem__num::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;

    content: '';

    border-bottom: 2px solid #000030;
}

.menuline
{		
    margin-top: 0;				
    border: 0;		
    border-top: 0px solid #CCCCCC;
}

.menuline2
{		
    margin-top: 3.5rem;				
    border: 1px;		
    border-top: 0px solid #CCCCCC;
    margin-top: 3.5rem;
}

@media screen and (max-width: 767px)
{
.menuline
{		
    margin-top: 3.3rem;				
    border: 0;		
    border-top: 1px solid #CCCCCC;
    width: calc((150% - 0px) / 2);

}

.menuline2
{		
    margin-top: 4rem;			
    border: 0;		
    border-top: 1px solid #CCCCCC;
    width: calc((150% - 0px) / 2);
}
}

.rankingItem__title
{
    font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    font-size: 2.2rem;

    margin-top: 16px;

    text-align: center;
    letter-spacing: 5.28px;
}
@media screen and (max-width: 767px)
{
    .rankingItem__title
    {
        font-size: 18.3333333333px;

        margin-top: 12px;
        margin-right: 8%;
        margin-left: 8%;

        letter-spacing: 3px;
    }
}

.rankingProduct__heading__wrapper
{
    display: flex;

    margin: 72px 0 75px;
    padding: 17px 80px 24px;

    transition: .3s;

    background-size: cover;

    flex-wrap: wrap;
    align-items: center;
}
.rankingProduct__heading__wrapper:hover
{
    opacity: .8;
}
.rankingProduct__heading__wrapper .rankingProduct__heading__icon
{
    margin-right: 49px;

    flex-basis: 84px;
}
.rankingProduct__heading__wrapper .rankingProduct__heading__headingText
{
    font-size: 1.3rem;

    margin-left: auto;
    padding-top: 26px;

    text-align: right;
}
.rankingProduct__heading__wrapper .rankingProduct__heading__Title
{
    font-size: 3.5rem;

    padding-top: 26px;
}
.rankingProduct__heading__wrapper:nth-of-type(1)
{
    background-image: url(../img/202312/product/best_cosmetics_img-01-1_bg.png);
}
.rankingProduct__heading__wrapper:nth-of-type(1) .rankingProduct__heading__icon
{
    flex-basis: 128px;
}
.rankingProduct__heading__wrapper:nth-of-type(1) .rankingProduct__heading__headingText
{
    padding-top: 36px;

    color: #737381;
}
.rankingProduct__heading__wrapper:nth-of-type(1) .rankingProduct__heading__Title
{
    padding-top: 36px;
}
.rankingProduct__heading__wrapper:nth-of-type(2)
{
    margin-top: 109px;
    padding-top: 20px;
    padding-bottom: 27px;

    background-image: url(../img/202312/product/best_cosmetics_img-01-2_bg.png);
}
.rankingProduct__heading__wrapper:nth-of-type(2) .rankingProduct__heading__headingText
{
    color: #737381;
}
.rankingProduct__heading__wrapper:nth-of-type(2) .rankingProduct__heading__icon
{
    margin-right: 110px;
}
.rankingProduct__heading__wrapper:nth-of-type(3)
{
    margin-top: 103px;
    padding-top: 18px;
    padding-bottom: 29px;

    background-image: url(../img/202312/product/best_cosmetics_img-01-3_bg.png);
}
.rankingProduct__heading__wrapper:nth-of-type(3) .rankingProduct__heading__headingText
{
    color: #fff;
}
.rankingProduct__heading__wrapper:nth-of-type(3) .rankingProduct__heading__icon
{
    margin-right: 55px;
}
@media screen and (max-width: 767px)
{
    .rankingProduct__heading__wrapper
    {
        padding: 21px 30px;
    }
    .rankingProduct__heading__wrapper:nth-of-type(1)
    {
        padding-top: 21px;
        padding-bottom: 48px;

        background-image: url(../img/202312/product/best_cosmetics_img-01-1-2_bg.png);
    }
    .rankingProduct__heading__wrapper:nth-of-type(1) .rankingProduct__heading__icon
    {
        margin-right: 44px;

        flex-basis: 110px;
    }
    .rankingProduct__heading__wrapper:nth-of-type(1) .rankingProduct__heading__headingText
    {
        margin-top: 32px;
        padding: 0;

        color: #000030;
    }
    .rankingProduct__heading__wrapper:nth-of-type(1) .rankingProduct__heading__Title
    {
        padding-top: 33px;
    }
    .rankingProduct__heading__wrapper:nth-of-type(2)
    {
        padding-bottom: 31px;

        background-image: url(../img/202312/product/best_cosmetics_img-01-2-2_bg.png);
    }
    .rankingProduct__heading__wrapper:nth-of-type(2) .rankingProduct__heading__icon
    {
        margin-right: 58px;
    }
    .rankingProduct__heading__wrapper:nth-of-type(2) .rankingProduct__heading__headingText
    {
        margin-top: 24px;
        padding: 0;

        flex-grow: 1;
    }
    .rankingProduct__heading__wrapper:nth-of-type(3)
    {
        padding-bottom: 21px;

        background-image: url(../img/202312/product/best_cosmetics_img-01-3-2_bg.png);
    }
    .rankingProduct__heading__wrapper:nth-of-type(3) .rankingProduct__heading__icon
    {
        margin-right: 23px;
    }
    .rankingProduct__heading__wrapper:nth-of-type(3) .rankingProduct__heading__Title
    {
        color: #fff;
    }
    .rankingProduct__heading__wrapper:nth-of-type(3) .rankingProduct__heading__headingText
    {
        margin-top: 29px;
        padding: 0;
    }
    .rankingProduct__heading__wrapper .rankingProduct__heading__icon
    {
        flex-basis: 84px;
    }
    .rankingProduct__heading__wrapper .rankingProduct__heading__headingText
    {
        font-size: 1.3rem;
        font-weight: 300;

        margin: 0 auto;
        padding-top: 0;

        text-align: center;
    }
    .rankingProduct__heading__wrapper .rankingProduct__heading__Title
    {
        font-size: 2.5rem;
        line-height: 1;

        padding-top: 26px;
    }
}

.rankingItem.rankingItem__widthTextLink .rankingProduct
{
    gap: 0 30px;
    grid-template-rows: auto auto 1fr;
}
.rankingItem.rankingItem__widthTextLink .rankingProduct__detail
{
    margin-bottom: 30px;
}
.rankingItem.rankingItem__widthTextLink .rankingProduct__textLink
{
    margin-top: 20px;
}
.rankingItem.rankingItem__widthTextLink .rankingProduct__textLink a
{
    transition: .3s;
}
.rankingItem.rankingItem__widthTextLink .rankingProduct__textLink a:hover
{
    opacity: .6;
}
.rankingItem.rankingItem__widthTextLink .rankingProduct__textLink .u-arrow--bottom::before,
.rankingItem.rankingItem__widthTextLink .rankingProduct__textLink .u-arrow--left::before,
.rankingItem.rankingItem__widthTextLink .rankingProduct__textLink .u-arrow--right::before,
.rankingItem.rankingItem__widthTextLink .rankingProduct__textLink .u-arrow--top::before
{
    top: 3px;
}
@media screen and (max-width: 767px)
{
    .rankingItem.rankingItem__widthTextLink .rankingProduct__image
    {
        margin-bottom: 30px;
    }
}

.rankingItem__unorderd .rankingItem__introduction
{
    font-size: 1.8rem;

    margin: 30px 0 9px;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .rankingItem__unorderd .rankingItem__introduction
    {
        font-size: 1.4rem;

        margin: 44px 0 0;
    }
}
.rankingItem__unorderd .rankingProduct .rankingProduct__icon
{
    display: none;
}
.rankingItem__unorderd .rankingProduct .rankingProduct__title
{
    margin-left: 0;
}

.rankingProduct
{
    display: grid;

    margin-top: 90px;
    margin-right: -80px;

    grid-template-columns: 1fr 470px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows:         max-content;
    gap: 60px;
    grid-template-areas: 'detail image' 'review image' 'textLink image';
}
@media screen and (max-width: 767px)
{
    .rankingProduct
    {
        margin-top: 70px;
        margin-right: inherit;

        grid-template-areas: 'detail' 'image' 'review' 'textLink';
        grid-template-columns: 100%;
        grid-template-rows: auto;
        gap: 20px 0;
    }
    .rankingProduct:first-child
    {
        margin-top: 50px;
    }
}
.rankingProduct:nth-of-type(2n)
{
    margin-top: 90px;
    margin-right: -30px;
    margin-left: -80px;

    grid-template-columns: 470px 1fr;
    grid-template-areas: 'image detail' 'image review';
}
@media screen and (max-width: 767px)
{
    .rankingProduct:nth-of-type(2n)
    {
        margin-top: 70px;
        margin-right: inherit;
        margin-left: inherit;

        grid-template-areas: 'detail' 'image' 'review';
        grid-template-columns: 100%;
        grid-template-rows: auto;
        gap: 30px 0;
    }
}
.rankingProduct:last-of-type
{
    margin-top: 90px;
}
@media screen and (max-width: 767px)
{
    .rankingProduct:last-of-type
    {
        margin-top: 90px;
    }
}
.rankingProduct:not(:first-of-type)
{
    /*gap: 45px 30px;*/
    grid-template-rows: auto 1fr;
}
@media screen and (max-width: 767px)
{
    .rankingProduct:not(:first-of-type)
    {
        gap: 20px;
        grid-template-rows: auto;
    }
}
.rankingProduct__image
{
    grid-area: image;
}

.rankingProduct__detail
{
    display: flex;

    justify-content: space-between;
    grid-area: detail;
}

.rankingProduct__icon
{
    flex-basis: 84px;
}

.rankingProduct__title
{
    margin-left: 20px;
    padding-top: 16px;

    flex-basis: auto;
    flex-grow: 1;
}
@media screen and (max-width: 767px)
{
    .rankingProduct__title
    {
        margin-left: 16px;
        padding-top: 0;
    }
}

.rankingProduct__title2
{
    padding-top: 16px;
    flex-basis: auto;
    flex-grow: 1;
}
@media screen and (max-width: 767px)
{
    .rankingProduct__title2
    {
        margin-left: 0;
    }
}


@media screen and (max-width: 767px)
{
    .rankingDetail__mane
    {
        font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
        font-size: 1.6rem;
    }
}

.rankingProduct__textLink
{
    grid-area: textLink;
}

.rankingProduct__review
{
    grid-area: review;
}
.rankingProduct__review .review__position--inline
{
    font-size: 1.2rem;
    margin-left: 8px;

}
@media screen and (max-width: 767px)
{
    .rankingProduct__review .review__position--inline
    {
        display: inline;
    }
}

.link_item
{
    margin-top: 20px; 
}
.link_item2
{
    text-decoration: underline;
}


.storeName__inner--borderBottom
{
    display: flex;

    margin-bottom: .75em;
    padding-bottom: .75em;

    border-bottom: 1px solid #000030;

    justify-content: space-between;
    align-items: flex-end;
}
.storeName__inner--borderBottom.u-arrow--right::before
{
    top: auto;
    bottom: 1.15em;
}
@media screen and (max-width: 767px)
{
    .storeName__inner--borderBottom
    {
        margin-bottom: 3.75em;
    }
    .storeName__inner--borderBottom .review__price
    {
        position: absolute;
        right: 0;
        bottom: -36px;
    }
}

.review__position--block
{
    margin-left: 0;
}
@media screen and (max-width: 767px)
{
    .review__position--block
    {
        display: block;
    }

    .review__position.review__position--inline
    {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px)
{
    .link__text
    {
        display: block;

        transition: all .3s;
    }
    .link__text:hover
    {
        transition: all .3s;

        opacity: .8;
    }
    .link__image
    {
        transition: all .3s;
    }
    .link__image:hover
    {
        transition: all .3s;

        opacity: .8;
    }
}
.l-bnr .bnr__btn
{
    display: block;

    max-width: 650px;
    margin: calc(4rem + 20px) auto 0;
    padding-bottom: 4rem;

    transition: .3s;
}
.l-bnr .bnr__btn:hover
{
    opacity: .7;
}
@media screen and (max-width: 767px)
{
    .l-bnr .bnr__btn
    {
        margin: 4rem 8% 0;
        padding-bottom: 4rem;
    }
}

.swiper
{
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px)
{
    .swiper-wrapper
    {
        display: flex;
        flex-direction: column;
    }
    .swiper-a:not(.swiper-initialized)
    {
        padding: 0;
    }
    .swiper-button-prev,
    .swiper-button-next
    {
        display: none;
    }
    .swiper-pagination
    {
        display: none;
    }
}
.swiper-pagination-bullet-active
{
    background-color: #000030;
}

.u-en
{
    font-size: 120%;
}

.u-ta--center
{
    text-align: center;
}
.u-ta--left
{
    text-align: left;
}
.u-ta--right
{
    text-align: right;
}

.u-fw--lighter
{
    font-weight: lighter;
}
.u-fw--normal
{
    font-weight: normal;
}
.u-fw--bold
{
    font-weight: bold;
}
.u-fw--bolder
{
    font-weight: bolder;
}

.u-lh--normal
{
    line-height: 1.5;
}
.u-lh--wide
{
    line-height: 2;
}

.u-tt--demibold
{
    font-family: 'TTCommons-DemiBold', sans-serif;
}
.u-tt--bold
{
    font-family: 'TTCommons-Bold', sans-serif;
}
.u-tt--medium
{
    font-family: 'TTCommons-Medium', sans-serif;
}
.u-tt--light
{
    font-family: 'TTCommons-Light', sans-serif;
}

.u-arrow--left::before,
.u-arrow--bottom::before,
.u-arrow--right::before,
.u-arrow--top::before
{
    position: absolute;
    top: 50%;
    right: 11px;

    width: 11px;
    height: 11px;

    content: '';

    border-top: solid 1px #000030;
    border-right: solid 1px #000030;
}

.u-arrow--top
{
    position: relative;

    padding-right: 22px;
}
.u-arrow--top::before
{
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
}

.u-arrow--right
{
    position: relative;

    padding-right: 22px;
}
.u-arrow--right::before
{
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
}

.u-arrow--bottom
{
    position: relative;

    padding-right: 22px;
}
.u-arrow--bottom::before
{
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
}

.u-arrow--left
{
    position: relative;

    padding-right: 22px;
}
.u-arrow--left::before
{
    -webkit-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
}

.u-btn__container
{
    display: flex;
    flex-direction: column;

    max-width: 680px;
    margin: auto;

    align-items: center;
    justify-content: center;
    gap: 24px 0;
}
@media screen and (min-width: 768px)
{
    .u-btn__container
    {
        flex-direction: row;

        gap: 0 24px;
    }
}

.u-btn
{
    display: inline-block;

    width: 100%;
    min-width: 200px;
    padding: 16px 32px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 4px;
    background: #2b2f33;
}
.u-btn--black
{
    color: #fff;
    background: #2b2f33;
}
.u-btn--black:hover
{
    opacity: .8;
    color: #fff;
    background: #2b2f33;
}
.u-btn--white
{
    color: #000030;
    background: #fff;
}
.u-btn--white:hover
{
    opacity: .8;
    color: #000030;
    background: #fff;
}
.u-btn__border
{
    border: 1px solid #fff;
}
.u-btn__border--black
{
    border: 1px solid #2b2f33;
}
.u-btn--en
{
    padding: 14px 32px;
}

.u-btn__arrow
{
    position: relative;

    display: inline-block;
}
.u-btn__arrow::before
{
    position: absolute;
    top: 50%;
    right: 16px;

    width: 12px;
    height: 12px;
    margin-top: -6px;

    content: '';
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%);

    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
.u-btn__arrow--top::before
{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.u-btn__arrow--right::before
{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.u-btn__arrow--bottom::before
{
    margin-top: -12px;

    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.u-btn__arrow--left::before
{
    right: initial;
    left: 16px;

    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}
.u-btn__arrow--black::before
{
    border-top: solid 1px #2b2f33;
    border-right: solid 1px #2b2f33;
}

.u-h1__line
{
    position: relative;

    display: block;

    margin-bottom: 1em;
    padding-bottom: 32px;
}
@media screen and (max-width: 767px)
{
    .u-h1__line
    {
        padding-bottom: 18px;
    }
}
.u-h1__line::before
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: inline-block;

    width: 80px;
    height: 5px;

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    border-radius: 2px;
    background-color: #000030;
}
@media screen and (max-width: 767px)
{
    .u-h1__line::before
    {
        width: 40px;
    }
}

.u-display__block
{
    display: block;
}

.u-display__inline-block
{
    display: inline-block;
}

.u-display__inline
{
    display: inline;
}

.l-container-l-bnr
{
    margin-top: 100px;
}

@media screen and (max-width: 767px)
{
.l-container-l-bnr
{
    margin-top: 30px;
}
}

img.FootBnr__thumb
{
    margin-bottom: 30px;
}

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvdW5kYXRpb24vX2ZvbnQuc2NzcyIsImxheW91dC9fbGF5b3V0LnNjc3MiLCJmb3VuZGF0aW9uL192YXJpYWJsZXMuc2NzcyIsImZvdW5kYXRpb24vX21peGlucy5zY3NzIiwib2JqZWN0L19vYmplY3Quc2NzcyIsIm9iamVjdC9fc3dpcGVyLnNjc3MiLCJ1dGlsaXR5L191dGlsaXR5LnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUVRO0FDRVI7QUFBQTtBQUFBO0FBSUE7RUFDQyxhREVtQjtFQ0RuQjtFQUVBLE9DU1k7RURSWixZQ01lOztBQ3FFWjtFRjFFSDtJQUVFLE9DS1U7OztBQ21FVDtFRjFFSDtJQUtFLE9DRVU7Ozs7QURJYjtBQUFBO0FBQUE7QUFLQztFQUNDOzs7QUFJRjtBQUFBO0FBQUE7QUFHQTtFQUNDLFdDTFc7RURNWDs7O0FBRUQ7RUFDQyxZQ3pCYTs7O0FEMkJkO0VBQ0MsV0NaVztFRGFYOzs7QUV5Q0c7RUZyQ0g7SUFDQztJQUNBO0lBQ0E7OztBQUtGO0FBQUE7QUFBQTtBQUlBO0VBQ0M7RUFDQTs7QUV1Qkc7RUZ6Qko7SUFLRTtJQUNBOzs7QUFHRDtFQUNDOztBQUdEO0VBQ0M7O0FFV0U7RUZaSDtJQUlFOzs7O0FBS0g7RUFDQzs7O0FBR0Q7RUFDQztFQUNBOztBRUhHO0VGQ0o7SUFLRTtJQUNBOzs7QUFHRDtFQUNDLFlDdEVhOzs7QUQyRWY7RUFDQztFQUNBLFdDdEVnQjtFRHVFaEI7OztBQUdEO0VBQ0MsV0M1RWM7OztBRCtFZjtFQUNDLFdDakZXOzs7QUNzRFI7RUYrQkg7SUFDQzs7RUFFRDtJQUNDLFdDekZVOzs7QUNzRFI7RUZ1Q0o7SUFFRTs7OztBRzdIRjtBQUFBO0FBQUE7QUFJQTtFQUNDO0VBRUEsWUZPYTs7QUNzRVY7RUNoRko7SUFNRTs7OztBQVVGO0VBQ0M7RUFDQTtFQUVBO0VBRUE7O0FEMERHO0VDaEVKO0lBU0U7SUFDQTtJQUNBOzs7O0FBS0Y7RUFDQzs7QUQrQ0c7RUNoREo7SUFJRTs7OztBQUlG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 */
