#ch-plugin {
  display: none !important;
}
span.cap_price {
  font-size: 18px;
  font-weight: bold;
  color: #c44a82;
  margin: 0 0 0 10px;
}
/*ヘッダー*/
.fs-p-headerNavBar {
  background: #000000;
  border-bottom: 2px solid #000000;
  color: #ffffff;
}
.fs-p-headerNavigation__link:link {
  color: #ffffff;
}
.fs-p-headerNavigation__link:visited {
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .fs-p-headerNavBar {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .fs-p-logo__image {
    max-height: 70px;
    margin-top: 3px;
  }
  .fs-l-header__logo {
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 340px) {
  .fs-p-logo__image {
    max-height: 60px;
    margin-top: 5px;
  }
}
/*サイドメニュー*/
.fs-l-sideArea {
  width: 244px;
}
.fs-c-productNumber {
  border: none;
  display: inline-block;
  font-size: 1.3em;
  padding: 10px 15px;
  background-color: #C44A82;
  color: #ffffff;
}
.fs-c-productPointDisplay {
  background: #7c8790;
  color: #ffffff;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #8f5f99;
  font-weight: bold;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  color: #8f5f99;
}
.fs-c-productPostage {
  display: none;
}
.fs-c-productPointDisplay {
  display: none;
}
.fs-c-variationCart__cartButton {
  display: none;
}
.fs-c-buttonContainer--inquiryAboutProduct {
  display: none;
}
.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
  display: none;
}
.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
  display: none;
}
.fs-c-button__image {
  display: none !important;
}
table.prod_spec th {
  background-color: #C44A82;
  border: 1px #CCC solid;
}
table.prod_size th {
  background-color: #C44A82;
  border: 1px #CCC solid;
}
span.inquiry_strong {
  color: #C44A82;
}
/*フッター*/
.fs-l-footer {
  background-color: #000000;
  color: #ffffff;
}
.fs-l-footer a {
  color: #e6b422;
}
.fs-p-footerSnsLink > li img {
  width: 40px;
}
@media screen and (min-width: 960px) {
  .fs-p-footerNavigation {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .fs-p-footerCopyright {
    margin-top: 5%;
    margin-bottom: 8%;
  }
}
.mini-text {
  font-size: 100%;
  line-height: 130%;
}
ul.bottom-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px; /*高さ*/
  margin: 0;
  padding: 0;
  z-index: 30;
}
ul.bottom-menu li {
  float: left;
  width: 25%;
  height: 52px;
  color: #ffffff;
  background-color: #333333; /*背景色*/
  list-style-type: none;
  text-align: center;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.bottom-menu li a {
  display: block;
  color: #ffffff; /*アイコン＆文字の色*/
  padding-top: 12px;
  padding-bottom: 10px;
  line-height: 10px;
  text-decoration: none;
}
.bottom-menu li a:hover {
  color: #a9a9a9; /*マウスオーバー時の色*/
}
/*3つ表示*/
ul.bottom-menu_3 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px; /*高さ*/
  margin: 0;
  padding: 0;
  z-index: 30;
}
ul.bottom-menu_3 li {
  float: left;
  width: 33%;
  height: 52px;
  color: #ffffff;
  background-color: #333333; /*背景色*/
  list-style-type: none;
  text-align: center;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  display: grid;
  place-items: center;
}
.bottom-menu_3 li a {
  display: block;
  color: #ffffff; /*アイコン＆文字の色*/
  padding-top: 10px;
  line-height: 10px;
  text-decoration: none;
}
.bottom-menu_3 li a:hover {
  color: #a9a9a9; /*マウスオーバー時の色*/
}