img {
  height: auto;
  max-width: 100%;
}

.mv-block {
  background: transparent;
  color: #fff;
  overflow: hidden;
}

.mv-block img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.mv-block .mv-main {
  padding: 25px 0;
}

.fv-lead {
  margin: 20px auto 10px;
  max-width: 814px;
  padding: 10px;
}

.fv-copy,
.fv-cta-area {
  position: relative;
  width: 100vw;
}

.fv-copy {
  padding: 20px 0;
}

.fv-copy-background {
  background-image: url("/special_contents/dmagazine/images/202608/pc_copy_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fv-copy-content {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fv-cta-background {
  background-image: url("/special_contents/dmagazine/images/202608/pc_cta_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fv-cta-layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: min(10px, 0.52vw);
  padding: min(37px, 1.9vw) 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.mv-block .fv-copy-content {
  max-width: 793px;
  width: 40.88%;
}

.mv-block .fv-cta-content {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  width: 50%;
}

.fv-cta-text,
.fv-popup-text {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  top: 8%;
  z-index: 2;
}

.fv-cta-text {
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  top: auto;
}

.fv-cta-text01 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.fv-cta-text02 {
  color: #ffea03;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
}

.fv-cta-button,
.fv-popup-button {
  left: 50%;
  max-width: 920px;
  position: absolute;
  top: 29%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.fv-cta-button {
  left: auto;
  position: relative;
  top: auto;
  transform: none;
}

.genre-minibox-inner {
    text-align: center;
}

.fv-popup {
  align-items: center;
  background: #212121;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.fv-popup.is-active {
  display: flex;
}

.fv-popup-wrapper {
  max-width: 400px;
  position: relative;
  width: 90%;
}

.fv-popup-cta {
  position: relative;
}

.fv-popup-button {
  top: 78%;
  width: 90%;
}

.fv-popup img {
  display: block;
  height: auto;
  width: 100%;
}

.fv-popup-close {
  align-items: center;
  background: #333;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 36px;
  z-index: 3;
}

body.is-fv-popup-open {
  overflow: hidden;
}

@media screen and (max-width: 770px) {
  .fv-copy{
    padding: 0;
  }
  .mv-block .fv-copy-content{
    width: 100%;
  }
  .fv-cta-area {
    aspect-ratio: 750 / 500;
  }

  .fv-cta-background {
    background-image: url("/special_contents/dmagazine/images/202608/sp_cta.webp");
    padding: 30px 0;
    aspect-ratio: auto;
  }

  .fv-cta-layout {
    height: 100%;
    justify-content: center;
    padding: 0;
  }

  .mv-block .mv-main {
    padding: 0;
  }

  .mv-block .fv-cta-content{
    width: 75%
  }

  .fv-lead {
    margin-top: 20px;
  }

  .fv-cta-text01 {
    font-size: clamp(14px, 4.7vw, 28px);
  }

  .fv-cta-text02 {
    font-size: clamp(22px, 7.4vw, 48px);
  }

  .fv-cta-button {
    width: 90%;
  }

  .fv-popup {
    padding: 15px;
  }

  .fv-popup-wrapper {
    max-width: 400px;
    width: 90%;
  }
}
