*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  tab-size: 4;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

input {
  overflow: visible;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  background-color: #eee;
  color: #fff;
  cursor: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.053rem + 1.48vw, 2rem);
  font-weight: 400;
  line-height: 1;
  position: relative;
}

a:link {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:visited {
  color: #fff;
}

a:hover {
  opacity: 0.8;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

.t--right {
  text-align: right;
}

.t--left {
  text-align: left;
}

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

.audio {
  background: #2e4e79;
  height: 100vh;
  opacity: 0.9;
  position: fixed;
  width: 100vw;
  z-index: 200;
}
.audio.off {
  display: none;
}

.audio__note {
  line-height: 1.5;
  padding: 20% 2rem 2rem;
  text-align: center;
}

.audio__btn-area {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex;
  justify-content: center;
}
.audio__btn-area:hover {
  cursor: pointer;
}

.audio__btn--on,
.audio__btn--off {
  background: #fff;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  padding: 0.5em 2em;
}

footer {
  background: #2e4e79;
  padding: 3.5rem 2rem 2rem;
  text-align: center;
}

.organizer {
  background: #1e3364;
  color: #8893ad;
  font-weight: 500;
  line-height: 1.25;
  margin: 0.5em auto 0;
  max-width: 584px;
  padding: 0.8em 1em;
}
.organizer p:last-of-type {
  margin-top: 5px;
}

.copyright {
  font-size: 1.1rem;
  line-height: 1.25;
  padding: 2em 2rem 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    font-size: 1.2rem;
  }
}

header {
  background: url(../images/fv_bg_sp.png) center 0 no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  padding-top: 20%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  header {
    align-items: center;
    background: url(../images/fv_bg_pc.png) center 0 no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding-top: 0;
  }
}

.navi__toggle {
  cursor: pointer;
  height: 32px;
  left: calc(100% - 60px);
  position: fixed;
  top: 14px;
  width: 46px;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .navi__toggle {
    left: calc(100% - 80px);
    top: 30px;
  }
}
.navi__toggle span {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.4s;
  width: 100%;
}
.navi__toggle span:nth-of-type(1) {
  top: 0px;
}
.navi__toggle span:nth-of-type(2) {
  top: 14px;
}
.navi__toggle span:nth-of-type(3) {
  top: 30px;
}
.navi__toggle.show {
  z-index: 100;
}
.navi__toggle.show span {
  background: #4d4d4d;
}
.navi__toggle.show span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  left: 10px;
  top: 8px;
  transform: translateY(6px) rotate(-45deg);
}
.navi__toggle.show span:nth-of-type(2) {
  opacity: 0;
}
.navi__toggle.show span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  left: 10px;
  top: 20px;
  transform: translateY(-6px) rotate(45deg);
}

.main-navi {
  background: #fff;
  height: 100vh;
  left: 100%;
  opacity: 0;
  padding: 70px 20px 40px;
  position: absolute;
  top: 0;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  .main-navi {
    padding-top: 100px;
  }
}
.main-navi.show {
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: 0.4s ease-in-out;
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .main-navi.show {
    left: 50%;
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .main-navi.show {
    left: calc(100% - 340px);
    width: 340px;
  }
}

.main-nav__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
.main-nav__bg.show {
  opacity: 1;
  position: fixed;
  top: 0;
  transition: 0.4s ease-in-out;
  visibility: visible;
}

.main-navi__list {
  border-top: 1px solid #808080;
  width: 100%;
}
.main-navi__list li {
  border-bottom: 1px solid #808080;
  color: #4d4d4d;
  padding: 0.7em;
}
.main-navi__list li a:visited {
  color: #4d4d4d;
}

#btn_audio {
  margin-top: 3rem;
  max-width: 30rem;
  width: 70%;
}
@media print, screen and (min-width: 768px) {
  #btn_audio {
    max-width: 30rem;
    width: 30rem;
  }
}

.header-inn {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .header-inn {
    padding: 0 3rem;
  }
}

.ttl {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.fade-up {
  -webkit-animation: 2s fadeup;
  -webkit-animation-iteration-count: 1;
  animation: 2s fadeup;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.AuDee {
  margin-top: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .AuDee {
    margin-top: -0.5em;
  }
}
.AuDee p {
  font-size: 1.2rem;
  line-height: 1.25;
}
.AuDee img {
  max-width: 200px;
  width: 60%;
}

.date {
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
  width: 100%;
}

.arrow {
  position: relative;
}
.arrow img {
  -webkit-animation: 2.5s fuwafuwa infinite;
  animation: 2.5s fuwafuwa infinite;
  bottom: -16px;
  height: 47px;
  left: calc(50% - 28px);
  position: absolute;
  width: 45px;
  z-index: 99;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.story {
  background: #528bc9;
  padding: 6rem 2rem 5rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .story {
    padding: 12rem 3rem 10rem;
  }
}

.story__ttl--pc {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 3rem;
}

.coming {
  margin-top: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .coming {
    margin-top: 6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .coming {
    margin-top: 10rem;
  }
}
.coming h3 {
  background: #fff;
  color: #2e4e79;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.3em 1em 0.5em;
}
@media print, screen and (min-width: 768px) {
  .coming h3 {
    font-size: 4rem;
    max-width: 1000px;
    padding: 0.3em 3rem 0.5em;
  }
}
@media print, screen and (min-width: 1024px) {
  .coming h3 {
    font-size: 5rem;
  }
}

.coming__note {
  line-height: 1.5;
  padding-top: 0.8em;
}

.main-area {
  background: linear-gradient(to bottom right, #86c0e3, #3e76b0);
}

#modal,
.modal_target {
  display: none;
}

#modal.__open {
  display: block;
}

body.__fixed {
  overflow: hidden;
}

#modal {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  overflow: scroll;
  padding: 60px 30px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.person__sp {
  padding: 4rem 2rem;
}
.person__sp .overview {
  color: #2e4e79;
  font-size: 1.2rem;
  padding-top: 2rem;
}

.person__sp-img {
  padding-top: 1rem;
}

.person__pc {
  margin: 0 auto;
  max-width: 1060px;
  padding: 10rem 3rem 0;
}

.person__pc-img {
  padding-top: 3rem;
}

.scenario,
.stage {
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 768px) {
  .scenario,
.stage {
    margin: 6rem auto 0;
    max-width: 1060px;
    padding: 0 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .scenario,
.stage {
    margin-top: 18rem;
  }
}

.scenario__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  row-gap: 3rem;
}
@media print, screen and (min-width: 1024px) {
  .scenario__item {
    margin-top: 3.5rem;
  }
}

.scenario__text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media print, screen and (min-width: 768px) {
  .scenario__text {
    font-size: 4rem;
    padding-top: 1em;
    width: 55%;
  }
}
@media print, screen and (min-width: 1024px) {
  .scenario__text {
    font-size: 5rem;
  }
}

.scenario__img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .scenario__img {
    width: 39%;
  }
}
.scenario__img img {
  display: block;
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .scenario__img img {
    margin: 0;
  }
}

.stage {
  padding-bottom: 6rem;
}
@media print, screen and (min-width: 768px) {
  .stage {
    padding-bottom: 10rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .stage {
    padding-bottom: 16rem;
  }
}

.stage__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  row-gap: 4rem;
}
@media print, screen and (min-width: 768px) {
  .stage__list {
    margin: 4rem auto 0;
    max-width: 1060px;
    row-gap: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .stage__list {
    margin-top: 6rem;
  }
}

.stage__list-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  .stage__list-item {
    row-gap: 0;
  }
}

.stage__img {
  margin: 0 auto;
  max-width: 326px;
}
@media print, screen and (min-width: 768px) {
  .stage__img {
    width: 32.6%;
  }
}
.stage__img img {
  border: 4px solid #2c4c75;
}

@media print, screen and (min-width: 768px) {
  .stage__text {
    padding-left: 2em;
    width: 67.4%;
  }
}
.stage__text h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .stage__text h3 {
    font-size: 2.2rem;
  }
}
.stage__text p {
  line-height: 1.7;
  margin-top: 1rem;
  width: 100%;
}
.stage__text p a {
  text-decoration: underline;
}

.comment {
  background: linear-gradient(to right top, #3871a4, #285691);
  padding: 8rem 3rem 6rem;
}
@media print, screen and (min-width: 768px) {
  .comment {
    padding: 12rem 3rem 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .comment {
    padding: 19rem 3rem 13rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .comment__inn {
    margin: 0 auto;
    max-width: 1060px;
  }
}
.comment__inn p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  padding-top: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .comment__inn p {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .comment__inn p {
    font-size: 3rem;
  }
}
.comment__inn .comment__last {
  padding-top: 4em;
  text-align: right;
}

.cast {
  background: linear-gradient(#63a2cf, #86c0e4);
  padding: 6rem 2rem 4rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .cast {
    padding: 10rem 3rem 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cast {
    padding: 16rem 3rem 14rem;
  }
}
.cast h3 {
  color: #2e6d9b;
}
.cast h3::before {
  content: "<";
}
.cast h3::after {
  content: ">";
}
.cast .cast__item {
  margin-top: 2em;
}
@media print, screen and (min-width: 1024px) {
  .cast .cast__item {
    margin-top: 6rem;
  }
}
.cast p {
  line-height: 2;
}
.cast a {
  display: inline-block;
  padding-bottom: 0.5rem;
  text-decoration: underline;
}
/*# sourceMappingURL=sourcemaps/style.css.map */