@media screen and (max-width: 768px) {
  .wrapper img {
    width: 100%;
  }
  .main {
    position: relative;
  }
  .main .scroll {
    position: absolute;
    width: 28.6%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    animation: move-y 1s infinite alternate ease-in-out;
    display: inline-block;
    margin-left: -15vw;
  }
  @keyframes move-y {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(20px);
    }
  }
  .link {
    margin-top: 10vw;
  }
  .link .link_headline {
    width: 90%;
  }
  .link .link_block {
    width: 80%;
    margin-top: 8vw;
    display: block;
  }
  .link .link_block .link01 {
    width: 100%;
  }
  .link .link_block .link02 {
    width: 100%;
  }
  .link .link_block .link03 {
    width: 100%;
  }
  .link .link_block a {
    display: block;
    margin-top: 5vw;
  }
  #express {
    margin-top: 10vw;
    padding-top: 6vw;
    margin-bottom: 8vw;
  }
  #express .headline {
    width: 90%;
  }
  #express .txt {
    width: 90%;
    margin: 12vw auto 0;
  }
  #express .contents {
    margin-top: 10vw;
  }
  #express .maw1000 {
    max-width: 100%;
  }
  #super {
    margin-top: 10vw;
    padding-top: 6vw;
    margin-bottom: 8vw;
  }
  #super .headline {
    width: 90%;
  }
  #super .txt {
    width: 100%;
    margin: 12vw auto 0;
  }
  #super .txt_block {
    margin-top: 8vw;
    padding-left: 0;
  }
  #super .txt_block .pink_sp {
    color: #CA3A84;
    font-weight: bold;
    font-size: 4.5vw;
    letter-spacing: 0.05em;
    margin-bottom: 5vw;
  }
  #super .txt_block .black {
    line-height: 1.8;
    font-size: 3.2vw;
  }
  #super .contents {
    margin-top: 6vw;
  }
  #super .icon {
    width: 80%;
    margin: 10vw auto 0;
  }
  #service {
    margin-top: 10vw;
    padding-top: 6vw;
    margin-bottom: 8vw;
  }
  #service .headline {
    width: 90%;
  }
  #service .txt {
    margin-top: 12vw;
  }
  #service .contents {
    margin-top: 6vw;
  }
  #service .icon {
    width: 80%;
    margin: 10vw auto 0;
  }
  footer {
    margin-top: 8vw;
  }
}/*# sourceMappingURL=style_express_sp.css.map */