#key-visual {
  position: relative;
}

#key-visual__container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#key-visual__container img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

/* @media screen and (min-width:1024px) {
  #key-visual__container {
    min-height: 720px;
  }
} */

#container__tag {
  position: absolute;
  left: calc((87 / 1200) * 100vw);
  top: calc((20 / 1200) * 100vw);
  text-align: center;
  color: #fff;
  font-size: calc((16 / 1200) * 100vw);
  line-height: 1.32;
  z-index: 100;
}

@media screen and (min-width:1200px) {
  #container__tag {
        font-size: 16px;
        top: 20px;
        left: 95px;
  }
}

#container__tag strong {
  color: #fff;
  font-size: calc((26 / 1200) * 100vw);
}

@media screen and (min-width:1200px) {
  #container__tag strong {
    font-size: 26px;
  }
}

#container__tag--bg {
  position: absolute;
  top: 0;
  left: calc((52 / 1200) * 100vw);
  z-index: 10;
  width: calc((160 / 1200) * 100vw);
  /* width: 22vw; */
}

@media screen and (min-width:1200px) {
  #container__tag--bg {
    width: 160px;
    left: 52px;
  }
}
#container__tag--bg img {
max-width: 100%;
    width: auto;
}

@media screen and (max-width:1024px) {
  .sp-none {
    display: none;
  }
}


.afi-pr {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  font-size: 14px;
}

.area {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.area img,
.area picture {
  width: 100%;
}

.area.none {
  display: none;
}

.area_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 100;
  width: 100%;
  background: #2a547b;
}

.area_year {
  display: none;
}

@media screen and (max-width:1024px) {
  .area_year {
    display: block;
    font-size: calc((10 / 375) * 100vw);
    color: #fff;
    font-weight: bold;
  }

}

.area_text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 4px;
}

@media screen and (max-width:1200px) {
  .area_text {
    font-size: calc((30 / 1200) * 100vw);
  }
}

@media screen and (max-width:1024px) {
  .area_text {
    font-size: calc((13 / 375) * 100vw);
  }

}


@media screen and (min-width: 1025px) {
    #key-visual.kv-default {
        background: transparent url(../common/img/kv/kv_bg.png) no-repeat;
        background-size: cover;
        margin: 0 0;
        background-position: center;
    }
}
@media screen and (min-width:1024px) {
 #key-visual.kv-default #key-visual__container {
    min-height: 680px;
  }
}
#key-visual.kv-default + #kv-area {
background:#6d135d;
text-align: center;
}
#key-visual.kv-default + #kv-area .area img {
max-width: 100%;
    width: auto;
vertical-align: top;
}
#key-visual.kv-default + #kv-area .area.txns .area_text {
transform: scale(0.8, 1);
}