@charset "UTF-8";
/* CSS Document */


:root {
--primary-color: #254F88;
--red:#D80000;
}

/*****************************************************
    ヘッダー
*****************************************************/


/*****************************************************
    フッター
*****************************************************/
#bactTopOfPage {
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: min(10vw,30px);
  display: block;
  background: rgba(150,150,150,0.7);
  width: 60px;
  height: 60px;
  border-radius: 40px;
  border: 0;
  z-index: 100;
  transition: all 0.25s;
}
#bactTopOfPage.btn_visible {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #bactTopOfPage {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
  #fs_Top #bactTopOfPage, #fs_ProductDetails #bactTopOfPage {
    bottom: 120px;
    right: 10px;
  }
}

/*****************************************************

    トップページ

*****************************************************/
.toppage_mv {
    margin-bottom: min(7vw,40px);
}
.toppage_msg {
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
}
.toppage_h1 {

}
.sc_top {
    padding: 45px 0;
}
.rcmn_sntnc {
    text-align: center;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 1400px) {
    .rcmn_sntnc {
        text-align: left;
    }
}
.sc_top .fr2-productListItem__productName {
    font-size: 14px;
}
.sc_top .fr2-price {
    font-size: 14px;
    color: var(--red);
    margin-top: 5px;
}
/*=== トップ あなたにおすすめの商品 ===*/
.itemlist_box {

}
.fs-c-productListCarousel.itemlist_box {
    display: block;
}
.itemlist_box .fs-c-productListCarousel__ctrl {
    display: none!important;
}
.itemlist_box .fs-c-productListCarousel__list {
    display: block;
}
.itemlist_box div.slick-track::before {
    content: none !important;
}
.itemlist_box.fs-c-slick .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 2%;
    width: 100%!important;
    transform: none!important;
}
.itemlist_box.fs-c-slick .slick-slide {
    /* float: none; */
    width: 23.5%;
}
@media screen and (max-width: 1050px) {
    .itemlist_box.fs-c-slick .slick-track {
        gap: 20px 5%;
    }
    .itemlist_box.fs-c-slick .slick-slide {
        width: 47.5%;
    }
}
.itemlist_box .fs-c-productListCarousel__list__item {
    margin: 0;
    max-width: 100%;
}
.itemlist_box .fs-c-productName__copy {
    display: none;
}
.itemlist_box .fs-c-productName__name {
    font-size: 14px;
}
.itemlist_box .fs-c-productListItem__prices .fs-c-productPrice__main {
    font-size: 14px;
    font-weight: 400;
}
.itemlist_box .fs-c-productListItem__prices {
    justify-content: flex-start;
    font-size: 14px;
    color: var(--red);
    margin-top: 5px;
}
.itemlist_box .fs-c-productPrice__main__label {
    display: none;
}
.itemlist_box .fs-c-productPrice__main__price {
    font-size: 14px;
    color: var(--red)!important;
    font-weight: 400;
}
.itemlist_box .fs-c-productPrice__addon {
    font-weight: 400;
    font-size: 0.6em;
    margin: 0 0.5em;
}
.itemlist_box .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
    font-size: 0.6em;
    margin: 0 0.5em;
}
.itemlist_box .fs-c-productPrice__main__joint {
    font-weight: 400;
    font-size: 0.6em;
}
.itemlist_box .fs-c-buttonContainer {
    display: none;
}

.tabArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabArea .tab {
    color: #FFF;
    background-color: #708EA8;
    cursor: pointer;
    width: 24.4%;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 8px 8px 0 0;
    line-height: 1.4;
    padding: 13px 0;
    transition: all 0.3s;
}
@media screen and (max-width: 1050px) {
    .tabArea .tab {
        font-size: 14px;
        padding: 8px 0;
    }
}
.tabArea .tab.act {
    color: #404040;
    background-color: #EBEBEB;
}
.panelArea {
    position: relative;
    background-color: #EBEBEB;
    padding: 20px 15px;
}
.panelArea .panel.show {
    transition: all 0.3s;
}
.panelArea .panel:not(.show) {
    position: absolute;
    opacity: 0;
    height: 0;
    z-index: -1;
}

#sc_top_bn_group {
    position: relative;

}
#sc_top_bn_group::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #EFEFEF;
    left: -50vw;
    width: 150vw;
    z-index: -1;
}
@media screen and (max-width: 1050px) {
    #sc_top_bn_group::before {
        left: 0;
        width: 100%;
    }
}
#sc_top_bn_group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: min(5vw,30px);
}
#sc_top_bn_group li {
    width: 48.5%;
    font-size: 14px;
}
#sc_top_bn_group li p {
    font-size: clamp(11px,1.2vw,14px);
    margin-top: 0.7em;
}

.search_list_cate {
    display: flex;
    flex-wrap: wrap;
    gap: 60px calc(20%/3);
}
.search_list_cate > li {
    width: 20%;
}
.search_list_cate .cate_list_name {
    color: var(--primary-color);
    font-size: clamp(16px,1.5vw,18px);
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #707070;
    padding: 0 0 0.5em 1em;
  margin-bottom: 0.3em;
}
.search_list_cate .cate_list_name::before {
    content: "▶︎";
    position: absolute;
    left: 0;
    top: 0;
}
.search_list_cate .cate_list_name + div {
    font-size: clamp(14px,1.3vw,16px);
    font-weight: 500;
    border-bottom: 1px solid #707070;
    padding: 0.5em 0;
    margin-bottom: 0.6em;
}
.search_list_cate p {
    font-size: 11px;
    line-height: 1.6;
}
@media screen and (max-width: 1050px) {
    .search_list_cate {
        gap: 30px 0;
    }
    .search_list_cate > li {
        width: 100%;
    }
    .search_list_cate .cate_list_name + div {
        padding: 0.3em 0;
    }
}
.search_list_cate .listSubCate {
  margin-top: 10px;
}
.search_list_cate .listSubCate li {
  font-size: 14px;
  border-bottom: 1px dotted #707070;
}
.search_list_cate .listSubCate li a {
  display: block;
  position: relative;
  padding: 5px 0 5px 15px;
}
.search_list_cate .listSubCate li a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.search_list_brand {
    display: flex;
    flex-wrap: wrap;
    gap: 30px calc(16%/3);
}
.search_list_brand li {
    width: 21%;
}
@media screen and (max-width: 1050px) {
  .search_list_brand {
    gap: 30px 5%;
  }
  .search_list_brand li {
    width: 47.5%;
  }
}
.search_list_brand .brand_list_name {
    text-align: center;
    line-height: 1.3;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    min-height: 4em;
    display: grid;
    place-content: center;
    margin-bottom: 0.3em;
}
.search_list_scene {
    display: flex;
    flex-wrap: wrap;
    gap: 30px calc(16%/3);
}
.search_list_scene li {
    width: 21%;
}
.search_list_scene li img {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .search_list_scene {
    gap: 30px 5%;
  }
  .search_list_scene li {
    width: 47.5%;
  }
}
.search_list_scene .scene_list_name {
    text-align: center;
    line-height: 1.3;
    border-bottom: 1px solid #D5D5D5;
    padding: 0.5em 0;
    margin-bottom: 0.3em;
}
#sc_top_about p:not(:last-of-type) {
    margin-bottom: 1em;
}



@media screen and (max-width: 1050px) {

    .sc_top .fr2-productList--col5 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .sc_top .fr2-productList--col5 article {
        width: 47.5%;
    }



}