/* ---------------------------------------------------------
    Font
--------------------------------------------------------- */
/* ---------------------------------------------------------
    Color
--------------------------------------------------------- */
/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0f;
  overflow-x: hidden;
}

.main {
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 767px) {
  .main {
    max-width: none;
  }
}

.image {
  width: 100%;
  vertical-align: top;
}

.inner {
  padding: 0 20px;
}

.site_ttl {
  display: none;
}

.background {
  width: 100%;
  height: 100vh;
  background: url(../images/common/background_image.png) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* ---------------------------------------------------------
    header
--------------------------------------------------------- */
.header {
  position: relative;
}

.header .link {
  position: absolute;
  inset: 0;
}

.header .site_logo {
  width: 220px;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 767px) {
  .header .site_logo {
    width: 150px;
    top: 20px;
    left: 10px;
  }
}

/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.footer {
  max-width: 430px;
  padding: 45px 0 40px;
  margin: 0 auto;
  background: #fff;
}

.footer .note {
  width: 310px;
  margin: 0 auto;
}

.footer .sponsoredBy {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 25px;
}

.footer .copy {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .footer {
    max-width: none;
  }
}

/* ---------------------------------------------------------
    dialog
--------------------------------------------------------- */
.dialog {
  width: calc(100% - 80px);
  max-width: 630px;
  padding: 70px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 15;
}

.dialog .sentence {
  font-weight: 500;
  line-height: 1.5;
}

.dialog .question {
  font-size: 20px;
  color: #e60013;
}

.dialog .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

.dialog .btn_wrap .question_btn {
  width: 190px;
  height: 60px;
  background: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.dialog .btn_wrap .question_btn span {
  font-size: 24px;
  font-size: 500;
  color: #fff;
}

.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/* ---------------------------------------------------------
    mainVisual
--------------------------------------------------------- */
.mainVisual {
  width: 100%;
}

/* ---------------------------------------------------------
    prize
--------------------------------------------------------- */
.prize {
  padding: 45px 0 5px;
  background: url(../images/top/prize_background.png) no-repeat center/cover;
}

.prize .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.prize .list .card {
  width: 100%;
}

.prize .notes {
  font-size: 12px;
  text-align: center;
}

/* ---------------------------------------------------------
    conditions
--------------------------------------------------------- */
.sect_conditions {
  margin-top: 90px;
}

.sect_conditions .conditions .headding {
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: 0 auto;
  background: url(../images/top/ribbon.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sect_conditions .conditions .headding .ttl {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.sect_conditions .conditions .sentence {
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  margin-top: 20px;
}

/* ---------------------------------------------------------
    howToApply
--------------------------------------------------------- */
.sect_howToApply {
  margin-top: 30px;
}

.sect_howToApply .howToApply .headding {
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: 0 auto;
}

.sect_howToApply .howToApply .sentence {
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  margin-top: 20px;
}

.sect_howToApply .howToApply .wrap {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 10px;
}

.sect_howToApply .howToApply .wrap .stickyNote {
  width: 100%;
}

.sect_howToApply .howToApply .notes {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.55;
  text-align: justify;
}

.sect_howToApply .howToApply .primary_btn {
  width: 250px;
  height: 50px;
  background: #333;
  border: 4px solid #707070;
  margin: 35px auto 0;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sect_howToApply .howToApply .primary_btn .link {
  display: none;
  position: absolute;
  inset: 0;
}

.sect_howToApply .howToApply .primary_btn span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* ---------------------------------------------------------
    notes
--------------------------------------------------------- */
.sect_notes {
  margin-top: 80px;
}

.sect_notes .notes .ttl {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.sect_notes .notes .ttl .en {
  font-size: 16px;
  color: #e60013;
}

.sect_notes .notes .notesBody {
  display: none;
  padding: 15px 0 30px;
  margin-top: 25px;
  background: #e6f5ff;
}

.sect_notes .notes .notesBody .inner {
  padding: 0 30px;
}

.sect_notes .notes .notesBody .inner h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.sect_notes .notes .notesBody .inner h3:nth-child(3) {
  margin-top: 20px;
}

.sect_notes .notes .notesBody .inner .list {
  margin-top: 30px;
}

.sect_notes .notes .notesBody .inner .list .list_item {
  font-weight: 300;
  line-height: 1.85;
}

.sect_notes .notes .notesBtn {
  width: 250px;
  height: 50px;
  background: #383636;
  margin: 25px auto 0;
  border-radius: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sect_notes .notes .notesBtn span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* ---------------------------------------------------------
    winnerAnnouncement
--------------------------------------------------------- */
.sect_winnerAnnouncement {
  margin-top: 60px;
}

.sect_winnerAnnouncement .inner {
  padding: 0 30px;
}

.sect_winnerAnnouncement .inner .winnerAnnouncement .ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.sect_winnerAnnouncement .inner .winnerAnnouncement .sentence {
  font-weight: 500;
  line-height: 1.85;
  text-align: justify;
  color: #e60013;
  margin-top: 25px;
}

.sect_winnerAnnouncement .inner .winnerAnnouncement .list {
  margin-top: 25px;
}

.sect_winnerAnnouncement .inner .winnerAnnouncement .list .list_item {
  font-weight: 300;
  line-height: 1.85;
}

/* ---------------------------------------------------------
    shipping
--------------------------------------------------------- */
.sect_shipping {
  margin-top: 60px;
}

.sect_shipping .inner {
  padding: 0 30px;
}

.sect_shipping .inner .shipping .ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.sect_shipping .inner .shipping .sentence {
  font-weight: 500;
  line-height: 1.85;
  text-align: justify;
  color: #e60013;
  margin-top: 25px;
}

.sect_shipping .inner .shipping .list {
  margin-top: 25px;
}

.sect_shipping .inner .shipping .list .list_item {
  font-weight: 300;
  line-height: 1.85;
}

/* ---------------------------------------------------------
    contact
--------------------------------------------------------- */
.sect_contact {
  padding: 100px 0;
  margin-top: 70px;
  background: url(../images/top/contact_background.png) no-repeat center/cover;
}

.sect_contact .contact {
  padding: 40px 10px;
  background: #fff;
}

.sect_contact .contact .ttl {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.sect_contact .contact .ttl .en {
  font-size: 16px;
  color: #e60013;
}

.sect_contact .contact .link {
  display: block;
  margin-top: 25px;
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #0087d1;
}

.sect_contact .contact .link span {
  font-size: 16px;
  font-weight: 400;
}

.sect_contact .contact .hours {
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.sect_contact .contact .notes {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  text-align: justify;
  margin-top: 25px;
}

.sect_contact .contact .address {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  text-align: center;
  margin-top: 30px;
}
/*# sourceMappingURL=top.css.map */