.head_wrapper {
  background: url(../../img/tokuyakuten_app/bg_mv.jpg) no-repeat bottom center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .head_wrapper {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.load .mv_imgSlide_wrap {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .mv_imgSlide_wrap {
    width: 115%;
    height: 135vw;
    max-width: 750px;
  }
}

.sec_mv .mv_desc {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .bg_mv {
    z-index: -1;
    right: 0;
  }
}

.nav_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .nav_anchor {
    display: block;
  }
}
.nav_anchor li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
}
@media screen and (max-width: 767px) {
  .nav_anchor li {
    margin-top: 10px;
  }
}
.nav_anchor li a {
  display: block;
  padding: 28px 10px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #cc0000 url(../../img/tokuyakuten_app/arrow.png) no-repeat 93% center;
  background-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav_anchor li a:hover {
  opacity: 0.8;
}

.sec_more {
  padding: 130px 0 0;
}
@media screen and (max-width: 767px) {
  .sec_more {
    padding: 60px 0 0;
  }
}
.sec_more .appBtn_list {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sec_more .appBtn_list {
    margin-bottom: 25px;
  }
}

.block_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .block_more {
    margin-bottom: 60px;
  }
}

.block_img_more {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .block_img_more {
    margin-right: 25px;
  }
}
.block_img_more img {
  width: 126px;
}
@media screen and (max-width: 767px) {
  .block_img_more img {
    width: 88px;
  }
}

.block_text_more {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block_text_more {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    font-size: 15px;
  }
}

.information_block {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .information_block {
    margin-bottom: 60px;
  }
}

.about_ttl {
  text-align: center;
  font-size: 34px;
  color: #cc0000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about_ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.about_lead {
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .about_lead {
    font-size: 15px;
  }
}

.about_btn {
  text-align: center;
  margin-top: 28px;
}
.about_btn a {
  display: inline-block;
  padding: 22px;
  font-size: 22px;
  min-width: 300px;
  color: #fff;
  background: #c00;
}
@media screen and (max-width: 767px) {
  .about_btn a {
    min-width: 100%;
    width: 100%;
  }
}

.about_strong {
  position: relative;
  text-align: center;
  font-size: 22px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about_strong {
    font-size: 15px;
    margin-top: 36px;
  }
}
.about_strong::before, .about_strong::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .about_strong::before, .about_strong::after {
    height: 50px;
  }
}
.about_strong::before {
  -webkit-transform: rotate(-45deg) translate(-30px, -10px);
          transform: rotate(-45deg) translate(-30px, -10px);
}
@media screen and (max-width: 767px) {
  .about_strong::before {
    position: absolute;
    left: 15%;
    bottom: 0;
    -webkit-transform: rotate(-45deg) translate(0);
            transform: rotate(-45deg) translate(0);
  }
}
.about_strong::after {
  -webkit-transform: rotate(45deg) translate(30px, -10px);
          transform: rotate(45deg) translate(30px, -10px);
}
@media screen and (max-width: 767px) {
  .about_strong::after {
    position: absolute;
    right: 15%;
    bottom: 0;
    -webkit-transform: rotate(45deg) translate(0);
            transform: rotate(45deg) translate(0);
  }
}

.attention_ttl {
  padding-bottom: 18px;
  font-size: 34px;
  color: #c00;
  border-bottom: 1px solid #c00;
}
@media screen and (max-width: 767px) {
  .attention_ttl {
    font-size: 22px;
  }
}

.attention_subttl {
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .attention_subttl {
    margin-top: 20px;
    font-size: 15px;
  }
}

.note a {
  text-decoration: underline;
}
.note p {
  text-indent: -1em;
  padding-left: 1em;
}

.note_link {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .note_link {
    margin-bottom: 20px;
  }
}
.note_link span {
  margin-right: 15px;
}
.note_link span a {
  text-decoration: underline;
}