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=20240115162449) 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=20240115162449) 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=20240115162449) 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=20240115162449) 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;
}

.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=20240115162449) 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%;
      }


    }