.footer__logo-img {
  width: 220px;
}

.p-top-mv {
  position: relative;
  margin-bottom: 30px;
}
.p-top-mv__imgs {
  position: relative;
}
.p-top-mv__imgs::before, .p-top-mv__imgs::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-top-mv__imgs::before {
  display: none;
}
.p-top-mv__imgs::after {
  bottom: -21px;
  height: 10vw;
  background: url(../images/top/img_mv_mask_bottom_sp.webp) no-repeat center top/cover;
}
.p-top-mv__img {
  position: relative;
  margin: 0 20px;
  width: 100vw;
}
.p-top-mv__brands {
  position: relative;
  z-index: 2;
}
.p-top-mv__brand {
  position: relative;
  margin: 0 20px;
  width: 100vw;
}
.p-top-mv__brand-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.p-top-mv__brand-logo img {
  width: 50%;
}
.p-top-mv__brand.borg .p-top-mv__brand-logo img {
  height: 30px;
  width: auto;
}
.p-top-mv__brand-name {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
}
.p-top-mv__brand-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-mv__brand-group {
  position: relative;
  flex-shrink: 0;
  margin-right: 5px;
  padding-right: 5px;
}
.p-top-mv__brand-group::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90px;
  background-color: #222222;
}
.p-top-mv__brand-flex {
  display: flex;
  align-items: center;
}
.p-top-mv__brand-img {
  flex-shrink: 0;
  width: 40px;
}
.p-top-mv__brand-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.p-top-mv__brand-txt {
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-top-mv__brand-sub {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
  white-space: nowrap;
}
.p-top-mv__brand > * {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.p-top-mv__brand.slick-active > * {
  opacity: 1;
  transform: translateY(0);
}
.p-top-mv__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-top-mv__info.flex {
  flex-direction: row;
}
.p-top-mv__ctrl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  max-width: 1160px;
}
.p-top-mv__ctrl .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: linear-gradient(90deg, #006cb7 0, #308da7 100%);
  font-size: 0;
}
.p-top-mv__ctrl .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  background: url(../images/common/icon_prev_next.svg) no-repeat center/contain;
}
.p-top-mv__ctrl .slick-prev {
  left: 0;
}
.p-top-mv__ctrl .slick-prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.p-top-mv__ctrl .slick-next {
  right: 0;
}
.p-top-mv__prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.p-top-mv__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: linear-gradient(90deg, #006cb7 0, #308da7 100%);
  font-size: 0;
}
.p-top-mv__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  background: url(../images/common/icon_prev_next.svg) no-repeat center/contain;
}
.p-top-mv__counter {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  color: #a0aeb8;
  font-family: "Mulish", sans-serif;
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 0.2em;
}

.p-top-heading {
  display: flex;
  flex-direction: column;
}
.p-top-heading__en {
  color: #006cb7;
  font-family: "Mulish", sans-serif;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-top-heading__jp {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-top-heading.center {
  align-items: center;
}

.p-top-frame {
  margin: 0 -20px;
  padding: 20px 0 30px;
  background-color: #eaeef1;
}
.p-top-frame__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-top-frame__inner > * + * {
  margin-top: 30px;
}

.p-top-arrivals {
  margin-bottom: 30px;
}
.p-top-arrivals .p-top-heading {
  margin-bottom: 10px;
}
.p-top-arrivals__main {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.p-top-arrivals__logo {
  width: 198px;
  margin: 0 auto 30px;
}
.p-top-arrivals__context {
  margin-bottom: 28px;
}
.p-top-arrivals__txt {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-top-arrivals__txt.bg {
  padding: 6px 10px 8px;
  background-color: #fff;
  letter-spacing: -0.01em;
}
.p-top-arrivals__txt:not(:last-child) {
  margin-bottom: 8px;
}
.p-top-arrivals .c-btn {
  margin: 0 auto;
}

.p-top-topic {
  margin-bottom: 60px;
}
.p-top-topic .p-top-heading {
  margin-bottom: 20px;
}
.p-top-topic .c-btn {
  margin: 30px auto 0;
}

.p-top-products .p-top-heading {
  margin-bottom: 30px;
}
.p-top-products__main > * + * {
  margin-top: 30px;
}
.p-top-products__heading {
  margin: 0 -20px;
  padding: 14px 0;
  background-color: #006cb7;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
  line-height: 0.9333333333;
  letter-spacing: 0.04em;
}
.p-top-products__txt {
  font-weight: 500;
  line-height: 1.5;
}
.p-top-products__video-iframe {
  aspect-ratio: 560/315;
}
.p-top-products__video-iframe iframe {
  width: 100%;
  height: 100%;
}
.p-top-products__video-note {
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.p-top-products__intro {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
  gap: 30px 0;
}
.p-top-products__box .c-btn {
  margin: 30px auto 0;
}
.p-top-products__ttl {
  margin-bottom: 19px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4666666667;
}
.p-top-products__context > * + * {
  margin-top: 10px;
}
.p-top-products__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.p-top-products__grid .p-top-products__video {
  width: calc(50% - 10px);
}
.p-top-products__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-top-products__flex.one .p-top-products__video {
  max-width: 560px;
  width: 100%;
}
.p-top-products__flex.one .p-top-products__video-iframe {
  width: 100%;
}

.p-top-banner {
  position: relative;
  margin-top: 30px;
}
.p-top-banner__main {
  position: relative;
  display: block;
}
.p-top-banner__main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/common/icon_arrow_circle.svg) no-repeat center/contain;
}
.p-top-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-banner__box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.p-top-banner .p-top-heading__jp {
  color: #fff;
}
.p-top-banner__txt {
  margin-top: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .header__logo {
    top: -1px;
  }
  .footer__logo-img {
    width: clamp(19.375rem, 5.7692307692vw + 16.6057692308rem, 22.375rem);
  }
  .nav {
    position: relative;
    top: 18px;
    left: clamp(-7.0625rem, -13.5817307692vw + 6.5192307692rem, 0rem);
    align-items: center;
    margin: -15px auto 0;
  }
  .nav__lang {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .p-top-mv {
    margin-bottom: 48px;
  }
  .p-top-mv__imgs::before {
    display: block;
    top: 0;
    height: max(2.375vw, 38px);
    background: url(../images/top/img_mv_mask_top.webp) no-repeat center top/contain;
  }
  .p-top-mv__imgs::after {
    bottom: -117px;
    height: 160px;
    background: url(../images/top/img_mv_mask_bottom.webp) no-repeat center top/cover;
  }
  .p-top-mv__img {
    width: clamp(31.25rem, 30.0480769231vw + 16.8269230769rem, 46.875rem);
    margin: 0 clamp(0.9375rem, 1.8028846154vw + 0.0721153846rem, 1.875rem);
  }
  .p-top-mv__brands {
    max-width: 842px;
    max-width: clamp(37.5rem, 29.0865384615vw + 23.5384615385rem, 52.625rem);
    width: 100%;
    padding: 0 20px;
    margin: 5px auto 0;
  }
  .p-top-mv__brand {
    width: clamp(37.5rem, 18.0288461538vw + 28.8461538462rem, 46.875rem);
    margin: 0 30px;
  }
  .p-top-mv__brand.slick-current.slick-active {
    width: clamp(35rem, 29.4471153846vw + 20.8653846154rem, 50.3125rem);
  }
  .p-top-mv__brand-logo {
    margin-bottom: clamp(0.3125rem, 0.6009615385vw + 0.0240384615rem, 0.625rem);
  }
  .p-top-mv__brand-logo img {
    width: auto;
  }
  .p-top-mv__brand.borg .p-top-mv__brand-logo img {
    height: clamp(2.5rem, 2.4038461538vw + 1.3461538462rem, 3.75rem);
  }
  .p-top-mv__brand-name {
    font-size: clamp(1.125rem, 0.7211538462vw + 0.7788461538rem, 1.5rem);
  }
  .p-top-mv__brand-inner {
    justify-content: flex-start;
  }
  .p-top-mv__brand-group {
    margin-right: clamp(0.75rem, 2.1634615385vw + -0.2884615385rem, 1.875rem);
    padding-right: clamp(0.75rem, 2.1634615385vw + -0.2884615385rem, 1.875rem);
  }
  .p-top-mv__brand-flex {
    gap: 10px;
  }
  .p-top-mv__brand-img {
    width: clamp(5rem, 3.0048076923vw + 3.5576923077rem, 6.5625rem);
  }
  .p-top-mv__brand-box {
    position: relative;
    top: 3px;
    gap: 5px;
  }
  .p-top-mv__brand-txt {
    font-size: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
  }
  .p-top-mv__brand-sub {
    font-size: clamp(1.125rem, 0.7211538462vw + 0.7788461538rem, 1.5rem);
  }
  .p-top-mv__ctrl {
    top: calc(50% - 54px);
    width: calc(100% - 40px);
  }
  .p-top-mv__ctrl .slick-arrow {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .p-top-mv__ctrl .slick-arrow:hover {
    opacity: 0.7;
  }
  .p-top-mv__ctrl .slick-arrow::before {
    width: 20px;
    height: 40px;
  }
  .p-top-mv__btn {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .p-top-mv__btn:hover {
    opacity: 0.7;
  }
  .p-top-mv__btn::before {
    width: 20px;
    height: 40px;
  }
  .p-top-mv__counter {
    margin-top: -27px;
    font-size: 0.75rem;
  }
  .p-top-heading__en {
    font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
  }
  .p-top-heading__jp {
    margin-top: -1px;
    font-size: 3.125rem;
    font-size: clamp(2.375rem, 1.4423076923vw + 1.6826923077rem, 3.125rem);
  }
  .p-top-frame {
    margin: 0;
    padding: 60px clamp(1.25rem, 7.2115384615vw + -2.2115384615rem, 5rem) clamp(3.75rem, 2.4038461538vw + 2.5961538462rem, 5rem);
  }
  .p-top-frame__inner > * + * {
    margin-top: 40px;
  }
  .p-top-arrivals {
    margin-bottom: 80px;
  }
  .p-top-arrivals .p-top-heading {
    margin-bottom: 40px;
  }
  .p-top-arrivals__main {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-top-arrivals__box {
    width: 34.4827586207%;
  }
  .p-top-arrivals__img {
    width: 60.3448275862%;
  }
  .p-top-arrivals__logo {
    width: auto;
    margin: 0 0 40px;
  }
  .p-top-arrivals__context {
    margin-bottom: 40px;
  }
  .p-top-arrivals__txt {
    font-size: 1rem;
  }
  .p-top-arrivals__txt.bg {
    letter-spacing: 0;
  }
  .p-top-arrivals__txt:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-top-arrivals .c-btn {
    margin: 0;
  }
  .p-top-topic {
    margin-bottom: 78px;
  }
  .p-top-topic .p-top-heading {
    margin-bottom: 38px;
  }
  .p-top-topic .container {
    position: relative;
  }
  .p-top-topic .c-btn {
    position: absolute;
    top: clamp(1.375rem, 3.3653846154vw + -0.2403846154rem, 3.125rem);
    right: 20px;
    margin: 0;
  }
  .p-top-products .p-top-heading {
    margin-bottom: 40px;
  }
  .p-top-products__main > * + * {
    margin-top: 40px;
  }
  .p-top-products__heading {
    margin: 40px 0 0;
    padding: 29px 0;
    font-size: 1.875rem;
    font-size: clamp(1.375rem, 0.9615384615vw + 0.9134615385rem, 1.875rem);
  }
  .p-top-products__video-note {
    font-size: clamp(0.75rem, 0.4807692308vw + 0.5192307692rem, 1rem);
  }
  .p-top-products__intro {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }
  .p-top-products__brand {
    width: 36.2068965517%;
  }
  .p-top-products__box {
    width: 60.3448275862%;
  }
  .p-top-products__box .c-btn {
    margin: 40px 0 0;
  }
  .p-top-products__ttl {
    font-size: clamp(1.25rem, 1.2019230769vw + 0.6730769231rem, 1.875rem);
  }
  .p-top-products__grid {
    gap: 40px;
  }
  .p-top-products__grid .p-top-products__video {
    width: calc(50% - 20px);
  }
  .p-top-banner {
    margin-top: 38px;
  }
  .p-top-banner__main {
    transition: all 0.5s;
  }
  .p-top-banner__main:hover {
    opacity: 0.7;
  }
  .p-top-banner__main::before {
    right: 60px;
    width: clamp(2.5rem, 2.4038461538vw + 1.3461538462rem, 3.75rem);
    height: clamp(2.5rem, 2.4038461538vw + 1.3461538462rem, 3.75rem);
  }
  .p-top-banner__box {
    padding: 60px;
  }
  .p-top-banner .p-top-heading__jp {
    font-size: 2.5rem;
  }
  .p-top-banner__txt {
    max-width: 400px;
  }
  .c-banner {
    margin-top: 120px;
  }
}
/*# sourceMappingURL=maps/top.css.map */
