/* =============
共通
==============*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


/*.fs-l-main {
    padding: 0;
    max-width: none;
}
.fs-l-pageMain {
    max-width: none;
    padding: 0!important;
}*/
.fs-l-footer {
    margin-top: 0;
}

h2 {
    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;
}

/* =============
バナー
==============*/

.bnr_delivery-free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto;
    width: 100%;
    max-width: 1100px;
}
.bnr_delivery-free img {
    width: 49%;
    height: 100%;
}

/* =============
カルーセル
==============*/

.slick-slide {
    margin: 0 40px;
}
.fs-c-slick .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 45px;
    margin: 3px 10px;
}
.fs-c-slick .slick-dots li button:before {
    content: "";
    width: 45px;
    height: 10px;
    background: #D1D1D1;
}
.fs-c-slick .slick-dots li.slick-active button:before {
    background: #1E1E1E;
}
.fs-c-slick .slick-next,
.fs-c-slick .slick-prev {
    display: none!important;
}
/* =============
RECOMMEND
==============*/
.top_reommend {
    width: 100%;
    max-width: 1100px;
    margin: 130px auto 140px;
}
.top_reommend_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_reommend_inner a {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}
.top_reommend_inner a img {
    width: 100%;
}

/* =============
BRANDS
==============*/

.top_brands {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 140px;
}
.top_brands_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 100px;
}
.top_brands_logo a {
    display: inline-block;
    width: 23.7%;
    margin-bottom: 36px;
}
.top_brands_logo a img {
    width: 100%;
}

.top_brands_bnr {
    display: -webkit-box;
    /* display: -ms-flexbox;=*/
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
}

.top_brands_bnr a {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}
.top_brands_bnr a img {
    width: 100%;
}


.top_brands h3{
    max-width: 1000px;
    margin: 0 auto 10px;
    font-weight: bold;
    font-size: 20px;


}

/* =============
NEWS
==============*/

.top_news {
    width: 100%;
    background: #1E1E1E;
    padding: 0;
    margin: 0 auto;
}
.top_news h2 {
    color: #fff;
    padding: 60px 0 0;
}

.fs-pt-list {
    background: #1E1E1E;
    padding: 40px 0 110px;
    margin: 0;
    color: #fff!important;
}
.fs-pt-list__link {
    color: #fff!important;
    font-size: 1.6rem;
}
.fs-p-dateList > li {
    border: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 35px;
    padding: 0 20px;
    color: #fff!important;
}
.fs-p-dateList > li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.fs-pt-list--unordered > li::before {
    border: 3px solid #fff;
    background: #fff;
    top: 0.35em;
    margin-left: -1.5em;
}

/* =============
COLUMN（上段）
==============*/
.top_column_ttl {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
}
.top_column_ttl h2 {
    padding: 105px 0 76px;
}
.fs-pt-column {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 65px;
}
.fs-pt-column__item > * + * {
    margin: 12px;
}
.fs-pt-column__item {
    padding: 8%;
}
.fs-pt-column__heading {
    font-size: 1.6rem;
    font-weight: inherit;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.fs-pt-column a {
    color: #3E3A39;
}
.top_column_readmore {
    margin-bottom: 80px;
}
.top_column_readmore p {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    text-align: right;
}
.top_column_readmore p a {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 2.0rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    padding-right: 50px;
}
.top_column_readmore p a,
.top_column_readmore p a:hover,
.top_column_readmore p a:link,
.top_column_readmore p a:visited {
    color: #1E1E1E;
}
.top_column_readmore p a::after {
    position: absolute;
    bottom: 7px;
    right: 0;
    content: "";
    background: url(https://grandprix.itembox.design/item/images/global/arrow.png);
    background-size: 100%;
    width: 40px;
    height: 15px;
    background-repeat: no-repeat;
}

/* =============
COLUMN（下段）
==============*/
.top_column_lower {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 80px;
    padding: 0 20px;
}
.top_column_lower p {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-bottom: 60px;
}
.top_column_lower_link {
    width: 440px;
    margin: 0 auto;
}
.top_column_lower_link a {
    position: relative;
    background: #1e1e1e;
    color: #fff;
    padding: 40px;
    width: 100%;
    display: inline-block;
}
.top_column_lower_link a::after {
    position: absolute;
    bottom: 15px;
    right: 17px;
    content: "";
    background: url(https://grandprix.itembox.design/item/images/global/arrow_white.png);
    background-size: 100%;
    width: 40px;
    height: 15px;
    background-repeat: no-repeat;
}

/* =============
ATTENTION
==============*/
.top_attention {
    width: 100%;
    background: #1E1E1E;
    padding: 0 20px 110px;
    margin: 0 auto;
}
.top_attention h2 {
    color: #fff;
    padding: 86px 0 55px;
    margin: 0;
    font-size: 4.0rem;
}
.top_attention_inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.top_attention_inner a {
    position: relative;
    padding: 40px 60px;
    background: #fff;
}
.top_attention_inner a,
.top_attention_inner a:hover,
.top_attention_inner a:link,
.top_attention_inner a:visited {
    color: #1E1E1E;
}
.top_attention_inner a::after {
    position: absolute;
    bottom: 15px;
    right: 17px;
    content: "";
    background: url(https://grandprix.itembox.design/item/images/global/arrow.png);
    background-size: 100%;
    width: 40px;
    height: 15px;
    background-repeat: no-repeat;
}
.top_attention_2column {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.top_attention_2column a {
    width: 49%;
    display: inline-block;
}
.top_attention_1column a {
    width: 100%;
    display: inline-block;
}
.top_attention_2column a img,
.top_attention_1column a img {
    width: 100%;
}

/* =============
DeliveryTime
==============*/
.top_deliveryTime {
    width: 100%;
    background: #F7F7F7;
    padding: 130px 20px 130px;
    margin: 0 auto;
}
.top_deliveryTime h2 {
    color: #9A9A9A;
    padding: 0 0 26px;
    font-size: 3.0em;
    text-align: left;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.top_deliveryTime_inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.6rem;
}
.top_deliveryTime_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 44px;
}
.top_deliveryTime_row div {
    width: 40%;
}
.top_deliveryTime_row img {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.top_deliveryTime_row p {
    margin: 0;
    padding: 0 10px;
    width: 26%;
}
.top_deliveryTime_attention {
    letter-spacing: 0.05em;
    margin: 0 0 50px 0;
}

.r_cal{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.6rem;
}

.r_cal_h{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.calframe_rakuten{
    width: 300px;
    text-align: center;
}

.event_rakuten{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    text-align: center;
}

td.event1day_rakuten      {
    background-color: #FFC6C6 !important;
    }
font.event1day_rakuten    {
    color: #FFC6C6;
    }

/* =============
LICENSE
==============*/

.top_license {
    padding: 170px 0;
}
.top_license h2 {
    width: 100%;
    max-width: 900px;
    border: 1px solid #707070;
    margin: 0 auto;
    letter-spacing: 0.15em;
    font-size: 4.0rem;
    padding: 0;
}
.top_license a {
    display: inline-block;
    padding: 55px 0;
    width: 100%;
}
.top_license a,
.top_license a:hover,
.top_license a:link,
.top_license a:visited {
    color: #1E1E1E;
}
.top_license a:hover {
    cursor: pointer;
}
.top_license a span {
    font-size: 1.6rem;
    color: #3E3A39;
    letter-spacing: 0.05em;
    padding-left: 40px;
    font-weight: normal;
    vertical-align: middle;
}

.top_app{
    text-align: center;
}

/* =============
future AI Recommend
==============*/
.fs-p-heading--lv2{
    display: none;
}

.fr3-productListCarousel:first-of-type {
    margin-bottom: 50px;
}

.fr3-productListCarousel__slides{
    scrollbar-width: none;
}

/* NEW */
.top_new {
    margin: 80px 0;
}

.top_new h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 1.3em;
    border-bottom: 1px solid currentColor;
    padding: 0 0 0.5em;
}

/* RANKING */
.top_ranking {
    margin: 80px 0 140px;
}

.top_ranking h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 1.3em;
    border-bottom: 1px solid currentColor;
    padding: 0 0 0.5em;
}

.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;
}
