  body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    text-align: center;
    padding: 0px 10px 0px 10px;
    background-image: url('https://bass-fishing.s3.ap-northeast-3.amazonaws.com/GPS/Base.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .title_image {
    width: min(40vh,70vw);
    max-width: 960px;
    margin: 0 auto;
  }

  .title {
    width: 100%;
    height: auto;
    display: block;
  }

  .gps_container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 auto;
  }

  .gps_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 998;
    background-color: rgba(19, 64, 161, 0);
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 999;
    pointer-events: all;
  }

  .name_tag {
    margin-top: 10px;
    width: 100%;
    max-width: 960px;
    display: block;
    margin: 0 auto;
  }

  .name_tag img {
    width: 90%;
    height: auto;
    display: block;
    margin: 5px 0 0 5%;
  }

  .go_home {
    text-align: center;
    width: max(40%,40vw);
    margin: 2vh auto 0px auto;
  }

  .home_btn {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
  }

  .home_btn:hover img {
    filter: brightness(60%);
  }

  .home_img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
  }

  .c-mark {
    text-align: center;
  }

  .c-mark img {
    width: min(30vh,50vw, 100%);
    display: inline-block;
  }

  .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgb(219, 219, 219);
    color: rgb(71, 71, 71);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: max(5vw, 5vw);
  }
  .fade-out-block {
    opacity: 0;
    transition: opacity 2s ease;
  }

  #comingSoonText {
    display: inline-block;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }

  #comingSoonText.fade-out {
    opacity: 0;
  }

  .open {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.075);
    border: none;
    z-index: 10001;
    cursor: pointer;
    opacity: 0;
  }