@charset "utf-8";
/* fix reset css */
select,
option{
    all: revert;
}
html {
  height: 100%;
  font-size: 1rem;
}
/* font size */
h1 {
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.5rem);
}
#map_menu {
  font-size: clamp(1.5rem, 1.125rem + 1.2vw, 1.875rem);
}
.btn {
  /*font-size: clamp(0.875rem, 0.75rem + 0.4vw, 1rem);*/
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem)
}
#closeBtn {
  font-size: clamp(0.875rem, 0.75rem + 0.4vw, 1rem);
}
#fishData {
  /*font-size: clamp(0.875rem, 0.75rem + 0.4vw, 1rem);*/
  font-size: clamp(0.75rem, 0.5rem + 0.8vw, 1rem);
}
#activeTime dd,
#hookSize dd {
  font-size: clamp(1rem, 0.875rem + 0.4vw, 1.125rem);
}
.size {
  font-size: clamp(0.625rem, 0.5rem + 0.4vw, 0.75rem);
}
#footer {
  font-size: clamp(0.75rem, 0.625rem + 0.4vw, 0.875rem);
}
#copyright {
  font-size: clamp(0.625rem, 0.5rem + 0.4vw, 0.75rem);
}

body {
  height: 100%;
  min-height: 100vh;
  background-color: black;
  color: #333;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
div#wrapper {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 650px;
}
div#menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0.4rem;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(26, 26, 26, 0);
}
#logo_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h1 {
  color: #fff;
}
h1 img {
  width:584px;
  max-width: 100%;
  height: auto;
}
#lang_selecter {
  text-align: center;
}
#lang_selecter button{
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px 1em;
  margin: 0.3em 0;
}
#map_menu {
  margin: 0.2rem 0 0;
  padding: 0.2rem 0.2rem 0;
  font-weight: bold;
  width: auto;
  border-radius: 3px;
  text-align: left;
  color: #333;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  /* -webkit-text-stroke:1px #000; **/
  user-select: none;
}
#fish_list {
  padding-top: 0.2rem;
}
.btn {
  border-radius: 3px;
  border: 1px solid #4e3e21;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.show {
  background-color: rgba(190, 236, 125, 1);
}
#closeBtn {
  margin: 0;
  padding: 0.2rem 0;
  width: 100%;
  text-align: center;
  background-color: rgba(132, 220, 225, 0.6);
  border-radius: 3px;
  cursor: pointer;
}

div#map_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 650px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: 0 0;
}
html img#fish {
  width:  100%;
  height: auto;
  min-width: 1200px;
  max-width: 1920px;
  background-image: url(../img/GR/WM-Golden_Ridge_map.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

#fishData {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0rem 0.4rem 0.4rem;
  background-color: rgba(255, 255, 255, 0.2);
}
div#hideBtn {
  margin: 0 0 0.2rem;
  padding: 0.2rem 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
}
#fishData li,
#fishData dt,
#fishData dd {
  display: inline-block;
}
#fishData dl {
  margin: 0 0 0.3rem;
  padding: 0.1rem;
}
#fishData dt,
#fishData dd {
  margin: 0.3rem;
}
#activeTime {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin: 0 0 0.1rem 0;
  padding: 0.2rem 0.3rem;
}
#hookSize {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 0.3rem 0.3rem;
}
#hookSize li {
  border-radius: 3px;
  margin: 0rem;
  padding: 0 0.3rem;
}
.Diamond {
  background: linear-gradient(45deg, #46a7c5 0%, #55ccf0 45%, #cdddeb 70%, #55ccf0 85%, #55ccf0 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
.Gold{
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
.Silver{
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
.Bronze{
  background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
#luresList li {
  margin: 0 0.2rem 0.3rem 0;
  padding: 0rem 0.3rem;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.Lure {
  background-color: rgba(255, 211, 217, 0.7);
}
.SP {
  background-color: rgba(144, 228, 204, 0.7);
}
.NB {
  background-color: rgba(255, 212, 142, 0.7);
}
.LB {
  background-color: rgba(185, 142, 255, 0.7);
}
.BB {
  background-color: rgba(252, 101, 177, 0.7);
}
.GB {
  background-color: rgba(140, 170, 255, 0.7);
}
ul#luresList li.hot {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 96, 96);
  animation: hotMarker 2s ease-in-out infinite alternate;
}
@keyframes hotMarker  {
  0% { border: 2px solid rgb(255, 255, 255); }
  50% { border: 2px solid rgba(255, 255, 255, 0); }
  100% { border: 2px solid rgb(255, 255, 255); }
}
#footer {
  padding-top: 0.2rem;
  color: #fff;
}
#footer li {
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.3rem 0.3rem 22px;
  background-image: url(../img/icons/ss.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #333;
}
#copyright {
  color: #333;
  text-align: center;
}