@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://use.typekit.net/znv0mml.css");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 0.5em;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #444;
  color: #fff;
}
@media screen and (min-width: 961px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s 0s ease;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background: #444;
  color: #000;
}

::selection {
  background: #444;
  color: #000;
}

::-moz-selection {
  background: #444;
  color: #000;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
.btn {
  text-align: center;
}

.btn span {
  transition: all 0.3s 0s ease;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
}

.btn--main {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding: 0.8em 2em;
  color: #000;
  font-weight: 900;
  position: relative;
  border-radius: 50rem;
}
.btn--main:hover {
  cursor: pointer;
}
.btn--main::after {
  /*content: '';*/
  display: block;
  width: 4em;
  height: 3px;
  background: #000;
  right: -2em;
  top: 1.6em;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left;
}
@media screen and (min-width: 961px) {
  .btn--main {
    min-width: 280px;
    font-size: 1.8rem;
  }
  .btn--main:hover {
    background: #000;
    color: #fff;
  }
  .btn--main:hover::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    min-width: 80%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  padding: 1.5em 2em;
  background-size: 200% 100%;
  border: 1px solid;
}
@media screen and (min-width: 961px) {
  .btn--sub {
    min-width: 280px;
    cursor: pointer;
  }
  .btn--sub:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 80%;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--sub {
    min-width: 50%;
  }
}
.btn--sub img {
  height: 100%;
  width: auto;
  max-height: 40px;
}

.btn + .btn {
  margin: 2rem 0 0;
}

.txt {
  margin: 0 0 1em;
}

.bold {
  font-weight: bold;
}

.red {
  color: #9a0000;
}

.txt--basic {
  font-size: 12px;
  line-height: 1.4;
}

.txt--center {
  text-align: center;
}

.txt--sub {
  font-size: 1.1rem;
  line-height: 1.8;
}

.txt--lead {
  line-height: 1.5;
}

.txt--link {
  text-decoration: underline;
}
.txt--link::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: 2px;
}
.txt--link::after {
  border-color: #000;
}
.txt--link:hover {
  opacity: 0.5;
}

.block-subtit {
  margin-bottom: 1em;
  border-bottom: 1px solid;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.form--post dt {
  margin: 3em 0 0.5em;
  font-size: 1.2em;
  font-weight: 900;
}
.form--post dt p {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.5;
}
.form--post dd {
  margin: 0 0 1em;
}
.form--post dd p {
  margin: 0 0 0.8em;
}
@media screen and (min-width: 961px) {
  .form--post dd p.txt_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.form--post dd p.txt_option input[type=text] {
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2509803922);
  padding: 0.2em 0.5em;
  font-size: 1em;
  background: #fcfcfc;
}
@media screen and (min-width: 961px) {
  .form--post dd p.txt_option input[type=text] {
    width: 90%;
  }
}

.rule {
  color: #c00;
}

.block--error {
  color: #f00;
  background: rgba(204, 0, 0, 0.15);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #ddd;
}

::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ddd;
}

:-moz-placeholder {
  color: #ddd;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 3px solid #000;
  border-radius: 0.3em;
  padding: 0.8em;
  color: #000;
  font-size: 2rem;
  border-radius: 0;
  border: 1px solid #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-size: 2rem;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=url].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=url].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 3px solid #000;
  border-radius: 0.3em;
  padding: 0.8em;
  height: 20em;
  border-radius: 0;
  border: 1px solid #000;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 961px) {
  textarea {
    font-size: 2rem;
  }
}
textarea:focus {
  border-color: #000;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: 2px;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 3px solid #000;
  border-radius: 0.3em;
  padding: 0.8em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-size: 2rem;
  }
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #fff;
  border-color: #9a0000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #9a0000;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    word-wrap: break-word;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #9a0000;
  border-color: #9a0000;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #888;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

/* 注意事項リスト */
.list--attention {
  padding: 0 0 0 0.5em;
}
.list--attention li {
  font-size: 12px;
  line-height: 1.4;
  text-indent: -0.5em;
  margin: 0 0 1em;
}

.list--schedule li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 900;
  margin-bottom: 50px;
  position: relative;
}
.list--schedule li:last-child::after, .list--schedule li:first-child .date::after {
  display: none;
}
.list--schedule li:last-child {
  margin-bottom: 0;
}
.list--schedule li::after {
  content: "";
  display: block;
  width: calc(100% - 9.7em);
  height: 6px;
  border-bottom: 5px dotted;
  position: absolute;
  left: 9.7em;
  bottom: -23px;
}
.list--schedule li .date {
  width: 7.8em;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.1;
  margin-top: -0.2em;
  margin-right: 1em;
  position: relative;
}
.list--schedule li .date::after {
  content: "";
  display: block;
  width: 9px;
  height: 30px;
  background: url(/static/fcopen/liveblast2025/assets/img/arrow_down-min.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 4.5px);
  top: -41px;
}
.list--schedule li .date span {
  font-size: 0.7em;
}
.list--schedule li .date div:last-child {
  position: relative;
  padding-top: 15px;
}
.list--schedule li .date div:last-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #444;
  position: absolute;
  left: 50%;
  top: 0;
}
.list--schedule li .date div:first-child {
  padding-top: 0;
}
.list--schedule li .date div:first-child::before {
  display: none;
}
.list--schedule li .tit {
  width: calc(100% - 7.5em);
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.list--schedule li .tit span {
  display: block;
}
.list--schedule li .tit .txt--link::after {
  border-color: #444;
}

.list--accordion li:not(:last-child) {
  margin-bottom: 15px;
}
.list--accordion li {
  border: 3px solid;
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .list--accordion li:hover {
    background: #444;
    border-color: #444;
    color: #fff;
  }
  .list--accordion li:hover .tit::before, .list--accordion li:hover .tit::after {
    background: #fff;
  }
  .list--accordion li:hover .txt--link::after {
    border-color: #fff;
  }
}
.list--accordion li.open .tit::before {
  transform: scaleY(0);
}
.list--accordion li .tit {
  position: relative;
}
.list--accordion li .tit::before, .list--accordion li .tit::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background: #444;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -7.5px;
  transition: 0.3s;
}
.list--accordion li .tit::after {
  transform: rotate(90deg);
}
.list--accordion li .txt {
  display: none;
  padding-top: 20px;
}
.list--accordion li .txt--link::after {
  border-color: #444;
}

.list-tit {
  font-weight: 900;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

.list--term {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  background: #444;
  color: #fff;
}
.list--term dt {
  width: 30%;
  font-weight: 900;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  padding: 17px 0 10px;
}
.list--term dd {
  width: 70%;
  padding: 12px 0 10px;
  font-size: 1.2em;
}
.list--term .colum {
  padding-left: 2em;
}
.list--term .colum + dd {
  padding-left: 0;
}

.wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 300px;
}
.wrap .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/static/fcopen/liveblast2025/assets/img/bg_2024.jpg) no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
}
.wrap .bg:after {
  content: "";
  background: rgba(255, 255, 255, 0.3764705882);
  position: absolute;
  width: 100%;
  height: 100%;
}

.content--main {
  position: relative;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.header h1 {
  width: 150px;
  position: absolute;
  left: 4%;
  top: 20px;
}
.header .icon__sns {
  position: absolute;
  right: 3%;
  font-size: 20px;
  top: 18px;
}
.header .icon__sns span {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-right: 10px;
  vertical-align: 3px;
}
.header .logo {
  width: 40%;
  height: 20vw;
  position: absolute;
  right: 0;
  top: 0;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  background: no-repeat center url(/static/fcopen/liveblast2025/assets/../assets/img/logo--fanplakit__large_b.svg);
  background-size: contain;
}

.footer {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  font-size: 1rem;
  text-align: center;
  background: #1b1e1f;
  padding: 80px 8% 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
}
.footer .block--left {
  width: 30%;
}
.footer .block--left .list--logo li {
  width: 60%;
}
.footer .block--left .list--logo li:not(:last-child) {
  margin-bottom: 0;
}
.footer .block--left .list--logo .logo--fanpla {
  width: 45%;
}
.footer.audition .block--left .list--logo li:not(:last-child) {
  margin-bottom: 20px;
}
.footer.audition .block--left .list--logo li:last-child {
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer.audition .block--left .list--logo li:last-child {
    text-align: center;
  }
}
.footer.audition .block--left .list--logo li:last-child a {
  font-size: 17px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer.audition .block--left .list--logo li:last-child a {
    font-size: 15px;
  }
}
.footer.audition .block--left .list--logo li.logo--radioblast img {
  width: 90%;
  display: block;
  margin-right: auto;
}
.footer.audition .block--left .list--logo li.past--event {
  width: auto;
  text-align: left;
  margin-top: 3em;
}
.footer.audition .block--left .list--logo li.past--event a {
  padding: 0.5em 1em;
  border: solid 1px rgba(255, 255, 255, 0.4392156863);
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .footer.audition .block--left .list--logo li.past--event a:hover {
    opacity: 0.5;
  }
}
.footer .block--right {
  width: 70%;
  text-align: right;
}
.footer .block--right .txt--link::after {
  border-color: #fff;
}
.footer .block--right .list--sns {
  font-size: 1.5em;
  margin-bottom: 1.8em;
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.footer .block--right .list--sns i {
  display: inline-block;
  margin-right: 0.5em;
}

.btn--entry {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 140px;
  height: 140px;
  background: url(/static/fcopen/liveblast2025/assets/img/bg__fanplakit.jpg) no-repeat center;
  background-size: cover;
  border-radius: 100px;
  z-index: 80;
  box-shadow: 0 30px 16px -18px rgba(57, 91, 121, 0.5019607843);
  transition: 0.3s;
}
.btn--entry:hover {
  transform: scale(1.2);
}
.btn--entry a {
  display: block;
}
.btn--entry img {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin: 35px auto 0;
  filter: drop-shadow(0px 3px 5px #0f72a0);
}

.unvisible .btn--entry {
  opacity: 0;
  pointer-events: none;
}

.section--heroImg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  position: relative;
  background: #000;
}
.section--heroImg:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 35vh;
  top: 0;
  left: 0;
  background: url(/static/fcopen/liveblast2025/assets/img/mvbg01.png) no-repeat top left;
  background-size: contain;
  transition: 0.3s 2s;
  opacity: 0;
}
.section--heroImg .section--heroImg__logo {
  position: relative;
  top: -2vw;
  width: 60vw;
  height: 41vw;
}
.section--heroImg .section--heroImg__logo__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
  transform: translate(-250px, 80px);
}
.section--heroImg .section--heroImg__logo__item.item01 {
  transition-delay: 0.7s;
}
.section--heroImg .section--heroImg__logo__item.item02 {
  transform: translate(250px, -80px);
  transition-delay: 0.85s;
}
.section--heroImg .section--heroImg__logo__item.item03 {
  transition-delay: 1s;
}
.section--heroImg .section--heroImg__logo__item.item04 {
  transform: translate(0, 40px);
  transition-delay: 1.1s;
}
.section--heroImg .section--heroImg__logo__item.item05 {
  transform: translate(-18%, -20%) scale(1.7);
  transition: 0.3s cubic-bezier(0.04, 0.65, 0.52, 1.62) 1.7s;
}

.loaded .section--heroImg::before {
  transform: scale(0);
}
.loaded .section--heroImg:after {
  opacity: 1;
}
.loaded .section--heroImg .section--heroImg__logo__item {
  opacity: 1;
  transform: translate(0, 0);
}
.loaded .section--heroImg .section--heroImg__logo__item.item05 {
  transform: translate(0, 0) scale(0.9);
}
.loaded .nav--left,
.loaded .drawer {
  opacity: 1;
  transition: 0.3s 1.6s;
}
.loaded .header {
  top: 20px;
  transition: 0.6s 2s;
}
.loaded .btn--entry {
  bottom: 40px;
  transition: 0.6s 2s;
}
.loaded.allclear .btn--entry {
  transition: 0.4s;
}

.btn--entry {
  bottom: -180px;
}

.header {
  top: -80px;
}

.section--heroImg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vw;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-left: -50vw;
  margin-top: -50vw;
  transform: scale(1.5);
  transition: 0.5s;
}

.section--lead {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /*background: url(/static/fcopen/liveblast2025/assets/img/bg_2024.jpg) no-repeat center;*/
  background-size: cover;
  background-attachment: fixed;
}
.section--lead .block--first,
.section--lead .block--second {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  filter: drop-shadow(2px 4px 6px #fff) drop-shadow(-2px -4px 6px #fff);
}
.section--lead .block--first .inner,
.section--lead .block--second .inner {
  width: 81vh;
  height: 80vh;
  position: relative;
}
.section--lead .block--first .inner.started .block--first__item, .section--lead .block--first .inner.started .block--second__item,
.section--lead .block--second .inner.started .block--first__item,
.section--lead .block--second .inner.started .block--second__item {
  opacity: 1;
  transform: translate(0, 0);
}
.section--lead .block--first__item,
.section--lead .block--second__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
  transform: translate(-350px, 90px);
}
.section--lead .block--first__item.item01,
.section--lead .block--second__item.item01 {
  transition-delay: 0.9s;
}
.section--lead .block--first__item.item02,
.section--lead .block--second__item.item02 {
  transition-delay: 1s;
}
.section--lead .block--first__item.item03,
.section--lead .block--second__item.item03 {
  transition-delay: 1.1s;
}
.section--lead .block--first__item.item04,
.section--lead .block--second__item.item04 {
  transition-delay: 1.2s;
}
.section--lead .block--first__item.item05,
.section--lead .block--second__item.item05 {
  transition-delay: 1.3s;
}
.section--lead .block--first__item.item06,
.section--lead .block--second__item.item06 {
  transition-delay: 1.4s;
}
.section--lead .block--first__item img,
.section--lead .block--second__item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.section--grand-prix,
.section--live-report,
.section--audition,
.section--audition-entry,
.section--about {
  padding: 150px 0;
}
.section--grand-prix.started .section--inner .section-tit,
.section--live-report.started .section--inner .section-tit,
.section--audition.started .section--inner .section-tit,
.section--audition-entry.started .section--inner .section-tit,
.section--about.started .section--inner .section-tit {
  opacity: 1;
  transform: rotate(-4deg) translate(0, 0);
}
.section--grand-prix .section--inner,
.section--live-report .section--inner,
.section--audition .section--inner,
.section--audition-entry .section--inner,
.section--about .section--inner {
  width: 60%;
  min-width: 750px;
  margin: 16vw auto 0;
  background: #fff;
  color: #444;
  position: relative;
}
.section--grand-prix .section--inner::before,
.section--live-report .section--inner::before,
.section--audition .section--inner::before,
.section--audition-entry .section--inner::before,
.section--about .section--inner::before {
  content: "";
  display: block;
  width: calc(100% + 0.5px);
  height: 22vw;
  -webkit-clip-path: polygon(110% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(110% 0%, 100% 100%, 0% 100%);
  position: absolute;
  background: #fff;
  top: -21.99vw;
}
.section--grand-prix .section--inner .section-tit,
.section--live-report .section--inner .section-tit,
.section--audition .section--inner .section-tit,
.section--audition-entry .section--inner .section-tit,
.section--about .section--inner .section-tit {
  position: absolute;
  top: -16vw;
  left: -6vw;
  opacity: 0;
  transform: rotate(-4deg) translate(-250px, 80px);
  transform-origin: left bottom;
  width: 103%;
  background: url(/static/fcopen/liveblast2025/assets/img/section-tit_audition-min.png) no-repeat top center;
  height: 22vw;
  background-size: contain;
  transition: 0.4s 0.8s;
}
.section--grand-prix .section--inner .section-tit span,
.section--live-report .section--inner .section-tit span,
.section--audition .section--inner .section-tit span,
.section--audition-entry .section--inner .section-tit span,
.section--about .section--inner .section-tit span {
  display: inline-block;
  text-indent: -9999em;
}
.section--grand-prix .section--inner .txt--lead,
.section--live-report .section--inner .txt--lead,
.section--audition .section--inner .txt--lead,
.section--audition-entry .section--inner .txt--lead,
.section--about .section--inner .txt--lead {
  padding: 50px 10%;
  color: #000;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.8;
}
.section--grand-prix .area--audition,
.section--live-report .area--audition,
.section--audition .area--audition,
.section--audition-entry .area--audition,
.section--about .area--audition {
  padding: 0 15%;
}
.section--grand-prix .area--audition .area-tit,
.section--live-report .area--audition .area-tit,
.section--audition .area--audition .area-tit,
.section--audition-entry .area--audition .area-tit,
.section--about .area--audition .area-tit {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 30px;
}
.section--grand-prix .area--audition .area--audition__item,
.section--live-report .area--audition .area--audition__item,
.section--audition .area--audition .area--audition__item,
.section--audition-entry .area--audition .area--audition__item,
.section--about .area--audition .area--audition__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.section--grand-prix .area--audition .area--audition__item .block-tit,
.section--live-report .area--audition .area--audition__item .block-tit,
.section--audition .area--audition .area--audition__item .block-tit,
.section--audition-entry .area--audition .area--audition__item .block-tit,
.section--about .area--audition .area--audition__item .block-tit {
  width: 100%;
  margin-bottom: 20px;
}
.section--grand-prix .area--audition .area--audition__item ul li,
.section--live-report .area--audition .area--audition__item ul li,
.section--audition .area--audition .area--audition__item ul li,
.section--audition-entry .area--audition .area--audition__item ul li,
.section--about .area--audition .area--audition__item ul li {
  padding-left: 1em;
  margin-bottom: 10px;
  position: relative;
  font-weight: 900;
}
.section--grand-prix .area--audition .area--audition__item ul li::before,
.section--live-report .area--audition .area--audition__item ul li::before,
.section--audition .area--audition .area--audition__item ul li::before,
.section--audition-entry .area--audition .area--audition__item ul li::before,
.section--about .area--audition .area--audition__item ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #444;
  position: absolute;
  left: 0;
  top: 10px;
}
.section--grand-prix .area--audition .area--audition__item .block-tit span,
.section--live-report .area--audition .area--audition__item .block-tit span,
.section--audition .area--audition .area--audition__item .block-tit span,
.section--audition-entry .area--audition .area--audition__item .block-tit span,
.section--about .area--audition .area--audition__item .block-tit span {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.15em;
}
.section--grand-prix .area--audition .area--audition__item .block-tit span::before, .section--grand-prix .area--audition .area--audition__item .block-tit span::after,
.section--live-report .area--audition .area--audition__item .block-tit span::before,
.section--live-report .area--audition .area--audition__item .block-tit span::after,
.section--audition .area--audition .area--audition__item .block-tit span::before,
.section--audition .area--audition .area--audition__item .block-tit span::after,
.section--audition-entry .area--audition .area--audition__item .block-tit span::before,
.section--audition-entry .area--audition .area--audition__item .block-tit span::after,
.section--about .area--audition .area--audition__item .block-tit span::before,
.section--about .area--audition .area--audition__item .block-tit span::after {
  content: "";
  display: block;
  /*background: url(/static/fcopen/liveblast2025/assets/img/bg_tit_linelong-min.png) no-repeat top center;*/
  height: 9px;
  position: absolute;
  top: 0.8em;
  left: calc(50% - 8.5em);
  width: 130px;
  background-size: contain;
}
.section--grand-prix .area--audition .area--audition__item .block-tit span::after,
.section--live-report .area--audition .area--audition__item .block-tit span::after,
.section--audition .area--audition .area--audition__item .block-tit span::after,
.section--audition-entry .area--audition .area--audition__item .block-tit span::after,
.section--about .area--audition .area--audition__item .block-tit span::after {
  left: inherit;
  right: calc(50% - 8.5em);
  background-position: top left;
}
.section--grand-prix .area--audition .area--audition__item dl,
.section--live-report .area--audition .area--audition__item dl,
.section--audition .area--audition .area--audition__item dl,
.section--audition-entry .area--audition .area--audition__item dl,
.section--about .area--audition .area--audition__item dl {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding-top: 10px;
}
.section--grand-prix .area--audition .area--audition__item dl dt,
.section--live-report .area--audition .area--audition__item dl dt,
.section--audition .area--audition .area--audition__item dl dt,
.section--audition-entry .area--audition .area--audition__item dl dt,
.section--about .area--audition .area--audition__item dl dt {
  float: left;
  clear: left;
  width: 9em;
  text-align: center;
  font-size: 0.8em;
  padding-top: 4px;
}
.section--grand-prix .area--audition .area--audition__item dl dd,
.section--live-report .area--audition .area--audition__item dl dd,
.section--audition .area--audition .area--audition__item dl dd,
.section--audition-entry .area--audition .area--audition__item dl dd,
.section--about .area--audition .area--audition__item dl dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding-left: 8.5em;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section--grand-prix .area--audition .area--audition__item dl .colum,
.section--live-report .area--audition .area--audition__item dl .colum,
.section--audition .area--audition .area--audition__item dl .colum,
.section--audition-entry .area--audition .area--audition__item dl .colum,
.section--about .area--audition .area--audition__item dl .colum {
  display: none;
}
.section--grand-prix .area--audition .area--audition__item dl .colum + dd,
.section--live-report .area--audition .area--audition__item dl .colum + dd,
.section--audition .area--audition .area--audition__item dl .colum + dd,
.section--audition-entry .area--audition .area--audition__item dl .colum + dd,
.section--about .area--audition .area--audition__item dl .colum + dd {
  padding-left: 0;
  border-bottom: none;
  font-size: 0.8em;
}
.section--grand-prix .area--audition .area--audition__item .more,
.section--live-report .area--audition .area--audition__item .more,
.section--audition .area--audition .area--audition__item .more,
.section--audition-entry .area--audition .area--audition__item .more,
.section--about .area--audition .area--audition__item .more {
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.section--grand-prix .area--audition .block--prize__item,
.section--live-report .area--audition .block--prize__item,
.section--audition .area--audition .block--prize__item,
.section--audition-entry .area--audition .block--prize__item,
.section--about .area--audition .block--prize__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.section--grand-prix .area--audition .block--prize__item .txt,
.section--live-report .area--audition .block--prize__item .txt,
.section--audition .area--audition .block--prize__item .txt,
.section--audition-entry .area--audition .block--prize__item .txt,
.section--about .area--audition .block--prize__item .txt {
  font-weight: 900;
}
.section--grand-prix .area--audition .block--prize__item .txt span,
.section--live-report .area--audition .block--prize__item .txt span,
.section--audition .area--audition .block--prize__item .txt span,
.section--audition-entry .area--audition .block--prize__item .txt span,
.section--about .area--audition .block--prize__item .txt span {
  font-size: 0.7em;
}
.section--grand-prix .area--audition .block--prize__item .num,
.section--live-report .area--audition .block--prize__item .num,
.section--audition .area--audition .block--prize__item .num,
.section--audition-entry .area--audition .block--prize__item .num,
.section--about .area--audition .block--prize__item .num {
  display: none;
  width: 70px;
  height: 70px;
  background: no-repeat center;
  background-size: contain;
  margin-right: 20px;
}
.section--grand-prix .area--audition .block--prize__item.prize01,
.section--live-report .area--audition .block--prize__item.prize01,
.section--audition .area--audition .block--prize__item.prize01,
.section--audition-entry .area--audition .block--prize__item.prize01,
.section--about .area--audition .block--prize__item.prize01 {
  margin-bottom: 20px;
}
.section--grand-prix .area--audition .block--prize__item.prize01 .txt,
.section--live-report .area--audition .block--prize__item.prize01 .txt,
.section--audition .area--audition .block--prize__item.prize01 .txt,
.section--audition-entry .area--audition .block--prize__item.prize01 .txt,
.section--about .area--audition .block--prize__item.prize01 .txt {
  font-size: 18px;
}
.section--grand-prix .area--audition .block--prize__item.prize01 .txt br,
.section--live-report .area--audition .block--prize__item.prize01 .txt br,
.section--audition .area--audition .block--prize__item.prize01 .txt br,
.section--audition-entry .area--audition .block--prize__item.prize01 .txt br,
.section--about .area--audition .block--prize__item.prize01 .txt br {
  display: none;
}
.section--grand-prix .area--audition .block--prize__item.prize01 .txt span:last-child,
.section--live-report .area--audition .block--prize__item.prize01 .txt span:last-child,
.section--audition .area--audition .block--prize__item.prize01 .txt span:last-child,
.section--audition-entry .area--audition .block--prize__item.prize01 .txt span:last-child,
.section--about .area--audition .block--prize__item.prize01 .txt span:last-child {
  display: block;
}
.section--grand-prix .area--audition .block--prize__item.prize01 .num,
.section--live-report .area--audition .block--prize__item.prize01 .num,
.section--audition .area--audition .block--prize__item.prize01 .num,
.section--audition-entry .area--audition .block--prize__item.prize01 .num,
.section--about .area--audition .block--prize__item.prize01 .num {
  width: 120px;
  height: 98px;
  margin-right: 10px;
  margin-top: -8px;
  background-image: url(/static/fcopen/liveblast2025/assets/img/prize_1-min.png);
  background-position: left;
}
.section--grand-prix .area--audition .block--prize__item.prize01, .section--grand-prix .area--audition .block--prize__item.prize02, .section--grand-prix .area--audition .block--prize__item.prize03,
.section--live-report .area--audition .block--prize__item.prize01,
.section--live-report .area--audition .block--prize__item.prize02,
.section--live-report .area--audition .block--prize__item.prize03,
.section--audition .area--audition .block--prize__item.prize01,
.section--audition .area--audition .block--prize__item.prize02,
.section--audition .area--audition .block--prize__item.prize03,
.section--audition-entry .area--audition .block--prize__item.prize01,
.section--audition-entry .area--audition .block--prize__item.prize02,
.section--audition-entry .area--audition .block--prize__item.prize03,
.section--about .area--audition .block--prize__item.prize01,
.section--about .area--audition .block--prize__item.prize02,
.section--about .area--audition .block--prize__item.prize03 {
  width: 80%;
  margin: 0 auto 20px;
}
.section--grand-prix .area--audition .block--prize__item.prize01 .num, .section--grand-prix .area--audition .block--prize__item.prize02 .num, .section--grand-prix .area--audition .block--prize__item.prize03 .num,
.section--live-report .area--audition .block--prize__item.prize01 .num,
.section--live-report .area--audition .block--prize__item.prize02 .num,
.section--live-report .area--audition .block--prize__item.prize03 .num,
.section--audition .area--audition .block--prize__item.prize01 .num,
.section--audition .area--audition .block--prize__item.prize02 .num,
.section--audition .area--audition .block--prize__item.prize03 .num,
.section--audition-entry .area--audition .block--prize__item.prize01 .num,
.section--audition-entry .area--audition .block--prize__item.prize02 .num,
.section--audition-entry .area--audition .block--prize__item.prize03 .num,
.section--about .area--audition .block--prize__item.prize01 .num,
.section--about .area--audition .block--prize__item.prize02 .num,
.section--about .area--audition .block--prize__item.prize03 .num {
  width: 70px;
  height: 70px;
  margin-right: 9px;
}
.section--grand-prix .area--audition .block--prize__item.prize01 .txt, .section--grand-prix .area--audition .block--prize__item.prize02 .txt, .section--grand-prix .area--audition .block--prize__item.prize03 .txt,
.section--live-report .area--audition .block--prize__item.prize01 .txt,
.section--live-report .area--audition .block--prize__item.prize02 .txt,
.section--live-report .area--audition .block--prize__item.prize03 .txt,
.section--audition .area--audition .block--prize__item.prize01 .txt,
.section--audition .area--audition .block--prize__item.prize02 .txt,
.section--audition .area--audition .block--prize__item.prize03 .txt,
.section--audition-entry .area--audition .block--prize__item.prize01 .txt,
.section--audition-entry .area--audition .block--prize__item.prize02 .txt,
.section--audition-entry .area--audition .block--prize__item.prize03 .txt,
.section--about .area--audition .block--prize__item.prize01 .txt,
.section--about .area--audition .block--prize__item.prize02 .txt,
.section--about .area--audition .block--prize__item.prize03 .txt {
  font-size: 13px;
  font-weight: 500;
  width: calc(100% - 40px);
  line-height: 1.5;
}
.section--grand-prix .area--audition .block--prize__item.prize01,
.section--live-report .area--audition .block--prize__item.prize01,
.section--audition .area--audition .block--prize__item.prize01,
.section--audition-entry .area--audition .block--prize__item.prize01,
.section--about .area--audition .block--prize__item.prize01 {
  width: 100%;
  margin-right: 0;
}
.section--grand-prix .area--audition .block--prize__item.prize01 .txt,
.section--live-report .area--audition .block--prize__item.prize01 .txt,
.section--audition .area--audition .block--prize__item.prize01 .txt,
.section--audition-entry .area--audition .block--prize__item.prize01 .txt,
.section--about .area--audition .block--prize__item.prize01 .txt {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}
.section--grand-prix .area--audition .block--prize__item.prize02 .num,
.section--live-report .area--audition .block--prize__item.prize02 .num,
.section--audition .area--audition .block--prize__item.prize02 .num,
.section--audition-entry .area--audition .block--prize__item.prize02 .num,
.section--about .area--audition .block--prize__item.prize02 .num {
  background-image: url(/static/fcopen/liveblast2025/assets/img/prize_2-min.png);
}
.section--grand-prix .area--audition .block--prize__item.prize03 .num,
.section--live-report .area--audition .block--prize__item.prize03 .num,
.section--audition .area--audition .block--prize__item.prize03 .num,
.section--audition-entry .area--audition .block--prize__item.prize03 .num,
.section--about .area--audition .block--prize__item.prize03 .num {
  background-image: url(/static/fcopen/liveblast2025/assets/img/prize_3-min.png);
}
.section--grand-prix .area--audition .area-tit span,
.section--live-report .area--audition .area-tit span,
.section--audition .area--audition .area-tit span,
.section--audition-entry .area--audition .area-tit span,
.section--about .area--audition .area-tit span {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.section--grand-prix .area--audition .area-tit span::before, .section--grand-prix .area--audition .area-tit span::after,
.section--live-report .area--audition .area-tit span::before,
.section--live-report .area--audition .area-tit span::after,
.section--audition .area--audition .area-tit span::before,
.section--audition .area--audition .area-tit span::after,
.section--audition-entry .area--audition .area-tit span::before,
.section--audition-entry .area--audition .area-tit span::after,
.section--about .area--audition .area-tit span::before,
.section--about .area--audition .area-tit span::after {
  content: "";
  display: block;
  /*background: url(/static/fcopen/liveblast2025/assets/img/bg_tit_lineshort-min.png) no-repeat top center;*/
  height: 9px;
  position: absolute;
  top: 0.8em;
  left: calc(50% - 6.9em);
  width: 73px;
  background-size: contain;
}
.section--grand-prix .area--audition .area-tit span::after,
.section--live-report .area--audition .area-tit span::after,
.section--audition .area--audition .area-tit span::after,
.section--audition-entry .area--audition .area-tit span::after,
.section--about .area--audition .area-tit span::after {
  left: inherit;
  right: calc(50% - 6.9em);
  background-position: top left;
}

.section--audition .section--inner {
  padding-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--audition .section--inner {
    padding-bottom: 30px !important;
  }
}
.section--audition .area--audition + .txt {
  font-size: 1.4em;
  color: #000;
}

.section--grand-prix {
  padding-top: 14vw;
}
.section--grand-prix .section--inner .section-tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/section-tit_grand_prix-min.png);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--grand-prix .section--inner {
    padding-bottom: 0 !important;
  }
}
.section--grand-prix .section--inner .block--grandprix {
  padding: 50px 5%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--grand-prix .section--inner .block--grandprix {
    padding-bottom: 30px !important;
  }
}
.section--grand-prix .section--inner .block-tit {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: YakuHanJP, "Noto Sans JP", "futura-pt-bold", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 1em;
}
.section--grand-prix .section--inner .txt--basic {
  font-size: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .section--grand-prix .section--inner .txt--basic {
    font-size: 1.1em;
  }
}
.section--grand-prix .block--artist {
  padding-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--grand-prix .block--artist {
    margin-bottom: 40px;
  }
}
.section--grand-prix .block--artist .thumb {
  line-height: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--grand-prix .block--artist .thumb {
    margin-bottom: 0;
  }
}
.section--grand-prix .block--artist .thumb a {
  display: block;
  line-height: 0;
  position: relative;
}
.section--grand-prix .block--artist .thumb a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
}
.section--grand-prix .block--artist .thumb a img {
  opacity: 0;
}
.section--grand-prix .block--artist .thumb.started a img {
  opacity: 1;
  transition: 0s 0.6s;
}
@media screen and (min-width: 961px) {
  .section--grand-prix .block--artist .thumb.started a:hover {
    opacity: 0.85;
  }
}
.section--grand-prix .block--artist .thumb.started a::before {
  animation: 1s bgSlide 0.4s;
}
.section--grand-prix .block--artist .thumb.started + .name,
.section--grand-prix .block--artist .thumb.started + .name + .url {
  opacity: 1;
  transition: 0.3s 1.15s;
}
.section--grand-prix .block--artist .name {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5em;
  text-align: center;
  line-height: 1;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--grand-prix .block--artist .name {
    font-size: 3em;
  }
}
.section--grand-prix .block--artist .url {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 8px;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--grand-prix .block--artist .url {
    font-size: 10px;
  }
}
.section--grand-prix .block--youtube a {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 961px) {
  .section--grand-prix .block--youtube a:hover {
    opacity: 0.9;
  }
}
.section--grand-prix .block--youtube .thumb {
  margin-bottom: 30px;
  position: relative;
}
.section--grand-prix .block--youtube .thumb span {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 90px;
  border: 2px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section--grand-prix .block--youtube .thumb span::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 60px solid #444;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -47%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--grand-prix .block--youtube .thumb span {
    width: 80px;
    height: 80px;
  }
  .section--grand-prix .block--youtube .thumb span::before {
    border-left: 30px solid #444;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.section--grand-prix .block--youtube .tit {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.section--live-report {
  padding-top: 14vw;
}
.section--live-report .section--inner .section-tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/section-tit_livereport.png);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--live-report .section--inner {
    padding-bottom: 0 !important;
  }
}
.section--live-report .section--inner .block--live-report {
  padding: 50px 5%;
  color: #000;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--live-report .section--inner .block--live-report {
    padding-bottom: 30px !important;
  }
}
.section--live-report .section--inner .block--live-report .eventname {
  text-align: center;
  margin-bottom: 2em;
  font-family: YakuHanJP, "Noto Sans JP", "futura-pt-bold", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: clamp(1em, 2vw, 1.2em);
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.section--live-report .section--inner .block--live-report .block-tit {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: YakuHanJP, "Noto Sans JP", "futura-pt-bold", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 1em;
}
.section--live-report .section--inner .block--live-report .txt--basic {
  font-size: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .section--live-report .section--inner .block--live-report .txt--basic {
    font-size: 1.1em;
  }
}
.section--live-report .section--inner .block--live-report .block--artist {
  padding-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--live-report .section--inner .block--live-report .block--artist {
    margin-bottom: 40px;
  }
}
.section--live-report .section--inner .block--live-report .block--artist .thumb {
  line-height: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--live-report .section--inner .block--live-report .block--artist .thumb {
    margin-bottom: 0;
  }
}
.section--live-report .section--inner .block--live-report .block--artist .thumb a {
  display: block;
  line-height: 0;
  position: relative;
}
.section--live-report .section--inner .block--live-report .block--artist .thumb a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
}
.section--live-report .section--inner .block--live-report .block--artist .thumb a img {
  opacity: 0;
}
.section--live-report .section--inner .block--live-report .block--artist .thumb.started a img {
  opacity: 1;
  transition: 0s 0.6s;
}
@media screen and (min-width: 961px) {
  .section--live-report .section--inner .block--live-report .block--artist .thumb.started a:hover {
    opacity: 0.85;
  }
}
.section--live-report .section--inner .block--live-report .block--artist .thumb.started a::before {
  animation: 1s bgSlide 0.4s;
}
.section--live-report .section--inner .block--live-report .block--artist .thumb.started + .name,
.section--live-report .section--inner .block--live-report .block--artist .thumb.started + .name + .url {
  opacity: 1;
  transition: 0.3s 1.15s;
}
.section--live-report .section--inner .block--live-report .block--artist .name {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5em;
  text-align: center;
  line-height: 1;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--live-report .section--inner .block--live-report .block--artist .name {
    font-size: 3em;
  }
}
.section--live-report .section--inner .block--live-report .block--artist .url {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 8px;
  opacity: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--live-report .section--inner .block--live-report .block--artist .url {
    font-size: 10px;
  }
}
.section--live-report .section--inner .block--live-report .block--youtube a {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 961px) {
  .section--live-report .section--inner .block--live-report .block--youtube a:hover {
    opacity: 0.9;
  }
}
.section--live-report .section--inner .block--live-report .block--youtube .thumb {
  margin-bottom: 30px;
  position: relative;
}
.section--live-report .section--inner .block--live-report .block--youtube .thumb span {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 90px;
  border: 2px solid #444;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section--live-report .section--inner .block--live-report .block--youtube .thumb span::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-left: 60px solid #444;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -47%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--live-report .section--inner .block--live-report .block--youtube .thumb span {
    width: 80px;
    height: 80px;
  }
  .section--live-report .section--inner .block--live-report .block--youtube .thumb span::before {
    border-left: 30px solid #444;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.section--live-report .section--inner .block--live-report .block--youtube .tit {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@keyframes bgSlide {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: left;
  }
  41% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.section--audition-entry .section--inner .section-tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/section-tit_artist-min.png);
}
.section--audition-entry .section--inner .txt--lead {
  font-size: 2em;
  padding-bottom: 0;
}
.section--audition-entry .section--inner .txt--lead span {
  display: block;
  font-size: 0.55em;
}
.section--audition-entry .section--inner > .txt--basic {
  color: #000;
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 15%;
}
.section--audition-entry .block-tit {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-family: YakuHanJP, "Noto Sans JP", "futura-pt-bold", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 3em;
  line-height: 1;
}
.section--audition-entry .txt--basic {
  font-size: 1.2em;
}
.section--audition-entry .block--semi-final {
  margin-bottom: 5vw;
  padding: 50px 5% 0;
}
.section--audition-entry .block--semi-final .txt--lead {
  text-align: center;
  font-size: 1.6em;
  color: #444;
  margin: 10px auto 40px;
  letter-spacing: 0.05em;
  font-weight: 800;
  font-style: italic;
  padding: 0;
}
.section--audition-entry .block--semi-final .txt--basic {
  font-size: 1em;
  line-height: 1.5;
}
.section--audition-entry .block--semi-final .block--youtube {
  padding: 0 0 40px;
}
.section--audition-entry .block--semi-final .list--youtube {
  margin: 0 -5.6%;
}
.section--audition-entry .block--semi-final .list--youtube li .name {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}
.section--audition-entry .block--semi-final .list--artist {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: 0;
}
.section--audition-entry .block--semi-final .list--artist li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(60px);
}
.section--audition-entry .block--semi-final .list--artist li.started {
  opacity: 1;
  transform: translateY(0);
}
.section--audition-entry .block--semi-final .list--artist li a.disabled {
  pointer-events: none;
}
.section--audition-entry .block--semi-final .list--artist li .thumb {
  margin-bottom: 15px;
}
.section--audition-entry .block--semi-final .list--artist li .thumb a {
  display: block;
  width: 100%;
  height: 22vw;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .section--audition-entry .block--semi-final .list--artist li .thumb a:hover img {
    transform: scale(1.1);
  }
}
.section--audition-entry .block--semi-final .list--artist li .thumb a img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: scale(1);
}
.section--audition-entry .block--semi-final .list--artist li .name {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 800;
  font-size: 1.8em;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}
.section--audition-entry .block--semi-final .list--artist li .url {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.section--audition-entry .block--artist {
  padding: 40px 15% 0;
}
.section--audition-entry .block--artist .list--artist {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 30px;
  margin: 0 -15%;
}
.section--audition-entry .block--artist .list--artist li {
  width: 25%;
  padding: 2%;
  border-bottom: 1px solid;
  position: relative;
}
.section--audition-entry .block--artist .list--artist li a.disabled {
  pointer-events: none;
}
.section--audition-entry .block--artist .list--artist li:nth-child(4n)::after {
  display: none;
}
.section--audition-entry .block--artist .list--artist li.round-marker .thumb {
  position: relative;
}
.section--audition-entry .block--artist .list--artist li.round-marker .thumb::after {
  content: "";
  display: block;
  width: 101%;
  height: 101%;
  background: no-repeat url(/static/fcopen/liveblast2025/assets/img/bg_marker.png);
  background-size: contain;
  position: absolute;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
  z-index: 2;
}
.section--audition-entry .block--artist .list--artist li.round-marker span {
  display: block;
  width: 25%;
  height: 25%;
  background: no-repeat url(/static/fcopen/liveblast2025/assets/img/bg__fanplakit.jpg) right bottom;
  background-size: 170%;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--audition-entry .block--artist .list--artist li.round-marker span {
    width: 28%;
    height: 28%;
    right: 6%;
  }
}
.section--audition-entry .block--artist .list--artist li.round-marker span i {
  display: block;
  font-size: 1.5em;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--audition-entry .block--artist .list--artist li.round-marker span i {
    font-size: 1em;
  }
}
.section--audition-entry .block--artist .list--artist li::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #444;
  position: absolute;
  right: 0;
  top: 10%;
}
.section--audition-entry .block--artist .list--artist li .thumb {
  margin-bottom: 10px;
}
.section--audition-entry .block--artist .list--artist li .thumb a {
  display: block;
  width: 100%;
  height: clamp(143px, 11.3vw, 510px);
  overflow: hidden;
  line-height: 0;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .section--audition-entry .block--artist .list--artist li .thumb a:hover img {
    transform: scale(1.1);
  }
}
.section--audition-entry .block--artist .list--artist li .thumb a img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: scale(1);
}
.section--audition-entry .block--artist .list--artist li .name {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.section--audition-entry .block--artist .list--artist li .btn a {
  display: block;
  border: 3px solid;
  width: 70%;
  padding: 0.5em;
  font-size: 1em;
  letter-spacing: 0.05em;
  margin: 0 auto;
  transition: 0.3s;
}
.section--audition-entry .block--artist .list--artist li .btn a:hover {
  color: #fff;
  border-color: #444;
  background: #444;
}
.section--audition-entry .block--artist .list--artist + .txt--sub {
  text-align: right;
  letter-spacing: 0.05em;
  margin: 10px -15% 30px;
  font-size: 0.6em;
}
.section--audition-entry .block--artist .andmore {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  text-align: center;
  margin: -1em 0 2em;
}
.section--audition-entry .block--attention {
  margin: 0 4% 4em;
  border: 1px solid;
  padding: 20px;
}
.section--audition-entry .block--attention .list--attention li {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 0 0.5em;
}
.section--audition-entry .block--attention .list--attention li:last-child {
  margin-bottom: 0;
}
.section--audition-entry .block--youtube {
  padding: 80px 15%;
}
.section--audition-entry .block--youtube .txt--basic {
  font-size: 1.2em;
}
.section--audition-entry .block--youtube .block-tit {
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 4em;
  line-height: 1;
}

.list--youtube {
  padding-top: 60px;
  margin: 0 -21.5%;
}
.list--youtube li {
  margin: 0 10px;
}
.list--youtube li a {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.list--youtube li a .thumb {
  margin-bottom: 15px;
}
.list--youtube li a .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  z-index: 3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
  transition: transform 0.4s;
  transform: scaleX(0);
}
.list--youtube li a:hover .thumb::after {
  transform: scaleX(1);
  transform-origin: left;
}
.list--youtube li a:hover .thumb img {
  filter: grayscale(1);
}
.list--youtube li .thumb {
  position: relative;
  z-index: 1;
  transition: 0.4s;
  height: 20vw;
}
.list--youtube li .thumb img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.4s;
  filter: grayscale(0);
}
.list--youtube li .name {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.slick-prev,
.slick-next {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.8s;
  transform-origin: center;
  border-radius: 50%;
  margin-top: 20px;
}

.slick-prev {
  left: inherit;
  top: 50%;
  left: 4%;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: 7%;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 21px;
  transform-origin: center;
  transition: 0.4s;
}

.slick-prev::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.slick-next::after {
  transform: translate(0, -50%) rotate(45deg);
}

.slick-slider .slick-prev:hover::after,
.slick-slider .slick-next:hover::after {
  border-color: #444;
}

.block--category li {
  display: inline-block;
  margin: 0 0.8em 0.5em 0;
}
.block--category li.year {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.block--category li a {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}
.block--category li a::after {
  content: "";
  display: block;
  width: 70%;
  height: 20px;
  position: absolute;
  bottom: -14px;
  left: 15%;
  opacity: 0;
  transition: 0.3s;
}
.block--category .current a::after {
  opacity: 1;
}

.section--about .section--inner {
  padding-bottom: 80px;
}
.section--about .section--inner .section-tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/section-tit_about-min_renew.png);
}
.section--about .thumb {
  width: 70%;
  margin: 0 auto;
}
.section--about .thumb .thumb__logo {
  width: 50%;
  margin: 0 auto;
}
.section--about .block--artist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.section--about .block--artist .block--artist__item {
  width: 48%;
  line-height: 0;
}
.section--about .block--artist .block--artist__item a {
  display: block;
  line-height: 0;
  position: relative;
}
.section--about .block--artist .block--artist__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--about .block--artist .block--artist__item .artist--name {
  width: 60%;
  position: absolute;
  transform: translate(-50%, 0);
  bottom: -1em;
  left: 50%;
  display: block;
}
@media screen and (min-width: 961px) {
  .section--about .block--artist .block--artist__item .artist--name {
    filter: drop-shadow(0px -1px 3px rgba(0, 0, 0, 0.5647058824));
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--about .block--artist .block--artist__item .artist--name {
    bottom: -30px;
  }
}
.section--about .block--artist .block--artist__item:nth-child(1) .artist--name {
  bottom: -45px;
}
.section--about .block--artist .block--artist__item:nth-child(2) .artist--name {
  width: 50%;
}
.section--about .list--point {
  color: #000;
  width: 60%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.section--about .list--point li {
  width: 25%;
  text-align: center;
}
.section--about .list--point li .icon {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.section--about .list--point li .icon img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
}
.section--about .list--point li .icon + span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: -20px;
}
.section--about .point_disp {
  text-align: center;
  width: 90%;
  margin: 2em auto;
}

.bg--white {
  background: #000;
  background-size: cover;
  color: #444;
  padding: 15vw 0 0;
  position: relative;
}
.bg--white:before {
  content: "";
  background: url(/static/fcopen/liveblast2025/assets/img/bgtx.png) center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.bg--white .block--border {
  width: 60%;
  min-width: 750px;
  /*border: 4px solid;*/
  padding: 50px 8%;
  margin: 0 auto 10vw;
  position: relative;
  background: #fff;
}
.bg--white .block--border.block--faq {
  background: none;
}
.bg--white .block--border .block-tit {
  position: absolute;
  top: -8vw;
  left: -6vw;
  width: 100%;
  height: 14vw;
  background: no-repeat left top;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
}
.bg--white .block--border .block-tit span {
  display: block;
  text-indent: -9999em;
}
.bg--white .block--border.block--entry .block-tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/block-tit_entry-min.png);
}
.bg--white .block--border.block--schedule .block-tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/block-tit_schedule-min.png);
}
.bg--white .block--border.block--faq .block-tit {
  height: 9vw;
  top: -6vw;
  background-image: url(/static/fcopen/liveblast2025/assets/img/block-tit_faq-min.png);
}
.bg--white .block--border.block--schedule {
  padding: 100px 8%;
}
.bg--white .block--border.block--entry .block--entry__item {
  margin-bottom: 60px;
}
.bg--white .block--border.block--entry .block--entry__item .tit {
  width: 100%;
  height: 4.7vw;
  background: no-repeat center top;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  margin-bottom: 20px;
}
.bg--white .block--border.block--entry .block--entry__item .txt--lead {
  text-align: center;
  font-weight: 900;
  font-size: 28px;
}
.bg--white .block--border.block--entry .block--entry__item .txt--lead span {
  display: block;
  text-align: left;
  width: 60%;
  margin: 20px auto 0;
  font-weight: 500;
}
.bg--white .block--border.block--entry .block--entry__item .list--term {
  width: 70%;
  margin: 20px auto;
}
.bg--white .block--border.block--entry .block--entry__item.step01 .tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/step01-min.png);
}
.bg--white .block--border.block--entry .block--entry__item.step02 .tit {
  background-image: url(/static/fcopen/liveblast2025/assets/img/step02-min.png);
}
.bg--white .block--border.block--entry .block--entry__item .btn {
  margin-top: 20px;
}
.bg--white .block--border.block--entry .block--entry__item .btn .btn--main {
  border-color: #444;
  color: #444;
  background: #43bfed;
}
.bg--white .block--border.block--entry .block--entry__item .btn .btn--main::after {
  background-color: #444;
}
@media screen and (min-width: 961px) {
  .bg--white .block--border.block--entry .block--entry__item .btn .btn--main:hover {
    color: #fff;
    background: #444;
  }
}
.bg--white .block--border.block--faq {
  padding: 0 0 10vw;
  border: none;
  background: none;
}
.bg--white .block--border.block--faq .list--accordion li {
  background: #fff;
}
@media screen and (min-width: 961px) {
  .bg--white .block--border.block--faq .list--accordion li:hover {
    background: #444;
  }
}
.bg--white .txt--link::after {
  border-color: #444;
}

.btn_entry_ara {
  display: block;
  position: fixed;
  width: 10vw;
  height: 10vw;
  z-index: 100;
  bottom: 5vw;
  right: 5vw;
  transition: 0.5s;
}
.btn_entry_ara a img {
  transition: 0.5s;
  display: block;
}
.btn_entry_ara a:hover img {
  scale: 1.2;
}

@media screen and (max-width: 961px) {
  .btn_entry_ara {
    width: 20vw;
    height: 20vw;
    bottom: 10vw;
    right: 5vw;
  }
  .btn_entry_ara a:hover img {
    scale: 1;
  }
}
.area--entry-btn {
  padding: 0 0 10vw;
}
.area--entry-btn .btn {
  transform: scale(1.2);
}
.area--entry-btn .btn .btn--main {
  color: #000;
  border-color: #000;
  background: url(/static/fcopen/liveblast2025/assets/img/bg_btn.png) center center;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
.area--entry-btn .btn .btn--main::after {
  background: #fff;
}
@media screen and (min-width: 961px) {
  .area--entry-btn .btn .btn--main:hover {
    color: #444;
    background: #fff;
  }
}
.area--entry-btn .btn .btn--main:before {
  content: "";
  position: absolute;
  background: url(/static/fcopen/liveblast2025/assets/img/bgtx.png) center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0.3;
}

.area--audition__item,
.bg--white .block--border,
.bg--white .block--border.block--entry .block--entry__item {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(60px);
}
.area--audition__item.started,
.bg--white .block--border.started,
.bg--white .block--border.block--entry .block--entry__item.started {
  opacity: 1;
  transform: translateY(0);
}

.section--audition, .section--about, .section--bnrara {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(15vw);
}
.section--audition.started, .section--about.started, .section--bnrara.started {
  opacity: 1;
  transform: translateY(0);
}

.bg--white .block--border .block-tit {
  opacity: 0;
  transition: 0.4s;
  transform: translate(-180px, 80px);
}

.bg--white .block--border.started .block-tit {
  opacity: 1;
  transform: translateY(0);
}

.page--live .wrap .bg {
  background-image: url(/static/fcopen/liveblast2025/assets/img/bg_2024.jpg);
}
.page--live .header .icon__sns {
  color: #fff;
}
.page--live .header .icon__sns a {
  color: #fff;
}
.page--live .footer {
  height: auto;
  padding: 80px 8%;
}
.page--live .section--heroImg {
  margin-bottom: 10vw;
}
.page--live .section--heroImg .section--heroImg__logo {
  width: 51vw;
  height: 40vw;
  top: 0;
}
.page--live .section--heroImg .section--heroImg__logo .section--heroImg__logo__item {
  transform: translate(-250px, 80px);
}
.page--live .section--heroImg .section--heroImg__logo .section--heroImg__logo__item.item01 {
  transition-delay: 0.7s;
  filter: drop-shadow(2px 4px 6px black);
  z-index: 1;
}
.page--live .section--heroImg .section--heroImg__logo .section--heroImg__logo__item.item02 {
  transition-delay: 0.9s;
  transform: translate(0, 0);
}
.page--live .section--heroImg .section--heroImg__logo .section--heroImg__logo__item.item03 {
  transition-delay: 1.3s;
  transform: translate(-100px, 40px);
}
.page--live .section--heroImg .section--heroImg__logo .section--heroImg__logo__item.item04 {
  transition-delay: 1.6s;
  transform: translate(-100px, 40px);
}
.page--live .section--heroImg .section--heroImg__logo .section--heroImg__logo__item.item05 {
  transition-delay: 2.2s;
  transform: translate(0, 0) scale(1.8);
}
.page--live.loaded .section--heroImg .section--heroImg__logo__item {
  transform: translate(0, 0) scale(1) !important;
}
.page--live .loaded .header {
  transition-delay: 2.4s;
}
.page--live .list-tit {
  line-height: 1;
}
.page--live .list--term {
  display: block;
  background: #fff;
  color: #000;
  border: 1px solid;
}
.page--live .list--term dt {
  width: 10em;
  float: left;
  clear: left;
  font-size: 0.9em;
  padding-top: 15px;
}
.page--live .list--term dd {
  width: 100%;
  line-height: 1.4;
  font-size: 1em;
  border-bottom: 1px solid #888;
  padding: 14px 0 14px 9.4em;
}
.page--live .list--term dd:last-child {
  border-bottom: none;
}
.page--live .list--term .colum {
  display: none;
}
.page--live .list--term .colum + dd {
  padding-left: 2em;
}
.page--live .section--news,
.page--live .section--bnrara,
.page--live .section--about,
.page--live .section--audition {
  width: 60%;
  min-width: 700px;
  background: #fff;
  padding: 50px;
  color: #000;
  margin: 0 auto 80px;
}
.page--live .section--news .txt--lead,
.page--live .section--bnrara .txt--lead,
.page--live .section--about .txt--lead,
.page--live .section--audition .txt--lead {
  text-align: center;
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 30px;
}
.page--live .section--audition {
  margin: 0 auto 10vw;
}
.page--live .section--bnrara {
  background: none;
  padding: 0;
}
.page--live .section--bnrara a {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.page--live .section--bnrara a .thumb {
  margin-bottom: 15px;
}
.page--live .section--bnrara a .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  z-index: 3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
  transition: transform 0.4s;
  transform: scaleX(0);
}
.page--live .section--bnrara a:hover .thumb::after {
  transform: scaleX(1);
  transform-origin: left;
}
.page--live .section--bnrara a:hover .thumb img {
  filter: grayscale(1);
}
.page--live .section--bnrara .thumb {
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.page--live .section--bnrara .thumb img {
  width: 100%;
  transition: 0.4s;
  filter: grayscale(0);
}
.page--live .section--news {
  background: none;
  padding: 0;
}
.page--live .section--news .list--information.list--accordion > li {
  border: none;
  padding: 50px;
  background: #fff;
  color: #000;
}
.page--live .section--news .list--information.list--accordion > li .accordion__title {
  transition: 0.3s;
}
.page--live .section--news .list--information.list--accordion > li .accordion__title .date {
  display: block;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.3em;
}
.page--live .section--news .list--information.list--accordion > li .accordion__body p {
  margin-bottom: 1em;
}
@media screen and (min-width: 961px) {
  .page--live .section--news .list--information.list--accordion > li:hover .accordion__title {
    opacity: 0.5;
  }
  .page--live .section--news .list--information.list--accordion > li .accordion__body .btn {
    text-align: left;
  }
  .page--live .section--news .list--information.list--accordion > li .accordion__body .btn a {
    text-align: center;
  }
}
.page--live .section--news .list--information.list--accordion > li.open .accordion__title::after {
  transform: rotate(180deg);
}
.page--live .section--news .list--information.list--accordion > li:not(:last-child) {
  margin-bottom: 20px;
}
.page--live .section--news .block--news-area {
  background: #fff;
  padding: 50px;
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live .section--news .block--news-area {
    padding: 40px 7%;
  }
  .page--live .section--news .block--news-area .txt--lead {
    font-size: 1.3em;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 30px;
  }
}
.page--live .section--news .block--news-area .txt--lead {
  font-size: 1.6em;
}
.page--live .section--news .block--news-area .list--term dt {
  width: 14em;
}
.page--live .list--information.list--accordion > li li {
  padding: 0;
  text-indent: -1em;
  padding-left: 1em;
  background: none;
  border: none;
}
.page--live .list--information.list--accordion > li li:hover {
  color: #000;
}
.page--live .list--information.list--accordion > li li p:not(:last-child) {
  margin-bottom: 1em;
}
.page--live .list--information.list--accordion > li li li {
  margin-bottom: 5px;
}
.page--live .accordion__title {
  font-size: 1.3em;
  position: relative;
}
.page--live .accordion__title::after, .page--live .accordion__title::before {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: #000;
  position: absolute;
  transition: 0.3s;
  right: 0;
}
.page--live .accordion__title::before {
  top: 50%;
}
.page--live .accordion__title::after {
  top: 50%;
  transform: rotate(90deg);
}
.page--live .accordion__body {
  display: none;
  padding-top: 20px;
}
.page--live .section--about .txt--lead {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
.page--live .section--about .txt--lead span {
  font-size: 0.7em;
  letter-spacing: -0.03em;
}
.page--live .section--about .txt {
  font-size: 1.3em;
  margin-bottom: 2em;
}
.page--live .section--audition {
  background: url(/static/fcopen/liveblast2025/assets/img/bg__fanplakit.jpg) no-repeat 0 100%;
  background-size: 170%;
  color: #fff;
  margin-top: 10px;
}
.page--live .section--audition .txt--lead {
  font-size: 1.4em;
}
.page--live .section--audition .btn .btn--main {
  border-color: #fff;
  color: #fff;
}
.page--live .section--audition .btn .btn--main::after {
  background: #fff;
}
@media screen and (min-width: 961px) {
  .page--live .section--audition .btn .btn--main:hover {
    color: #444;
    background: #fff;
  }
}
.page--live .section--audition .section--audition__logo {
  position: relative;
  width: 500px;
  height: 346px;
  margin: 0 auto 40px;
}
.page--live .section--audition .section--audition__logo__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page--live .footer .block--left {
  width: 60%;
}
.page--live .footer .block--left .list--logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page--live .footer .block--left .list--logo li {
  display: inline-block;
  width: 20%;
  margin-right: 40px;
}
.page--live .footer .block--left .list--logo .logo--festivalout {
  width: 10%;
}
.page--live .footer .block--left .list--logo .logo--fanpla {
  width: 18%;
}
.page--live .footer .block--right {
  width: 40%;
}

.page--entry-form .wrap {
  padding: 100px 0 300px;
  min-height: 100%;
}
.page--entry-form .section--entry-form,
.page--entry-form .section--confirm {
  width: 60%;
  min-width: 700px;
  background: #ffffffe8;
  padding: 50px;
  color: #000;
  margin: 0 auto 10vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--entry-form .section--entry-form,
  .page--entry-form .section--confirm {
    background: rgba(255, 255, 255, 0.8666666667);
  }
}
.page--entry-form .section--entry-form .section-tit,
.page--entry-form .section--confirm .section-tit {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}
.page--entry-form .section--entry-form .btn--main {
  background: #000;
  color: #fff;
}
.page--entry-form .section--confirm {
  opacity: 0;
  height: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
  transition: opacity 0.4s;
}
.page--entry-form .section--confirm.visible {
  opacity: 1;
  height: auto;
  padding: 50px;
  pointer-events: auto;
  margin: 0 auto 10vw;
}
.page--entry-form .btn {
  margin-top: 4em;
}

.form--post .input--half {
  width: 70%;
}
.form--post .required {
  display: inline-block;
  position: relative;
}
.form--post .required::before {
  content: "必須";
  display: inline-block;
  line-height: 1;
  background: #c00;
  color: #fff;
  border-radius: 0;
  letter-spacing: 0.3em;
  font-size: 12px;
  padding: 4px 4px 4px 7px;
  margin-left: 7px;
  font-weight: 500;
}

.page--live-report .slick-prev,
.page--live-report .slick-next {
  margin-top: 0;
}
.page--live-report .slick-prev::after {
  transform: translate(0, -50%) rotate(-135deg) scale(0.5);
}
.page--live-report .slick-next::after {
  transform: translate(0, -50%) rotate(45deg) scale(0.5);
}
.page--live-report .slick-slide img {
  width: 100%;
}
.page--live-report .slick-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--live-report .slick-prev::after {
  left: 35px;
}
.page--live-report .slick-next::after {
  left: auto;
  right: 35px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report {
    padding: 125px 0 0;
    margin-bottom: 5em;
  }
}
.page--live-report .section--live-report .section--inner {
  background: none;
}
.page--live-report .section--live-report .section--inner .section-tit {
  filter: drop-shadow(-2px -2px 6px rgba(255, 255, 255, 0.5019607843)) drop-shadow(2px 2px 6px rgba(255, 255, 255, 0.5019607843));
}
.page--live-report .section--live-report .section--inner .block--live-report {
  background: #fff;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--eventlogo {
  width: 40%;
  position: absolute;
  top: -20px;
  right: 5%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .block--live-report .block--eventlogo {
    top: 10px;
  }
}
.page--live-report .section--live-report .section--inner .block--live-report .wrap--section--banner {
  margin: 1em auto 3em;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--live-report__txt {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .block--live-report .block--live-report__txt {
    letter-spacing: 0.05em;
  }
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report {
  margin: 4em auto;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .tit {
  font-family: YakuHanJP, "futura-pt-bold", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2em;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo {
  margin: 1em auto 2em;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb {
  line-height: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb {
    margin-bottom: 0;
  }
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb span {
  display: block;
  line-height: 0;
  position: relative;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb span img {
  opacity: 0;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb.started span img {
  opacity: 1;
  transition: 0s 0.6s;
}
@media screen and (min-width: 961px) {
  .page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb.started a:hover {
    opacity: 0.85;
  }
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb.started span::before {
  animation: 1s bgSlide 0.4s;
}
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb.started + .name,
.page--live-report .section--live-report .section--inner .block--live-report .block--artist-report .block--live-report__photo .thumb.started + .name + .url {
  opacity: 1;
  transition: 0.3s 1.15s;
}
.page--live-report .section--live-report .section--inner .block--live-report .signtxt {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  text-align: right;
  margin: 0 0 5em;
  letter-spacing: 0.1em;
}
.page--live-report .section--live-report .section--inner .block--live-report .setlist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.page--live-report .section--live-report .section--inner .block--live-report .setlist h4 {
  margin-bottom: 0.5em;
  text-align: left;
  border-bottom: solid 2px #fafafa;
}
.page--live-report .section--live-report .section--inner .block--live-report .setlist h4 span {
  padding: 0 0.5em;
}
.page--live-report .section--live-report .section--inner .block--live-report .setlist .alist {
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .block--live-report .setlist .alist {
    display: block;
  }
}
.page--live-report .section--live-report .section--inner .block--live-report .setlist .alist .listara {
  width: 33%;
  margin: 0.2em;
  padding: 1em;
  box-sizing: border-box;
  background: #fafafa;
  letter-spacing: 0.08em;
  font-size: 95%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .block--live-report .setlist .alist .listara {
    width: 100%;
  }
}
.page--live-report .section--live-report .section--inner .block--live-report .setlist .alist .listara h5 {
  font-size: 105%;
  margin-bottom: 0.5em;
}
.page--live-report .section--live-report .section--inner .streamdetail {
  background: #444;
  color: #fff !important;
  margin-top: 5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail {
    margin-top: 2em;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0 auto 5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    margin: 0 auto;
    letter-spacing: 0.1em;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .thumb {
  width: 80%;
  margin: 0 auto;
  transform-origin: left bottom;
  transition: 0.4s 0.1s;
  transform: translate(-250px, 80px);
  opacity: 0;
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .thumb.started {
  opacity: 1;
  transform: translate(0, 0);
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .thumb img {
  width: 100%;
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream__caption {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1em, 2vw, 1.2em);
  margin: 2em 0;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream__caption {
    margin: 0.5em 0 2em;
    margin: 0.5em 0 2em;
    text-align: left;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream__caption span {
  font-weight: normal;
  font-size: 85%;
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail {
  padding: 2em;
  /*background:#ffffff30;*/
  border: solid 1px rgba(255, 255, 255, 0.5019607843);
  margin: 2em 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail {
    padding: 1em 1em 0;
    border: solid 1px rgba(255, 255, 255, 0.5019607843);
    margin: 2em 0 0;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail h5 {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail strong {
  /*font-weight:normal;*/
  background: #fdfc36;
  color: #000;
  padding: 1em;
  text-align: center;
  display: block;
  margin: 0.5em 0;
  box-sizing: border-box;
  line-height: 2.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail strong {
    padding: 0.5em 1em 1em;
    line-height: 1.8em;
    padding: 0.5em 1em 1em;
    line-height: 1.8em;
    margin-bottom: 1.4em;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail strong em {
  display: block;
  font-size: clamp(1.5em, 3vw, 2.5em);
  font-weight: bold;
  letter-spacing: 0;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail strong span {
    display: block;
    line-height: 1.5em;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail strong small {
  font-size: 60%;
  letter-spacing: 0.05em;
  margin: 0 0.05em;
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl {
  display: flex;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5019607843);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl {
    border: none;
    display: block;
    margin-bottom: 1.5em;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl dt {
  width: 30%;
  padding: 1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl dt {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5019607843);
    padding: 0 0 0.1em;
    font-size: 0.8em;
    font-weight: bold;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl dd {
  width: 70%;
  padding: 1em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl dd {
    width: 100%;
    padding: 0.5em 0 0;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl dd a {
  text-decoration: underline;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail dl dd a {
    text-decoration: underline;
    font-size: 0.9em;
    letter-spacing: 0;
  }
}
.page--live-report .section--live-report .section--inner .streamdetail .block--stream .stream-detail .tostream dl {
  border-bottom: none;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap {
    padding-bottom: 0;
    overflow: visible;
  }
  .header .icon__sns span,
  .header .icon__sns a {
    color: #fff;
  }
  .nav--left,
  .drawer {
    display: none;
    position: absolute;
  }
  .footer {
    display: block;
    height: auto;
    position: relative;
    padding: 50px 9%;
  }
  .footer .block--left,
  .footer .block--right {
    width: 100%;
  }
  .footer .block--left .list--logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .block--left .list--logo li {
    display: inline-block;
    width: 45%;
  }
  .footer .block--left .list--logo li:not(:last-child) {
    margin-bottom: 0;
    width: 36%;
    position: relative;
    top: 2px;
  }
  .footer .block--right {
    text-align: left;
    font-size: 12px;
    padding-top: 30px;
  }
  .footer .block--right .list--sns {
    font-size: 1.3em;
    margin-bottom: 1.8em;
  }
  .btn--entry {
    right: 20px;
    width: 28vw;
    height: 28vw;
  }
  .btn--entry img {
    margin: 32px auto 0;
  }
  .section--heroImg {
    height: 97vh;
  }
  .section--heroImg::before {
    width: 100vh;
    height: 100vh;
    margin-left: -50vh;
    margin-top: -50vh;
  }
  .section--heroImg .section--heroImg__logo {
    top: -2vw;
    width: 100vw;
    height: 69vw;
  }
  .section--lead {
    background: none;
    padding-bottom: 50vh;
    margin-bottom: -50vh;
  }
  .section--lead .bg--lead {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    /*background: url(/static/fcopen/liveblast2025/assets/img/bg_live.jpg) no-repeat center;*/
    background-size: cover;
  }
  .section--lead .block--first {
    margin-top: -100vh;
  }
  .section--lead .block--first .inner,
  .section--lead .block--second .inner {
    width: 90vw;
    height: 116vw;
  }
  .section--grand-prix,
  .section--live-report,
  .section--audition,
  .section--audition-entry,
  .section--about {
    overflow: hidden;
    padding: 90px 0 0;
  }
  .section--grand-prix.started .section--inner .section-tit,
  .section--live-report.started .section--inner .section-tit,
  .section--audition.started .section--inner .section-tit,
  .section--audition-entry.started .section--inner .section-tit,
  .section--about.started .section--inner .section-tit {
    transform: rotate(2deg) translate(0, 0);
    transition: 0.4s;
  }
  .section--grand-prix .section--inner,
  .section--live-report .section--inner,
  .section--audition .section--inner,
  .section--audition-entry .section--inner,
  .section--about .section--inner {
    width: 92%;
    min-width: inherit;
    padding-bottom: 50px;
  }
  .section--grand-prix .section--inner::before,
  .section--live-report .section--inner::before,
  .section--audition .section--inner::before,
  .section--audition-entry .section--inner::before,
  .section--about .section--inner::before {
    width: 100%;
    top: -21.8vw;
  }
  .section--grand-prix .section--inner .section-tit,
  .section--live-report .section--inner .section-tit,
  .section--audition .section--inner .section-tit,
  .section--audition-entry .section--inner .section-tit,
  .section--about .section--inner .section-tit {
    width: 103%;
    height: 28vw;
    top: -22vw;
    left: -6vw;
    transform: rotate(0deg) translate(-250px, 80px);
  }
  .section--grand-prix .section--inner .txt--lead,
  .section--live-report .section--inner .txt--lead,
  .section--audition .section--inner .txt--lead,
  .section--audition-entry .section--inner .txt--lead,
  .section--about .section--inner .txt--lead {
    padding: 40px 6% 20px;
    font-size: 5vw;
    line-height: 1.4;
    word-break: break-all;
    text-align: left;
  }
  .section--grand-prix .area--audition,
  .section--live-report .area--audition,
  .section--audition .area--audition,
  .section--audition-entry .area--audition,
  .section--about .area--audition {
    padding: 0 5% 60px;
  }
  .section--grand-prix .area--audition .area-tit,
  .section--live-report .area--audition .area-tit,
  .section--audition .area--audition .area-tit,
  .section--audition-entry .area--audition .area-tit,
  .section--about .area--audition .area-tit {
    font-size: 9vw;
    margin-bottom: 10px;
  }
  .section--grand-prix .area--audition .area-tit span::before, .section--grand-prix .area--audition .area-tit span::after,
  .section--live-report .area--audition .area-tit span::before,
  .section--live-report .area--audition .area-tit span::after,
  .section--audition .area--audition .area-tit span::before,
  .section--audition .area--audition .area-tit span::after,
  .section--audition-entry .area--audition .area-tit span::before,
  .section--audition-entry .area--audition .area-tit span::after,
  .section--about .area--audition .area-tit span::before,
  .section--about .area--audition .area-tit span::after {
    display: none;
  }
  .section--grand-prix .area--audition .area--audition__item,
  .section--live-report .area--audition .area--audition__item,
  .section--audition .area--audition .area--audition__item,
  .section--audition-entry .area--audition .area--audition__item,
  .section--about .area--audition .area--audition__item {
    margin-bottom: 20px;
  }
  .section--grand-prix .area--audition .area--audition__item dl dt,
  .section--live-report .area--audition .area--audition__item dl dt,
  .section--audition .area--audition .area--audition__item dl dt,
  .section--audition-entry .area--audition .area--audition__item dl dt,
  .section--about .area--audition .area--audition__item dl dt {
    float: none;
    width: 100%;
    opacity: 0.8;
    letter-spacing: 0.1em;
    text-align: left;
    font-size: 0.9em;
    padding-top: 4px;
  }
  .section--grand-prix .area--audition .area--audition__item dl dd,
  .section--live-report .area--audition .area--audition__item dl dd,
  .section--audition .area--audition .area--audition__item dl dd,
  .section--audition-entry .area--audition .area--audition__item dl dd,
  .section--about .area--audition .area--audition__item dl dd {
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .section--grand-prix .area--audition .area--audition__item .block-tit,
  .section--live-report .area--audition .area--audition__item .block-tit,
  .section--audition .area--audition .area--audition__item .block-tit,
  .section--audition-entry .area--audition .area--audition__item .block-tit,
  .section--about .area--audition .area--audition__item .block-tit {
    margin-bottom: 10px;
  }
  .section--grand-prix .area--audition .area--audition__item .block-tit span::before,
  .section--grand-prix .area--audition .area--audition__item .block-tit span::after,
  .section--live-report .area--audition .area--audition__item .block-tit span::before,
  .section--live-report .area--audition .area--audition__item .block-tit span::after,
  .section--audition .area--audition .area--audition__item .block-tit span::before,
  .section--audition .area--audition .area--audition__item .block-tit span::after,
  .section--audition-entry .area--audition .area--audition__item .block-tit span::before,
  .section--audition-entry .area--audition .area--audition__item .block-tit span::after,
  .section--about .area--audition .area--audition__item .block-tit span::before,
  .section--about .area--audition .area--audition__item .block-tit span::after {
    height: 8px;
    left: calc(50% - 6.5em);
    width: 25vw;
  }
  .section--grand-prix .area--audition .area--audition__item .block-tit span::after,
  .section--live-report .area--audition .area--audition__item .block-tit span::after,
  .section--audition .area--audition .area--audition__item .block-tit span::after,
  .section--audition-entry .area--audition .area--audition__item .block-tit span::after,
  .section--about .area--audition .area--audition__item .block-tit span::after {
    left: inherit !important;
    right: calc(50% - 6.5em);
  }
  .section--grand-prix .area--audition .block--prize__item,
  .section--live-report .area--audition .block--prize__item,
  .section--audition .area--audition .block--prize__item,
  .section--audition-entry .area--audition .block--prize__item,
  .section--about .area--audition .block--prize__item {
    /*&.prize01{
    	display: block;
    	margin-bottom: 10px;
    	.num{
    		width: 60px; height: 60px; margin: 0 auto 9px;
    		position: relative;
    		&::before,&::after{
    			content: '';
    	    display: block;
    	    background: url(/static/fcopen/liveblast2025/assets/img/bg_tit_linelong-min.png) no-repeat top center;
    	    height: 2vw;
    	    position: absolute;
    	    top: 50%;
    	    left: calc(50% - 42vw);
    	    width: 30vw;
    	    background-size: contain;
    		}
    		&::after{
    			left: inherit;
    			right: calc(50% - 42vw);
    		}
    	}
    	.txt{ font-size: 16px; line-height: 1.4; }
    }*/
  }
  .section--grand-prix .area--audition .block--prize__item.prize01, .section--grand-prix .area--audition .block--prize__item.prize02, .section--grand-prix .area--audition .block--prize__item.prize03,
  .section--live-report .area--audition .block--prize__item.prize01,
  .section--live-report .area--audition .block--prize__item.prize02,
  .section--live-report .area--audition .block--prize__item.prize03,
  .section--audition .area--audition .block--prize__item.prize01,
  .section--audition .area--audition .block--prize__item.prize02,
  .section--audition .area--audition .block--prize__item.prize03,
  .section--audition-entry .area--audition .block--prize__item.prize01,
  .section--audition-entry .area--audition .block--prize__item.prize02,
  .section--audition-entry .area--audition .block--prize__item.prize03,
  .section--about .area--audition .block--prize__item.prize01,
  .section--about .area--audition .block--prize__item.prize02,
  .section--about .area--audition .block--prize__item.prize03 {
    width: 100%;
  }
  .section--grand-prix .area--audition .block--prize__item.prize01 .num, .section--grand-prix .area--audition .block--prize__item.prize02 .num, .section--grand-prix .area--audition .block--prize__item.prize03 .num,
  .section--live-report .area--audition .block--prize__item.prize01 .num,
  .section--live-report .area--audition .block--prize__item.prize02 .num,
  .section--live-report .area--audition .block--prize__item.prize03 .num,
  .section--audition .area--audition .block--prize__item.prize01 .num,
  .section--audition .area--audition .block--prize__item.prize02 .num,
  .section--audition .area--audition .block--prize__item.prize03 .num,
  .section--audition-entry .area--audition .block--prize__item.prize01 .num,
  .section--audition-entry .area--audition .block--prize__item.prize02 .num,
  .section--audition-entry .area--audition .block--prize__item.prize03 .num,
  .section--about .area--audition .block--prize__item.prize01 .num,
  .section--about .area--audition .block--prize__item.prize02 .num,
  .section--about .area--audition .block--prize__item.prize03 .num {
    width: 50px;
    height: 50px;
  }
  .section--grand-prix,
  .section--live-report {
    padding-bottom: 0;
  }
  .section--grand-prix .section--inner .block-tit,
  .section--live-report .section--inner .block-tit {
    font-size: 6vw;
  }
  .section--grand-prix .section--inner .block--artist,
  .section--live-report .section--inner .block--artist {
    padding-top: 30px;
  }
  .section--grand-prix .section--inner .block--artist .name,
  .section--live-report .section--inner .block--artist .name {
    font-size: 10vw;
    line-height: 1;
    padding-top: 6px;
  }
  .section--grand-prix .section--inner .block--artist .block-tit,
  .section--live-report .section--inner .block--artist .block-tit {
    font-size: 5vw;
  }
  .section--audition-entry .block--semi-final .block-tit {
    font-size: 5.3vw;
    letter-spacing: 0.08em;
  }
  .section--audition-entry .block--semi-final .section--inner .txt--lead {
    font-size: 3.8vw;
    text-align: center;
    padding: 3px 0 0;
    margin-bottom: 30px;
  }
  .section--audition-entry .block--semi-final .list--artist li {
    width: 100%;
  }
  .section--audition-entry .block--semi-final .list--artist li .thumb a {
    height: 72vw;
  }
  .section--audition-entry .block--semi-final .list--artist li.round-marker span i {
    font-size: 0.8em;
  }
  .section--audition-entry .section--inner .txt--lead {
    font-size: 4vw;
    padding: 0px 5%;
  }
  .section--audition-entry .section--inner .txt--lead span {
    font-size: 0.8em;
    margin-top: 0.5em;
  }
  .section--audition-entry .section--inner > .txt--basic {
    font-size: 1em;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 0 5%;
  }
  .section--audition-entry .block-tit {
    font-size: 10vw;
  }
  .section--audition-entry .txt--basic {
    font-size: 1.2em;
  }
  .section--audition-entry .block--artist {
    padding: 40px 5% 0;
  }
  .section--audition-entry .block--artist .list--artist {
    padding-top: 40px;
    margin: 0 -6%;
  }
  .section--audition-entry .block--artist .list--artist li::after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #444;
    position: absolute;
    right: 0;
    top: 10%;
  }
  .section--audition-entry .block--artist .list--artist li .thumb {
    margin-bottom: 10px;
  }
  .section--audition-entry .block--artist .list--artist li .thumb a {
    display: block;
    width: 100%;
    height: 19.9vw;
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
  }
  .section--audition-entry .block--artist .list--artist li .thumb a img {
    height: 100%;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
  }
  .section--audition-entry .block--artist .list--artist li .thumb-contain a {
    position: relative;
  }
  .section--audition-entry .block--artist .list--artist li .thumb-contain a .blur {
    filter: blur(20px);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section--audition-entry .block--artist .list--artist li .thumb-contain a .blur + img {
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
  }
  .section--audition-entry .block--artist .list--artist li .name {
    font-weight: 500;
    font-size: 0.8em;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .section--audition-entry .block--artist .list--artist li .btn a {
    padding: 0.3em;
    font-size: 0.9em;
  }
  .section--audition-entry .block--artist .list--artist li .btn a:hover {
    color: #444;
    border-color: #444;
    background: #fff;
  }
  .section--audition-entry .block--artist .list--artist + .txt--sub {
    margin: 20px -1% 20px;
  }
  .section--audition-entry .block--artist .block--artist .list--artist li {
    width: 25%;
    padding: 2%;
  }
  .section--audition-entry .block--artist .block--artist .list--artist li .thumb {
    margin-bottom: 10px;
  }
  .section--audition-entry .block--artist .block--artist .list--artist li .thumb a {
    height: 19.5vw;
  }
  .section--audition-entry .block--artist .andmore {
    margin: -0.5em auto 1em;
  }
  .section--audition-entry .block--attention {
    margin: 0 5% 30px;
    padding: 20px 2% 15px;
  }
  .section--audition-entry .block--youtube {
    padding: 50px 5% 0;
  }
  .section--audition-entry .block--youtube .txt--basic {
    font-size: 1em;
    text-align: left;
  }
  .section--audition-entry .block--youtube .block-tit {
    font-size: 10vw;
  }
  .section--audition-entry .block--youtube .list--youtube {
    display: block;
    padding-top: 40px;
    margin: 0 -6%;
  }
  .section--audition-entry .block--youtube .list--youtube li {
    margin: 0 5px;
    margin-bottom: 0;
  }
  .section--audition-entry .block--youtube .list--youtube li a {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
  }
  .section--audition-entry .block--youtube .list--youtube li a::after {
    display: none;
  }
  .section--audition-entry .block--youtube .list--youtube li a:hover .thumb {
    filter: none;
  }
  .section--audition-entry .block--youtube .list--youtube li .thumb {
    transition: none;
    filter: none;
    margin-bottom: 10px;
    height: 42vw;
  }
  .section--audition-entry .block--youtube .list--youtube li .thumb img {
    height: 42vw;
  }
  .section--audition-entry .block--youtube .list--youtube li .name {
    font-weight: normal;
    font-size: 0.9em;
    margin-bottom: 0.8em;
    color: #444;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.3;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    z-index: 5;
  }
  .slick-prev,
  .slick-next {
    margin-top: 0;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev::after, .slick-next::after {
    width: 20px;
    height: 20px;
    border-right: 2px solid #444;
    border-top: 2px solid #444;
  }
  .section--audition .section--inner {
    padding-bottom: 0;
  }
  .section--audition .section--inner .area--audition {
    padding-bottom: 10px;
  }
  .section--about {
    padding: 80px 0 60px;
  }
  .section--about .section--inner .txt--lead {
    font-size: 4vw;
    line-height: 1.4;
    text-align: left;
  }
  .section--about .thumb {
    width: 90%;
  }
  .section--about .thumb .thumb__logo {
    width: 40%;
  }
  .section--about .list--point {
    width: 90%;
    margin-bottom: 40px;
  }
  .section--about .list--point li .icon + span {
    font-size: 10px;
    font-weight: 900;
  }
  .bg--white .block--border {
    width: 90%;
    min-width: inherit;
    border: 4px solid;
    padding: 30px 3% 20px;
    margin: 0 auto 18vw;
    background: #fff;
  }
  .bg--white .block--border .block-tit {
    top: -10vw;
    left: -4vw;
    height: 17vw;
    z-index: 10;
  }
  .bg--white .block--border.block--entry .block--entry__item {
    margin-bottom: 40px;
  }
  .bg--white .block--border.block--entry .block--entry__item .list--term {
    display: block;
    width: 100%;
    margin: 20px auto 10px;
    padding: 14px 10px 10px;
  }
  .bg--white .block--border.block--entry .block--entry__item .list--term dt {
    width: 100%;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
  }
  .bg--white .block--border.block--entry .block--entry__item .list--term dd {
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0;
  }
  .bg--white .block--border.block--entry .block--entry__item .tit {
    height: 9vw;
    margin-bottom: 10px;
  }
  .bg--white .block--border.block--entry .block--entry__item .txt--lead {
    font-size: 5vw;
  }
  .bg--white .block--border.block--entry .block--entry__item .txt--lead span {
    width: 90%;
    font-size: 12px;
    margin: 10px auto 0;
  }
  .list--schedule li {
    display: block;
    margin-bottom: 40px;
  }
  .list--schedule li.senkou div:last-child span br {
    display: none;
  }
  .list--schedule li::after {
    display: none;
  }
  .list--schedule li .tit {
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
  }
  .list--schedule li .tit span {
    margin-top: 5px;
  }
  .list--schedule li .date {
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    font-weight: 600;
    margin-top: -0.2em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  .list--schedule li .date div:first-child {
    margin-right: 20px;
  }
  .list--schedule li .date div:last-child {
    margin-right: 0;
  }
  .list--schedule li .date > div {
    display: inline-block;
  }
  .list--schedule li .date::after {
    width: 7px;
    height: 26px;
    top: -26px;
  }
  .list--schedule li .date div:last-child {
    padding-top: 5px;
  }
  .list--schedule li .date div:last-child::before {
    width: 1px;
    height: 10px;
    top: 12px;
    margin-left: 0;
    left: -11px;
    transform: rotate(-90deg);
  }
  .list--accordion li {
    border: 3px solid;
    padding: 10px 30px 10px 10px;
  }
  .list--accordion li:not(:last-child) {
    margin-bottom: 8px;
  }
  .list--accordion li .tit {
    line-height: 1.6;
  }
  .list--accordion li .tit::before, .list--accordion li .tit::after {
    height: 12px;
    right: -13px;
  }
  .area--entry-btn {
    padding: 3vw 5% 20vw;
  }
  .area--entry-btn .btn {
    transform: scale(1.1);
  }
  .page--entry-form .wrap {
    padding: 0;
    overflow: hidden;
  }
  .page--entry-form .section--entry-form, .page--entry-form .section--confirm {
    width: 100%;
    min-width: inherit;
    padding: 20px 5% 60px;
    margin: 0 auto;
  }
  .form--post .input--half {
    width: 100%;
  }
  .form--post dt {
    margin: 2em 0 0.5em;
    font-size: 1.2em;
  }
  .page--entry-form .section--confirm {
    padding: 0;
  }
  .form--post .required::before {
    font-size: 10px;
    padding: 3px 4px 4px 7px;
    vertical-align: 2px;
  }
  .page--entry-form .section--confirm.visible {
    padding: 20px 5% 100px;
    margin: 0 auto;
  }
  .page--entry-form .section--entry-form .section-tit,
  .page--entry-form .section--confirm .section-tit {
    font-size: 8vw;
    line-height: 1.3;
  }
  .page--live .section--heroImg .section--heroImg__logo {
    width: 86vw;
    height: 71vw;
    top: 0;
  }
  .page--live .section--news, .page--live .section--about, .page--live .section--audition, .page--live .section--bnrara {
    width: 92%;
    min-width: inherit;
    padding: 40px 7%;
    margin-bottom: 40px;
  }
  .page--live .section--bnrara {
    padding: 0;
  }
  .page--live .section--news {
    padding: 0;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(40px);
  }
  .page--live .section--news.started {
    opacity: 1;
    transform: translateY(0);
  }
  .page--live .section--news .list--information.list--accordion > li {
    padding: 20px 7%;
  }
  .page--live .section--news .list--information.list--accordion > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .page--live .section--news .accordion__title {
    font-size: 1.1em;
    line-height: 1.4;
    padding-right: 1em;
  }
  .page--live .section--news .accordion__title::before, .page--live .section--news .accordion__title::after {
    right: -10px;
  }
  .page--live .section--about .txt {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page--live .section--about .txt--lead {
    font-size: 1.3em;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 30px;
  }
  .page--live .section--about .block--artist {
    margin-bottom: 50px;
  }
  .page--live .section--audition {
    background-size: cover;
    background-position: right;
  }
  .page--live .section--audition .section--audition__logo {
    width: 70vw;
    height: 50vw;
    margin-bottom: 20px;
  }
  .page--live .list--term dt {
    width: 100%;
    float: none;
    text-align: left;
    padding: 10px 0 0 10px;
  }
  .page--live .list--term dd {
    padding: 0 10px 10px;
  }
  .page--live .list--term dd .txt--sub {
    line-height: 1.4;
  }
  .page--live .list--term .colum + dd {
    padding-left: 10px;
  }
  .page--live .footer {
    padding: 50px 8%;
  }
  .page--live .footer .block--left {
    width: 100%;
  }
  .page--live .footer .block--left .list--logo {
    justify-content: space-between;
    align-items: center;
  }
  .page--live .footer .block--left .list--logo li {
    margin-right: 2%;
    width: 20%;
  }
  .page--live .footer .block--left .list--logo li.logo--radioblast {
    width: 24%;
  }
  .page--live .footer .block--left .list--logo li.logo--festivalout {
    width: 14%;
  }
  .page--live .footer .block--left .list--logo li.logo--fanpla {
    width: 20%;
  }
  .page--live .footer .block--right {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .bgWhite {
    /*.drawer .drawer-inner::before, .drawer .drawer-inner::after,
    .nav--left > div:not(.drawer-inner)::before, .nav--left > div:not(.drawer-inner)::after{
    	background: $blue;
    }*/
  }
  .bgWhite .drawer .drawer-inner .g-nav li a,
  .bgWhite .nav--left span {
    color: #fff;
  }
  .drawer .drawer-inner .g-nav li a {
    filter: drop-shadow(2px 4px 6px #192f86);
  }
  .drawer .drawer-inner .g-nav li a:hover {
    letter-spacing: 0.5em;
  }
  .nav--left {
    position: fixed;
    width: 100%;
    height: 15px;
    font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.07em;
    transform: rotate(90deg);
    right: -49%;
    top: 50%;
    z-index: 50;
    opacity: 0;
    transition: 0.3s;
  }
  .nav--left > div:not(.drawer-inner) {
    position: relative;
  }
  .nav--left > div:not(.drawer-inner)::before, .nav--left > div:not(.drawer-inner)::after {
    content: "";
    display: block;
    width: calc(50% - 9.8em);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
  }
  .nav--left > div:not(.drawer-inner)::before {
    left: 0;
  }
  .nav--left > div:not(.drawer-inner)::after {
    right: 0;
  }
  .drawer {
    position: fixed;
    width: 65px;
    height: 100%;
    font-family: YakuHanJP, "roboto", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-align: right;
    right: 3%;
    top: 0;
    z-index: 50;
    opacity: 0;
    letter-spacing: 0.08em;
  }
  .drawer .drawer-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30%;
    position: relative;
    /*&::before,&::after{
    	content: '';
       display: block;
       width: 1px;
       height: calc(50% - 4em);
       background: #fff;
       position: absolute;
       top: 0;
    	right: 0;
    }
    &::before{ top:0;}
    &::after{ top:inherit;bottom: 0;}*/
  }
  .drawer .drawer-inner .g-nav {
    position: relative;
    right: -1px;
  }
  .nav--left {
    right: inherit;
    left: -48%;
  }
  .nav--left span {
    display: block;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .btn--entry {
    right: 5%;
    width: 18vw;
    height: 18vw;
  }
  .section--audition .section--inner,
  .section--about .section--inner {
    width: 80%;
  }
  .section--audition .section--inner .txt--lead,
  .section--about .section--inner .txt--lead {
    font-size: 3vw;
  }
  .section--audition .area--audition,
  .section--about .area--audition {
    padding: 0 10% 60px;
  }
  .section--audition .area--audition .area-tit,
  .section--about .area--audition .area-tit {
    font-size: 6vw;
  }
  .section--audition .area--audition .block--prize__item.prize01 .txt span:last-child,
  .section--about .area--audition .block--prize__item.prize01 .txt span:last-child {
    margin-top: 10px;
  }
  .section--audition .area--audition .block--prize__item.prize01 .num::after,
  .section--audition .area--audition .block--prize__item.prize01 .num::before,
  .section--about .area--audition .block--prize__item.prize01 .num::after,
  .section--about .area--audition .block--prize__item.prize01 .num::before {
    width: 23vw;
    height: 1.5vw;
    left: calc(50% - 29vw);
    margin-top: -0.8vw;
  }
  .section--audition .area--audition .block--prize__item.prize01 .num::after,
  .section--about .area--audition .block--prize__item.prize01 .num::after {
    left: inherit;
    right: calc(50% - 29vw);
  }
  .section--audition .area--audition .block--prize__item.prize02,
  .section--audition .area--audition .block--prize__item.prize03,
  .section--about .area--audition .block--prize__item.prize02,
  .section--about .area--audition .block--prize__item.prize03 {
    margin-bottom: 1em;
  }
  .section--audition .area--audition .area--audition__item .block-tit span::after,
  .section--about .area--audition .area--audition__item .block-tit span::after {
    right: calc(50% - 11em);
  }
  .section--audition .area--audition .area--audition__item .block-tit span::before,
  .section--about .area--audition .area--audition__item .block-tit span::before {
    left: calc(50% - 10em);
  }
  .section--about {
    padding: 20vw 0 60px;
  }
  .bg--white .block--border {
    width: 80%;
    padding: 60px 5% 30px;
  }
  .bg--white .block--border.block--entry .block--entry__item .txt--lead {
    font-size: 3vw;
  }
  .bg--white .block--border.block--entry .block--entry__item .tit {
    height: 6vw;
  }
  .page--live .section--about,
  .page--live .section--audition {
    width: 92%;
    padding: 60px 8%;
    margin-bottom: 10vw;
  }
  .page--live .footer {
    height: auto;
  }
  .page--live .section--about .txt--lead {
    font-size: 2em;
  }
  .page--live .section--about .block--artist {
    margin-bottom: 9vw;
  }
  .page--live .list--term dt {
    line-height: 1;
  }
}/*# sourceMappingURL=style_v3.css.map */