@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.pc-wrap {
  display: flex;
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 600px) {
  .pc-wrap {
    min-width: auto;
    flex-wrap: wrap;
  }
}
.pc-wrap .left-wrap {
  width: 20%;
  height: 100vh;
  position: sticky;
  top: 0;
  text-align: center;
}
.pc-wrap .left-wrap .finish {
  position: absolute;
  max-width: 360px;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .pc-wrap .left-wrap .finish {
    margin: 0 20px;
  }
}
.pc-wrap .left-wrap .finish img {
  width: 100%;
}
.pc-wrap .left-wrap .november {
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
}
.pc-wrap .left-wrap .november img {
  width: 100%;
}
.pc-wrap .left-wrap .logo {
  margin: 20px;
}
.pc-wrap .left-wrap .logo h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}
.pc-wrap .left-wrap .logo h1 img {
  width: 100%;
}
.pc-wrap .left-wrap .logo .choruru {
  font-size: 12px;
  text-align: center;
  margin-top: -24px;
}
.pc-wrap .left-wrap .period {
  margin: 30px 0 -10%;
}
.pc-wrap .left-wrap .period img {
  width: 30%;
}
.pc-wrap .left-wrap .date {
  padding: 20px 12px 0px;
  background-color: #e47d14;
}
@media screen and (max-width: 600px) {
  .pc-wrap .left-wrap .date {
    padding: 20px 20px 0px;
  }
}
.pc-wrap .left-wrap .date img {
  width: 100%;
}
.pc-wrap .left-wrap .contact img {
  width: 60%;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .pc-wrap .left-wrap {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
  }
}
.pc-wrap .right-wrap {
  width: 80%;
  position: relative;
  border-left: 1px solid #bebebe;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap {
    width: 100%;
  }
}
.pc-wrap .right-wrap .finish {
  position: absolute;
  width: 65%;
  top: 40%;
  left: 17.5%;
  z-index: 1;
}
.pc-wrap .right-wrap .finish img {
  width: 100%;
}
.pc-wrap .right-wrap .november {
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
}
.pc-wrap .right-wrap .november img {
  width: 100%;
}
.pc-wrap .right-wrap .introduction {
  margin: 40px 60px;
}
.pc-wrap .right-wrap .introduction img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .introduction {
    margin: 40px 20px;
  }
}
.pc-wrap .right-wrap .prize {
  background: url(./images/BG.jpg);
  padding: 70px 50px 80px 50px;
  text-align: center;
}
.pc-wrap .right-wrap .prize img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .prize {
    padding: 70px 20px 80px 20px;
  }
}
.pc-wrap .right-wrap .prize .prize-header {
  margin-bottom: 30px;
}
.pc-wrap .right-wrap .prize .prize-header img {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .prize .prize-header img {
    width: 50%;
  }
}
.pc-wrap .right-wrap .join {
  background-color: #eb5e00;
  padding: 80px 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join {
    padding: 80px 20px;
  }
}
.pc-wrap .right-wrap .join .join-header {
  margin-bottom: 30px;
}
.pc-wrap .right-wrap .join .join-header img {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .join-header img {
    width: 60%;
  }
}
.pc-wrap .right-wrap .join .join-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.pc-wrap .right-wrap .join .join-content .join-content-img img {
  max-width: 95%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .join-content .join-content-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .join-content .join-content-img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .join-content {
    flex-wrap: wrap;
  }
}
.pc-wrap .right-wrap .join .buchieco {
  background-color: #fff;
  padding: 30px 70px;
  margin: 40px 80px;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .buchieco {
    margin: 30px 0;
    padding: 30px;
  }
}
.pc-wrap .right-wrap .join .buchieco .links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-wrap .right-wrap .join .buchieco .links .buchieco-logo {
  margin-right: 100px;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .buchieco .links .buchieco-logo {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pc-wrap .right-wrap .join .buchieco .links .google-play {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .buchieco .links .google-play {
    width: 50%;
  }
}
.pc-wrap .right-wrap .join .buchieco .links .app-store {
  width: 35%;
}
.pc-wrap .right-wrap .join .buchieco .links .app-store img {
  width: 80%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .buchieco .links .app-store {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .buchieco .links {
    flex-wrap: wrap;
  }
}
.pc-wrap .right-wrap .join .buchieco .attention {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
.pc-wrap .right-wrap .join .instagram {
  text-align: center;
  margin: 40px 0 0;
}
.pc-wrap .right-wrap .join .instagram img {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .join .instagram img {
    width: 100%;
  }
}
.pc-wrap .right-wrap .stamp {
  background-color: #fff9f3;
  padding: 100px 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .stamp {
    padding: 50px 20px;
  }
}
.pc-wrap .right-wrap .stamp .stamp-header {
  margin-bottom: 40px;
}
.pc-wrap .right-wrap .stamp .stamp-header img {
  width: 18%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .stamp .stamp-header img {
    width: 50%;
  }
}
.pc-wrap .right-wrap .stamp .stamp-text {
  margin-bottom: 20px;
}
.pc-wrap .right-wrap .stamp .stamp-text img {
  width: 100%;
  margin: auto;
}
.pc-wrap .right-wrap .stamp .stamp-text2 {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .stamp .stamp-text2 {
    font-size: 12px;
  }
}
.pc-wrap .right-wrap .winner {
  padding: 100px 50px;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .winner {
    padding: 100px 20px;
  }
}
.pc-wrap .right-wrap .winner .winner-header {
  margin-bottom: 20px;
  text-align: center;
}
.pc-wrap .right-wrap .winner .winner-header img {
  width: 15%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .winner .winner-header img {
    width: 35%;
  }
}
.pc-wrap .right-wrap .winner .winner-text {
  width: 79%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .winner .winner-text {
    width: 100%;
    font-size: 16px;
  }
}
.pc-wrap .right-wrap .other {
  padding: 100px 50px;
  background-color: #fff9f3;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .other {
    padding: 100px 20px;
  }
}
.pc-wrap .right-wrap .other .other-header {
  margin-bottom: 20px;
  text-align: center;
}
.pc-wrap .right-wrap .other .other-header img {
  width: 12%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .other .other-header img {
    width: 30%;
  }
}
.pc-wrap .right-wrap .other .other-text {
  width: 79%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
}
.pc-wrap .right-wrap .other .other-text span {
  text-decoration: underline;
}
.pc-wrap .right-wrap .other .other-text a {
  color: #2f74b6;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .other .other-text {
    width: 100%;
    font-size: 16px;
  }
}
.pc-wrap .right-wrap .other2 {
  padding: 100px 50px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .other2 {
    padding: 50px 20px;
  }
}
.pc-wrap .right-wrap .other2 .other-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 16px auto;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .other2 .other-title {
    font-size: 16px;
  }
}
.pc-wrap .right-wrap .other2 .movie {
  display: block;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .other2 .movie {
    width: auto;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.pc-wrap .right-wrap .contact-bottom {
  background-color: #fff9f3;
  padding: 100px 0 200px;
  text-align: center;
}
.pc-wrap .right-wrap .contact-bottom .contact-bottom1 {
  margin-bottom: 30px;
}
.pc-wrap .right-wrap .contact-bottom .contact-bottom1 img {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .contact-bottom .contact-bottom1 img {
    width: 50%;
  }
}
.pc-wrap .right-wrap .contact-bottom .contact-bottom2 {
  margin-bottom: 30px;
}
.pc-wrap .right-wrap .contact-bottom .contact-bottom2 img {
  width: 50%;
  margin: auto;
}
.pc-wrap .right-wrap .contact-bottom .contact-bottom3 img {
  width: 30%;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap .contact-bottom .contact-bottom3 img {
    width: 40%;
  }
}
.pc-wrap .right-wrap footer {
  background-color: #fff9f3;
  text-align: center;
  padding-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .pc-wrap .right-wrap footer {
    font-size: 10px;
  }
}

.qr-page {
  max-width: 600px;
  margin: 0 auto;
  padding: 1em;
}
.qr-page h2 {
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-bottom: 40px;
}
.qr-page a {
  color: #2e74b5;
}
