/* =============================================================
   PROMISE — About Page Stylesheet
   about.css  |  v2.0.0
============================================================= */
.category-title { margin-top: 75px; }


.brand-message { padding-bottom: 60px; background: url(../image/brand/bg_moon.png) center center no-repeat; background-size: contain; z-index: 10; }
.brand__title {
  font-size: clamp(30px, 5vw, 50px);
  letter-spacing: 0.029em;
  font-weight: 400;
  line-height: 1.3;
  /*color: var(--white);*/
  /*opacity: 0;
  animation: fadeUp .9s .4s forwards;*/
  color: transparent;
  background-image: url(../image/bg_text.png);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  margin-bottom: 40px;
  padding: 0;
}

.movie { width: 1080px; margin:0 auto 100px auto; padding: 0 40px }
.movie video { width: 1080px; }

/* ============================================================
   Section: 選ばれる理由
============================================================ */
#about-reasons {
}
.about-reasons__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-inline: 40px;
}

.about-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 64px 0;
}

.about-reason-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s;
}


/* アイコン */
.about-reason-card__icon {
  width: 118px; height: 118px;
  text-align: center;
  margin: 0 auto 25px auto;
}


.about-reason-card__title {
  font-size: var(--fs-base);
  font-weight: 400;
  letter-spacing: .16em;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}

.about-reason-card__desc {
  font-size: var(--fs-md);
  color: #ccc; 
  line-height: 1.6;
  letter-spacing: .06em;
}


/* ============================================================
   Responsive
============================================================ */
@media (max-width: 1024px) {
  .about-reasons__inner  { padding-inline: 24px; }
}
@media (max-width: 768px) {
  .category-title { margin-top: 60px; }
  .about-reasons__inner { padding-inline: 20px; }
  .about-reasons__grid  { grid-template-columns: repeat(2, 1fr); margin-bottom: 30px;}
  .about-reason-card    { padding: 3.7vw; }

  .about-reason-card__icon { max-width: 85px; max-height: 85px; text-align: center; margin: 0 auto 10px auto; }
  .about-reason-card__title { margin-bottom: 15px; }
  .about-reason-card__icon img { max-width: 85px; }
  .movie { width: 100%; padding: 0 4.4vw; }
  .movie .kv-video-layer { width: 100% !important; }
  .contact-submit { margin-top: 40px; }
}
