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: #ff832d;
  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 .fv {
  position: relative;
  margin-top: 46px;
}
main #mv .fv h2 {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
}
main #section01 {
  background-image: url(../images/bk_sec01_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
main #section01 .card {
  width: 100%;
  margin: 0 auto;
}
main #section01 .entry {
  width: 100%;
  margin: 48px auto 0 auto;
}
main #section01 .item01 {
  position: absolute;
  top: 38%;
  left: -1%;
  width: 15%;
  transform: translateX(-10%);
}
main #section01 .item02 {
  position: absolute;
  top: 38%;
  right: -1%;
  width: 15%;
  transform: translateX(-10%);
}
main #section01 .item03 {
  position: absolute;
  bottom: 0;
  left: -4%;
  width: 23%;
  transform: translateX(-20%);
}
main #section01 .item04 {
  position: absolute;
  bottom: 0;
  right: -4%;
  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: 64px 0;
  overflow: hidden;
}
main #section02 h2 {
  width: 100%;
  margin: 0 auto;
}
main #section02 .step01,
main #section02 .step02 {
  margin: 48px auto 0 auto;
  padding: 48px 16px 32px 16px;
  position: relative;
  border-radius: 4px;
  background: #fff;
  border: #e0325f solid 2px;
}
main #section02 .step01 h4,
main #section02 .step02 h4 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
main #section02 .step01 .flex,
main #section02 .step02 .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
main #section02 .step01 .flex .left,
main #section02 .step02 .flex .left {
  width: 60%;
}
main #section02 .step01 .flex .txt,
main #section02 .step02 .flex .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
main #section02 .step01 .flex .txt .pc,
main #section02 .step02 .flex .txt .pc {
  display: none;
}
main #section02 .step01 .flex .txt .sp,
main #section02 .step02 .flex .txt .sp {
  display: block;
}
main #section02 .step01 .flex .txt h3,
main #section02 .step02 .flex .txt h3 {
  width: 100%;
}
main #section02 .step01 .flex .txt a,
main #section02 .step02 .flex .txt a {
  width: 220px;
  display: block;
}
main #section02 .step01 .flex .txt ul,
main #section02 .step02 .flex .txt ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}
main #section02 .step01 .flex .txt ul li,
main #section02 .step02 .flex .txt ul li {
  width: 120px;
}
main #section02 .step01 p,
main #section02 .step02 p {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
}
main #section02 .step02 {
  margin-top: 80px;
}
main #section02 .step02 .flex {
  padding-bottom: 32px;
  border-bottom: #333 solid 1px;
}
main #section02 .inner-step01 {
  margin-top: 48px;
  padding-bottom: 48px;
  border-bottom: #333 solid 1px;
}
main #section02 .inner-step01 h3 {
  width: 90%;
  margin: 32px auto 24px;
}
main #section02 .inner-step01 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
main #section02 .inner-step01 ul li {
  width: calc(50% - 8px);
}
main #section02 .inner-step01 .flexbox .item01,
main #section02 .inner-step01 .flexbox .item02,
main #section02 .inner-step01 .flexbox .item03,
main #section02 .inner-step01 .flexbox .item04 {
  display: none;
}
main #section02 .inner-step01 .flex-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
main #section02 .inner-step01 .flex-item .item05 {
  width: 23%;
}
main #section02 .inner-step01 .flex-item .item06 {
  width: 65%;
}
main #section02 .inner-step01 h5 {
  text-align: center;
  margin: 32px auto 24px auto;
  padding: 16px;
  border: 1px solid #e0325f;
  color: #e0325f;
  font-size: 1.2rem;
}
main #section02 .inner-step01 p {
  margin: 24px auto 32px auto;
  font-size: 1rem;
  width: 100%;
}
main #section02 .inner-step01 h6 {
  width: 100%;
  margin: 0 auto;
}
main #section02 .inner-step02 {
  margin-top: 48px;
  position: relative;
  padding-bottom: 48px;
  border-bottom: #333 solid 1px;
}
main #section02 .inner-step02 .inner-step02-ttl {
  width: 100%;
  margin: 24px auto 0 auto;
}
main #section02 .inner-step02 .h-txt h3 {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 96px;
  line-height: 160%;
}
main #section02 .inner-step02 .h-txt p {
  margin: 16px auto 0 auto;
  font-size: 1rem;
  line-height: 160%;
}
main #section02 .inner-step02 .item01 {
  position: absolute;
  top: -10px;
  left: -2%;
  width: 16%;
}
main #section02 .inner-step02 .item02 {
  position: absolute;
  top: -20px;
  right: -1.5%;
  width: 18%;
}
main #section02 .inner-step02 .item03 {
  position: absolute;
  top: 45%;
  left: 4%;
  width: 30%;
}
main #section02 .inner-step02 .item04 {
  position: absolute;
  top: 45%;
  right: 7%;
  width: 22%;
}
main #section02 .bottomtxt {
  text-align: center;
  margin-top: 48px;
}
main #section02 .bottomtxt p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 150%;
}
main #section02 .bottomtxt h3 {
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  color: #e0325f;
}
main #section03 .info {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
main #section03 .info .inner-info .sp {
  display: block;
}
main #section03 .info .inner-info .pc {
  display: none;
}
main #section03 .info .inner-info dl {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: #333 solid 1px;
  margin-bottom: 16px;
}
main #section03 .info .inner-info dl dt {
  width: 8%;
}
main #section03 .info .inner-info dl dd {
  font-size: 1.6rem;
  font-weight: bold;
}
main #section03 .info .inner-info p {
  font-size: 1.4rem;
  line-height: 160%;
}
main #section03 .info .inner-info p span {
  font-size: 1.8rem;
  vertical-align: baseline;
}
main #section03 .info .inner-info .check {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  margin-top: 16px;
}
main #section03 .info .inner-info ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
main #section03 .info .inner-info .btn {
  width: 180px;
  margin-top: 16px;
  display: block;
}
main #section03 .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 */