@media (min-width: 750px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .lottery {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/lottery/haikei.jpg");
    background-size: cover;
    padding: 3vw 0;
  }
  .lottery .lottery-main {
    width: 95%;
    margin: 0 auto;
  }
  .lottery .lottery-main h1 img {
    display: block;
    width: 100%;
  }
  .lottery .lottery-main p {
    margin-top: 1vw;
    border: solid 0.2vw #000080;
    border-radius: 1vw;
    padding: 0.5vw;
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
  }
  .lottery .lottery-main p span {
    color: #000080;
    font-size: 28px;
  }
  .lottery .lottery-contents {
    width: 80%;
    margin: 2vw auto;
    display: flex;
    justify-content: space-between;
  }
  .lottery .lottery-contents li img {
    width: 100%;
    display: block;
    padding: 1.5vw;
  }
  .lottery .lottery-contents li:nth-of-type(1) {
    width: 30%;
    margin: 0 auto;
  }
  .lottery .lottery-contents li:nth-of-type(2) {
    width: 60%;
  }
  .lottery .lottery-contents li:nth-of-type(2) a {
    display: block;
    background-color: #000080;
    padding: 2vw 0;
    text-align: center;
    color: #fff;
    font-size: 2.5vw;
    border-radius: 1.5vw;
    font-weight: bold;
    letter-spacing: 0.1vw;
  }
  .lottery .lottery-attention {
    width: 85%;
    margin: 0 auto;
  }
  .lottery .lottery-attention p {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
  }
}/*# sourceMappingURL=lotterypc.css.map */