.header .header__search > input {
  background-color: rgba(17, 17, 17, 0.2);
}

.topFashion .topBrandFirstView {
  width: 100%;
  height: 100vh;
  /* max-height: 46.875rem; */
  background-image: url("../Contents/ImagesPkg/topFashion/fashion-mv-SP.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.topFashion .topBrandFirstView::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #6A6A6A;
  opacity: 0.2;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: 3;
}

.topFashion .topBrandFirstView__ttlBtnWrap {
  width: 100%;
  max-width: 86.6666%;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
      -ms-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
  z-index: 10;
}

.topFashion .topBrandFirstView__ttlWrap h2 {
  /* font-size: 4.375rem; */
  /* font-size: clamp(2.375rem, -9.261rem + 58.18vw, 4.375rem); */
  font-size: clamp(2.375rem, -9.261rem + 58.18vw, 3.375rem);
  font-family: var(--font-eng);
  font-weight: 700;
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
}

.topFashion .topBrandFirstView__ttlWrap p {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 2;
}

.topBrandFirstView__btn a {
  width: 100%;
  max-width: 9.375rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 1.75rem;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 0.8125rem;
  font-family: var(--font-eng);
  font-weight: 600;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

@media screen and (min-width: 600px){
  .topFashion .topBrandFirstView__ttlWrap h2 {
    font-size: 5.375rem;
  }
}

@media screen and (min-width: 768px) {
  .topFashion .topBrandFirstView__ttlBtnWrap {
    max-width: 44.5rem;
  }

  /* .topFashion .topBrandFirstView__ttlWrap h2 {
    font-size: 9.375rem;
    font-size: clamp(8.375rem, 7.452rem + 1.92vw, 9.375rem);
  } */

  .topFashion .topBrandFirstView__ttlWrap p {
    font-size: 0.8125rem;
  }

  .topBrandFirstView__btn a {
    max-width: 11.25rem;
  }
}

@media screen and (min-width: 850px) {
  .topFashion .topBrandFirstView__ttlWrap h2 {
    font-size: 9.375rem;
  }

  .topFashion .topBrandFirstView__ttlBtnWrap {
    max-width: 48.625rem;
  }
}

.topFashion .fullSliderOuter {
  height: 83vh;
  height: 83svh;
}

.topFashion + .top__inner {
  margin-top: 0;
}

/* FASHION MARQUE */
.fashionMarque {
  background-color: #FFFFFF;
  /* transform: skewY(-6deg) translateY(-30%); */
  -webkit-transform: skewY(-6deg) translateY(-40%);
      -ms-transform: skewY(-6deg) translateY(-40%);
          transform: skewY(-6deg) translateY(-40%);
  padding: 1.5625rem 0;
  /* padding: 1.5625rem 0 0; */
}

.fashionMarque__scrollBox {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.fashionMarque__scrollBox .fashionMarque__scrollBoxOuter {
  display: inline-block;
}

/* Scrollbox */
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.fashionMarque__scrollBox .fashionMarque__scrollBoxOuter--left {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.fashionMarque__scrollBox .fashionMarque__scrollBoxOuter--right{
  -webkit-animation :infinity-scroll-right 30s infinite linear 0.5s both;
          animation :infinity-scroll-right 30s infinite linear 0.5s both;
}

.fashionMarque__scrollBox .fashionMarque__scrollBoxWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4375rem;
}

.fashionMarque__scrollBox .fashionMarque__scrollBoxWrap p {
  font-size: 1.875rem;
  font-family: var(--font-eng);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--color-font-primary);
  text-transform: uppercase;
}

.fashionMarque__scrollBox .fashionMarque__scrollBoxWrap p.fashionMarque__scrollTextStroke {
  -webkit-text-stroke: 1px var(--color-font-primary);
  padding-right: 1.25rem;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {

  .topFashion .fullSliderOuter {
    height: 85vh;
    height: 85svh;
  }
  
  .topFashion + .top__inner {
    margin-top: 0;
  }

  .fashionMarque {
    -webkit-transform: skewY(-4.5deg) translateY(-55%);
        -ms-transform: skewY(-4.5deg) translateY(-55%);
            transform: skewY(-4.5deg) translateY(-55%);
  }

  .topFashion .topBrandFirstView {
    background-image: url("../Contents/ImagesPkg/topFashion/fashion-mv-PC.jpg");
  }
}

@media screen and (min-width: 1024px) {
  .topFashion .fullSliderOuter {
    height: 100vh;
    height: 100svh;
  }
  
  .topFashion + .top__inner {
    margin-top: -12vh;
  }
  
  .fashionMarque {
    -webkit-transform: skewY(-2.5deg) translateY(-55%);
        -ms-transform: skewY(-2.5deg) translateY(-55%);
            transform: skewY(-2.5deg) translateY(-55%);
  }
}

@media screen and (min-width: 1200px){
  .topFashion .fullSliderOuter {
    height: 100vh;
    height: 100svh;
  }
  
  .topFashion + .top__inner {
    margin-top: -8vh;
  }
}

@media screen and (min-width: 1600px) {
  .fashionMarque {
    -webkit-transform: skewY(-1.5deg) translateY(-55%);
        -ms-transform: skewY(-1.5deg) translateY(-55%);
            transform: skewY(-1.5deg) translateY(-55%);
  }
}

.topBrandBlog.fashionTopBrandBlog {
  background-color: #FFFFFF;
}

.topBrandLookbook.topBrandLookbookFashion {
  width: 100%;
  /* height: 69vh;
  height: 69svh; */
  height: 122.666666667vw;
  overflow: hidden;
}

.topBrandLookbook.topBrandLookbookFashion .topBrandLookbook__inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.topBrandLookbook.topBrandLookbookFashion--1 .topBrandLookbook__inner {background-image: url("../Contents/ImagesPkg/topFashion/fashion-catalog-1-SP.jpg");}
.topBrandLookbook.topBrandLookbookFashion--2 .topBrandLookbook__inner {background-image: url("../Contents/ImagesPkg/topFashion/fashion-catalog-2-SP.jpg");}

.topBrandLookbook.topBrandLookbookFashion .topBrandLookbook__content {
  padding: 0;
  padding-bottom: 6.875rem;
}

@media screen and (min-width: 768px){
  .topBrandLookbook.topBrandLookbookFashion {
    /* height: 30vh;
    height: 30svh; */
  }

  /* 20241203 バナーテキスト追加 */
  .topBrandLookbook.topBrandLookbookFashion {
    height: 40vh;
    height: 40svh;
  }

  .topBrandLookbook.topBrandLookbookFashion .topBrandLookbook__inner {
    height: 100%;
  }

  .topBrandLookbook.topBrandLookbookFashion--1 .topBrandLookbook__inner {background-image: url("../Contents/ImagesPkg/topFashion/fashion-catalog-1-PC.jpg");}
  .topBrandLookbook.topBrandLookbookFashion--2 .topBrandLookbook__inner {background-image: url("../Contents/ImagesPkg/topFashion/fashion-catalog-2-PC.jpg");}  

  .topBrandLookbook.topBrandLookbookFashion .topBrandLookbook__content {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1024px){
  .topBrandLookbook.topBrandLookbookFashion {
    height: 54vh;
    height: 54svh;
  }
}

@media screen and (min-width: 1400px){
  .topBrandLookbook.topBrandLookbookFashion .topBrandLookbook__content {
    max-width: 75rem;
  }
}