@charset "UTF-8";
.gold-one-wrap .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.sub-video-section__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: clamp(20px, 2.8vw, 30px) 50px;
  display: grid;
  gap: 14px;
}

.sub-video-section__hero {
  width: 100%;
}

.sub-video-section__hero-img {
  width: 100%;
  display: block;
}

.gold-video-stage {
  position: relative;
  background: url("../img/gold_sec02_bg.png") center top no-repeat;
  background-size: cover;
  padding: 0 0 80px;
}

.gold-video-stage__overlay-wrap {
  width: 100%;
}

.gold-video-stage__overlay {
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
  pointer-events: none;
}

.gold-video-stage__inner {
  position: relative;
  background: transparent;
  padding: 0;
}

.gold-video-stage__frame {
  display: block;
}

.home-youtube__frame-wrap {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: 0 16px 30px rgba(17, 43, 109, 0.16);
  aspect-ratio: 16 / 9;
}

.gold-video-stage__frame .home-youtube__frame-wrap {
  position: relative;
  margin-top: 0;
}

.page-gold .gold-video-stage__frame .home-youtube__frame-wrap {
  border: 8px solid #ffffff;
  box-sizing: border-box;
}

.home-youtube__poster {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #0f172a;
}

.home-youtube__poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.38));
  z-index: 1;
}

.home-youtube__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.home-youtube__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(62px, 8vw, 94px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e2f7b;
  color: #ffffff;
  font-size: clamp(30px, 3.7vw, 44px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.24);
  z-index: 2;
}

.home-youtube__poster:hover img,
.home-youtube__poster:focus-visible img {
  transform: scale(1.04);
}

.home-youtube__poster:focus-visible {
  outline: 2px solid #14337f;
  outline-offset: 2px;
}

.home-youtube__frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.gold-video-stage__notice {
  margin: 12px auto 0;
  max-width: 1200px;
  color: #ffffff;
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.gold-video-stage__notice-main,
.gold-video-stage__notice-review {
  display: inline;
  color: #ffffff;
}

.gold-video-stage__cf-btn {
  margin: 18px 0 28px;
  min-height: 52px;
  width: 100%;
  padding: 25px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: clamp(1.2rem, 1.9vw, 1.85rem);
  line-height: 1;
  text-decoration: none;
}

.gold-video-stage__cf-btn strong {
  font-weight: 800;
}

.gold-video-stage__cf-btn i {
  font-size: 1.1em;
}

.gold-recommend-section {
  width: 100%;
  text-align: center;
  padding: clamp(72px, 8vw, 120px) 0;
}

.gold-recommend-section__img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gold-point-section {
  text-align: center;
  width: 100%;
  background: #fffaec;
  padding: clamp(88px, 10vw, 148px) 0 clamp(64px, 7vw, 112px);
}

.gold-point-section__img,
.gold-point-section__efficacy-img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gold-point-section__efficacy {
  margin-top: clamp(20px, 2.4vw, 28px);
}

.gold-bottom-banner {
  width: 100%;
}

.gold-bottom-banner__img {
  width: 100%;
  height: auto;
  display: block;
}

.ad-review-area {
  font-size: 15px;
  text-align: right;
  margin-top: 10rem;
  line-height: 1.5;
}

.gold-one-wrap .aronamin_bg1,
.gold-one-wrap .aronamin_bg2 {
  padding: 10rem 0 7rem;
}

@media (max-width: 768px) {

  .gold-one-wrap .inner {
    padding: 0 1rem;
  }

  .sub-video-section__inner {
    padding: 0 20px 20px;
    gap: 12px;
  }

  .gold-video-stage {
    background-image: url("../img/gold_sec02_bg_m.png");
  }

  .page-gold .gold-video-stage__frame .home-youtube__frame-wrap {
    border: 0;
  }

  .gold-video-stage__notice {
    margin-top: 10px;
    font-size: 0.73rem;
    line-height: 1.5;
    padding: 0 16px;
    display: block;
    white-space: normal;
  }

  .gold-video-stage__notice-main,
  .gold-video-stage__notice-review {
    display: block;
  }

  .gold-video-stage__notice-review {
    margin-top: 2px;
  }

  .gold-video-stage__cf-btn {
    margin: 16px 0 24px;
    min-height: 46px;
    width: 100%;
    padding: 0 14px;
  }

  .gold-one-wrap .gold-video-stage__cf-btn {
    width: calc(100% - 40px);
    margin: 16px auto 24px;
  }

  .ad-review-area {
    font-size: 12px;
    text-align: left;
    margin-top: 3rem;
    line-height: 1.5;
  }

  .gold-one-wrap .aronamin_bg1,
  .gold-one-wrap .aronamin_bg2 {
    padding: 2rem 0 5rem;
  }

}