/* =========================
   About Page
========================= */
.aboutPage {
  background: #fff;
  color: #111727;
}

.aboutInner {
  width: 1180px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.aboutHero figure,
.aboutHero img {
  display: block;
  width: 100%;
}

.aboutIntro {
  background: #fff;
  padding: 80px 0 86px;
}

.aboutIntro__title {
  margin: 0;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #111727;
}

.aboutSectionTitle {
  margin: 0 0 16px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111727;
}

.aboutSectionTitle--light {
  color: #fff;
  font-size: 3.2rem;
  text-shadow:
     0.3px 0 currentColor,
    -0.3px 0 currentColor;
}

.aboutSectionTitle--Eng {
  margin: 0 0 16px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111727;
  text-shadow:
     0.3px 0 currentColor,
    -0.3px 0 currentColor;
}

.aboutSectionSub {
  margin: 0 0 52px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #111727;
}

/* =========================
   History
========================= */
.aboutHistory {
  padding: 88px 0 90px;
  background: #e9e9ef;
}

.aboutHistory__inner {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}

.aboutHistory__image {
  flex: 0 0 320px;
  text-align: center;
  padding-top: 200px;
}

.aboutHistory__image img {
  width: 360px;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 20px 22px rgba(0,0,0,0.12));
}

.aboutHistory__content {
  flex: 1;
}

.historyTimeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.historyTimeline::before {
  content: "";
  position: absolute;
  left: 92px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #b8b8be;
}

.historyTimeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 74px 36px 1fr;
  gap: 0 18px;
  align-items: start;
  padding: 0 0 34px;
  transition: all 0.25s ease;
}

.historyTimeline__year {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: right;
  color: #111;
}

.historyTimeline__dot {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 6px auto 0;
  border-radius: 50%;
  background: #d3d3d8;
  z-index: 1;
  transition: all 0.25s ease;
}

.historyTimeline__body h3 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
}

.historyTimeline__body p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}

.historyTimeline__item.is-active .historyTimeline__dot,
.historyTimeline__item:hover .historyTimeline__dot {
  background: #000;
  box-shadow: 0 0 0 3px #fff inset, 0 0 0 1px #000;
  transform: scale(1.15);
}

.historyTimeline__item:hover .historyTimeline__body h3,
.historyTimeline__item.is-active .historyTimeline__body h3 {
  color: #000;
}

/* =========================
   R&D
========================= */
.aboutRD{
  padding:90px 0;
  background-image:url("../../products/velogue/images/about/R_and_D_background_pc.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.aboutRD__lead {
  margin: 0 auto 52px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.9;
  max-width: 760px;
  color: #111727;
}

.aboutRD__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.aboutCard {
  border-radius: 20px;
  overflow: hidden;
}

.aboutCard a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.aboutCard img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

.aboutCard:hover img {
  transform: scale(1.06);
}

.aboutCard__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 26px 14px 14px 16px;
  color: #fff;
}

.aboutCard__text h3 {
  margin: 12px 0 4px;
  /* text-align: center; */
  font-size: 1.8rem;
  font-weight: 700;
}

.aboutCard__text p {
  margin: 0;
  padding-top: 6px;
  font-size: 1.4rem;
  line-height: 1.7;
  transition: transform 0.45s ease;
}
/* =========================
   Modules
========================= */
.aboutModules {
  padding: 84px 0 94px;
  background: url("../../products/velogue/images/about/Velogue_Technology_Modules_pc.png") no-repeat center center / cover;
}

.aboutModules__lead {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.95);
  max-width: 720px;
}

.aboutModules__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.moduleCard {
  position: relative;
  overflow: hidden;
  background: #000;
}

.moduleCard__image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}
.moduleCard:hover .moduleCard__image img {
  transform: scale(1.06);
}

.moduleCard__caption {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
}

.moduleCard__caption h3 {
  margin: 0 0 12px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}

.moduleCard__caption p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}

.moduleCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.15) 58%, rgba(0,0,0,0.05));
}

/* =========================
   Distributor
========================= */
.aboutDistributor {
  padding: 86px 0 98px;
  background: #e9e9ef;
}

.aboutDistributor__subtitle {
  margin: 0 0 28px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #111727;
}

.aboutDistributor__lead {
  margin: 0 auto 44px;
  max-width: 760px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: #111727;
}

.aboutDistributor__logoBox {
  display: block;
  padding: 54px 48px 54px;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* .aboutDistributor__logoBox:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.08);
} */

.aboutDistributor__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-left: 30px;
  transition: transform 0.3s ease,
}

.aboutDistributor__logos .velogue img {
  display: block;
  max-height: 76px;
  width: auto;
  max-width: 100%;
}
.aboutDistributor__logos .climax img {
  display: block;
  max-height: 56px;
  width: auto;
  max-width: 100%;
}
.aboutDistributor__logos .velogue:hover {
  transform: scale(1.05);
}
.aboutDistributor__logos .climax:hover {
  transform: scale(1.05);
}

.aboutDistributor__divider {
  width: 1px;
  height: 50px;
  background: #222;
}

.aboutDistributor__linkText {
  transform: translateY(24px);
  /* transform: translateX(4px); */
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #111727;
}

@media screen and (max-width: 767px){
    /* =========================
   About Page SP
========================= */
.aboutInner {
  width: auto;
  max-width: none;
  margin: 0 20px;
}

.aboutIntro {
  padding: 34px 0 40px;
}

.aboutIntro__title {
  font-size: 1.9rem;
  line-height: 1.55;
}

.aboutSectionTitle {
  margin-bottom: 12px;
  font-size: 1.9rem;
  line-height: 1.45;
}

.aboutSectionSub {
  margin-bottom: 28px;
  font-size: 1.3rem;
}
.aboutSectionTitle--Eng {
  font-size: 1.9rem;
}

/* =========================
   History SP
========================= */
.aboutHistory {
  padding: 44px 0 46px;
}

.aboutHistory__inner {
  display: block;
}

.aboutHistory__image {
  padding-top: 0;
  margin-bottom: 28px;
  text-align: center;
}

.aboutHistory__image img {
  width: 200px;
  height: auto;
}

.historyTimeline::before {
  left: 52px;
  top: 7px;
  bottom: 10px;
}

.historyTimeline__item {
  grid-template-columns: 40px 24px 1fr;
  gap: 0 10px;
  padding-bottom: 24px;
}

.historyTimeline__year {
  font-size: 1.3rem;
}

.historyTimeline__dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
}

.historyTimeline__body h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.45;
}

.historyTimeline__body p {
  font-size: 1.2rem;
  line-height: 1.7;
}

/* =========================
   R&D SP
========================= */
.aboutRD{
    padding:50px 0;
    background-image:url("../../products/velogue/images/about/R_and_D_background_sp.png");
  }

.aboutRD__lead {
  margin-bottom: 28px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.aboutRD__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.aboutCard {
  border-radius: 14px;
  overflow: hidden;
}
.aboutCard a {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
}

.aboutCard img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

.aboutCard:hover img {
  transform: scale(1.06);
}

.aboutCard__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 8px 14px;
  color: #fff;
}

.aboutCard__text h3 {
  margin: 12px 0 0;
  /* text-align: center; */
  /* transform: translateX(6px); */
  font-size: 1.48rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}

.aboutCard__text p {
  margin: 0;
  padding-top: 3px;
  font-size: 1.22rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.95);
}


/* =========================
   Modules SP
========================= */
.aboutModules {
  padding: 44px 0 50px;
  background: url("../../products/velogue/images/about/Velogue_Technology_Modules_sp.png") no-repeat center center / cover;
}

.aboutModules__lead {
  margin-bottom: 36px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.aboutModules__grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.moduleCard__image img {
  height: 220px;
}

.moduleCard__caption {
  left: 20px;
  bottom: 18px;
}

.moduleCard__caption h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.moduleCard__caption p {
  font-size: 1.25rem;
  line-height: 1.55;
}

/* =========================
   Distributor SP
========================= */
.aboutDistributor {
  padding: 44px 0 50px;
}

.aboutDistributor__subtitle {
  margin-bottom: 18px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.aboutDistributor__lead {
  margin-bottom: 24px;
  font-size: 1.3rem;
  line-height: 1.9;
}

.aboutDistributor__logoBox {
  padding: 28px 20px 18px;
  border-radius: 14px;
}

.aboutDistributor__logos {
  gap: 18px;
  margin-bottom: 20px;
}

.aboutDistributor__logos img {
  max-height: 28px;
}

.aboutDistributor__divider {
  height: 28px;
}

.aboutDistributor__linkText {
  font-size: 1.25rem;
  transform: translateY(2px);
}
}