/* コピー不要（本デモサイト用） */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);
body{
  font-family: 'Noto Sans Japanese', sans-serif;
}

/* コンテナ幅テスト用 */
/* .fs-l-main{
  max-width: 1016px;
}
@media screen and (min-width: 1200px){
  .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 720px;
  }
} */

/* コピー不要（本デモサイト用） */

/*  　　　　　　　　*/
/* ここからコピー */
/*  　　　　　　　　*/


/* CV関連ページのサブカラム非表示 */
/* ↓メインおよびサブカラムのクラス名に応じて必ず調整↓ */
.fs-body-checkout .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain,
.fs-body-checkout-multiAddress-options .fs-l-pageMain,
.fs-body-checkout-multiAddress-confirm .fs-l-pageMain,
.fs-body-checkout-multiAddress-products .fs-l-pageMain,
.fs-body-checkout-multiAddress .fs-l-pageMain,
.fs-body-checkout-multi .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain,
.fs-body-checkout-amazon .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-cart-login .fs-l-pageMain{
  width: 100% !important;
  max-width: 100% !important;
  float: none;
}
.fs-body-checkout #side,
.fs-body-cart #side,
.fs-body-checkout-success #side,
.fs-body-checkout-multiAddress-options #side,
.fs-body-checkout-multiAddress-confirm #side,
.fs-body-checkout-multiAddress-products #side,
.fs-body-checkout-multiAddress #side,
.fs-body-checkout-multi #side,
.fs-body-customerDetails #side,
.fs-body-checkout-amazon #side,
.fs-body-my-addressbook-new #side,
.fs-body-cart-login #side{
  display: none !important;
}

.fs-body-checkout .fs-l-sideArea,
.fs-body-cart .fs-l-sideArea,
.fs-body-checkout-success .fs-l-sideArea,
.fs-body-checkout-multiAddress-options .fs-l-sideArea,
.fs-body-checkout-multiAddress-confirm .fs-l-sideArea,
.fs-body-checkout-multiAddress-products .fs-l-sideArea,
.fs-body-checkout-multiAddress .fs-l-sideArea,
.fs-body-checkout-multi .fs-l-sideArea,
.fs-body-customerDetails .fs-l-sideArea,
.fs-body-checkout-amazon .fs-l-sideArea,
.fs-body-my-addressbook-new .fs-l-sideArea,
.fs-body-cart-login .fs-l-sideArea{
  display: none !important;
}
/* //CV関連ページのサブカラム非表示 */

/*  　　　　　　　　*/
/* ボタン関連調整 */
/*  　　　　　　　　*/

.fs-c-button--primary {
  font-size: 18px;
  font-weight: bold;
  padding: 1.0em 1.5em;
}

/* 商品画像拡大ボタン */
.fs-c-productMainImage {
    position: relative;
}
.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 0; */
    padding: 0;
}
.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer button.fs-c-button--viewExtendedImage.fs-c-button--plain{
  padding: 10px;
}
.fs-c-productMainImage .fs-c-productMainImage__image,
.fs-c-productThumbnail .fs-c-productThumbnail__image{
  cursor: pointer;
}
.fs-c-productMainImage .fs-c-productMainImage__image:hover,
.fs-c-productThumbnail .fs-c-productThumbnail__image:hover{
  opacity: 0.8;
}
.fs-c-productThumbnail{
  margin-left: -4px;
  margin-right: -4px;
}
button.fs-c-button--viewExtendedImage.fs-c-button--plain:hover{
  text-decoration: none;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain, button.fs-c-button--addToCart--list.fs-c-button--plain {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #FFF !important;
    background: #ad0c0c;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 0.75em;
    font-weight: bold;
}

/*  　　　　　　　　*/
/* //ボタン関連調整 */
/*  　　　　　　　　*/

/* クーポン情報の金額の背景色変更 */
.fs-c-couponName__discount {
    background: #0d1837;
}

/*  　　　　　　　　*/
/* 商品詳細カート周り */
/*  　　　　　　　　*/

/* 数量ボタンに上下ボタン表示 */
.fs-c-quantity__select,
select[name="quantity"] {
    -webkit-appearance: menulist;
}
.fs-c-variationCart--withImage > li {
    -ms-grid-columns: auto 1fr 2em 128px;
    grid-template-columns: auto 1fr 40px 128px;
}
.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
    padding: 0;
}
.fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__wishlist{
  /* padding-right: 10px; */
  justify-content: left;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy{
  display: block;
  margin: 12px 0;
}
.fs-c-productNameHeading__copy{
  color:black;
}



.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 15px;
}
.fs-l-product2 .fs-c-productNameHeading.fs-c-heading{
  margin-bottom: 20px;
}
.fs-l-product2 .fs-c-returnedSpecialContract {
  margin-bottom: 8px;
}
/*  　　　　　　　　*/
/* //商品詳細カート周り */
/*  　　　　　　　　*/
@media screen and (min-width: 960px) {
.fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
  }
}
/*  　　　　　　　　*/
/* 商品一覧 */
/*  　　　　　　　　*/

/* 画像拡大ボタン削除（詳細ページへの誘導強化のため） */
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer{
  display: none;
}

/*  　　　　　　　　*/
/* //商品一覧 */
/*  　　　　　　　　*/
article.fs-c-productList__list__item {
    position: relative;
    padding-bottom: 70px;
}
article.fs-c-productList__list__item .fs-c-productListItem__control {
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 8px;
  right: 0;
}

/* カートページ */
th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  min-width: 105px;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.fs-c-wishlistProduct {
    margin: 30px 0;
}

/*****************************************
ここから調整
*****************************************/
/*header*/
.fs-l-header__contents {
  display: block !important;
}
.fs-l-header {
  padding-top: 0 !important;
}
.fs-l-header__contents > * {
  padding: 0 !important;
}

/*pankuzu*/
.fs-c-breadcrumb {
  width: 1000px;
  margin: 5px auto;
}


/*main*/
aside.fs-p-drawer.fs-l-sideArea {
  display: none !important;
}
.fs-l-main {
  width: 1000px !important;
  max-width: 1000px !important;
  display: block !important;
}
body#fs_Top .fs-l-main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: -20px;
  margin-bottom: 0 !important;
}
.fs-l-pageMain {
  max-width: 100% !important;
  width: 100% !important;
}
body#fs_Top .fs-c-productListItem__control.fs-c-buttonContainer {
  display: none;
}

/*login・logout*/
.login.my-true {
  display: none;
}
.logout.my-false {
  display: none;
}

/*mainSlider*/
.fs-pt-carousel img {
  display: none;
  max-width: 1000px;
}
.fs-c-slick .slick-slide {
  position: relative !important;
  line-height: 0 !important;
}
.fs-c-slick .slick-slide:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
  background: rgba(0,0,0,0.7) !important;
}
.slick-slide.slick-active:after {
  content: "" !important;
  background: none !important;
}
.fs-body-top .fs-c-slick .slick-dots {
  position: relative !important;
  top: -35px !important;
}
.fs-body-top .fs-c-slick .slick-dots li {
  position: relative !important;
  display: inline-block !important;
  height: 7px !important;
  width: 33px !important;
  margin: 3px !important;
  padding: 0 !important;
  cursor: pointer;
}
.fs-body-top .fs-c-slick .slick-dots li button:before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 100%;
  height: 7px;
  font-size: 0 !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff !important;
}
.fs-body-top .fs-c-slick .slick-dots li button:hover:before,
.fs-body-top .fs-c-slick .slick-dots li button:focus:before,
.fs-body-top .fs-c-slick .slick-dots li.slick-active button:before {
  background: #000 !important;
}

/*新着商品やランキング商品のカルーセルを解除して再調整*/
/*
.fs-c-productListCarousel__list__item {
  float: left !important;
  width: 18.5% !important;
  max-width: 18.5% !important;
  min-width: 18.5% !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fs-c-productListCarousel__list__item:nth-of-type(n+2) {
  margin-left: 1.875% !important;
}
.fs-c-productListCarousel__list__item:nth-of-type(5n+1) {
  margin-left: 0 !important;
  clear: both !important;
}
.fs-c-productListCarousel__list__item:nth-of-type(n+6) {
  margin-top: 25px !important;
}*/

/*ranking*/
.ranking article.fs-c-productListItem {
  position: relative;
  margin-top:5em;
}

/*キャッチコピー*/
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
  display: block;
  margin-bottom: 10px;
}

.fs-c-productName__copy {

}

/*最新情報*/
.fs-l-footer {
  border: 0 !important;
  background: none !important;
}
.fs-p-dateList > li {
  border: 0 !important;
  border-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fs-l-footer a {
  color: #000000;
}

/*カートボタン*/
button.fs-c-button--addToCart--detail.fs-c-button--primary {
  background: #c1272d;
  border: 0;
}

/*footer*/
body#fs_Top .fs-l-footer {
  margin-top: 0;
}



body {
  color: #333333;
  font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  min-width: 1000px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
*{
  margin: 0;
  padding: 0;
}
a {
  color: #333333;
  text-decoration: none;
}
ul , ol {
  list-style: none;
  padding: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.bgSection {
  background: #1a1a1a;
  color: #ffffff;
}
.bgSection a {
  color: #ffffff;
}
.section--inner {
  padding: 70px 0px;
}
.cInner{
  width: 1000px;
  margin: 0 auto;
}
.mainTitle {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
}
.bgSection .mainTitle {
  color: #ffffff;
}
.moreBtn {
  display: block;
  margin: 55px auto 0px;
  width: 460px;
  height: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 95px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #d9e021;
  border: 0;
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  -ms-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}
.moreBtn:hover {
  text-decoration: none;
  /*　ホバー時　グレー 2024/11/07*/
  border-color: #ccc;
  background: #ccc;
}
.bgSection .moreBtn {
  color: #000000;
  background: #ffffff;
}
.dnone {
  display: none;
}

.itemList__unit{
  float: left;
  text-align: center;
}
.itemList__detail {
  margin-top: 10px;
  text-align: left;
}
.itemList__name ,
.itemList__price {
  margin: 0 !important;
}
.itemList__name a,
.itemList__price  {
  color: #000000 !important;
}

.bgSection .itemList__name a,
.bgSection .itemList__price  {
  color: #ffffff !important;
}

/*2つ並び*/
.itemList--2 .itemList__unit{
  width:49%;
}
.itemList--2 .itemList__unit:nth-child(n+2){
  margin-left:2%;
}
.itemList--2 .itemList__unit:nth-child(2n+1){
  clear:both;
  margin-left:0;
}
.itemList--2 .itemList__unit:nth-child(n+3){
  margin-top:25px;
}

/*3つ並び*/
.itemList--3 .itemList__unit{
  width:31%;
}
.itemList--3 .itemList__unit:nth-child(n+2){
  margin-left:3.5%;
}
.itemList--3 .itemList__unit:nth-child(3n+1){
  clear:both;
  margin-left:0;
}
.itemList--3 .itemList__unit:nth-child(n+4){
  margin-top:25px;
}

/*4つ並び*/
.itemList--4 .itemList__unit{
  width:23.5%;
}
.itemList--4 .itemList__unit:nth-child(n+2){
  margin-left:2%;
}
.itemList--4 .itemList__unit:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
.itemList--4 .itemList__unit:nth-child(n+5){
  margin-top:25px;
}

/*5つ並び*/
.itemList--5 .itemList__unit{
  width:18.4%;
}
.itemList--5 .itemList__unit:nth-child(n+2){
  margin-left:2%;
}
.itemList--5 .itemList__unit:nth-child(5n+1){
  clear:both;
  margin-left:0;
}
.itemList--5 .itemList__unit:nth-child(n+6){
  margin-top:25px;
}

/*header*/
.hTop {
  padding: 10px 0;
}
h1.hTopTitle {
  float: left;
  width: 48%;
  font-weight: normal;
  color: #999999;
  font-size: 10px;
  letter-spacing: 0em;
}
ul.hTopNav {
  float: right;
  width: 48%;
  text-align: right;
}
li.hTopNavList {
  display: inline-block;
}
li.hTopNavList:nth-of-type(n+2) {
  margin-left: 30px;
}
li.hTopNavList a {
  color: #000000;
  font-size: 12px;
}
.hMain {
  position: relative;
}
.hMain__left {
  float: left;
  width: 195px;
}
.hMain__center {
  float: left;
  width: 610px;
  text-align: center;
  font-size: 14px;
}
.hMain__centerRed {
  color: #c1272d;
  font-size: 14px;
  font-weight: bold;
}
.hMain__centerStrong {
  font-size: 14px;
  font-weight: bold;
}
.hMain__right {
  float: right;
  width: 195px;
  text-align: right;
}
ul.hMainNav {
}
li.hMainNavList {
  display: inline-block;
  vertical-align: bottom;
}
li.hMainNavList:nth-of-type(n+2) {
  margin-left: 25px;
}
li.hMainNavList > a{
  padding: 26px 0;
  display: block;
}
li.hMainNavList i {
  font-size: 20px;
  color: #000000;
}
a.hSearchBtnLink {
  position: relative;
}
a.hSearchBtnLink.active:after,
a.hSearchBtnLink:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000000 transparent;
}
.searrchFormWrap {
  float: right;
  width: 300px;
  text-align: left;
}
.hSearchTitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hSearchDrop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #ffffff;
  background: rgba(0,0,0,0.9);
  padding: 30px 0 50px;
  z-index: 9999999999999999;
}
.section--search {
  width: 100%;
  display: table;
  margin-bottom: 12px;
}
.searchLeft {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
  letter-spacing: 0;
}
.searchRight {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
}
.search__selectWrap {
  position: relative;
  display: block;
  background: #fff;
}
.search__selectWrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -4px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #000;
}
.search__field {
  width: 100%;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  line-height: 1.5;
  outline: none;
  border-radius: 0;
}
.search__selectWrap .search__field {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search__field--price {
  width: 105px !important;
}
.section--searchBtn {
  margin: 20px 0 0 0 ;
}
.search__submit {
  float: left;
  width: 145px;
}
.search__reset {
  float: right;
  width: 145px;
}
input.search__submitBtn,
input.search__resetBtn {
  width: 100%;
  border: 0;
  line-height: 35px;
  background: #808080;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
input.search__submitBtn:hover ,
input.search__resetBtn:hover {
  background: #ff0000;
}

.gNavWrap {
  background: #000000;
  text-align: center;
}
.gNav {
  position: relative;
}
.gNav a.gNav__link:link,
.gNav a.gNav__link:visited {
  color: #ffffff !important;
}
.gNav__unit{
  display: inline-block;
  font-weight: bold;
}
.gNav__unit:nth-of-type(n+2) {
  margin-left: 50px;
}
.gNav__link,
.gNav__noLinkText{
  display: block;
  text-decoration: none;
  cursor: pointer;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
}
.gNav__link:hover,
.gNav__noLinkText:hover{
  text-decoration: none;
}
.gNav__noLinkText:after {
  content: "▼";
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 6px;
  font-size: 12px;
  color: #999999;
}
.gNav__noLinkText.active,
.gNav__noLinkText:hover {
  position: relative;
}
.gNav__noLinkText.active:before ,
.gNav__noLinkText:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
}
span.navSale {
  background: #ff0000;
  padding: 2px 4px;
}
.gNav__drop {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0px;
  text-align: left;
  display: none;
  z-index: 100;
  color: #000000;
  font-weight:normal;
  border-bottom:solid 1px #ddd;
}
.gNav__drop a {
  color: #000000;
}
.gNav__drop a:hover {
  text-decoration: underline;
}
.gNav__drop li{
  text-align:left;
}
.gNav__dropInner {
  height: 100%;
  width:1000px;
  margin:0 auto;
}
.gNav__dropBg {
  background: rgba(255,255,255,0.9);
  padding: 25px 0px;
}
li.gNavBrandLists {
  float: left;
  width: 9.3%;
}
li.gNavBrandLists:nth-of-type(n+2) {
  margin-left: 3.657%;
}
li.gNavBrandLists:nth-of-type(8n+1) {
  margin-left: 0;
  clear: both;
}
li.gNavBrandLists:nth-of-type(n+9) {
  margin-top: 22px;
}

.gNavDrop_left {
  float: left;
  width: 14%;
}
.gNavDrop_leftList {
  font-weight: bold;
}
.gNavDrop_leftList:nth-of-type(n+2) {
  margin-top: 20px;
}
.gNavDrop_leftList:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  background: #000000;
  margin-right: 5px;
}
.gNavDrop_leftList:after {
  content: ">";
  margin-left: 5px;
}
.gNavLeftSale {
  background: #ff0000;
  padding: 3px 5px;
  color: #ffffff;
}

.gNavDrop_right {
  float: right;
  width: 85%;
}
.gNavCateBox {
  float: left;
  width: 15%;
}
.gNavCateBox:nth-of-type(n+2) {
  margin-left: 2%;
}
.gNavCateTitle {
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.gNavCateTitle:nth-of-type(n+2) {
  margin-top: 30px;
}
.gNavCateLists > li {
  margin-top: 7px;
}


.topInfo {
  display: none;
  text-align: center;
  padding: 5px 0;
  color: #c1272d;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 25px;
  background: url(https://adams8584.itembox.design/item/topline.jpg) repeat;
  background-size: auto 100%;
}
body#fs_Top .topInfo {
  display: block;
}

/*FEATURE*/
li.featureBnrList {
  float: left;
  width: 485px;
  text-align: center;
}
li.featureBnrList:nth-of-type(n+2) {
  margin-left: 30px;
}
li.featureBnrList:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
li.featureBnrList:nth-of-type(n+3) {
  margin-top: 30px;
}

/*ranking*/
.rankNo {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #999999;
}
.rankNum {
  font-size: 18px;
}
.rankNo--1 ,
.rankNo--2 ,
.rankNo--3 {
  color: #ffd490;
}
.rankNo::before {
  content: "";
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background: url(https://adams8584.itembox.design/item/rankIcon01.png) no-repeat;
  display: inline-block;
}
.rankNo--1::before ,
.rankNo--2::before ,
.rankNo--3::before {
  content: "";
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  background: url(https://adams8584.itembox.design/item/rankIcon02.png) no-repeat;
  display: inline-block;
}

/*ranking スライド*/
/* 追加 */
.pc-ranking-item {
 position: relative;
 height: 900px;

}

.carousel-slide {
    display: none;
    opacity: 0;
    transition-duration: 4s;
    transition-delay: 2s;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
.carousel-slide.active {
    display: block;
    transition: 1s all linear;
    visibility: visible;
    opacity: 1;
}

.carousel-control {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background-color: rgba(255, 255, 255, 0.44);
 border: none;
 color: white;
 padding: 10px;
 cursor: pointer;
 z-index: 100;
}

.carousel-control.prev {
 left: -43px;
}

.carousel-control.next {
 right: -43px;
}

.rank-carousel-buttons{
 position: relative;
 z-index: 100;
 width: 100%;
 text-align: center;
 padding-top: 10px;
}
.rank-carousel-button{
 height: 6px !important;
 width: 33px !important;
 border-radius: 0 !important;
 background: #000000 !important;
 border: 0 !important;
 margin: 4px;
 display: inline-block;
 cursor: pointer;
}
.rank-carousel-button.active {
 background-color: #fff !important;
}




/*STYLE BOOK*/
.styleBook {
  background: url(https://adams8584.itembox.design/item/stylebook_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.styleBookLists {
  float: left;
  width:23.5%;
}
.styleBookLists:nth-child(n+2){
  margin-left:2%;
}
.styleBookLists:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
.styleBookLists:nth-child(n+5){
  margin-top:25px;
}
.styleBook__detail {
  margin-top: 10px;
  text-align: left;
}
.styleBook__title,
.styleBook__dateText {
  text-align: left;
}
.styleBook__date {
  margin-left: 10px;
}
ul.popularKeywords {
  text-align: center;
  margin-top: 55px;
  background: #000000;
  padding: 10px 0;
}
ul.popularKeywords li {
  display: inline-block;
  font-size: 20px;
}
ul.popularKeywords li:nth-of-type(n+2) {
  margin-left: 20px;
}

/*footer*/
.fTop {
  background: #333333;
  padding: 40px 0;
}
.NewsInfo {
  padding: 25px;
  box-sizing: border-box;
  color: #000000;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.NewsInfo a {
  color: #000000;
}
.NewsInfo__left {
  float: left;
  width: 150px;
}
.NewsInfo__right {
  float: right;
  width: 665px;
}
dl.infoList {
  padding: 10px 0;
}
dl.infoList dt {
  width: 12%;
  float: left;
  font-weight: bold;
}
dl.infoList dd {
  width: 88%;
  float: left;
}
.viewAllInfo {
  text-align: right;
  margin-top: 10px;
}
.viewAllInfo a {
  font-weight: bold;
  text-decoration: underline;
}

.fInfo {
  margin-top: 20px;
}
.fInfoBox {
  width: 490px;
  float: left;
  display: table;
  color: #000000;
  background: #ffffff;
  padding: 25px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.fInfoBox:nth-of-type(n+2) {
  margin-left: 20px;
}
.fInfoBox__img {
  width: 58px;
  display: table-cell;
  vertical-align: middle;
}
.fInfoBox__text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
.fInfoBox__text span {
  color: #c1272d;
}

.fNavBox {
  float: left;
  width: 235px;
}
.fNavBox:nth-of-type(n+2) {
  margin-left: 20px;
}
.fNavArea {
  padding: 50px 0 70px;
  background: #000000;
  color: #ffffff;
}
.fNavArea a {
  color: #ffffff;
}
.fNavTitle {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
ul.fNavLists li a {
  font-size: 14px;
}
ul.fNavLists li:nth-of-type(n+2) {
  margin-top: 10px;
}
.fBottom {
  padding: 35px 0;
}
ul.fSns {
  text-align: center;
}
ul.fSns li {
  display: inline-block;
  vertical-align: middle;
}
ul.fSns li:nth-of-type(n+2) {
  margin-left: 15px;
}
.copyright {
  text-align: center;
  margin-top: 15px;
  font-size: 10px;
  color: #000000;
}
.fs-c-documentArticle {
  margin-top: -70px !important;
  padding-top: 70px !important;
}

/*メインスライダーfade調整*/
#newMainCarousel .sp-buttons {
  position: relative;
  margin-top: -37px;
  margin-bottom: 100px;
  z-index: 999;
}
#newMainCarousel .sp-button {
  height: 6px !important;
  width: 33px !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
}
#newMainCarousel .sp-button.sp-selected-button,
#newMainCarousel .sp-button:hover {
  background: #000000 !important;
}
table.spec {
    width: 100%;
    border-collapse: collapse;
}
table.spec td, table.spec th {
    border: 1px solid #cccccc;
    padding: 5px;
}


/************SALEアイコン設定************/
/*イトップページの場合(イレーコ)のSALEアイコン設定*/
.itemList__unit--sale .itemList__imgBox {
  position: relative;
}
.itemList__unit--sale .itemList__imgBox:before {
  content: "SALE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #ff0000;
  padding: 7px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  z-index: 9;
}

/*商品一覧・検索ページのSALEアイコン設定*/
.saleProduct .fs-c-productListItem__imageContainer {
  position: relative;
}
.saleProduct .fs-c-productListItem__imageContainer:before {
  content: "SALE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #ff0000;
  padding: 7px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  z-index: 9;
}
/*商品詳細ページのSALEアイコン設定*/
.detailProductMainImage--sale {
  position: relative;
}
.detailProductMainImage--sale:before {
  content: "SALE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #ff0000;
  padding: 8px 11px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1em;
  z-index: 9;
}



/*最新情報箇所のスクロール*/
.fs-p-dateList {
        overflow-y: scroll;
        height: 12em;
}

/*商品詳細ページのボタン*/
.text-button {
  color: white;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5%;
}

/*ショップリスト shoplist 店舗情報 2024/07/07追加*/
.shoplist{
 display: flex;
 justify-content: center;
 line-height: 2.2;
 font-size: 14px;
}
/*ショップリスト shoplist 店舗情報 2024/07/07追加*/


.taihuu{
    text-align: center;
}

/* WEB・直営店限定商品  2024/10/08追加*/
.fs-c-productName__copy{
  
}
.itemList__limit{
  color:red;
}
.pickcateList_limit{
  color:red;
}

/* クーポン配布 202411/01追加*/
.coupon_regist{
  text-align:center;
  margin-bottom:20px;

}

.fs-p-announcement_coupon{
  text-align:center;
}

.fs-p-announcement__title{
  color:#E60044;
}

/*　トップページ　FEATURE padding*/
.section--inner_pc{
  padding-top: 70px;
  padding-bottom: 110px;
}
/* トップページ　FEATURE botton */
.feature-margin{
  margin:0px auto 0px;
  margin-bottom: 70px;
}
.brog-button{
  background: #fff;
}
.brog-button:hover{
　border: 2px;
　border-style: solid;
　border-color: #ccc;
　background: #ccc;
}
/*トップページ 新着アイテム*/
.moreBtn_newarrivals{
  background: #fff;
  border: 2px;
  border-color: black;
  border-style: solid;
}

.moreBtn_newarrivals:hover{
　border: 2px;
　border-style: solid;
　border-color: #ccc;
　background: #ccc;
}

/*トップページ　STYLEBOOK*/
.moreBtn_stylebook:hover{
  border-color: #ccc;
  background: #ccc;
}

/*トップページ　festure 追記日2024/11/19*/
.section--main--feature{
  background:#eeeeee;
}

.feature_banner_list{
  display:flex;
  justify-content:space-between;
}

.feature_list{
  display:flex;
  justify-content:space-between;
}
/*トップページ　festure 追記日2024/11/19*/

/*トップページ　brand 追記日2024/11/19*/
.brandbanner_list{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.brandbanner_list li{
  width:23%;
  height:auto;
}
.brandbanner_list li:nth-of-type(n+5){
  margin-top: 20px;
}
/**
.brandbanner_list li:nth-of-type(1){
  margin-right:10px;
}
.brandbanner_list li:nth-of-type(2){
  margin-left:10px;
}
**/
/*トップページ　brand 追記日2024/11/19*/

.section--inner--newarrivals{
  padding-bottom:30px;
}
