@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  height: 18000px;
  font-family: serif; }
  body::before {
    background: url("../images/wallpaper.jpg") repeat left top;
    background-size: 100% auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1; }

#wrapper {
  position: fixed;
  width: 100%;
  height: 100%; }

.bg-road {
  width: 100%;
  height: 176px;
  background-image: url("../images/road.png");
  background-repeat: repeat-x;
  position: fixed;
  bottom: 60px; }

.output {
  position: fixed; }

.header {
  z-index: 120; }

.logo {
  position: fixed;
  width: auto;
  left: 2%;
  top: 2%;
  z-index: 120; }

.social {
  position: fixed;
  width: auto;
  right: 2%;
  top: 2%;
  z-index: 99; }
  .social img {
    width: 24px; }
  .social a {
    text-decoration: none; }
  @media (max-width: 768px) {
    .social {
      display: none; } }

.op-overlay {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dc3214;
  z-index: 100; }
  .op-overlay .opening {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .op-overlay .opening {
        display: none; } }
    .op-overlay .opening p {
      color: white; }
    .op-overlay .opening .op_tit {
      position: relative;
      z-index: 100;
      margin-top: 30px;
      width: 60%;
      opacity: 0;
      animation: tit 2s ease-in-out 1.5s;
      animation-fill-mode: forwards; }
  .op-overlay .op_text {
    position: relative;
    z-index: 100;
    width: 60%;
    margin-top: 30px;
    opacity: 0;
    animation: tit 2s ease-in-out 1.5s;
    animation-fill-mode: forwards; }
  .op-overlay .sqroll {
    position: relative;
    opacity: 0;
    animation: btn_sq 1s ease-in-out 3s infinite alternate; }
  .op-overlay .cloud-l-1 {
    position: fixed;
    top: 20%;
    left: 20%;
    animation: op_cloud-l-1 4s ease-in-out 0s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-l-2 {
    position: fixed;
    top: 25%;
    left: 20%;
    animation: op_cloud-l-2 3s ease-in-out .5s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-l-3 {
    position: fixed;
    top: 30%;
    left: 20%;
    animation: op_cloud-l-3 2s ease-in-out .5s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-l-4 {
    position: fixed;
    top: 40%;
    left: 18%;
    animation: op_cloud-l-4 3s ease-in-out .7s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-l-5 {
    position: fixed;
    top: 45%;
    left: 25%;
    animation: op_cloud-l-5 3s ease-in-out .5s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-r-1 {
    position: fixed;
    top: 20%;
    right: 30%;
    animation: op_cloud-r-1 3s ease-in-out 0s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-r-2 {
    position: fixed;
    top: 25%;
    right: 25%;
    animation: op_cloud-r-2 3s ease-in-out .7s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-r-3 {
    position: fixed;
    top: 30%;
    right: 30%;
    animation: op_cloud-r-3 4s ease-in-out .5s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-r-4 {
    position: fixed;
    top: 38%;
    right: 25%;
    animation: op_cloud-r-4 3s ease-in-out 0s;
    animation-fill-mode: forwards; }
  .op-overlay .cloud-r-5 {
    position: fixed;
    top: 45%;
    right: 30%;
    animation: op_cloud-r-5 3s ease-in-out .5s;
    animation-fill-mode: forwards; }
@keyframes btn_sq {
  0% {
    opacity: 0.5;
    z-index: 120; }
  100% {
    transform: translateY(30px);
    opacity: 1.0;
    z-index: 120; } }
@keyframes op_cloud-r-1 {
  100% {
    transform: translate(500px, -100px);
    opacity: .8; } }
@keyframes op_cloud-r-2 {
  100% {
    transform: translate(500px, 0px);
    opacity: .8; } }
@keyframes op_cloud-r-3 {
  100% {
    transform: translate(500px, 70px);
    opacity: .8; } }
@keyframes op_cloud-r-4 {
  100% {
    transform: translate(500px, 150px);
    opacity: .8; } }
@keyframes op_cloud-r-5 {
  100% {
    transform: translate(500px, 200px);
    opacity: .8; } }
@keyframes op_cloud-l-1 {
  100% {
    transform: translate(-400px, -50px);
    opacity: .8; } }
@keyframes op_cloud-l-2 {
  100% {
    transform: translate(-500px, 0px);
    opacity: .8; } }
@keyframes op_cloud-l-3 {
  100% {
    transform: translate(-500px, 120px);
    opacity: .8; } }
@keyframes op_cloud-l-4 {
  100% {
    transform: translate(-500px, 190px);
    opacity: .8; } }
@keyframes op_cloud-l-5 {
  100% {
    transform: translate(-500px, 220px);
    opacity: .8; } }
@keyframes tit {
  50% {
    opacity: 1.0; }
  100% {
    opacity: 1.0;
    z-index: 120; } }
.sp_opening {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp_opening {
      display: block;
      width: 100%;
      text-align: center; }
      .sp_opening p {
        color: white; }
      .sp_opening .op_tit {
        position: relative;
        width: 75%;
        margin-top: 50px;
        opacity: 0;
        animation: tit 2s ease-in-out 2.5s;
        animation-fill-mode: forwards; }
      .sp_opening .op_text {
        position: relative;
        margin-top: 50px;
        width: 80%;
        animation: tit 2s ease-in-out 2.5s;
        animation-fill-mode: forwards; }
      .sp_opening .sqroll {
        position: relative;
        margin-top: 50px;
        opacity: 0;
        transform-origin: 50% 50%;
        transform: rotateX(180deg);
        animation: btn_sq_sp 1s ease-in-out 3s infinite alternate; }
    @keyframes btn_sq_sp {
      0% {
        opacity: 0.5;
        z-index: 120; }
      100% {
        transform: translateY(-40px) rotateX(180deg);
        opacity: 1.0;
        z-index: 120; } } }

.ed_overlay {
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110; }
  .ed_overlay .ending {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px; }
    .ed_overlay .ending img {
      width: 50%; }
    @media screen and (max-width: 767px) {
      .ed_overlay .ending {
        width: 100%; }
        .ed_overlay .ending img {
          width: 80%; } }

.ny-navi {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  overflow-x: auto;
  background-color: #dc3214;
  text-align: center; }
  .ny-navi ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    white-space: nowrap;
    padding: 0 25px;
    margin: 1rem auto; }
    .ny-navi ul li {
      display: inline-block;
      width: 60px; }
  .ny-navi a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: .3rem 0;
    border-radius: 4px;
    text-align: center; }
    .ny-navi a.is-active {
      background-color: #fff;
      color: #dc3214; }

.loading {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dc3214;
  text-align: center;
  z-index: 110; }
  .loading .load {
    position: absolute;
    width: 30px;
    /*ローディングアイコンの横サイズ*/
    height: 30px;
    /*ローディングアイコンの縦サイズ*/
    margin-left: -15px;
    margin-top: -15px;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    /*CSS3で円を書く*/
    border: 8px solid #fff;
    /*円に○の白枠をつける*/
    border-right-color: transparent;
    /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
    z-index: 110; }
@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 0.2; }
  /*0%の時は20％の透明度*/
  50% {
    transform: rotate(180deg);
    opacity: 1.0; }
  /*50%の時は透明度なし*/
  100% {
    transform: rotate(360deg);
    opacity: 0.2; }
  /*100%の時に20％の透明度に戻る*/ }
.ny-member {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: 0;
  list-style: none; }
  .ny-member ul {
    padding: 0;
    margin-top: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100%; }
  .ny-member li {
    transform: scale(0);
    position: fixed;
    cursor: pointer; }
    .ny-member li img {
      width: 100%;
      -webkit-filter: grayscale(100%);
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: grayscale(100%); }
    .ny-member li h3 {
      position: relative;
      font-size: 1.5rem;
      color: #fff;
      margin-top: -4rem;
      text-align: center;
      text-shadow: 2px 2px 3px #000; }
      @media (min-width: 768px) {
        .ny-member li h3 {
          font-size: 2.5rem;
          margin-top: -7rem; } }
    .ny-member li:nth-child(odd) {
      left: 20%;
      transform-origin: 100% 50%; }
      @media (max-width: 768px) {
        .ny-member li:nth-child(odd) {
          left: 10%; } }
      .ny-member li:nth-child(odd)::before {
        content: " ";
        display: inline-blick;
        background: url("../images/voice_r.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 120px;
        height: 100px;
        position: absolute;
        right: -15%;
        top: 10%;
        animation: voice .5s linear 0s infinite alternate; }
        @media (max-width: 768px) {
          .ny-member li:nth-child(odd)::before {
            top: -20%;
            right: -25%;
            width: 40%;
            animation: voice_sp .5s linear 0s infinite alternate; } }
    .ny-member li:nth-child(even) {
      right: 20%;
      transform-origin: 0% 50%; }
      @media (max-width: 768px) {
        .ny-member li:nth-child(even) {
          right: 10%; } }
      .ny-member li:nth-child(even)::before {
        content: " ";
        display: inline-blick;
        background: url("../images/voice_l.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 120px;
        height: 100px;
        position: absolute;
        left: -15%;
        top: 10%;
        animation: voice .5s linear 0s infinite alternate; }
        @media (max-width: 768px) {
          .ny-member li:nth-child(even)::before {
            top: -20%;
            left: -25%;
            width: 40%;
            animation: voice_sp .5s linear 0s infinite alternate; } }
    @media screen and (max-width: 1600px) {
      .ny-member li {
        width: 30%;
        top: 10%; } }
    @media screen and (max-width: 1000px) {
      .ny-member li {
        width: 50%;
        top: 10%; } }
    @media (max-width: 768px) {
      .ny-member li {
        width: 60%;
        top: 25%; } }
    .ny-member li.is-active {
      z-index: 102;
      top: 0; }
      .ny-member li.is-active img {
        -webkit-filter: grayscale(0%);
        filter: none; }
      .ny-member li.is-active::before {
        content: none; }
      .ny-member li.is-active:nth-child(odd) {
        left: 0;
        margin-left: -10%; }
      .ny-member li.is-active:nth-child(even) {
        right: 0;
        margin-right: -10%; }
      @media (max-width: 768px) {
        .ny-member li.is-active {
          width: 100%; } }
      @media (min-width: 768px) {
        .ny-member li.is-active {
          width: 55%; } }

.fadein {
  animation: fadein 1s ease-in-out 0s;
  animation-fill-mode: forwards;
  z-index: 7; }

@keyframes fadein {
  100% {
    transform: scale(0.8); } }
.fadein-return {
  animation: fadein-return 1s ease-in-out 0s;
  animation-fill-mode: forwards;
  z-index: 4; }

@keyframes fadein-return {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(0); } }
.fadeout {
  animation: fadeout 1s ease-in-out 0s;
  animation-fill-mode: forwards;
  z-index: 15; }

@keyframes fadeout {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(3);
    opacity: 0;
    z-index: -1; } }
.fadeout-return {
  animation: fadeout-return 1s ease-in-out 0s;
  animation-fill-mode: forwards;
  z-index: 15; }

@keyframes fadeout-return {
  0% {
    transform: scale(3);
    opacity: 0; }
  100% {
    transform: scale(0.8); } }
@keyframes voice {
  100% {
    transform: scale(1.2); } }
@keyframes voice_sp {
  100% {
    transform: scale(1.2); } }
.ny-cloud {
  position: fixed; }
  .ny-cloud img:nth-child(1) {
    position: fixed;
    top: 20%;
    left: 70%;
    z-index: 1;
    animation: cloud-r 7s ease-in-out 0s infinite alternate; }
  .ny-cloud img:nth-child(2) {
    position: fixed;
    top: 50%;
    left: 80%;
    z-index: 5;
    animation: cloud-r 5s ease-in-out 1s infinite alternate; }
  .ny-cloud img:nth-child(3) {
    position: fixed;
    top: 70%;
    left: -20%;
    z-index: 10;
    opacity: 0.5;
    animation: cloud-l 5s ease-in-out 0s infinite alternate; }
  .ny-cloud img:nth-child(4) {
    position: fixed;
    top: 20%;
    left: 10%;
    z-index: 1;
    animation: tori 3s ease-in-out 0s infinite alternate; }
  .ny-cloud img:nth-child(5) {
    position: fixed;
    top: 20%;
    left: 18%;
    z-index: 1;
    animation: tori 3s ease-in-out -1s infinite alternate; }
  .ny-cloud img:nth-child(6) {
    position: fixed;
    top: 20%;
    left: 24%;
    z-index: 1;
    animation: tori 3s ease-in-out 0.5s infinite alternate; }
  @media screen and (max-width: 767px) {
    .ny-cloud img:nth-child(1) {
      width: 50%; }
    .ny-cloud img:nth-child(2) {
      width: 50%; }
    .ny-cloud img:nth-child(3) {
      width: 50%; }
    .ny-cloud img:nth-child(4) {
      width: 10%;
      left: 5%; }
    .ny-cloud img:nth-child(5) {
      width: 5%; }
    .ny-cloud img:nth-child(6) {
      width: 5%; } }

@keyframes cloud-r {
  100% {
    left: 50%;
    opacity: 0.5; } }
@keyframes cloud-l {
  100% {
    left: 10%;
    opacity: 1.0; } }
@keyframes tori {
  100% {
    top: 25%; } }
.ui-dialog {
  position: fixed;
  z-index: 103;
  background-color: #fff;
  padding: 1rem; }
  @media (max-width: 768px) {
    .ui-dialog {
      bottom: 0;
      left: 0; } }
  @media (min-width: 768px) {
    .ui-dialog {
      top: 0;
      width: 50%;
      height: 100%;
      padding-top: 4rem; }
      .ui-dialog.odd {
        left: 0; }
      .ui-dialog.even {
        right: 0; } }
  .ui-dialog p {
    margin: 0;
    line-height: 1.5;
    font-size: .75rem; }
  .ui-dialog h3 {
    font-size: 1.5rem;
    margin: .5rem 0; }
  .ui-dialog img {
    max-width: 100%;
    width: auto; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100; }

.ui-dialog--tool button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0 none;
  background-color: transparent; }
  .ui-dialog--tool button img {
    width: 18px; }
  @media (min-width: 768px) {
    .ui-dialog--tool button {
      top: 3rem; } }

#debug {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8); }

/*# sourceMappingURL=style.css.map */
