@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: clamp(1.5625%, 0.1020408163vw, 6.25%);
}
@media (max-width: 520px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  color: #222;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-feature-settings: unset;
}

body a {
  transition: color 0.4s;
}
@media (hover: hover) {
  body a:hover {
    opacity: 0.6;
  }
}
body a:focus {
  text-decoration: none;
}
body a img {
  transition: opacity 0.4s;
}
body a[href^="tel:"] {
  color: inherit;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 520px) {
  body *,
  body *::before,
  body *::after {
    max-width: 100%;
  }
}

body {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.separate {
  padding-top: 64rem;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 880rem;
}
@media (max-width: 520px) {
  .wrapper {
    width: 83%;
  }
}

.section {
  padding: 64rem 0;
  background-color: #000;
}
.section:not(.accent) + .section:not(.accent):not(.accent) {
  padding-top: 0;
}

.accent {
  background-color: #fe2c55;
}

.section_title {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
  padding: 2rem, 0rem, 2rem, 0rem;
}
.section_title span {
  position: relative;
  font-weight: 700;
  font-size: 28rem;
}
@media (max-width: 520px) {
  .section_title span {
    margin-bottom: 6.5rem;
    font-size: 22rem;
  }
}
@media (max-width: 520px) {
  .section_title img {
    width: auto;
    height: 18rem;
  }
}

.section_subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 32rem;
}
@media (max-width: 520px) {
  .section_subtitle {
    font-size: 24rem;
  }
}

.mv {
  position: sticky;
  top: 0;
  z-index: -1;
  min-height: 720rem;
  background-color: #000;
}
@media (max-width: 520px) {
  .mv {
    position: relative;
    min-height: auto;
    width: 100vw;
    height: 667rem;
  }
}
.mv_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920rem;
  width: 100%;
  height: auto;
}
@media (max-width: 520px) {
  .mv_inner {
    width: 100%;
    height: 100%;
  }
}
.mv_video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: none;
}
.mv_video video {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 520px) {
  .mv_video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
  }
}

.sound_button {
  position: fixed;
  top: 24rem;
  right: 24rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem 0 10rem;
  width: 153rem;
  border-radius: 4rem;
  background-color: #000;
  color: #fe2c55;
  line-height: 1;
}
@media (max-width: 520px) {
  .sound_button {
    top: 16rem;
    right: 16rem;
    width: 139rem;
    font-size: 14rem;
  }
}
.sound_button.muted {
  color: #fff;
}
.sound_button.muted::after {
  background-image: url(../image/music_off.svg);
}
.sound_button::after {
  content: "";
  display: block;
  margin-left: 10rem;
  width: 15rem;
  height: 15rem;
  background-image: url(../image/music_on.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.news_container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  width: 424rem;
  height: 140rem;
  font-size: 14rem;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .news_container {
    height: 174rem;
  }
}

.news_list {
  display: flex;
  padding-bottom: 8rem;
  padding-left: 0rem;
}
.news_list:last-of-type {
  padding-bottom: 0;
}

.news_date {
  margin-right: 40rem;
  width: 60rem;
  font-weight: 500;
}
@media (max-width: 520px) {
  .news_date {
    margin-right: 30rem;
  }
}

.news_text {
  width: calc(100% - 60rem);
}
.news_text a {
  text-decoration: underline;
}
.news_text a:link, .news_text a:active, .news_text a:visited {
  text-decoration: underline;
}

.entrie_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.entrie_text {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 22rem;
}
@media (max-width: 520px) {
  .entrie_text {
    font-size: 16rem;
  }
}
.entrie_text em {
  font-style: normal;
  font-size: 32rem;
}
@media (max-width: 520px) {
  .entrie_text em {
    font-size: 24rem;
  }
}
.entrie_button {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 32rem 0rem;
  width: 424rem;
  border-radius: 6rem;
  background-color: #25f4ee;
  color: #000;
  font-weight: 700;
  font-size: 24rem;
  transition: 0.5s;
}
@media (hover: hover) {
  .entrie_button:hover {
    background-color: #fff;
    opacity: 1;
  }
}
@media (max-width: 520px) {
  .entrie_button {
    padding: 28rem 0;
    font-size: 18rem;
  }
}
.entrie_button p {
  display: flex;
  align-items: center;
}
.entrie_button p::after {
  content: "";
  display: block;
  margin-left: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border: 4rem solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
.entrie_button span {
  margin-top: 8rem;
  text-align: center;
  font-weight: 500;
  font-size: 15rem;
  line-height: 1.75;
}
.entrie_button span span {
  display: block;
  text-align: left;
  font-size: 12rem;
  line-height: 1.4;
}
.entrie_button.is-closed {
  flex-direction: column;
  background-color: #999;
  color: #555;
}
.accent .entrie_button.is-closed {
  background-color: #bbb;
}
.entrie_button.is-closed::after {
  display: none;
}
.entrie_link {
  position: relative;
  margin-top: 16rem;
  text-decoration: underline;
  font-size: 16rem;
}
.entrie_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-left: 0.5em;
  width: 0.4em;
  height: 0.4em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  transform: translateY(-50%) translateX(200%) rotate(-45deg);
}

.summary_container {
  display: flex;
  justify-content: center;
  gap: 58rem;
  margin: auto;
  max-width: 90%;
}
@media (max-width: 520px) {
  .summary_container {
    flex-direction: column;
    gap: 24rem;
    width: 83%;
  }
}
.summary_box {
  margin-top: 25rem;
  width: 312rem;
}
@media (max-width: 520px) {
  .summary_box {
    margin-top: 0;
  }
}
.summary_name {
  margin-top: 8rem;
  color: #25f4ee;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .summary_name {
    font-size: 18rem;
  }
}
.summary_text {
  width: 500rem;
  font-weight: 700;
}
.summary_text em {
  display: block;
  margin-bottom: 8rem;
  font-style: normal;
  font-size: 32rem;
}
@media (max-width: 520px) {
  .summary_text em {
    font-size: 24rem;
  }
}
.summary_text span {
  font-size: 20rem;
}
@media (max-width: 520px) {
  .summary_text span {
    font-size: 16rem;
  }
}

.theme_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.theme_submusic, .method_subcopy {
  color: #f4f000;
  text-align: center;
  font-weight: 700;
  font-size: 24rem;
}
@media (max-width: 520px) {
  .theme_submusic, .method_subcopy {
    font-size: 18rem;
  }
}
.theme_music {
  margin-top: -0.25em;
  color: #25f4ee;
  text-align: center;
  font-weight: 700;
  font-size: 48rem;
}
.theme_music span {
  display: block;
  font-size: 24rem;
}
@media (max-width: 520px) {
  .theme_music span {
    margin-top: -0.75em;
    font-size: 16rem;
  }
}
.theme_name {
  margin-bottom: 8rem;
  color: #25f4ee;
  font-weight: 700;
}
.theme_name img {
  margin: 30rem;
}
@media (max-width: 520px) {
  .theme_name img {
    margin: 30rem 0 15rem;
    width: auto;
    height: 28rem;
  }
}
.theme_desc {
  margin-top: 24rem;
  text-align: justify;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .theme_desc {
    letter-spacing: 0.01em;
    font-size: 16rem;
  }
}
.theme_movie {
  display: flex;
  justify-content: space-between;
  margin-top: 40rem;
  width: 100%;
}
@media (max-width: 520px) {
  .theme_movie {
    flex-direction: column;
    gap: 16rem;
  }
}
.theme_movie_box {
  width: 272rem;
}
@media (max-width: 520px) {
  .theme_movie_box {
    width: 100%;
  }
}
.theme_movie_video {
  width: 100%;
  aspect-ratio: 16/9;
}
.theme_movie_video iframe {
  width: 100%;
  height: 100%;
}
.theme_movie_text {
  margin-top: 8rem;
  text-align: center;
  font-size: 12rem;
}

.asset {
  padding-top: 64rem !important;
}
.asset_copy {
  color: #fe2c55 !important;
  font-size: 42rem !important;
  line-height: 1.4;
}
@media (max-width: 520px) {
  .asset_copy {
    font-size: 28rem !important;
  }
}
.asset_subtitle {
  font-size: 28rem;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .asset_subtitle {
    font-size: 22rem;
  }
}
.asset_youtube {
  margin-top: 24rem;
  aspect-ratio: 16/9;
}
.asset_youtube iframe {
  width: 100%;
  height: 100%;
}
.asset_text {
  margin-top: 1em;
  text-align: center;
}
@media (max-width: 520px) {
  .asset_text {
    text-align: left !important;
  }
}
.asset_text span {
  display: block;
  font-size: 14rem;
}
@media (max-width: 520px) {
  .asset_text span {
    font-size: 12rem;
  }
}
.asset_text a {
  text-decoration: underline;
}
.asset_container {
  margin-top: 40rem;
}
.asset_container + .asset_container {
  margin-top: 96rem;
}
@media (max-width: 520px) {
  .asset_container + .asset_container {
    margin-top: 64rem;
  }
}
.asset_image {
  margin-top: 24rem;
  min-height: 416rem;
  width: 880rem;
  object-fit: cover;
  background-color: #d9d9d9;
}
@media (max-width: 520px) {
  .asset_image {
    min-height: 147rem;
    width: 311rem;
  }
}
.asset_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 24rem;
  padding: 0 64rem;
  width: min-content;
  height: 64rem;
  border-radius: 8rem;
  background-color: #fff;
  color: #000;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .asset_button {
    padding: 0 20rem;
    height: 48rem;
    font-size: 18rem;
  }
}
.asset_button.is-closed {
  background-color: #999;
  color: #555;
}
.asset_button.is-closed::after {
  display: none;
}
.asset_button::after {
  content: "";
  display: block;
  margin-left: 10rem;
  width: 15rem;
  height: 15rem;
  background-image: url(/image/icon-blank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 520px) {
  .asset_button::after {
    width: 12rem;
    height: 12rem;
  }
}

@media (max-width: 520px) {
  .dl_button {
    background-color: #999;
    color: #555;
    cursor: auto;
    pointer-events: none;
  }
}

.dl_message {
  display: none;
}
@media (max-width: 520px) {
  .dl_message {
    display: block;
    margin-top: 16rem;
    color: #f4f000;
    font-weight: 700;
    font-size: 16rem;
  }
}

.apply {
  padding-top: 64rem !important;
}
.apply_copy, .method_copy, .collabo_copy, .asset_copy {
  margin: 8rem 0;
  color: #fe2c55;
  color: #25f4ee;
  text-align: center;
  font-weight: 700;
  font-size: 48rem;
}
@media (max-width: 520px) {
  .apply_copy, .method_copy, .collabo_copy, .asset_copy {
    font-size: 36rem;
  }
}
.apply_text, .asset_text {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .apply_text, .asset_text {
    text-align: left;
    font-size: 16rem;
  }
}
.apply_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36rem 0;
  margin-top: 24rem;
}
@media (max-width: 520px) {
  .apply_container {
    justify-content: center;
  }
}
.apply_container .apply_text, .apply_container .asset_text {
  text-align: center;
}
.apply_box {
  width: 272rem;
}
.apply_video {
  width: 272rem;
  height: 516rem;
  object-fit: cover;
  background-color: #d9d9d9;
}
.apply_caption {
  font-weight: 500;
  font-size: 14rem;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .apply_caption {
    font-size: 12rem;
  }
}
.apply_caption em {
  display: block;
  color: #faff00;
  font-weight: 700;
  font-style: normal;
}

.judge + .collabo {
  padding-top: 64rem !important;
}
@media (max-width: 520px) {
  .collabo_copy {
    margin-bottom: 0.35em;
    line-height: 1.3;
  }
}
.collabo_logo {
  display: flex;
  justify-content: center;
  margin-top: 24rem;
  padding: 0 184rem;
}
@media (max-width: 520px) {
  .collabo_logo {
    padding: 0 20rem;
  }
}
.collabo_subtitle {
  margin-top: 40rem;
}
.collabo_photo {
  margin-top: 24rem;
}
.collabo_caption {
  margin-top: 8rem;
  text-align: center;
  font-size: 12rem;
}

.method {
  padding-top: 64rem !important;
}
.method_copy {
  color: #25f4ee;
  color: #fe2c55;
}
@media (max-width: 520px) {
  .method_copy {
    line-height: 1.5;
  }
}
.method_subcopy span {
  display: block;
  font-size: 0.8em;
}
.method_container {
  counter-reset: number 0;
  display: flex;
  justify-content: space-between;
  margin-top: 24rem;
}
@media (max-width: 520px) {
  .method_container {
    flex-direction: column;
    gap: 24rem;
  }
}
.method_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16rem;
  width: 272rem;
}
@media (max-width: 520px) {
  .method_box {
    gap: 0;
    width: 100%;
  }
}
.method_text {
  position: relative;
  padding-left: 48rem;
  min-height: 108rem;
  text-align: justify;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .method_text {
    padding-left: 38rem;
    min-height: auto;
    width: 100%;
    font-size: 16rem;
  }
}
.method_text::before {
  content: counter(number);
  counter-increment: number 1;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38rem;
  height: 38rem;
  border: 1px solid;
  border-radius: 100rem;
}
@media (max-width: 520px) {
  .method_text::before {
    width: 30rem;
    height: 30rem;
  }
}
.method_text span {
  color: #f4f000;
}
@media (max-width: 520px) {
  .method_image {
    padding: 18rem 0;
  }
}

.prize_name {
  text-align: center;
  font-weight: 700;
  font-size: 22rem;
}
@media (max-width: 520px) {
  .prize_name {
    width: 50%;
    text-align: left;
    font-size: 16rem;
  }
}
.prize_grandprix .prize_name {
  color: #f4f000;
}
@media (max-width: 520px) {
  .prize_grandprix .prize_name {
    width: 100%;
    text-align: center;
  }
}
.prize_amount {
  margin-top: -0.1em;
  text-align: center;
  font-weight: 700;
  font-size: 32rem;
}
@media (max-width: 520px) {
  .prize_amount {
    width: 50%;
    text-align: left;
    font-size: 22rem;
  }
}
.prize_grandprix .prize_amount {
  margin-top: -0.15em;
  font-size: 48rem;
}
@media (max-width: 520px) {
  .prize_grandprix .prize_amount {
    width: 100%;
    text-align: center;
    font-size: 36rem;
  }
}
.prize_container {
  display: flex;
  justify-content: center;
  gap: 32rem;
  margin-top: 16rem;
}
@media (max-width: 520px) {
  .prize_container {
    flex-direction: column;
    gap: 8rem;
  }
}
.prize_box {
  padding: 24rem;
  width: 272rem;
  border: 1px solid;
  border-radius: 8rem;
}
@media (max-width: 520px) {
  .prize_box {
    display: flex;
    align-items: center;
    padding: 16rem 19rem;
    width: 100%;
  }
}
.prize_info {
  margin-top: 16rem;
  text-align: center;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .prize_info {
    font-size: 16rem;
  }
}
.prize_info span {
  color: #f4f000;
}
.prize_info a {
  text-decoration: underline;
}

.judge_container {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  margin-top: 24rem;
}
.judge_box {
  display: flex;
  justify-content: space-between;
  padding: 40rem;
  border: 1px solid #fff;
  border-radius: 8rem;
}
@media (max-width: 520px) {
  .judge_box {
    flex-direction: column;
    padding: 24rem;
  }
}
.judge_image {
  width: 272rem;
  height: 272rem;
  object-fit: cover;
  background-color: #d9d9d9;
}
@media (max-width: 520px) {
  .judge_image {
    width: 160rem;
    height: 160rem;
  }
}
.judge_info {
  padding-top: 16rem;
  width: 496rem;
}
.judge_name {
  color: #fe2c55;
  font-weight: 700;
  font-size: 32rem;
}
@media (max-width: 520px) {
  .judge_name {
    font-size: 24rem;
  }
}
.judge_job {
  margin-top: 8rem;
  color: #25f4ee;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .judge_job {
    margin-top: 4rem;
    font-size: 18rem;
  }
}
.judge_text {
  margin-top: 16rem;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.8;
}
@media (max-width: 520px) {
  .judge_text {
    margin-top: 8rem;
  }
}

.info {
  padding-top: 64rem !important;
}
.info_container {
  margin-top: 24rem;
}
.info_list {
  display: flex;
  border-top: 1px solid;
}
@media (max-width: 520px) {
  .info_list {
    flex-direction: column;
  }
}
.info_list:last-of-type {
  border-bottom: 1px solid;
}
.info_list:nth-child(even) dt::before {
  background-color: #25f4ee;
}
.info_list dt,
.info_list dd {
  padding: 24rem 0;
}
.info_list dt {
  position: relative;
  width: 228rem;
  font-weight: 700;
}
@media (max-width: 520px) {
  .info_list dt {
    padding-bottom: 0;
    width: 100%;
  }
}
.info_list dt::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 149rem;
  height: 4rem;
  background-color: #fe2c55;
}
@media (max-width: 520px) {
  .info_list dt::before {
    width: 68rem;
  }
}
.info_list dd {
  width: calc(100% - 228rem);
}
@media (max-width: 520px) {
  .info_list dd {
    padding-top: 8rem;
    width: 100%;
  }
}
.info_list dd li {
  display: flex;
  gap: 0.25em;
}
.info_list dd li::before {
  content: "・";
}
.info_list dd li + li {
  margin-top: 0.5em;
}
.info_list dd a {
  text-decoration: underline;
}
.info_step {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 25rem;
  margin-top: 32rem;
}
.info_step p {
  position: relative;
  padding: 6rem 14rem;
  border-radius: 4rem;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.info_step p + p::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 74rem;
  display: block;
  width: 16rem;
  height: 9rem;
  background-image: url(../image/info_step_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-100%);
}

.faq_container {
  margin-top: 24rem;
}

.faq_list {
  display: block;
  /*
  border: 1px solid;
  border-left: 0;
  border-right: 0;
  */
  padding: 24rem 0 24rem 0;
  border-top: 1px solid;
  font-size: 16rem;
}
.faq_list dt,
.faq_list dd {
  position: relative;
  padding-left: 42rem;
}
@media (max-width: 520px) {
  .faq_list dt,
  .faq_list dd {
    padding-left: 31rem;
  }
}
.faq_list dt + dd {
  margin-top: 1.4em;
}

.faq_list:last-child {
  border-bottom: 1px solid;
}

.faq_question::before,
.faq_answer::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 26rem;
  height: 32rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 520px) {
  .faq_question::before,
  .faq_answer::before {
    width: 23rem;
    height: 28rem;
  }
}

.faq_question::before {
  background-image: url(../image/faq_q.svg);
}

.faq_answer::before {
  background-image: url(../image/faq_a.svg);
}

.note_title {
  margin-bottom: 24rem;
}

.note_list {
  list-style-type: none;
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.8;
}
.note_list li {
  position: relative;
  padding-left: 1.25em;
}
.note_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.note_list li + li {
  margin-top: 0.5em;
}

.note_container {
  display: flex;
  justify-content: center;
  margin-top: 40rem;
}

.note_button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14rem 64rem 14rem 64rem;
  border-radius: 6rem;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 20rem;
}
@media (max-width: 520px) {
  .note_button {
    padding: 8rem 19rem 8rem 20rem;
    border-radius: 8rem;
    font-size: 18rem;
  }
}
.note_button::after {
  content: "";
  display: block;
  margin-left: 0.3em;
  width: 0.4em;
  height: 0.4em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(1px);
}
@media (max-width: 520px) {
  .note_button::after {
    margin-left: 0.5em;
    width: 0.45em;
    height: 0.45em;
  }
}

.footer {
  padding-top: 40rem;
  padding-bottom: 40rem;
  background-color: #000;
}
.footer_top {
  display: flex;
  justify-content: center;
  gap: 24rem;
}
@media (max-width: 520px) {
  .footer_top {
    gap: 16rem;
  }
}
.footer_top a {
  width: 40rem;
}
@media (max-width: 520px) {
  .footer_top a {
    width: 36rem;
  }
}
.footer_bottom {
  display: flex;
  justify-content: center;
  margin-top: 64rem;
}
.footer_bottom a {
  padding: 0 40rem;
  pointer-events: none;
}
@media (max-width: 520px) {
  .footer_bottom a {
    padding: 0 48rem;
  }
}
.footer_bottom a + a {
  border-left: 2px solid;
}
.footer_bottom img {
  width: auto;
  height: 48rem;
}
@media (max-width: 520px) {
  .footer_bottom img {
    height: 40rem;
  }
}

.download {
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 880rem;
}

.download_copy {
  display: flex;
  align-items: center;
  gap: 32rem;
}
@media (max-width: 520px) {
  .download_copy {
    align-items: center;
    flex-direction: column;
  }
}

.download_logo {
  width: 115rem;
}

.download_title {
  margin-top: 64rem;
}

.download_rule {
  overflow-y: scroll;
  margin-top: 24rem;
  padding: 24rem 40rem;
  height: 211rem;
  border-radius: 4rem;
  background-color: #191919;
  color: #c5c5c5;
}
.download_rule p + p {
  margin-top: 2em;
}

.download_subtitle {
  margin-top: 64rem;
  text-align: center;
  font-weight: 700;
  font-size: 20rem;
}

.download_caution {
  text-align: center;
  font-size: 14rem;
}
@media (max-width: 520px) {
  .download_caution {
    font-size: 12rem;
  }
}
.download_caution a {
  text-decoration: underline;
}

.download_container {
  display: flex;
  flex-wrap: wrap;
  gap: 64rem 32rem;
  margin-top: 64rem;
  --column: 4;
}

.download_box {
  width: calc((100% - 32rem * (var(--column) - 1)) / var(--column));
}
@media (max-width: 520px) {
  .download_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}

.download_image {
  width: 196rem;
  height: 196rem;
  background-color: #d9d9d9;
}

.download_video {
  width: 100%;
}

.download_name {
  margin: 8rem auto;
  text-align: center;
}

.download_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  min-height: 58rem;
  border-radius: 6rem;
  background-color: #25f4ee;
  color: #000;
  text-align: center;
  font-size: 14rem;
  line-height: 1.5;
  transition: 0.4s;
}
@media (max-width: 520px) {
  .download_button {
    width: 100%;
  }
}
@media (hover: hover) {
  .download_button:hover {
    background-color: #86fffb;
    opacity: 1;
  }
}
.download_button + .download_button {
  margin-top: 10rem;
}

.finalist {
  overflow: hidden;
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 100vw;
}
.finalist_swiper {
  position: relative;
  width: 100%;
}
@media (max-width: 520px) {
  .finalist_swiper {
    padding-bottom: 80rem;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-theme-color: #fe2c55;
  }
}
.finalist_swiper .swiper-pagination {
  display: none;
}
@media (max-width: 520px) {
  .finalist_swiper .swiper-pagination {
    display: block;
  }
}
.finalist_swiper .swiper-button-next,
.finalist_swiper .swiper-button-prev {
  display: none;
}
@media (max-width: 520px) {
  .finalist_swiper .swiper-button-next,
  .finalist_swiper .swiper-button-prev {
    top: auto;
    bottom: -16rem;
    display: flex;
    align-items: flex-start;
    color: #fff;
  }
  .finalist_swiper .swiper-button-next::after,
  .finalist_swiper .swiper-button-prev::after {
    font-weight: 900;
    font-size: 10rem;
  }
}
@media (max-width: 520px) {
  .finalist_swiper .swiper-button-next {
    justify-content: flex-end;
  }
}
.finalist_container {
  justify-content: flex-start;
  gap: 36rem 32rem;
}
@media (max-width: 520px) {
  .finalist_container {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
  }
}
.finalist_box {
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 520px) {
  .finalist_box {
    margin: 0 16rem;
  }
}
@media (hover: hover) {
  .finalist_box:hover {
    opacity: 0.9;
    filter: brightness(130%);
  }
}
.finalist_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100rem;
  height: 100rem;
  background-image: url(../image/icon-autoplay.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
.finalist_box img {
  width: 100%;
  height: 483.556rem;
  object-fit: cover;
}
.finalist_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
.finalist_modal.is-show {
  opacity: 1;
  pointer-events: auto;
}
.finalist_modal::after {
  content: "";
  position: absolute;
  top: calc(50% - 285px - 8px);
  left: calc(50% + 161px + 40rem);
  display: block;
  width: 48rem;
  height: 65rem;
  background-image: url(../image/button-close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 520px) {
  .finalist_modal::after {
    top: calc(50% - 285px);
    left: calc(50% + 161px);
    width: 37rem;
    height: 50rem;
    transform: translateY(-100%) translateX(-100%);
  }
}
.finalist_modal::after:hover {
  opacity: 0.6;
}
.finalist_modal_box {
  position: relative;
  overflow: hidden;
  width: 322px;
  height: 568px;
  border-radius: 5px;
}
.finalist_modal_box iframe {
  margin-top: -5px;
}
.finalist_modal_box::before {
  display: none;
}
.finalist .apply_caption {
  margin-top: 8rem;
}

body.is-overflow {
  overflow: hidden;
}

.award {
  padding-bottom: 180rem;
}
@media (max-width: 520px) {
  .award {
    padding-bottom: 64rem;
  }
}
@media (max-width: 520px) {
  .award .asset_text {
    margin-right: auto;
    margin-left: auto;
    width: 311rem;
  }
  .award .asset_text br {
    display: none;
  }
}

.award_inner {
  margin-top: 40rem;
  margin-right: auto;
  margin-left: auto;
  width: 878rem;
}

.award_cont {
  padding: 64rem 40rem;
  background-color: #fe2c55;
}
@media (max-width: 520px) {
  .award_cont {
    padding: 64rem 32rem;
  }
}
.award_cont + .award_cont {
  margin-top: 16rem;
}

.award_title {
  text-align: center;
  font-weight: 700;
  font-size: 48rem;
  line-height: 1.8;
}
@media (max-width: 520px) {
  .award_title {
    font-size: 36rem;
  }
}
.award_grandprix .award_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  color: #f4f000;
}
.award_grandprix .award_title::before {
  content: "";
  display: block;
  width: 54rem;
  height: 54rem;
  background-image: url(../image/deco-award.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 520px) {
  .award_grandprix .award_title::before {
    width: 48rem;
    height: 48rem;
  }
}

.award_name {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: 28rem;
  line-height: 1.8;
}
@media (max-width: 520px) {
  .award_name {
    font-size: 18rem;
  }
}

.award_container {
  display: flex;
  justify-content: space-between;
  margin-top: 40rem;
}
@media (max-width: 520px) {
  .award_container {
    flex-direction: column;
  }
}

.award_box {
  width: 348rem;
  height: 660rem;
}
@media (max-width: 520px) {
  .award_box {
    margin: auto;
    width: 272rem;
    height: 516rem;
  }
}
.award_box img {
  height: 100%;
  object-fit: cover;
}

.award_info {
  width: 418rem;
}
@media (max-width: 520px) {
  .award_info {
    margin-top: 40rem;
  }
}

.award_subtitle {
  font-weight: 700;
  font-size: 16rem;
  line-height: 1.8;
}
.award_subtitle + .award_subtitle {
  margin-top: 16rem;
}
.award_subtitle + .award_text {
  margin-top: 4rem;
}

.award_text {
  font-weight: 500;
  font-size: 14rem;
}
.award_text + .award_subtitle {
  margin-top: 16rem;
}

.award_praise {
  display: flex;
  justify-content: space-between;
  margin-top: 16rem;
}
@media (max-width: 520px) {
  .award_praise {
    flex-direction: column;
  }
}
.award_praise .award_cont:nth-of-type(1) {
  width: 553rem;
}
.award_praise .award_cont:nth-of-type(2) {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  width: 309rem;
}
@media (max-width: 520px) {
  .award_praise .award_cont:nth-of-type(2) {
    margin-top: 16rem;
    width: 100%;
  }
}
.award_praise .award_title {
  font-size: 32rem;
}
@media (max-width: 520px) {
  .award_praise .award_title {
    font-size: 24rem;
  }
}
.award_praise .award_name {
  font-size: 20rem;
}
@media (max-width: 520px) {
  .award_praise .award_name {
    font-size: 18rem;
  }
}
.award_praise .award_box {
  width: 229rem;
  height: 434rem;
}
@media (max-width: 520px) {
  .award_praise .award_box {
    width: 272rem;
    height: 516rem;
  }
}
.award_praise .award_box img {
  height: 100%;
}
.award_praise .award_image {
  margin-top: 40rem;
  width: 180rem;
  height: auto;
}
@media (max-width: 520px) {
  .award_praise .award_image {
    display: none;
  }
}
.award_praise .award_info {
  width: 212rem;
}
@media (max-width: 520px) {
  .award_praise .award_info {
    width: 100%;
  }
}

@media (min-width: 521px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .sp_none {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */