@charset "UTF-8";
body {
  color: #000000;
  font-family: vdl-v7marugothic, sans-serif;
}

.title {
  font-size: 28px;
  font-weight: 800;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .title {
    font-size: 48px;
  }
}

.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ff8512;
  border-radius: 3px;
}

.header {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding-top: 20px;
  }
}

.header__inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1024px) {
  .header__inner {
    width: 100%;
  }
}

.header__logo img {
  height: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__logo img {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .header__logo img {
    height: 40px;
    padding-left: 20px;
  }
}

.fv {
  position: relative;
  padding-bottom: 10%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fv {
    padding-bottom: 5%;
  }
}
@media (min-width: 1024px) {
  .fv {
    padding-bottom: 2%;
  }
}

.fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%; /* 下部背景がFVの下半分にかかるように */
  background: linear-gradient(109deg, #fff0c2 0%, #fed148 100%);
  z-index: -1;
}

.fv__img img {
  width: 100%;
  display: block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .fv__img img {
    margin-top: -32px;
  }
}

.fv__label {
  background: #fffdf9;
  text-align: center;
  font-weight: 800;
  margin: 40px auto 20px;
  width: 100%;
  padding: 20px 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .fv__label {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.fv__label-title {
  font-size: 17px;
  font-weight: 900;
  position: absolute;
  top: -15px;
  left: 10%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fv__label-title {
    font-size: 24px;
    left: 15%;
  }
}
@media (min-width: 1024px) {
  .fv__label-title {
    font-size: 28px;
    left: 27%;
  }
}

.fv__label-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fv__label-date {
    font-size: 18px;
    gap: 22px;
  }
}
@media (min-width: 1024px) {
  .fv__label-date {
    font-size: 24px;
    gap: 28px;
    margin-left: -50px;
  }
}

.fv__label-date span {
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
}
@media (min-width: 1024px) {
  .fv__label-date span {
    font-size: 55px;
  }
}

.fv__label-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv__theme {
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fv__theme {
    margin-top: 70px;
  }
}
@media (min-width: 1024px) {
  .fv__theme {
    margin-top: 90px;
  }
}

.fv__theme-title {
  font-size: 25px;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fv__theme-title {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .fv__theme-title {
    font-size: 40px;
  }
}

.fv__theme-box {
  display: inline-block;
  border-radius: 16px;
  border: 4px solid #000;
  background: #fffdf9;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 14px 30px;
  font-size: 23px;
  font-weight: 900;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fv__theme-box {
    font-size: 25px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .fv__theme-box {
    font-size: 30px;
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 20px;
  }
}

.prize {
  position: relative;
  background: #fff6d9;
  padding-top: 5px;
}

.prize__triangle {
  width: 100%;
  display: block;
  margin-top: -6px;
}

.prize__triangle svg {
  width: 100%;
  display: block;
}

.prize__inner {
  padding-top: 50px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__inner {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 900px) {
  .prize__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1024px) {
  .prize__inner {
    padding-top: 120px;
  }
}

@media (min-width: 1024px) {
  .prize__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    gap: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -30px;
  }
}

.prize__top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 23px;
  font-weight: 800;
  margin-top: 70px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__top-title {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .prize__top-title {
    font-size: 35px;
  }
}

.prize__decor-right,
.prize__decor-left {
  width: 73px;
  height: 89px;
}

.prize_decor-rank1 {
  width: 43px;
  height: 58px;
}

.prize__top-item {
  position: relative;
  border-radius: 15px;
  border: 3px solid #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  overflow: visible;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__top-item {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .prize__top-item {
    max-width: 450px;
    margin-top: 30px;
  }
}

.prize__top-item::after {
  content: "";
  position: absolute;
  bottom: -42%;
  left: -11%;
  width: 45%;
  aspect-ratio: 153/246;
  background: url(../img/decor_priize_witch.png) no-repeat center/contain;
  z-index: 2;
}
@media (min-width: 400px) {
  .prize__top-item::after {
    width: 43%;
    bottom: -46%;
    left: -10%;
  }
}
@media (min-width: 560px) {
  .prize__top-item::after {
    width: 42%;
    bottom: -54%;
    left: -10%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__top-item::after {
    left: -13%;
    bottom: -54%;
  }
}
@media (min-width: 1024px) {
  .prize__top-item::after {
    width: 53%;
    left: -20%;
    bottom: -65%;
  }
}

.prize__top-item p {
  font-size: 22px;
  font-weight: 800;
  padding-top: 21px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__top-item p {
    margin-top: 23px;
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .prize__top-item p {
    font-size: 30px;
  }
}

.prize__top-item img {
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media (min-width: 560px) {
  .prize__top-item img {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__top-item img {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 900px) {
  .prize__top-item img {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media (min-width: 1024px) {
  .prize__top-item img {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.prize__top-item p.prize__top-note {
  font-size: 10px;
  font-weight: 500;
  padding-top: 1px;
  padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__top-item p.prize__top-note {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .prize__top-item p.prize__top-note {
    font-size: 15px;
  }
}

.prize__others {
  border-radius: 15px;
  border: 3px solid #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  margin-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .prize__others {
    max-width: 420px;
    min-width: 380px;
  }
}
@media (min-width: 1024px) {
  .prize__others {
    margin-top: 150px;
  }
}

.prize__others::after {
  content: "";
  position: absolute;
  bottom: -28%;
  right: -1%;
  width: 40%;
  aspect-ratio: 157/223;
  background: url(../img/decor_prize_hero.png) no-repeat center/contain;
  z-index: 2;
}
@media (min-width: 420px) {
  .prize__others::after {
    bottom: -30%;
    right: -4%;
  }
}
@media (min-width: 600px) {
  .prize__others::after {
    bottom: -47%;
    right: -6%;
  }
}
@media (min-width: 1024px) {
  .prize__others::after {
    bottom: -30%;
    width: 50%;
    right: -14%;
  }
}
@media (min-width: 1100px) {
  .prize__others::after {
    bottom: -40%;
    width: 60%;
    right: -24%;
  }
}

.prize__others-item {
  padding: 20px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__others-item {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .prize__others-item {
    padding-top: 50px;
  }
}

.prize__others-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  border-bottom: 1px dashed #000;
}

.prize__others-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-left: -25px;
}

.prize__decor_rank2 {
  width: 53px;
  height: 60px;
}

.prize__decor_rank3 {
  width: 47px;
  height: 51px;
}

.prize__decor_rank4 {
  width: 48px;
  height: 52px;
}

.prize__others-text {
  font-size: 23px;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__others-text {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .prize__others-text {
    font-size: 26px;
  }
}

.prize__others-name {
  font-size: 19px;
  font-weight: 800;
  padding-top: 10px;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .prize__others-name {
    font-size: 21px;
  }
}

.prize__decor-bottom {
  padding-top: 50px;
  width: 100%;
}
@media (min-width: 1024px) {
  .prize__decor-bottom {
    margin-top: 150px;
  }
}

.entry {
  background: linear-gradient(70deg, #ffeeba 38.1%, #fed149 92.65%);
  text-align: center;
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry {
    background: linear-gradient(67deg, #ffeeba 38.1%, #fed149 92.65%);
  }
}
@media (min-width: 1024px) {
  .entry {
    background: linear-gradient(65deg, #ffeeba 38.1%, #fed149 92.65%);
  }
}

.entry__inner {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  .entry__inner {
    padding-top: 90px;
  }
}

.entry__box {
  border-radius: 15px;
  border: 3px solid #000;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 42px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry__box {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 55px;
  }
}
@media (min-width: 1024px) {
  .entry__box {
    margin-top: 70px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.entry__contents {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry__contents {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .entry__contents {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.entry__contents:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  border-bottom: 1px dashed #000;
}

.entry__contents-title {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry__contents-title {
    font-size: 23px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .entry__contents-title {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

.entry__contents-text {
  color: #ff8512;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry__contents-text {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .entry__contents-text {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

.entry__news {
  margin-top: 97px;
  background: #717171;
}

.entry__news p {
  padding-top: 70px;
  padding-bottom: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry__news p {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .entry__news p {
    font-size: 23px;
    line-height: 2;
  }
}

.entry__decor-bottom {
  margin-top: 34px;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry__decor-bottom {
    width: 60%;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .entry__decor-bottom {
    width: 35%;
    margin-top: 100px;
  }
}

.footer {
  background: #fff6d9;
}

.footer__inner {
  padding-top: 39px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 11px;
  position: relative;
}
@media (min-width: 500px) {
  .footer__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .footer__inner {
    padding-left: 85px;
    padding-right: 85px;
  }
}

.footer__text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__text {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .footer__text {
    font-size: 20px;
  }
}

.footer__decor {
  content: "";
  position: absolute;
  top: 40%;
  left: 6%;
  width: 87%;
  border-bottom: 1px dashed #000;
}

.footer__logo {
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__logo {
    margin-top: 50px;
    max-width: 305px;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    width: 35%;
    margin-top: 70px;
  }
}

.footer__lead-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__lead-text {
    text-align: center;
    max-width: 798px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .footer__lead-text {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
}

.footer__copyright {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 700;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .footer__copyright {
    margin-top: 40px;
  }
}