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: #0079c2;
  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: 980px;
  min-width: 680px;
  margin: 0 auto;
  padding: 0 96px;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
main #mv {
  background-image: url(../images/main_bk_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
main #mv .fv {
  width: 68%;
  margin: 0 auto;
  padding: 120px 0;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
main #mv .fv .is-active {
  opacity: 1;
  transform: scale(1);
}
main #section01 {
  background-image: url(../images/sec1_bk_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0 200px 0;
  overflow: hidden;
}
main #section01 .wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
}
main #section01 .wrapper .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}
main #section01 .wrapper .card {
  border-radius: 16px;
  background: #ddeffb;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 48px 32px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
main #section01 .wrapper .card .flexbox h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: 24px;
}
main #section01 .wrapper .card .flexbox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
main #section01 .wrapper .card .flexbox ul a {
  display: block;
  border-radius: 40px;
  background: #004831;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
}
main #section02 {
  background-image: url(../images/sec2_bk_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 180px 0;
  margin-top: -120px;
  overflow: hidden;
}
main #section02 h2 {
  width: 85%;
  margin: 0 auto;
}
main #section02 .step01 {
  margin-top: 80px;
  position: relative;
}
main #section02 .step01 .entry {
  position: absolute;
  width: 23%;
  top: 53%;
  left: 52%;
  transform: translateX(-50%);
}
main #section02 .step02 {
  margin-top: 80px;
  position: relative;
}
main #section02 .step02 .item01 {
  position: absolute;
  top: 8%;
  left: 101%;
  transform: translateX(-50%);
  width: 20%;
}
main #section02 .step02 .item02 {
  position: absolute;
  bottom: -2%;
  left: 2%;
  transform: translateX(-50%);
  width: 21%;
}
main #section02 .box {
  border-radius: 8px;
  border: 2px solid #fff;
  background: rgba(255, 255, 251, 0.6);
  padding: 48px 0;
  margin-top: 80px;
}
main #section02 .box h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
  text-align: center;
  margin-bottom: 32px;
}
main #section02 .box a {
  display: block;
  margin: 0 auto;
  width: 290px;
}
main #section03 {
  padding: 144px 0;
}
main #section03 .shadow {
  position: relative;
}
main #section03 .shadow .btn {
  position: absolute;
  bottom: 17%;
  left: 66%;
  transform: translateX(-50%);
  width: 28%;
}
main #section04 .info {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
main #section04 .info .inner-info ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
main #section04 .info .inner-info ul .inner-txt {
  margin-bottom: 16px;
}
main #section04 .info .inner-info .flex-box {
  gap: 8px;
}
main #section04 .info .inner-info .flex-box li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
main #section04 .info .inner-info .flex-box li img {
  width: 32px;
}
main #section04 .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 #section04 .info .inner-info dl dd {
  font-size: 2rem;
}
main #section04 .info .inner-info p span {
  font-size: 2.4rem;
  vertical-align: baseline;
}
main #section04 .info .inner-info .check {
  margin-top: 8px;
  font-size: 1.15rem;
  line-height: 180%;
  font-weight: 400;
}
main #section04 .info .inner-info .btn {
  margin-top: 16px;
  display: block;
  width: 200px;
}
main #section04 .btn-aela {
  margin-top: 64px;
}
main #section04 .btn-aela .cp-entry {
  display: block;
  margin: 0 auto;
  width: 430px;
}
main #section04 .btn-aela .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
main #section04 .btn-aela .flex h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
main #section04 .btn-aela .flex .inner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
main #section04 .btn-aela .flex .inner-flex .btn {
  width: 430px;
}
main #section04 .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 */