@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+JP:wght@400;500;900&display=swap");
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #272C49;
  -webkit-text-size-adjust: 100%; }

select,
textarea,
button,
a {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8; }

input {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8; }

.next-text {
  font-size: 1.3em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.8;
  line-height: 1.5; }

.next-text-head {
  font-size: 1.3em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.8;
  line-height: 1.5; }

.tutorial-box span {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.8; }

.text-head-item h5 {
  font-size: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.8; }

.func-item h2 {
  font-size: 1.5em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.8; }

.kome {
  font-size: 0.8em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8; }

.clear-box span {
  font-size: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8; }

#title span {
  font-size: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8; }

#hint .hint-main .desc p {
  font-size: .9em; }

@media screen and (max-width: 900px) {
  body {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    color: #272C49;
    -webkit-text-size-adjust: 100%; } }
@media screen and (max-width: 540px) {
  body {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    color: #272C49;
    -webkit-text-size-adjust: 100%; }

  .next-text {
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1.8;
    line-height: 1.5; }

  .next-text-head {
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 1.8;
    line-height: 1.5; }

  .table-box {
    font-size: 0.9em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.8; } }
@keyframes noise_fade {
  0% {
    opacity: 0.05; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0.05; } }
@keyframes blinking {
  0% {
    background: #e0b516; }
  50% {
    background: rgba(224, 181, 22, 0); }
  100% {
    background: #e0b516; } }
@keyframes curtain {
  0% {
    left: -20%; }
  100% {
    left: 10%;
    transform: scale(0, 1); } }
@keyframes judge {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes judge_hide {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes text_head_anim {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }
@keyframes confetti1 {
  0% {
    top: -150px;
    transform: translateX(0) rotateX(0) rotateY(0); }
  20% {
    opacity: 1; }
  100% {
    top: 80%;
    transform: translateX(20vw) rotateX(-180deg) rotateY(360deg);
    opacity: 0; } }
@keyframes confetti2 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0); }
  20% {
    opacity: 1; }
  100% {
    top: 80%;
    opacity: 0;
    transform: translateX(-20vw) rotateX(180deg) rotateY(360deg); } }
body,
html {
  width: 100%;
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  touch-action: manipulation; }
  body img,
  html img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }

.inp-vol {
  appearance: none;
  width: 100%;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50px;
  background: linear-gradient(90deg, #e3ac00 30%, #dddddd 30%);
  cursor: pointer; }

/* ツマミ：Chrome, Safari, Edge用 */
.inp-vol::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50px;
  background: #e3ac00;
  box-shadow: none; }

/* ツマミ：Firefox用 */
.inp-vol::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50px;
  background: #e3ac00;
  box-shadow: none; }

.low-head {
  max-width: 480px;
  margin: 80px auto;
  width: 96%; }

#hint .bg {
  background: url(../images/start/main-bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
#hint iframe {
  max-width: 768px;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 20px;
  display: block; }
#hint .hint-ac {
  margin-top: 1em; }
#hint .hint-list {
  max-width: 1000px;
  margin: 40px auto; }
  #hint .hint-list .hint-list-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap; }
  #hint .hint-list .hint-list-item {
    cursor: pointer;
    width: 48%;
    margin: 1%; }
    #hint .hint-list .hint-list-item:last-of-type {
      margin-right: auto; }
    #hint .hint-list .hint-list-item.no-active {
      pointer-events: none;
      filter: grayscale(1); }
      #hint .hint-list .hint-list-item.no-active img {
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0)); }
    #hint .hint-list .hint-list-item.title-1 {
      position: relative;
      z-index: 1; }
    #hint .hint-list .hint-list-item img {
      transition-duration: .3s;
      filter: drop-shadow(3px 3px 6px black); }
      #hint .hint-list .hint-list-item img:hover {
        filter: drop-shadow(0 0 0 black); }
#hint .hint-main {
  margin: 40px auto;
  max-width: 1000px;
  background: #f3ede7;
  padding: 40px 0;
  width: calc(100% - 100px);
  display: none; }
  #hint .hint-main .hint-main-in {
    position: relative; }
    #hint .hint-main .hint-main-in .hint-close-bt {
      position: absolute;
      width: 80px;
      top: -80px;
      right: -60px;
      cursor: pointer; }
  #hint .hint-main .hint-box {
    margin-bottom: 40px; }
  #hint .hint-main .desc {
    max-width: 768px;
    margin: 0 auto;
    text-align: center; }
    #hint .hint-main .desc p {
      margin-top: 1em; }
      #hint .hint-main .desc p:first-of-type {
        margin-top: 0; }
  #hint .hint-main .kondo {
    max-width: 768px;
    margin: 0 auto; }
    #hint .hint-main .kondo ul {
      display: flex;
      flex-flow: wrap;
      justify-content: center; }
      #hint .hint-main .kondo ul li {
        padding: 0.5em;
        margin: 1%;
        border-bottom: solid 1px #02225a;
        text-align: center;
        color: #02225a; }
  #hint .hint-main .hint-temp-head {
    text-align: center;
    max-width: 240px;
    margin: 1em auto;
    padding: .5em 1em;
    background: #e3ac00;
    color: #fff;
    border-radius: 100px; }
  #hint .hint-main .hint-item {
    display: none; }
  #hint .hint-main .hint-ac {
    display: none; }
    #hint .hint-main .hint-ac .hint-head {
      background: initial;
      color: #000;
      border-bottom: solid 1px #000;
      margin-top: 1em; }
      #hint .hint-main .hint-ac .hint-head::after {
        background: url(../images/arrow-2.svg);
        background-repeat: no-repeat;
        background-position: center; }
    #hint .hint-main .hint-ac .hint-ac {
      padding: 0 .5em;
      width: calc(100% - 1em); }
      #hint .hint-main .hint-ac .hint-ac img {
        margin: 1em auto;
        max-width: 500px; }
  #hint .hint-main .hint-head {
    background: #02225a;
    color: #fff;
    padding: .5em;
    width: calc(100% - 1em);
    cursor: pointer;
    position: relative;
    margin-top: 20px; }
    #hint .hint-main .hint-head::after {
      content: "";
      width: 1em;
      height: 1em;
      position: absolute;
      right: 1em;
      top: 1em;
      background: url(../images/arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      transition-duration: .3s; }
    #hint .hint-main .hint-head.ac-active::after {
      transform: rotate(180deg); }

#end {
  position: relative;
  z-index: 1;
  color: #000; }
  #end .sp {
    display: none; }
  #end .bg {
    background: url(../images/start/main-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }
  #end header .header-in {
    max-width: 1000px;
    margin: 0 auto; }
  #end .end-main {
    background: #f3ede7;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0; }
  #end .head-box {
    max-width: 768px;
    margin: 0 auto 40px; }
  #end .end-flex {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start; }
  #end .end-movie-box {
    max-width: 768px;
    margin: 40px auto 80px; }
    #end .end-movie-box .movie-item {
      width: calc(48% - 4px);
      margin: 1%;
      border: solid 2px #000; }
      #end .end-movie-box .movie-item iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        display: block; }
      #end .end-movie-box .movie-item:nth-of-type(1) .movie-desc {
        min-height: 16em; }
      #end .end-movie-box .movie-item .movie-desc {
        padding: 1em;
        width: calc(100% - 2em);
        text-align: center;
        min-height: 14em; }
        #end .end-movie-box .movie-item .movie-desc span {
          display: block; }
        #end .end-movie-box .movie-item .movie-desc .movie-title {
          padding: 0 0 .5em;
          width: 100%;
          border-bottom: solid 1px #000;
          min-height: 6em;
          display: flex;
          align-items: center;
          justify-content: center; }
        #end .end-movie-box .movie-item .movie-desc .movie-txt {
          padding: .5em 0 0;
          width: 100%; }
      #end .end-movie-box .movie-item a {
        display: block;
        width: calc(100% - 1em - 2px);
        padding: .5em;
        background: #dab542;
        text-align: center;
        color: #000;
        transition-duration: .3s;
        border: solid 1px #dab542;
        border-top: solid 1px #000; }
        #end .end-movie-box .movie-item a:hover {
          background: rgba(0, 0, 0, 0);
          color: #dab542; }
  #end .end-share {
    max-width: 768px;
    margin: 40px auto 80px; }
    #end .end-share .share-box {
      width: calc(48% - 4px);
      margin: 1%;
      border: solid 2px #000; }
      #end .end-share .share-box a {
        display: block;
        width: calc(100% - 1em);
        padding: .5em;
        background: #dab542;
        text-align: center;
        color: #000;
        transition-duration: .3s;
        border-top: solid 2px #000; }
        #end .end-share .share-box a:hover {
          background: rgba(0, 0, 0, 0);
          color: #dab542; }
  #end .end-goods-box {
    max-width: 768px;
    margin: 40px auto 80px;
    border: solid 2px #000;
    width: calc(100% - 4px); }
    #end .end-goods-box a {
      display: block;
      width: calc(100% - 1em - 2px);
      padding: .5em;
      border: solid 1px #dab542;
      background: #dab542;
      text-align: center;
      color: #000;
      transition-duration: .3s;
      border-top: solid 1px #000; }
      #end .end-goods-box a:hover {
        background: rgba(0, 0, 0, 0);
        color: #dab542; }
  #end .ancate {
    max-width: 500px;
    margin: 40px auto;
    transition-duration: .3s; }
    #end .ancate:hover {
      opacity: .7; }
    #end .ancate .ancate-btn {
      display: block;
      width: calc(100% - 1em - 2px);
      padding: .5em;
      border: solid 1px #dab542;
      background: #dab542;
      text-align: center;
      color: #000;
      transition-duration: .3s; }
      #end .ancate .ancate-btn:hover {
        background: rgba(0, 0, 0, 0);
        color: #dab542; }
  #end .return {
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
    #end .return .return-btn {
      margin: 0 auto 1em;
      transition-duration: .3s;
      display: block; }
      #end .return .return-btn:hover {
        opacity: .7; }

#ancate {
  margin: 40px auto;
  padding: 40px 0;
  background: #e9d0b7; }
  #ancate form {
    max-width: 600px;
    margin: 20px auto;
    padding: 1em;
    margin-bottom: 1em;
    width: calc(100% - 2em); }
    #ancate form .form-head {
      font-weight: bold; }
      #ancate form .form-head span {
        font-size: .8em;
        font-weight: 500;
        color: #d10000; }
  #ancate .form-item {
    margin: 1em auto;
    padding-bottom: 1em;
    border-bottom: solid 1px #fff; }
    #ancate .form-item:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    #ancate .form-item:first-of-type {
      margin-top: 0; }
    #ancate .form-item button {
      display: block;
      max-width: 180px;
      margin: 0 auto;
      background: #d10000;
      color: #fff;
      text-align: center;
      width: 100%;
      padding: 1em; }
  #ancate .radio-box,
  #ancate .check-box {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: solid 1px #fff;
    display: flex;
    flex-flow: wrap; }
    #ancate .radio-box .radio-item,
    #ancate .radio-box .check-item,
    #ancate .check-box .radio-item,
    #ancate .check-box .check-item {
      margin: 1em; }
    #ancate .radio-box:last-child,
    #ancate .check-box:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    #ancate .radio-box input,
    #ancate .check-box input {
      display: none; }
    #ancate .radio-box label,
    #ancate .check-box label {
      display: block; }
    #ancate .radio-box input[type="text"],
    #ancate .check-box input[type="text"] {
      display: block;
      padding: 1em;
      background: #fff;
      width: calc(100% - 2em); }
    #ancate .radio-box .inp-item,
    #ancate .check-box .inp-item {
      width: 100%; }
    #ancate .radio-box input[type="checkbox"],
    #ancate .check-box input[type="checkbox"] {
      display: none; }
    #ancate .radio-box input[type="checkbox"] + label,
    #ancate .check-box input[type="checkbox"] + label {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 20px;
      color: #d10000;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    #ancate .radio-box input[type="checkbox"] + label:last-child,
    #ancate .check-box input[type="checkbox"] + label:last-child {
      margin-bottom: 0; }
    #ancate .radio-box input[type="checkbox"] + label:before,
    #ancate .check-box input[type="checkbox"] + label:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border: 2px solid #d10000;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all .12s, border-color .08s;
      transition: all .12s, border-color .08s;
      border-radius: 4px; }
    #ancate .radio-box input[type="checkbox"]:checked + label:before,
    #ancate .check-box input[type="checkbox"]:checked + label:before {
      width: 10px;
      top: -5px;
      left: 5px;
      border-radius: 0;
      border-top-color: transparent;
      border-left-color: transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background: rgba(0, 0, 0, 0); }
    #ancate .radio-box input[type="radio"],
    #ancate .check-box input[type="radio"] {
      display: none; }
    #ancate .radio-box input[type="radio"] + label,
    #ancate .check-box input[type="radio"] + label {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 20px;
      color: #d10000;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
    #ancate .radio-box input[type="radio"] + label:last-child,
    #ancate .check-box input[type="radio"] + label:last-child {
      margin-bottom: 0; }
    #ancate .radio-box input[type="radio"] + label:before,
    #ancate .check-box input[type="radio"] + label:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border: 2px solid #d10000;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all .12s, border-color .08s;
      transition: all .12s, border-color .08s;
      border-radius: 50px;
      border-radius: 4px; }
    #ancate .radio-box input[type="radio"] + label:after,
    #ancate .check-box input[type="radio"] + label:after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      background: #d10000;
      position: absolute;
      left: 12px;
      top: 12px;
      transform: translate(-50%, -50%);
      border-radius: 50px;
      opacity: 0;
      transition-duration: .3s; }
    #ancate .radio-box input[type="radio"]:checked + label:after,
    #ancate .check-box input[type="radio"]:checked + label:after {
      opacity: 1; }

.end-footer {
  background: #000;
  padding: 40px 0;
  color: #fff;
  font-size: .8em;
  position: relative;
  z-index: 2;
  text-align: center; }

#start {
  position: relative;
  z-index: 1;
  color: #000; }
  #start .sp {
    display: none; }
  #start .bg {
    background: url(../images/start/main-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }
  #start header .header-in {
    max-width: 1000px;
    margin: 0 auto; }
  #start header .header-bottom {
    background: #FF0000;
    padding: 1em;
    width: calc(100% - 2em);
    display: block;
    text-align: center;
    color: #fff; }
  #start .start-main {
    background: #f3ede7;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0; }
  #start .copyright {
    background: #000;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: .8em;
    padding: 1em 0; }
  #start .head-box {
    max-width: 768px;
    margin: 0 auto 40px; }
  #start .start-btn {
    max-width: 320px;
    margin: 0 auto;
    display: block;
    transition-duration: .3s; }
    #start .start-btn.no-active {
      pointer-events: none;
      filter: grayscale(1); }
  #start .contact-btn {
    max-width: 320px;
    margin: 20px auto 0;
    display: block;
    transition-duration: .3s; }
    #start .contact-btn.no-active {
      pointer-events: none;
      filter: grayscale(1); }
  #start .contact-link-btn {
    margin: 20px auto;
    display: block;
    transition-duration: .3s;
    width: fit-content;
    padding: .5em 3em;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 50px; }
    #start .contact-link-btn.no-active {
      pointer-events: none;
      filter: grayscale(1); }
    #start .contact-link-btn:hover {
      background: #fff;
      color: #000; }
  #start .start-item {
    max-width: 800px;
    margin: 0 auto 40px; }
  #start .table-box {
    width: 100%;
    margin-bottom: 1em; }
    #start .table-box table {
      width: 100%;
      border: solid 2px #000;
      background: #fff; }
      #start .table-box table td,
      #start .table-box table th {
        padding: .5em;
        border-bottom: solid 1px #000;
        border-right: solid 1px #000; }
  #start .vimeo {
    margin: 1em auto; }
  #start ul li a {
    color: #ff0000;
    text-decoration: underline; }
    #start ul li a:hover {
      text-decoration: none;
      opacity: .7; }
  #start #confirm .confirm-in {
    max-width: 740px;
    margin: 40px auto; }
  #start #confirm .confirm-item {
    margin: 4px auto;
    padding: 1em;
    width: calc(100% - 2em);
    background: #fff; }
  #start #confirm input[type="checkbox"] {
    display: none; }
  #start #confirm input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  #start #confirm input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
  #start #confirm input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    border-radius: 4px; }
  #start #confirm input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-color: #cf0000;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(0, 0, 0, 0); }

.curtain {
  position: fixed;
  left: -20%;
  top: 0;
  width: 130%;
  height: 100%;
  background: url(../images/curtain.webp);
  z-index: 10;
  background-size: cover;
  background-position: right;
  transform-origin: right; }
  .curtain.anim {
    animation: 3s cubic-bezier(0.2, -0.2, 1, 1) both curtain; }

.sheat {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  display: none; }
  .sheat .close-btn {
    position: absolute;
    top: -15px;
    right: -25px;
    width: 80px;
    cursor: pointer; }
  .sheat .sheat-in {
    position: absolute;
    margin: 0 auto;
    max-height: 95dvh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 96%; }
    .sheat .sheat-in .sheat-ima {
      margin: 0 auto; }
    .sheat .sheat-in .s-sp {
      display: none; }
  .sheat .sheat-bg {
    background: url(../images/bg.jpg);
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.curtain-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15; }
  .curtain-2 li {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -100%;
    left: 0;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    z-index: 12;
    animation: confetti1 both infinite linear; }
    .curtain-2 li:nth-child(1) {
      left: 3.3%;
      animation-delay: 1s;
      animation-duration: 3s;
      width: 29px;
      height: 54px; }
    .curtain-2 li:nth-child(2) {
      left: 6.6%;
      animation-delay: 3s;
      animation-duration: 4s;
      width: 12px;
      height: 75px; }
    .curtain-2 li:nth-child(3) {
      left: 9.9%;
      animation-delay: 2s;
      animation-duration: 4s;
      width: 5px;
      height: 75px; }
    .curtain-2 li:nth-child(4) {
      left: 13.2%;
      animation-delay: 1s;
      animation-duration: 5s;
      width: 2px;
      height: 15px; }
    .curtain-2 li:nth-child(5) {
      left: 16.5%;
      animation-delay: 3s;
      animation-duration: 5s;
      width: 14px;
      height: 69px; }
    .curtain-2 li:nth-child(6) {
      left: 19.8%;
      animation-delay: 2s;
      animation-duration: 3s;
      width: 8px;
      height: 60px; }
    .curtain-2 li:nth-child(7) {
      left: 23.1%;
      animation-delay: 2s;
      animation-duration: 3s;
      width: 2px;
      height: 72px; }
    .curtain-2 li:nth-child(8) {
      left: 26.4%;
      animation-delay: 1s;
      animation-duration: 1s;
      width: 5px;
      height: 27px; }
    .curtain-2 li:nth-child(9) {
      left: 29.7%;
      animation-delay: 3s;
      animation-duration: 3s;
      width: 18px;
      height: 75px; }
    .curtain-2 li:nth-child(10) {
      left: 33%;
      animation-delay: 1s;
      animation-duration: 5s;
      width: 10px;
      height: 48px; }
    .curtain-2 li:nth-child(11) {
      left: 36.3%;
      animation-delay: 1s;
      animation-duration: 1s;
      width: 24px;
      height: 39px; }
    .curtain-2 li:nth-child(12) {
      left: 39.6%;
      animation-delay: 2s;
      animation-duration: 3s;
      width: 27px;
      height: 60px; }
    .curtain-2 li:nth-child(13) {
      left: 42.9%;
      animation-delay: 1s;
      animation-duration: 4s;
      width: 12px;
      height: 27px; }
    .curtain-2 li:nth-child(14) {
      left: 46.2%;
      animation-delay: 3s;
      animation-duration: 2s;
      width: 5px;
      height: 12px; }
    .curtain-2 li:nth-child(15) {
      left: 49.5%;
      animation-delay: 2s;
      animation-duration: 1s;
      width: 29px;
      height: 81px; }
    .curtain-2 li:nth-child(16) {
      left: 52.8%;
      animation-delay: 1s;
      animation-duration: 1s;
      width: 20px;
      height: 51px; }
    .curtain-2 li:nth-child(17) {
      left: 56.1%;
      animation-delay: 1s;
      animation-duration: 4s;
      width: 27px;
      height: 90px; }
    .curtain-2 li:nth-child(18) {
      left: 59.4%;
      animation-delay: 3s;
      animation-duration: 4s;
      width: 17px;
      height: 39px; }
    .curtain-2 li:nth-child(19) {
      left: 62.7%;
      animation-delay: 2s;
      animation-duration: 4s;
      width: 26px;
      height: 81px; }
    .curtain-2 li:nth-child(20) {
      left: 66%;
      animation-delay: 1s;
      animation-duration: 6s;
      width: 23px;
      height: 48px; }
    .curtain-2 li:nth-child(21) {
      left: 69.3%;
      animation-delay: 2s;
      animation-duration: 1s;
      width: 7px;
      height: 69px; }
    .curtain-2 li:nth-child(22) {
      left: 72.6%;
      animation-delay: 1s;
      animation-duration: 5s;
      width: 23px;
      height: 42px; }
    .curtain-2 li:nth-child(23) {
      left: 75.9%;
      animation-delay: 1s;
      animation-duration: 6s;
      width: 18px;
      height: 21px; }
    .curtain-2 li:nth-child(24) {
      left: 79.2%;
      animation-delay: 1s;
      animation-duration: 5s;
      width: 3px;
      height: 36px; }
    .curtain-2 li:nth-child(25) {
      left: 82.5%;
      animation-delay: 1s;
      animation-duration: 4s;
      width: 27px;
      height: 84px; }
    .curtain-2 li:nth-child(26) {
      left: 85.8%;
      animation-delay: 3s;
      animation-duration: 5s;
      width: 20px;
      height: 66px; }
    .curtain-2 li:nth-child(27) {
      left: 89.1%;
      animation-delay: 3s;
      animation-duration: 3s;
      width: 27px;
      height: 69px; }
    .curtain-2 li:nth-child(28) {
      left: 92.4%;
      animation-delay: 1s;
      animation-duration: 2s;
      width: 10px;
      height: 78px; }
    .curtain-2 li:nth-child(29) {
      left: 95.7%;
      animation-delay: 2s;
      animation-duration: 4s;
      width: 9px;
      height: 6px; }
    .curtain-2 li:nth-child(30) {
      left: 99%;
      animation-delay: 2s;
      animation-duration: 5s;
      width: 12px;
      height: 9px; }
    .curtain-2 li:nth-child(even) {
      background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%); }
    .curtain-2 li:nth-child(3n + 1) {
      animation-delay: 0s; }

.curtain-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.sp {
  display: none; }

#step1 #nav .help,
#step1 #tuto-nav .help,
#step2 #nav .help,
#step2 #tuto-nav .help {
  opacity: 0;
  pointer-events: none; }

.sound-pop {
  display: none; }
  .sound-pop .sound-close-btn {
    position: absolute;
    width: 80px;
    cursor: pointer;
    top: -30px;
    right: -30px; }
  .sound-pop .sound-bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 18; }
  .sound-pop .sound-pop-in {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 2px #000;
    background: #fff;
    border-radius: 4px;
    max-width: 600px;
    padding: 2em 1em;
    width: calc(96% - 2em - 2px);
    z-index: 19; }
    .sound-pop .sound-pop-in ul {
      max-width: 300px;
      margin: 0 auto;
      display: flex;
      align-items: center; }
      .sound-pop .sound-pop-in ul li {
        width: 44%;
        margin: 0 auto; }

#nav {
  position: absolute;
  right: 1em;
  top: 1.5em;
  display: flex;
  max-width: 300px;
  z-index: 5;
  justify-content: space-between;
  width: 100%; }
  #nav li {
    width: calc(33% - 1em);
    margin: 0 0.5em;
    cursor: pointer;
    position: relative; }
    #nav li a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.tutorial-help {
  position: absolute;
  right: calc(300px + 1em);
  top: 2em;
  z-index: 17;
  background: #cf0000;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: calc(100% - 2em);
  max-width: 270px;
  display: none; }
  .tutorial-help:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid #cf0000;
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 1em; }

.tutorial-log {
  position: absolute;
  right: calc(200px + 1em);
  top: 2em;
  z-index: 17;
  background: #cf0000;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: calc(100% - 2em);
  max-width: 270px;
  display: none; }
  .tutorial-log:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid #cf0000;
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 1em; }

.hint-tutorial {
  position: absolute;
  left: calc(100% - 15px);
  top: 2em;
  z-index: 6;
  background: #cf0000;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: calc(100% - 2em);
  max-width: 270px; }
  .hint-tutorial:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid #cf0000;
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: -15px;
    top: 1em; }

.hint-tutorial-2 {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 6;
  background: #cf0000;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: calc(100% - 2em);
  transform: translate(-50%, -50%);
  max-width: 320px; }

.tutorial-sound {
  position: absolute;
  right: calc(100px + 1em);
  top: 2em;
  z-index: 17;
  background: #cf0000;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: calc(100% - 2em);
  max-width: 270px; }
  .tutorial-sound:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid #cf0000;
    border-top: 0px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -15px;
    top: 1em; }

.tutorial-inp {
  position: absolute;
  right: 0;
  top: -145px;
  z-index: 6;
  background: #cf0000;
  padding: 1em;
  text-align: center;
  color: #fff;
  width: calc(100% - 2em);
  max-width: 280px;
  display: none; }
  .tutorial-inp:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid #cf0000;
    border-top: 0px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    right: 170px;
    bottom: -7px;
    transform: rotate(225deg);
    z-index: -1; }

.tuto-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

.hint-tuto-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0; }

#tuto-nav {
  position: absolute;
  right: 1em;
  top: 1.5em;
  display: flex;
  max-width: 300px;
  z-index: 16;
  justify-content: space-between;
  width: 100%; }
  #tuto-nav li {
    width: calc(33% - 1em);
    margin: 0 0.5em;
    cursor: pointer;
    position: relative; }
    #tuto-nav li a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.tuto-ok {
  width: fit-content;
  padding: .2em 2em;
  border: solid 1px #fff;
  background-color: #ffc900;
  color: #cf0000;
  text-align: center;
  margin: 1em auto 0;
  cursor: pointer;
  transition-duration: .3s;
  border-radius: 4px;
  font-weight: bold; }
  .tuto-ok:hover {
    background: #cf0000;
    color: #fff; }
  .tuto-ok.tuto1-ok {
    display: block; }

.inner-wrap {
  width: calc(100% - 2em);
  padding: 0 1em; }

.op-pop,
.st-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center; }
  .op-pop span,
  .st-pop span {
    color: #fff;
    text-align: center; }

#movie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: #000;
  display: none; }

.movie-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
  background: #000; }

.bg-wrap {
  background: url(../images/bg.jpg);
  background-position: center bottom;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .bg-wrap:before, .bg-wrap:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 70%;
    opacity: 0.5;
    mix-blend-mode: screen; }
  .bg-wrap:before {
    left: 0;
    bottom: 0;
    background: url(../images/bg-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom; }
  .bg-wrap:after {
    top: 0;
    right: 0;
    background: url(../images/bg-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right; }

.bdr-t {
  position: fixed;
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: solid 5px #000;
  background: radial-gradient(circle, #af9a6d 0%, #a08843 100%);
  z-index: 11; }

.bdr-b {
  position: fixed;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: solid 5px #000;
  background: radial-gradient(circle, #af9a6d 0%, #a08843 100%);
  z-index: 11; }

main {
  position: relative;
  max-width: 1920px;
  margin: auto;
  min-height: 100vh;
  min-height: 100dvh; }

#title {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  #title .title-in {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #title .title-in .sp {
      display: none; }
    #title .title-in span {
      text-align: center;
      display: block;
      color: #fff; }

.main-disp {
  display: none; }

.frame {
  width: calc(98% - 4em);
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  min-height: 75vh;
  min-height: 75dvh;
  margin-top: 13vh;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .frame .fr-t {
    position: absolute;
    left: 0;
    top: -2em;
    width: 100%;
    height: 2em;
    background: url(../images/frame/t-t.svg);
    background-size: contain;
    opacity: .8; }
    .frame .fr-t:before {
      content: "";
      position: absolute;
      top: 0;
      width: 2em;
      height: 2em;
      left: -2em;
      background: url(../images/frame/t-l.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frame .fr-t:after {
      content: "";
      position: absolute;
      width: 2em;
      height: 2em;
      top: 0;
      right: -2em;
      background: url(../images/frame/t-r.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .frame .fr-l {
    position: absolute;
    left: -2em;
    top: 0;
    height: 100%;
    width: 2em;
    background: url(../images/frame/c-l.svg);
    background-size: contain;
    opacity: .8; }
  .frame .fr-r {
    position: absolute;
    right: -2em;
    top: 0;
    height: 100%;
    width: 2em;
    background: url(../images/frame/c-r.svg);
    background-size: contain;
    opacity: .8; }
  .frame .fr-b {
    position: absolute;
    left: 0;
    bottom: -2em;
    width: 100%;
    height: 2em;
    opacity: .8;
    background: url(../images/frame/b-b.svg);
    background-size: contain; }
    .frame .fr-b:before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 2em;
      height: 2em;
      left: -2em;
      background: url(../images/frame/b-l.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .frame .fr-b:after {
      content: "";
      position: absolute;
      width: 2em;
      height: 2em;
      bottom: 0;
      right: -2em;
      background: url(../images/frame/b-r.svg);
      background-size: contain;
      background-repeat: no-repeat; }

.main-disp {
  padding: 2em 0;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.step-head {
  position: absolute;
  left: 0em;
  top: -100px;
  width: calc(100% - 300px);
  max-width: 900px; }

.map-pop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none; }
  .map-pop .close-btn {
    position: absolute;
    top: -50px;
    right: -40px;
    width: 80px;
    cursor: pointer; }
  .map-pop .map-ima {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4em);
    max-width: 540px; }
  .map-pop .map-ima-in {
    background: #fff;
    padding: 1em; }

.fr-in {
  position: relative;
  padding-top: 40px;
  width: 100%; }
  .fr-in .game-main .func-flex {
    display: flex;
    align-items: center;
    max-width: 768px;
    margin: 1em auto; }
  .fr-in .game-main .func-item {
    position: relative;
    background: #fff;
    margin-bottom: 1em;
    padding: 1.5em 0;
    color: #fff;
    max-width: 240px;
    margin: 1em auto;
    width: 96%;
    z-index: 1; }
    .fr-in .game-main .func-item img {
      max-width: 120px;
      border: 0;
      margin: 0 auto; }
    .fr-in .game-main .func-item.func-red {
      background-color: #c92a1d;
      border: solid 3px #740003; }
      .fr-in .game-main .func-item.func-red:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../images/bg-dots.svg);
        background-size: 30px;
        opacity: .3; }
    .fr-in .game-main .func-item.func-blue {
      background-color: #3489ab;
      border: solid 3px #304d7a; }
      .fr-in .game-main .func-item.func-blue:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../images/bg-bdr.svg);
        background-size: 30px;
        opacity: .3; }
    .fr-in .game-main .func-item.func-green {
      background-color: #76a32d;
      border: solid 3px #006934; }
    .fr-in .game-main .func-item.col-2 {
      width: 48%; }
    .fr-in .game-main .func-item.col-3 {
      width: 30%; }
  .fr-in .game-main .nazo-box {
    position: relative; }
    .fr-in .game-main .nazo-box .noise {
      background: url(../images/noise.gif);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      max-width: 768px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0.05; }
      .fr-in .game-main .nazo-box .noise.noise-anim {
        animation: 5s noise_fade both linear; }
  .fr-in .game-main .st7-nazo-box {
    position: relative;
    padding-left: 200px; }
  .fr-in .game-main .left-text-head {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .fr-in .game-main .left-text-head .text-head-item {
      position: relative;
      background: #fff;
      padding: 1.5em 0;
      color: #fff;
      z-index: 1; }
      .fr-in .game-main .left-text-head .text-head-item img {
        max-width: 100px;
        border: 0;
        margin: 0 auto; }
      .fr-in .game-main .left-text-head .text-head-item.func-red {
        background-color: #c92a1d;
        border: solid 3px #740003; }
        .fr-in .game-main .left-text-head .text-head-item.func-red:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          background-image: url(../images/bg-dots.svg);
          background-size: 30px;
          opacity: .3; }
      .fr-in .game-main .left-text-head .text-head-item.func-blue {
        background-color: #3489ab;
        border: solid 3px #304d7a; }
        .fr-in .game-main .left-text-head .text-head-item.func-blue:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          background-image: url(../images/bg-bdr.svg);
          background-size: 30px;
          opacity: .3; }
      .fr-in .game-main .left-text-head .text-head-item.func-green {
        background-color: #76a32d;
        border: solid 3px #006934; }
  .fr-in .game-main .ans-box {
    display: flex;
    align-items: center;
    max-width: 660px;
    margin: 2em auto 0;
    position: relative; }
    .fr-in .game-main .ans-box input {
      width: calc(100% - 120px - 3em - 4px);
      margin-right: 1em;
      background: #fff;
      padding: 1em;
      border: solid 2px #000;
      margin-left: 120px; }
    .fr-in .game-main .ans-box button {
      max-width: 120px;
      width: 100%; }
      .fr-in .game-main .ans-box button.btn-ans3 {
        max-width: 200px; }
    .fr-in .game-main .ans-box.step1-ans {
      max-width: 772px; }
  .fr-in .game-main .last-box {
    display: flex;
    max-width: calc(900px - 4em);
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 1em 2em;
    border: solid 2px #000;
    width: calc(100% - 4em); }
    .fr-in .game-main .last-box:before {
      content: "";
      width: 2.5em;
      height: 2.5em;
      background: url(../images/ima-frame-l.svg);
      background-position: left top;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -1px;
      left: -1px; }
    .fr-in .game-main .last-box:after {
      content: "";
      width: 2.5em;
      height: 2.5em;
      background: url(../images/ima-frame-r.svg);
      background-position: right bottom;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -1px;
      right: -1px; }
    .fr-in .game-main .last-box .col-l {
      width: calc(60% - 1em);
      margin-right: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .fr-in .game-main .last-box .col-l fieldset {
        border: solid 1px #272C49;
        margin: 1em auto; }
      .fr-in .game-main .last-box .col-l legend {
        padding: .0 1em;
        text-align: center; }
      .fr-in .game-main .last-box .col-l .situation {
        margin: 0 auto 1em; }
        .fr-in .game-main .last-box .col-l .situation .situation-head {
          max-width: 200px;
          margin: 0 auto 1em; }
      .fr-in .game-main .last-box .col-l p {
        padding: 0.5em; }
    .fr-in .game-main .last-box .col-r {
      width: 40%; }
      .fr-in .game-main .last-box .col-r .map-box {
        position: relative;
        cursor: pointer; }
        .fr-in .game-main .last-box .col-r .map-box:after {
          content: "";
          width: 3em;
          height: 3em;
          position: absolute;
          top: 0;
          left: calc(100% - 3em);
          background: url(../images/scale-icon.svg);
          background-repeat: no-repeat;
          background-size: 75%;
          background-position: center;
          transition-duration: .3s;
          background-color: rgba(0, 0, 0, 0.75);
          border: solid 3px #dab542;
          border-radius: 100px; }
        .fr-in .game-main .last-box .col-r .map-box:hover:after {
          width: 4em;
          height: 4em;
          /* background-color: rgba(0, 0, 0, 0);
          border: solid 3px rgba(0, 0, 0, 0); */
          background-size: 75%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .fr-in .game-main .last-box .kome {
      font-size: .75em;
      display: block;
      text-align: center; }
  .fr-in .game-main .bansoko {
    width: 1em;
    display: inline-block; }
  .fr-in .game-main .ans-last-wrap {
    max-width: 768px;
    margin: 1em auto; }
  .fr-in .game-main .ans-last-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em auto; }
    .fr-in .game-main .ans-last-box #last-top,
    .fr-in .game-main .ans-last-box #last-bottom {
      width: calc(50% - 6.5em - 4px);
      margin-right: 1em;
      background: #fff;
      padding: .5em;
      border: solid 2px #000; }
    .fr-in .game-main .ans-last-box #last-top2,
    .fr-in .game-main .ans-last-box #last-bottom2 {
      width: calc(50% - 6.5em - 4px);
      margin-right: 1em;
      background: #fff;
      padding: .5em;
      border: solid 2px #000; }
    .fr-in .game-main .ans-last-box span {
      display: block;
      margin-right: 1em; }
  .fr-in .last-btn-ans {
    max-width: 120px;
    width: 100%;
    margin: 2em auto 0;
    display: block; }

.ima-box {
  margin: 2em auto; }
  .ima-box img {
    max-width: 1024px;
    max-height: 70vh;
    max-height: 70dvh;
    object-fit: contain;
    border: solid 2px #000; }

.thm {
  max-width: 768px;
  margin: 1em auto; }

.nazo-box {
  margin: 1em auto;
  max-width: 960px; }
  .nazo-box img {
    border: solid 2px #000;
    max-width: 764px;
    margin: 1em auto; }
    .nazo-box img.nazo-thm-min {
      max-width: 320px; }

.nazo-ans {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em; }
  .nazo-ans li {
    min-height: 1.8em;
    counter-increment: cnt;
    width: calc(20% - 1em);
    border-bottom: dashed 2px #000; }
    .nazo-ans li:before {
      content: counter(cnt); }

.btn-ans {
  cursor: pointer; }

.judge {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .judge .judge-box {
    position: fixed;
    max-width: 768px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    .judge .judge-box .judge-box-in {
      position: relative; }
      .judge .judge-box .judge-box-in .judge-btn {
        position: absolute;
        right: -1em;
        top: 0;
        max-width: 180px;
        width: 100%;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
        display: none; }
      .judge .judge-box .judge-box-in .judge-item {
        animation: .45s linear both judge;
        transform-origin: center bottom; }
        .judge .judge-box .judge-box-in .judge-item.hide-anim {
          animation: .45s linear both judge_hide; }
        .judge .judge-box .judge-box-in .judge-item.judge-7-1-2 {
          animation: .45s linear both judge;
          transform-origin: center bottom; }
        .judge .judge-box .judge-box-in .judge-item.judge2 {
          animation: .6s linear both judge; }
          .judge .judge-box .judge-box-in .judge-item.judge2.hide-anim {
            animation: .6s linear both judge_hide; }
        .judge .judge-box .judge-box-in .judge-item:before {
          content: ""; }
        .judge .judge-box .judge-box-in .judge-item.false, .judge .judge-box .judge-box-in .judge-item.true {
          display: none; }
        .judge .judge-box .judge-box-in .judge-item.true {
          display: none; }
        .judge .judge-box .judge-box-in .judge-item.true:before {
          background: url(../images/true.webp);
          background-size: contain;
          background-position: center bottom;
          background-repeat: no-repeat;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -10px;
          width: 100%;
          height: 100%; }
        .judge .judge-box .judge-box-in .judge-item.false:before {
          background: url(../images/false.webp);
          background-size: contain;
          background-position: center bottom;
          background-repeat: no-repeat;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -10px;
          width: 100%;
          height: 100%; }

.next-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .next-box.next-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .next-box .next-btn {
    max-width: 180px;
    width: 100%;
    margin-left: auto;
    cursor: pointer; }
    .next-box .next-btn.next-ab {
      position: absolute;
      bottom: .5em;
      right: .5em; }

.next-item .next-flex-wrap {
  background: #fff;
  max-width: 740px;
  margin: 0 auto;
  padding-top: 2em; }
  .next-item .next-flex-wrap .st-last {
    max-width: 480px;
    padding-top: 1em; }
    .next-item .next-flex-wrap .st-last .last-l {
      width: calc(60% - 1em);
      margin: 0 auto;
      padding: 0.5em;
      justify-content: space-between;
      display: flex;
      flex-direction: column; }
      .next-item .next-flex-wrap .st-last .last-l p {
        line-height: 1.5; }
    .next-item .next-flex-wrap .st-last .last-r {
      width: calc(30% - 1em);
      margin: 0 auto;
      padding: 0.5em; }
  .next-item .next-flex-wrap .st2 {
    max-width: 480px;
    padding-top: 1em; }
  .next-item .next-flex-wrap .st9 {
    max-width: 600px; }
  .next-item .next-flex-wrap .st1 {
    max-width: 480px;
    padding-top: 1em; }
    .next-item .next-flex-wrap .st1 .ima-l {
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .next-item .next-flex-wrap .st1 .ima-l img {
        margin: auto; }
.next-item .next-flex {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 1em;
  padding-top: 3em;
  background: #fff;
  margin-bottom: 1em; }
  .next-item .next-flex .ima-l {
    width: 64%;
    margin: 0 auto; }
  .next-item .next-flex .ima-r {
    width: 34%;
    margin: 0 auto; }
  .next-item .next-flex .col-3 {
    width: calc(33% - 1em);
    margin: 0 auto;
    padding: .5em; }
    .next-item .next-flex .col-3 p {
      margin-top: .5em;
      text-align: center; }
  .next-item .next-flex .col-3 {
    width: calc(33% - 1em);
    margin: 0 auto;
    padding: .5em; }
    .next-item .next-flex .col-3 p {
      margin-top: .5em;
      text-align: center; }
  .next-item .next-flex .col-2 {
    width: calc(50% - 1em);
    margin: 0 auto;
    padding: .5em; }
    .next-item .next-flex .col-2 p {
      margin-top: .5em;
      text-align: center; }
  .next-item .next-flex .col-item-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .next-item .next-flex .col-item-box .col-item {
      margin-bottom: 1em; }
      .next-item .next-flex .col-item-box .col-item:last-of-type {
        margin-bottom: 0; }
  .next-item .next-flex .st5-col-item img {
    height: 235px;
    object-fit: contain;
    object-position: top; }
  .next-item .next-flex .st9-l-item {
    width: calc(49% - 1em);
    max-width: 200px;
    margin: 0; }
  .next-item .next-flex .st9-r-item {
    width: calc(49% - 1em);
    margin: 0; }
  .next-item .next-flex .col-4 {
    width: calc(25% - 1em);
    margin: 0 auto;
    padding: .5em; }
    .next-item .next-flex .col-4 p {
      margin-top: .5em;
      text-align: center; }
  .next-item .next-flex .col-5 {
    width: calc(20% - 1em);
    margin: 0 auto;
    padding: .5em; }
    .next-item .next-flex .col-5 p {
      margin-top: .5em;
      text-align: center; }
  .next-item .next-flex .nazo-main {
    background: #e0b516;
    animation: 3s linear infinite blinking; }
.next-item h4 {
  text-align: center;
  background: #02225a;
  border-radius: 50px;
  padding: .5em 1em;
  margin: 0 auto -1.5em;
  color: #fff;
  width: 240px;
  position: relative;
  z-index: 1; }
.next-item .next-ima-box {
  margin: 1em auto; }
.next-item .next-main-btn {
  max-width: 180px;
  width: 100%;
  margin-left: auto;
  cursor: pointer; }
  .next-item .next-main-btn.next-ab {
    position: absolute;
    bottom: .5em;
    right: .5em; }

.next-text-head {
  padding: 1.5em 1em;
  width: calc(100% - 2em - 4px);
  background: #fff;
  max-width: calc(768px - 2em);
  text-align: center;
  border: solid 2px #000;
  position: relative;
  margin: 1em auto;
  z-index: 5; }
  .next-text-head.no-anim {
    animation: initial; }
  .next-text-head.next-ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .next-text-head:before {
    content: "";
    width: 2.5em;
    height: 2.5em;
    background: url(../images/ima-frame-l.svg);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px; }
  .next-text-head:after {
    content: "";
    width: 2.5em;
    height: 2.5em;
    background: url(../images/ima-frame-r.svg);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    right: -1px; }

.clear-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff; }
  .clear-box.clear-active {
    display: flex;
    align-items: center;
    justify-content: center; }
  .clear-box .clear-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    background: url(../images/clear-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
    padding: 12% 0 8%; }
    .clear-box .clear-item .clear-main {
      width: 75%; }
      .clear-box .clear-item .clear-main img {
        max-width: 768px; }
    .clear-box .clear-item .clear-title {
      width: 70%;
      position: absolute;
      top: -5%;
      left: 50%;
      transform: translateX(-50%); }

@media screen and (max-width: 1320px) {
  .nazo-box {
    max-width: 768px; } }
@media screen and (max-width: 1100px) {
  .step-head {
    top: -80px; } }
@media screen and (max-width: 1023px) {
  .sheat .sheat-in {
    overflow-y: auto; }
    .sheat .sheat-in .s-sp {
      display: block; }
    .sheat .sheat-in .s-pc {
      display: none; }
  .sheat .close-btn {
    top: 15px;
    right: 5px; }

  .step-head {
    top: -60px; } }
@media screen and (max-width: 900px) {
  #end .end-movie-box .movie-item:nth-of-type(1) .movie-desc {
    min-height: 14em; } }
@media screen and (max-width: 768px) {
  #end .end-movie-box .movie-item:nth-of-type(1) .movie-desc {
    min-height: 15.5em; } }
@media screen and (max-width: 540px) {
  .sound-pop .sound-close-btn {
    top: -45px;
    right: 0px; }

  .fr-in {
    padding-top: 0px; }

  .map-pop .close-btn {
    width: 60px;
    top: -45px;
    right: -20px; }

  #title .pc {
    display: none; }
  #title .title-in .sp {
    display: block; }

  .nazo-ans {
    flex-flow: wrap; }
    .nazo-ans li {
      width: calc(48% - 1em); }

  .next-box .next-btn {
    margin: 1em auto 0; }

  .next-item .sp-sm {
    max-width: 160px; }
  .next-item .next-flex {
    flex-direction: column; }
    .next-item .next-flex .ima-l {
      width: 100%;
      margin: 0 auto 1em; }
    .next-item .next-flex .ima-r {
      width: 100%;
      margin: 0 auto; }
    .next-item .next-flex .col-2 {
      width: calc(100% - 1em);
      margin-bottom: 1em; }
    .next-item .next-flex .col-3 {
      width: calc(100% - 1em);
      margin-bottom: 1em; }
    .next-item .next-flex .col-4 {
      width: calc(100% - 1em);
      margin-bottom: 1em; }
    .next-item .next-flex .col-5 {
      width: calc(100% - 1em);
      margin-bottom: 1em; }
    .next-item .next-flex .st9-l-item {
      max-width: initial;
      margin: 0 auto 1em; }
    .next-item .next-flex .st9-r-item {
      max-width: initial;
      margin: 0 auto 1em; }
    .next-item .next-flex .st5-col-item img {
      max-height: initial;
      height: auto;
      object-fit: initial;
      object-position: initial; }

  .step-head {
    top: -13vh;
    width: 110%;
    margin-left: -5%; }

  .nazo-box img {
    width: calc(100% - 4px); }

  .fr-in .game-main .last-box {
    flex-direction: column; }
    .fr-in .game-main .last-box .col-l {
      width: 100%;
      margin: 0 auto 1em; }
    .fr-in .game-main .last-box .col-r {
      width: 100%; }
  .fr-in .game-main .st7-nazo-box {
    padding-left: 0; }
  .fr-in .game-main .left-text-head {
    position: relative;
    width: 100%;
    left: initial;
    top: initial;
    height: initial;
    display: flex;
    align-items: center;
    flex-direction: initial; }
    .fr-in .game-main .left-text-head .text-head-item {
      width: 30%;
      margin: 0 auto; }
  .fr-in .game-main .ans-box input {
    width: calc(100% - 2em - 4px);
    margin-left: auto; }
  .fr-in .game-main .ans-last-box {
    flex-flow: wrap;
    justify-content: initial; }
    .fr-in .game-main .ans-last-box #last-top,
    .fr-in .game-main .ans-last-box #last-bottom {
      width: calc(100% - 4.5em - 4px); }
    .fr-in .game-main .ans-last-box #last-top2,
    .fr-in .game-main .ans-last-box #last-bottom2 {
      margin-top: 1em;
      width: calc(100% - 8.5em - 4px); }
    .fr-in .game-main .ans-last-box span:last-child {
      margin-top: 1em; }

  .judge .judge-box {
    width: 100%; }
    .judge .judge-box .judge-box-in .judge-btn {
      right: 1em;
      max-width: 80px; }

  .frame {
    margin-bottom: 100px;
    min-height: calc(75vh - 70px);
    min-height: calc(75dvh - 70px);
    width: calc(98% - 2em); }

  .bdr-b {
    z-index: 6; }

  .next-text-head .sp {
    display: block; }

  #nav {
    top: initial;
    right: initial;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed; }

  #tuto-nav {
    top: initial;
    right: initial;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed; }

  .tutorial-log {
    position: fixed;
    top: initial;
    bottom: 7em;
    left: 50%;
    transform: translateX(-50%); }
    .tutorial-log:after {
      top: initial;
      right: 145px;
      bottom: -6px;
      transform: rotate(225deg); }

  .tutorial-help {
    position: fixed;
    top: initial;
    bottom: 7em;
    left: 50%;
    transform: translateX(-50%); }
    .tutorial-help:after {
      top: initial;
      right: 245px;
      bottom: -6px;
      transform: rotate(225deg); }

  .tutorial-sound {
    position: fixed;
    top: initial;
    bottom: 7em;
    left: 50%;
    transform: translateX(-50%); }
    .tutorial-sound:after {
      top: initial;
      right: 40px;
      bottom: -6px;
      transform: rotate(225deg); }

  .hint-tutorial {
    left: 50%;
    top: 100%;
    transform: translateX(-50%); }
    .hint-tutorial:after {
      left: 50%;
      top: -0.5em;
      transform: translateX(-50%) rotate(-45deg); }

  .clear-box .clear-item {
    background: url(../images/clear-bg-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30% 0; }
    .clear-box .clear-item .clear-title {
      width: 90%;
      position: initial;
      top: initial;
      left: initial;
      transform: initial; }
    .clear-box .clear-item .clear-main {
      width: 90%; }

  .low-head {
    margin: 60px auto; }

  #hint .hint-ac {
    margin-top: 1em; }
  #hint .hint-list {
    margin: 40px auto; }
    #hint .hint-list .hint-list-item {
      width: 96%;
      margin: 1em auto; }
      #hint .hint-list .hint-list-item:last-of-type {
        margin: 1em auto; }
  #hint .hint-main {
    margin: 20px auto;
    padding: 20px 0;
    width: calc(100% - 2em);
    margin-top: 40px; }
    #hint .hint-main .hint-main-in .hint-close-bt {
      width: 60px;
      top: -60px;
      right: -20px; }

  .sheat .sheat-in {
    overflow-y: initial; }
  .sheat .close-btn {
    top: -15px;
    right: 5px;
    width: 60px; }

  .fr-in .game-main .func-item img {
    max-width: 100px; }

  #end .end-main {
    padding: 40px 0; }
  #end .end-flex {
    flex-direction: column; }
  #end .end-movie-box {
    margin: 40px auto; }
    #end .end-movie-box .movie-item {
      width: calc(96% - 4px);
      margin: 1em auto; }
      #end .end-movie-box .movie-item .movie-desc {
        min-height: initial; }
        #end .end-movie-box .movie-item .movie-desc .movie-title {
          min-height: initial; }
    #end .end-movie-box .movie-item:nth-of-type(1) .movie-desc {
      min-height: initial; }
  #end .end-share {
    margin: 40px auto; }
    #end .end-share .share-box {
      width: calc(96% - 4px);
      margin: 1em auto; }
  #end .end-goods-box {
    margin: 40px auto; } }

/*# sourceMappingURL=style.css.map */
