body {
  margin: 0 auto;
  width: 100vw;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}

main {
  position: relative;
  z-index: 1;
}

main > * {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#background-container img {
  width: 100%;
}

#background-container img.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  #background-container img.pc {
    display: none;
  }
  #background-container img.mb {
    display: block;
  }
}

.first-screen .logo {
  position: absolute;
  width: 13vw;
  top: 3.5vw;
  left: 2.5vw;
}

@media screen and (max-width: 767px) {
  .first-screen {
    z-index: 4;
  }
  .first-screen .logo {
    left: 50%;
    width: 25vw;
    bottom: 54vw;
    top: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.first-screen .background-wrapper {
  width: 100%;
}

.first-screen .background-wrapper .main-title {
  width: 100%;
}

.first-screen .background-wrapper .mb-main-title {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .first-screen .background-wrapper .main-title {
    display: none;
  }
  .first-screen .background-wrapper .mb-main-title {
    display: block;
  }
}

.first-screen .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8vw;
  position: absolute;
  right: 2vw;
  top: 5.5vw;
}

.first-screen .links-wrapper a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 7vw;
}

.first-screen .links-wrapper a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.first-screen .links-wrapper a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .first-screen .links-wrapper {
    z-index: 10;
    top: unset;
    position: fixed;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: 0.5vw;
    left: 0;
    padding: 0 2vw;
  }
  .first-screen .links-wrapper a {
    width: 19%;
  }
}

.second-screen {
  margin-top: -9vw;
  padding: 0 5vw;
}

@media screen and (max-width: 767px) {
  .second-screen {
    padding: 0;
    margin-top: 25vw;
  }
}

.second-screen .reservation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.second-screen .reservation-block .title-wrapper {
  width: 50vw;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vw;
}

.second-screen .reservation-block .title-wrapper .title {
  width: 45vw;
}

.second-screen .reservation-block .title-wrapper .subtitle {
  margin-right: 0;
  width: 18vw;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .title-wrapper {
    width: 100vw;
    gap: 3vw;
  }
  .second-screen .reservation-block .title-wrapper .subtitle {
    width: 30%;
  }
  .second-screen .reservation-block .title-wrapper .title {
    width: 90%;
  }
}

.second-screen .reservation-block .input-wrapper {
  width: 50vw;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper {
    width: 100%;
  }
}

.second-screen .reservation-block .input-wrapper .input-bg {
  width: 32vw;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper .input-bg {
    width: 95vw;
  }
}

.second-screen .reservation-block .input-wrapper .avatar {
  display: none;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper .avatar {
    display: block;
    position: absolute;
    z-index: 1;
    width: 44vw;
    bottom: -24vw;
  }
}

.second-screen .reservation-block .input-wrapper .money {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -5.5vw;
  width: 20vw;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper .money {
    width: 45vw;
    bottom: -25vw;
  }
}

.second-screen .reservation-block .input-wrapper button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  bottom: 5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12vw;
  cursor: pointer;
}

.second-screen .reservation-block .input-wrapper button:hover {
  -webkit-transform: translateY(-4px) translateX(-50%);
          transform: translateY(-4px) translateX(-50%);
}

.second-screen .reservation-block .input-wrapper button img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper button {
    width: 40vw;
    bottom: 16vw;
  }
}

.second-screen .reservation-block .input-wrapper .input-phone {
  position: absolute;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 9.4vw;
  width: 12.8vw;
  right: 15.7vw;
  background: transparent;
  gap: 0.2vw;
}

.second-screen .reservation-block .input-wrapper .input-phone > * {
  font-size: 1.5vw;
  color: #5e340d;
  background: transparent;
  padding: 0;
}

.second-screen .reservation-block .input-wrapper .input-phone input {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 69%;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper .input-phone {
    top: 27.9vw;
    width: 38.8vw;
    right: 21.7vw;
    gap: 0.7vw;
  }
  .second-screen .reservation-block .input-wrapper .input-phone > * {
    font-size: 4.5vw;
  }
}

.second-screen .reservation-block .input-wrapper .select-button {
  position: absolute;
  top: 6vw;
  right: 15.5vw;
  cursor: pointer;
  width: 1.85vw;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper .select-button {
    top: 17.8vw;
    right: 21.8vw;
    width: 5.5vw;
  }
}

.second-screen .reservation-block .input-wrapper .select-box {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  font-size: 1.2vw;
  font-weight: 700;
  color: #5e340d;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 2vw;
  overflow: hidden;
  width: 11.4vw;
  top: 6vw;
  right: 17.3vw;
  border: 1px solid transparent;
  border-bottom: 0;
}

.second-screen .reservation-block .input-wrapper .select-box.act {
  background: #eae8e8;
  max-height: 100vw;
  border: 1px solid black;
  border-bottom: 0;
}

.second-screen .reservation-block .input-wrapper .select-box li {
  padding: 0.15vw;
  font-weight: 700;
  border-bottom: 1px solid black;
}

.second-screen .reservation-block .input-wrapper .select-box li.act {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper .select-box {
    width: 33.4vw;
    right: 27.4vw;
    max-height: 6vw;
    font-size: 4vw;
    top: 17.7vw;
  }
}

.second-screen .reservation-block .input-wrapper .hint-phone {
  color: #d01414;
  text-shadow: 1px 1px 2px saddlebrown;
  font-size: 1.5vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 12vw;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .second-screen .reservation-block .input-wrapper .hint-phone {
    top: 8vw;
    font-size: 4.5vw;
  }
}

.second-screen .reservation-block .input-wrapper .hint-phone.act {
  opacity: 1;
}

.second-screen .content-wrapper {
  position: relative;
  bottom: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 6vw;
  gap: 2vw;
}

.second-screen .content-wrapper .bar {
  width: 2vw;
}

.second-screen .content-wrapper .content {
  width: 55vw;
}

.second-screen .content-wrapper .mb-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .second-screen .content-wrapper {
    bottom: 0;
    padding: 2vw;
    margin-top: 24vw;
  }
  .second-screen .content-wrapper .content {
    display: none;
  }
  .second-screen .content-wrapper .bar {
    width: 4.5vw;
  }
  .second-screen .content-wrapper .mb-content {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 90%;
  }
}

.third-screen {
  padding: 0 3vw;
  margin-top: 4vw;
}

@media screen and (max-width: 767px) {
  .third-screen {
    padding: 0 2vw;
    margin-top: 20vw;
  }
}

.third-screen .title-wrapper {
  width: 68vw;
  text-align: center;
}

.third-screen .title-wrapper .subtitle {
  width: 50%;
}

.third-screen .title-wrapper .title {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .third-screen .title-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .third-screen .title-wrapper .subtitle {
    width: 63%;
  }
  .third-screen .title-wrapper .title {
    margin-top: 2vw;
    width: 115%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.third-screen .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  gap: 2vw;
}

.third-screen .content-wrapper .left {
  width: 70%;
}

.third-screen .content-wrapper .left .actor-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vw;
}

.third-screen .content-wrapper .left .actor-wrapper div {
  position: relative;
}

.third-screen .content-wrapper .left .actor-wrapper div .actor {
  width: 100%;
}

.third-screen .content-wrapper .left .actor-wrapper div .join-button {
  position: absolute;
  bottom: -1.5vw;
  width: 12vw;
  cursor: pointer;
  z-index: 1;
  left: 56%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.third-screen .content-wrapper .left .actor-wrapper div .join-button:hover {
  -webkit-transform: translateY(-2px) translateX(-50%);
          transform: translateY(-2px) translateX(-50%);
}

.third-screen .content-wrapper .left .prize-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
  padding-left: 5vw;
  gap: 1vw;
}

.third-screen .content-wrapper .left .prize-wrapper .bar {
  width: 2vw;
}

.third-screen .content-wrapper .left .prize-wrapper .prize-box {
  position: relative;
}

.third-screen .content-wrapper .left .prize-wrapper .prize-box a {
  position: absolute;
  bottom: -0.5vw;
  left: 21vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.third-screen .content-wrapper .left .prize-wrapper .prize-box a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.third-screen .content-wrapper .left .prize-wrapper .prize-box a img {
  width: 2.2vw;
}

.third-screen .content-wrapper .left .prize-wrapper .prize-box .prize {
  width: 40vw;
}

.third-screen .content-wrapper .right {
  margin-top: 3.5vw;
}

.third-screen .content-wrapper .right img {
  width: 27vw;
}

@media screen and (max-width: 767px) {
  .third-screen .content-wrapper .right {
    margin-top: 60vw;
  }
  .third-screen .content-wrapper .right img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .third-screen .content-wrapper {
    display: block;
  }
  .third-screen .content-wrapper .left {
    width: 100%;
    margin-top: 4vw;
  }
  .third-screen .content-wrapper .left .actor-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10vw;
  }
  .third-screen .content-wrapper .left .actor-wrapper div {
    width: 45%;
  }
  .third-screen .content-wrapper .left .actor-wrapper div .join-button {
    width: 35vw;
    bottom: -4vw;
  }
  .third-screen .content-wrapper .left .prize-wrapper {
    display: none;
  }
}

.third-screen .content-wrapper .mb-prize {
  display: none;
}

.third-screen .content-wrapper .mb-prize .bar {
  height: 27vw;
}

.third-screen .content-wrapper .mb-prize .prize-box {
  width: 90vw;
  position: relative;
}

.third-screen .content-wrapper .mb-prize .prize-box img {
  margin-top: 3vw;
  width: 100%;
}

.third-screen .content-wrapper .mb-prize .prize-box a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
  right: 17vw;
  bottom: -11px;
  width: 8vw;
}

@media screen and (max-width: 767px) {
  .third-screen .content-wrapper .mb-prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 5vw auto 0;
  }
}

.fourth-screen {
  padding: 0 1vw;
}

@media screen and (max-width: 767px) {
  .fourth-screen {
    margin-top: 23vw;
  }
}

.fourth-screen > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fourth-screen > div .title-wrapper {
  width: 65%;
  text-align: center;
}

.fourth-screen > div .title-wrapper .subtitle {
  width: 18vw;
}

.fourth-screen > div .title-wrapper .title {
  width: 100%;
  margin: 2vw auto -2vw;
}

.fourth-screen > div .title-wrapper .content {
  width: 40vw;
}

@media screen and (max-width: 767px) {
  .fourth-screen > div .title-wrapper {
    width: 100%;
  }
  .fourth-screen > div .title-wrapper .subtitle {
    width: 33vw;
  }
  .fourth-screen > div .title-wrapper .title {
    width: 110%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 4vw;
  }
  .fourth-screen > div .title-wrapper .content {
    margin-top: 41vw;
    width: 85vw;
  }
}

.fourth-screen > div .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1vw;
  padding-left: 4vw;
}

.fourth-screen > div .content-wrapper .bar {
  width: 2vw;
}

.fourth-screen > div .content-wrapper .content-box {
  position: relative;
}

.fourth-screen > div .content-wrapper .content-box a {
  position: absolute;
  bottom: -0.3vw;
  left: 33vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.fourth-screen > div .content-wrapper .content-box a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fourth-screen > div .content-wrapper .content-box a img {
  width: 2.2vw;
}

.fourth-screen > div .content-wrapper .content-box .info {
  width: 50vw;
}

.fourth-screen > div .content-wrapper .content-box .mb-info {
  display: none;
}

@media screen and (max-width: 767px) {
  .fourth-screen > div .content-wrapper {
    width: 100%;
    padding: 0 3vw;
    margin-top: 10vw;
  }
  .fourth-screen > div .content-wrapper .bar {
    height: 24vw;
    width: unset;
  }
  .fourth-screen > div .content-wrapper .content-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .fourth-screen > div .content-wrapper .content-box .info {
    display: none;
  }
  .fourth-screen > div .content-wrapper .content-box .mb-info {
    width: 70%;
    display: block;
  }
  .fourth-screen > div .content-wrapper .content-box a {
    left: unset;
    right: 6vw;
    bottom: -2.3vw;
  }
  .fourth-screen > div .content-wrapper .content-box a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .fourth-screen > div .content-wrapper .content-box a img {
    width: 8vw;
  }
}

.rules-wrapper {
  margin-top: 20vw;
  padding-bottom: 7vw;
}

.rules-wrapper * {
  color: #000000;
  text-shadow: 0.2px 0.2px 1px #cdcdcd;
}

.rules-wrapper > div {
  width: 60vw;
  height: 30vw;
  overflow: scroll;
  margin: 0 auto;
}

.rules-wrapper > div h1 {
  text-align: center;
  margin: 40px auto;
  font-size: 30px;
  font-weight: 700;
}

.rules-wrapper > div h3 {
  font-weight: 700;
  font-size: 25px;
}

.rules-wrapper > div p {
  font-size: 22px;
  font-weight: 700;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .rules-wrapper {
    margin-top: 100vw;
  }
}

#go-top {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: fixed;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 5;
  width: 7vw;
  right: 1.5vw;
  bottom: 2.5vw;
  cursor: pointer;
  opacity: 0.5;
}

#go-top:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #go-top {
    opacity: 1;
    width: 15vw;
    bottom: 20vw;
  }
}

footer {
  width: 100%;
}

footer img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
}

#pop-out,
#pop-hint {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.65);
}

#pop-out.act,
#pop-hint.act {
  opacity: 1;
  z-index: 100;
}

#pop-out .inner,
#pop-hint .inner {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}

#pop-out .inner .submit-info-button,
#pop-hint .inner .submit-info-button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 44%;
  z-index: 1;
}

@media screen and (max-width: 757px) {
  #pop-out .inner .submit-info-button,
  #pop-hint .inner .submit-info-button {
    top: 37vw;
    width: 30vw;
  }
}

#pop-out .inner .input-name,
#pop-hint .inner .input-name {
  position: absolute;
  width: 235px;
  font-size: 33px;
  left: 43%;
  z-index: 1;
  top: 13.5%;
  background: none;
}

@media screen and (max-width: 757px) {
  #pop-out .inner .input-name,
  #pop-hint .inner .input-name {
    width: 29.3vw;
    font-size: 4.1vw;
    top: 11.5vw;
    left: 40.9vw;
  }
}

#pop-out .inner .input-number,
#pop-hint .inner .input-number {
  position: absolute;
  width: 235px;
  font-size: 33px;
  top: 23.5%;
  left: 43%;
  z-index: 1;
  background: none;
}

@media screen and (max-width: 757px) {
  #pop-out .inner .input-number,
  #pop-hint .inner .input-number {
    width: 29.3vw;
    font-size: 4.1vw;
    top: 20vw;
    left: 40.9vw;
  }
}

#pop-out .inner .input-mail,
#pop-hint .inner .input-mail {
  position: absolute;
  width: 285px;
  font-size: 33px;
  top: 33.2%;
  left: 38.9%;
  z-index: 1;
  background: none;
}

@media screen and (max-width: 757px) {
  #pop-out .inner .input-mail,
  #pop-hint .inner .input-mail {
    width: 35.3vw;
    font-size: 4.1vw;
    top: 28.5vw;
    left: 37vw;
  }
}

#pop-out .inner .link,
#pop-hint .inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 11%;
  left: 36%;
}

#pop-out .inner .link .arrow,
#pop-hint .inner .link .arrow {
  width: 70%;
}

#pop-out .inner .link a,
#pop-hint .inner .link a {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#pop-out .inner .link a:hover,
#pop-hint .inner .link a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media screen and (max-width: 757px) {
  #pop-out .inner .link,
  #pop-hint .inner .link {
    bottom: 9vw;
    left: 34vw;
  }
  #pop-out .inner .icon,
  #pop-hint .inner .icon {
    width: 7vw;
  }
  #pop-out .inner a,
  #pop-hint .inner a {
    width: unset !important;
  }
  #pop-out .inner a:hover,
  #pop-hint .inner a:hover {
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}

#pop-out .close-bg,
#pop-out .close-hint,
#pop-hint .close-bg,
#pop-hint .close-hint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
}

#pop-out .inner > img {
  max-width: 100%;
}

#pop-out p {
  color: #d01414;
  text-shadow: 1px 1px 2px saddlebrown;
  font-size: 26px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 6%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #pop-out p {
    top: 5vw;
    font-size: 4vw;
  }
}

#pop-out p.act {
  opacity: 1;
}

#to-first {
  display: none;
}

#pop-hint .inner {
  margin: unset;
  width: 350px;
  max-width: 90%;
  padding: 25px;
  border: 1px solid #815829;
  -webkit-box-shadow: #7e4921 0px 0px 0px 2px, #593417 0px 0px 0px 4px;
          box-shadow: #7e4921 0px 0px 0px 2px, #593417 0px 0px 0px 4px;
  background-image: url("../images/background/hint_background.png");
  background-position: center;
  background-size: 200%;
  border-radius: 10px;
}

#pop-hint .inner img {
  width: 150px;
  margin-top: 20px;
  cursor: pointer;
}

#pop-hint .inner p {
  color: white;
  text-shadow: 1px 1px 3px #301d0e;
  font-weight: 600;
  font-size: 26px;
}

#first-mission {
  opacity: 0;
  position: relative;
  z-index: -1;
}
/*# sourceMappingURL=main.css.map */