@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
/* --------------------------------------------------
-------------------------------------------------- 共通クラス */
.video-wrapper {
  position: relative;
  z-index: -1;
}
.video-wrapper::after {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg-dot.png");
  opacity: 50%;
}

#video-area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.inner {
  position: relative;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.title-area {
  position: absolute;
  text-align: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

h2 {
  position: relative;
}

.title-icon {
  position: relative;
  top: -128px;
}

.title-circle {
  position: absolute;
  display: block;
  top: -64px;
  left: 0;
  right: 0;
  width: 165px;
  height: 165px;
  background: #ffeb00;
  margin: auto;
  border-radius: 50%;
}
.title-circle.title-circle-white {
  background: #fff;
}

.text-loop {
  position: absolute;
  top: -94px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.text-loop-content {
  display: inline-block;
  color: #ffeb00;
  font-size: 4.1225rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  animation: animate-text-loop 90s linear infinite;
}

.text-loop-content > * {
  display: inline-block;
}

@keyframes animate-text-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.text-ll {
  font-size: 1.5rem;
}

.text-l {
  font-size: 1.25rem;
}

.text-m {
  font-size: 1rem;
}

.text-s {
  font-size: 0.875rem;
}

.text-ss {
  font-size: 0.75rem;
}

.text-bold {
  font-weight: 900;
}

.text-thin {
  font-weight: 400;
}

.text-red {
  color: #ff3c3c;
}

.text-bg-w {
  display: inline-block;
  line-height: 1;
  background: #fff;
  padding: 2px 8px 3px;
}

.text-bg-y {
  display: inline-block;
  line-height: 1;
  background: #ffeb00;
  padding: 2px 8px 3px;
}

.text-bg-b {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 2px 8px 3px;
}

.btn {
  position: relative;
  max-width: 740px;
  width: 90%;
  text-align: center;
  line-height: 1;
  font-size: 2.25rem;
  background: #ff3c3c;
  margin: 0 auto;
  padding: 19px 0 20px;
  border: solid 3px #212121;
  border-radius: 40px;
}
.btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 35px;
  background-color: #212121;
  transition: all 0.3s ease;
}
.btn.close {
  background-color: #d7d7d7;
  border-color: #bbbbbb;
  color: #fff;
  line-height: 1.2;
  border-radius: 100px;
  max-width: 840px;
}
.btn.close span {
  display: none;
}
.btn.close::after {
  border-left-color: #bbbbbb;
}
.btn.close:hover::after {
  border-left-color: #bbbbbb;
}
.btn a {
  position: relative;
  color: #fff;
  display: block;
}
.btn::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 28px);
  right: 18px;
  color: #fff;
  line-height: 1;
  width: 50px;
  height: 50px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.btn::after {
  position: absolute;
  display: block;
  content: "";
  color: #212121;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.36em 0.5em;
  border-left-color: #212121;
  border-right: 0;
  top: calc(50% - 14px);
  right: 32px;
  transition: all 0.3s ease;
}
.btn:hover::after {
  border-left-color: #fff;
}
.btn:hover span {
  width: 100%;
}

/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv {
  position: relative;
  text-align: center;
}
#kv .kv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffeb00;
  mix-blend-mode: multiply;
  z-index: -1;
}
#kv .inner {
  max-width: none;
  width: 100%;
  padding: 130px 0 0;
}
#kv .deco01 {
  position: absolute;
  top: 124px;
  left: calc(50% - 520px);
}
#kv .deco02 {
  position: absolute;
  top: 282px;
  left: calc(50% - 660px);
}
#kv .deco03 {
  position: absolute;
  top: 557px;
  left: calc(50% - 560px);
}
#kv .deco04 {
  position: absolute;
  top: 462px;
  left: calc(50% - 610px);
}
#kv .deco05 {
  position: absolute;
  top: 210px;
  right: calc(50% - 550px);
}
#kv .deco06 {
  position: absolute;
  top: 344px;
  right: calc(50% - 510px);
}
#kv .deco07 {
  position: absolute;
  top: 360px;
  right: calc(50% - 630px);
}
#kv .deco08 {
  position: absolute;
  top: 470px;
  right: calc(50% - 590px);
}
#kv .deco09 {
  position: absolute;
  top: 545px;
  right: calc(50% - 540px);
}
#kv .deco10 {
  position: absolute;
  top: 381px;
  left: calc(50% - 567px);
}
#kv #read {
  color: #fff;
  font-size: 1.5rem;
  background: #212121;
  margin-top: 60px;
  padding: 44px 0;
}
#kv #read .strong {
  color: #ffeb00;
  font-size: 1.75rem;
}

/* --------------------------------------------------
-------------------------------------------------- banner */
.banner {
  background: #fff;
}

.banner .inner {
  max-width: 560px;
  padding: 30px 0;
}

.banner .banner_box {
  border: solid 1px #000;
  border-radius: 30px;
  padding: 26px 22px 39px;
  text-align: center;
  background: #fff;
}

.banner .banner_box h2 {
  transform: none !important;
  text-align: center;
  padding: 0 31px;
}

.banner .banner_box .banner_txt {
  font-size: 1.375rem;
  margin: 25px 0;
  line-height: 1.5;
}

.banner .banner_box .banner_txt strong {
  background: #ffab00;
}

.banner .banner_box .btn {
  font-size: 1.125rem;
  border: none;
  padding: 17px 0;
  width: 93%;
}

.banner .banner_box .btn::before {
  width: 30px;
  height: 30px;
  top: calc(50% - 16px);
  right: 13px;
  border: none;
}

.banner .banner_box .btn::after {
  right: 23px;
  top: calc(50% - 6px);
}

/* --------------------------------------------------
-------------------------------------------------- popup */
.popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: none;
}

.popup_overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}

.popup .inner {
  position: relative;
  z-index: 10000;
  max-width: 660px;
}

.popup .banner_box {
  padding: 26px 70px 39px;
}

.popup_close {
  position: absolute;
  top: 40px;
  right: 20px;
  background: none;
  border: none;
  font-size: 3rem;
  color: #000;
  cursor: pointer;
}

/* --------------------------------------------------
-------------------------------------------------- news */
#news {
  position: relative;
  background: #fff;
  padding: 50px 0 50px;
  z-index: 10;
}
#news .inner {
  display: flex;
  max-width: 1300px;
  width: 94%;
}
#news h2 {
  position: relative;
  font-size: 4.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  line-height: 0.35;
  margin: 16px 50px 0 0;
}
#news h2 .news-eng {
  font-size: 0.75rem;
}
#news .news-list {
  max-height: 110px;
  overflow-y: scroll;
}
#news .news-list li {
  display: flex;
  margin-bottom: 20px;
  padding-right: 80px;
}
#news .news-list .news-date {
  width: 120px;
  font-size: 1.125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
#news .news-list .news-text {
  width: calc(100% - 150px);
  font-weight: 400;
  font-size: 0.9375rem;
  margin-left: 30px;
}
#news .news-list .news-text a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
#news .news-list .news-text a:hover {
  text-decoration: none;
}

/* --------------------------------------------------
-------------------------------------------------- result */
#result {
  padding-bottom: 135px;
  background-color: #fff;
  text-align: center;
}
#result .text {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  background-color: #ffeb00;
  padding: 0 20px;
  margin-bottom: 30px;
}
#result .text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #ffeb00;
}
#result .btn-result {
  width: 840px;
  margin: 0 auto 52px;
}
#result .btn-result a {
  position: relative;
  display: block;
}
#result .btn-result a .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
#result .btn-result a:hover .on {
  opacity: 1;
}
#result .close {
  padding: 18px 0 20px;
  background: url("../img/top/result-bg.png") repeat;
}
#result .close p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* --------------------------------------------------
-------------------------------------------------- 概要 */
#summary {
  position: relative;
  text-align: center;
  line-height: 1.6;
  background: #ffeb00;
  padding: 104px 0 352px;
  z-index: 10;
}
#summary .summary-intro p {
  position: relative;
  margin-bottom: 32px;
  z-index: 10;
}
#summary .summary-intro .summary-intro-img {
  margin-top: 42px;
}
#summary .summary-deco01 {
  position: absolute;
  top: -71px;
  left: 34px;
  animation: floating-y01 1.2s ease-in-out infinite alternate-reverse;
}
#summary .summary-deco02 {
  position: absolute;
  top: 235px;
  left: -45px;
  animation: floating-y02 2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.2s;
}
#summary .summary-deco03 {
  position: absolute;
  top: -120px;
  right: 79px;
  animation: floating-y02 2.2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.4s;
}
#summary .summary-deco04 {
  position: absolute;
  top: -38px;
  right: 26px;
  animation: floating-y01 1.8s ease-in-out infinite alternate-reverse;
}
#summary .summary-deco05 {
  position: absolute;
  top: 180px;
  right: 20px;
  animation: floating-y01 2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.8s;
}
#summary .summary-deco06 {
  position: absolute;
  top: 2px;
  left: -108px;
}
#summary .summary-deco07 {
  position: absolute;
  bottom: -48px;
  right: -116px;
}
@keyframes floating-y01 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(6%);
  }
}
@keyframes floating-y02 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(2%);
  }
}
#summary .summary-block {
  max-width: 1250px;
  width: 94%;
  background: #fff;
  padding: 0 0 40px 0;
  box-shadow: 4px 4px 0px 0px rgb(33, 33, 33);
}
#summary h3 {
  margin: -20px 0 40px;
}
#summary h3 img {
  width: 411px;
}
#summary .summary-inner {
  max-width: 840px;
  width: 96%;
  padding-left: 40px;
}
#summary .note {
  font-weight: 400;
}
#summary .summary-block.theme {
  display: grid;
  justify-content: right;
  text-align: left;
  margin: 68px 0 60px 0;
  padding-left: 340px;
  border-radius: 0 30px 30px 0;
  border-top: solid 4px #212121;
  border-right: solid 4px #212121;
  border-bottom: solid 4px #212121;
  padding-left: 40px;
}
#summary .summary-block.theme .summary-inner {
  padding-right: 46px;
}
@media screen and (max-width: 1200px) {
  #summary .summary-block.theme .summary-inner {
    padding-right: 3.8333333333vw;
  }
}
#summary .summary-block.theme h4 {
  margin-top: 8px;
}
#summary .theme-story {
  background: #eee;
  margin-bottom: 20px;
  padding: 20px;
}
#summary .summary-block.original {
  position: absolute;
  right: 0;
  text-align: left;
  padding-left: 38px;
  border-radius: 30px 0 0 30px;
  border-top: solid 4px #212121;
  border-bottom: solid 4px #212121;
  border-left: solid 4px #212121;
}

#summary.eng {
  padding: 104px 0 388px;
}
#summary.eng h2 img {
  width: 467px;
}
#summary.eng h3 img {
  width: 623px;
}

/* --------------------------------------------------
-------------------------------------------------- 賞金 */
#awards {
  position: relative;
  padding: 135px 0 130px;
  background-color: rgba(255, 255, 255, 0.5);
}
#awards .awards-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
#awards .awards-list > div {
  position: relative;
}
#awards .awards-list > div::after {
  position: absolute;
  display: block;
  content: "";
  top: 18px;
  left: 13px;
  width: 450px;
  height: 450px;
  background: #ffeb00;
  border-radius: 50%;
  z-index: -1;
}
#awards .awards-list-theme-h3 {
  width: 155px;
}
#awards .awards-list-original-h3 {
  width: 214px;
}
#awards .awards-list-theme-img {
  width: 486px;
}
#awards .awards-list-original-img {
  width: 486px;
}

#awards.eng h2 img {
  width: 231px;
}
#awards.eng .awards-list-theme-h3 {
  width: 426px;
}
#awards.eng .awards-list-original-h3 {
  width: 415px;
}

.pop-box {
  opacity: 0;
}

.popup {
  animation: popupAnime 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popupAnime {
  0% {
    transform: translateY(40px) scale(0.7);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
-------------------------------------------------- 応募メリット */
#benefits {
  position: relative;
  text-align: center;
}
#benefits .benefits-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffeb00;
  mix-blend-mode: multiply;
  z-index: -1;
}
#benefits .inner {
  padding: 135px 0 130px;
}
#benefits .benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0 0 0;
}
#benefits .benefits-list li {
  position: relative;
  width: 480px;
  height: 230px;
  background: #fff;
  margin-bottom: 46px;
  border: solid 4px #212121;
  border-radius: 30px;
  box-shadow: 4px 4px 0px 0px rgb(33, 33, 33);
  z-index: 10;
}
#benefits .benefits-list li .benefits-illust,
#benefits .benefits-list li .benefits-text {
  position: absolute;
  line-height: 1.2;
}
#benefits .benefits-list li:first-child .benefits-num {
  width: 32px;
}
#benefits .benefits-list li:first-child .benefits-illust {
  width: 128px;
  top: 21px;
  left: 25px;
}
#benefits .benefits-list li:first-child .benefits-text {
  top: 53px;
  left: 143px;
}
#benefits .benefits-list li:nth-child(2) .benefits-num {
  width: 48px;
}
#benefits .benefits-list li:nth-child(2) .benefits-illust {
  width: 444px;
  top: -2px;
  left: 17px;
}
#benefits .benefits-list li:nth-child(2) .benefits-text {
  top: 109px;
  left: 63px;
}
#benefits .benefits-list li:nth-child(3) {
  margin-bottom: 0;
}
#benefits .benefits-list li:nth-child(3) .benefits-num {
  width: 49px;
}
#benefits .benefits-list li:nth-child(3) .benefits-illust {
  top: 52px;
  left: 46px;
}
#benefits .benefits-list li:nth-child(3) .benefits-text {
  top: 74px;
  left: 224px;
}
#benefits .benefits-list li:nth-child(4) {
  margin-bottom: 0;
}
#benefits .benefits-list li:nth-child(4) .benefits-num {
  width: 51px;
}
#benefits .benefits-list li:nth-child(4) .benefits-illust {
  width: 114px;
  top: 28px;
  left: 50px;
}
#benefits .benefits-list li:nth-child(4) .benefits-text {
  top: 69px;
  left: 165px;
}
#benefits .benefits-list .benefits-num {
  position: absolute;
  top: -14px;
  left: 40px;
}

#benefits.eng .benefits-list li .text-ll {
  font-size: 1.25rem;
}
#benefits.eng .benefits-list li:first-child .benefits-text {
  top: 80px;
  left: 130px;
}
#benefits.eng .benefits-list li:nth-child(2) .benefits-text {
  top: 125px;
  left: 32px;
  text-align: left;
}
#benefits.eng .benefits-list li:nth-child(3) .benefits-text {
  top: 70px;
  left: 221px;
  text-align: left;
  margin-right: 20px;
}
#benefits.eng .benefits-list li:nth-child(4) .benefits-text {
  top: 80px;
  left: 146px;
  text-align: left;
  margin-right: 20px;
}

/* --------------------------------------------------
-------------------------------------------------- 応募受付期間 */
#period {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 90px 20px 130px;
  z-index: 10;
}
#period .period-date {
  font-size: 2.25rem;
  margin-bottom: 20px;
}
#period .btn {
  margin-top: 30px;
}

#period.eng .btn {
  padding: 24px 0 20px;
}

/* --------------------------------------------------
-------------------------------------------------- 応援サポーター */
#supporter {
  position: relative;
  text-align: center;
  background: #ffeb00;
  z-index: 10;
}
#supporter .inner {
  padding: 110px 0 130px;
}
#supporter .supporter-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 13px 0 30px;
}
#supporter .supporter-list li {
  position: relative;
  max-width: 320px;
  width: 50%;
  text-align: center;
  padding-left: 12px;
}
#supporter .supporter-list li::after {
  position: absolute;
  display: block;
  content: "";
  top: -14px;
  left: 0;
  max-width: 320px;
  width: 99%;
  height: 160px;
  border: solid 3px #212121;
  z-index: 1;
}
#supporter .supporter-list li .supporter-work.line2 {
  margin-bottom: 10px;
}
#supporter .supporter-list .supporter-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.75rem;
}
#supporter .supporter-list .supporter-author .small {
  font-size: 1.375rem;
  margin-left: -8px;
}
#supporter .supporter-list .supporter-work {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
#supporter .supporter-list .supporter-cover {
  position: relative;
  z-index: 10;
}
#supporter .supporter-list .supporter-copy {
  font-size: 0.6875rem;
  font-weight: 400;
}

#supporter.eng .supporter-list .supporter-author {
  font-size: 1.5rem;
}
#supporter.eng .supporter-list .supporter-work {
  font-size: 0.875rem;
}
#supporter.eng .supporter-list .supporter-work .em {
  font-size: 1.125rem;
}
#supporter.eng .supporter-list li:first-child .supporter-cover .supporter-copy {
  text-align: left;
}

/* --------------------------------------------------
-------------------------------------------------- 審査員 */
#judges {
  position: relative;
  text-align: center;
  padding: 135px 0 130px;
  background-color: rgba(255, 255, 255, 0.5);
}
#judges h3.text-bg-w {
  display: inline;
  margin: 0 auto;
  line-height: 1.6;
}

/* --------------------------------------------------
-------------------------------------------------- 応募規約 */
#application {
  position: relative;
  background: #fff;
  padding: 104px 0 50px;
}
#application .application-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#application .application-list .application-list-img {
  float: right;
}
#application .application-list > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: auto;
  text-align: center;
  background: #efefef;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
}
#application .application-list > dd {
  width: 680px;
  font-weight: 400;
  padding: 10px 20px;
}
#application .application-list > dd p {
  margin-bottom: 10px;
}
#application .application-list .application-list-size {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  font-weight: 900;
}
#application .application-list .application-list-size dt {
  width: 144px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 4px 0 6px;
}
#application .application-list .application-list-size dd {
  width: calc(100% - 154px);
  text-align: left;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  padding: 4px 0;
}
#application h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 50px;
}
#application .btn {
  margin: 40px auto;
}
#application .faq-list {
  padding-top: 40px;
}
#application .faq-list li:not(:last-child) {
  margin-bottom: 20px;
}
#application .faq-list li .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  background-color: #efefef;
  border-radius: 20px 20px 0 0;
}
#application .faq-list li .ttl p {
  width: calc(100% - 66px);
  font-size: 16px;
  font-weight: 900;
}
#application .faq-list li .ttl span {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #212121;
  border-radius: 30px;
  margin-left: 40px;
}
#application .faq-list li .ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 4px;
  background-color: #ffeb00;
}
#application .faq-list li .ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: block;
  width: 4px;
  height: 12px;
  background-color: #ffeb00;
  transition: all 0.3s ease;
}
#application .faq-list li .box {
  display: none;
  padding: 28px 28px 8px;
}
#application .faq-list li .box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
#application .faq-list li.active .ttl span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#application .application-note {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 36px;
}
#application .application-note li {
  margin-bottom: 12px;
}
#application .application-note a {
  text-decoration: underline;
}

/* --------------------------------------------------
-------------------------------------------------- お問合せ */
#contact {
  position: relative;
  background: #fff;
  padding: 0 0 70px;
  z-index: 10;
}
#contact h3 {
  margin: 0 0 24px;
}
#contact .contact-text {
  margin-bottom: 16px;
}
#contact .contact-text a {
  text-decoration: underline;
}

/* --------------------------------------------------
-------------------------------------------------- タブレット */
@media screen and (max-width: 1200px) and (min-width: 641px) {
  /* --------------------------------------------------
  -------------------------------------------------- news */
  #news .news-list li {
    padding-right: 20px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- summary */
  #summary .summary-block.theme {
    padding-left: 10px;
  }
  #summary .summary-inner {
    padding-left: 20px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- awards */
  #awards .awards-list {
    justify-content: center;
    gap: 30px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- benefits */
  #benefits .benefits-list {
    justify-content: center;
    gap: 40px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- supporter */
  #supporter .supporter-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
/* --------------------------------------------------
-------------------------------------------------- スマホ */
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  -------------------------------------------------- 共通クラス */
  .inner {
    width: 87.5vw;
  }
  .title-icon {
    width: 14.375vw;
    top: -20vw;
    margin: 0 auto;
  }
  .title-circle {
    top: -10vw;
    width: 25.78125vw;
    height: 25.78125vw;
  }
  .text-loop {
    top: -14.6875vw;
  }
  .text-loop-content {
    font-size: 10.3125vw;
  }
  .text-ll {
    font-size: 4.6875vw;
  }
  .text-l {
    font-size: 4.0625vw;
  }
  .text-m {
    font-size: 3.75vw;
  }
  .text-s {
    font-size: 3.4375vw;
  }
  .text-bg-w {
    display: inline;
    line-height: 1.8;
    padding: 0 1.25vw;
  }
  .text-bg-y {
    padding: 0.46875vw 1.5625vw;
  }
  .text-bg-b {
    padding: 0.46875vw 1.5625vw;
  }
  .btn {
    width: 100%;
    font-size: 5.625vw;
    padding: 4.375vw 0 4.375vw;
    border: solid 0.625vw #212121;
    border-radius: 7.5vw;
  }
  .btn span {
    border-radius: 6.5625vw;
  }
  .btn.close {
    border-radius: 15.625vw;
    font-size: 4.6875vw;
  }
  .btn::before {
    top: calc(50% - 5vw);
    right: 3.4375vw;
    width: 9.375vw;
    height: 9.375vw;
  }
  .btn::after {
    top: calc(50% - 2vw);
    right: 6.25vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- キービジュアル */
  #kv .inner {
    padding: 17.5vw 0 0;
  }
  #kv h1 {
    width: 52.8125vw;
    margin: 0 auto;
  }
  #kv .deco01 {
    top: 51.875vw;
    left: 3.90625vw;
    width: 12.96875vw;
  }
  #kv .deco02 {
    top: 74.53125vw;
    left: 2.1875vw;
    width: 7.5vw;
  }
  #kv .deco03 {
    top: 95vw;
    left: -7px;
    width: 25.3125vw;
  }
  #kv .deco04 {
    top: 52.65625vw;
    left: 76.875vw;
    width: 14.0625vw;
  }
  #kv .deco05 {
    top: 70.625vw;
    right: 1.5625vw;
    width: 8.75vw;
  }
  #kv .deco06 {
    top: 109.875vw;
    right: 2.875vw;
    width: 15vw;
  }
  #kv #read {
    font-size: 3.75vw;
    margin-top: 32.8125vw;
    padding: 4.6875vw 0;
  }
  #kv #read .strong {
    font-size: 4.375vw;
  }
  #kv.eng .deco03 {
    top: 84.375vw;
  }
  #kv.eng .deco06 {
    top: 97.8125vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- popup */
  .popup .banner_box {
    padding: 60px 22px 79px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- news */
  #news {
    padding: 5.3125vw 0 6.25vw;
  }
  #news .inner {
    display: block;
    width: 87.5vw;
  }
  #news h2 {
    font-size: 7.5vw;
    text-align: center;
    margin: 0 auto 3.4375vw auto;
  }
  #news h2 .news-eng {
    font-size: 1.25vw;
  }
  #news .news-list {
    max-height: 39.0625vw;
  }
  #news .news-list li {
    display: block;
    margin-bottom: 4.0625vw;
    padding-right: 1.5625vw;
  }
  #news .news-list .news-date {
    width: 100%;
    font-size: 3.125vw;
  }
  #news .news-list .news-text {
    width: 100%;
    font-size: 3.125vw;
    margin-left: 0;
  }
  /* --------------------------------------------------
  -------------------------------------------------- result */
  #result {
    padding-bottom: 21.09375vw;
    background-color: #fff;
    text-align: center;
  }
  #result .text {
    width: 100%;
    font-size: 4.375vw;
    padding: 1.5625vw 0;
    margin-bottom: 4.6875vw;
  }
  #result .text::before {
    width: 3.59375vw;
    height: 3.125vw;
  }
  #result .btn-result {
    width: 90.625vw;
    margin: 0 auto 7.03125vw;
  }
  #result .close {
    padding: 3.75vw 0;
    background: url("../img/top/result-bg.png") repeat;
  }
  #result .close p {
    font-size: 3.75vw;
  }
  #result.eng .text {
    line-height: 1.4;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 概要 */
  #summary {
    padding: 16.25vw 0 75vw;
  }
  #summary h2 img {
    width: 32.03125vw;
  }
  #summary .summary-intro p {
    margin-bottom: 6.25vw;
  }
  #summary .summary-intro p:first-of-type {
    margin-top: 0;
  }
  #summary .summary-intro .summary-intro-img {
    width: 87.96875vw;
    margin: 8.125vw auto 0;
  }
  #summary .summary-deco01 {
    top: -12.3125vw;
    left: -2.25vw;
    width: 10vw;
    z-index: 20;
  }
  #summary .summary-deco02 {
    top: 69.5vw;
    left: -38px;
    width: 26.875vw;
  }
  #summary .summary-deco03 {
    top: -18.4vw;
    right: 8.8125vw;
    width: 12.34375vw;
  }
  #summary .summary-deco04 {
    top: -3.375vw;
    right: -1.1vw;
    width: 6.40625vw;
  }
  #summary .summary-deco05 {
    top: 74.625vw;
    right: -4.4375vw;
    width: 20.3125vw;
  }
  #summary .summary-deco06 {
    top: -17.3125vw;
    right: -6.25vw;
    width: 38.90625vw;
  }
  #summary .summary-deco07 {
    top: 114.6875vw;
    right: -17.25vw;
    width: 29.84375vw;
  }
  #summary .summary-deco08 {
    top: 116vw;
    left: -17.25vw;
    width: 19.0625vw;
  }
  #summary .summary-block {
    width: 93.125vw;
    padding: 0 0 7.5vw 0;
    box-shadow: 0.625vw 0.625vw 0px 0px rgb(33, 33, 33);
  }
  #summary h3 {
    width: 75vw;
    margin: -4.375vw 0 7.5vw;
  }
  #summary .summary-inner {
    width: 82.03125vw;
    padding-left: 0;
  }
  #summary .summary-inner h4 {
    display: flex;
    align-items: flex-start;
    width: 82.03125vw;
    background: #ffeb00;
    margin-top: 3.125vw;
  }
  #summary .summary-inner h4 .text-bg-y {
    line-height: 1.2;
    padding: 1.25vw 1.5625vw;
  }
  #summary .note {
    font-size: 3.125vw;
  }
  #summary .summary-block.theme {
    margin: 12.5vw 0 10vw 0;
    padding-left: 6.25vw;
    border-radius: 0 4.6875vw 4.6875vw 0;
    border-top: solid 0.625vw #212121;
    border-right: solid 0.625vw #212121;
    border-bottom: solid 0.625vw #212121;
  }
  #summary .theme-story {
    font-size: 3.28125vw;
    margin-bottom: 3.125vw;
    padding: 3.125vw 3.4375vw;
  }
  #summary .summary-block.original {
    padding-left: 6.25vw;
    border-radius: 4.6875vw 0 0 4.6875vw;
    border-top: solid 0.625vw #212121;
    border-bottom: solid 0.625vw #212121;
    border-left: solid 0.625vw #212121;
  }
  #summary.eng {
    padding: 16.25vw 0 86.5625vw;
  }
  #summary.eng h2 {
    width: 75vw;
  }
  #summary.eng h2 img {
    width: 75vw;
  }
  #summary.eng h3 {
    width: 76.25vw;
    margin: -4.375vw 0 7.5vw;
  }
  #summary.eng .summary-intro .text-l {
    text-align: left;
  }
  #summary.eng .summary-intro .summary-intro-img {
    width: 92.1875vw;
    margin: 8.125vw 0 0 -2.8125vw;
  }
  #summary.eng .summary-deco02,
  #summary.eng .summary-deco05 {
    display: none;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 賞金 */
  #awards {
    padding: 21.25vw 0 17.1875vw;
  }
  #awards h2 {
    width: 32.03125vw;
  }
  #awards .inner {
    width: 91.5625vw;
  }
  #awards .awards-list div:first-of-type {
    margin-bottom: 3.90625vw;
  }
  #awards .awards-list div::after {
    top: 3.75vw;
    left: 3.125vw;
    width: 84.375vw;
    height: 84.375vw;
  }
  #awards .awards-list h3 {
    width: 47.65625vw;
    margin: 0 auto;
  }
  #awards .awards-list .awards-list-theme-h3 {
    width: 28.90625vw;
  }
  #awards .awards-list .awards-list-original-h3 {
    width: 41.71875vw;
  }
  #awards .awards-list .awards-list-theme-img {
    width: 90.78125vw;
  }
  #awards .awards-list .awards-list-original-img {
    width: 90.78125vw;
  }
  #awards.eng {
    padding: 21.25vw 0 21.875vw;
  }
  #awards.eng .awards-list div:first-of-type {
    margin-bottom: 7.1875vw;
  }
  #awards.eng h2 {
    width: 35.9375vw;
  }
  #awards.eng h2 img {
    width: 100%;
  }
  #awards.eng .awards-list h3 {
    width: 80.9375vw;
  }
  #awards.eng .awards-list .awards-list-theme-h3 {
    width: 80.9375vw;
  }
  #awards.eng .awards-list .awards-list-original-h3 {
    width: 79.0625vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 応募メリット */
  #benefits .inner {
    padding: 21.25vw 0 22.8125vw;
  }
  #benefits h2 {
    width: 45.15625vw;
  }
  #benefits .text-ll {
    font-size: 4.375vw;
  }
  #benefits .benefits-list {
    margin: 10vw 0 0 0;
  }
  #benefits .benefits-list li {
    width: 100%;
    height: 39.21875vw;
    margin-bottom: 5.3125vw;
    border: solid 0.625vw #212121;
    border-radius: 4.6875vw;
    box-shadow: 0.625vw 0.625vw 0px 0px rgb(33, 33, 33);
  }
  #benefits .benefits-list li:first-child .benefits-num {
    width: 4.375vw;
  }
  #benefits .benefits-list li:first-child .benefits-illust {
    top: 4.6875vw;
    left: 4.6875vw;
    width: 22.03125vw;
  }
  #benefits .benefits-list li:first-child .benefits-text {
    top: 9.84375vw;
    left: 25.9375vw;
  }
  #benefits .benefits-list li:nth-child(2) .benefits-num {
    width: 7.1875vw;
  }
  #benefits .benefits-list li:nth-child(2) .benefits-illust {
    top: -0.3125vw;
    left: 4.0625vw;
  }
  #benefits .benefits-list li:nth-child(2) .benefits-text {
    top: 18.75vw;
    left: 11.40625vw;
  }
  #benefits .benefits-list li:nth-child(3) {
    margin-bottom: 5.3125vw;
  }
  #benefits .benefits-list li:nth-child(3) .benefits-num {
    width: 7.34375vw;
  }
  #benefits .benefits-list li:nth-child(3) .benefits-illust {
    top: 10.15625vw;
    left: 8.75vw;
    width: 24.0625vw;
  }
  #benefits .benefits-list li:nth-child(3) .benefits-text {
    top: 12.8125vw;
    left: 41.40625vw;
  }
  #benefits .benefits-list li:nth-child(4) .benefits-num {
    width: 7.8125vw;
  }
  #benefits .benefits-list li:nth-child(4) .benefits-illust {
    top: 6.40625vw;
    left: 7.03125vw;
    width: 19.53125vw;
  }
  #benefits .benefits-list li:nth-child(4) .benefits-text {
    top: 12.5vw;
    left: 30vw;
  }
  #benefits .benefits-list .benefits-num {
    top: -1.875vw;
    left: 6.875vw;
  }
  #benefits.eng h2 {
    width: 94.21875vw;
  }
  #benefits.eng .benefits-list li .text-ll {
    font-size: 3.75vw;
  }
  #benefits.eng .benefits-list li:first-child .benefits-text {
    top: 13.59375vw;
    left: 30.46875vw;
  }
  #benefits.eng .benefits-list li:nth-child(2) .benefits-text {
    top: 20.3125vw;
    left: 5vw;
  }
  #benefits.eng .benefits-list li:nth-child(3) .benefits-text {
    top: 12.5vw;
    left: 35.9375vw;
    margin-right: 3.125vw;
  }
  #benefits.eng .benefits-list li:nth-child(4) .benefits-text {
    top: 10.625vw;
    left: 29.6875vw;
    margin-right: 3.125vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 応募受付期間 */
  #period {
    padding: 16.25vw 0 20vw;
  }
  #period h2 {
    width: 46.40625vw;
  }
  #period p {
    font-size: 3.125vw;
  }
  #period .period-date {
    font-size: 5.625vw;
    margin-bottom: 3.4375vw;
  }
  #period .btn {
    width: 87.5vw;
    margin-top: 6.875vw;
  }
  #period.eng h2 {
    width: 85.3125vw;
  }
  #period.eng .btn {
    width: 87.5vw;
    margin-top: 6.875vw;
    padding: 4.0625vw 0 4.6875vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 応援サポーター */
  #supporter .inner {
    padding: 22.65625vw 0 17.1875vw;
  }
  #supporter h2 {
    width: 54.6875vw;
  }
  #supporter .supporter-list {
    margin: 0;
  }
  #supporter .supporter-list li {
    max-width: none;
    width: 87.5vw;
    margin-bottom: 28.125vw;
    padding-left: 3.75vw;
  }
  #supporter .supporter-list li::after {
    top: -3.125vw;
    left: 0;
    max-width: none;
    width: 81.25vw;
    height: 25vw;
    border: solid 0.46875vw #212121;
  }
  #supporter .supporter-list li .supporter-work.line2 {
    margin-bottom: 0;
  }
  #supporter .supporter-list .supporter-author {
    gap: 3.125vw;
    text-align: left;
    font-size: 5.3125vw;
    margin-bottom: 2.65625vw;
  }
  #supporter .supporter-list .supporter-author img {
    width: 10vw;
  }
  #supporter .supporter-list .supporter-author .small {
    font-size: 4.0625vw;
    margin-left: -1.25vw;
  }
  #supporter .supporter-list .supporter-work {
    text-align: left;
    font-size: 3.28125vw;
    margin-bottom: 0;
  }
  #supporter .supporter-list .supporter-cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 27.1875vw;
  }
  #supporter .supporter-list .supporter-copy {
    position: absolute;
    top: 22.8125vw;
    left: -59.375vw;
    font-size: 2.5vw;
    text-align: left;
    line-height: 1.2;
  }
  #supporter p.text-ll {
    line-height: 1.6;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 審査員 */
  #judges {
    padding: 21.25vw 0 21.09375vw;
  }
  #judges h2 {
    width: 32.03125vw;
  }
  #judges h3 {
    margin: 11.5625vw auto 8.125vw;
  }
  #judges .judges-list {
    margin-top: 10.9375vw;
    padding: 6.5625vw 4.6875vw;
    border-radius: 3.125vw;
  }
  #judges .judges-list h4 {
    top: -3.125vw;
    left: 32.1875vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 応募規約 */
  #application {
    padding: 16.5625vw 0 3.125vw;
  }
  #application h2 {
    width: 32.1875vw;
  }
  #application .application-list {
    display: block;
    margin-bottom: 0;
  }
  #application .application-list > dt {
    width: 100%;
    padding: 2.5vw 0;
    border-radius: 3.125vw 3.125vw 0 0;
  }
  #application .application-list > dd {
    width: 100%;
    padding: 4.0625vw 0 0;
  }
  #application .application-list > dd p {
    margin-bottom: 4.0625vw;
  }
  #application .application-list .application-list-size {
    width: 100%;
  }
  #application .application-list .application-list-size dt {
    width: 32.1875vw;
    margin: 0 2.5vw 2.5vw 0;
    padding: 0.9375vw 0 1.25vw;
  }
  #application .application-list .application-list-size dd {
    width: 46.875vw;
    margin-bottom: 3.75vw;
    padding: 0.9375vw 0 0;
  }
  #application .application-list .application-list-size dd .text-ss {
    display: inline-block;
    font-size: 2.8125vw;
    line-height: 1.1;
  }
  #application h3 {
    font-size: 5.3125vw;
    margin-top: 7.8125vw;
  }
  #application .application-list-img-sp {
    width: 31.71875vw;
    margin: 0 auto 4.0625vw;
  }
  #application .btn {
    margin: 4.6875vw auto;
  }
  #application .faq-list {
    padding-top: 40px;
  }
  #application .faq-list li:not(:last-child) {
    margin-bottom: 3.125vw;
  }
  #application .faq-list li .ttl {
    padding: 4.6875vw 3.125vw 4.6875vw 4.6875vw;
    border-radius: 3.125vw 3.125vw 0 0;
  }
  #application .faq-list li .ttl p {
    width: calc(100% - 15.625vw);
    font-size: 3.75vw;
  }
  #application .faq-list li .ttl span {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 12.5vw;
    margin-left: 6.25vw;
  }
  #application .faq-list li .ttl span::before {
    width: 3.75vw;
    height: 1.25vw;
  }
  #application .faq-list li .ttl span::after {
    width: 1.25vw;
    height: 3.75vw;
  }
  #application .faq-list li .box {
    display: none;
    padding: 4.375vw 0 1.25vw;
  }
  #application .faq-list li .box p {
    font-size: 3.4375vw;
  }
  #application .faq-list li.active .ttl span::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  #application .application-note {
    font-size: 3.125vw;
    margin-top: 8.75vw;
  }
  #application .application-note li {
    margin-bottom: 3.125vw;
  }
  #application.eng h2 {
    width: 89.6875vw;
  }
  #application.eng .title-icon {
    top: -17.96875vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- お問合せ */
  #contact {
    margin-top: -0.3125vw;
    padding: 0 0 7.8125vw;
  }
  #contact h3 {
    font-size: 4.6875vw;
    margin: 0 0 4.6875vw;
  }
  #contact .contact-text {
    font-size: 3.75vw;
    margin-bottom: 4.375vw;
  }
  #contact .contact-text a {
    font-size: 3.125vw;
  }
  #contact .text-s {
    font-size: 3.125vw;
  }
}
body.intro-on {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#video-area {
  transform: scale(1.6);
}

header {
  opacity: 0;
}

#kv h1 {
  opacity: 0;
}
#kv .deco {
  opacity: 0;
}
#kv #read p {
  opacity: 0;
}

.title-area h2,
.title-area .title-circle,
.title-area .title-icon {
  opacity: 0;
}

#summary .summary-intro .wrap .txt-box p {
  opacity: 0;
}
#summary .summary-intro .summary-deco {
  opacity: 0;
}
#summary .summary-block {
  width: 100.9375vw;
}
#summary .summary-block.theme {
  position: relative;
  padding-left: 70px;
  left: -40px;
  transform: translateX(-100%);
}
@media screen and (max-width: 640px) {
  #summary .summary-block.theme {
    display: block;
    padding-left: 12.5vw;
    left: -6.25vw;
  }
}
#summary .summary-block.original {
  padding-right: 40px;
  right: -40px;
  transform: translateX(100%);
}
@media screen and (max-width: 640px) {
  #summary .summary-block.original {
    padding-right: 12.5vw;
    right: -6.25vw;
  }
}

#awards .awards-list .awards-list-theme {
  transform-origin: center right;
  opacity: 0;
}
#awards .awards-list .awards-list-original {
  transform-origin: center left;
  opacity: 0;
}

#benefits .text-bg-w {
  opacity: 0;
}
#benefits .benefits-list li {
  opacity: 0;
}

#period p,
#period .btn {
  opacity: 0;
}

#supporter .supporter-list li,
#supporter .supporter-list .supporter-cover {
  opacity: 0;
}
#supporter .text-bg-w {
  opacity: 0;
}

#judges .text-bg-w {
  opacity: 0;
}

#application .inner {
  opacity: 0;
}/*# sourceMappingURL=top.css.map */