.keywordRanking__toggle {
  left:-85% !important;
}

.hdr--typeD .hdrMiddle .gNav > ul > li > a > * {
    white-space: nowrap;
}
.gNav.gNav--typeB li.hasChildren > a::after {
    right: 45% !important;
}
 [class*='fNav--type']:not(.fNav--typeA) .fNav__list a {
 font-size:14px;  
}
#hdrLogo > .gNav__listIcon {
 margin-right:0 !important; 
}
@media (min-width: 991px) {
  .gNav.gNav--typeB > ul > li {
    margin-right: 25px !important;
  }
}
.hdrMiddle.hdrMiddle--logoLeft .hdrMiddle__center {
    padding: 0 20px !important;
}

table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
#hdrLogo {
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  #hdrLogo {
  padding-bottom: 0px;
}
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

.articleList--typeB .articleList__img {
  margin: 0 auto;
}

.gNav.gNav--typeB > ul > li {
  margin-right: 15px !important;
}
.gNav.gNav--typeB > ul > li:last-child {
  margin-right: 0 !important;
}
.hdr--typeD .hdrMiddle .gNav > ul > li > a {
  padding-right: 0;
  padding-bottom: 15px;
  font-size: 14px;
}
.gNav.gNav--typeB li.hasChildren > a::after {
  right: 50%;
  transform: rotate(135deg) translateX(-50%) !important;
  -webkit-transform: rotate(135deg) translateX(-50%) !important;
  -ms-transform: rotate(135deg) translateX(-50%) !important;
  top: 70% !important;
}
.highlight.sp-highlight-none {
  background: #fff;
  padding: 0;
}
.snsNav li a {
  display: block;
}

@media (min-width: 991px) {
  .gNav.gNav--typeB > ul > li {
    margin-right: 25px !important;
  }
  .gNav.gNav--typeB > ul > li:last-child {
    margin-right: 0 !important;
  }
  #hdr .searchForm {
    width: 157px;
  }
  #hdr .searchForm input[type="text"] {
    padding-right: 35px;
  }
  .snsNav {
    padding-left: 0 !important;
    padding-right: 4px !important;
  }
  .fNav--typeC .fNav__list {
    /*justify-content: center !important;*/
  }
  .fNav--typeC .fNav__list li a {
    padding: 0 !important;
  }
}
@media (min-width: 1075px) {
  #hdr .searchForm {
    width: auto;
  }
  #hdr .searchForm input[type="text"] {
    padding-right: 45px;
  }
}
#container:not(.topPage) #main {
  margin-top: 70px !important;
}
#container:not(.topPage) #side {
  margin-top: 70px !important;
}
@media (min-width: 992px) {
.fNav--typeC .fNav__list li {
    padding: 0 8px !important;
    margin-right: auto;
    font-size: 12px !important;
    letter-spacing: 0;
}
}
@media (max-width: 991px) {
#container:not(.topPage) #main {
  margin-top: 0px !important;
}
#container:not(.topPage) #side {
  margin-top: 0px !important;
}
  p,
h2 small,
.articleList--typeB .articleList__text:before,
.articleList time,
table.shopInfoTable td,
table.shopInfoTable th,
[class*='fNav--type']:not(.fNav--typeA) .fNav__list li a {
   font-size:14px !important; 
}
.cateList--typeC figure figcaption {
 font-size:12px !important; 
}
}

/* ヘッダーお気に入りページリンク追加 25.05.11 */
.material-icons {
  font-size: 25px;
  vertical-align: middle;
}
/* スマホ用の調整 */
@media screen and (max-width: 768px) {
  .favorite-link {
    margin: 0px;
  }
  .favorite-link .material-icons {
    font-size: 22px;
  }
}
/* ここまで 25.05.11 */