@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1;
  width: 100%;
}

main {
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  height: auto;
}

ul {
  list-style: none;
}

h3 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
h3 img {
  width: 8.6805555556vw;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 440px) {
  body {
    width: 100%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 4.0972222222vw 0vw 4.375vw;
}
.l-footer__address {
  font-size: 1.0416666667vw;
  font-weight: 700;
  padding-bottom: 0.9027777778vw;
  line-height: 1.6666666667vw;
}
.l-footer small {
  font-size: 0.8333333333vw;
}
.l-footer__cooperation {
  font-size: 0.9722222222vw;
  margin-bottom: 1.6666666667vw;
  font-weight: 700;
  color: #aeaeae;
}

@media screen and (max-width: 440px) {
  .l-footer {
    padding: 7.6923076923vw 0 23.0769230769vw;
  }
  .l-footer__address {
    font-size: 3.5897435897vw;
    padding-bottom: 2.8205128205vw;
    line-height: 6.1538461538vw;
  }
  .l-footer small {
    font-size: 3.0769230769vw;
  }
  .l-footer__cooperation {
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #aeaeae;
    margin-bottom: 3.0769230769vw;
  }
}
body {
  background-image: url(../img/background/background.webp);
  background-position: top;
  background-size: contain;
  overflow-x: hidden;
}

@keyframes floating {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(-20px) rotate(2deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes lineDown {
  0% {
    height: 0;
    top: 0vw;
    opacity: 1;
  }
  50% {
    height: 13.8888888889vw;
    top: 0;
    opacity: 1;
  }
  100% {
    height: 13.8888888889vw;
    opacity: 0;
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
.c-scroll {
  font-size: 0.9722222222vw;
  position: absolute;
  bottom: 6.5277777778vw;
  right: 2.7777777778vw;
  writing-mode: vertical-rl;
}
.c-scroll::before {
  content: "";
  width: 1px;
  height: 13.8888888889vw;
  margin: auto;
  position: absolute;
  top: 0vw;
  right: 1.4583333333vw;
  animation: scroll 2s infinite;
  animation: lineDown 2s ease-in-out infinite;
  background-color: #000000;
}

.c-card {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.7777777778vw;
}
.c-card__wrap {
  width: 41.6666666667vw;
  min-height: 39.7222222222vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.7777777778vw 2.7777777778vw 2.0833333333vw;
  border: solid 1px #FF0458;
  background-color: #ffffff;
  border-radius: 0px 0px 50px 0;
  color: #FF0458;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}
.c-card__wrap:nth-of-type(2) {
  margin-top: 7.9166666667vw;
}
.c-card__wrap:nth-of-type(4), .c-card__wrap:nth-of-type(6), .c-card__wrap:nth-of-type(8), .c-card__wrap:nth-of-type(10) {
  margin-top: 2.7777777778vw;
}
.c-card__wrap:nth-of-type(1), .c-card__wrap:nth-of-type(3), .c-card__wrap:nth-of-type(5), .c-card__wrap:nth-of-type(7), .c-card__wrap:nth-of-type(9) {
  margin-bottom: 2.7777777778vw;
}
.c-card__wrap:nth-of-type(3), .c-card__wrap:nth-of-type(5), .c-card__wrap:nth-of-type(7), .c-card__wrap:nth-of-type(9) {
  margin-top: -5.1388888889vw;
}
.c-card__intro {
  display: flex;
  font-size: 0.9027777778vw;
  gap: 2.0833333333vw;
}
.c-card__intro__people {
  width: 17.3611111111vw;
  height: 17.3611111111vw;
  margin-bottom: 1.3888888889vw;
}
.c-card__intro__txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.c-card__intro__h4 {
  width: auto;
}
.c-card__intro__h4 img {
  height: 1.7013888889vw;
  width: auto;
  margin-bottom: 0.7638888889vw;
}
.c-card__intro__h4 .u-39 {
  height: 1.3541666667vw;
}
.c-card__intro__h4 .u-48 {
  height: 1.6666666667vw;
}
.c-card__intro__h4 p {
  font-size: 1.3888888889vw;
  font-weight: 700;
}
.c-card__intro__h4 span {
  content: "";
  display: block;
  width: 16.6666666667vw;
  height: 1px;
  background-color: #FF0458;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
.c-card__intro__profile {
  font-size: 0.9027777778vw;
  line-height: 1.3888888889vw;
  letter-spacing: 0;
  margin-bottom: 0.6944444444vw;
}
.c-card__intro__profile a {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  text-decoration: underline;
  color: #FF0458;
  align-items: center;
}
.c-card__intro__profile a::after {
  content: "";
  display: block;
  background-image: url(../img/icon_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-left: 0.3472222222vw;
}
.c-card__txt {
  width: 36.1111111111vw;
  font-size: 0.9722222222vw;
}
.c-card__txt__lead {
  font-size: 1.3888888889vw;
  line-height: 2.0833333333vw;
  font-weight: 700;
  padding-bottom: 0.8333333333vw;
}
.c-card__txt__p {
  font-size: 0.9722222222vw;
  line-height: 1.5972222222vw;
}
.c-card__txt__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.3194444444vw;
  margin-left: 0.3472222222vw;
}
.c-card__txt__item img {
  height: 1.1805555556vw;
  width: auto;
}
.c-card__txt__item__span {
  font-size: 1.1111111111vw;
  font-weight: 700;
  letter-spacing: 20%;
  padding-left: 0.5555555556vw;
  padding-right: 0.4861111111vw;
}
.c-card__txt__item__line {
  content: "";
  display: inline-block;
  width: 28.2638888889vw;
  height: 1px;
  background-color: #FF0458;
}

.c-btn-loop {
  position: fixed;
  width: 11.7361111111vw;
  height: 11.7361111111vw;
  font-size: 1.1111111111vw;
  font-weight: 900;
  line-height: 1.5277777778vw;
  top: 2.0833333333vw;
  right: 2.7777777778vw;
  z-index: 100;
}
.c-btn-loop__item {
  width: 6.6666666667vw;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 3.4722222222vw;
  left: 50%;
  transform: translateX(-50%);
}
.c-btn-loop__item img {
  margin-top: 0.2777777778vw;
  width: 3.0555555556vw;
}
.c-btn-loop::after {
  content: "";
  display: block;
  background-image: url(../img/btn/btn_loop.png);
  background-size: contain;
  width: 11.7361111111vw;
  height: 11.7361111111vw;
  max-width: 100%;
  position: absolute;
  top: 0vw;
  right: 0vw;
  z-index: -100;
  animation: spin 12s linear infinite;
}

.c-btn {
  width: 29.5138888889vw;
  height: 7.6388888889vw;
  border: solid 4px #000000;
  font-size: 1.6666666667vw;
  line-height: 2.5vw;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4.1666666667vw;
  color: #000000;
  background-color: #D5FF04;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  box-shadow: 10px 10px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn:hover {
  color: #D5FF04;
  background-color: #000000;
  border-color: #D5FF04;
}
.c-btn--pink {
  width: 31.5972222222vw;
  height: 6.9444444444vw;
  margin-bottom: 11.1111111111vw;
  color: #ffffff;
  background-color: #FF0458;
  letter-spacing: 20%;
  font-size: 1.9444444444vw;
  font-weight: 700;
}
.c-btn--pink:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #FF0458;
}

.sp-Only {
  display: none;
}

@media screen and (max-width: 440px) {
  body {
    background-image: url(../img/background/background_sp.webp);
    background-position: top;
    background-size: contain;
    background-repeat: repeat-y;
  }
  .c-scroll {
    display: none;
  }
  .c-scroll::before {
    display: none;
  }
  .c-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5.1282051282vw;
    align-items: center;
  }
  .c-card__wrap {
    width: 89.7435897436vw;
    padding: 7.6923076923vw 7.6923076923vw 5.8974358974vw;
    border: solid 1px #FF0458;
    background-color: #ffffff;
    border-radius: 10.2564102564vw 0px 10.2564102564vw 0;
    color: #FF0458;
    overflow: hidden;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  }
  .c-card__wrap:nth-of-type(n) {
    width: 89.7435897436vw;
    height: -moz-fit-content;
    height: fit-content;
    padding: 7.6923076923vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-card__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 4.1025641026vw;
    gap: 0;
    margin-bottom: 3.8461538462vw;
  }
  .c-card__intro__people {
    width: 51.2820512821vw;
    height: 51.2820512821vw;
    padding-bottom: 0;
    margin-bottom: 3.8461538462vw;
  }
  .c-card__intro__txt span {
    content: "";
    display: block;
    width: 74.358974359vw;
    height: 1px;
    margin: 0;
    margin-bottom: 3.8461538462vw;
  }
  .c-card__intro__h4 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-card__intro__h4 img {
    height: 5.3846153846vw;
    margin-bottom: 1.5384615385vw;
  }
  .c-card__intro__h4 .u-39 {
    height: 4.1025641026vw;
    margin-bottom: 1.5384615385vw;
  }
  .c-card__intro__h4 .u-48 {
    height: 5.1282051282vw;
    margin-bottom: 1.5384615385vw;
  }
  .c-card__intro__h4 p {
    font-size: 3.8461538462vw;
    font-weight: 600;
    margin-bottom: 3.8461538462vw;
  }
  .c-card__intro__profile {
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
    margin-bottom: 0;
  }
  .c-card__intro__profile a::after {
    width: 3.3333333333vw;
    height: 2.8205128205vw;
    margin-left: 1.2820512821vw;
  }
  .c-card__txt {
    width: 100%;
  }
  .c-card__txt__item {
    display: flex;
    align-items: center;
    margin-bottom: 2.5641025641vw;
  }
  .c-card__txt__item img {
    height: 4.358974359vw;
  }
  .c-card__txt__item__span {
    font-size: 3.8461538462vw;
    letter-spacing: 10%;
    padding-left: 1.2820512821vw;
    padding-right: 1.7948717949vw;
  }
  .c-card__txt__item__line {
    width: 49.7435897436vw;
  }
  .c-card__txt__lead {
    font-size: 4.1025641026vw;
    line-height: 6.4102564103vw;
    padding-bottom: 1.7948717949vw;
  }
  .c-card__txt__p {
    font-size: 3.5897435897vw;
    line-height: 5.8974358974vw;
  }
  .c-btn-loop {
    position: fixed;
    width: 100%;
    height: 15.3846153846vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.08em;
    font-weight: 700;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #FF0458;
  }
  .c-btn-loop__item {
    width: 100%;
    text-align: center;
    color: #ffffff;
    gap: 2.5641025641vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: -1.5384615385vw;
    margin-left: 1.2820512821vw;
  }
  .c-btn-loop img {
    width: 8.2051282051vw;
    margin-bottom: 1.0256410256vw;
  }
  .c-btn-loop br {
    display: none;
  }
  .c-btn-loop::after {
    display: none;
  }
  .c-btn-loop span {
    color: #ffffff;
    font-size: 2.5641025641vw;
    letter-spacing: -0.01em;
    font-weight: 400;
    position: absolute;
    bottom: 1.5384615385vw;
    left: 1.2820512821vw;
  }
  .c-btn {
    width: 89.7435897436vw;
    height: 28.2051282051vw;
    font-size: 6.1538461538vw;
    line-height: 9.2307692308vw;
    margin-bottom: 10.2564102564vw;
    box-shadow: 10px 10px #000000;
  }
  .c-btn--pink {
    height: 23.0769230769vw;
    font-size: 6.1538461538vw;
    line-height: 9.2307692308vw;
    letter-spacing: 0.15em;
    margin-bottom: 23.0769230769vw;
  }
  .sp-Only {
    display: block;
  }
  .pc-Only {
    display: none;
  }
}
.p-kv {
  width: 100%;
  height: 56.25vw;
  margin-bottom: 11.8055555556vw;
  position: relative;
}
.p-kv__logo {
  position: absolute;
  top: 2.2916666667vw;
  left: 2.7777777778vw;
}
.p-kv__logo img {
  width: 19.8611111111vw;
}
.p-kv__img {
  text-align: center;
  position: absolute;
  top: 0vw;
  left: 19.7916666667vw;
}
.p-kv__img img {
  width: 60.3472222222vw;
}
.p-kv__item {
  display: flex;
  padding-bottom: 13.75vw;
  justify-content: space-between;
}
.p-kv__item__txt {
  position: absolute;
  left: 2.7777777778vw;
  bottom: 2.5694444444vw;
}
.p-kv__item__txt p {
  font-size: 1.0416666667vw;
  line-height: 2.2222222222vw;
  letter-spacing: 7%;
}
.p-kv__item__txt p:first-of-type {
  padding-bottom: 0.8333333333vw;
}
.p-kv__item__txt p:nth-of-type(2) {
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 17%;
}
.p-kv__item__deadLine {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 14.4444444444vw;
  height: 11.5972222222vw;
  color: #FF0458;
  background-color: #ffffff;
  border: solid 1px #FF0458;
  border-radius: 13px;
  position: absolute;
  bottom: 2.2222222222vw;
  right: 6.1111111111vw;
}
.p-kv__item__deadLine__txt {
  font-size: 1.8055555556vw;
  font-weight: bold;
  letter-spacing: 13%;
  line-height: 1.8055555556vw;
  padding-left: 0.1388888889vw;
  margin-bottom: -2px;
}
.p-kv__item__deadLine__date {
  display: flex;
  align-items: center;
  margin-top: 0.4861111111vw;
}
.p-kv__item__deadLine__date span:first-child {
  font-size: 4.7222222222vw;
  font-weight: 800;
  line-height: 4.7222222222vw;
  letter-spacing: -1%;
  font-family: "Inter", sans-serif;
  padding-left: 0;
}
.p-kv__item__deadLine__date span:nth-child(2) {
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: -3%;
  font-family: "Inter", sans-serif;
  padding-left: 0.4166666667vw;
  margin-top: 0.1388888889vw;
}
.p-kv__item__deadLine__time {
  display: flex;
  align-items: center;
}
.p-kv__item__deadLine__time span:first-child {
  font-size: 3.0555555556vw;
  font-weight: 700;
  letter-spacing: -2%;
  line-height: 3.0555555556vw;
  font-family: "Inter", sans-serif;
}
.p-kv__item__deadLine__time span:nth-child(2) {
  font-size: 1.8055555556vw;
  font-weight: 700;
  padding-left: 0.1388888889vw;
}

@media screen and (max-width: 440px) {
  .p-kv {
    width: 100%;
    height: 193.8461538462vw;
    margin-bottom: 0;
    position: relative;
  }
  .p-kv__logo {
    position: absolute;
    top: 4.358974359vw;
    left: 26.4102564103vw;
  }
  .p-kv__logo img {
    width: 47.4358974359vw;
  }
  .p-kv__img {
    text-align: center;
    position: absolute;
    top: 34.8717948718vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-kv__img img {
    width: 96.1538461538vw;
  }
  .p-kv__item {
    display: flex;
    padding-bottom: 50.7692307692vw;
    justify-content: space-between;
  }
  .p-kv__item__txt {
    position: absolute;
    left: 10.2564102564vw;
    bottom: 12.8205128205vw;
  }
  .p-kv__item__txt p {
    font-size: 3.8461538462vw;
    line-height: 8.2051282051vw;
    letter-spacing: 7%;
  }
  .p-kv__item__txt p:first-of-type {
    padding-bottom: 3.5897435897vw;
  }
  .p-kv__item__txt p:nth-of-type(2) {
    font-size: 4.6153846154vw;
    font-weight: 700;
    letter-spacing: 17%;
  }
  .p-kv__item__deadLine {
    width: 24.1025641026vw;
    height: 19.4871794872vw;
    background-color: #ffffff;
    border-radius: 5px;
    position: absolute;
    bottom: auto;
    top: 98.2051282051vw;
    top: 92.8205128205vw;
    right: 3.8461538462vw;
    padding-top: 2.3076923077vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-kv__item__deadLine__txt {
    font-size: 3.0769230769vw;
    font-weight: bold;
    letter-spacing: 11%;
    line-height: 1;
  }
  .p-kv__item__deadLine__date {
    display: flex;
    align-items: center;
  }
  .p-kv__item__deadLine__date span:first-child {
    font-size: 7.6923076923vw;
    font-weight: 800;
    line-height: 7.6923076923vw;
    letter-spacing: -2%;
    padding-bottom: 0.5128205128vw;
    padding-bottom: 0;
  }
  .p-kv__item__deadLine__date span:nth-child(2) {
    font-size: 2.5641025641vw;
    font-weight: 700;
    letter-spacing: -3%;
    margin-top: 0.7692307692vw;
    padding-left: 0.7692307692vw;
    padding-bottom: 0;
  }
  .p-kv__item__deadLine__time {
    display: flex;
    align-items: center;
    margin-top: -0.2564102564vw;
  }
  .p-kv__item__deadLine__time span:first-child {
    font-size: 5.1282051282vw;
    font-weight: 700;
    letter-spacing: -2%;
    line-height: 5.1282051282vw;
    font-family: "Inter", sans-serif;
  }
  .p-kv__item__deadLine__time span:nth-child(2) {
    padding-top: 0.5128205128vw;
    font-size: 3.0769230769vw;
    font-weight: 700;
  }
}
.p-theme {
  width: 69.4444444444vw;
  height: 69.4444444444vw;
  margin: 0 auto;
  margin-bottom: 6.8055555556vw;
  text-align: center;
  background-image: url(../img/background/theme_background_grid.webp);
  background-size: contain;
  max-width: 100%;
  z-index: -100;
  color: #ffffff;
  position: relative;
}
.p-theme::before {
  content: "";
  width: 30.6944444444vw;
  height: 30.6944444444vw;
  background-image: url(../img/item/theme_img_1.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -2.9166666667vw;
  left: -11.3194444444vw;
}
.p-theme::after {
  content: "";
  width: 30.6944444444vw;
  height: 30.6944444444vw;
  background-image: url(../img/item/theme_img_2.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 5.7638888889vw;
  right: -13.8888888889vw;
}
.p-theme__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 36.6666666667vw;
  width: 38.8888888889vw;
  margin: 0 auto;
  padding: 15.9722222222vw 0 0;
}
.p-theme__h3 {
  margin-bottom: 2.8472222222vw;
}
.p-theme__h3 img {
  width: 10.7638888889vw;
}
.p-theme__p {
  text-align: center;
  font-size: 2.9166666667vw;
  font-weight: 700;
  line-height: 6.2rem;
  letter-spacing: 0.08em;
  padding-bottom: 2.8472222222vw;
}
.p-theme__txt {
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 32px;
  gap: 2.4305555556vw;
  display: flex;
  flex-direction: column;
  text-align: left;
}

@media screen and (max-width: 440px) {
  .p-theme {
    width: 100%;
    height: 165.641025641vw;
    margin: 0 auto;
    margin-bottom: 17.9487179487vw;
    text-align: center;
    background-image: url(../img/background/theme_background_grid_sp.webp);
    background-size: contain;
    max-width: 100%;
    z-index: -100;
    color: #ffffff;
    position: relative;
  }
  .p-theme::before {
    content: "";
    width: 51.7948717949vw;
    height: 51.7948717949vw;
    top: -17.4358974359vw;
    left: -4.1025641026vw;
  }
  .p-theme::after {
    content: "";
    width: 54.6153846154vw;
    height: 46.6666666667vw;
    background-image: url(../img/item/theme_img_2.png);
    bottom: -18.2051282051vw;
    right: -0.5128205128vw;
  }
  .p-theme__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 62.5641025641vw;
    margin: 0 auto;
    padding: 25.641025641vw 0 0;
  }
  .p-theme__h3 {
    width: 23.5897435897vw;
    height: auto;
    margin-bottom: 6.4102564103vw;
  }
  .p-theme__h3 img {
    width: 39.7435897436vw;
  }
  .p-theme__p {
    font-size: 5.1282051282vw;
    line-height: 7.1794871795vw;
    padding-bottom: 4.1025641026vw;
  }
  .p-theme__txt {
    font-size: 3.5897435897vw;
    letter-spacing: 0.01em;
    line-height: 5.641025641vw;
    gap: 6.1538461538vw;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
.p-judges {
  width: 86.1111111111vw;
  margin: 0 auto;
  margin-bottom: 9.0277777778vw;
}
.p-judges__h3 {
  margin: 0 auto 4.8611111111vw;
}
.p-judges__h3 img {
  width: 12.2916666667vw;
  padding-bottom: 0.8333333333vw;
}
.p-judges__h3 p {
  font-size: 1.0416666667vw;
  font-weight: 700;
  letter-spacing: 10%;
  color: #FF0458;
}

@media screen and (max-width: 440px) {
  .p-judges {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 23.0769230769vw;
  }
  .p-judges__h3 {
    margin: 0 auto 7.6923076923vw;
  }
  .p-judges__h3 img {
    width: 26.4102564103vw;
    padding-bottom: 3.0769230769vw;
  }
  .p-judges__h3 p {
    font-size: 3.8461538462vw;
  }
}
.p-outline {
  margin: 0 auto;
  font-size: 1.0416666667vw;
  color: #ffffff;
  padding: 5vw 0vw 6.9444444444vw;
  position: relative;
  background-image: url(../img/background/bg_outline.webp);
  background-color: #404040;
  background-size: cover;
  background-position: top;
}
.p-outline__wrap {
  width: 57.2222222222vw;
  margin: 0 auto;
  font-size: 1.0416666667vw;
}
.p-outline__p {
  padding-bottom: 2.0833333333vw;
  line-height: 2.9166666667vw;
}
.p-outline__p:first-of-type {
  line-height: 1;
}
.p-outline__result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 57.2222222222vw;
  height: 6.9444444444vw;
  font-size: 1.6666666667vw;
  line-height: 2.5vw;
  font-weight: 700;
  text-align: center;
  border: solid 2px #ffffff;
  margin-bottom: 1.5277777778vw;
  padding: 1.3888888889vw 0;
}
.p-outline__h3 {
  padding-bottom: 3.125vw;
}
.p-outline__h3 img {
  width: 13.4722222222vw;
  padding-bottom: 1.5277777778vw;
}
.p-outline__h3 p {
  color: #ffffff;
  letter-spacing: 10%;
  font-size: 1.0416666667vw;
}
.p-outline__txt {
  font-size: 0.9722222222vw;
  line-height: 1.6666666667vw;
}
.p-outline__txt__ul li {
  font-size: 0.9722222222vw;
  line-height: 1.6666666667vw;
}
.p-outline__txt__attention {
  font-size: 0.9722222222vw;
  line-height: 1;
  letter-spacing: 10%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.8055555556vw;
}
.p-outline__txt__attention span {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.p-outline__txt__attention p {
  padding: 1.0416666667vw 0vw;
}

@media screen and (max-width: 440px) {
  .p-outline {
    margin: 0 auto;
    font-size: 3.8461538462vw;
    background-image: none;
    background-color: #404040;
    color: #ffffff;
    padding: 13.3333333333vw 0vw 11.2820512821vw;
  }
  .p-outline__wrap {
    width: 89.7435897436vw;
    margin: 0 auto;
    font-size: 3.3333333333vw;
  }
  .p-outline__h3 {
    padding-bottom: 4.1025641026vw;
  }
  .p-outline__h3 img {
    width: 28.4615384615vw;
    padding-bottom: 2.8205128205vw;
  }
  .p-outline__h3 p {
    font-size: 3.8461538462vw;
    line-height: 7.6923076923vw;
    color: #ffffff;
    letter-spacing: 10%;
  }
  .p-outline__p {
    font-size: 3.8461538462vw;
    line-height: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
  .p-outline__p:first-of-type {
    line-height: 7.6923076923vw;
  }
  .p-outline__p--size {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    padding-bottom: 3.8461538462vw;
  }
  .p-outline__result {
    width: 89.7435897436vw;
    height: 25.641025641vw;
    font-size: 4.6153846154vw;
    line-height: 7.1794871795vw;
    font-weight: 700;
    text-align: center;
    border: solid 2px #ffffff;
    padding: 5.641025641vw 0vw;
    margin-bottom: 5.1282051282vw;
  }
  .p-outline__txt {
    font-size: 3.3333333333vw;
    line-height: 5.3846153846vw;
  }
  .p-outline__txt p {
    font-size: 3.3333333333vw;
    line-height: 5.3846153846vw;
  }
  .p-outline__txt__ul li {
    font-size: 3.3333333333vw;
    line-height: 5.3846153846vw;
  }
  .p-outline__txt__attention {
    margin-bottom: 3.8461538462vw;
  }
  .p-outline__txt__attention p {
    font-size: 3.5897435897vw;
    letter-spacing: 10%;
    line-height: 3.5897435897vw;
    padding: 3.8461538462vw 0vw;
  }
  .p-outline__txt__attention span {
    width: 100%;
  }
}
.p-apply {
  width: 57.2222222222vw;
  margin: 0 auto;
  margin-top: 5.5555555556vw;
  font-size: 1.0416666667vw;
}
.p-apply__h3 {
  padding-bottom: 2.7777777778vw;
}
.p-apply__h3 img {
  width: 23.6805555556vw;
  padding-bottom: 0.6944444444vw;
}
.p-apply__h3 p {
  color: #FF0458;
  font-size: 1.0416666667vw;
  letter-spacing: 10%;
}
.p-apply__p {
  line-height: 2.2222222222vw;
  padding-bottom: 1.3888888889vw;
}
.p-apply__txt {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.8055555556vw;
  border: solid 2px #000000;
  padding: 1.0416666667vw 0;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 3.4722222222vw;
}
.p-apply__txt__ul {
  list-style: disc;
}
.p-apply__rimit {
  font-size: 1.3888888889vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 50%;
  color: #ffffff;
  background-color: #FF0458;
  text-align: center;
  padding: 1.0416666667vw 0 1.0416666667vw;
  margin-bottom: 2.5694444444vw;
}
.p-apply__date {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.3611111111vw;
}
.p-apply__date span:nth-child(1n) {
  font-size: 5vw;
  font-weight: 800;
  letter-spacing: 0;
}
.p-apply__date span:nth-child(2n) {
  font-size: 2.2222222222vw;
  font-weight: 700;
  padding-left: 0.4166666667vw;
}
.p-apply__item {
  width: 57.2222222222vw;
  gap: 2.3611111111vw;
  display: flex;
  padding-bottom: 4.5833333333vw;
  justify-content: center;
}
.p-apply__item__case {
  width: 27.4305555556vw;
  font-size: 0.9722222222vw;
  letter-spacing: -1%;
  line-height: 1.6666666667vw;
}
.p-apply__item__case p {
  font-size: 0.9722222222vw;
  line-height: 1;
  font-weight: 700;
  border: solid 2px #000000;
  padding: 0.8333333333vw 0 0.6944444444vw;
  margin-bottom: 0.9027777778vw;
  letter-spacing: 20%;
  text-align: center;
}
.p-apply__item__case ul {
  list-style: none;
  margin-left: 0.2777777778vw;
}

@media screen and (max-width: 440px) {
  .p-apply {
    width: 89.7435897436vw;
    margin: 0 auto;
    margin-top: 12.8205128205vw;
    font-size: 3.8461538462vw;
  }
  .p-apply__h3 {
    padding-bottom: 5.641025641vw;
  }
  .p-apply__h3 img {
    width: 50.5128205128vw;
    padding-bottom: 2.5641025641vw;
  }
  .p-apply__h3 p {
    color: #FF0458;
    font-size: 3.8461538462vw;
    letter-spacing: 10%;
  }
  .p-apply__p {
    line-height: 7.6923076923vw;
    padding-bottom: 4.8717948718vw;
  }
  .p-apply__txt {
    font-size: 4.6153846154vw;
    line-height: 6.6666666667vw;
    padding: 3.8461538462vw 0;
    margin-bottom: 12.5641025641vw;
  }
  .p-apply__rimit {
    font-size: 4.6153846154vw;
    padding: 4.1025641026vw 0 4.1025641026vw;
    margin-bottom: 9.7435897436vw;
  }
  .p-apply__date {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8.7179487179vw;
  }
  .p-apply__date span:nth-child(1) {
    font-size: 14.8717948718vw;
    letter-spacing: -2%;
  }
  .p-apply__date span:nth-child(2) {
    font-size: 6.1538461538vw;
    letter-spacing: -2%;
  }
  .p-apply__date span:nth-child(3) {
    font-size: 12.3076923077vw;
    letter-spacing: -2%;
  }
  .p-apply__date span:nth-child(4) {
    font-size: 6.1538461538vw;
    letter-spacing: -4%;
  }
  .p-apply__item {
    width: 89.7435897436vw;
    gap: 6.1538461538vw;
    flex-direction: column;
    padding-bottom: 11.7948717949vw;
    justify-content: center;
  }
  .p-apply__item__case {
    width: 89.7435897436vw;
    font-size: 3.3333333333vw;
    letter-spacing: -1%;
    line-height: 5.3846153846vw;
  }
  .p-apply__item__case p:first-child {
    font-size: 3.5897435897vw;
    font-weight: 700;
    border: solid 2px #000000;
    padding: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
    letter-spacing: 20%;
    text-align: center;
  }
  .p-apply__item__case ul {
    list-style: none;
  }
  .p-apply__item__case ul li {
    font-size: 3.3333333333vw;
    line-height: 5.3846153846vw;
    letter-spacing: -2%;
  }
}
.p-gift {
  display: flex;
  margin: 0 auto;
  gap: 2.7777777778vw;
  background-image: url(../img/background/rewards_background.webp);
  background-size: contain;
  background-position: center;
  padding: 4.1666666667vw 6.9444444444vw;
  overflow: hidden;
}
.p-gift__wrap {
  width: 41.6666666667vw;
  height: 52.9861111111vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 1px #FF0458;
  color: #ffffff;
  position: relative;
  padding-top: 2.9166666667vw;
  padding: 2.9166666667vw 3.9930555556vw 0;
}
.p-gift__wrap--item {
  padding: 2.9166666667vw 2.2222222222vw 0;
}
.p-gift__prizes {
  padding-bottom: 2.7777777778vw;
}
.p-gift__prizes img {
  width: 12.0833333333vw;
  padding-bottom: 0.7638888889vw;
}
.p-gift__prizes p {
  font-size: 1.0416666667vw;
  color: #FF0458;
  letter-spacing: 10%;
}
.p-gift__award {
  display: flex;
  width: 31.8055555556vw;
  height: 2.7777777778vw;
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  margin-bottom: 1.7361111111vw;
}
.p-gift__award span {
  display: flex;
  font-size: 1.25vw;
  align-items: center;
  justify-content: center;
}
.p-gift__award span:first-child {
  width: 15.9027777778vw;
  background-color: #FF0458;
  letter-spacing: 50%;
}
.p-gift__award span:nth-child(2) {
  width: 15.9027777778vw;
  background-color: #ffffff;
  color: #FF0458;
}
.p-gift__award--yellow span:first-child {
  background-color: #D5FF04;
  letter-spacing: normal;
  color: #000000;
}
.p-gift__award--yellow span:nth-child(2) {
  color: #000000;
}
.p-gift__p {
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  padding-bottom: 1.3888888889vw;
}
.p-gift__p img {
  width: 24.8611111111vw;
}
.p-gift__tablet {
  gap: 2.7083333333vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.p-gift__tablet__campany {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8333333333vw;
}
.p-gift__tablet__campany span {
  font-size: 1.25vw;
  line-height: 1;
}
.p-gift__tablet__campany img {
  width: 5.6944444444vw;
  height: auto;
}
.p-gift__tablet__prize {
  width: 20.6944444444vw;
  height: auto;
  border-radius: 0.6944444444vw;
}
.p-gift__giftCard {
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.3888888889vw;
}
.p-gift__giftCard__span {
  margin-top: 0.6944444444vw;
}
.p-gift__giftCard__span span:first-of-type {
  font-size: 2.7777777778vw;
  font-weight: 600;
}
.p-gift__giftCard__span span:nth-of-type(2) {
  font-size: 4.4444444444vw;
  font-weight: 700;
}
.p-gift__txt {
  font-size: 1.0416666667vw;
  line-height: 2.2222222222vw;
  letter-spacing: -1%;
  padding-bottom: 1.3888888889vw;
}
.p-gift__rewards {
  padding-bottom: 2.2222222222vw;
}
.p-gift__rewards img {
  width: 15.7638888889vw;
  padding-bottom: 1.4583333333vw;
}
.p-gift__rewards p {
  font-size: 1.0416666667vw;
  color: #FF0458;
  letter-spacing: 10%;
}
.p-gift__pc img {
  width: 52.2222222222vw;
  width: 50.6944444444vw;
  position: absolute;
  bottom: -7.7777777778vw;
  bottom: -5.2083333333vw;
  left: -5.9027777778vw;
  left: -2.1527777778vw;
  z-index: 10;
}
.p-gift__sp {
  display: none;
}

@media screen and (max-width: 440px) {
  .p-gift {
    flex-direction: column;
    gap: 5.1282051282vw;
    background-image: none;
    padding: 0vw 2.5641025641vw 20.5128205128vw;
  }
  .p-gift__p {
    font-size: 4.6153846154vw;
    line-height: 1.25;
    padding-bottom: 4.6153846154vw;
  }
  .p-gift__wrap {
    width: 94.8717948718vw;
    min-height: 170.7692307692vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background-color: rgb(0, 0, 0);
    border: solid 1px #FF0458;
    color: #ffffff;
    padding: 10.2564102564vw 5.1282051282vw 10.2564102564vw;
    position: relative;
  }
  .p-gift__prizes {
    padding-bottom: 5.1282051282vw;
  }
  .p-gift__prizes img {
    width: 25.641025641vw;
    padding-bottom: 2.5641025641vw;
  }
  .p-gift__prizes p {
    font-size: 3.8461538462vw;
  }
  .p-gift__award {
    display: flex;
    flex-direction: column;
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
    width: 58.7179487179vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-gift__award span {
    font-size: 4.6153846154vw;
  }
  .p-gift__award span:first-child {
    width: 58.7179487179vw;
    padding: 3.0769230769vw 0vw 2.8205128205vw;
  }
  .p-gift__award span:nth-child(2) {
    width: 58.7179487179vw;
    padding: 2.8205128205vw 0vw 3.0769230769vw;
  }
  .p-gift__award--yellow span:first-child {
    background-color: #D5FF04;
    color: #000000;
  }
  .p-gift__award--yellow span:nth-child(2) {
    color: #000000;
  }
  .p-gift__giftCard {
    font-size: 4.6153846154vw;
    padding-bottom: 5.8974358974vw;
  }
  .p-gift__giftCard__span {
    margin-top: 1.7948717949vw;
  }
  .p-gift__giftCard span:first-of-type {
    font-size: 10.2564102564vw;
  }
  .p-gift__giftCard span:nth-of-type(2) {
    font-size: 16.4102564103vw;
  }
  .p-gift__p p {
    font-size: 4.6153846154vw;
    padding-bottom: 3.3333333333vw;
  }
  .p-gift__p img {
    width: 84.6153846154vw;
  }
  .p-gift__txt {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    letter-spacing: -1%;
    padding-bottom: 7.4358974359vw;
  }
  .p-gift__txt--rewards {
    padding-bottom: 4.8717948718vw;
  }
  .p-gift__rewards {
    padding-bottom: 6.4102564103vw;
  }
  .p-gift__rewards img {
    width: 33.3333333333vw;
    padding-bottom: 4.1025641026vw;
  }
  .p-gift__rewards p {
    font-size: 3.8461538462vw;
    color: #FF0458;
    letter-spacing: 10%;
  }
  .p-gift--item {
    height: 170.7692307692vw;
    padding: 10.5128205128vw 5.1282051282vw 0vw;
  }
  .p-gift__pc img {
    display: none;
    width: 192.8205128205vw;
    position: absolute;
    bottom: -19.4871794872vw;
    right: -26.6666666667vw;
    z-index: 10;
  }
  .p-gift__sp {
    display: block;
    position: absolute;
    bottom: -3.8461538462vw;
    left: 3.8461538462vw;
    z-index: 10;
  }
  .p-gift__sp img {
    width: 100.2564102564vw;
    width: 93.3333333333vw;
  }
  .p-gift__tablet {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 6.1538461538vw;
  }
  .p-gift__tablet__campany span {
    font-size: 3.8461538462vw;
    line-height: 1.25;
  }
  .p-gift__tablet__campany img {
    width: 38.4615384615vw;
  }
  .p-gift__tablet__prize {
    width: 100%;
    height: auto;
    border-radius: 2.5641025641vw;
  }
}
.p-lastTime {
  background-color: #FF0458;
  padding: 5vw 0vw 5.4166666667vw;
}
.p-lastTime__h3 {
  padding-bottom: 2.7777777778vw;
}
.p-lastTime__h3 img {
  width: 15.9027777778vw;
  padding-bottom: 1.4583333333vw;
}
.p-lastTime__h3 p {
  font-size: 1.0416666667vw;
  color: #ffffff;
  letter-spacing: 10%;
}
.p-lastTime__movie {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73.8194444444vw;
  gap: 2.7083333333vw;
  margin: 0 auto;
}
.p-lastTime__movie iframe {
  width: 35.5555555556vw;
  height: 20vw;
  border-radius: 0.9881944444vw;
}

@media screen and (max-width: 440px) {
  .p-lastTime {
    background-color: #FF0458;
    padding: 12.8205128205vw 0vw 10.7692307692vw;
  }
  .p-lastTime__h3 {
    padding-bottom: 7.4358974359vw;
  }
  .p-lastTime__h3 img {
    width: 33.8461538462vw;
    padding-bottom: 4.1025641026vw;
  }
  .p-lastTime__h3 p {
    font-size: 3.8461538462vw;
  }
  .p-lastTime__movie {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 84.6153846154vw;
    gap: 5.1282051282vw;
  }
  .p-lastTime__movie iframe {
    width: 100%;
    height: 47.5897435897vw;
    border-radius: 3.6487179487vw;
  }
  .p-lastTime__movie img {
    width: 84.6153846154vw;
  }
}
/* SCSSのロジックを再現したスタイル設定 */
.canvas-container {
  width: 100%;
  height: 56.25vw;
  /* PCサイズ */
  position: relative;
  overflow: hidden;
  background-color: transparent;
  /* 背景を透明化 */
  cursor: crosshair;
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: visible;
}

/* max-width: 440px のメディアクエリ */
@media screen and (max-width: 440px) {
  .canvas-container {
    height: 194.1025641026vw;
    /* SPサイズ */
  }
}/*# sourceMappingURL=style.css.map */