.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.PCview {
  display: none;
}

.SPview {
  display: block;
}

.topImgBox {
  position: relative;
  margin-bottom: 200px;
}

.topTextImg {
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  max-width: 820px;
  height: auto;
}

.topLinkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}

.topLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  padding: 10px 20px 10px 20px;
  background-color: #e6002d;
  border: 1px solid #e6002d;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.topLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
}
.topLink:hover {
  background-color: #fff;
  color: #e6002d;
}
.topLink:hover::after {
  border-top-color: #e6002d;
}

.shopLinkBox {
  padding: 0 15px;
}

.shopLink {
  max-width: 360px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EE7800;
  border: 1px solid #EE7800;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 19px;
  margin: auto;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.shopLink::after {
  content: "";
  margin-left: 35px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #fff;
}
.shopLink:hover {
  background-color: #FFFFFF;
  color: #EE7800;
}
.shopLink:hover::after {
  border-left-color: #EE7800;
}

.shopLinkText {
  text-align: center;
  color: #EE7800;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.prize {
  width: 100%;
  background-color: #FEDC50;
  overflow: hidden;
}

.prizeTopImg,
.prizeBottomImg {
  display: block;
  width: 100%;
  height: auto;
}

.prizeTitle1 {
  display: block;
  width: 45%;
  max-width: 180px;
  height: auto;
}

.prizeBox {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto 100px;
  background-color: #FBE4A8;
  padding: 15px;
  border-radius: 30px;
}

.prizeBoxImg {
  width: 100%;
  height: auto;
}

.prizeTitle2 {
  position: relative;
  width: calc(100% - 60px);
  max-width: 630px;
  margin: auto;
}

.prizeTitle2Img {
  display: block;
  width: 100%;
  height: auto;
}

.prizeTitleText {
  position: absolute;
  top: -60px;
  left: -30px;
  width: 65px;
  height: auto;
}

.prizeGridBox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 15px;
  margin: 0 15px;
  background-color: #6fba2c;
}

.prizeGridItem {
  display: block;
  width: 100%;
  height: auto;
}

.prizeTextBox {
  width: calc(100% - 30px);
  max-width: 940px;
  padding: 30px 20px;
  margin: 0 auto;
  background-color: #fcfacc;
}

.prizeText {
  margin-top: 0;
  margin-bottom: 0;
  color: #ee7800;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.apply {
  position: relative;
  padding: 80px 15px 70px;
  background-color: #fcfacc;
}

.applyTitleBox,
.PrecautionsTitleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.applyTitle,
.PrecautionsTitle {
  flex-shrink: 0;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.applyTitle {
  color: #e6002d;
}

.PrecautionsTitle {
  color: #ee7800;
}

.applyBar,
.PrecautionsBar {
  display: block;
  flex: 1;
  max-width: 280px;
  height: 5px;
}

.applyBar {
  background-color: #e6002d;
}

.PrecautionsBar {
  background-color: #ee7800;
}

.applyTextBox {
  width: 100%;
  max-width: 1050px;
  padding: 25px 20px;
  margin: 0 auto;
  background-color: #fbe4a8;
}

.applyText {
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.PrecautionsTextBox {
  width: 100%;
  max-width: 1050px;
  padding: 25px 20px;
  margin: 0 auto;
  background-color: #fbe4a8;
}
.PrecautionsTextBox ol {
  padding: 0;
  margin: 0;
}

.PrecautionsText {
  width: 100%;
  max-width: 984px;
  padding-left: 1.5em;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  list-style: none;
  text-indent: -1.5em;
}

.applyLinkText {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  color: #d00000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.applyLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  max-width: 430px;
  min-height: 56px;
  padding: 12px 55px 12px 30px;
  background-color: #e6002d;
  border: 1px solid #e6002d;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.applyLink span {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.applyLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
}
.applyLink:hover {
  background-color: #fff;
}
.applyLink:hover span {
  color: #e6002d;
}
.applyLink:hover::after {
  border-left-color: #e6002d;
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100px;
  height: 100px;
  background-color: #EE7800;
  border: 1px solid #EE7800;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s;
}

.pageTopArrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
}

.pageTopText {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.pageTop:hover {
  background-color: #fff;
  color: #EE7800;
}

.pageTop:hover .pageTopArrow {
  border-bottom-color: #EE7800;
}

@media (min-width: 768px) {
  .PCview {
    display: block;
  }
  .SPview {
    display: none;
  }
  .topImgBox {
    margin-bottom: 200px;
  }
  .topTextImg {
    bottom: -140px;
    width: calc(100% - 100px);
  }
  .topLinkBox {
    flex-direction: row;
    gap: 30px;
    padding: 0 30px;
    flex-wrap: nowrap;
  }
  .topLink {
    max-width: 350px;
    min-height: 56px;
    padding: 10px 30px 10px 30px;
    font-size: 22px;
  }
  .topLink::after {
    right: 25px;
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-width: 10px;
  }
  .shopLink {
    font-size: 24px;
    margin: auto;
  }
  .shopLinkText {
    font-size: 18px;
  }
  .prizeTitle1 {
    max-width: 220px;
  }
  .prizeBox {
    width: calc(100% - 60px);
    margin-bottom: 180px;
  }
  .prizeTitleText {
    top: -90px;
    left: -65px;
    width: 100px;
  }
  .prizeGridBox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
    padding: 20px;
    margin: 0 30px;
  }
  .prizeTextBox {
    width: calc(100% - 60px);
    padding: 45px 35px;
  }
  .prizeText {
    font-size: 18px;
  }
  .apply {
    padding: 120px 30px 100px;
  }
  .applyTitleBox,
  .PrecautionsTitleBox {
    gap: 40px;
  }
  .applyTitle,
  .PrecautionsTitle {
    font-size: 32px;
  }
  .applyBar,
  .PrecautionsBar {
    height: 7px;
  }
  .applyTextBox {
    padding: 35px 40px;
  }
  .applyText {
    font-size: 18px;
    line-height: 2.1;
  }
  .PrecautionsTextBox {
    padding: 35px 40px;
  }
  .PrecautionsText {
    font-size: 18px;
    line-height: 2.1;
  }
  .applyLinkText {
    font-size: 24px;
  }
  .applyLink {
    min-height: 65px;
    padding: 15px 70px 15px 50px;
  }
  .applyLink span {
    font-size: 25px;
  }
  .applyLink::after {
    right: 35px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }
  .pageTop {
    width: 100px;
    height: 100px;
    right: 30px;
    gap: 10px;
  }
}

@media (min-width: 960px) {
  .topImgBox {
    margin-bottom: 200px;
  }
  .topTextImg {
    bottom: -140px;
    width: calc(100% - 140px);
  }
  .topLinkBox {
    gap: 50px;
  }
  .topLink {
    max-width: 380px;
    font-size: 24px;
  }
  .shopLink {
    font-size: 26px;
  }
  .prizeBox {
    margin-bottom: 240px;
    padding: 50px;
  }
  .prizeTitleText {
    top: -125px;
    left: -160px;
    width: 170px;
  }
  .prizeGridBox {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .apply {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .applyTitleBox,
  .PrecautionsTitleBox {
    gap: 60px;
  }
  .pageTop {
    width: 130px;
    height: 130px;
    right: 25px;
    gap: 10px;
  }
  .pageTopArrow {
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 16px;
  }
  .pageTopText {
    font-size: 28px;
  }
}

@media (min-width: 1080px) {
  .topImgBox {
    margin-bottom: 200px;
  }
  .topTextImg {
    bottom: -130px;
    width: 820px;
  }
  .topLinkBox {
    gap: 70px;
    padding: 0;
  }
  .topLink {
    max-width: 400px;
    min-height: 60px;
    padding: 10px 40px 10px 40px;
    font-size: 26px;
  }
  .topLink::after {
    right: 30px;
  }
  .shopLink {
    font-size: 28px;
  }
  .shopLinkText {
    font-size: 22px;
  }
  .prizeTitle1 {
    max-width: 250px;
  }
  .prizeBox {
    width: calc(100% - 40px);
    margin-bottom: 300px;
  }
  .prizeTitleText {
    top: -145px;
    left: -190px;
    width: 190px;
  }
  .prizeGridBox {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 50px;
  }
  .prizeTextBox {
    padding: 60px 50px;
  }
  .prizeText {
    font-size: 22px;
  }
  .apply {
    padding-top: 190px;
    padding-bottom: 150px;
  }
  .applyTitleBox,
  .PrecautionsTitleBox {
    gap: 80px;
  }
  .applyTitle,
  .PrecautionsTitle {
    font-size: 40px;
  }
  .applyBar,
  .PrecautionsBar {
    height: 10px;
  }
  .applyTextBox {
    padding: 50px;
  }
  .applyText {
    font-size: 22px;
    line-height: 2.3;
  }
  .PrecautionsTextBox {
    padding: 50px;
  }
  .PrecautionsText {
    font-size: 22px;
    line-height: 2.3;
  }
  .applyLinkText {
    font-size: 30px;
  }
  .applyLink {
    min-height: 75px;
    padding: 20px 80px;
  }
  .applyLink span {
    font-size: 30px;
  }
  .applyLink::after {
    right: 50px;
  }
  .pageTop {
    width: 130px;
    height: 130px;
    right: 60px;
    gap: 10px;
  }
}

/*# sourceMappingURL=index.css.map*/