.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-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"] は広すぎて他画面へ悪影響の可能性があるため、
   問い合わせフォーム領域に限定 */
.fs-c-inputInformation__field 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;
}

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

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

.fnav_contact img {
  margin: 0 auto;
}

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

@media screen and (min-width: 960px) {
  .fs-c-linkedServiceLogin__login > .fs-c-anotherLogin--google {
    padding: 0;
  }

  .fs-c-anotherLogin--google .fs-c-anotherLogin__button {
    margin: 5px auto;
  }
}

.fs-c-inputInformation__field .fs-c-inputTable__label {
  font-size: 1.3em;
}

.fs-c-inputInformation__field .fs-c-requiredMark:before {
  background: #d70000;
  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;
}

@media screen and (min-width: 960px) {
  .fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 16px;
    align-items: start;
  }

  .fs-l-product4 .fs-l-productLayout__item--1,
  .fs-l-product4 .fs-l-productLayout__item--2 {
    margin: 0 !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    max-width: none !important;
    min-width: 0;
  }
}