/* ======================================================== */

/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  height: 100vh;
}
.c-mainvisual-slider{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}
.c-mainvisual-slider::before{
  background-image: url('../images/top/mv-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* .c-mainvisual__slider {
  height: 100%;
}
.c-mainvisual__slider .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
/* .c-mainvisual__slider .swiper-slide-active .c-bg {
  animation: visual1 cubic-bezier(0, 0, 0.58, 1) 5s;
} */
@keyframes visual1 {
  from {
    transform: scale(1.5) translate(0, -5%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
}

.c-mainvisual__content{
  position: absolute;
  left: 98px;
  bottom: 91px;
  z-index: 3;
  font-family: Yumincho;
}
.c-mainvisual__title{
  font-size: 48px;
  line-height: 77px;
  color: #fff;
  font-weight: 600;
}
.c-mainvisual__title strong{
  font-size: 58px;
  color: #F7D074;
  line-height: 93px;
}
.c-mainvisual__txt{
  color: #fff;
  font-size: 16px;
}

/** custom */

@media(max-width: 1024px){

}
@media(max-width: 768px){
  .c-mainvisual__title,
  .c-mainvisual__title strong{
    font-size: 34px;
    line-height: 1.8;
  }
  .c-mainvisual__title img{
    width: 100%;
  }
  .c-mainvisual__txt{
    font-size: 13px;
  }
  .c-mainvisual__content{
    left: 5%;
    bottom: 110px;
  }
}

/**top Box*/
.top-box{
  border: 1px solid #F7D074;
  border-radius: 20px;
  padding: 0px 10px 34px;
  text-align: center;
}
.top-box__txt{
  color: #F7D074;
  line-height: 34px;
  text-align: center;
}
.top-box__title{
  padding: 13px 57px;
  background-color: #F7D074;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -38px;
  margin-top: -20px;
  color: #111;
}
.top-box__title span{
  color: #FE1B02;
}
@media(max-width: 768px){
  .top-box__title{
    font-size: 13px;
    padding: 8px 15px;
    top: -30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .top-box__txt{
    font-size: 13px;
    line-height: 1.8;
    transform: translateY(-8px);
  }
  .top-box{
    padding-bottom: 15px;
  }
}
/**End top Box*/

/* 20260212 トップページの<h1>設定 */
.scn-new-txt-h1-box {
  background: #111;
  padding-top: 10px;
}

.scn-new-txt-h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .scn-new-txt-h1 {
    font-size: 16px;
  }
}