@charset "UTF-8";

/* ==========================================================================
   Deff Direct Store オリジナルCSS (統合・整理版 2025/01/14)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. 基本設定・テーマ標準スタイル (Base Theme)
   -------------------------------------------------------------------------- */
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;
}

/* --- Layout: Main & Side --- */
@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(/common/icon_search.png) no-repeat; /* Path fixed for generic context */
  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: block; }
}
.fs-p-headerNavBar .headerNavigation li:first-child { display: none; }

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

/* Icons */
.fs-icon--search:before {
  background: url(/common/icon_search.png) no-repeat; background-size: 100%; content: ''; display: block; height: 40px; width: 40px;
}
.fs-icon--mypage:before {
  background: url(/common/icon_user.png) no-repeat; background-size: 100%; content: ''; display: block; height: 40px; width: 40px;
}
.fs-icon--cart:before {
  background: url(/common/icon_cart.png) no-repeat; background-size: 100%; content: ''; display: block; height: 40px; width: 40px;
}

/* --- Side Menu / Drawer --- */
.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-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; }

/* Side Links & Bottom Info */
.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 { 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; }
}

/* Titles & Breadcrumb */
.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; }
}
.fs-c-breadcrumb__list { padding-left: 0; padding-right: 0; }

/* Top Page Carousel */
@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: 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 & Pickup */
#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 { 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; }

/* List & Prices */
.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; }
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price { color: inherit; }

/* Standard Product List & Controls */
.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-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 .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, Mypage, Misc */
.aboutDeff { background: url(/bg_about.svg) no-repeat center; padding: 30px 0; }
@media screen and (max-width: 768px) {
  .aboutDeff { background-size: 80%; padding: 0; }
  .aboutDeff br.pc { display: none; }
}
.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%; }
.fs-p-scrollingCartButton__label { color:#000; }
.fs-p-scrollingCartButton__button { background:#bfbfbf; }
.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; } }

/* LP / Special Pages */
ul.list-style-disc{ padding: 0 0 0 15px; }
p.subheading{ margin: 20px 0 0 0; font-weight: bold; }
#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 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%; }
}


/* ============================================================
   2. トップページ & カルーセル設定
   ============================================================ */

/* Top Page Layout (1 Column) */
@media screen and (min-width: 769px) {
  body#fs_Top .fs-l-sideArea { display: none !important; }
  body#fs_Top .fs-l-pageMain { width: 100% !important; max-width: 1200px !important; margin: 0 auto !important; float: none !important; }
  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; }
  body#fs_Top .fs-l-pageMain > * { max-width: 100% !important; }
  body#fs_Top .fs-l-pageMain .fs-p-dateList,
  body#fs_Top .fs-l-pageMain .gallery-pictures-container,
  body#fs_Top .fs-l-pageMain .review-container,
  body#fs_Top .fs-l-pageMain .fs-p-heading--lv2 { width: 100% !important; max-width: 100% !important; }
}

/* Carousel Visibility Control (Absolute Defense) */
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;
}
.fs-l-main .fs-pt-carousel:not(.pickupContents) { display: none !important; }

@media screen and (min-width: 769px) {
  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; 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;
  }
}

@media screen and (max-width: 768px) {
  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;
  }
  body#fs_Top .fs-pt-carousel:not(.pickupContents) .slick-list { padding: 0 !important; margin: 0 !important; width: 100% !important; }
  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; }
}

/* Headings Design (Top Page) */
@media screen and (min-width: 769px) {
  body#fs_Top .fs-l-pageMain .fs-p-heading--lv2,
  body#fs_Top .fs-l-pageMain h2,
  body#fs_Top .deff-section-title {
    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 .deff-section-title { text-transform: uppercase !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,
  body#fs_Top .deff-section-title::before, body#fs_Top .deff-section-title::after {
    content: ""; display: inline-block; width: 40px !important; height: 2px !important; background-color: #ba0000 !important;
    vertical-align: middle !important; margin: 0 15px !important;
  }

  /* Reset for Product Name Titles */
  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;
    letter-spacing: normal !important; margin: 10px 0 0 !important; text-align: inherit !important; width: auto !important; max-width: none !important;
  }
  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 {
    display: none !important; content: none !important;
  }
}

/* Footer Category Map */
#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;
}
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;
}
#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; 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; }
#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;
}
#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; }


/* ==========================================================================
   3. カテゴリページ・商品一覧リデザイン
   ========================================================================== */

/* --- 子カテゴリ一覧（グリッド表示） --- */
.fs-c-subgroupList {
  display: grid !important; gap: 10px !important; padding: 0 !important; margin: 20px 0 40px !important;
  list-style: none !important; width: 100% !important; box-sizing: border-box !important;
}
@media screen and (min-width: 769px) {
  .fs-c-subgroupList { grid-template-columns: repeat(3, 1fr) !important; }
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
}
.fs-c-subgroupList__item { width: auto !important; margin: 0 !important; padding: 0 !important; }
.fs-c-subgroupList__item[style*="display: none"], .fs-c-subgroupList__item.fs-is-hide { display: none !important; }

.fs-c-subgroupList__link {
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 100% !important; height: 100% !important; min-height: 50px !important; padding: 10px !important;
  box-sizing: border-box !important; background-color: #fff !important; border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important; color: #333 !important; text-decoration: none !important; font-size: 14px !important;
  font-weight: bold !important; text-align: center !important; line-height: 1.3 !important; transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03) !important;
}
.fs-c-subgroupList__label { display: inline !important; background: none !important; border: none !important; padding: 0 !important; }
.fs-c-subgroupList__link::before, .fs-c-subgroupList__link::after,
.fs-c-subgroupList__label::before, .fs-c-subgroupList__label::after { display: none !important; content: none !important; }
.fs-c-subgroupList__item--more { grid-column: 1 / -1 !important; }
.fs-c-subgroupList__more {
  display: block !important; width: 100% !important; max-width: 300px !important; margin: 20px auto 0 !important;
  padding: 12px !important; background: #f4f4f4 !important; border: 1px solid #ddd !important; text-align: center !important;
  border-radius: 4px !important; cursor: pointer !important;
}
@media screen and (min-width: 769px) {
  .fs-c-subgroupList__link:hover {
    border-color: #E60012 !important; color: #E60012 !important; background-color: #fff5f5 !important;
    transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(230, 0, 18, 0.15) !important; z-index: 1;
  }
}

/* --- 商品一覧リスト PC4列化 --- */
@media screen and (min-width: 769px) {
  ul.fs-c-productList, ul[class*="productList"], .fs-c-productList__list {
    display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 30px 20px !important;
    margin: 0 !important; padding: 0 !important; width: 100% !important; box-sizing: border-box !important;
  }
  .fs-c-productList__item, ul[class*="productList"] > li {
    width: auto !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; float: none !important; display: block !important;
  }
  .fs-c-productList__imageContainer, .fs-c-productList__item figure { width: 100% !important; margin-bottom: 10px !important; }
  .fs-c-productList__imageContainer img { width: 100% !important; height: auto !important; }
  .fs-c-productList__productName { width: 100% !important; display: block !important; }
  .fs-c-productList__item--more, li.fs-c-productList__item--more, li[class*="more"] {
    grid-column: 1 / -1 !important; width: 100% !important; margin-top: 20px !important;
  }
}

/* ★重要：商品画像のリセット（カート以外では100%幅で表示） */
.fs-c-productList .fs-c-productImage__image,
.fs-c-productListItem .fs-c-productImage__image,
.fs-c-productListItem__image img,
.fs-c-productList__item img,
ul[class*="productList"] img,
.ukomi_promoted_product__slide img,
.fs-c-recommend__item img {
  width: 100% !important; max-width: 100% !important; height: auto !important; border: none !important;
}


/* ==========================================================================
   4. カートページ リデザイン (完全修正版)
   ========================================================================== */

/* テーブル全体 */
.fs-c-cartTable {
  width: 100% !important; border-collapse: collapse !important; margin-bottom: 40px !important;
  border-top: 2px solid #E60012 !important; font-family: "Helvetica Neue", Arial, sans-serif !important;
}
/* ヘッダー */
.fs-c-cartTable th, .fs-c-cartTable__headerCell {
  background-color: #f9f9f9 !important; color: #555 !important; padding: 15px !important;
  border-bottom: 1px solid #ddd !important; font-weight: bold !important; text-align: center !important;
}
/* データセル */
.fs-c-cartTable td, .fs-c-cartTable__dataCell {
  padding: 20px 15px !important; border-bottom: 1px solid #eee !important;
  vertical-align: middle !important; color: #333 !important;
}

/* ★重要：カート内の画像だけ80pxに限定する */
.fs-c-cartTable .fs-c-productImage__image,
.fs-c-cartTable__productImage__image {
  width: 80px !important; height: auto !important; border: 1px solid #eee !important;
  display: block !important; margin: 0 auto !important; max-width: 80px !important;
}

/* 商品名リンク */
.fs-c-cartTable__productName a, .fs-c-listedProductName__name {
  text-decoration: none !important; color: #333 !important; font-weight: bold !important;
  font-size: 14px !important; transition: color 0.3s !important; display: block !important; line-height: 1.5 !important;
}
.fs-c-cartTable__productName a:hover { color: #E60012 !important; }

/* 削除ボタン */
.fs-c-button--cancel--cart {
  background: #fff !important; border: 1px solid #ccc !important; color: #888 !important;
  font-size: 12px !important; padding: 6px 12px !important; border-radius: 4px !important;
  cursor: pointer !important; transition: all 0.3s !important; width: auto !important; height: auto !important;
}
.fs-c-button--cancel--cart:hover { background: #666 !important; color: #fff !important; border-color: #666 !important; }
.fs-c-button--cancel--cart span { display: inline !important; }

/* --- カート：ボタンエリア --- */
.fs-c-purchaseHere, .fs-c-cartPayment { text-align: center !important; margin-top: 40px !important; }
.fs-c-purchaseHere__message { margin-bottom: 20px !important; font-size: 14px !important; }

/* ボタン共通設定 */
.fs-c-button--loginAndPurchase, .fs-c-button--unregisteredUserPurchase,
a[href*="checkout"], a[href*="login"] {
  display: flex !important; justify-content: center !important; align-items: center !important;
  width: 100% !important; max-width: 300px !important; margin: 15px auto !important;
  padding: 18px 20px !important; border-radius: 50px !important; font-size: 18px !important;
  font-weight: bold !important; text-decoration: none !important; transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important; cursor: pointer !important; box-sizing: border-box !important;
}

/* 赤ボタン（ログイン） */
.fs-c-button--loginAndPurchase {
  background-color: #E60012 !important; border: 1px solid #E60012 !important; color: #ffffff !important;
}
.fs-c-button--loginAndPurchase:hover {
  background-color: #cc0010 !important; transform: translateY(-2px) !important; box-shadow: 0 6px 15px rgba(230,0,18,0.3) !important;
}
/* 白ボタン（ゲスト購入） */
.fs-c-button--unregisteredUserPurchase {
  background-color: #ffffff !important; border: 1px solid #cccccc !important; color: #333333 !important;
}
.fs-c-button--unregisteredUserPurchase:hover {
  background-color: #f5f5f5 !important; border-color: #999999 !important; color: #000000 !important; transform: translateY(-2px) !important;
}
.fs-c-button--loginAndPurchase span { color: #ffffff !important; }
.fs-c-button--unregisteredUserPurchase span { color: #333333 !important; }

/* その他決済ボタン（Amazon Payなど） */
#AmazonPayButton, .amazonpay-button-container {
  margin: 20px auto !important; background: transparent !important; box-shadow: none !important; border: none !important; padding: 0 !important;
}

/* --- カート：スマホ対応 --- */
@media screen and (max-width: 768px) {
  .fs-c-cartTable, .fs-c-cartTable tbody, .fs-c-cartTable tr, .fs-c-cartTable td {
    display: block !important; width: 100% !important; box-sizing: border-box !important;
  }
  .fs-c-cartTable thead { display: none !important; }
  .fs-c-cartTable__row {
    position: relative !important; background: #fff !important; border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important; margin-bottom: 20px !important; padding: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
  }
  .fs-c-cartTable__dataCell { padding: 5px 0 !important; border: none !important; text-align: left !important; }
  .fs-c-cartTable__dataCell--product .fs-c-cartTable__product {
    display: flex !important; align-items: flex-start !important; flex-wrap: nowrap !important;
  }
  .fs-c-cartTable__productImage { width: 90px !important; margin-right: 15px !important; flex-shrink: 0 !important; }
  .fs-c-cartTable__productImage__image { width: 100% !important; }
  .fs-c-cartTable__productInfo { flex: 1 !important; padding-right: 40px !important; }
  .fs-c-listedProductName__name { font-size: 14px !important; line-height: 1.4 !important; }
  .fs-c-cartTable__dataCell--quantity {
    margin-top: 15px !important; border-top: 1px dashed #eee !important; padding-top: 10px !important;
    display: flex !important; align-items: center !important; justify-content: space-between !important;
  }
  .fs-c-cartTable__dataCell--quantity::before { content: "数量"; font-size: 12px; color: #888; }
  .fs-c-cartTable__dataCell--subtotal {
    display: flex !important; align-items: center !important; justify-content: space-between !important; margin-top: 5px !important;
  }
  .fs-c-cartTable__dataCell--subtotal::before { content: "小計"; font-size: 12px; color: #888; }
  .fs-c-cartTable__dataCell--subtotal .fs-c-price__value {
    font-size: 18px !important; font-weight: bold !important; color: #E60012 !important;
  }
  .fs-c-cartTable__dataCell--point { display: none !important; }
  .fs-c-cartTable__dataCell--action {
    position: absolute !important; top: 10px !important; right: 10px !important; padding: 0 !important; width: auto !important;
  }
  .fs-c-button--cancel--cart {
    background: #f4f4f4 !important; border: none !important; color: #666 !important; font-size: 11px !important; padding: 6px 10px !important;
  }
}


/* ==========================================================================
   5. お客様情報入力ページ 専用リデザイン
   ========================================================================== */

/* --- ベースレイアウト --- */
.fs-body-customerDetails {
  background-color: #fff !important; font-family: "Helvetica Neue", Arial, sans-serif !important; color: #333 !important;
}
.fs-body-customerDetails .fs-c-heading--page {
  text-align: center !important; font-size: 24px !important; font-weight: bold !important;
  margin: 40px 0 30px !important; padding-bottom: 15px !important; position: relative !important; border-bottom: none !important;
}
.fs-body-customerDetails .fs-c-heading--page::after {
  content: ""; display: block; width: 60px; height: 3px; background: #E60012; margin: 15px auto 0;
}
.fs-body-customerDetails .fs-c-inputInformation__message {
  text-align: center !important; margin-bottom: 40px !important; font-size: 14px !important; color: #666 !important;
}

/* --- 入力フォーム（テーブル） --- */
.fs-body-customerDetails .fs-c-inputTable {
  width: 100% !important; max-width: 800px !important; margin: 0 auto !important;
  border-collapse: separate !important; border-spacing: 0 15px !important; border: none !important; display: table !important;
}
.fs-body-customerDetails .fs-c-inputTable__headerCell {
  background: transparent !important; width: 220px !important; padding: 15px 10px !important;
  vertical-align: top !important; text-align: left !important; font-weight: bold !important; border: none !important; display: table-cell !important;
}
.fs-body-customerDetails .fs-c-inputTable__dataCell {
  padding: 0 !important; border: none !important; display: table-cell !important;
}

/* ★必須マークの修正 */
.fs-body-customerDetails .fs-c-requiredMark {
  text-indent: 0 !important; font-size: 11px !important; line-height: 1.2 !important; width: auto !important;
  height: auto !important; background-image: none !important; display: inline-block !important;
  background-color: #E60012 !important; color: #ffffff !important; padding: 3px 8px !important;
  border-radius: 4px !important; margin-left: 8px !important; vertical-align: middle !important;
  font-weight: normal !important; white-space: nowrap !important;
}
.fs-body-customerDetails .fs-c-requiredMark::before,
.fs-body-customerDetails .fs-c-requiredMark::after { display: none !important; content: none !important; }

/* --- 入力欄（Input） --- */
.fs-body-customerDetails input[type="text"], .fs-body-customerDetails input[type="tel"],
.fs-body-customerDetails input[type="email"], .fs-body-customerDetails input[type="password"],
.fs-body-customerDetails select {
  display: block !important; width: 100% !important; box-sizing: border-box !important; padding: 12px 15px !important;
  font-size: 16px !important; border: 1px solid #ccc !important; border-radius: 4px !important; background: #fff !important;
  color: #333 !important; margin: 0 !important; height: auto !important; box-shadow: none !important; visibility: visible !important; opacity: 1 !important;
}
.fs-body-customerDetails input:focus, .fs-body-customerDetails select:focus {
  border-color: #E60012 !important; outline: none !important; box-shadow: 0 0 0 2px rgba(230,0,18,0.1) !important;
}
.fs-body-customerDetails .fs-c-inputTextGroup { display: flex !important; gap: 10px !important; }
.fs-body-customerDetails .fs-c-inputTextGroup__item { flex: 1 !important; }
.fs-body-customerDetails .fs-c-radioGroup { display: flex !important; gap: 20px !important; padding: 10px 0 !important; }
.fs-body-customerDetails .fs-c-radio__label { cursor: pointer !important; display: flex !important; align-items: center !important; }
.fs-body-customerDetails input[type="radio"] { width: auto !important; margin-right: 5px !important; accent-color: #E60012 !important; }
.fs-body-customerDetails .fs-c-inputDate { display: flex !important; gap: 10px !important; }
.fs-body-customerDetails .fs-c-inputDate__year, .fs-body-customerDetails .fs-c-inputDate__month, .fs-body-customerDetails .fs-c-inputDate__date {
  width: auto !important; min-width: 80px !important;
}

/* --- 会員登録・規約・ボタンエリア --- */
.fs-body-customerDetails fieldset { border: none !important; margin: 0 !important; padding: 0 !important; }
.fs-body-customerDetails .fs-c-agreementConfirmationArea {
  background: #f9f9f9 !important; padding: 20px !important; border-radius: 8px !important;
  margin-top: 30px !important; border: 1px solid #eee !important;
}
.fs-body-customerDetails .fs-c-checkbox__label { display: flex !important; align-items: center !important; cursor: pointer !important; font-weight: bold !important; }
.fs-body-customerDetails input[type="checkbox"] { width: 20px !important; height: 20px !important; margin-right: 10px !important; accent-color: #E60012 !important; }

.fs-body-customerDetails .fs-c-buttonContainer { text-align: center !important; margin: 50px 0 !important; }
.fs-body-customerDetails button[type="submit"], .fs-body-customerDetails .fs-c-button--next,
.fs-body-customerDetails .fs-c-button--registerAndContinue {
  background-color: #E60012 !important; color: #fff !important; border: 1px solid #E60012 !important;
  padding: 20px 60px !important; font-size: 20px !important; font-weight: bold !important;
  border-radius: 50px !important; cursor: pointer !important; transition: all 0.3s !important;
  min-width: 300px !important; display: inline-block !important; box-shadow: 0 5px 15px rgba(230,0,18,0.3) !important;
}
.fs-body-customerDetails button[type="submit"]:hover { background-color: #cc0010 !important; transform: translateY(-2px) !important; }

/* スマホ対応（入力ページ） */
@media screen and (max-width: 768px) {
  .fs-body-customerDetails .fs-c-inputTable, .fs-body-customerDetails .fs-c-inputTable tbody,
  .fs-body-customerDetails .fs-c-inputTable tr, .fs-body-customerDetails .fs-c-inputTable th,
  .fs-body-customerDetails .fs-c-inputTable td { display: block !important; width: 100% !important; }
  .fs-body-customerDetails .fs-c-inputTable__headerCell {
    width: 100% !important; padding: 10px 0 5px !important; background: transparent !important; border-bottom: none !important;
  }
  .fs-body-customerDetails .fs-c-inputTable__dataCell { padding-bottom: 20px !important; }
  .fs-body-customerDetails .fs-c-inputTextGroup { gap: 10px !important; }
  .fs-body-customerDetails .fs-c-inputDate { display: flex !important; justify-content: space-between !important; }
  .fs-body-customerDetails .fs-c-inputDate > div { flex: 1 !important; }
  .fs-body-customerDetails button[type="submit"] { width: 100% !important; padding: 15px !important; font-size: 18px !important; }
}

/* ==================================================
   【修正】ヘッダーアイコン画像のパス修復
   ※このコードをCSSの「一番最後」に追加してください
   ================================================== */

/* 検索アイコン */
.fs-icon--search:before {
    background: url(https://deff.itembox.design/item/common/icon_search.png?t=20260114134540) no-repeat !important;
    background-size: 100% !important;
    content: '' !important;
    display: block !important;
    height: 40px !important;
    width: 40px !important;
}

/* マイページ（人型）アイコン */
.fs-icon--mypage:before {
    background: url(https://deff.itembox.design/item/common/icon_user.png?t=20260114134540) no-repeat !important;
    background-size: 100% !important;
    content: '' !important;
    display: block !important;
    height: 40px !important;
    width: 40px !important;
}

/* カートアイコン */
.fs-icon--cart:before {
    background: url(https://deff.itembox.design/item/common/icon_cart.png?t=20260114134540) no-repeat !important;
    background-size: 100% !important;
    content: '' !important;
    display: block !important;
    height: 40px !important;
    width: 40px !important;
}