body {
  color: #666666;
  font-size: 1.3rem;
  overflow-x: hidden;
}


a {
  color: inherit;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

.fs-c-button--plain {
  color: inherit;
}

/* main */
@media screen and (min-width: 1200px) {
  .fs-l-main {
    padding-right: 75px;
    max-width: initial;
  }

  .fs-l-sideArea {
    max-width: 280px;
  }

  .fs-l-sideArea+.fs-l-pageMain,
  .fs-l-pageMain+.fs-l-sideArea {
    max-width: initial;
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 768px) {
  .fs-l-main {
    margin-top: 0;
    padding-top: 60px;
  }
}

/* header */
.fs-l-header {
  padding-top: 26px;
}

@media screen and (max-width: 768px) {
  .fs-l-header {
    background-color: #ffffff;
    padding-top: inherit;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 2;
  }
}

.fs-l-header__leftContainer {
  display: flex;
}

.fs-l-header__contents {
  -ms-grid-columns: auto 35%;
  grid-template-columns: auto 35%;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .fs-l-header__contents {
    -ms-grid-columns: auto 45%;
    grid-template-columns: auto 45%;
  }
}

.fs-p-drawerButton {
  padding: 14px;
}

.fs-p-drawerButton__label {
  display: none;
}

.fs-l-header__logo {
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .fs-l-header__logo {
    padding-top: 10px;
    width: 80%;
  }
}

.fs-p-headerNavBar {
  align-items: center;
  background: none;
  border-bottom: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
}

.fs-p-headerNavigation__search {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .fs-p-headerNavigation__search {
    display: none;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 14px 14px 20px;
    z-index: 5;
  }
}



.fs-p-inputGroup {
  background: none;
  border-color: #cccccc;
  height: 40px;
}

.fs-p-searchForm__button {
  background: none;
  height: 40px;
  width: 40px;
}

.fs-p-searchForm__button::before {
  background: url(https://deff.itembox.design/item/common/icon_search.png?t=20260111152943) no-repeat;
  background-size: 100%;
  content: '';
  top: -2px;
}

.fs-p-searchForm__input {
  width: calc(100% - 40px);
}

.fs-p-headerNavigation {
  margin: 0;
}

.fs-p-headerNavigation .headerNavigation {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .fs-p-headerNavBar .headerNavigation {
    padding-left: 0;
  }
}

.fs-p-headerNavBar .headerNavigation li:first-child {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-p-headerNavBar .headerNavigation li:first-child {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .fs-p-headerNavigation #spSearch {
    display: none;
  }

  .fs-p-headerNavigation__viewCartButton {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.fs-p-headerNavBar .headerNavigation a {
  color: inherit;
}

.fs-icon--search:before {
  background: url(https://deff.itembox.design/item/common/icon_search.png?t=20260111152943) no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 40px;
  width: 40px;
}

.fs-icon--mypage:before {
  background: url(https://deff.itembox.design/item/common/icon_user.png?t=20260111152943) no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 40px;
  width: 40px;
}

.fs-icon--cart:before {
  background: url(https://deff.itembox.design/item/common/icon_cart.png?t=20260111152943) no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 40px;
  width: 40px;
}

/* side */
.fs-p-drawer {
  overflow: inherit;
}

@media screen and (max-width: 1199px) {
  .fs-p-drawer {
    overflow: auto;
  }
}

.fs-p-drawer .fs-clientInfo.is-ready {
  display: none;
}

.fs-p-sideMenu {
  position: relative;
  width: 16.9em;
}

.fs-p-sideMenu li {
  background: #ffffff;
  width: 16.9em;
}

@media screen and (max-width: 1199px) {
  .fs-p-sideMenu li {
    width: 100%;
  }
}

.fs-p-sideMenu a:hover {
  background: none;
  color: #000000;
}

.fs-p-sideMenu .fs-pt-menu__submenu {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 100%;
}

@media screen and (max-width: 1199px) {
  .fs-p-sideMenu .fs-pt-menu__submenu {
    display: none;
  }
}

.fs-p-sideMenu li:hover>.fs-pt-menu__submenu {
  height: auto;
  overflow: visible;
}

.fs-p-sideMenu .fs-pt-menu__submenu li {
  background: #fafafa;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: none;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border-bottom: none;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2 {
  padding-left: inherit;
}

.fs-p-sideMenu .fs-pt-menu__item+.fs-pt-menu__item {
  margin-top: 0;
}

.fs-p-sideMenu .fs-pt-menu__link::before,
.fs-p-sideMenu .fs-pt-menu__link::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .fs-p-sideMenu .fs-pt-menu__item {
    border-bottom: 1px solid #EFEFEF;
  }
}

/* footer */
.fs-l-footer {
  border-top: none;
}

.fs-p-footerPageTop {
  /* display: none; */
}

.fs-p-footerUtilityMenu {
  background-color: #ffffff;
}

.fs-p-footerUtilityMenu__list {
  justify-content: center;
}

.fs-p-footerUtilityMenu__list a::before {
  border: none;
}

@media screen and (max-width: 960px) {
  .fs-pt-menu__item {
    text-align: center;
  }

  .fs-p-footerUtilityMenu__list>li:not(:first-child) a,
  .fs-p-footerUtilityMenu__list>li:first-child a {
    border-top: 2px solid #EFEFEF;
  }

  .fs-p-footerUtilityMenu__list>li:last-child a {
    border-bottom: 2px solid #EFEFEF;
  }

  .fs-p-footerUtilityMenu__list a::after {
    color: #EFEFEF;
  }
}

.fs-p-footerCopyright {
  background-color: #ffffff;
  color: inherit;
  padding: 40px 0 50px;
}

/* sideLinks */
.sideLinksSp {
  display: none !important;
}

.sideLinksPc {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .sideLinksPc {
    display: none !important
  }

  .sideLinksSp {
    display: flex !important
  }
}

.sideLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 202px;
}

.sideLinks a {
  display: block;
  line-height: 1;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .sideLinks {
    width: 16.9em;
  }

  .sideLinks a {
    margin-top: 10px;
    width: 47%;
  }
}

.sideLinks .facebook {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .sideLinks .facebook {
    width: 100%;
  }
}

/* bottomInfo */
.bottomInfo {
  width: 100%;
}

@media screen and (min-width: 1200px) {
.bottomInfo {
  margin: 0 -59px 0 8px;
}
}

.bottomInfo ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottomInfo ul li {
  margin: 0 35px;
}

.bottomInfo ul li img {
  max-height: 68px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .bottomInfo ul {
    flex-wrap: wrap;
  }

  .bottomInfo ul li {
    margin: 10px 15px;
  }

  .bottomInfo ul li img {
    max-height: 34px;
  }
}

/* title */
.fs-p-heading--lv2 {
  border: none;
  color: #333333;
text-align: center;
}

.fs-c-heading--page {
  border-bottom: none;
  color: #333333;
  font-size: 3.4rem;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .fs-c-heading--page {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}

/* breadcrumb */
.fs-c-breadcrumb__list {
  padding-left: 0;
  padding-right: 0;
}

/* top page */
@media screen and (min-width: 1200px) {
  #fs_Top .fs-l-pageMain>* {
    max-width: 950px;
  }

  #fs_Top .fs-l-pageMain .fs-pt-carousel {
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  #fs_Top .fs-l-pageMain .fs-c-slick {
    overflow: hidden;
  }
}

/* ------------------------------------------------------------
   
#fs_Top .fs-l-pageMain .fs-c-slick .slick-slide img {
  height: 630px;
}

------------------------------------------------------------ */

@media screen and (max-width: 768px) {
  #fs_Top .fs-l-pageMain .fs-c-slick .slick-slide img {
    height: auto;
  }
}

#fs_Top .fs-l-pageMain .fs-c-slick .slick-dots {
  margin-top: -44px;
  margin-bottom: 56px;
}

#fs_Top .fs-l-pageMain .fs-c-slick .slick-dots li {
  height: 12px;
  margin-left: 9px;
  margin-right: 9px;
  width: 12px;
}

#fs_Top .fs-l-pageMain .fs-c-slick .slick-dots li button:before {
  color: #666666;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  width: 12px;
}

#fs_Top .fs-l-pageMain .fs-c-slick .slick-dots li.slick-active button:before {
  color: #666666;
  opacity: 1;
}

#fs_Top .fs-l-pageMain .fs-c-slick .slick-prev,
#fs_Top .fs-l-pageMain .fs-c-slick .slick-next {
  border-radius: 100%;
}

/* recommend */
#fs_Top #_rcmdjp_display_1 .fs-p-heading--lv2 {
  display: none;
}

@media screen and (max-width: 768px) {
#fs_Top #_rcmdjp_display_1 .fr2-productList--col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#fs_Top #_rcmdjp_display_1 .fr2-productList--col5 .fr2-productListItem {
  width: 30%;
}
}

/* pickupContents */
.pickupContents {
  margin: 120px 0 80px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
.pickupContents {
  margin-right: -59px;
  margin-left: 8px;
  width: 100vw;
}
}

@media screen and (max-width: 768px) {
  .pickupContents {
    margin: 60px 0 40px;
  }
}

.pickupContents .slick-slide {
  margin: 0 15px;
}

.pickupContents .slick-slide img {
  max-width: 416px;
  width: 100%;
}

.pickupContents .slick-prev,
.pickupContents .slick-next {
  background: transparent;
}

.pickupContents .slick-prev {
  left: -20px;
}

.pickupContents .slick-next {
  right: -20px;
}

@media screen and (max-width: 768px) {
.pickupContents .slick-next {
  right: 0;
}

.pickupContents .slick-prev {
  left: 0;
}
}

.pickupContents .slick-prev:before,
.pickupContents .slick-next:before {
  color: #333333;
}

.fs-pt-list {
  height: 170px;
  overflow-y: auto;
  padding: 0 20px 0 0;
}

.fs-pt-list>li {
  border-color: #EFEFEF;
  padding-top: 10px;
}

.fs-pt-list>li:last-child {
  margin-top: 10px;
}

.fs-pt-list>li time:first-child {
  background: none;
  color: inherit;
  width: 6em;
}

.fs-pt-list__link span {
  padding-left: 2em;
}

.fs-pt-list__link {
  display: table;
  width: 100%;
}

.fs-pt-list__link>* {
  display: table-cell;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}

/* price */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: inherit;
}

/* product list */
.fs-body-category .fs-c-subgroup .fs-c-listControl {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-body-category .fs-c-subgroup {
    margin: 0;
  }

  .fs-body-category .fs-c-subgroupList {
    align-items: flex-start;
  }
}

.fs-body-category .fs-c-subgroupList__link {
  background: none;
  border: none;
  -ms-grid-columns: 1.2em 1fr auto;
  grid-template-columns: 1.2em 1fr auto;
  align-items: flex-start;
}

.fs-body-category .fs-c-subgroupList__link:hover,
.fs-c-subgroupList__link:active {
  color: #000000;
}

.fs-body-category .fs-c-subgroupList__link::after {
  content: none;
}

.fs-body-category .fs-c-subgroupList__link::before {
  background: #666666;
  border-radius: 100%;
  color: #ffffff;
  content: "\e90c";
  display: inline-block;
  font-family: 'fs-icon' !important;
  height: 1em;
  line-height: 1;
  margin-top: 0.2em;
  width: 1em;
}

@media screen and (max-width: 768px) {
  .fs-body-category .fs-c-subgroupList__item {
    flex-basis: 50%;
  }
}

.fs-body-category .fs-c-subgroupList__label {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .fs-body-category .fs-c-subgroupList__label {
    font-size: 1.2rem;
  }
}

.fs-c-productList__controller {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .fs-c-productList__controller {
    flex-direction: column-reverse;
  }

  .fs-c-sortItems {
    border: none;
  }
}

.fs-c-productList__controller .fs-c-sortItems {
  margin-left: 18px;
}

.fs-c-productList__controller .fs-c-sortItems__label {
  display: none;
}

.fs-c-productList__controller .fs-c-sortItems__list {
  border-left: none;
}

.fs-c-productList__controller .fs-c-sortItems__list>li {
  border-right: 1px solid #707070;
}

.fs-c-productList__controller .fs-c-sortItems__list>li:first-child {
  border-left: 1px solid #707070;
}

.fs-c-productList__controller .fs-c-sortItems__list__item.is-active {
  background: #707070;
}

.fs-c-productList__controller:first-of-type .fs-c-pagination {
  display: none;
}

.fs-c-productList__controller:last-of-type .fs-c-listControl__status,
.fs-c-productList__controller:last-of-type .fs-c-sortItems {
  display: none;
}

.fs-c-productList__controller:last-of-type .fs-c-listControl {
  flex-direction: column;
}

.fs-c-pagination__item {
  padding: 12px;
}

.fs-c-pagination__item.is-active {
  background: #666666;
}

.fs-c-productListItem__productName {
  line-height: 1.4;
}

.fs-c-productListItem__productName .fs-c-productName__copy {
  margin-bottom: 0.2em;
}

.fs-c-productList__list__item {

  border-bottom: none;

}

/* product detail */
.fs-body-product .more {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-body-product .fs-p-productDescription {
    position: relative;
  }
  /* .fs-body-product #container {
    overflow: hidden;
    position: relative;
  }
  .fs-body-product #container.is-hide {
    height: 150vw;
  }
  .fs-body-product #container::before {
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%,
#fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff
100%);
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fs-body-product .more {
    display: block;
    min-height: initial;
    position: absolute;
    bottom: 0; left: 0;
    text-align: center;
    transition: .2s;
    min-width: initial;
    width: 100%;
    z-index: 1;
  }
  .more.is-show + #container::before {
    display: none;
  } */
}

.fs-body-product .fs-p-productDescription {
  max-width: 950px;
}

@media screen and (max-width: 1199px) {
  .fs-body-product .fs-p-productDescription {
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) {
  .fs-l-product4 .fs-l-productLayout {
    grid-template-columns: calc(60% - 40px / 2) calc(40% - 40px / 2);
    grid-gap: 40px;
  }
}

.fs-c-productCarouselMainImage .fs-c-slick .slick-prev, .fs-c-productCarouselMainImage .fs-c-slick .slick-next {
  border-radius: 100%;
}

.fs-c-productNameHeading {
  display: flex;
  font-size: 3.0rem;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .fs-c-productNameHeading {
    font-size: 2.6rem;
  }
}

.fs-c-productNameHeading__copy {
  font-size: 0.53em;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 0.8em;
}

.fs-c-productNumber {
  border: none;
  margin-top: 2em;
  padding-left: 0;
  padding-right: 0;
}

.fs-c-productPointDisplay {
  background: none;
  color: inherit;
  font-size: 1.2rem;
  padding-left: 0;
}

.fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail {
  background: none;
  border: none;
  box-shadow: none;
}

.fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail .fs-c-button__label {
  display: none;
}

.fs-c-inquiryAboutProduct {
  margin-bottom: 0;
}

.fs-c-variationRadioList__name {
  font-weight: normal;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 2.8rem;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
  margin: 0 0.2em;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  margin-bottom: 0;
}

.fs-c-productActionButton .fs-c-button--primary {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.fs-l-product4 .fs-l-productLayout .faqLink {
  margin: 8px 0 0 0;
}

.fs-c-quantity{
  display: flex;
  align-items: center;
  position: relative;
}
.fs-c-quantity::before{
  content:"数量";
  margin: 0 0.5em 0 0;
  white-space:nowrap;
}
.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message{
  left:calc(100% + 4px);
}

.fs-p-snsArea {
  margin-top: 20px;
}

.fs-p-snsArea > * {
  margin-right: 0;
}

.fs-p-productDescription.fs-p-productDescription--full {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .fs-p-productDescription.fs-p-productDescription--full {
    margin-top: 30px;
  }
}

#fs-recommend--flick {
  margin-top: 40px;
}

.FS2_Recommend2_container_history img {
  object-fit: cover;
}

.fs-c-productCarouselMainImage {
  display: none;
}

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

.fs-c-productCarouselMainImage {
  display: block;
}
.fs-c-productMainImage,
.fs-c-productThumbnail {
  display: none;
}

}

/* about */
.aboutDeff {
  background: url(https://deff.itembox.design/item/bg_about.svg?t=20260111152943) no-repeat center;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .aboutDeff {
    background-size: 80%;
    padding: 0;
  }
  .aboutDeff br.pc {
    display: none;
  }
}

/* mypage */
.fs-p-accountInfo.fs-clientInfo {
  padding-bottom: 0;
}

.fs-p-accountInfo.fs-clientInfo p {
  padding: 10px 0 0 0;
}

.fs-p-accountInfo.fs-clientInfo p a {
  background-color: #ffffff;
  display: block;
  padding: 0.8em 0;
  text-align: center;
  width: 100%;
}

/* croll Cart Button */
.fs-p-scrollingCartButton__label {
  color:#000;
}

.fs-p-scrollingCartButton__button {
  background:#bfbfbf;
}

/* page top */
.fs-p-footerPageTop__link {
  background:#444444;
  width:65px;
  height:70px;
}
@media screen and (max-width: 768px) {
  .fs-p-footerPageTop__link {
  background:#444444;
  width:50px;
  height:50px;
  }
}

 /* 刻印サービスページ */
   ul.list-style-disc{
       padding: 0 0 0 15px;
   }
   p.subheading{
       margin: 20px 0 0 0;
       font-weight: bold;
   }

   /* carfilm */

    #contents1st .wrapper {
      margin: 30px 0 100px 0;
    }

    #contents1st ul.icon {
      width: 950px;
      padding: 0;
      display: flex;
      justify-content: space-between;
    }

    #contents1st ul.icon li {
      margin: 0 0 0 10px;
    }

    #contents1st ul.icon li:first-child {
      margin: 0;
    }

    #contents1st ul.icon li img {
      width: 95%;
    }


    #compare .unit {
      display: flex;
      align-items: flex-start;
      margin-top: 20px;
    }

    #compare .unit dl.txt {
      margin: 0 0 0 30px;
      width: 100%;
    }

    #compare .unit dl.txt dt {
      padding: 0.3em 0.8em;
    }

    #compare .unit dl.txt dt.film01 {
      border: solid 1px #000;
      margin: 0;
    }

    #compare .unit dl.txt dt.film02 {
      background-color: #000;
      color: #f5f5f5;
      margin: 0;
    }

    #compare .unit dl.txt dt.film03 {
      background-color: #ba0000;
      color: #f5f5f5;
      margin: 0;
    }

    #compare .unit dl.txt dd {
      margin-top: 10px;
    }

    .c-movie {
      max-width: 950px;
      margin: 10px auto 0 auto;
      aspect-ratio: 16 / 9;
    }

    .c-movie iframe {
      width: 100%;
      height: 100%;
    }

    #agar .unit {
      display: flex;
      justify-content: space-between;
    }

    #agar .unit dl {
      width: 23%;
    }

    #agar .unit dl img {
      width: 100%;
    }

    #agar .unit dl dd {
      margin-top: 10px;
    }

    #kiresepa .unit dl {
      margin-top: 30px;
      display: flex;
    }

    #kiresepa .unit dl dt {
      width: 40%;
    }

    #kiresepa .unit dl dd {
      width: 50%;
      margin-top: 30px;
    }

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

      #container {
        width: 100%;

      }

    .fs-p-productDescription #contents1st ul.icon {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

    .fs-p-productDescription #contents1st ul.icon li {
    margin: 0;
    width: 20%;
}
    #contents1st ul.icon li:first-child {
      margin: 0;
    }
    #contents1st ul.icon li img {
      width: 95%;
    }


      #compare .unit {
        display: flex;
        flex-direction: column;
      }

      #compare .unit img {
        width: 100%;
        height: 100%;
      }

      #compare .unit dl.txt {
        margin: 0;
        width: 100%;
      }

      #agar .unit {
        display: flex;
        flex-wrap: wrap;
      }

      #agar .unit {
        display: flex;
        flex-wrap: wrap;
      }

      #agar .unit dl {
        width: 48%;
      }

      #agar .unit dl img {
        width: 100%;
        height: 100%;
      }

      #kiresepa .unit dl {
        display: flex;
        flex-direction: column;
      }

      #kiresepa .unit dl dt {
        text-align: center;
        width: 100%;
      }

      #kiresepa .unit dl dd {
        width: 100%;
      }

    }




/* ============================================================
   【最終・絶対防衛版】トップページ以外での完全非表示対応
   ============================================================ */

/* --------------------------------------------------
   1. 【最重要】トップページ以外の全ページで「強制排除」
   -------------------------------------------------- */
/* 「bodyに id="fs_Top" がついていないページ」にあるカルーセルは、
   どんな理由があろうと強制的に消去する。
   ※pickupContents（下部バナー）だけは許す。
*/
body:not(#fs_Top) .fs-pt-carousel:not(.pickupContents) {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important; /* 存在自体を座標から消す */
  z-index: -9999 !important;
}


/* --------------------------------------------------
   2. 【基本】メインエリア内の古いカルーセルも消去
   -------------------------------------------------- */
/* これは全ページ共通で消しておく */
.fs-l-main .fs-pt-carousel:not(.pickupContents) {
  display: none !important;
}


/* --------------------------------------------------
   3. 【PC表示】トップページだけ表示許可 ＆ サイズ制限
   -------------------------------------------------- */
@media screen and (min-width: 769px) {
  
  /* トップページ(#fs_Top)のみ、制限付きで表示 */
  body#fs_Top .fs-pt-carousel:not(.pickupContents) {
    display: block !important;
    visibility: visible !important;
    overflow: visible !important;
    height: auto !important;
    position: static !important; /* 座標を戻す */
    opacity: 1 !important;
    z-index: auto !important;

    /* PC版の巨大化防止 */
    max-width: 100％ !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* 画像の高さ制限 */
  body#fs_Top .fs-pt-carousel:not(.pickupContents) .slick-slide img {
    max-height: 600px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
  }
}


/* --------------------------------------------------
   4. 【スマホ表示】トップページだけ表示 ＆ ズレ補正
   -------------------------------------------------- */
@media screen and (max-width: 768px) {

  /* トップページ(#fs_Top)のみ、補正して表示 */
  body#fs_Top .fs-pt-carousel:not(.pickupContents) {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    position: static !important;
    opacity: 1 !important;
    z-index: auto !important;

    /* ヘッダー被り防止 */
    padding-top: 80px !important;
    margin-top: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  /* ズレの元凶（JSの余白）を削除 */
  body#fs_Top .fs-pt-carousel:not(.pickupContents) .slick-list {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* 1枚表示に固定 */
  body#fs_Top .fs-pt-carousel:not(.pickupContents) .slick-slide {
    width: 100vw !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* 画像表示 */
  body#fs_Top .fs-pt-carousel:not(.pickupContents) .slick-slide img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }
}







/* ============================================================
   トップページ限定：PC版レイアウト変更（1カラム化）
   ============================================================ */

/* PC表示（画面幅 769px 以上）の時だけ適用 */
@media screen and (min-width: 769px) {

  /* 1. 左側のサイドバー（カテゴリなど）を非表示にする */
  body#fs_Top .fs-l-sideArea {
    display: none !important;
  }

  /* 2. メインエリアを横幅いっぱいに広げる */
  /* サイドバーが消えた分、メインエリア（商品一覧など）を拡大します */
  body#fs_Top .fs-l-pageMain {
    width: 100% !important;
    max-width: 1200px !important; /* 読みやすいように最大幅を制限（お好みで調整可） */
    margin: 0 auto !important;    /* 画面中央に配置 */
    float: none !important;       /* 回り込み解除（念のため） */
  }

  /* 3. 親要素の余白調整（レイアウトのズレ防止） */
  /* 昨日のCSSにあった「padding-right: 75px」などをリセットします */
  body#fs_Top .fs-l-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;     /* 中央寄せしやすくする */
    justify-content: center !important;
  }
}




/* ============================================================
   トップページ：コンテンツ幅の制限解除（フルサイズ化）
   ============================================================ */

/* PC表示（画面幅 769px 以上）の時だけ適用 */
@media screen and (min-width: 769px) {

  /* これまではサイドバーがあったため、中身は「最大950px」に制限されていました。
     この制限を「100%（親要素いっぱい）」に書き換えて解除します。
  */
  body#fs_Top .fs-l-pageMain > * {
    max-width: 100% !important;
  }

  /* もし特定の要素（最新情報のリストなど）が左寄りになってしまう場合は、
     以下で中央寄せや幅調整を行います。
  */
  
  /* 最新情報リスト */
  body#fs_Top .fs-l-pageMain .fs-p-dateList {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* 新商品（ギャラリー） */
  body#fs_Top .fs-l-pageMain .gallery-pictures-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* レビューエリア */
  body#fs_Top .fs-l-pageMain .review-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 見出し（H2）なども端まで線を伸ばす */
  body#fs_Top .fs-l-pageMain .fs-p-heading--lv2 {
    width: 100% !important;
    max-width: 100% !important;
  }
}





/* ============================================================
   【修正・タイトル付き版】PCフッターカテゴリマップ
   ============================================================ */

/* ------------------------------------------------------------
   1. タイトル（CATEGORIES）のデザイン
   ------------------------------------------------------------ */
#footer-category-title {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 20px; /* 上の余白を多めに */
  text-align: center;
  font-size: 24px;        /* 大きめの文字 */
  font-weight: bold;
  letter-spacing: 0.1em;  /* 文字間を少し広げる */
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

/* 装飾：タイトルの左右に短い線を入れる（お好みで） */
#footer-category-title::before,
#footer-category-title::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ba0000; /* ブランドカラーの赤 */
  vertical-align: middle;
  margin: 0 15px;
}


/* ------------------------------------------------------------
   2. カテゴリ表（グリッド本体）のデザイン
   ------------------------------------------------------------ */
ul#footer-category-map {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto 50px !important;
  padding: 0 !important;
  list-style: none !important;
  
  /* ★重要：表の外枠（上と左） */
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
}

/* 個別の箱（5列） */
#footer-category-map > li {
  width: 20% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  list-style: none !important;
  position: relative;
  background: none !important;

  /* ★重要：各セルの枠線（右と下） */
  /* これで隣り合う線が重ならず、綺麗に格子になります */
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* リンクボタンのデザイン */
#footer-category-map > li > span > a {
  display: flex;           /* 上下中央揃えのためFlex化 */
  align-items: center;     /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  width: 100%;
  height: 100%;
  min-height: 50px;        /* ボタンの高さを統一 */
  padding: 10px;
  box-sizing: border-box;
  
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  background-color: #fcfcfc; /* ほんの少しグレー */
  transition: all 0.3s;
}

/* ホバー時の変化 */
#footer-category-map > li:hover > span > a {
  background-color: #333;
  color: #fff;
}


/* ------------------------------------------------------------
   3. メガメニュー（詳細リスト）
   ------------------------------------------------------------ */
#footer-category-map ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px; /* 枠線の太さ分補正 */
  z-index: 100;
  background: #fff;
  border: 1px solid #333;
  padding: 10px;
  min-width: 200px;
  width: 150%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  text-align: left;
}

/* 右端（5の倍数番目）の列は左側に展開 */
#footer-category-map > li:nth-child(5n) ul {
  left: auto;
  right: -1px;
}

/* 表示トリガー */
#footer-category-map > li:hover ul {
  display: block;
}

/* 詳細リストの中身 */
#footer-category-map ul li {
  width: 100% !important;
  border-bottom: 1px dotted #eee;
  display: block !important;
  border-right: none !important; /* 親の枠線設定をリセット */
}
#footer-category-map ul li:last-child {
  border-bottom: none;
}

#footer-category-map ul li a {
  display: block;
  padding: 8px 5px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
}
#footer-category-map ul li a:hover {
  color: #ba0000;
  background-color: #fff4f4;
}

/* 不要要素の非表示 */
#footer-category-map ul ul, 
#footer-category-map .fs-icon--plus,
#footer-category-map .fs-icon--minus {
  display: none !important;
}




/* ============================================================
   トップページ：見出しデザイン統一（商品名除外対応版）
   ============================================================ */

/* PC表示（画面幅 769px 以上）の時だけ適用 */
@media screen and (min-width: 769px) {

  /* --------------------------------------------------
     1. まずは「見出し」と思われるもの全てに適用
     -------------------------------------------------- */
  body#fs_Top .fs-l-pageMain .fs-p-heading--lv2,
  body#fs_Top .fs-l-pageMain h2 {
    
    /* デザイン適用（赤線・センター寄せ・大文字） */
    border: none !important;
    background: none !important;
    padding: 0 !important;
    
    width: 100% !important;
    max-width: 1200px !important;
    margin: 60px auto 30px !important;
    
    text-align: center !important;
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: 0.1em !important;
    color: #333 !important;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    display: block !important;
  }

  /* 赤い線（アクセント）の生成 */
  body#fs_Top .fs-l-pageMain .fs-p-heading--lv2::before,
  body#fs_Top .fs-l-pageMain .fs-p-heading--lv2::after,
  body#fs_Top .fs-l-pageMain h2::before,
  body#fs_Top .fs-l-pageMain h2::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #ba0000;
    vertical-align: middle;
    margin: 0 15px;
  }


  /* --------------------------------------------------
     2. 【重要】「商品名」だった場合は、デザインを強制解除（リセット）
     -------------------------------------------------- */
  /* 「リンク(aタグ)」や「画像エリア(figure)」の中にあるH2は、
     見出しではなく商品名なので、先ほどのデザインを取り消します */
     
  body#fs_Top .fs-l-pageMain a h2,
  body#fs_Top .fs-l-pageMain a .fs-p-heading--lv2,
  body#fs_Top .fs-l-pageMain figure h2,
  body#fs_Top .fs-l-pageMain figure .fs-p-heading--lv2 {
    /* 赤い線を消す */
    border: none !important;
    background: none !important;
    
    /* 文字サイズを普通に戻す */
    font-size: 14px !important; /* 商品名の標準的なサイズ */
    font-weight: normal !important; /* 太字解除（必要ならboldに） */
    letter-spacing: normal !important;
    margin: 10px 0 0 !important; /* 商品名らしい余白に */
    text-align: inherit !important; /* 左寄せ等の設定を継承 */
    width: auto !important;
    max-width: none !important;
  }

  /* 赤い線（pseudo-element）を完全に消去 */
  body#fs_Top .fs-l-pageMain a h2::before,
  body#fs_Top .fs-l-pageMain a h2::after,
  body#fs_Top .fs-l-pageMain a .fs-p-heading--lv2::before,
  body#fs_Top .fs-l-pageMain a .fs-p-heading--lv2::after,
  body#fs_Top .fs-l-pageMain figure h2::before,
  body#fs_Top .fs-l-pageMain figure h2::after,
  body#fs_Top .fs-l-pageMain figure .fs-p-heading--lv2::before,
  body#fs_Top .fs-l-pageMain figure .fs-p-heading--lv2::after {
    display: none !important;
    content: none !important;
  }
}

クラス名（deff-section-title）が特定できたので、今度こそ確実に適用できます！

「FEATURED PRODUCTS」がまだ少し違って見えていたのは、ここだけクラス名が独自のものだったからですね。 これを他の見出し（最新情報、CATEGORIESなど）と全く同じ見た目（中央寄せ＋赤線＋大文字）にするCSSを追加します。

以下のCSSをファイルの末尾に追記してください。

【追記】Featured Products のデザイン統一
CSS

/* ============================================================
   Featured Products (.deff-section-title) のデザイン統一
   ============================================================ */

/* トップページにある deff-section-title クラスを強制的に整形 */
body#fs_Top .deff-section-title {
  /* 1. 位置とサイズ */
  width: 100% !important;
  max-width: 1200px !important;
  margin: 60px auto 30px !important;
  padding: 0 !important;
  
  /* 2. 文字のデザイン */
  text-align: center !important;     /* 中央寄せ */
  font-size: 24px !important;        /* 他の見出しと同じサイズ */
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
  color: #333 !important;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  text-transform: uppercase !important; /* 小文字でも自動で大文字(FEATURED...)にする */
  
  /* 3. 余計な装飾のリセット */
  background: none !important;
  border: none !important;
  display: block !important;
}

/* 4. 左右の「赤い線」を追加 */
body#fs_Top .deff-section-title::before,
body#fs_Top .deff-section-title::after {
  content: "" !important;
  display: inline-block !important;
  width: 40px !important;            /* 線の長さ */
  height: 2px !important;            /* 線の太さ */
  background-color: #ba0000 !important; /* ブランドカラーの赤 */
  vertical-align: middle !important; /* 文字の高さに合わせる */
  margin: 0 15px !important;         /* 文字との隙間 */
}
