@charset "UTF-8";
.main {
  background-color: #fff;
}
.f-mv.f-mv--full {
  height: 62vh;    /* フォールバック：dvh 非対応ブラウザ向け */
  height: 62dvh;   /* モバイルのアドレスバーを考慮した動的ビューポート */
  background-image: url(../img/bg-hero.png);
  background-position: center bottom;
}
.f-mv::before {
  background-color: rgba(0,0,0,.1); 
}
.f-mv-heading {
  width: 84vw;
  margin: 0 auto;
}
.f-mv-subtitle {
  font-weight: bold;
  font-size: 16px;
  font-feature-settings:"palt";
  letter-spacing: .4em;
}
.f-mv-heading img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}
.f-mv-message {
  position: static;
  margin-top: -60px;
}
.f-mv-annotation {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0;
}
.campaign-schedule {
  display: flex;
  background: #00695C;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 10px;
}
.campaign-schedule p {
  color: #fff;
}
.entry-history {
  text-align: center;
  margin: 20px;
}
.f-caption {
  font-size: 13px;
  margin: 20px auto;
}
.f-fig img {
  display: block;
  margin: 40px auto;
}
#cta-section .cta-section-inner {
  background-image: url(../img/img-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255,255,255,0.84);
  background-blend-mode: lighten;
  background-position: center;
}
#cta-section .cta-section-inner .f-section-content {
  text-align: center;
}
#cta-section .cta-section-inner .f-text {
  line-height: 2.2;
  letter-spacing: .08em;
}
#cta-section .cta-section-inner .f-btn-block {
  margin: 40px auto 20px;
}
@media screen and (min-width:768px) {
  .campaign-label {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px
  }
  .f-mv.f-mv--full {
  height: 72vh;    /* フォールバック：dvh 非対応ブラウザ向け */
  height: 72dvh;   /* モバイルのアドレスバーを考慮した動的ビューポート */
  background-position: center bottom;
  }
  .f-mv-message {
    margin-top: -162px;
  }
  .campaign-schedule {
    padding: 8px;
  }
  .campaign-schedule p {
    font-size: 18px;
  }
  .entry-text {
    text-align: center;
    padding: 0
  }
  .f-card-image{
    display: flex;
    height: 280px;
  }
  .f-card-image img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

