@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .lottery {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/lottery/haikei.jpg");
    background-size: cover;
    padding: 5vw 0;
  }
  .lottery .lottery-main {
    width: 100%;
    margin: 0 auto;
  }
  .lottery .lottery-main h1 img {
    display: block;
    width: 100%;
  }
  .lottery .lottery-main p {
    width: 98%;
    margin: 4vw auto;
    border: solid 1vw #000080;
    border-radius: 4vw;
    padding: 1vw;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
  }
  .lottery .lottery-main p span {
    color: #000080;
  }
  .lottery .lottery-contents {
    width: 98%;
    margin: 4vw auto;
    display: flex;
    flex-direction: column;
  }
  .lottery .lottery-contents li img {
    width: 100%;
    display: block;
    padding: 3vw;
  }
  .lottery .lottery-contents li:nth-of-type(1) {
    width: 50%;
    margin: 0 auto;
  }
  .lottery .lottery-contents li:nth-of-type(2) {
    width: 100%;
    margin: 3vw auto;
  }
  .lottery .lottery-contents li:nth-of-type(2) a {
    display: block;
    background-color: #000080;
    padding: 8vw 0;
    text-align: center;
    color: #fff;
    font-size: 7vw;
    border-radius: 4vw;
    font-weight: bold;
    letter-spacing: 0.5vw;
  }
  .lottery .lottery-attention {
    width: 98%;
    margin: 0 auto;
  }
  .lottery .lottery-attention p {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
  }
}/*# sourceMappingURL=lotterysp.css.map */