

/* 選択肢メニュー文字1.2から変更 start
   ========================================================================== */

.fs-c-variationLabel {
    font-size: 2rem;
    font-weight: bold;
}

/* 選択肢メニュー文字1.2から変更 end
   ========================================================================== */


/* カートへ追従色付き start
   ========================================================================== */

.fs-p-scrollingCartButton2__button {
    background: #c80012bf;
    border-radius: 0px;
    display: block;
    line-height: 1;
    opacity: 0.9;
    padding: 8px;
    position: relative;
    text-align: center;
}

.fs-p-scrollingCartButton2__button:link {
  color: #3c3c3c;
}
.fs-p-scrollingCartButton2__button:visited {
  color: #3c3c3c;
}
.fs-p-scrollingCartButton2__button:hover {
  color: #3c3c3c;
}
.fs-p-scrollingCartButton2__button:active {
  color: #3c3c3c;
}
.fs-p-scrollingCartButton2__button:hover {
  text-decoration: none;
}

.fs-p-scrollingCartButton2__icon {
    font-size: 3.6rem;
    color: #ffffff;
}

.fs-p-scrollingCartButton2__label {
    display: block;
    font-size: 1.2rem;
    color: #ffffff;
}

/* カートへ追従色付き end
   ========================================================================== */


/* 虫眼鏡（カテゴリー）サイズ変更 start
   ========================================================================== */

.fs-c-productListItem__viewMoreImageButton {
  font-size: 2.0em;
  justify-content: flex-end;
  padding: 0;
}

/* 虫眼鏡（カテゴリー）サイズ変更 end
   ========================================================================== */

/* カートボタンサイズ変更 start
   ========================================================================== */

.fs-c-button--primary {
  background: #c80012;
  border: 1px solid #c80012;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1.5em 1.6em 1.5em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 320px;
}

/* カートボタンサイズ変更 end
   ========================================================================== */



/* カートボタン上下スペース変更 end
   ========================================================================== */

/* 画像間　隙間なくし オリジナルはgrid-row-gap: ８px;です　start
   ========================================================================== */
.fs-l-productLayout {
    display: grid;
    grid-row-gap: 0px;
}
/* 画像間　隙間なくし end
   ========================================================================== */


/* ヘッダ　テキスト消し start
   ========================================================================== */

.fs-p-logo__lead {
    font-size: 1rem;
    margin: 4px 0 0;
    display: none

}

/* ヘッダ　テキスト消し ene
   ========================================================================== */



body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
}



.fs-p-card {
    background: rgba(126, 126, 126, 0.08);
    border: 1px solid #999999;
    margin: 20px 0;
    padding: 12px;
}

.fs-p-footerCopyright {

    color: #5b5b5b;

}


.youtube {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*パンくずリストの表示を3行とするCSS*/
.fs-c-breadcrumb__list {
  display:none;
}
.fs-c-breadcrumb__list:first-child {
  display:block;
}
.fs-c-breadcrumb__list--subgroup:nth-child(2) {
  display:block;
}


/* パンくずリストから商品名を非表示にする start
   ========================================================================== */

.fs-body-product .fs-c-breadcrumb ol li:last-child {
    display: none;
}

/* パンくずリストから商品名を非表示にする end
   ========================================================================== */



/* ヘッダーに仮置きで告知 start
   ========================================================================== */


.fs-p-15th_ani {
    color: #fff;
    background-color: #fff7f7;
    text-align: center;
    margin: 0px 0px 5px 0px;
    padding: 3px 0px 3px 0px;

}

.fs-p-15th_ani__text {
    font-size: 1.4rem;
    color: #c80012;

}

.fs-p-15th_ani__text a {color: #c80012; text-decoration: none}

/* ヘッダーに仮置きで告知  end
   ========================================================================== */

