@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
}

a {
  display: block;
}
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  max-width: inherit;
  vertical-align: bottom;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.container {
  margin-inline: auto;
  max-width: 960px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.notice {
  padding: 2em;
  font-size: smaller;
}
.notice li {
  text-indent: -1em;
}
.notice li::before {
  content: "※";
}

.trigon {
  margin: 24px auto 40px;
  max-width: 320px;
}

#course {
  display: grid;
  grid-template: "c-red c-white" "w-chance w-chance"/50% 50%;
}
@media screen and (max-width: 767px) {
  #course {
    grid-template: "c-red" "c-white" "w-chance";
  }
}
#course .course {
  padding: 40px 24px;
}
@media screen and (max-width: 767px) {
  #course .course {
    padding: 20px 12px;
  }
}
#course .course-title {
  margin-bottom: 40px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  #course .course-title {
    max-width: 100%;
  }
}
#course #course-red {
  grid-area: c-red;
  background: #df0615;
}
#course #course-red .course-title {
  position: relative;
  right: -24px;
}
@media screen and (max-width: 767px) {
  #course #course-red .course-title {
    right: -12px;
  }
}
#course #course-red .course-title + p {
  margin-bottom: 40px;
}
#course #course-red .prize-list > li:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #course #course-red .prize-list > li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
#course #course-red .prize-list #home-app {
  display: grid;
  grid-template: "p1 p1" "p2 p3" "p4 p5" "p6 p6"/1fr 1fr;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  #course #course-red .prize-list #home-app {
    grid-template: "p1" "p2" "p3" "p4" "p5" "p6";
    gap: 1px;
  }
}
#course #course-red .prize-list #home-app li:nth-of-type(1) {
  grid-area: p1;
}
#course #course-red .prize-list #home-app li:nth-of-type(2) {
  grid-area: p2;
}
#course #course-red .prize-list #home-app li:nth-of-type(3) {
  grid-area: p3;
}
#course #course-red .prize-list #home-app li:nth-of-type(4) {
  grid-area: p4;
}
#course #course-red .prize-list #home-app li:nth-of-type(5) {
  grid-area: p5;
}
#course #course-red .prize-list #home-app li:nth-of-type(6) {
  grid-area: p6;
}
#course #course-white {
  grid-area: c-white;
}
#course #course-white .course-title {
  position: relative;
  left: -24px;
}
@media screen and (max-width: 767px) {
  #course #course-white .course-title {
    left: -12px;
  }
}
#course #course-white .course-title + p {
  position: sticky;
  top: 0;
}
#course #w-chance {
  grid-area: w-chance;
}

.sec_method {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec_method {
    padding: 40px 0 40px;
  }
}

.sec_method.inner {
  margin-bottom: 100px;
  padding: 10px;
  background: #f5f5f5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sec_method.inner {
    margin-bottom: 50px;
  }
}

.sec_require {
  margin: 60px auto;
  padding: 60px 80px;
  max-width: 1000px;
  width: 94%;
  background: lightgoldenrodyellow;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .sec_require {
    margin: 30px auto;
    padding: 30px 10px;
  }
}

.sec_title {
  font-size: 62px;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.sec_sub-title {
  background-color: #f00;
  border: 5px solid #000;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_sub-title {
    border: 3px solid #000;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.sec_sub-title.ttl2 {
  background-color: #f97148;
  margin: 0 auto 30px;
  font-size: 24px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .sec_sub-title.ttl2 {
    font-size: 16px;
  }
}

.text-center {
  text-align: center;
}

.border-red {
  padding: 20px;
  border: 3px solid #f00;
}

.sec_sub-title-white {
  background: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 36px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: coral;
}
@media screen and (max-width: 767px) {
  .sec_sub-title-white {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.sec_text-large {
  font-size: 30px;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sec_text-large {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.sec_text-large.ex {
  margin-bottom: 0;
}

.sec_text-normal {
  padding: 0 40px;
  font-size: 19px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sec_text-normal {
    padding: 0;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.contact {
  border: 15px solid #000;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .contact {
    border: 5px solid #000;
  }
}

.contact-title {
  font-size: 40px;
  margin: 40px 0 30px;
}
@media screen and (max-width: 980px) {
  .contact-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .contact-title {
    margin: 20px 0 10px;
    font-size: 16px;
  }
}

.contact-text {
  font-size: 26px;
}
@media screen and (max-width: 980px) {
  .contact-text {
    font-size: 14px;
  }
}

.contact-phone {
  font-size: 72px;
}
@media screen and (max-width: 767px) {
  .contact-phone {
    font-size: 36px;
    margin: 5px 0;
  }
}

.contact-note {
  font-size: 20px;
  letter-spacing: -0.05em;
  margin: 10px 0 40px;
}
@media screen and (max-width: 980px) {
  .contact-note {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-note {
    font-size: 14px;
    margin: 10px 0 20px;
  }
}

.sec_step-box {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec_step-box {
    padding: 0;
  }
}

.sec_step {
  font-size: 26px;
  letter-spacing: -0.05em;
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .sec_step {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sec_step.no-number {
  letter-spacing: 0;
  text-indent: 0;
  padding-left: 0;
}

.text-box {
  margin: 10px 0;
  padding-left: 65px;
  font-size: 16px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .text-box {
    font-size: 14px;
    padding-left: 45px;
    margin: 0 0 10px;
  }
}
.text-box.no-number {
  letter-spacing: 0;
  text-indent: 0;
  padding-left: 20px;
}

.winning-info {
  margin-block: 40px;
  padding: 40px;
  text-align: center;
  background: coral;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .winning-info {
    margin-block: 24px;
    padding: 24px;
  }
}
.winning-info h3 {
  margin-bottom: 16px;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .winning-info h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.winning-info p {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .winning-info p {
    font-size: 16px;
  }
}

.sec_faq {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}

.faq-box {
  padding: 80px 60px;
  background: #eef9fe;
  border-radius: 30px;
}
@media screen and (max-width: 1160px) {
  .faq-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq-box {
    padding: 20px 4.2%;
  }
}

.faq-title {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 680px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .faq-title {
    max-width: 300px;
    width: 90%;
    margin-bottom: 20px;
  }
}

.faq-wrap input {
  display: none;
}
.faq-wrap input:checked ~ .faq-answer {
  max-height: 500px;
}
.faq-wrap:not(:last-child) {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .faq-wrap:not(:last-child) {
    margin-bottom: 30px;
  }
}

.faq-question {
  background-color: #e0e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #0b308e;
  line-height: 1.1;
  padding: 15px 40px 15px 40px;
}
@media screen and (max-width: 767px) {
  .faq-question {
    padding: 10px 10px 10px 10px;
    border-bottom: 2px solid #0b308e;
  }
}
.faq-question p {
  flex: 1;
  font-size: 26px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .faq-question p {
    font-size: 16px;
  }
}
.faq-question label {
  flex-basis: 80px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-question label {
    flex-basis: 40px;
  }
}

.faq-mark {
  width: 54px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .faq-mark {
    width: 30px;
    margin-right: 10px;
  }
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  line-height: 1.1;
  font-size: 26px;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .faq-answer {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 10px;
  }
}
.faq-answer::before {
  content: "";
  display: block;
  width: 100%;
  min-height: 24px;
}
@media screen and (max-width: 767px) {
  .faq-answer::before {
    min-height: 12px;
  }
}

.fade {
  opacity: 0;
}
.fade.active {
  opacity: 1;
}

.mv {
  background: #fff;
}
.mv__imgBox {
  margin: 0 auto;
}
.mv__imgBox-img02 {
  position: relative;
  z-index: 1;
}
.mv__caution {
  width: 24px;
  margin-right: 10px;
}
.mv__notes {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .mv__notes {
    padding: 5px;
  }
}
.mv__notes-txt {
  color: #091139;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .mv__notes-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mv__notes-txt {
    font-size: 14px;
  }
}
.mv .kifu {
  margin: 30px auto;
  max-width: 960px;
}
.mv .step {
  padding: 16px;
}

.btn-web {
  width: 100%;
  margin: 40px auto 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn-web {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */