.fs-l-footer{
  border: 0;
  background: transparent;
  margin-top: 0;
}

.fs-body-product .fs-c-productCarouselMainImage .fs-c-slick .slick-slide img{
  min-width: 560px;
}

@media (max-width: 767px) {
  .fs-body-product .fs-c-productCarouselMainImage .fs-c-slick .slick-slide img{
    min-width: auto;
  }
}

.fs-c-productMark img{
  max-height: 25px;
}

.side__detailSearch .sds__select ul li:nth-of-type(n+11) {
    display: none;
}
.sds__select_morebtn {
    display: block;
    border: 1px solid #0A3A20;
    margin: 10px 5px;
    padding: 7px;
    color: #0A3A20;
    font-weight: 500;
    text-align: center;
    max-width: 70px;
    cursor: pointer;
}
.faqWrap dl dd >p >a {
    color: #0000ee;
    text-decoration: underline;
}

.item-group.--request img {
    display: block;
    margin: auto;
}
@media(max-width:750px){
.item-group.--request img {
    width: 345px;
}
}
#rental .secB .box {
    display: block!important;
}
header .hdrBottom .header__item::before {
    transform: rotate(-90deg);
}

.fs-c-subgroupList {
    gap: 10px 0;
}
.fs-c-subgroupList__comment .fs-c-subgroupList__link {
    border-color: transparent;
    background: transparent;
}
.fs-c-subgroupList__link {
    height: auto;
}
.fs-c-subgroupList__comment .fs-c-subgroupList__link:after {
    content: none;
}

.item-group .detail-search input[type="reset"] {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: inherit;
    border: #00612C solid 1px;
    cursor: pointer;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fNav--typeC .fNav__list li {
        list-style: none;
    }
    footer .fNav--typeC .fNav__logo img {
        width: 300px!important;
    }
}

span.fs-c-sortItems__label {
    white-space: nowrap;
}
.product-comment-1 {
    text-align: center;
}
.product-comment-1 div {
    margin-bottom: 15px;
    text-align: left;
}

.fs-body-checkout .hid_cart, .fs-body-cart .hid_cart {
    display: none;
}

.fs-c-subgroupList .fs-c-subgroupList__comment {
    display: none;
}

h2.fs-c-wishlistProduct__title {
    margin: 15px 0;
    font-size: 24px;
    line-height: 48px;
    font-weight: 700;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1b1b1b;
    border-bottom: 0px;
}
@media (max-width: 479px) {
    h2.fs-c-wishlistProduct__title {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
}
}
.fs-c-productName__name {
    font-weight: 400;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.fs-c-productName__copy {
    font-weight: 400;
}

body > iframe{
 opacity: 1;
}

html #toTop{
  right: inherit;
  left: 30px;
}

@media (max-width: 992px) {
html #toTop{
  right: inherit;
  left: 10px;
}
}

html #drawer{
 z-index: 9999999999;
}

html .item-group .detail-search input[type="reset"]{
  color: #00612C;
}

.detail-search .spOnly form[action="/p/search"]> *:nth-last-child(2){
  order: 3;
}

h2.fs-p-heading--lv2 {
    display: none;
}
.fr3-item__productName {
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 14px;
}
.fr3-item__productPrice {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FF0000;
    margin-bottom: 5px;
}

.ranking .fr3-item {
  position: relative;
}
.ranking .fr3-item__rankContainer {
  display: none;
}
.ranking .fr3-item::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 35px;
  background-image: url(https://nouki.itembox.design/item/img/top/ico_ranking1.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: -45px;
  z-index: 1;
}
.ranking .fr3-item:nth-of-type(2):before {
  position: absolute;
  content: "";
  width: 45px;
  height: 35px;
  background-image: url(https://nouki.itembox.design/item/img/top/ico_ranking2.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: -45px;
  z-index: 1;
}
.ranking .fr3-item:nth-of-type(3):before {
  position: absolute;
  content: "";
  width: 45px;
  height: 35px;
  background-image: url(https://nouki.itembox.design/item/img/top/ico_ranking3.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: -45px;
  z-index: 1;
}
.ranking .fr3-item:nth-of-type(4):before {
  position: absolute;
  content: "";
  width: 45px;
  height: 35px;
  background-image: url(https://nouki.itembox.design/item/img/top/ico_ranking4.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: -45px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ranking .fr3-item:nth-of-type(4):before {
    display: none;
  }
}
.ranking .fr3-item:nth-of-type(5):before {
  position: absolute;
  content: "";
  width: 45px;
  height: 35px;
  background-image: url(https://nouki.itembox.design/item/img/top/ico_ranking5.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: -45px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ranking .fr3-item:nth-of-type(5):before {
    display: none;
  }
}