@charset "UTF-8";
.sp-only {
  display: none;
}

.c-logo-main {
  width: 200rem;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .c-logo-main {
    max-width: 190rem;
  }
}
.bl_mv img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.bl_mv {
  background: url(../img/mv/main_bg.png) center no-repeat#d9eeff;
  background-size: cover;
}
.bl_mv_inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .bl_mv {
    background: url(../img/mv/main_bg_sp.png) center no-repeat#d9eeff;
    background-size: cover;
  }

  .bl_mv_inner {
    width: 100%;
  }
}
.bl_main_worries {
  height: 192px;
  background: url('../img/mv/main_worries_bg.png') center top no-repeat;
  background-size: 1618px;
  text-align: center;
  margin-bottom: 16px;
}
.bl_main_worries img {
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .bl_main_worries {
    height: auto;
    background: none;
    margin-bottom: 0;
  }
  .bl_main_worries img {
    width: 100%;
  }
}
.bl_mv_txt {
  text-align: center;
  vertical-align: middle;
}
.el_phrase {
  display: inline-block;
  font-weight: 600;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.el_phrase::before {
  content: '';
  display: block;
  width: 28px;
  height: 38px;
  background: url('../img/mv/deco_phrase_left.svg') center no-repeat;
  background-size: contain;
}
.el_phrase::after {
  content: '';
  display: block;
  width: 28px;
  height: 38px;
  background: url('../img/mv/deco_phrase_right.svg') center no-repeat;
  background-size: contain;
}
.el_catchphrase {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 180%;
  margin-bottom: 20px;
}
.el_catchphrase_emphasis {
  background: #fffb43;
  display: inline-block;
  padding: 0 12px;
  margin: 0 8px;
  line-height: 150%;
}
.bl_mv .el_logo {
  width: 200px;
  display: inline-block;
  margin-bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .el_phrase {
    font-size: 18px;
  }
  .el_catchphrase {
    font-size: 25px;
    line-height: 200%;
    margin-bottom: 0;
  }
  .el_phrase::before {
    width: 22px;
    height: 30px;
    background: url('../img/mv/deco_phrase_left.svg') center no-repeat;
    background-size: contain;
  }
  .el_phrase::after {
    width: 22px;
    height: 30px;
    background: url('../img/mv/deco_phrase_right.svg') center no-repeat;
    background-size: contain;
  }
  .el_catchphrase_emphasis {
    padding: 0 4px;
    margin: 0 4px;
  }
  .bl_mv .el_logo {
    width: 150px;
    margin-top: 8px;
  }
}
.el_mocup {
  width: 498px;
  height: 294px;
  overflow: hidden;
  padding: 14px 12px 0 12px;
  background: url('../img/mv/mockup_base.png') center top no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.splide__slide img {
  width: 498px;
  height: 294px;
}
@media only screen and (max-width: 767px) {
  .el_mocup {
    width: 280px;
    height: 166px;
    overflow: hidden;
    padding: 7px 12px 0 7px;
    background: url('../img/mv/mockup_base.png') center top no-repeat;
    background-size: contain;
    margin: -10px auto 0 auto;
  }
  .splide__slide img {
    width: 100%;
    height: auto;
  }
}
.el_staff {
  position: absolute;
  width: 355px;
  height: 410px;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.bl_mv .el_badge {
  position: absolute;
  width: 270px;
  height: 130px;
  left: 0;
  bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .el_staff {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    bottom: auto;
  }
  .bl_mv .el_badge {
    position: absolute;
    width: 142px;
    height: 95px;
    left: 20px;
    bottom: 248px;
  }
}
