@charset "UTF-8";
/* TOPページ用CSS */

/* ==============================================
 ###　PAGE: TOP PAGE
=================================================*/

/* OVERWRITE */
.fs-l-main {
/* OVERWRITE OPTION */
/*    padding-left: 0; 
    padding-right: 0;*/
}

.brandIntro {
    padding: 0 var(--pc-lr) 100px;
    text-align: center;
}
.brandIntroTitle {
    margin-top: 48px;
    line-height: 1.4583333333333333;
    font-size: 2.4rem;
    font-weight: 500;
}
.brandIntro p {
    margin: 24px 0 36px;
}
.brandIntroLinks {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.linkBtn {
}
.linkBtn a {
    border: 1px solid #9D9D9D;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 54px;
}
@media screen and (max-width: 750px) {
    .brandIntro {
        padding: 0 var(--sp-lr) 50px;
    }
    .brandIntroImg {
        margin: 0 calc(-40/750*100vw);
    }
    .brandIntroTitle {
        margin-top: 40px;
        font-size: 2.1rem;
    }
    .brandIntro p {
        margin: 18px 0 24px;
        text-align: left;
    }
    .brandIntroLinks {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }
    .linkBtn a {
        width: 240px;
        height: 40px;
        font-size: 1.4rem;
    }
}

.section {
/*    padding-left: var(--pc-lr);
    padding-right: var(--pc-lr);*/
    padding-left: 0;
    padding-right: 0;
}
.sectionTitle {
    margin-bottom: 30px;
    line-height: 1.4583333333333333;
    font-size: 2.4rem;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .section {
/*      padding-left: var(--sp-lr);
      padding-right: var(--sp-lr);*/
      padding-left: 0;
      padding-right: 0;
    }
    .sectionTitle {
        margin-bottom: 24px;
        font-size: 2.1rem;
    }
}

.itemSlider {
}
.itemSlider ul {
}
.itemSlider ul li {
    margin-right: 24px;
    width: min(420px,calc(420/1600*var(--window-width)));
}
.itemSlider .itemImg {
}
.itemSlider .itemName {
    margin: 8px 0 12px;
}
.itemSlider .itemPrice {
    font-weight: 500;
}
.itemSlider .itemPrice .tax {
    margin-left: 0.5em;
    font-size: 1.2rem;
    font-weight: normal;
}
.itemSlider .collectionName {
    margin-top: 14px;
    line-height: 1.4444444444444444;
    font-size: 1.8rem;
    font-weight: 500;
}
.itemSlider .slick-arrow,
.itemSPSlider .slick-arrow {
    position: absolute;
    top: calc(50% - 56px);
    width: 56px;
    height: 56px;
    z-index: 5;
    background: #fff url(../img/common/ico_arrow.svg) center center / 22px 22px no-repeat;
    font-size: 0;
}
.itemSlider .slick-prev,
.itemSPSlider .slick-prev {
    left: -28px;
    transform: rotate(180deg);
}
.itemSlider .slick-next,
.itemSPSlider .slick-next {
    right: -28px;
}
.itemSlider .slick-disabled,
.itemSPSlider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 750px) {
    .itemSlider ul li {
        margin-right: calc(50/750*100vw);
        width: calc(420/750*100vw);
    }
    .itemSlider .itemName {
        margin: 6px 0 8px;
    }
    .itemSlider .itemPrice .tax {
        font-size: 1.1rem;
    }
    .itemSlider .collectionName {
        margin-top: 9px;
        font-size: 1.6rem;
    }
    .itemSlider .slick-list,
    .itemSPSlider .slick-list {
        overflow: visible;
    }
    .itemSlider .slick-arrow,
    .itemSPSlider .slick-arrow {
        display: none !important;
        top: calc(100/375*100vw);
        width: 28px;
        height: 28px;
        background-size: 11px 11px;
    }
    .itemSlider .slick-prev,
    .itemSPSlider .slick-prev {
        left: -14px;
    }
    .itemSlider .slick-next,
    .itemSPSlider .slick-next {
        right: -14px;
    }
}

#insta_slide {
}
#insta_slide ul {
}
#insta_slide ul li {
    margin-right: 24px;
    width: min(420px,calc(420/1600*var(--window-width)));
    height: min(525px,calc(525/1600*var(--window-width)));
}
#insta_slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

#insta_slide .slick-arrow,
.itemSPSlider .slick-arrow {
    position: absolute;
    top: calc(50% - 56px);
    width: 56px;
    height: 56px;
    z-index: 5;
    background: #fff url(../img/common/ico_arrow.svg) center center / 22px 22px no-repeat;
    font-size: 0;
}
#insta_slide .slick-arrow {
    top: calc(50% - 27px);
}
#insta_slide .slick-prev,
.itemSPSlider .slick-prev {
    left: -28px;
    transform: rotate(180deg);
}
#insta_slide .slick-next,
.itemSPSlider .slick-next {
    right: -28px;
}
#insta_slide .slick-disabled,
.itemSPSlider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
@media screen and (min-width: 751px) {
    #insta_slide ul {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
    }
}
@media screen and (max-width: 750px) {
    #insta_slide ul li {
        margin-right: calc(50/750*100vw);
        width: calc(420/750*100vw);
        height: calc(525/750*100vw);
    }
    #insta_slide .slick-list,
    .itemSPSlider .slick-list {
        overflow: visible;
    }
    #insta_slide .slick-arrow,
    .itemSPSlider .slick-arrow {
        display: none !important;
        top: calc(100/375*100vw);
        width: 28px;
        height: 28px;
        background-size: 11px 11px;
    }
    #insta_slide .slick-prev,
    .itemSPSlider .slick-prev {
        left: -14px;
    }
    #insta_slide .slick-next,
    .itemSPSlider .slick-next {
        right: -14px;
    }
}

.newItems {
    padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
    .newItems {
        padding-bottom: 60px;
    }
}

.featuredItems {
    padding-bottom: 100px;
    position: relative;
}
.featuredViewAll {
    position: absolute;
    top: 0;
    right: var(--pc-lr);
}
.featuredViewAll a {
    border: 1px solid #9D9D9D;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 34px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: var(--ff-en);
    letter-spacing: 0.05em;
}
.featuredItems .itemSPSlider {
    margin-top: 80px;
}
.featuredItems .itemSPSlider ul li {
    position: relative;
}
.featuredItems .itemOverlay {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
.featuredItems .itemOverlayName {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
.featuredItems .itemOverlay p {
    margin: 4px 0 16px;
    line-height: 1.4285714285714286;
    font-size: 1.4rem;
}
.featuredItems .itemOverlayLink a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 32px;
    color: #000;
    background-color: #fff;
    font-size: 1.3rem;
}
@media screen and (min-width: 751px) {
    .featuredItems .itemSPSlider ul {
        display: flex;
        justify-content: space-between;
    }
    .featuredItems .itemSPSlider ul li {
        position: relative;
        width: min(450px,calc(450/1600*var(--window-width)));
    }
}
@media screen and (max-width: 750px) {
    .featuredItems {
        padding-bottom: 60px;
    }
    .featuredViewAll {
        right: var(--sp-lr);
    }
    .featuredViewAll a {
        width: 110px;
        height: 30px;
    }
    .featuredItems .itemSPSlider {
        margin-top: 40px;
    }
    .featuredItems .itemSPSlider ul li {
        margin-right: calc(50/750*100vw);
        width: calc(420/750*100vw);
    }
    .featuredItems .itemOverlay {
        padding: 15px;
    }
    .featuredItems .itemOverlayName {
        font-size: 1.8rem;
    }
    .featuredItems .itemOverlay p {
        margin: 6px 0 12px;
        font-size: 1.1rem;
    }
    .featuredItems .itemOverlayLink a {
        width: 94px;
        height: 25px;
        font-size: 1.2rem;
    }
}



.itemRanking {
    padding-bottom: 100px;
}
.itemRankingSwitch {
    margin-bottom: 36px;
    border-bottom: 2px solid #E6E6E6;
}
.itemRankingSwitch ul {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}
.itemRankingSwitch ul li {
    padding: 0 0 12px;
    position: relative;
    width: 100px;
    line-height: 1.3125;
    color: #9D9D9D;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.itemRankingSwitch ul li.active {
    color: #000;
    pointer-events: none;
}
.itemRankingSwitch ul li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    opacity: 0;
}
.itemRankingSwitch ul li.active:after {
    opacity: 1;
}
.itemRankingBody {
    display: none;
}
.itemRanking .itemSlider {
    counter-reset: rank 0;
}
.itemRanking .itemSlider li {
    counter-increment: rank 1;
    position: relative;
}
.itemRanking .itemSlider li:before {
    content: counter(rank);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 34px;
    height: 34px;
    background-color: #E6E6E6;
    font-family: var(--ff-en);
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .itemRanking {
        padding-bottom: 60px;
    }
    .itemRankingSwitch {
        margin-bottom: 27px;
        border-bottom-width: 1px;
    }
    .itemRankingSwitch ul {
        gap: 0 20px;
    }
    .itemRankingSwitch ul li {
        padding: 0 8px 6px;
        width: auto;
    }
    .itemRankingSwitch ul li:after {
        bottom: -1px;
        height: 1px;
    }
    .itemRanking .itemSlider li:before {
        top: 10px;
        left: 10px;
        width: 24px;
        height: 24px;
        font-size: 1rem;
    }
}

.instaIntro {
/*    padding-bottom: 100px;*/
}
@media screen and (max-width: 750px) {
    .instaIntro {
/*        padding-bottom: 60px;*/
    }
}

/* AI RECOMMEND */
.itemRanking .fs-p-heading--lv2 {
  display: none;
}
.itemRanking .fr3-productListStatic .fr3-item {
    margin-right: 24px;
    width: min(420px,calc(420/1600*var(--window-width)));
}
.itemRanking .fr3-productListStatic .fr3-item__link {
  gap: 0;
}

.itemRanking .fr3-productListStatic .fr3-item__imageContainer {
}
.itemRanking .fr3-productListStatic .fr3-item__productName {
    margin: 8px 0 12px;
}
.itemRanking .fr3-productListStatic .fr3-item__productPrice {
    font-weight: 500;
}
.itemRanking .fr3-productListStatic .fr3-item__productPrice__addon {
    margin-left: 0.5em;
    font-size: 1.2rem;
    font-weight: normal;
}
.itemRanking .fr3-productListStatic .slick-arrow {
    position: absolute;
    top: calc(50% - 56px);
    width: 56px;
    height: 56px;
    z-index: 5;
    background: #fff url(../img/common/ico_arrow.svg) center center / 22px 22px no-repeat;
    font-size: 0;
}
.itemRanking .fr3-productListStatic .slick-prev {
    left: -28px;
    transform: rotate(180deg);
}
.itemRanking .fr3-productListStatic .slick-next {
    right: -28px;
}
.itemRanking .fr3-productListStatic .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 750px) {
    .itemRanking .fr3-productListStatic .fr3-item {
        margin-right: calc(50/750*100vw);
        width: calc(420/750*100vw);
    }
    .itemRanking .fr3-productListStatic .fr3-item__productName {
        margin: 6px 0 8px;
    }
    .itemRanking .fr3-productListStatic .fr3-item__productPrice__addon {
        font-size: 1.1rem;
    }
    .itemRanking .fr3-productListStatic .slick-list {
        overflow: visible;
    }
    .itemRanking .fr3-productListStatic .slick-arrow {
        display: none !important;
        top: calc(100/375*100vw);
        width: 28px;
        height: 28px;
        background-size: 11px 11px;
    }
    .itemRanking .fr3-productListStatic .slick-prev {
        left: -14px;
    }
    .itemRanking .fr3-productListStatic .slick-next {
        right: -14px;
    }
}

/* AI RANKING */
.itemRanking .fr3-productListStatic {
    counter-reset: rank 0;
}
.itemRanking .fr3-productListStatic .fr3-item__rankContainer {
  display: none;
}

.itemRanking .fr3-productListStatic .fr3-item {
    counter-increment: rank 1;
    position: relative;
}
.itemRanking .fr3-productListStatic .fr3-item:before {
    content: counter(rank);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 34px;
    height: 34px;
    background-color: #E6E6E6;
    font-family: var(--ff-en);
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
    .itemRanking .fr3-productListStatic .fr3-item:before {
        top: 10px;
        left: 10px;
        width: 24px;
        height: 24px;
        font-size: 1rem;
    }
}







