.fs-l-main {
  margin: 0 auto;
  padding: 0;
}

.brand-wrap {
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  max-width: 1080px;
  margin: 0 auto;
}

h2.logo-heading {
  font-family: "futura-pt", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;

  background-image: url("https://skier.itembox.design/item/images/nnoum/logo_nnoum_h2.png?t=20251017141400");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 400px auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-bottom: 90px;
}

h2.logo-heading small {
  font-size: 24px;
}

h3.heading-medium {
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.8;
}

h3.heading-small {
  font-size: 18px;
  margin-bottom: 20px;
}

.product-info-point {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
}

.brand-main {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 90px;
  display: flex;
}

.brand-main-r,
.brand-main-l {
  flex: 1;
}
.brand-main-r {
  order: 2;
}

.brand-main-r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-main-l {
  order: 1;
  background: #44656e;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-main-l .brand-main-catch {
  font-size: 30px;
  font-weight: 500;
}

.brand-main-l h1 img {
  display: block;
  max-width: 250px;
  margin: 0 auto 40px;
}

.brand-main-l ul li {
  margin: 0 0 20px;
}

.brand-menu-wrap {
  margin: 0 auto 90px;
  text-align: center;
}

.brand-menu-special {
  display: block;
  margin: 0 auto 20px;
}

.brand-menu ul {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 20px;
}

.brand-menu ul li a {
  display: block;
  color: #fff;
  background: #1d1d1d;
  border-radius: 8px;
  padding: 12px 0;
  font-weight: 500;
}

.brand-bg {
  margin: 0 auto 100px;
}

.brand-bg-gray {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 80px;
  padding: 90px 0;
  background: #f7f7f7;
  text-align: center;
}

.brand-product-section {
  max-width: 960px;
  margin: 0 auto 90px;
  display: flex;
  align-items: center;
  position: relative;
}

.brand-product-section.is-reverse {
  flex-direction: row-reverse;
}

.product-info,
.product-image {
  flex: 1;
}

.product-info-inner {
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}

.product-image {
  position: relative;
  aspect-ratio: 1 / 1;

  /* width: 50%; */
}

.brand-product-section.swiper-frame-lg .product-info {
  flex: 1 1 40%;
}

.brand-product-section.swiper-frame-lg .product-image {
  /* width: 60%;
  height: auto; */
  flex: 1 1 60%;
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  /* aspect-ratio: 1 / 1; */
  object-fit: cover;
}
.brand-secondary-bg .product-info {
  text-align: left;
  color: #fff;
}

.brand-secondary-bg h2 {
  color: #fff;
}

.product-link {
  display: block;
  border-radius: 16px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #000;
  font-weight: bold;
  text-decoration: none;
  width: 240px;
}

.product-link:hover,
.product-link:active,
.product-link:visited {
  color: #fff;
}

.product-info-category {
  font-size: 13px;
  color: #737373;
  margin-bottom: 10px;
}

.collection-grid {
  max-width: 960px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.collection {
  display: flex;
  flex-direction: column;
}

.collection img {
  display: block;
  margin-bottom: 20px;
}

.collection-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 92%;
  margin: 0 auto;
  text-align: left;
}

.collection-box .product-info-point {
  flex-grow: 1;
}

/* brand-movie */
.brand-movie-wrap {
  max-width: 800px;
  margin: 0 auto 0;
  padding: 0 0 80px;
}

.brand-movie-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.brand-movie-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.brand-movie {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}

.brand-movie img {
  width: 100%;
  height: auto;
}

.brand-movie::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: red;
  width: 70px;
  height: 50px;
}

.brand-movie::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 20px !important;
}

.brand-movie:hover {
  cursor: pointer;
}

.pc-br {
  display: inline;
}

.sp-br {
  display: none;
}

/* swiper */
.product-image .swiper-pagination {
  bottom: -20px !important;
}

.product-image .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

@media (max-width: 768px) {
  .brand-main {
    width: 100%;
    margin: 0 auto 90px;
    display: block;
  }
  .brand-main-l {
    background: none;
    color: #000;
  }

  .brand-main-r {
    margin-bottom: 40px;
  }

  .brand-main-l h1 img {
    max-width: 64%;
  }

  .brand-main-l .brand-main-catch {
    font-size: 26px;
  }
  .brand-bg-gray {
    padding: 60px 0;
  }

  h2.logo-heading {
    background-size: 80% auto;
    margin-bottom: 40px;
  }

  .brand-menu-wrap {
    width: 92%;
  }

  .brand-menu ul {
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
  }

  .brand-product-section {
    display: block;
    margin: 0 auto 60px;
  }

  .brand-bg-gray .brand-product-section:last-of-type {
    margin: 0 auto;
  }

  .product-image {
    margin: 0 auto 20px;
    aspect-ratio: unset;
  }
  .product-image img.feature {
    width: 92%;
    height: 92%;
    margin: 0 auto;
  }
  .product-info {
    width: 92%;
    margin: 0 auto;
  }
  .product-info-inner {
    max-width: 100%;
  }

  .collection-grid {
    display: block;
    margin: 0 auto 60px;
  }

  .collection {
    margin: 0 auto 60px;
  }

  .product-link {
    margin: 0 auto;
  }

  .pc-br {
    display: none;
  }

  .sp-br {
    display: inline;
  }

  /* swiper */
  .product-image .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
  }
}
