#sub_menu,
#contents_wrapper h2 {
  display: none;
}
#attention_box {
  border: none;
  background: #f0f5eb;
  margin: 0 10px;
  padding: 10px;
}
#copy_right {
  color: #fff;
  padding: 10px 0;
  background-color: #66cc00;
  font-size: 12px;
}
#all_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  padding-top: 0px;
  margin: 0 auto;
  position: relative;
}
#all_container::before {
  content: "";
  position: fixed;
  max-width: 100vw;
  width: 100%;
  height: 100%;
  background-image: url("../location/images/pc_bg.jpg");
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 0;
}
#all_container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, 0);
  max-width: 540px;
  width: 100%;
  height: 100%;
  background-image: url("../location/images/bg.jpg");
  background-repeat: repeat;
  background-size: auto;
  pointer-events: none;
  z-index: 1;
}
#main_contents {
  padding: 50px 0 0 0;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
#main_contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 40px;
  height: 100%;
  background-image: url("../location/images/content_band.png");
  background-repeat: repeat-y;
  background-size: auto;
  pointer-events: none;
}
#main_contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
  height: 100%;
  background-image: url("../location/images/content_band.png");
  background-repeat: repeat-y;
  background-size: auto;
  pointer-events: none;
}
header {
  position: relative;
  background-image: url("../location/images/header.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: top center;
  padding: 0;
  max-width: 540px;
  width: 100%;
  height: auto;
  aspect-ratio: 800/508;
  border: none;
  background-color: transparent;
  z-index: 2;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 40px;
  height: 100%;
  background-image: url("../location/images/content_band.png");
  background-repeat: repeat-y;
  background-size: auto;
  pointer-events: none;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
  height: 100%;
  background-image: url("../location/images/content_band.png");
  background-repeat: repeat-y;
  background-size: auto;
  pointer-events: none;
}
header h1 {
  display: none;
}
#contents_wrapper {
  padding: 0;
}
.game_title_box h3,
.game_title_box p {
  display: none;
}
.game_title_box p.tx_r.mt_5 {
  display: block;
  position: absolute;
  width: 30%;
  width: 30%;
  right: 20px;
  top: 10px;
  align-items: center;
  background-color: #ff8903;
  border: 3px solid #ff8903;
  border-radius: 50px;
  box-shadow:
    inset 0 0 0 3px #fff,
    3px 4px 6px #0000004d;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  line-height: 1.2;
  padding: 0 20px;
  text-align: center;
  transition: opacity 0.2s ease;
  white-space: pre-line;
}
.game_title_box p.tx_r.mt_5 a {
  color: white;
  text-decoration: none;
}
#language {
  position: absolute;
  right: 5px;
  top: -335px;
  z-index: 11;
}
.content_box {
  width: 85%;
  margin: 40px auto 20px;
  background: #f8f6e9;
  border: 4px solid #185222;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.content_box h3 {
  height: 63px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  font-family: "Noto Sans", sans-serif;
  color: white;
  -webkit-text-stroke: 4px #4c9900;
  paint-order: stroke fill;
  text-stroke: 1px #185222;
  background-image: url("../location/images/location_head.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: contain;
  background-color: transparent !important;
}
.bt_search {
  width: 190px;
  height: 60px;
  background-image: url(../location/images/button.png);
  background-size: contain;
  background-position: 0 0;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.bt_search:hover {
  width: 190px;
  height: 60px;
  background-image: url(../location/images/button.png);
  background-size: contain;
  background-position: 0 0;
  transform: translateY(-3px);
}
.bt_search:active {
  width: 190px;
  height: 60px;
  background-image: url(../location/images/button.png);
  background-size: contain;
  transform: translateY(-2px);
  background-position: 0 0;
}
footer {
  position: relative;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
#footer_link {
  padding-top: 10px;
}
#footer_link p a {
  padding-left: 15px;
}
#footer_link p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 40px;
  height: 100%;
  background-image: url("../location/images/content_band.png");
  background-repeat: repeat-y;
  background-size: auto;
  pointer-events: none;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
  height: 100%;
  background-image: url("../location/images/content_band.png");
  background-repeat: repeat-y;
  background-size: auto;
  pointer-events: none;
}
@media screen and (max-width: 540px) {
  #all_container {
    overflow: hidden;
  }
  .game_title_box p.tx_r.mt_5 {
    width: 35%;
  }
  .content_box h3{
    height: 50px;
  }
}
