body {
  font-size: 1.4rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  max-width: 100vw;
}
header h1 {
  width: 180px;
  min-width: 200px;
}

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

.btn:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.nav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: #0079c2;
  padding: 18px 0;
  width: 100%;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: center;
  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;
  color: #fff;
}

.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: 88%;
  margin: 0 auto;
}
main .pc {
  display: none;
}
main .sp {
  display: block;
}
main .ttl {
  width: 100%;
  margin: 0 auto;
}
main #mv {
  background-image: url(../images/main_bk_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
main #mv .fv {
  width: 90%;
  margin: 0 auto;
  padding: 96px 0 64px 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_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0 96px 0;
  overflow: hidden;
}
main #section01 .wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
  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;
  padding: 0 24px;
}
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: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
main #section01 .wrapper .card .flexbox h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: 16px;
}
main #section01 .wrapper .card .flexbox ul {
  display: flex;
  flex-direction: column;
  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_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0 104px 0;
  margin-top: -40px;
  overflow: hidden;
}
main #section02 h2 {
  width: 85%;
  margin: 0 auto;
}
main #section02 .step01 {
  margin-top: 48px;
  position: relative;
}
main #section02 .step01 .entry {
  position: absolute;
  width: 90%;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
main #section02 .step02 {
  margin-top: 48px;
  position: relative;
}
main #section02 .step02 .item01 {
  position: absolute;
  top: 14%;
  left: 92%;
  transform: translateX(-50%);
  width: 24%;
}
main #section02 .box {
  border-radius: 8px;
  border: 2px solid #fff;
  background: rgba(255, 255, 251, 0.6);
  padding: 32px 0;
  margin-top: 80px;
  position: relative;
}
main #section02 .box h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 24px;
}
main #section02 .box a {
  display: block;
  margin: 0 auto;
  width: 80%;
}
main #section02 .box .item {
  position: absolute;
  bottom: -25%;
  left: 5%;
  transform: translateX(-50%);
  width: 22%;
}
main #section03 {
  padding: 64px 0;
}
main #section03 .shadow {
  position: relative;
}
main #section03 .shadow .btn {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
main #section04 .info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
main #section04 .info .inner-info .sp {
  display: block;
}
main #section04 .info .inner-info .pc {
  display: none;
}
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;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: #333 solid 1px;
  margin-bottom: 16px;
}
main #section04 .info .inner-info dl dt {
  width: 8%;
}
main #section04 .info .inner-info dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
main #section04 .info .inner-info p {
  font-size: 1.4rem;
  line-height: 160%;
}
main #section04 .info .inner-info p span {
  font-size: 1.8rem;
  vertical-align: baseline;
}
main #section04 .info .inner-info .check {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  margin-top: 16px;
}
main #section04 .info .inner-info ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
main #section04 .info .inner-info .btn {
  width: 180px;
  margin-top: 16px;
  display: block;
}
main #section04 .btn-aela {
  margin-top: 64px;
}
main #section04 .btn-aela .cp-entry {
  display: block;
  margin: 0 auto;
  width: 100%;
}
main #section04 .btn-aela .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
main #section04 .btn-aela .flex h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
main #section04 .btn-aela .flex .inner-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
main #section04 .btn-aela .flex .inner-flex .btn {
  width: 100%;
}
main #section04 .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

footer {
  margin-top: 96px;
  padding: 24px 0;
}
footer p {
  font-size: 9px;
  text-align: center;
}/*# sourceMappingURL=style_sp.css.map */