.fs-l-main .fs-l-pageMain {
  max-width: 100% !important;
}
@media screen and (min-width: 768px){
.fs-body-login .fs-c-registeredUsers, .fs-body-wishlist-login .fs-c-registeredUsers, .fs-body-review-login .fs-c-registeredUsers {
  max-width:100% !important;
}
}
@media(min-width:992px){
.sec_category .row{
gap:20px 0;
}
}
@media(max-width:991px){
.sec_check .itemList__unit:nth-child(n+5){
display:none;
}
.sec_reco .itemList__unit:nth-child(n+5){
display:none;
}
}

/*AIレコメンド調整用*/
.fs-p-heading--lv2{
display: none;
}
.fr3-item__rankContainer{
display: none;
}

.fr3-productListCarousel .itemList__unit{
padding: 0;
}
.fr3-productListStatic{
margin-bottom:30px;
padding:0 !important;
}


@media(min-width:992px){
  html .fs-c-productThumbnail__image{
    flex-basis: 86px;
    min-width: 86px;
  }
}


[class$="item__rankContainer"] {
  display: none!important;
}

.sec_column .articleList__img{
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.mvA_inner {
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mvA_inner img {
  max-width: 100%;
  display: block;
}

.mvA_inner a {
  display: block;
  opacity: 1;
}

.mvA_inner a:hover {
  opacity: 0.8;
}

.mvA_main,
.mvA_sub {
  max-width: 50%;
  flex: 0 0 50%;
}

@media (max-width: 767px) {
  .mvA_main,
  .mvA_sub {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.mvA_sub {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mvA_sub > * {
  max-width: 50% !important;
  flex: 0 0 50%;
  position: relative;
}

.mvA_sub > * > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .mvA_sub > * > span {
    font-size: 10px;
    padding: 3px 5px;
  }
}

<!--CHUMSカテゴリCSS--＞
.cateList__children {
  list-style: none;
  line-height: 24px;
  margin-top: 15px;
}

.cateList__children > li {
  margin-bottom: 5px;
}
.cateList__children > li >a{
  display: block;
  text-align: center;
}

.cateList__children > li > a:hover {
  color: #108A65;
}

@media (max-width: 767px) {
  .cateList__children {
    display: none;
    font-size: 12px;
  }
}

.cateLink__parents {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 8px 0;
  border-bottom: 1px solid #dfdfdf;
}

.cateLink__parents:hover {
  color: #108A65;
}

@media (max-width: 767px) {
  .cateLink__parents {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .cateList a.cateList__hasChildren:before, .cateList a.cateList__hasChildren:after {
    width: 10px;
    height: 2px;
    transform: translateY(-50%);
    border: 0;
    right: 13px;
    background: #1b1b1b;
  }
  .cateList a.cateList__hasChildren:before {
    content: "";
    display: block;
    position: absolute;
    transition: 0.15s;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: top center;
  }
  .cateList a.cateList__hasChildren.open:before {
    opacity: 0;
    transform: translateY(-50%);
  }
  .cateList a.cateList__hasChildren:hover:after {
    right: 13px;
  }
  .cateList > *:not(:last-child) .cateList__children {
    margin-bottom: 20px;
  }
}

<!--業販案内ﾊﾞﾅｰ>
.gallery--typeB {
  list-style: none;
  width: 100%;
  align-items: center;
}

@media (max-width: 991px) {
  .gallery--typeB {
    width: calc(100% + 15px);
  }
  .gallery--typeB .gbSub {
    max-width: calc(100% + 15px);
    flex-basis: calc(100% + 15px);
  }
}

.gallery--typeB a {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .gbMain {
    margin-bottom: 0;
  }
  .gbSub a {
    position: relative;
    padding-top: 100%;
  }
  .gbSub a img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gbSub.row {
    margin-bottom: -30px;
  }
}

<!--YOUTUBE-->
.iframeWrap{
  padding-top: 56.25%;
  position: relative;
  iframe{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}