.ccItemListContainer .itemList .itemWrap img.itemImg {
  width: 100%;
}

a:hover {
  color: #B81C2B;
}

.box--alert {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #B81C2B;
  color: #B81C2B;
}

.hdr--typeH#hdr .searchForm {
  width: 100% !important;
}

#sec_column .articleList li:nth-child(n+5),
#sec_column2 .articleList li:nth-child(n+5) {
  display: none;
}

.mainSlider .slick-arrow,
.mainSlider--typeB .slick-arrow {
  border: none !important;
  transform: rotate(0) translate(0px, -50%) !important;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.mainSlider .slick-arrow:hover,
.mainSlider--typeB .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.3) !important;
  opacity: 0.8;
}

.mainSlider .slick-next,
.mainSlider--typeB .slick-next {
  right: 0;
}

.mainSlider .slick-prev,
.mainSlider--typeB .slick-prev {
  left: 0;
}

.mainSlider .slick-prev:after,
.mainSlider--typeB .slick-prev:after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg) !important;
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-135deg) !important;
  transform: translateY(-50%) translateX(-50%) rotate(-135deg) !important;
}

.mainSlider .slick-arrow:after,
.mainSlider--typeB .slick-arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.fs-body-cart .fs-c-continueShopping {
  margin-bottom: 80px;
}

.fs-body-cart .box--alert {
  margin-bottom: 40px;
}

#sec_column .tab--typeD .tabSwitch li:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  .mainSliderSec .slick-arrow {
    display: none !important;
  }

  .tabSwitch li small {
    margin-top: 5px;
    display: inline-block;
    font-size: 10px;
  }

  .fs-body-cart .fs-c-continueShopping {
    margin-bottom: 40px;
  }

  .fs-body-cart .box--alert {
    margin-bottom: 20px;
  }

  .multiGrid_sp .itemList {
    gap: 15px 5px;
    display: grid;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding-bottom: 15px;
    grid-auto-flow: row;
    background: white;
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: 150px 150px 150px 150px 150px;
  }

  .multiGrid_sp .ccItemListContainer .itemList article.itemList__unit {
    width: 150px;
    max-width: initial !important;
    flex-basis: initial !important;
    padding: 0;
  }

  .multiGrid_sp .itemList::-webkit-scrollbar-thumb,
  .multiGrid_sp .itemList::-webkit-scrollbar-track {
    border-radius: 92px;
  }

  .multiGrid_sp .itemList::-webkit-scrollbar-thumb {
    background: #F0B41C;
  }

  .multiGrid_sp .itemList::-webkit-scrollbar-track {
    background: #f2f2f2;
  }

  .multiGrid_sp .itemList::-webkit-resizer {
    width: 90%;
  }

  .multiGrid_sp .itemList::-webkit-scrollbar {
    height: 12px;
  }
}

.fNav--typeA .snsNav i {
  color: #371804;
}

@media (min-width: 992px) {
  .fNav--typeA .snsNav i {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .snsNav i {
    font-size: 26px;
  }
}


/* マイページ */
@media screen and (min-width: 768px) {
  .fs-body-my-top .fs-l-account {
    justify-content: center;
  }

  .fs-body-my-top .fs-c-accountService {
    flex-basis: 70% !important;
  }
}

@media screen and (max-width: 767px) {
  .fs-c-accountService > li {
    flex-basis: calc(33.333% - 8px);
    margin: 4px !important;
  }
}

.fs-c-returnedSpecialContract {
  display: none;
}


/* 会員登録画面編集 */
.fs-c-inputInformation__field .fs-c-inputTable__label {
  font-size: 1.3em;
}

.fs-c-inputInformation__field .fs-c-requiredMark:before {
  background: #9ebdcb;
  font-weight: bold;
  color: #ffffff;
  height: 19px;
}

.fs-c-inputInformation__field .fs-c-inputGroup,
.fs-c-inputInformation__field .fs-c-dropdown::after,
.fs-c-inputInformation__field .fs-c-inputField select,
.fs-c-inputInformation__field .fs-c-inputField [type=text],
.fs-c-inputInformation__field .fs-c-inputField [type=tel],
.fs-c-inputInformation__field .fs-c-radio__radioMark {
  border: #999999 1px solid;
}


/* 送料とお支払いについて */
.fs-c-documentArticle {
  padding: 8px;
}


/* リンクの色を変える */
.fs-c-inputInformation__field a:visited {
  text-decoration: none;
}


/* 問い合わせフォーム */
.fs-c-inputInformation__field h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
}

input[type="submit"],
.input[type="submit"] {
  display: inline-block;
  border-radius: 5%;
  font-size: 18pt;
  text-align: center;
  cursor: pointer;
  padding: 11px 12px;
  background: #9ebdcb;
  color: #ffffff;
  line-height: 1em;
  transition: 0.3s;
  box-shadow: 3px 3px 2px #666666;
  border: 2px solid #9ebdcb;
}

input[type="submit"]:hover,
.input[type="submit"]:hover {
  box-shadow: none;
  color: #9ebdcb;
  background: #ffffff;
}


/* フッター問い合わせ */
.fnav_contact {
  margin: 20px 0;
}

.fnav_contact img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .iconNav img {
    margin: 0 5px;
    max-height: 30px;
  }
}


/* --- ベースの調整 --- */
/* ラベル（項目名）を見やすく */
.fs-c-inputInformation__field .fs-c-inputTable__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

/* 必須マークのブラッシュアップ */
.fs-c-inputInformation__field .fs-c-requiredMark:before {
  background-color: #d70000;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  font-size: 1.1rem;
  vertical-align: middle;
  content: "必須";
}

/* 入力中（フォーカス時）のデザイン */
.fs-c-inputInformation__field .fs-c-inputField [type=text]:focus,
.fs-c-inputInformation__field .fs-c-inputField [type=tel]:focus,
.fs-c-inputInformation__field .fs-c-inputField [type=email]:focus,
.fs-c-inputInformation__field .fs-c-inputField [type=password]:focus,
.fs-c-inputInformation__field textarea:focus,
.fs-c-inputInformation__field select:focus {
  border-color: #333;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}


/* 住所などの入力グループの間隔 */
.fs-c-inputGroup {
  border: none !important;
  margin-bottom: 16px;
}

/* エラー時の強調 */
.fs-is-error input,
.fs-is-error select {
  border-color: #d70000 !important;
  background-color: #fff0f0 !important;
}

/* =========================================
   カテゴリーページ：商品一覧見出し
========================================= */

body.fs-body-category #products,
body.fs-body-category .oim-products-heading,
body.fs-body-category #products.oim-products-heading {
  display: block !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 80px auto 32px !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  clear: both !important;
}

body.fs-body-category #products h1,
body.fs-body-category #products .products_title,
body.fs-body-category #products .pdoructs_title,
body.fs-body-category .oim-products-heading h1,
body.fs-body-category .oim-products-heading .products_title,
body.fs-body-category .oim-products-heading .pdoructs_title {
  display: inline-block !important;
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 0 18px !important;
  position: relative !important;
  text-align: center !important;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.12em !important;
  color: #371806 !important;
  border: none !important;
  background: transparent !important;
}


@media screen and (max-width: 767px) {
  body.fs-body-category #products,
  body.fs-body-category .oim-products-heading,
  body.fs-body-category #products.oim-products-heading {
    margin: 56px auto 24px !important;
    padding: 0 16px !important;
    text-align: center !important;
  }

  body.fs-body-category #products h1,
  body.fs-body-category #products .products_title,
  body.fs-body-category #products .pdoructs_title,
  body.fs-body-category .oim-products-heading h1,
  body.fs-body-category .oim-products-heading .products_title,
  body.fs-body-category .oim-products-heading .pdoructs_title {
    display: inline-block !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 0 14px !important;
    text-align: center !important;
    font-size: 26px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.1em !important;
  }

  body.fs-body-category #products h1::after,
  body.fs-body-category #products .products_title::after,
  body.fs-body-category #products .pdoructs_title::after,
  body.fs-body-category .oim-products-heading h1::after,
  body.fs-body-category .oim-products-heading .products_title::after,
  body.fs-body-category .oim-products-heading .pdoructs_title::after {
    width: 48px !important;
    height: 2px !important;
    margin-top: 12px !important;
  }
}
