.header .header__search > input {
  background-color: rgba(17, 17, 17, 0.2);
}

.topBrandBanner__inner {
  padding-top: 3.725rem;
}

.topSkate .topBrandFirstView {
  width: 100%;
  height: 100vh;
  /* max-height: 46.875rem; */
  background-image: url("../Contents/ImagesPkg/topSkate/skate-mv-SP.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.topSkate .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;
}

.topSkate .topBrandFirstView__ttlBtnWrap {
  width: 100%;
  max-width: 86.6666%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.topSkate .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;
}

.topSkate .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;
}

.topBrandBanner .topBrandBanner__slider-next,
.topBrandBanner .topBrandBanner__slider-prev {
  top: 47%;
}

@media screen and (min-width: 600px){
  .topSkate .topBrandFirstView__ttlWrap h2 {
    font-size: 5.375rem;
  }
}

@media screen and (min-width: 768px) {
  .topSkate .topBrandFirstView__ttlBtnWrap {
    max-width: 44.5rem;
  }

  /* .topSkate .topBrandFirstView__ttlWrap h2 {
    font-size: 9.375rem;
    font-size: clamp(8.375rem, 7.452rem + 1.92vw, 9.375rem);
  } */

  .topSkate .topBrandFirstView__ttlWrap p {
    font-size: 0.8125rem;
  }

  .topBrandFirstView__btn a {
    max-width: 11.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .topSkate .topBrandFirstView {
    background-image: url("../Contents/ImagesPkg/topSkate/skate-mv-PC.jpg");
  }
}

@media screen and (min-width: 850px) {
  .topSkate .topBrandFirstView__ttlWrap h2 {
    font-size: 9.375rem;
  }

  .topSkate .topBrandFirstView__ttlBtnWrap {
    max-width: 48.625rem;
  }
}

/* .topSkate .fullSliderOuter {
  height: 80vh;
  height: 80svh;
} */

.topBrandLookbook.topBrandCatalogSkate {
  display: none;
  width: 100%;
  /* height: 105vh;
  height: 105svh; */
  overflow: hidden;
}

.topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__inner {
  width: 100%;
  height: 100%;
  background-image: url("../Contents/ImagesPkg/topSkate/skate-catalog-SP.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content {
  padding: 5.625rem 0;
}

.topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content .topBrandLookbook__imageWrap {
  width: 100%;
  margin-bottom: 2.8125rem;
}

.topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content .topBrandLookbook__imageWrap img {
  width: 100%;
}

.topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content .topBrandLookbook__ttlWrap {
  margin-left: 2.8125rem;
}

@media screen and (min-width: 768px){
  /* .topBrandLookbook.topBrandCatalogSkate {
    height: 30vh;
    height: 30svh;
  } */

  .topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__inner {
    height: 100%;
    background-image: url("../Contents/ImagesPkg/topSkate/skate-catalog-PC.jpg");
  }

  .topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7.8125rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content .topBrandLookbook__imageWrap {
    max-width: 63%;
    margin: 0;
  }

  .topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content .topBrandLookbook__ttlWrap {
    width: 100%;
    max-width: 32%;
    margin: 0;
  }

  .topBrandBanner .topBrandBanner__slider-prev {
    left: -4%;
  }

  .topBrandBanner .topBrandBanner__slider-next {
    right: -4%;
  }
}

@media screen and (min-width: 1024px){
  /* .topBrandLookbook.topBrandCatalogSkate {
    height: 54vh;
    height: 54svh;
  } */

  .topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content .topBrandLookbook__imageWrap {
    max-width: 62%;
  }

  .topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content .topBrandLookbook__ttlWrap {
    max-width: 33%;
  }

  .topBrandBanner .topBrandBanner__slider-prev {
    left: -2.5%;
  }

  .topBrandBanner .topBrandBanner__slider-next {
    right: -2.5%;
  }
}

@media screen and (min-width: 1400px){
  .topBrandLookbook.topBrandCatalogSkate .topBrandLookbook__content {
    max-width: 80.625rem;
  }

  .topBrandBanner .topBrandBanner__slider-prev {
    left: -2%;
  }

  .topBrandBanner .topBrandBanner__slider-next {
    right: -2%;
  }
}

.topSkate .fullSliderOuter {
  height: 92vh;
  height: 92svh;
}

.topSkateBrandBanner {
  position: relative;
}

.topSkateBrandBanner .skate-playing-place {
  position: absolute;
  top: -100%;
  left: -2px;
  z-index: 1;
}

/* .topSkateBrandBanner .skate-playing-place {
  width: 50rem;
  top: -16rem;
} */

/* @media screen and (min-width: 768px) { */
  .topSkateBrandBanner .skate-playing-place {
    /* width: 100rem;
    top: -19rem; */
    width: 75rem;
    /* top: -13.5rem; */
    top: -20.3rem;
  }

  .topSkateBrandBanner .topBrandBanner__inner {
    padding-top: 0;
  }
/* } */



@media screen and (min-width: 1024px) {
  .topSkate .fullSliderOuter {
    height: 96vh;
    height: 96svh;
  }

  .topSkateBrandBanner .skate-playing-place {
    width: 110rem;
    top: -27rem;
  }
}

@media screen and (min-width: 1300px) {
  .topSkateBrandBanner .skate-playing-place {
    width: 150rem;
    top: -35rem;
  }
}

@media screen and (min-width: 1600px) {
  .topSkateBrandBanner .skate-playing-place {
    width: 170rem;
    top: -39rem;
  }
}