html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

.u-spOnly {
  display: none;
}

.p-container {
  width: 100%;
  height: auto;
  display: flex;
}

.p-inner {
  max-width: 28.125vw;
  margin: 0 auto;
}

.c-title {
  margin-bottom: 3.4722222222vw;
  text-align: center;
}
.c-title--black {
  color: #000;
}
.c-title__en {
  font-family: "Inter";
  font-weight: bold;
  font-size: 2.2222222222vw;
  margin-bottom: 1.0416666667vw;
}
.c-title__jp {
  font-weight: bold;
  font-size: 1.25vw;
}

.c-text {
  font-size: 0.9722222222vw;
  line-height: 1.6666666667vw;
}
.c-text--black {
  color: #000;
}

.c-note {
  font-size: 0.9722222222vw;
  line-height: 1.6666666667vw;
  letter-spacing: -0.0069444444vw;
}
.c-note--black {
  color: #000;
}

.c-miniTitle {
  margin-bottom: 1.5277777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9722222222vw;
  letter-spacing: 0.4861111111vw;
  width: 100%;
  height: 2.7777777778vw;
  border: 2px solid #fff;
}
.c-miniTitle--black {
  color: #000;
  border: 2px solid #000;
  margin-top: 2.0833333333vw;
}

.c-btn {
  display: block;
  width: 100%;
  height: 6.9444444444vw;
  background-color: #FBFF00;
  color: #000;
  border: 0.2777777778vw solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6666666667vw;
  line-height: 2.0833333333vw;
  font-weight: bold;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #000000;
  margin-top: 2.0833333333vw;
  margin-bottom: 5.5555555556vw;
}
.c-btn--green {
  background-color: #00FF11;
}

@keyframes glitch-blink {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }
  8% {
    opacity: 0.8;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 0.8;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 0.5;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 0.1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.u-blink-effect {
  opacity: 0;
}
.u-blink-effect.is-animated {
  animation: glitch-blink 1s linear forwards;
  animation-delay: 0.3s;
}

.p-frame__class .u-blink-effect.is-animated {
  animation-delay: 0s;
}

@media screen and (max-width: 440px) {
  .u-spOnly {
    display: block;
  }
  .u-pcOnly {
    display: none;
  }
  .p-container {
    width: 100%;
    height: auto;
    display: block;
  }
  .p-inner {
    max-width: 90.9090909091vw;
  }
  .c-title {
    margin-bottom: 9.0909090909vw;
  }
  .c-title__en {
    font-size: 7.2727272727vw;
    margin-bottom: 3.4090909091vw;
  }
  .c-title__jp {
    font-size: 4.0909090909vw;
  }
  .c-text {
    font-size: 3.1818181818vw;
    line-height: 5.4545454545vw;
  }
  .c-note {
    font-size: 3.1818181818vw;
    line-height: 5.4545454545vw;
    letter-spacing: -0.0227272727vw;
  }
  .c-miniTitle {
    margin-bottom: 5vw;
    font-size: 3.1818181818vw;
    letter-spacing: 1.5909090909vw;
    height: 9.0909090909vw;
    border: 2px solid #fff;
  }
  .c-miniTitle--black {
    border: 2px solid #000;
    margin-top: 6.8181818182vw;
  }
  .c-btn {
    height: 22.7272727273vw;
    border: 0.9090909091vw solid #000;
    font-size: 5.4545454545vw;
    line-height: 6.8181818182vw;
    box-shadow: 10px 10px 0px 0px #000000;
    margin-top: 6.8181818182vw;
    margin-bottom: 11.3636363636vw;
  }
}
.p-topContainer {
  width: 100%;
  height: 123.0555555556vw;
  background-image: url(../img/bg_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-fix {
  position: fixed;
  bottom: 1.3888888889vw;
  right: 1.3888888889vw;
  z-index: 1000;
}

.p-applyBtn {
  display: block;
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  border-radius: 50%;
  background-color: #00FF11;
  text-align: center;
  position: relative;
}
.p-applyBtn__inner {
  position: absolute;
  font-size: 1.0416666667vw;
  line-height: 1.5277777778vw;
  color: #000;
  font-weight: bold;
  top: 2.7777777778vw;
  left: 2.3611111111vw;
}
.p-applyBtn::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn_hand.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.9166666667vw;
  height: 2.2916666667vw;
  bottom: 2.4305555556vw;
  left: 4.1666666667vw;
}
.p-applyBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn_english.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 9.9305555556vw;
  height: 9.9305555556vw;
  top: 5%;
  left: 5%;
  animation: rotateAnimation 20s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-kv {
  width: 100%;
  height: 62.0138888889vw;
}
.p-kv__inner {
  padding-top: 5.4166666667vw;
}
.p-kv__title {
  width: 28.4722222222vw;
  margin: 0 auto;
}
.p-kv__title img {
  width: 100%;
}
.p-kv__subTitle {
  width: 73.6111111111vw;
  margin: 0 auto;
  padding-top: 5.8333333333vw;
}
.p-kv__subTitle img {
  width: 100%;
}
.p-kv__scroll {
  text-align: center;
  font-family: "Barlow";
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0.125vw;
  padding-top: 6.4583333333vw;
  padding-bottom: 1.3888888889vw;
  position: relative;
}
.p-kv__scroll::before {
  display: block;
  content: "";
  width: 2.5694444444vw;
  height: 2.5694444444vw;
  border: 0;
  border-bottom: 0.2083333333vw solid #fff;
  border-right: 0.2083333333vw solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: rotate(45deg) translateX(-70%);
  margin: auto;
}

@media screen and (max-width: 440px) {
  .p-topContainer {
    height: 312.9545454545vw;
    background-image: url(../img/bg_top_sp.jpg);
  }
  .p-fix {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .p-applyBtn {
    width: 100%;
    height: 13.6363636364vw;
    border-radius: 0;
    overflow: hidden;
    display: flex;
  }
  .p-applyBtn__inner {
    position: absolute;
    letter-spacing: 0.3181818182vw;
    font-size: 4.0909090909vw;
    line-height: 4.0909090909vw;
    top: 3.8636363636vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-applyBtn::before {
    width: 7.2727272727vw;
    height: 5.6818181818vw;
    bottom: 5.2272727273vw;
    left: 73.8636363636vw;
  }
  .p-applyBtn::after {
    content: "Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest. Enter a Contest.";
    font-family: "Inter";
    font-size: 2.2727272727vw;
    background-image: none;
    width: 100%;
    height: 2.2727272727vw;
    top: unset;
    bottom: 0.9090909091vw;
    left: 0;
    flex-shrink: 0;
    white-space: nowrap;
    animation: scroll-left 10s linear infinite;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .p-kv {
    height: 150.6818181818vw;
  }
  .p-kv__inner {
    padding-top: 40.2272727273vw;
  }
  .p-kv__title {
    width: 60vw;
  }
  .p-kv__subTitle {
    width: 86.3636363636vw;
    padding-top: 9.5454545455vw;
  }
  .p-kv__scroll {
    font-size: 3.6363636364vw;
    letter-spacing: 0.3636363636vw;
    padding-top: 30vw;
    padding-bottom: 2.2727272727vw;
  }
  .p-kv__scroll::before {
    width: 5.6818181818vw;
    height: 5.6818181818vw;
    border-bottom: 0.6818181818vw solid #fff;
    border-right: 0.6818181818vw solid #fff;
  }
}
.p-summary {
  background-color: rgba(0, 0, 0, 0.5019607843);
  width: 59.0277777778vw;
  margin: 0 auto;
  text-align: center;
  padding: 4.8611111111vw 0 8.0555555556vw;
}
.p-summary__title {
  font-size: 1.6666666667vw;
  font-weight: bold;
  letter-spacing: 0.5vw;
  margin-bottom: 3.75vw;
}
.p-summary__logo {
  width: 29.0277777778vw;
  margin: 0 auto;
  margin-bottom: 2.0833333333vw;
}
.p-summary__logo img {
  width: 100%;
}
.p-summary__subTitle {
  font-size: 1.9444444444vw;
  font-weight: bold;
  letter-spacing: 0.7777777778vw;
  margin-bottom: 4.8611111111vw;
}
.p-summary__text {
  font-size: 1.25vw;
  line-height: 2.3611111111vw;
  font-weight: bold;
  letter-spacing: 0.0625vw;
}

@media screen and (max-width: 440px) {
  .p-summary {
    width: 100%;
    padding: 11.3636363636vw 0 15.9090909091vw;
  }
  .p-summary__title {
    font-size: 4.5454545455vw;
    letter-spacing: 1.3636363636vw;
    margin-bottom: 7.9545454545vw;
  }
  .p-summary__logo {
    width: 79.5454545455vw;
    margin-bottom: 8.6363636364vw;
  }
  .p-summary__subTitle {
    font-size: 5vw;
    line-height: 8.1818181818vw;
    letter-spacing: 2vw;
    margin-bottom: 9.0909090909vw;
  }
  .p-summary__text {
    font-size: 3.1818181818vw;
    line-height: 5.9090909091vw;
    letter-spacing: 0.2045454545vw;
  }
}
.p-judgeSection {
  width: 100%;
  height: 68.0555555556vw;
  background-image: url(../img/bg_judge.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-judgeSection::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13.1944444444vw;
  height: 129.0277777778vw;
  background-image: url(../img/blue_logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 1.3888888889vw;
  mix-blend-mode: screen;
}

.p-judge {
  background-color: rgba(0, 0, 0, 0.9019607843);
  width: 59.0277777778vw;
  height: 69.0972222222vw;
  margin: 0 auto;
  padding: 6.25vw 4.1666666667vw 5.5555555556vw 4.5138888889vw;
}

.p-card {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  flex: 1;
}
.p-card.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: translateY(0);
}
.p-card__detail {
  display: flex;
  gap: 1.7361111111vw;
  align-items: start;
  margin-bottom: 2.4305555556vw;
}
.p-card__detail__left img {
  margin-top: 0.3472222222vw;
  width: 15.4166666667vw;
  height: auto;
  box-shadow: 0px 0px 0px 0.2777777778vw rgb(0, 0, 0), 0px 0px 0px 0.3472222222vw rgb(255, 255, 255);
}
.p-card__detail__right {
  width: 14.4444444444vw;
}
.p-card__name {
  margin-bottom: 0.8333333333vw;
}
.p-card__name__en {
  font-family: "Inter";
  font-weight: bold;
  font-size: 1.6666666667vw;
  letter-spacing: 0.0833333333vw;
  margin-bottom: 0.7638888889vw;
}
.p-card__name__jp {
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0.0833333333vw;
}
.p-card__text {
  font-size: 0.9722222222vw;
  line-height: 1.5277777778vw;
}
.p-card__text a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.p-card__criteria {
  color: #A9BFFF;
  width: 32.9861111111vw;
}
.p-card__criteria__title {
  font-size: 1.1111111111vw;
  letter-spacing: 0.5555555556vw;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.0416666667vw;
}
.p-card__criteria__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  border-top: 1px solid #A9BFFF;
  width: 23.8194444444vw;
  top: 50%;
  transform: translateY(-50%);
  left: 9.1666666667vw;
}
.p-card__criteria__main {
  font-size: 1.3888888889vw;
  line-height: 2.0833333333vw;
  margin-bottom: 0.8333333333vw;
}
.p-card__criteria__text {
  font-size: 0.9722222222vw;
  line-height: 1.5972222222vw;
}

.p-tab {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2.7777777778vw;
  position: relative;
}
.p-tab__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0416666667vw;
}
.p-tab__list.is-selecting .p-tab__list__item:not(.is-active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2158FF;
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 1;
}
.p-tab__list.is-selecting .p-tab__list__item.is-active {
  z-index: 2;
}
.p-tab__list__item {
  width: 6.5972222222vw;
  height: 6.5972222222vw;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.p-tab__list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 440px) {
  .p-judgeSection {
    height: 329.5454545455vw;
    background-image: url(../img/bg_judge_sp.jpg);
    padding: 5.2272727273vw 0 6.8181818182vw;
  }
  .p-judgeSection::before {
    width: 11.3636363636vw;
    height: 111.1363636364vw;
    bottom: unset;
    top: 0;
    left: 0;
  }
  .p-judge {
    width: 90.9090909091vw;
    height: 317.0454545455vw;
    padding: 11.3636363636vw 5.6818181818vw 13.6363636364vw 5.6818181818vw;
  }
  .p-card {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
    flex: 1;
  }
  .p-card__detail {
    display: block;
    margin-bottom: 6.8181818182vw;
  }
  .p-card__detail__left {
    margin-bottom: 7.9545454545vw;
    margin-left: 14.3181818182vw;
  }
  .p-card__detail__left img {
    margin-top: 0;
    width: 50.4545454545vw;
    box-shadow: 0px 0px 0px 0.9090909091vw rgb(0, 0, 0), 0px 0px 0px 1.1363636364vw rgb(255, 255, 255);
  }
  .p-card__detail__right {
    width: 100%;
  }
  .p-card__name {
    margin-bottom: 4.5454545455vw;
    text-align: center;
  }
  .p-card__name__en {
    font-size: 5.4545454545vw;
    letter-spacing: 0.2727272727vw;
    margin-bottom: 2.5vw;
  }
  .p-card__name__jp {
    font-size: 4.0909090909vw;
    letter-spacing: 0.2727272727vw;
  }
  .p-card__text {
    font-size: 3.1818181818vw;
    line-height: 5vw;
  }
  .p-card__criteria {
    width: 100%;
    margin-bottom: 9.0909090909vw;
  }
  .p-card__criteria__title {
    font-size: 3.6363636364vw;
    letter-spacing: 1.8181818182vw;
    margin-bottom: 4.5454545455vw;
  }
  .p-card__criteria__title::before {
    width: 50vw;
    left: 28.4090909091vw;
  }
  .p-card__criteria__main {
    font-size: 3.6363636364vw;
    line-height: 5.9090909091vw;
    margin-bottom: 5.4545454545vw;
  }
  .p-card__criteria__text {
    font-size: 3.1818181818vw;
    line-height: 5.2272727273vw;
  }
  .p-tab {
    display: block;
    position: relative;
  }
  .p-tab__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.9545454545vw;
  }
  .p-tab__list__item {
    width: 17.0454545455vw;
    height: 17.0454545455vw;
  }
}
.p-outline {
  background-color: #2158FF;
  width: 50%;
  padding: 4.1666666667vw 0 6.9444444444vw;
  position: relative;
}
.p-outline::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/pink_logo.png);
  width: 9.0277777778vw;
  height: 87.6388888889vw;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 90%;
  mix-blend-mode: screen;
  z-index: 2;
}
.p-outline__box {
  width: 100%;
  border: 0.1388888889vw solid #fff;
  padding: 0.8333333333vw 0 1.1111111111vw;
  margin: 1.8055555556vw 0 1.8055555556vw;
}
.p-outline__box__text {
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.8055555556vw;
  font-weight: bold;
}

@media screen and (max-width: 440px) {
  .p-outline {
    width: 100%;
    padding: 13.6363636364vw 0 13.6363636364vw;
  }
  .p-outline::before {
    background-image: url(../img/pink_logo_sp.png);
    width: 100%;
    height: 11.3636363636vw;
    top: unset;
    bottom: -6.3636363636vw;
    left: 0;
  }
  .p-outline__box {
    border: 0.4545454545vw solid #fff;
    padding: 2.7272727273vw 0 3.6363636364vw;
    margin: 4.5454545455vw 0 5.2272727273vw;
  }
  .p-outline__box__text {
    font-size: 4.0909090909vw;
    line-height: 5.9090909091vw;
  }
}
.p-apply {
  background-color: #C9D0DD;
  width: 50%;
  padding: 4.1666666667vw 0 6.4583333333vw;
  z-index: 1;
}
.p-apply__box {
  width: 100%;
  padding: 1.0416666667vw 1.3888888889vw;
  border: 2px solid #000;
  margin-top: 2.0833333333vw;
  margin-bottom: 2.9861111111vw;
}
.p-apply__box__text {
  color: #000;
  font-size: 1.25vw;
  line-height: 1.8055555556vw;
  font-weight: bold;
}
.p-apply__deadLine {
  background-color: #000;
  width: 100%;
  padding: 0.7638888889vw 0 1.0416666667vw;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0.4166666667vw;
  margin-bottom: 1.0416666667vw;
}
.p-apply__date {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-size: 4.4444444444vw;
  font-weight: bold;
}
.p-apply__date span {
  display: block;
  font-weight: 100;
}
.p-apply__date__week {
  font-size: 2.2222222222vw;
  font-weight: bold !important;
  padding-left: 0.6944444444vw;
}

@media screen and (max-width: 440px) {
  .p-apply {
    width: 100%;
    padding: 13.6363636364vw 0 18.1818181818vw;
  }
  .p-apply__box {
    padding: 3.4090909091vw 3.6363636364vw;
    margin-top: 6.8181818182vw;
    margin-bottom: 6.8181818182vw;
  }
  .p-apply__box__text {
    font-size: 4.0909090909vw;
    line-height: 5.9090909091vw;
  }
  .p-apply__deadLine {
    padding: 2.5vw 0 3.4090909091vw;
    font-size: 4.0909090909vw;
    letter-spacing: 1.3636363636vw;
    margin-bottom: 3.4090909091vw;
  }
  .p-apply__date {
    font-size: 14.5454545455vw;
  }
  .p-apply__date__week {
    font-size: 7.2727272727vw;
    padding-left: 2.2727272727vw;
  }
}
.p-frame {
  width: 100%;
  height: 37.5vw;
  background-image: url(../img/bg_train.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-frame__class {
  position: absolute;
  width: 90.4166666667vw;
  height: 24.0277777778vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-frame__class img {
  width: 100%;
}

@media screen and (max-width: 440px) {
  .p-frame {
    width: 100%;
    height: 136.3636363636vw;
    background-image: url(../img/bg_train_sp.jpg);
  }
  .p-frame__class {
    width: 31.5909090909vw;
    height: 118.4090909091vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-prizeLeft {
  width: 50%;
  height: 61.4583333333vw;
  background-image: url(../img/bg_prize_left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-prizeLeft::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/white_logo.png);
  width: 67.2222222222vw;
  height: 24.7916666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  mix-blend-mode: exclusion;
}

.p-prize {
  width: 50%;
  padding: 4.1666666667vw 0 5.5555555556vw;
  height: 61.4583333333vw;
  background-image: url(../img/bg_prize_right.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-prize__tag {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.7777777778vw;
  overflow: hidden;
  margin-bottom: 1.7361111111vw;
}
.p-prize__tag__left {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #2158FF;
  flex-basis: 50%;
  height: 100%;
  padding: 0 2.6388888889vw;
  font-weight: bold;
  font-size: 1.25vw;
  letter-spacing: 0.4861111111vw;
}
.p-prize__tag__left--gray {
  color: #000;
  background-color: #C9D0DD;
  letter-spacing: 0;
}
.p-prize__tag__right {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C9D0DD;
  color: #000;
  flex-basis: 50%;
  height: 100%;
  font-weight: bold;
  font-size: 1.25vw;
}
.p-prize__tag__right--white {
  background-color: #fff;
}
.p-prize__amazon {
  margin-bottom: 3.4722222222vw;
}
.p-prize__amazon__title {
  font-size: 1.25vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.625vw;
}
.p-prize__amazon__price {
  margin-bottom: 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: end;
}
.p-prize__amazon__price__left {
  font-family: "Inter";
  font-size: 2.7777777778vw;
  padding-right: 0.5555555556vw;
  margin-bottom: 0.2083333333vw;
}
.p-prize__amazon__price__right {
  font-family: "Inter";
  font-size: 4.4444444444vw;
  display: flex;
  align-items: end;
}
.p-prize__amazon__price__right span {
  display: block;
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 0.6944444444vw;
}
.p-prize__amazon__note {
  font-size: 0.9722222222vw;
  line-height: 1.6666666667vw;
}
.p-prize__text {
  text-align: center;
  font-family: "Inter";
  font-size: 1.25vw;
  line-height: 1.7361111111vw;
  font-weight: bold;
  margin-bottom: 1.7361111111vw;
}
.p-prize__img {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0833333333vw;
}
.p-prize__img img {
  width: 13.8888888889vw;
  border-radius: 2.3611111111vw;
}

@media screen and (max-width: 440px) {
  .p-prizeLeft {
    display: none;
  }
  .p-prize {
    width: 100%;
    padding: 13.6363636364vw 0 18.1818181818vw;
    height: 212.5vw;
    background-image: url(../img/bg_prize.jpg);
  }
  .p-prize__tag {
    display: block;
    width: 46.1363636364vw;
    height: auto;
    margin: 0 auto;
    margin-bottom: 4.5454545455vw;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .p-prize__tag__left {
    font-size: 4.0909090909vw;
    letter-spacing: 1.5909090909vw;
  }
  .p-prize__tag__left--gray {
    letter-spacing: 0;
  }
  .p-prize__tag__right {
    font-size: 4.0909090909vw;
  }
  .p-prize__tag__left, .p-prize__tag__right {
    flex-basis: auto;
    width: 100%;
    height: 9.0909090909vw;
    justify-content: center;
    padding: 0;
  }
  .p-prize__amazon {
    margin-bottom: 11.3636363636vw;
  }
  .p-prize__amazon__title {
    font-size: 4.0909090909vw;
    margin-bottom: 2.0454545455vw;
  }
  .p-prize__amazon__price {
    margin-bottom: 4.0909090909vw;
  }
  .p-prize__amazon__price__left {
    font-size: 9.0909090909vw;
    padding-right: 1.8181818182vw;
    margin-bottom: 0.6818181818vw;
  }
  .p-prize__amazon__price__right {
    font-size: 14.5454545455vw;
  }
  .p-prize__amazon__price__right span {
    font-size: 4.0909090909vw;
    margin-bottom: 2.2727272727vw;
  }
  .p-prize__amazon__note {
    font-size: 3.1818181818vw;
    line-height: 5.4545454545vw;
  }
  .p-prize__text {
    font-size: 4.0909090909vw;
    line-height: 5.6818181818vw;
    margin-bottom: 4.5454545455vw;
  }
  .p-prize__img {
    gap: 4.5454545455vw;
  }
  .p-prize__img img {
    width: 40.9090909091vw;
    border-radius: 7.7272727273vw;
  }
}
.p-rewards {
  background-color: #C9D0DD;
  width: 50%;
  padding: 4.1666666667vw 0 0.6944444444vw;
}
.p-rewards__text {
  width: 28.125vw;
  margin: 0 auto;
  margin-bottom: 1.7361111111vw;
}
.p-rewards__img {
  width: 48.6111111111vw;
  height: auto;
  margin: 0 auto;
}
.p-rewards__img img {
  width: 100%;
}

@media screen and (max-width: 440px) {
  .p-rewards {
    width: 100%;
    padding: 13.6363636364vw 0 6.8181818182vw;
  }
  .p-rewards__text {
    width: 90.9090909091vw;
    margin-bottom: 3.4090909091vw;
  }
  .p-rewards__img {
    width: 90.9090909091vw;
  }
}
.p-lastTime {
  background-color: #2158FF;
  width: 50%;
  padding: 4.1666666667vw 7.2222222222vw 6.9444444444vw;
}
.p-lastTime__img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.7777777778vw;
}
.p-lastTime__img iframe {
  width: 100%;
  height: auto;
  border-radius: 1.3888888889vw;
  aspect-ratio: 16/9;
}
.p-lastTime__img:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 440px) {
  .p-lastTime {
    width: 100%;
    padding: 13.6363636364vw 4.5454545455vw 18.1818181818vw;
  }
  .p-lastTime__img {
    width: 88.6363636364vw;
    margin-bottom: 6.8181818182vw;
  }
}
.l-footer {
  background-color: #000;
  padding: 4.1666666667vw 0 5.1388888889vw;
  text-align: center;
}
.l-footer__contact {
  font-size: 1.0416666667vw;
  line-height: 1.6666666667vw;
  font-weight: bold;
  margin-bottom: 1.3888888889vw;
}
.l-footer small {
  font-family: "Inter";
  font-size: 0.8333333333vw;
}

@media screen and (max-width: 440px) {
  .l-footer {
    padding: 11.3636363636vw 0 18.1818181818vw;
  }
  .l-footer__contact {
    font-size: 3.4090909091vw;
    line-height: 5.4545454545vw;
    margin-bottom: 6.8181818182vw;
  }
  .l-footer__contact span {
    display: none;
  }
  .l-footer small {
    font-size: 2.7272727273vw;
  }
}/*# sourceMappingURL=style.css.map */