@charset "utf-8";
.fs-p-topPickUP_Area {
    display: flex;
    width: 100%;
    max-width: 1316px;
    margin: 0 auto;
    padding: 0 8px !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 896px) {
    .fs-p-topPickUP_Area {
        padding: 0 !important;
    }
}

.fs-p-topPickUP_Area__inner {
    margin: 0 -31px 0 0;
    width: 1362px !important;
}

.fs-p-topPickUP__Item {
    width: calc(33.3% - 0px);
    font-weight: 500;
    letter-spacing: 0.1em;
}

.fs-p-topPickUP__Item_link {
    display: block;
    max-width: 392px;
    margin: 0;
}

.fs-p-topPickUP__Item_Image {
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 896px) {
    .fs-p-topPickUP__Item_Image {
        border-radius: 5px;
    }
}

.fs-p-topPickUP__Item_title {
    margin: 18px 0 15px;
    font-size: 1.8rem;
    color: #070A0A;
}

.fs-p-topPickUP__Item_text {
    margin: 0;
    font-size: 1.4rem;
    color: #070A0A;
}

@media screen and (max-width: 896px) {
    .fs-p-topPickUP__Item_title {
        margin: 8px 0 5px;
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .fs-p-topPickUP__Item_text {
        margin: 0;
        font-size: 1.1rem;
        line-height: 1.57;
        font-weight: 400;
    }
}

.fs-p-heading--lv2.topEnjoylife {
    margin-top: 40px !important;
}

.topEnjoylife .gf-Poppins {
    margin-left: 8px;
}

.fs-p-topEnjoyLife_Area {
    display: flex;
    width: 100%;
    max-width: 1316px;
    margin: 0 auto;
    padding: 0 8px !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fs-p-topEnjoyLife_Area.sp-only {
    display: none;
}

.fs-p-topEnjoyLife_Area__inner {
    margin: 0 -31px 0 0;
    width: 1362px !important;
}

@media screen and (max-width: 896px) {
    .fs-p-topEnjoyLife_Area {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .fs-p-topEnjoyLife_Area.swiper-container {
        display: none;
    }
    .fs-p-topEnjoyLife_Area.sp-only,
    .fs-p-topEnjoyLife_Area__inner {
        max-width: 100%;
        display: block;
    }
}

.fs-p-topEnjoyLife__Item {
    width: calc(33.3% - 0px);
}

.fs-p-topEnjoyLife__Item_link {
    display: block;
    max-width: 392px;
    margin: 0;
}

.fs-p-topEnjoyLife__Item_Image {
    max-width: 100%;
    max-height: 18vw;
    width: 100vw;
    height: 246px;
    margin: 0;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.EnjoyLife_post_meta {
    margin: 15px 0 10px;
    display: flex;
}

.EnjoyLife_icon {
    margin-right: 10px;
    padding: 3px 9px;
    background: #4E5565;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0.1em;
}

.EnjoyLife_post_date {
    font-family: Poppins;
    font-size: 1.4rem;
    color: #043D78;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.fs-p-topEnjoyLife__Item_title {
    margin: 0;
    font-size: 1.6rem;
    color: #414141;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    .fs-p-topEnjoyLife__Item {
        width: 100%
    }
    .fs-p-topEnjoyLife__Item_link {
        width: 100%;
        max-width: 100%;
        margin: 15px 0 !important;
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }
    .fs-p-topEnjoyLife__Item_Image {
        grid-column: 1;
        grid-row: 1 / 3;
        max-width: 100%;
        max-height: 100%;
        min-height: 110px;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 5px;
    }
    .EnjoyLife_post_meta {
        grid-column: 2;
        grid-row: 1;
        align-content: start;
        flex-direction: column;
        margin: 0 0 5px;
    }
    .EnjoyLife_icon {
        margin: 0 0 5px;
        padding: 3px 9px;
        font-size: 1rem;
        color: #fff;
        border-radius: 2px;
    }
    .EnjoyLife_post_date {
        font-family: Poppins;
        font-size: 1rem;
        letter-spacing: 0.1em;
    }
    .fs-p-topEnjoyLife__Item_title {
        grid-column: 2;
        grid-row: 2;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}

.fs-p-enjoyLifeButton {
    margin: 0 auto 100px;
    display: block;
    max-width: 1300px;
    width: 100%;
}

.fs-p-enjoyLifeButton__button {
    background: #043C79;
    color: #fff;
    font-family: Poppins;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 175px;
    height: 50px;
    display: flex;
    border-radius: 5px;
    margin: 0 auto;
    align-items: center;
}

.fs-p-enjoyLifeButton__button:hover,
.fs-p-enjoyLifeButton__button:visited {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 896px) {
    .fs-p-enjoyLifeButton {
        margin: 0 auto 50px;
    }
    .fs-p-enjoyLifeButton__button {
        font-size: 1.3rem;
        width: 150px;
        height: 45px;
        border-radius: 3px;
    }
}

.fs-p-enjoyLifeButton__button span {
    flex-grow: 1;
    text-align: center;
    margin: 0 0 0 30px;
}

.fs-p-enjoyLifeButton__button img {
    margin: 0 10px 0 auto;
    width: 21px;
}

.fs-l-topRanking {
    background: #f2f3f5;
    padding: 80px 8px 0;
    margin-bottom: 100px;
}

.fs-l-topRanking .fs-l-productLayout__item--tab-wrap,
.fs-l-topInstagramlink .fs-l-productLayout__item--tab-wrap {
    margin: 0;
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking {
        background: #f2f3f5;
        margin: 0 -18px 50px;
        padding: 50px 18px;
    }
}

.fs-p-topProductLink_Area {
    display: flex;
    width: 100%;
    max-width: 1316px;
    margin: 0 auto;
    padding: 0 8px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fs-p-topProductLink__Item {
    margin: 20px 0;
    width: calc(33.3% - 31px);
    position: relative;
}

@media screen and (max-width: 1119px) {
    .fs-p-topProductLink__Item {
        width: calc(33.3% - 15px);
    }
}

.fs-p-topProductLink__Item_Image {
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.fs-p-topProductLink__Item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #043C79;
    border-radius: 5px;
    width: 170px;
    height: 50px;
    color: #fff;
    position: relative;
    margin: -30px 20px 0 auto;
    padding: 15px 15px 15px 0;
    z-index: 2;
}

.fs-p-topProductLink__Item_title span {
    margin: 0;
    flex-grow: 1;
    letter-spacing: 0.1em;
    text-align: center;
}

@media screen and (max-width: 896px) {
    .fs-p-topProductLink__Item_title span {
        font-size: 1.2rem;
        margin: 0 0 0 20px;
    }
}

.fs-p-topProductLink__Item_title img {
    margin: 0 0 0 auto;
    width: 21px;
}

@media screen and (max-width: 896px) {
    .fs-p-topProductLink__Item {
        margin: 20px 0;
        width: calc(50% - 10px);
        position: relative;
    }
    .fs-p-topProductLink__Item_Image {
        border-radius: 5px;
    }
    .fs-p-topProductLink__Item_title {
        border-radius: 3px;
        width: 140px;
        height: 40px;
        margin: -25px 15px 0 auto;
        padding: 15px 15px 15px 0;
        z-index: 2;
    }
}

@media screen and (max-width: 767px) {
    .fs-p-topProductLink_Area {
        display: block;
    }
    .fs-p-topProductLink__Item {
        margin: 20px 0;
        width: 100%;
        position: relative;
    }
    .fs-p-topProductLink__Item_Image {
        border-radius: 5px;
    }
    .fs-p-topProductLink__Item_title {
        border-radius: 3px;
        width: 140px;
        height: 40px;
        margin: -25px 15px 0 auto;
        padding: 15px 15px 15px 0;
        z-index: 2;
    }
}

.fs-l-topBrandlink {
    background: #f2f3f5;
    padding: 80px 8px;
    margin-top: 80px;
}

.fs-p-topBrandlink_Area {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
}

.fs-p-topBrandlink_Area_2nd{
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 15px auto 0px;
    justify-content: space-between;
}

.fs-p-topBrandlink__Item {
    width: calc(33.3% - 31px);
    position: relative;
}

.fs-p-topBrandlink__Item.koizumi img {
    border: solid 1px #d8dbde;
    border-radius: 10px;
}

@media screen and (max-width: 1119px) {
    .fs-p-topBrandlink__Item {
        width: calc(33.3% - 15px);
    }
}

.fs-p-topBrandlink__Item_Image {
    width: 100%;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 896px) {
    .fs-l-topBrandlink {
        padding: 50px 18px;
        margin: 0 -18px;
        margin-top: 50px;
    }
    .fs-p-topBrandlink_Area {
        margin: 25px auto 0;
    }
    .fs-p-topBrandlink_Area_2nd {
        margin: 10px auto 0;
    }
    .fs-p-topBrandlink__Item {
        width: calc(33.3% - 10px);
    }
    .fs-p-topBrandlink__Item_Image {
        border-radius: 10px;
    }
}

@media screen and (max-width: 600px) {
    .fs-p-topBrandlink_Area {
        display: block;
        margin: 25px auto 0;
    }
    .fs-p-topBrandlink_Area_2nd {
        display: block;
        margin: 10px auto 0;
    }
    .fs-p-topBrandlink__Item {
        width: 100%;
    }
    .fs-p-topBrandlink__Item+.fs-p-topBrandlink__Item {
        margin-top: 10px;
    }
}

.Brandlink_Name_Block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 280px;
    min-width: 200px;
    width: 80%;
    max-height: 184px;
    min-height: 100px;
    height: 70%;
    /*background: rgba(255, 255, 255, .8);*/
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Brandlink_Name_en {
    font-size: 2.1rem;
    font-weight: bold;
    color: #262524;
    letter-spacing: 0.1em;
}

.Brandlink_Name_jp {
    font-size: 1rem;
    font-weight: bold;
    color: #434140;
    letter-spacing: 0.1em;
}

.Brandlink_Name_jp::before {
    content: "";
    display: block;
    width: 30px;
    margin: 10px auto 13px;
    border-top: solid 1px #707070;
}

@media screen and (max-width: 896px) {
    .Brandlink_Name_Block {
        margin: auto;
        border-radius: 4px;
    }
    .Brandlink_Name_en {
        font-size: 1.2rem;
    }
    .Brandlink_Name_jp {
        font-size: 1rem;
    }
    .Brandlink_Name_jp::before {
        width: 22px;
        margin: 7px auto 6px;
    }
}

.fs-l-topInstagramlink {
    background: #fff;
    padding: 100px 8px 74px;
}

@media screen and (max-width: 896px) {
    .fs-l-topInstagramlink {
        padding: 50px 0;
    }
}

.tab-label-en {
    font-family: Poppins;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #fff;
    display: block;
}

.tab-label-jp {
    font-family: Poppins;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #fff;
    display: block;
}

.tab-label[for="TAB-inst03"] .tab-label-en,
.tab-label[for="TAB-inst03"] .tab-label-jp {
    color: #013B7A !important;
}

.fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label+.tab-content {
    margin-top: 40px;
    overflow: initial !important;
    padding: 0;
    border: none;
    border-radius: 0;
}

@media screen and (max-width: 896px) {
    .fs-l-topInstagramlink .fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label+.tab-content {
        margin: 20px auto 0;
    }
}

.fs-l-productLayout__item--tab-wrap .tab-switch+.tab-label[for="TAB-inst01"] {
    background: #E95B9E;
    border-color: #E95B9E;
}

.fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label[for="TAB-inst01"] {
    background: #E95B9E;
    border-color: #E95B9E;
}

.fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label[for="TAB-inst01"]:after {
    top: 62px;
    border-top-color: #E95B9E;
}

.fs-l-productLayout__item--tab-wrap .tab-switch+.tab-label[for="TAB-inst02"] {
    background: #043C79;
    border-color: #043C79;
}

.fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label[for="TAB-inst02"] {
    background: #043C79;
    border-color: #043C79;
}

.fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label[for="TAB-inst02"]:after {
    top: 62px;
    border-top-color: #043C79;
}

.fs-l-productLayout__item--tab-wrap .tab-switch+.tab-label[for="TAB-inst03"] {
    background: #f0f4f8;
    border-color: #f0f4f8;
}

.fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label[for="TAB-inst03"] {
    background: #f0f4f8;
    border-color: #f0f4f8;
}

.fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label[for="TAB-inst03"]:after {
    top: 62px;
    border-top-color: #f0f4f8;
}

@media screen and (max-width: 896px) {
    .fs-l-productLayout__item--tab-wrap .tab-label[for="TAB-inst01"],
    .fs-l-productLayout__item--tab-wrap .tab-label[for="TAB-inst02"],
    .fs-l-productLayout__item--tab-wrap .tab-label[for="TAB-inst03"] {
        margin: 0;
        padding: 6px 2px;
        border-radius: 3px;
        width: 33%;
        font-size: 1rem;
        flex-direction: column;
    }
    .fs-l-productLayout__item--tab-wrap .tab-label[for="TAB-inst02"] {
        margin: 0 auto;
    }
    .fs-l-topInstagramlink .tab-switch:checked+.tab-label:after {
        top: 40px !important;
    }
    .fs-l-topInstagramlink .tab-label-en {
        font-size: 1rem;
    }
}

.fs-l-topRanking .fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label+.tab-content {
    border: none;
    padding: 0 18px 80px;
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label+.tab-content {
        border: none;
        padding: 0;
    }
}

.fs-l-topRanking .fs-l-productLayout__item--tab-wrap .tab-label {
    color: #414141;
    background: #f2f3f5;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    white-space: nowrap;
    text-align: center;
    padding: 0 12px 18px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 0;
    border: none;
    border-bottom: solid 5px #DFE2E6;
    /*flex: 1;*/
    width: 237px;
    font-size: 1.6rem;
}

.fs-l-topRanking .fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label {
    background: #f2f3f5;
    border-color: #043D78;
    color: #414141;
}

.fs-l-topRanking .fs-l-productLayout__item--tab-wrap .tab-switch:checked+.tab-label:after {
    content: "";
    border-top: 12px solid #043C79;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.fs-l-topRanking .fs-l-productLayout__item--tab-wrap .tab-label:not(:last-of-type) {
    margin-right: 20px;
}

@media screen and (max-width: 1100px) {
    .fs-l-topRanking .tab-label {
        margin: 0 auto !important;
        width: 22% !important;
    }
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .tab-label:first-of-type {
        margin: 0 0 30px !important;
        padding: 0 0 6px;
        width: 100% !important;
        font-size: 1.1rem;
        flex-direction: column;
        border-bottom-width: 3px;
    }
    .fs-l-topRanking .tab-label {
        margin: 0 !important;
        padding: 0 0 6px !important;
        width: 32% !important;
        font-size: 1.1rem !important;
        flex-direction: column;
        border-bottom-width: 3px !important;
    }
    .fs-l-topRanking .tab-label:nth-of-type(3) {
        margin: 0 auto !important;
    }
    .fs-l-topRanking .tab-switch:checked+.tab-label:after {
        top: 22px !important;
    }
    .fs-l-topRanking .tab-label-en {
        font-size: 1rem;
    }
}

.fs-l-topRanking .fr2-productList--col5 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "rnk1 rnk2 rnk3" "rnk1 rnk4 rnk5";
    grid-column-gap: 50px;
    grid-row-gap: 40px;
}

@media screen and (max-width: 1100px) {
    .fs-l-topRanking .fr2-productList--col5 {
        grid-column-gap: 26px;
        grid-row-gap: 26px;
    }
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .fr2-productList--col5 {
        display: block;
    }
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(1) {
    grid-area: rnk1;
    display: flex;
    align-items: center;
    padding-top: 130px !important;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(2) {
    grid-area: rnk2;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(3) {
    grid-area: rnk3;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(4) {
    grid-area: rnk4;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(5) {
    grid-area: rnk5;
}

.fr2-productList--col5 .fr2-productListItem {
    position: relative;
}

@media screen and (max-width: 896px) {
    .fr2-productList--col5 .fr2-productListItem {
        position: relative;
        margin: 0 0 15px;
    }
    .fr2-productList--col5 .fr2-productListItem a {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "rnk-a1 rnk-a2" "rnk-a1 rnk-a3";
    }
}

.fr2-productList--col5 .fr2-productListItem:before {
    content: '';
    width: 60px;
    height: 75px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

@media screen and (max-width: 896px) {
    .fr2-productList--col5 .fr2-productListItem:before {
        width: 36px;
        height: 45px;
        top: 5px !important;
        left: 5px !important;
        background-size: 36px !important;
    }
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(1):before {
    background: url('https://kzonline.itembox.design/item/koizumi/images/icon-rank1.svg') 0 0 no-repeat;
    width: 110px;
    height: 140px;
    top: 20px;
    left: 20px;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(2):before {
    background: url('https://kzonline.itembox.design/item/koizumi/images/icon-rank2.svg') 0 0 no-repeat;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(3):before {
    background: url('https://kzonline.itembox.design/item/koizumi/images/icon-rank3.svg') 0 0 no-repeat;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(4):before {
    background: url('https://kzonline.itembox.design/item/koizumi/images/icon-rank4.svg') 0 0 no-repeat;
}

.fr2-productList--col5 .fr2-productListItem:nth-of-type(5):before {
    background: url('https://kzonline.itembox.design/item/koizumi/images/icon-rank5.svg') 0 0 no-repeat;
}

[id*="_rcmdjp_display"] .fs-p-heading--lv2 {
    display: none;
}

.fs-l-topRanking .fr2-productListItem {
    background: #fff;
    margin: 0;
    padding: 30px !important;
    border-radius: 10px;
    text-align: center;
    height: auto !important;
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .fr2-productListItem,
    .fs-l-topRanking .fr2-productListItem:nth-of-type(1) {
        margin-bottom: 15px;
        padding: 15px 26px !important;
        border-radius: 0;
    }
}

.fs-l-topRanking .fr2-productListItem__productName {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.15em;
    color: #414141;
    text-align: center;
}

.fs-l-topRanking .fr2-productListItem:nth-of-type(1) .fr2-productListItem__productName {
    font-size: 2.2rem;
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .fr2-productListItem__productName {
        text-align: left;
        font-size: 1.2rem !important;
        align-self: self-end;
        grid-area: rnk-a2;
    }
}

.fs-l-topRanking .fr2-productListItem__productPrice {
    margin: -5px 0 0;
    justify-content: center;
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .fr2-productListItem__productPrice {
        justify-content: flex-start;
        grid-area: rnk-a3;
    }
}

.fs-l-topRanking .fr2-price__currencyMark,
.fs-l-topRanking .fr2-price__value {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    color: #043D78;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.fs-l-topRanking .fr2-productListItem:nth-of-type(1) .fr2-price__currencyMark,
.fs-l-topRanking .fr2-productListItem:nth-of-type(1) .fr2-price__value {
    font-size: 2.3rem;
}

.fs-l-topRanking .fr2-price__addon {
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #6A6A6A;
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .fr2-price__currencyMark,
    .fs-l-topRanking .fr2-price__value {
        font-size: 1.3rem !important;
    }
    .fs-l-topRanking .fr2-price__addon {
        font-size: 1rem !important;
    }
}

.fs-l-topRanking .fr2-productListItem:nth-of-type(1) .fr2-price__addon {
    font-size: 1.5rem;
}

.fs-l-topRanking .fr2-productListItem__imageContainer {
    height: 100%;
    max-height: 170px;
    display: inline-flex;
    align-items: center;
}

.fs-l-topRanking .fr2-productListItem__image {
    width: auto;
    max-height: 170px;
}

.fs-l-topRanking .fr2-productListItem:nth-of-type(1) .fr2-productListItem__image {
    max-height: 360px;
    display: block;
}

@media screen and (max-width: 896px) {
    .fs-l-topRanking .fr2-productListItem__imageContainer {
        justify-self: center;
        max-height: 100px;
        grid-area: rnk-a1;
    }
    .fs-l-topRanking .fr2-productListItem__image,
    .fs-l-topRanking .fr2-productListItem:nth-of-type(1) .fr2-productListItem__image {
        width: auto;
        max-height: 100px;
    }
}

.iswd-base {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.iswd-images {
    display: grid !important;
    grid-template-columns: 1fr 2.3fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 32px;
}

.iswd-images-item {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.iswd-images-item:nth-of-type(2) {
    grid-row: span 2;
}

.iswd-images-item a {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.iswd-images-item a img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 1100px) {
    .iswd-images {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }
}

@media screen and (max-width: 896px) {
    .iswd-images {
        display: flex !important;
        justify-content: space-between;
    }
    .iswd-images-item {
        width: calc( 32.3% - 8px) !important;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 5px !important;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 1370px) {
    .bx-wrapper img {
        max-height: 600px !important;
    }
}

@media screen and (max-width: 960px) {
    .bx-wrapper img {
        max-height: 480px !important;
    }
}