@charset "utf-8";
/* ------------------- スクロールヒント -------------------- */
.scroll-hint-icon{
  background: rgba(0, 0, 0, .6) !important;
  padding: 20px 10px 20px 10px;
}
.scroll-hint-icon .scroll-hint-text{
  display: none !important;
}
.scroll-hint-icon::after{
  content: 'scroll' !important;
  display: block !important;
  font-family: var(--ff-lato) !important;
  font-size: 12px !important;
  color: var(--c-white) !important;
  background: none;
  position: inherit;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: initial;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

/* メンズ - レディース - fv */
@media screen and (max-width: 767px){
  .g-topFv--noall img{
    height: calc(100vh - 316px);
    object-fit: cover;
  }
}

/* メンズ - fv */
@media screen and (min-width: 768px){
  .g-topFv--ments img{
    aspect-ratio: 1222/499;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px){
  .g-topFv--all img{
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}



























