@media (min-width: 750px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .lottery {
    width: 100%;
    margin: 0 auto;
    background-image: #fff;
    background-size: cover;
    padding-bottom: 2vw;
  }
  .lottery .lottery-top {
    width: 100%;
    background-image: url("../images/lottery/haikei.png");
    padding: 3vw 0;
    background-size: cover;
    margin-bottom: 2vw;
  }
  .lottery .lottery-top img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .lottery .lottery-main {
    width: 95%;
    margin: 0 auto 2vw auto;
    border: solid 0.3vw #003300;
    border-radius: 1vw;
    padding: 0.5vw;
  }
  .lottery .lottery-main p {
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    font-weight: bold;
  }
  .lottery .lottery-main p:nth-of-type(2) {
    font-size: 32px;
    color: #003300;
  }
  .lottery .lottery-quiz {
    width: 95%;
    margin: 0 auto;
    background-color: #003300;
  }
  .lottery .lottery-quiz h4 {
    font-size: 24px;
    line-height: 2;
    padding: 0 1vw;
    color: #fff;
  }
  .lottery .lottery-quiz p {
    background-color: #ccffff;
    line-height: 2;
    font-size: 28px;
    color: #003300;
    padding: 0 1vw;
    font-weight: bold;
  }
  .lottery .lottery-contents {
    width: 75%;
    margin: 2vw auto;
    display: flex;
    justify-content: space-between;
  }
  .lottery .lottery-contents li img {
    width: 100%;
    display: block;
  }
  .lottery .lottery-contents li:nth-of-type(1) {
    width: 30%;
    margin: 0 auto;
    padding-top: 0.7vw;
  }
  .lottery .lottery-contents li:nth-of-type(2) {
    width: 60%;
    margin: 0 auto;
    padding-top: 1vw;
  }
  .lottery .lottery-contents li:nth-of-type(2) a {
    display: block;
    background-color: #003300;
    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-period {
    width: 60%;
    margin: 2vw auto;
  }
  .lottery .lottery-period h3 {
    font-size: 24px;
    text-align: center;
    color: #000;
    border-bottom: solid 5px #003300;
    line-height: 2;
  }
  .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 */