@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}

@keyframes moveRight {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}

@-webkit-keyframes doRotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes doRotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

@-webkit-keyframes ushi-ugoki-yoko {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes ushi-ugoki-yoko {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes ushi-ugoki-muki {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  49% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  99% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes ushi-ugoki-muki {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  49% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  99% {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes ushi-ugoki {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  51% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

@keyframes ushi-ugoki {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  51% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
   * Reset form fields to make them styleable
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove arrow in IE10 & IE11
   */
select::-ms-expand {
  display: none;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/*
   * Remove outline for editable content.
   */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
}

h1 {
  font-size: 36px;
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.3;
}

h2 {
  font-size: 24px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
  /* 20px~24pxで可変*/
  line-height: 1.3;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
}

h5 {
  line-height: 1.3;
}

h6 {
  line-height: 1.3;
}

li li {
  font-size: 90%;
}

@media (min-width: 1000px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 640px) {
  body {
    line-height: 2;
  }
  h1 {
    font-size: 2.4rem;
    /* 24px*/
  }
  h2 {
    font-size: 2rem;
    /* 20px*/
  }
}

* {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "sans-serif";
}

input,
textarea {
  -webkit-user-select: auto;
}

header {
  text-align: center;
}

header img {
  width: 80%;
  max-width: 90%;
  height: auto;
  margin: 2min auto 2vmin;
}

footer {
  text-align: center;
  padding: 30px 0px 10px;
  color: #DFE1E6;
}

footer:a {
  color: #E0D300;
}

footer img {
  width: 100px;
  max-width: 90%;
  height: auto;
  text-align: center;
}

a {
  color: #231815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #E0D300;
}

img {
  width: 100%;
  max-width: 90%;
  height: auto;
}

.hidden {
  display: none;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.pointer {
  cursor: pointer;
}

.no_pointer {
  cursor: none;
}

.color_invalid {
  color: #717171;
}

.bg_invalid {
  background-color: #717171;
}

.new {
  background-color: #E0D300;
  color: #8C8C8C;
}

.used {
  color: #E0D300;
  background-color: #8C8C8C;
  cursor: default;
  pointer-events: none;
}

.used:hover {
  color: #E0D300;
  background-color: #8C8C8C;
}

.question {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
  display: block;
  background-color: #497585;
}

.question + input[type="checkbox"] {
  display: none;
}

.swiper-container {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  overflow-y: scroll;
  display: block;
  text-align: left;
  height: 100%;
  width: 100%;
  color: #fff;
}

body {
  background-color: rgba(137, 191, 210, 0.1);
}

#flash_area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

#flash_area.clear {
  background-color: white;
}

.swiper-button-next, .swiper-button-prev {
  color: #497585;
}

#container {
  text-align: center;
}

@media screen and (max-width: 800px) {
  #container {
    height: 95vh;
  }
}

#container .__popup_button label {
  position: relative;
}

#container #popup_img_cryptography {
  text-align: center;
}

#container #popup_img_cryptography #popup_img_cryptography_checkbox {
  display: none;
}

#container #popup_img_cryptography #popup_img_cryptography_checkbox:checked ~ .__popup_area {
  display: block;
}

#container #popup_img_cryptography #popup_img_cryptography_checkbox:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #popup_img_cryptography .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #popup_img_cryptography .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #popup_img_cryptography .__popup_area {
  position: fixed;
  top: 30vh;
  left: 20vw;
  z-index: 100;
  width: 60vw;
  height: 40vh;
  border-radius: 2vh;
  background-color: rgba(223, 225, 230, 0.25);
}

@media screen and (max-width: 800px) {
  #container #popup_img_cryptography .__popup_area {
    top: 27.5vh;
    left: 5vw;
    z-index: 100;
    width: 90vw;
    height: 45vh;
    min-height: 60vw;
  }
}

#container #popup_img_cryptography .__popup_area img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

#container #popup_img_username {
  text-align: center;
}

#container #popup_img_username #popup_img_username_checkbox {
  display: none;
}

#container #popup_img_username #popup_img_username_checkbox:checked ~ .__popup_area {
  display: block;
}

#container #popup_img_username #popup_img_username_checkbox:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #popup_img_username .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #popup_img_username .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #popup_img_username .__popup_area {
  position: fixed;
  top: 30vh;
  left: 20vw;
  z-index: 100;
  width: 60vw;
  height: 40vh;
  border-radius: 2vh;
  background-color: rgba(223, 225, 230, 0.25);
}

@media screen and (max-width: 800px) {
  #container #popup_img_username .__popup_area {
    top: 27.5vh;
    left: 5vw;
    z-index: 100;
    width: 90vw;
    height: 45vh;
    min-height: 60vw;
  }
}

#container #popup_img_username .__popup_area img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

#container #popup_img_festival {
  text-align: center;
}

#container #popup_img_festival #popup_img_card_festival_checkbox {
  display: none;
}

#container #popup_img_festival #popup_img_card_festival_checkbox:checked ~ .__popup_area {
  display: block;
}

#container #popup_img_festival #popup_img_card_festival_checkbox:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #popup_img_festival .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #popup_img_festival .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #popup_img_festival .__popup_area {
  position: fixed;
  top: 30vh;
  left: 20vw;
  z-index: 100;
  width: 60vw;
  height: 40vh;
  border-radius: 2vh;
  background-color: rgba(223, 225, 230, 0.25);
}

@media screen and (max-width: 800px) {
  #container #popup_img_festival .__popup_area {
    top: 27.5vh;
    left: 5vw;
    z-index: 100;
    width: 90vw;
    height: 45vh;
    min-height: 60vw;
  }
}

#container #popup_img_festival .__popup_area img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

#container #popup_img_clear {
  text-align: center;
}

#container #popup_img_clear #popup_img_clear_checkbox {
  display: none;
}

#container #popup_img_clear #popup_img_clear_checkbox:checked ~ .__popup_area {
  display: block;
}

#container #popup_img_clear #popup_img_clear_checkbox:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #popup_img_clear .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #popup_img_clear .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #popup_img_clear .__popup_area {
  position: fixed;
  top: 10vh;
  left: 10vw;
  z-index: 100;
  height: 80vh;
  width: 80vw;
  min-height: 40vw;
  border-radius: 2vh;
  background-color: rgba(223, 225, 230, 0.25);
}

@media screen and (min-width: 1000px) {
  #container #popup_img_clear .__popup_area {
    top: 10vh;
    left: 25vw;
    z-index: 100;
    height: 80vh;
    width: 50vw;
    min-height: 40vw;
    border-radius: 2vh;
  }
}

#container #popup_img_clear .__popup_area img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

#container #popup_img_clear #meta_clear_text {
  z-index: 10;
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
}

#container #popup_img_clear #meta_clear_text a {
  color: grey;
}

#container #popup_img_otoware {
  text-align: center;
}

#container #popup_img_otoware #popup_img_otoware_checkbox {
  display: none;
}

#container #popup_img_otoware #popup_img_otoware_checkbox:checked ~ .__popup_area {
  display: block;
}

#container #popup_img_otoware #popup_img_otoware_checkbox:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #popup_img_otoware .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #popup_img_otoware .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #popup_img_otoware .__popup_area {
  position: fixed;
  top: 30vh;
  left: 20vw;
  z-index: 100;
  width: 60vw;
  height: 40vh;
  border-radius: 2vh;
  background-color: rgba(223, 225, 230, 0.25);
}

@media screen and (max-width: 800px) {
  #container #popup_img_otoware .__popup_area {
    top: 27.5vh;
    left: 5vw;
    z-index: 100;
    width: 90vw;
    height: 45vh;
    min-height: 60vw;
  }
}

#container #popup_img_otoware .__popup_area img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

#container #popup_img_tatekan {
  text-align: center;
}

#container #popup_img_tatekan #popup_img_tatekan_checkbox {
  display: none;
}

#container #popup_img_tatekan #popup_img_tatekan_checkbox:checked ~ .__popup_area {
  display: block;
}

#container #popup_img_tatekan #popup_img_tatekan_checkbox:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #popup_img_tatekan .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #popup_img_tatekan .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #popup_img_tatekan .__popup_area {
  position: fixed;
  top: 30vh;
  left: 20vw;
  z-index: 100;
  width: 60vw;
  height: 40vh;
  border-radius: 2vh;
  background-color: rgba(223, 225, 230, 0.25);
}

@media screen and (max-width: 800px) {
  #container #popup_img_tatekan .__popup_area {
    top: 27.5vh;
    left: 5vw;
    z-index: 100;
    width: 90vw;
    height: 45vh;
    min-height: 60vw;
  }
}

#container #popup_img_tatekan .__popup_area img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

#container #popup_img_menu {
  text-align: center;
}

#container #popup_img_menu #popup_img_menu_checkbox {
  display: none;
}

#container #popup_img_menu #popup_img_menu_checkbox:checked ~ .__popup_area {
  display: block;
}

#container #popup_img_menu #popup_img_menu_checkbox:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #popup_img_menu .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #popup_img_menu .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #popup_img_menu .__popup_area {
  position: fixed;
  top: 10vh;
  left: 10vw;
  z-index: 100;
  height: 80vh;
  width: 80vw;
  min-height: 40vw;
  border-radius: 2vh;
  background-color: rgba(223, 225, 230, 0.25);
}

@media screen and (min-width: 1000px) {
  #container #popup_img_menu .__popup_area {
    top: 10vh;
    left: 25vw;
    z-index: 100;
    height: 80vh;
    width: 50vw;
    min-height: 40vw;
    border-radius: 2vh;
  }
}

#container #popup_img_menu .__popup_area img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 95%;
}

#container #card-popup-wrapper {
  text-align: center;
}

#container #card-popup-wrapper #card-popup {
  display: none;
}

#container #card-popup-wrapper #card-popup:checked ~ .__popup_area {
  display: block;
}

#container #card-popup-wrapper #card-popup:checked ~ .__button_close {
  display: block;
  z-index: 35;
}

#container #card-popup-wrapper .__popup_area {
  display: none;
  z-index: 36;
  text-align: center;
}

#container #card-popup-wrapper .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #card-popup-wrapper .slider_card {
  background-color: rgba(223, 225, 230, 0.25);
  width: 100%;
  height: 100%;
  border-radius: 2vh;
}

#container #card-popup-wrapper .slider_card .swiper-slide {
  overflow-y: scroll;
  text-align: center;
}

#container #card-popup-wrapper .slider_card img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
}

#container #card-popup-wrapper .__popup_area {
  position: fixed;
  top: 30vh;
  left: 20vw;
  z-index: 100;
  width: 60vw;
  height: 40vh;
  min-height: 30vw;
}

@media screen and (max-width: 800px) {
  #container #card-popup-wrapper .__popup_area {
    top: 27.5vh;
    left: 5vw;
    z-index: 100;
    width: 90vw;
    height: 45vh;
    min-height: 60vw;
  }
}

#container #explain_message {
  text-align: center;
}

#container #explain_message #explain {
  display: none;
}

#container #explain_message #explain:checked ~ .__popup_area {
  display: block;
}

#container #explain_message #explain:checked ~ .__button_close {
  display: block;
  z-index: 100;
}

#container #explain_message .__popup_area {
  display: none;
  z-index: 101;
  text-align: center;
}

#container #explain_message .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#container #explain_message .text_area {
  border-width: 4px;
  border-color: white;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 80%;
  height: 60%;
  margin: 10%;
}

#container #god_message {
  text-align: center;
}

#container #god_message #popup_base {
  display: none;
}

#container #god_message #popup_base:checked ~ .__popup_area {
  display: block;
}

#container #god_message #popup_base:checked ~ .__button_close {
  display: block;
  z-index: 100;
}

#container #god_message .__popup_area {
  display: none;
  z-index: 101;
  text-align: center;
}

#container #god_message .__button_close {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

#container #god_message .__button_close {
  color: white;
  text-align: center;
}

#container #god_message .text_area_god {
  position: absolute;
  width: 80%;
  height: 60%;
  margin: 10%;
}

#container #god_message input[type="checkbox"]:checked + label {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#container #god_message input[type="checkbox"]:not(:checked) + label {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  pointer-events: none;
  z-index: 100;
}

#container #god_message .question {
  text-align: center;
  color: black;
  background-color: white;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #DFE1E6;
  background-color: #497585;
  border-radius: 10vmin;
  background-color: #497585;
}

@media screen and (max-width: 600px) {
  #container #god_message .question {
    padding: 0.5rem 2rem;
  }
}

#container #god_message .question:hover {
  color: #DFE1E6;
  background: #89BFD2;
}

#container #god_message input[type="checkbox"] + div {
  display: none;
}

#container #god_message input[type="checkbox"]:checked + div {
  display: block;
  -webkit-animation-name: moveIn;
          animation-name: moveIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#container #contents_wrapper {
  margin: auto;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 45vh;
  border-radius: 2vh;
}

#container #contents_wrapper:before {
  content: "";
  display: block;
  padding-top: 200%;
  /* 高さを幅の200%に固定 */
}

#container #drag-container .demo .pep {
  cursor: pointer;
  z-index: 10;
  font-weight: 700;
  color: #DFE1E6;
}

#container #drag-container .demo .drop-target {
  background-color: black;
}

#container #drag-container .demo .drop-target.pep-dpa {
  background: #85b1c1;
}

#container #drag-container .demo label {
  line-height: 2;
}

#container #drag-container #text_no {
  left: 60%;
  top: 52%;
}

#container #drag-container #text_ko {
  left: 50%;
  top: 90%;
}

#container #drag-container #text_domo {
  left: 30%;
  top: 30%;
}

#container #drag-container #text_dream {
  left: 70%;
  top: 45%;
}

#container #drag-container #text_i {
  left: 45%;
  top: 32%;
}

#container #drag-container #text_ta {
  left: 30%;
  top: 50%;
}

#container #drag-container #text_festival {
  left: 20%;
  top: 75%;
}

#container #drag-container #text_na {
  left: 30%;
  top: 80%;
}

#container #drag-container #text_zo {
  left: 35%;
  top: 80%;
}

#container #drag-container #text_kami {
  left: 55%;
  top: 78%;
}

#container #contents {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  border-radius: 2vh;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#container #contents .swiper_container_main {
  height: 100%;
  width: 100%;
}

#main_board {
  margin-top: 5%;
}

#main_board .text_label {
  cursor: pointer;
}

#main_board #secret_cafe_gate {
  position: absolute;
  width: 8vh;
  height: 8vh;
  top: 40vh;
}

#main_board #otoware_gate {
  position: absolute;
  width: 8vh;
  height: 8vh;
  top: 45%;
  left: 55%;
}

#main_board .div_peacock {
  z-index: 9;
}

#main_board #place_0 {
  border-radius: 2vh;
}

#main_board #place_0_slide_0_charactor {
  border-radius: 2vh;
  background-size: cover;
  background-image: url("/static/images/main/place0/background.jpg");
}

#main_board #place_0_slide_1_charactor.not_bg {
  border-radius: 2vh;
  background-image: none;
  background-size: cover;
}

#main_board #place_0_slide_1_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place0/background1.jpg");
  background-size: cover;
}

#main_board #place_0_slide_2_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place0/background2.jpg");
  background-size: cover;
}

#main_board #place_0_slide_3_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place0/background3.jpg");
  background-size: cover;
}

#main_board #place_1 {
  border-radius: 2vh;
}

#main_board #place_1_slide_0_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place1/background.jpg");
  background-size: cover;
}

#main_board #place_1_slide_1_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place1/background1.jpg");
  background-size: cover;
}

#main_board #place_1_slide_1_charactor.not_bg {
  border-radius: 2vh;
  background-image: none;
  background-size: cover;
}

#main_board #place_1_slide_2_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place1/background2.jpg");
  background-size: cover;
}

#main_board #place_1_slide_3_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place1/background3.jpg");
  background-size: cover;
}

#main_board #place_1_slide_4_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place1/background4.jpg");
  background-size: cover;
}

#main_board #place_1_slide_5_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place1/background5.jpg");
  background-size: cover;
}

#main_board #place_2 {
  border-radius: 2vh;
}

#main_board #place_2_slide_0_charactor {
  background-image: url("/static/images/main/place2/background.jpg");
  background-size: cover;
}

#main_board #place_2_slide_1_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place2/background1.jpg");
  background-size: cover;
}

#main_board #place_2_slide_2_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place2/background2.jpg");
  background-size: cover;
}

#main_board #place_2_slide_3_charactor {
  border-radius: 2vh;
  background-image: url("/static/images/main/place2/background3.jpg");
  background-size: cover;
}

#main_board #place_3 {
  border-radius: 2vh;
}

#main_board #place_3_slide_0_charactor {
  background-image: url("/static/images/main/place3/background.jpg");
  background-size: cover;
}

#main_board #place_3_slide_1_charactor {
  background-image: url("/static/images/main/place3/background1.jpg");
  background-size: cover;
}

#main_board #place_3_slide_2_charactor {
  background-image: url("/static/images/main/place3/background1.jpg");
  background-size: cover;
}

#main_board #place_3_slide_3_charactor {
  background-image: url("/static/images/main/place3/background1.jpg");
  background-size: cover;
}

#main_board #place_4 {
  border-radius: 2vh;
  background-size: cover;
  background-image: url("/static/images/main/place4/background.jpg");
}

#main_board #place_4_slide_1_charactor_img.hidden {
  visibility: hidden;
}

#main_board .charactor_area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#main_board .charactor_area .exist {
  width: 100%;
  height: 100%;
  position: absolute;
}

#main_board .charactor_area .charactor_content {
  display: block;
}

#main_board .charactor_area img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: -1;
}

#main_board .charactor_area img.hidden {
  visibility: hidden;
}

#main_board .charactor_area .div_peacock,
#main_board .charactor_area .div_feed {
  z-index: 9;
}

#main_board .charactor_area .div_peacock img,
#main_board .charactor_area .div_feed img {
  cursor: pointer;
  display: block;
  height: 10%;
  width: auto;
  margin: auto;
  position: absolute;
  top: 70%;
}

#main_board .charactor_area .div_peacock img {
  left: 40%;
}

#main_board .charactor_area .div_feed img {
  left: 20%;
}

#main_board .title_area {
  color: #497585;
  height: 30%;
  width: 100%;
  position: relative;
  pointer-events: none;
  z-index: 9;
}

#main_board .title_area .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_board .title_area h1,
#main_board .title_area h2 {
  /*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  background-color: rgba(73, 117, 133, 0.6);
  border-radius: 2vmin;
}

#main_board .title_area .swiper-container {
  height: 30%;
}

#main_board .charactor_space {
  width: 100%;
  height: 0%;
  padding: auto;
  margin: auto;
  z-index: 1;
}

#main_board .text_area {
  position: absolute;
  z-index: 5;
  color: white;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  width: 100%;
  height: 50%;
  border-top-left-radius: 2vh;
  border-top-right-radius: 2vh;
  overflow-y: auto;
  text-align: left;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

#main_board .text_area .button {
  text-align: center;
  color: black;
  background-color: white;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #DFE1E6;
  background-color: #497585;
  border-radius: 10vmin;
}

@media screen and (max-width: 600px) {
  #main_board .text_area .button {
    padding: 0.5rem 2rem;
  }
}

#main_board .text_area .button:hover {
  color: #DFE1E6;
  background: #89BFD2;
}

#main_board .text_area input[type="submit"] {
  text-align: center;
  color: black;
  background-color: white;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #DFE1E6;
  background-color: #717171;
  border-radius: 10vmin;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

@media screen and (max-width: 600px) {
  #main_board .text_area input[type="submit"] {
    padding: 0.5rem 2rem;
  }
}

#main_board .text_area input[type="submit"]:hover {
  color: #DFE1E6;
  background: #89BFD2;
}

#main_board .text_area input[type="number"] {
  text-align: center;
  color: black;
  background-color: white;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #DFE1E6;
  background-color: #497585;
  border-radius: 10vmin;
  background-color: #497585;
}

@media screen and (max-width: 600px) {
  #main_board .text_area input[type="number"] {
    padding: 0.5rem 2rem;
  }
}

#main_board .text_area input[type="number"]:hover {
  color: #DFE1E6;
  background: #89BFD2;
}

#main_board .text_area input[type="text"] {
  text-align: center;
  color: black;
  background-color: white;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #DFE1E6;
  background-color: #497585;
  border-radius: 10vmin;
  background-color: #497585;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

@media screen and (max-width: 600px) {
  #main_board .text_area input[type="text"] {
    padding: 0.5rem 2rem;
  }
}

#main_board .text_area input[type="text"]:hover {
  color: #DFE1E6;
  background: #89BFD2;
}

#main_board .text_area input[type="text"]:hover {
  background-color: #497585;
}

#main_board .text_area a,
#main_board .text_area label {
  text-align: center;
  color: black;
  background-color: white;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #DFE1E6;
  background-color: #497585;
  border-radius: 10vmin;
  background-color: #497585;
}

@media screen and (max-width: 600px) {
  #main_board .text_area a,
  #main_board .text_area label {
    padding: 0.5rem 2rem;
  }
}

#main_board .text_area a:hover,
#main_board .text_area label:hover {
  color: #DFE1E6;
  background: #89BFD2;
}

#main_board .text_area .img_div {
  margin: auto;
  margin-top: 1vmin;
  margin-bottom: 1vmin;
  padding: 1vmin;
  text-align: center;
  background-color: rgba(223, 225, 230, 0.5);
  border-radius: 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_board .text_area .img_div img {
  cursor: pointer;
}

#main_board .text_area ul {
  text-align: center;
}

#main_board .text_area ul li {
  display: list-item;
  margin-top: 1%;
  margin-bottom: 1%;
}

#main_board .text_area input[type="checkbox"] + div {
  display: none;
}

#main_board .text_area input[type="checkbox"]:checked + div {
  display: block;
  -webkit-animation-name: moveIn;
          animation-name: moveIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#main_board .text_area .bar {
  margin-top: 1vh;
  margin-bottom: 1vh;
  background-color: #497585;
  border-radius: 0.5vmin;
  height: 0.2vmin;
}

#main_board .text_area .message {
  user-select: text;
  /* CSS3 */
  -moz-user-select: text;
  /* Firefox */
  -webkit-user-select: text;
  /* Safari、Chromeなど */
  -ms-user-select: text;
  /* IE10かららしい */
  margin-left: 1rem;
  margin-right: 1rem;
}

#main_board .text_area .my_message {
  user-select: text;
  /* CSS3 */
  -moz-user-select: text;
  /* Firefox */
  -webkit-user-select: text;
  /* Safari、Chromeなど */
  -ms-user-select: text;
  /* IE10かららしい */
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: #d2b4b1;
}

#main_board .text_area .remember .my_message {
  color: #89BFD2;
}

#main_board .text_area .remember {
  color: #89BFD2;
}

#main_board .text_area .warning {
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: #E66767;
}

#main_board .text_area .remember .warning {
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: #d2b4b1;
}

#main_board .text_area .notification {
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: #DBD023;
}

#main_board .text_area .remember .notification {
  padding-top: 1vh;
  padding-bottom: 1vh;
  color: #d2b4b1;
}

#main_board .text_area .hidden {
  display: none;
}

#main_board .text_area .order > .center {
  background-color: rgba(223, 225, 230, 0.7);
  border-radius: 2vh;
  padding: 5%;
}

#main_board .text_area .order > .center select {
  text-align: center;
  color: black;
  background-color: white;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #DFE1E6;
  background-color: #497585;
  border-radius: 10vmin;
  width: 100%;
  overflow-x: scroll;
}

@media screen and (max-width: 600px) {
  #main_board .text_area .order > .center select {
    padding: 0.5rem 2rem;
  }
}

#main_board .text_area .order > .center select:hover {
  color: #DFE1E6;
  background: #89BFD2;
}

#main_board .text_area .order > .center select option {
  text-align: center;
}

#main_board .text_area .order > .center .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
}

#main_board .text_area .order > .center .numbers .triangle_left {
  cursor: pointer;
  border-top: 2vmax solid transparent;
  border-right: 2vmax solid #DBD023;
  border-bottom: 2vmax solid transparent;
}

#main_board .text_area .order > .center .numbers .triangle_right {
  cursor: pointer;
  border-top: 2vmax solid transparent;
  border-bottom: 2vmax solid transparent;
  border-left: 2vmax solid #DBD023;
}

#main_board .text_area .order > .center .numbers label {
  margin: auto;
}

#main_board .text_area .order > .center .numbers .color_invalid_right {
  border-left: 2vmax solid #717171;
}

#main_board .text_area .order > .center .numbers .color_invalid_left {
  border-right: 2vmax solid #717171;
}

#main_board .text_area .order > .center input[type="submit"] {
  margin: auto;
}

#main_board .text_area .text_and_submit_area {
  background-color: rgba(223, 225, 230, 0.6);
  border-radius: 2vh;
  padding: 5%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1vmin;
  margin-bottom: 1vmin;
}

#main_board .text_area .text_and_submit_area input[type="submit"] {
  width: 50%;
  margin: auto;
}

#main_board .text_area .text_and_submit_area input[type="text"] {
  width: 100%;
  margin: auto;
  margin-bottom: 1vmin;
}

#main_board .text_area .text_and_submit_area input[type="text"]::-webkit-input-placeholder {
  color: #89BFD2;
}

#main_board .text_area .text_and_submit_area input[type="text"]:-ms-input-placeholder {
  color: #89BFD2;
}

#main_board .text_area .text_and_submit_area input[type="text"]::-ms-input-placeholder {
  color: #89BFD2;
}

#main_board .text_area .text_and_submit_area input[type="text"]::placeholder {
  color: #89BFD2;
}

#main_board .text_area .slider_text {
  z-index: 10;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#main_board .text_area .slider_text .swiper-slide {
  height: 85%;
  margin: auto;
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 10%;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

#main_board .text_area .swiper-pagination {
  position: absolute;
  margin-bottom: 0;
}

#main_board .text_area .swiper-pagination span {
  height: 3vh;
  width: 3vh;
}

@media (max-width: 600px) {
  #main_board .text_area .swiper-pagination span {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 600px) {
  #main_board .text_area .swiper-button-prev,
  #main_board .text_area .swiper-button-next {
    display: none;
  }
}

#main_board .text_area .swiper-pagination-bullet {
  background: #497585;
  opacity: 1.0;
}

#main_board .text_area .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  background: #E0D300;
  /* 水色 */
  opacity: 1.0;
  /* 不透明 */
}

#main_board .text_area audio {
  display: block;
  margin: auto;
  text-align: center;
}

#navi_toggle #__navi_button {
  display: none;
}

#navi_toggle .__menu {
  z-index: 20;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#navi_toggle .__menu h2 {
  text-align: center;
}

#navi_toggle .__menu ul {
  margin: 0;
  padding: 0;
}

#navi_toggle .__menu li {
  font-size: 0.85em;
  line-height: 1.4;
}

#navi_toggle .__menu a {
  display: block;
  padding: 0.85em 0.85em;
  text-decoration: inherit;
  -webkit-transition: background .6s;
  transition: background .6s;
  cursor: pointer;
}

#navi_toggle .__menu a:hover {
  background: black;
}

#navi_toggle .__menu .selected a {
  background: rgba(244, 247, 64, 0.7);
}

#navi_toggle #__navi_button:checked ~ .__menu {
  -webkit-transform: none;
          transform: none;
}

#navi_toggle label {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
}

#navi_toggle .open {
  z-index: 21;
  width: 48px;
  height: 48px;
  background: #497585;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#navi_toggle .open::before,
#navi_toggle .open::after {
  content: "";
}

#navi_toggle .open span,
#navi_toggle .open::before,
#navi_toggle .open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#navi_toggle .open::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

#navi_toggle .open::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

#navi_toggle .close {
  z-index: 20;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: background .6s;
  transition: background .6s;
}

#navi_toggle #__navi_button:checked + .open {
  background: indianRed;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

#navi_toggle #__navi_button:checked + .open span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#navi_toggle #__navi_button:checked + .open span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#navi_toggle #__navi_button:checked + .open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#navi_toggle #__navi_button:checked ~ .open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#navi_toggle #__navi_button:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}

#navi_toggle ul {
  font-size: 90%;
}

#navi_toggle ul li a {
  color: #DFE1E6;
}

#navi_toggle h2 {
  font-size: 36px;
  color: #DFE1E6;
  border-bottom: solid 3px #DBD023;
  padding-bottom: 1vmin;
  line-height: 1.3;
  margin-bottom: 1.5vmin;
}

#navi_toggle h3 {
  font-size: 1.0em;
  color: #DBD023;
  line-height: 1.3;
  margin-top: 0.5vmin;
  margin-bottom: 0.5vmin;
}

#navi_toggle .__menu {
  font-size: 25px;
}

#navi_toggle .text_label {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  #navi_toggle .open,
  #navi_toggle .close {
    display: none;
  }
  #navi_toggle .__menu {
    -webkit-transform: none;
            transform: none;
  }
}

.blink_1 {
  -webkit-animation: blinkAnime 0.1s infinite alternate;
  animation: blinkAnime 0.1s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_2 {
  -webkit-animation: blinkAnime 0.2s infinite alternate;
  animation: blinkAnime 0.2s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_3 {
  -webkit-animation: blinkAnime 0.3s infinite alternate;
  animation: blinkAnime 0.3s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_4 {
  -webkit-animation: blinkAnime 0.4s infinite alternate;
  animation: blinkAnime 0.4s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_5 {
  -webkit-animation: blinkAnime 0.5s infinite alternate;
  animation: blinkAnime 0.5s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_6 {
  -webkit-animation: blinkAnime 0.6s infinite alternate;
  animation: blinkAnime 0.6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_7 {
  -webkit-animation: blinkAnime 0.7s infinite alternate;
  animation: blinkAnime 0.7s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_8 {
  -webkit-animation: blinkAnime 0.8s infinite alternate;
  animation: blinkAnime 0.8s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_9 {
  -webkit-animation: blinkAnime 0.9s infinite alternate;
  animation: blinkAnime 0.9s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_10 {
  -webkit-animation: blinkAnime 1s infinite alternate;
  animation: blinkAnime 1s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_11 {
  -webkit-animation: blinkAnime 1.1s infinite alternate;
  animation: blinkAnime 1.1s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_12 {
  -webkit-animation: blinkAnime 1.2s infinite alternate;
  animation: blinkAnime 1.2s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_13 {
  -webkit-animation: blinkAnime 1.3s infinite alternate;
  animation: blinkAnime 1.3s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_14 {
  -webkit-animation: blinkAnime 1.4s infinite alternate;
  animation: blinkAnime 1.4s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_15 {
  -webkit-animation: blinkAnime 1.5s infinite alternate;
  animation: blinkAnime 1.5s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_16 {
  -webkit-animation: blinkAnime 1.6s infinite alternate;
  animation: blinkAnime 1.6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_17 {
  -webkit-animation: blinkAnime 1.7s infinite alternate;
  animation: blinkAnime 1.7s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_18 {
  -webkit-animation: blinkAnime 1.8s infinite alternate;
  animation: blinkAnime 1.8s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.blink_19 {
  -webkit-animation: blinkAnime 1.9s infinite alternate;
  animation: blinkAnime 1.9s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes blinkAnime {
  0% {
    color: black;
  }
  1% {
    color: white;
  }
  2% {
    color: black;
  }
  50% {
    color: black;
  }
  51% {
    color: white;
  }
  52% {
    color: black;
  }
  70% {
    color: black;
  }
  71% {
    color: white;
  }
  72% {
    color: black;
  }
}

.bg_flash_1 {
  -webkit-animation: -bgFlash 0.05s infinite alternate;
  animation: -bgFlash 0.05s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_2 {
  -webkit-animation: -bgFlash 0.1s infinite alternate;
  animation: -bgFlash 0.1s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_3 {
  -webkit-animation: -bgFlash 0.15s infinite alternate;
  animation: -bgFlash 0.15s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_4 {
  -webkit-animation: -bgFlash 0.2s infinite alternate;
  animation: -bgFlash 0.2s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_5 {
  -webkit-animation: -bgFlash 0.25s infinite alternate;
  animation: -bgFlash 0.25s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_6 {
  -webkit-animation: -bgFlash 0.3s infinite alternate;
  animation: -bgFlash 0.3s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_7 {
  -webkit-animation: -bgFlash 0.35s infinite alternate;
  animation: -bgFlash 0.35s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_8 {
  -webkit-animation: -bgFlash 0.4s infinite alternate;
  animation: -bgFlash 0.4s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_9 {
  -webkit-animation: -bgFlash 0.45s infinite alternate;
  animation: -bgFlash 0.45s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_10 {
  -webkit-animation: -bgFlash 0.5s infinite alternate;
  animation: -bgFlash 0.5s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_11 {
  -webkit-animation: -bgFlash 0.55s infinite alternate;
  animation: -bgFlash 0.55s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_12 {
  -webkit-animation: -bgFlash 0.6s infinite alternate;
  animation: -bgFlash 0.6s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_13 {
  -webkit-animation: -bgFlash 0.65s infinite alternate;
  animation: -bgFlash 0.65s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_14 {
  -webkit-animation: -bgFlash 0.7s infinite alternate;
  animation: -bgFlash 0.7s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_15 {
  -webkit-animation: -bgFlash 0.75s infinite alternate;
  animation: -bgFlash 0.75s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_16 {
  -webkit-animation: -bgFlash 0.8s infinite alternate;
  animation: -bgFlash 0.8s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_17 {
  -webkit-animation: -bgFlash 0.85s infinite alternate;
  animation: -bgFlash 0.85s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_18 {
  -webkit-animation: -bgFlash 0.9s infinite alternate;
  animation: -bgFlash 0.9s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.bg_flash_19 {
  -webkit-animation: -bgFlash 0.95s infinite alternate;
  animation: -bgFlash 0.95s infinite alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes -bgFlash {
  25%, 85%,
  100% {
    background: white;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    background: rgba(0, 0, 0, 0);
  }
}

.anim_vanish_1 {
  -webkit-animation: -animVanish 0.1s infinite alternate;
  animation: -animVanish 0.1s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_2 {
  -webkit-animation: -animVanish 0.2s infinite alternate;
  animation: -animVanish 0.2s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_3 {
  -webkit-animation: -animVanish 0.3s infinite alternate;
  animation: -animVanish 0.3s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_4 {
  -webkit-animation: -animVanish 0.4s infinite alternate;
  animation: -animVanish 0.4s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_5 {
  -webkit-animation: -animVanish 0.5s infinite alternate;
  animation: -animVanish 0.5s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_6 {
  -webkit-animation: -animVanish 0.6s infinite alternate;
  animation: -animVanish 0.6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_7 {
  -webkit-animation: -animVanish 0.7s infinite alternate;
  animation: -animVanish 0.7s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_8 {
  -webkit-animation: -animVanish 0.8s infinite alternate;
  animation: -animVanish 0.8s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_9 {
  -webkit-animation: -animVanish 0.9s infinite alternate;
  animation: -animVanish 0.9s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_10 {
  -webkit-animation: -animVanish 1s infinite alternate;
  animation: -animVanish 1s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_11 {
  -webkit-animation: -animVanish 1.1s infinite alternate;
  animation: -animVanish 1.1s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_12 {
  -webkit-animation: -animVanish 1.2s infinite alternate;
  animation: -animVanish 1.2s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_13 {
  -webkit-animation: -animVanish 1.3s infinite alternate;
  animation: -animVanish 1.3s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_14 {
  -webkit-animation: -animVanish 1.4s infinite alternate;
  animation: -animVanish 1.4s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_15 {
  -webkit-animation: -animVanish 1.5s infinite alternate;
  animation: -animVanish 1.5s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_16 {
  -webkit-animation: -animVanish 1.6s infinite alternate;
  animation: -animVanish 1.6s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_17 {
  -webkit-animation: -animVanish 1.7s infinite alternate;
  animation: -animVanish 1.7s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_18 {
  -webkit-animation: -animVanish 1.8s infinite alternate;
  animation: -animVanish 1.8s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.anim_vanish_19 {
  -webkit-animation: -animVanish 1.9s infinite alternate;
  animation: -animVanish 1.9s infinite alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@keyframes -animVanish {
  25%, 85%,
  100% {
    opacity: 0;
  }
  0%, 23%, 27%,
  83%, 87%, 98% {
    opacity: 1;
  }
}

.free_fall {
  position: fixed;
  -webkit-animation: freeFall 10s;
          animation: freeFall 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes freeFall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1000vh);
            transform: translateY(1000vh);
  }
}

@keyframes freeFall {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1000vh);
            transform: translateY(1000vh);
  }
}

.fade_in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade_in_5 {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.move_in_8 {
  -webkit-animation-name: moveIn;
          animation-name: moveIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.move_in_15 {
  -webkit-animation-name: moveInSlow;
          animation-name: moveInSlow;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.repeated_side_jump {
  -webkit-animation-name: repeated-side-jump;
          animation-name: repeated-side-jump;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.flash {
  -webkit-animation-name: camera-flash;
          animation-name: camera-flash;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.vanish {
  -webkit-animation-name: vanish;
          animation-name: vanish;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.fade_out {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.rotate_50 {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.rotate_240 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.move_left {
  -webkit-animation-name: moveLeft;
          animation-name: moveLeft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.move_right {
  -webkit-animation-name: moveRight;
          animation-name: moveRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.move_up {
  -webkit-animation-name: moveUp;
          animation-name: moveUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.move_down {
  -webkit-animation-name: moveDown;
          animation-name: moveDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.clear_flash {
  -webkit-animation-name: clear-flash;
          animation-name: clear-flash;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes repeated-side-jump {
  0% {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5vh);
            transform: translateX(-5vh);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes repeated-side-jump {
  0% {
    -webkit-transform: translateX(5vw);
            transform: translateX(5vw);
  }
  25% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5vh);
            transform: translateX(-5vh);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
}

@-webkit-keyframes clear-flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes clear-flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes camera-flash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes camera-flash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes vanish {
  0% {
    opacity: 1;
  }
  50% {
    color: royalblue;
  }
  100% {
    opacity: 0;
  }
}

@keyframes vanish {
  0% {
    opacity: 1;
  }
  50% {
    color: royalblue;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5vh);
            transform: translateX(5vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(5vh);
            transform: translateX(5vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10vh);
            transform: translateX(10vh);
  }
}

@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10vh);
            transform: translateX(-10vh);
  }
}

@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10vh);
            transform: translateX(-10vh);
  }
}

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10vh);
            transform: translateY(-10vh);
  }
}

@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
  }
}

@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
  }
}

@-webkit-keyframes moveInSlow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10vh);
            transform: translateX(10vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveInSlow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10vh);
            transform: translateX(10vh);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes sharpFlash {
  0%,
  50%,
  100% {
    opacity: 0;
  }
  35% {
    opacity: 1;
    background: #7fff00;
  }
  65% {
    opacity: 1;
    background: #0091EA;
  }
}

@keyframes sharpFlash {
  0%,
  50%,
  100% {
    opacity: 0;
  }
  35% {
    opacity: 1;
    background: #7fff00;
  }
  65% {
    opacity: 1;
    background: #0091EA;
  }
}

.test-area {
  margin: auto;
  text-align: center;
}

.test-area input {
  border-width: 2px;
  border-style: solid;
}
/*# sourceMappingURL=nazo_main.css.map */