@charset "UTF-8";
body {
  font-size: 1.6rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  display: flex;
  padding: 16px 40px;
  width: 100%;
  box-sizing: border-box;
}
header h1 {
  width: 280px;
  min-width: 200px;
}

.entrybtn {
  width: 400px;
  margin: 64px auto 0 auto;
}

.nav {
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  display: flex;
  align-items: center;
  background: #ff832d;
  padding: 16px 24px;
  border-radius: 6px;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex: 1;
}

.countdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #fff;
}

.countdown-wrapper h3 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}

.navbtn {
  width: 200px;
  min-width: 180px;
}

.countdown {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  justify-content: center;
  white-space: nowrap;
}

.countdown > .time {
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
}

.countdown > .unit {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

#campaign-end {
  font-size: 20px;
  font-weight: 700;
  padding: 14px 0;
  color: #fff;
  text-align: center;
}

main {
  overflow: hidden;
}
main .wrapper {
  max-width: 1080px;
  min-width: 780px;
  margin: 0 auto;
  padding: 0 96px;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
main .ttl {
  width: 80%;
  margin: 0 auto;
}
main #mv .fv {
  position: relative;
}
main #mv .fv h2 {
  position: absolute;
  top: 26%;
  right: 2.3%;
  width: 45%;
}
main #section01 {
  background-image: url(../images/bk_sec01_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
main #section01 .entry {
  width: 80%;
  margin: 72px auto 0 auto;
}
main #section01 .item01 {
  position: absolute;
  top: 21%;
  left: 4%;
  width: 7%;
  transform: translateX(0);
}
main #section01 .item02 {
  position: absolute;
  top: 21%;
  right: 4%;
  width: 6.5%;
  transform: translateX(0);
}
main #section01 .item03 {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 23%;
  transform: translateX(-20%);
}
main #section01 .item04 {
  position: absolute;
  bottom: 6%;
  right: 0;
  width: 23%;
  transform: translateX(10%);
}
main #section02 {
  background-image: url(../images/bk_sec02_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 64px 0;
  overflow: hidden;
}
main #section02 h2 {
  width: 85%;
  margin: 0 auto;
}
main #section02 .step01 {
  margin: 64px auto 0 auto;
  padding: 64px 80px;
  position: relative;
  border-radius: 4px;
  background: #fff;
  border: #e0325f solid 2px;
}
main #section02 .step01 h4 {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
}
main #section02 .step01 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
main #section02 .step01 .flex .left {
  flex-basis: 23%;
}
main #section02 .step01 .flex .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
main #section02 .step01 .flex .txt h3 {
  width: 420px;
}
main #section02 .step01 .flex .txt a {
  width: 270px;
  display: block;
}
main #section02 .step01 p {
  margin-top: 32px;
  font-size: 1.15rem;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}
main #section02 .step02 {
  margin: 96px auto 0 auto;
  padding: 64px 80px;
  position: relative;
  border-radius: 4px;
  background: #fff;
  border: #e0325f solid 2px;
}
main #section02 .step02 h4 {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 270px;
}
main #section02 .step02 .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: #333 solid 1px;
}
main #section02 .step02 .flex .left {
  flex-basis: 23%;
}
main #section02 .step02 .flex .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
main #section02 .step02 .flex .txt h3 {
  width: 300px;
}
main #section02 .step02 .flex .txt ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}
main #section02 .step02 .flex .txt ul li {
  width: 160px;
}
main #section02 .step02 .inner-step01 {
  margin-top: 64px;
  padding-bottom: 120px;
  border-bottom: #333 solid 1px;
}
main #section02 .step02 .inner-step01 .flexbox {
  position: relative;
  /* 画面幅が1120px以下の場合に適用 */
}
main #section02 .step02 .inner-step01 .flexbox h3 {
  width: 320px;
  margin: 56px auto 24px;
}
main #section02 .step02 .inner-step01 .flexbox ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
main #section02 .step02 .inner-step01 .flexbox ul li {
  width: 240px;
}
main #section02 .step02 .inner-step01 .flexbox .item01 {
  position: absolute;
  top: -30px;
  left: 2%;
  width: 90px;
}
main #section02 .step02 .inner-step01 .flexbox .item02 {
  position: absolute;
  top: -30px;
  right: -1.5%;
  width: 170px;
  transform: translateX(5%);
}
main #section02 .step02 .inner-step01 .flexbox .item03 {
  position: absolute;
  top: 240px;
  left: 0;
  width: 180px;
}
main #section02 .step02 .inner-step01 .flexbox .item04 {
  position: absolute;
  top: 250px;
  right: 3%;
  width: 100px;
}
main #section02 .step02 .inner-step01 .flexbox .item05 {
  position: absolute;
  bottom: -80px;
  left: 7%;
  width: 64px;
}
main #section02 .step02 .inner-step01 .flexbox .item06 {
  position: absolute;
  bottom: -100px;
  right: 11%;
  width: 230px;
}
@media (max-width: 1120px) {
  main #section02 .step02 .inner-step01 .flexbox .item03 {
    top: 40%;
    left: 0;
  }
  main #section02 .step02 .inner-step01 .flexbox .item04 {
    top: 40%;
    right: 3%;
  }
  main #section02 .step02 .inner-step01 .flexbox .item05 {
    left: 5%;
  }
  main #section02 .step02 .inner-step01 .flexbox .item06 {
    right: 0%;
    width: 30%;
    transform: translateX(0);
  }
}
main #section02 .step02 .inner-step01 h5 {
  text-align: center;
  margin: 48px 16% 24px 16%;
  padding: 16px 24px;
  border: 1px solid #e0325f;
  color: #e0325f;
}
main #section02 .step02 .inner-step01 p {
  margin: 24px 16% 32px 16%;
  font-size: 1.15rem;
  line-height: 150%;
  font-weight: 400;
}
main #section02 .step02 .inner-step01 h6 {
  margin-left: 16%;
  width: 380px;
}
main #section02 .step02 .inner-step02 {
  margin-top: 64px;
  position: relative;
  padding-bottom: 64px;
  border-bottom: #333 solid 1px;
  /* 画面幅が1120px以下の場合に適用 */
}
main #section02 .step02 .inner-step02 .inner-step02-ttl {
  width: 45%;
  margin: 40px auto 0 auto;
}
main #section02 .step02 .inner-step02 .h-txt h3 {
  font-size: 2rem;
  text-align: center;
  margin-top: 40px;
}
main #section02 .step02 .inner-step02 .flexbox h3 {
  width: 320px;
  margin: 56px auto 24px;
}
main #section02 .step02 .inner-step02 .flexbox ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
main #section02 .step02 .inner-step02 .flexbox ul li {
  width: 240px;
}
main #section02 .step02 .inner-step02 h5 {
  text-align: center;
  margin: 48px auto 24px auto;
  padding: 16px 24px;
  border: 1px solid #e0325f;
  color: #e0325f;
  width: 70%;
}
main #section02 .step02 .inner-step02 p {
  margin: 24px 96px 32px 96px;
  font-size: 1.15rem;
  line-height: 150%;
  font-weight: 400;
}
main #section02 .step02 .inner-step02 h6 {
  margin-left: 96px;
  width: 380px;
}
main #section02 .step02 .inner-step02 .item01 {
  position: absolute;
  top: -10px;
  left: -2%;
  width: 16%;
  transform: translateX(-10%);
}
main #section02 .step02 .inner-step02 .item02 {
  position: absolute;
  top: 70px;
  right: -1.5%;
  width: 18%;
  transform: translateX(10%);
}
main #section02 .step02 .inner-step02 .item03 {
  position: absolute;
  top: 240px;
  left: 4%;
  width: 18%;
}
main #section02 .step02 .inner-step02 .item04 {
  position: absolute;
  top: 340px;
  right: 7%;
  width: 16%;
}
@media (max-width: 1120px) {
  main #section02 .step02 .inner-step02 .item01 {
    transform: translateX(-25%);
  }
  main #section02 .step02 .inner-step02 .item02 {
    right: 0;
    transform: translateX(40%);
  }
  main #section02 .step02 .inner-step02 .item04 {
    right: 0;
    transform: translateX(25%);
  }
  main #section02 .step02 .inner-step02 .item03 {
    top: 230px;
    left: 0;
    transform: translateX(-25%);
  }
}
main #section02 .bottomtxt {
  text-align: center;
  margin-top: 64px;
}
main #section02 .bottomtxt p {
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 150%;
}
main #section02 .bottomtxt h3 {
  margin-top: 16px;
  font-size: 2.75vw;
  font-weight: 600;
  line-height: 150%;
  color: #e0325f;
}
main #section03 .info {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
main #section03 .info .inner-info ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
main #section03 .info .inner-info dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: #333 solid 1px;
  margin-bottom: 16px;
}
main #section03 .info .inner-info dl dd {
  font-size: 2rem;
}
main #section03 .info .inner-info p span {
  font-size: 2.4rem;
  vertical-align: baseline;
}
main #section03 .info .inner-info .tokuten {
  margin-top: 16px;
}
main #section03 .info .inner-info .check {
  margin-top: 8px;
  font-size: 1.15rem;
  line-height: 180%;
  font-weight: 400;
}
main #section03 .info .inner-info .btn {
  margin-top: 16px;
  display: block;
  width: 200px;
}
main #section03 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

footer {
  margin-top: 144px;
  padding: 14px 0;
  background-color: #004831;
}
footer p {
  color: #fff;
  font-size: 9px;
  text-align: center;
}/*# sourceMappingURL=style_pc.css.map */