@charset "UTF-8";
body {
  background: #6ec5ef;
  font-family: "M PLUS 1p", serif, "Hiragino Sans", Hiragino Kaku Gothic ProN, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.inner-main-contents {
  position: relative;
}
.inner-main-contents .back-contents .header {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-top: #fff solid 1px;
  background: #0099d9;
  color: #fff;
}
.inner-main-contents .back-contents .header .countdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.inner-main-contents .back-contents .header .countdown-wrapper h3 {
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
.inner-main-contents .back-contents .header .countdown-wrapper .countdown {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  justify-content: center;
  white-space: nowrap;
}
.inner-main-contents .back-contents .header .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
}
.inner-main-contents .back-contents .header .nav .navbtn {
  width: 60%;
}
.inner-main-contents .back-contents .header .countdown > .time {
  font-size: 28px;
  line-height: 24px;
  font-weight: 500;
}
.inner-main-contents .back-contents .header .countdown > .unit {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
.inner-main-contents .back-contents .header #campaign-end {
  font-size: 20px;
  font-weight: 700;
  padding: 14px 0;
  color: #fff;
  text-align: center;
}

.wrapper {
  width: 86.6%;
  margin: 0 auto;
  overflow: hidden;
}

.section {
  margin-top: 80px;
}

.ttl-category {
  text-align: center;
  padding: 16px 64px;
  border-radius: 6px;
  background: #ed6c00;
  color: #fff;
  font-size: clamp(1.352rem, 0.563rem + 3.604vw, 1.802rem);
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 40px;
}

.point {
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
}

.center-contents {
  position: relative;
  z-index: 1;
  max-width: 550px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(51, 51, 51, 0.3);
  overflow: hidden;
}
.center-contents h1 {
  width: 80%;
  padding: 16px 32px;
  margin: 0 auto;
}

#sec-mv {
  background-image: url(../images/mv-bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#sec-mv .main-ttl {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
#sec-mv .item01 {
  position: absolute;
  top: 74%;
  right: 10%;
  width: 8%;
}
#sec-mv .item02 {
  position: absolute;
  top: 73%;
  left: 6%;
  width: 12%;
}
#sec-mv .item03 {
  position: absolute;
  top: 13%;
  right: 8%;
  width: 10%;
}
#sec-mv .item04 {
  position: absolute;
  top: 19%;
  left: 3%;
  width: 8%;
}
#sec-mv .item05 {
  position: absolute;
  top: 37%;
  right: -3%;
  width: 17%;
}

#sec01 {
  position: relative;
}
#sec01 h3 {
  text-align: center;
  font-size: clamp(1.65rem, 0.633rem + 4.554vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
  margin-bottom: 80px;
}
#sec01 h3 span {
  background: linear-gradient(transparent 60%, #6ec5ef 20%);
  padding-bottom: 5px;
}
#sec01 .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 64px;
}
#sec01 .item {
  position: absolute;
  top: 51%;
  right: -2%;
  width: 18%;
}

#sec02 {
  position: relative;
}
#sec02 .item03 {
  position: absolute;
  top: -1.25%;
  left: 1.2%;
  width: 18%;
}
#sec02 .item04 {
  position: absolute;
  top: 68.25%;
  right: -2.75%;
  width: 50%;
}
#sec02 h3 {
  text-align: center;
  font-size: clamp(1.65rem, 0.633rem + 7.554vw, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
  color: #ed6c00;
}
#sec02 h3 span {
  background: linear-gradient(transparent 60%, #fffaa4 20%);
  padding-bottom: 5px;
}
#sec02 .inner {
  margin-top: 40px;
  display: flex;
  padding: 64px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-radius: 24px;
  border: 3px solid #ed6c00;
}
#sec02 .inner .step {
  padding: 0 32px;
}
#sec02 .inner .step .btn {
  margin: 40px 0 16px 0;
}
#sec02 .inner .up {
  background: #ed6c00;
  width: 100%;
  text-align: center;
  padding: 32px;
  margin-bottom: 32px;
}
#sec02 .inner .up .ttl-up {
  color: #fff;
  line-height: 180%;
  font-size: clamp(1.352rem, 0.563rem + 3.604vw, 1.802rem);
}
#sec02 .inner .up .ttl-up span {
  font-size: clamp(2.25rem, 0.633rem + 6.854vw, 2.25rem);
  color: #fffaa4;
}
#sec02 .inner .inner-up {
  padding: 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
#sec02 .inner .inner-up .item {
  width: 20px;
  margin: 0 auto;
}
#sec02 .flex {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 64px;
  text-align: center;
}
#sec02 .flex p {
  font-size: clamp(0.95rem, 0.396rem + 2.532vw, 1.266rem);
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.435px;
  margin-bottom: 16px;
  margin-top: 40px;
}
#sec02 .flex dt {
  font-size: clamp(1.352rem, 0.563rem + 3.604vw, 1.802rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 43.5px */
  letter-spacing: 0.871px;
  margin-bottom: 32px;
}

#sec03 {
  position: relative;
}
#sec03 .otheritem {
  position: absolute;
  top: -1.5%;
  left: -2.3%;
  width: 19%;
}
#sec03 .otheritem02 {
  position: absolute;
  top: -4%;
  right: 2%;
  width: 12%;
}
#sec03 .inner {
  margin-top: 40px;
  display: flex;
  padding: 64px 32px;
  flex-direction: column;
  gap: 64px;
  border-radius: 24px;
  border: 3px solid #ed6c00;
  margin-bottom: 64px;
}
#sec03 .inner dl {
  position: relative;
}
#sec03 .inner dl .point {
  margin-top: 16px;
}
#sec03 .inner dt {
  color: #ed6c00;
  padding-bottom: 24px;
  border-bottom: 2px solid #ed6c00;
  font-size: clamp(1.52rem, 0.633rem + 4.054vw, 2.027rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 29px */
}
#sec03 .inner dd {
  font-size: clamp(1.202rem, 0.501rem + 3.204vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.5px;
  margin-top: 32px;
}
#sec03 .inner dd span {
  color: #ed6c00;
}
#sec03 .inner dd ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#sec03 .inner dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#sec03 .inner dd ul li::before {
  content: "・";
}
#sec03 .inner dd img {
  margin-top: 24px;
}
#sec03 .inner .second {
  margin-top: 48px;
}
#sec03 .more h3 {
  text-align: center;
  padding: 24px 0px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-size: clamp(1.202rem, 0.501rem + 3.204vw, 1.602rem);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 36px */
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
#sec03 .more h3 span {
  color: #ed6c00;
}
#sec03 .more .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
#sec03 .more .flex .txt h4 {
  font-size: clamp(0.95rem, 0.396rem + 2.532vw, 1.35rem);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 34.5px */
  letter-spacing: -0.5px;
}
#sec03 .more .flex .txt h4 span {
  color: #ed6c00;
}
#sec03 .more .flex .txt .point {
  margin-top: 8px;
}

#sec04 .inner {
  margin-top: 40px;
  border-radius: 24px 24px 0px 0px;
  background: #ed6c00;
  padding: 64px 32px 32px 32px;
  color: #fff;
}
#sec04 .inner h2 {
  margin-bottom: 48px;
}
#sec04 .inner .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
#sec04 .inner p {
  font-size: clamp(0.95rem, 0.396rem + 2.532vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 48px;
  padding-bottom: 24px;
}

footer {
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 165% */
  letter-spacing: 0.25px;
  background: #0099d9;
  color: #fff;
  padding: 16px 0px 120px 0px;
  text-align: center;
}/*# sourceMappingURL=style_sp.css.map */