/*
Theme Name: Lightning WECA Child
Template: lightning
*/





/* 横の白余白を完全排除 */
body {
  margin: 0;
  padding: 0;
}

#weca-frontpage {
  overflow-x: hidden;
}

/* MVを画面いっぱいに */
#weca-frontpage .hero {
  width: 100%;
  margin: 0;
}



html, body {
  overflow-x: hidden;
}


/* PC */
#weca-frontpage .info-img {
  width: 50%;
  max-width: 1000px;
  margin: -50px 0 0 0;
  position: relative;
  z-index: 5;
  display: block;
}

#weca-frontpage .cta-pc { display: block; }
#weca-frontpage .cta-sp { display: none; }


#weca-frontpage .hero-cta.cta-pc {
  position: absolute;
  right: 8.3%;
  top: 57%;
  width: 17%;
  max-width: 352px;
}


/* SP */

@media (max-width: 767px) {
  #weca-frontpage .hero {
    height: 620px;
    background-image: url('<?php echo esc_url( get_stylesheet_directory_uri() . '/assets/image/mv-bg-sp.png' ); ?>');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  #weca-frontpage .hero-bg {
    display: none;
  }
}

@media (max-width: 767px) {
  #weca-frontpage .info-img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  /* ← これが重要：親のはみ出し防止 */
  #weca-frontpage .info-wrap {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #weca-frontpage .cta-pc { display: none; }
  #weca-frontpage .cta-sp { display: block; }

  #weca-frontpage .hero-cta.cta-sp {
    position: absolute;
    right: 16px;
    top: 460px;   /* ← ここで下げる */
    width: 140px;
  }
}


.speaker-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.speaker-card {
  text-decoration: none;
  color: #301400;
  text-align: center;
}

.speaker-card img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .speaker-list {
    grid-template-columns: 1fr 1fr;
  }
}


#weca-frontpage .speaker-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

#weca-frontpage .speaker-card {
  display: block;
  background: #fff;
  border: 1px solid #ead8ce;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: #301400;
  box-shadow: 0 12px 30px rgba(48,20,0,.06);
}

#weca-frontpage .speaker-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#weca-frontpage .speaker-card-body {
  padding: 18px 18px 22px;
}

#weca-frontpage .speaker-position {
  margin: 0 0 6px;
  font-size: 13px;
  color: #f33f62;
  font-weight: 700;
}

#weca-frontpage .speaker-name {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.5;
}

#weca-frontpage .speaker-catch {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  #weca-frontpage .speaker-list {
    grid-template-columns: 1fr;
  }
}


/* Lightning フッターの Powered by 表記だけ非表示 */
.site-footer-copyright {
  display: none;
}

.weca-footer {
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  color: #301400;
  font-size: 14px;
}

.weca-footer {
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  color: #301400;
}

.weca-footer-links {
  margin-bottom: 12px;
}

.weca-footer-links a {
  color: #301400;
  text-decoration: none;
  border-bottom: 1px solid #301400;
  padding-bottom: 2px;
  font-size: 14px;
}

.weca-footer-links a:hover {
  opacity: 0.7;
}

.weca-footer-copy {
  font-size: 13px;
}



.weca-footer-logo img {
  width: 220px;
  max-width: 70%;
  height: auto;
  margin: 0 auto 20px;
}
