@charset "UTF-8";

a {
  color: #333;
}
.site-main {
  padding-top: min(64px, 14rem);
  overflow: clip;
  display: block;
}
[data-a="tra-fade-up"] {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
}
[data-a="tra-fade-up"].anime-active {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   共通：ホバー枠線アニメーション
============================================= */
.hover-border-anim {
  position: relative;
}
.hover-border-anim::before,
.hover-border-anim::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
.hover-border-anim::before {
  border-top: 1px solid #333;
  transform: scaleX(0);
  transition: transform 0.35s ease;
}
.hover-border-anim::after {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  transform: scaleY(0);
  transition: transform 0.35s ease 0.3s;
}
.hover-border-anim:hover::before { transform: scaleX(1); }
.hover-border-anim:hover::after  { transform: scaleY(1); }

/* =============================================
   共通：スライドイン背景
============================================= */
.js-reveal-left {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.68, 0, 0.4, 0.99);
}
.js-reveal-right {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1.2s cubic-bezier(0.68, 0, 0.4, 0.99);
}
.js-reveal-left.is-active,
.js-reveal-right.is-active {
  clip-path: inset(0 0% 0 0%);
}

/* =============================================
   tag-new
============================================= */
.tag-new {
  display: inline-block;
  padding: 1px 3px 3px;
  background: #c11920;
  color: #fff;
  font-size: min(16px, 1.6vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 8px;
  margin-top: 2px;
  vertical-align: middle;
  line-height: 1;
}
@media (max-width: 767px) {
  .site-main {
    padding-top: min(71px, 14rem);
  }
  .tag-new {
    font-size: min(16px, 4vw);
  }
}

/* =============================================
   MAIN VISUAL
============================================= */
.sect--mv {
  overflow: hidden;
  background: #fff;
}
.mv-swiper {
  overflow: visible !important;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.mv-slide {
  width: 85%;
  height: 100%;
  background: #000;
  transition: opacity 0.5s ease;
}
.mv-slide img {
  width: 100%;
  display: block;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: 0.5s ease;
}
.mv-slide.swiper-slide-active img {
  opacity: 1;
  filter: grayscale(0%);
}
.mv-pagination {
  margin-top: 16px;
  text-align: center;
  width: 100%;
}
.mv-pagination .swiper-pagination-bullet {
  background: #e6e6e6;
  border-radius: 2px;
  opacity: 1;
  margin: 0 3px;
}
.mv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c9a16d;
  width: 113px;
  border-radius: 100px;
  clip-path: inset(0 calc(100% - 8px) 0 0 round 100px);
}
@media (min-width: 768px) {
  .mv-slide {
    width: min(470px, 55%);
  }
  .mv-slide img {
    opacity: 0.4;
  }
}

/* =============================================
   INTRO
============================================= */
.intro-scroll {
  height: 350vh;
}
.intro-sticky {
  position: sticky;
  top: min(64px, 14rem);
  height: 95vh;
  overflow: visible;
  z-index: 1;
}
.intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95vh;
  overflow: hidden;
  background: #000;
}
.intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
  filter: blur(40px);
  transform: scale(1.1);
}
.intro-text {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 44%;
  color: #fff;
}
.intro-line {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-size: min(18px, 1.3vw);
  letter-spacing: 0.12rem;
  font-weight: 400;
  line-height: 3.6;
}
.intro-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.intro-line br {
  display: none;
}
.intro-photo {
  position: absolute;
  top: 6rem;
  right: 3rem;
  width: 40%;
  height: 100vh;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 1.4s ease-out;
  z-index: 3;
}
.intro-photo.is-visible {
  opacity: 1;
}
.intro-photo-inner {
  height: 140%;
  will-change: transform;
}
.intro-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .intro-scroll {
    height: 420vh;
  }
  .intro-sticky {
    position: sticky;
    overflow: visible;
  }
  .intro-bg {
  }
  .intro-text {
    top: 8vh;
    left: 5%;
    right: 5%;
    transform: none;
    max-width: none;
  }
  .intro-line {
    transition: opacity 0.8s ease, transform 0.8s ease;
    font-size: min(16px, 2.8vw);
    line-height: 3;
    text-shadow: 0 0 8px rgb(0 0 0 / 55%);
    transform: translateY(60px);
  }
  .intro-photo {
    top: 87%;
    right: -60%;
    transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 95vw;
    height: min(460px, 95vw);
    z-index: 0;
  }
  .intro-photo-inner {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .intro-line {
    font-size: min(16px, 4.1vw);
    line-height: 2.7;
  }
  .intro-line br {
    display: block;
  }
  .intro-photo {
    top: 102%;
    height: 60vw;
  }
}
@media (max-height: 375px) {
  .intro-photo {
    top: 110%;
    height: 45vw;
  }
}

/* =============================================
   BRAND
============================================= */
.sect--brand {
  width: 95%;
  margin: 10rem auto 0;
}
.sect--brand .brand-title {
  font-size: min(40px, 4vw);
  color: #c9a16d;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin-bottom: 1.3rem;
}
.brand-block {
  margin-bottom: 3.5rem;
}
.brand-hero {
  position: relative;
  overflow: hidden;
  padding-top: 28.4rem;
  border-radius: 10px;
}
.brand-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.brand-hero__bg-img {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  bottom: -15%;
  background: #000;
  will-change: transform;
}
.brand-hero__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.brand-block--beres .brand-hero__bg-img img {
  opacity: 0.8;
}
.brand-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 2% 2% 5%;
}
.brand-block--tworld .brand-hero__logo img {
  max-width: 349px;
}
.brand-block--beres .brand-hero__logo img {
  max-width: 303px;
}
.brand-hero__logo-txt {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}
.brand-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  background: #c9a16d;
  border: 1px solid #c9a16d;
  color: #fff;
  font-size: min(18px, 1.3vw);
  letter-spacing: 0.12em;
  white-space: nowrap;
  transition: 0.6s all;
  align-self: end;
  width: min(209px, 20%);
}
.brand-hero__btn:hover {
  background: #fff;
  color: #c9a16d;
  opacity: 1;
}
.brand-hero__btn::after {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 7.5px rgba(255, 255, 255, 0.5);
  transition: background 0.3s, box-shadow 0.3s;
  margin-left: auto;
}
.brand-hero__btn:hover::after {
  background: #c9a16d;
  box-shadow: 0 0 0 7.5px rgba(201, 161, 109, 0.5);
}
.sp-btn__box.sp-only {
  display: none;
}
.brand-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  margin-top: 1.5rem;
}
.brand-products--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  margin-top: 1.5rem;
}
.brand-product {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #f9f9f900;
  border-bottom: 1px solid #333;
  padding: 5px 5px 0;
}
.brand-product:hover {
  opacity: 1;
}
.brand-product__img-wrap {
  overflow: hidden;
}
.brand-product__img-wrap img {
  width: 100%;
  aspect-ratio: 16 / 6.6;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  display: block;
}
.hover-border-anim:hover .brand-product__img-wrap img,
.hover-border-anim:hover .clubs-product__img-wrap img {
  transform: scale(1.06);
}
.brand-product__name {
  padding: 12px 5px 14px;
  font-size: min(18px, 1.8vw);
  font-weight: bold;
  letter-spacing: 0.12rem;
  display: flex;
  align-items: center;
}
.brand-product__name::after {
  content: '›';
  font-size: 1.8rem;
  color: #333;
  line-height: 1;
  letter-spacing: 0rem;
  margin-left: auto;
}

@media (max-width: 767px) {
  .sect--brand {
    width: 90%;
    margin: 12rem auto 0;
  }
  .sect--brand .brand-title {
    font-size: min(30px, 8vw);
    margin-bottom: 0.8rem;
  }
  .brand-block {
    margin-bottom: 3rem;
  }
  .brand-hero {
    padding-top: 13rem;
    width: 110%;
  }
  .brand-hero__bg-img {
    top: -30%;
    bottom: -30%;
  }
  .brand-block--tworld .brand-hero {
    margin-left: -10%;
  }
  .brand-block--beres .brand-hero {
    margin-right: -10%;
  }
  .brand-hero__content {
    align-items: end;
  }
  .brand-block--tworld .brand-hero__logo img {
    width: 70%;
    margin-left: 3%;
  }
  .brand-block--beres .brand-hero__logo img {
    width: 65%;
  }
  .brand-products,
  .brand-products--three {
    grid-template-columns: auto;
    margin-top: 1rem;
  }
  .brand-product {
    margin-bottom: 1rem;
  }
  .brand-product__img-wrap img {
    aspect-ratio: 16 / 9;
  }
  .brand-product__name {
    padding: 10px 5px 10px;
    font-size: min(18px, 4vw);
  }
  .brand-hero__btn {
    padding: 12px 24px 14px;
    font-size: min(18px, 4vw);
    width: min(209px, 50%);
  }
  .brand-hero__btn.pc-only {
    display: none;
  }
  .sp-btn__box.sp-only {
    display: flex;
    justify-content: end;
    margin-top: 0.5rem;
  }
}

/* =============================================
   CLUBS
============================================= */
.sect--clubs {
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: 8rem auto 6rem;
}
.clubs-bg {
  inset: 0;
  background: #c9a16d;
  border-radius: 10px;
  position: absolute;
}
.clubs-bg.js-reveal-left.is-active {
  height: min(280px, 17.5vw);
}
.clubs-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 2% 2% 0;
}
.clubs-left {
  flex: 0 0 28%;
  margin-top: -6em;
}
.clubs-title {
  font-size: min(40px, 3.5vw);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin-bottom: 0;
  line-height: 1;
}
.clubs-product {
  display: block;
  position: relative;
  overflow: hidden;
  width: 87%;
  margin-left: auto;
  border: 1px solid #f9f9f900;
  border-bottom: 1px solid #333;
  padding: 5px 5px 0;
}
.clubs-product:hover {
  opacity: 1;
}
.clubs-product__img-wrap {
  overflow: hidden;
}
.clubs-product__img-wrap img {
  width: 100%;
  aspect-ratio: 16 / 5;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.clubs-product__name {
  padding: 12px 5px 14px;
  font-size: min(18px, 1.8vw);
  font-weight: bold;
  letter-spacing: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clubs-product__name::after {
  content: '›';
  font-size: 1.8rem;
  color: #333;
  line-height: 1;
  letter-spacing: 0rem;
  margin-left: auto;
}

@media (max-width: 767px) {
  .sect--clubs {
    margin: 6rem auto 4rem;
    width: 100%;
  }
  .clubs-bg {
    border-radius: 0;
  }
  .clubs-bg.js-reveal-left.is-active {
    height: 50vw;
  }
  .clubs-inner {
    flex-direction: column;
    padding: 8% 5% 5%;
    gap: 0;
    align-items: flex-start;
  }
  .clubs-left {
    flex: none;
    margin-top: 0;
  }
  .clubs-title {
    font-size: min(30px, 8vw);
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .clubs-product {
    width: 100%;
  }
  .clubs-product__img-wrap img {
    aspect-ratio: 16 / 9;
  }
  .clubs-product__name {
    padding: 10px 5px 10px;
    font-size: min(18px, 4vw);
  }
}
