@charset "utf-8";

#gp_cat {
    width: 1100px;
}

/* heading */

#gp_cat .gp_cat_mv {
    margin-bottom: 30px;
    margin-top: -30px;
}

#gp_cat .heading_ttl {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

#gp_cat .heading_txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 90px;
    color: #3E3A39;
}


/* anc */

#gp_cat .gp_cat_anc_box .gp_cat_anc_box_ttl {
    background-color: #000;
    min-width: 100%;
    height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 40px;
    font-family: 'Poppins', sans-serif;
}

#gp_cat .gp_cat_anc_box .gp_cat_anc_box_ttl span {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#gp_cat .gp_cat_anc_box .gp_cat_anc_box_list li,
#gp_cat .gp_cat_anc_box .gp_cat_anc_box_list li a {
    color: #3E3A39;
    font-size: 16px;
    line-height: 2.6;
}

#gp_cat .gp_cat_anc_box {
    border: 1px solid #000;
   min-width: 48%;
}

#gp_cat .gp_cat_anc > div:first-child{
    margin-right: 10px;
}

#gp_cat .gp_cat_anc > div:last-child{
    margin-left: 10px;
}

#gp_cat .gp_cat_anc_box .gp_cat_anc_box_list li::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(https://grandprix.itembox.design/item/images/category/arrow.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
}

#gp_cat .gp_cat_anc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

#gp_cat .gp_cat_anc li {
    list-style: none;
}

 
/* item */

#gp_cat .gp_cat_item .gp_cat_item_ttl {
    width: 100%;
    height: 70px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    padding: 18px 0 19px;
    margin-bottom: 50px;
}


#gp_cat .gp_cat_item .gp_cat_item_ttl span {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-left: 20px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#gp_cat .gp_cat_item .gp_cat_item_box_link a {
    margin-left: 30px;
}

#gp_cat .gp_cat_item .gp_cat_item_box {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    margin-bottom: 50px;
}

#gp_cat .gp_cat_item .gp_cat_item_box:last-child {
    margin-bottom: 100px;
}

#gp_cat .gp_cat_item .gp_cat_item_box .gp_cat_item_box_img {
    padding: 50px;
}

#gp_cat .gp_cat_item .gp_cat_item_box .gp_cat_item_box_inner {
    width: 660px;
    padding: 40px 50px 30px 90px;
    font-size: 16px;
    line-height: 1.6;
    color: #3E3A39;
}

#gp_cat .gp_cat_item .gp_cat_item_box_inner_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.7;
}

#gp_cat .gp_cat_item .gp_cat_item_box_inner_txt {
    margin-bottom: 20px;
    margin-top: 0;
}


#gp_cat .gp_cat_item .gp_cat_item_box_inner_link {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#gp_cat .gp_cat_item .gp_cat_item_box_inner_link a {
    color: #fff;
    text-decoration: none;
    background: #000 ;
    padding: 8px 14px;
    margin: 8px 0 0 0;
    font-weight: bold;
    width: 48%;
    text-align: center;
}

#gp_cat .gp_cat_item .gp_cat_item_box_inner_link a::after {
    font-family: 'fs-icon' !important;
    content: "　\e90c";
}


/* ranking */

#gp_cat .ranking_ttl {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.05em;
    color: #1E1E1E;
    font-size: 46px;
    text-align: center;
    padding: 50px 0;
}

#gp_cat .ranking .ranking_box_inner .icon1 {
    width: 45px;
    height: 43px;
    margin: 0 auto 10px;
}

#gp_cat .ranking .ranking_box_inner .icon {
    width: 51px;
    height: 43px;
    margin: 0 auto 10px;
}

#gp_cat .ranking .ranking_box_inner .img {
    width: 200px;
    margin-bottom: 20px;
}

#gp_cat .ranking .ranking_box_inner .img .add {
    margin-top: 5px;
}

#gp_cat .ranking .ranking_box_inner {
    text-align: center;
    font-size: 16px;
    width: 280px;
}

#gp_cat .ranking .ranking_box {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

#gp_cat .ranking {
    margin-bottom: 150px;
}

#gp_cat .ranking .ranking_box_inner a {
    color: #3E3A39;
}

#gp_cat .ranking .ranking_box_inner p:hover {
    opacity: 0.7;
}

/* RANKING （Recommend AI）*/
.fs-p-heading--lv2{
    display: none;
}

.fr3-productListCarousel__slides {
    scrollbar-width: none;
}

.category_ranking {
    margin: 0 0 100px;
}

.category_ranking h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 1.3em;
}

.fr3-item__rankContainer{
    justify-content: center;
}

.fr3-item__rank{
    color: #000 !important;
    background-color: #fff!important;
    border-radius:0% !important;
    width: 100px !important;
    font-size: 16px !important;
}

.fr3-item__rank[data-item-rank="1"] {
    color: #DAB25B!important;
}

.fr3-item__rank[data-item-rank="1"]::before  {
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: url("https://grandprix.itembox.design/item/images/global/icon_ranking1.svg") no-repeat center / contain;
    display: inline-block;
    margin-right: 0.5em;
}

.fr3-item__rank[data-item-rank="2"] {
    color: #858585!important;
}

.fr3-item__rank[data-item-rank="2"]::before  {
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: url("https://grandprix.itembox.design/item/images/global/icon_ranking2.svg") no-repeat center / contain;
    display: inline-block;
    margin-right: 0.5em;
}

.fr3-item__rank[data-item-rank="3"] {
    color: #BA8642!important;
}

.fr3-item__rank[data-item-rank="3"]::before  {
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: url("https://grandprix.itembox.design/item/images/global/icon_ranking3.svg") no-repeat center / contain;
    display: inline-block;
    margin-right: 0.5em;
}

.fr3-item__rank::after {
    content: "位";
    font-size: 14px;
    padding: 2px 0 0 2px;
}