.header .header__search > input {
  background-color: rgba(17, 17, 17, 0.2);
}

.topBrandBanner__inner {
  padding-top: 3.725rem;
}

.topSurf .topBrandFirstView {
  width: 100%;
  height: 100vh;
  /* max-height: 46.875rem; */
  background-image: url("../Contents/ImagesPkg/topSurf/surf-mv-SP.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.topSurf .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;
}

.topSurf .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;
}

.topSurf .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;
}

.topSurf .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: 43%;
}

@media screen and (min-width: 600px){
  .topSurf .topBrandFirstView__ttlWrap h2 {
    font-size: 5.375rem;
  }
}

@media screen and (min-width: 768px) {
  .topSurf .topBrandFirstView__ttlBtnWrap {
    max-width: 44.5rem;
  }

  /* .topSurf .topBrandFirstView__ttlWrap h2 {
    font-size: 9.375rem;
    font-size: clamp(8.375rem, 7.452rem + 1.92vw, 9.375rem);
  } */

  .topSurf .topBrandFirstView__ttlWrap p {
    font-size: 0.8125rem;
  }

  .topBrandFirstView__btn a {
    max-width: 11.25rem;
  }

  .topBrandBanner .topBrandBanner__slider-prev {
    left: -4%;
  }

  .topBrandBanner .topBrandBanner__slider-next {
    right: -4%;
  }
}

@media screen and (min-width: 768px) {
  .topSurf .topBrandFirstView {
    background-image: url("../Contents/ImagesPkg/topSurf/surf-mv-PC.jpg");
  }
}

@media screen and (min-width: 850px) {
  .topSurf .topBrandFirstView__ttlWrap h2 {
    font-size: 9.375rem;
  }

  .topSurf .topBrandFirstView__ttlBtnWrap {
    max-width: 48.625rem;
  }
}

.topSurf .fullSliderOuter {
  /* height: 80vh;
  height: 80svh; */
  height: 92vh;
  height: 92svh;
}

.topBrandLookbook.topBrandCatalogSurf {
  width: 100%;
  /* height: 105vh;
  height: 105svh; */
  overflow: hidden;
}

.topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__inner {
  width: 100%;
  height: 100%;
  background-image: url("../Contents/ImagesPkg/topSurf/surf-catalog-SP.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__content {
  padding: 5.625rem 0;
}

.topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__content .topBrandLookbook__imageWrap {
  width: 100%;
  margin-bottom: 2.8125rem;
}

.topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__content .topBrandLookbook__imageWrap img {
  width: 100%;
}

.topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__content .topBrandLookbook__ttlWrap {
  margin-left: 2.8125rem;
}

@media screen and (min-width: 768px){
  /* .topBrandLookbook.topBrandCatalogSurf {
    height: 30vh;
    height: 30svh;
  } */

  .topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__inner {
    height: 100%;
    background-image: url("../Contents/ImagesPkg/topSurf/surf-catalog-PC.jpg");
  }

  .topBrandLookbook.topBrandCatalogSurf .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.topBrandCatalogSurf .topBrandLookbook__content .topBrandLookbook__imageWrap {
    max-width: 63%;
    margin: 0;
  }

  .topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__content .topBrandLookbook__ttlWrap {
    width: 100%;
    max-width: 32%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px){
  /* .topBrandLookbook.topBrandCatalogSurf {
    height: 54vh;
    height: 54svh;
  } */

  .topSurf .fullSliderOuter {
    height: 96vh;
    height: 96svh;
  }

  .topBrandLookbook.topBrandCatalogSurf .topBrandLookbook__content .topBrandLookbook__imageWrap {
    max-width: 62%;
  }

  .topBrandLookbook.topBrandCatalogSurf .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.topBrandCatalogSurf .topBrandLookbook__content {
    max-width: 80.625rem;
  }

  .topBrandBanner .topBrandBanner__slider-prev {
    left: -2%;
  }

  .topBrandBanner .topBrandBanner__slider-next {
    right: -2%;
  }
}

.topSurf__wavesWrap {
  position: relative;
}

.topSurf__waves {
  /*position: relative;*/
  position: absolute;
  bottom: 0px;
  width: 100%;
  /*height:15vh;*/
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* Animation */

.topSurf__waves .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
          animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.topSurf__waves .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.topSurf__waves .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.topSurf__waves .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.topSurf__waves .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px,0,0);
            transform: translate3d(-90px,0,0);
  }
  100% {
    -webkit-transform: translate3d(85px,0,0);
            transform: translate3d(85px,0,0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px,0,0);
            transform: translate3d(-90px,0,0);
  }
  100% {
    -webkit-transform: translate3d(85px,0,0);
            transform: translate3d(85px,0,0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}