html,
body {
  font-family: "Meiryo", "Meiryo UI", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 14px;
  color: #001f40;
  position: relative;
  width: 100%;
  background: #fff;
}

body {
  background-size: 30px 30px;
  margin: 0 auto;
}

.top {
  background: url(../img/fv.png) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.fv_w {
  height: 100vh;
  width: 100%;
}

.ri_btn {
  height: 287px;
  left: 60%;
  margin-left: -12px;
  width: 365px;
  top: 500px;
  z-index: 2;
}

.le_btn {
  height: 266px;
  left: 50%;
  margin-left: -350px;
  width: 343px;
  top: 530px;
  z-index: 2;
}

.le_ca,
.le_btn,
.ri_btn,
.ri_ca {
  position: absolute;
}

a {
  text-decoration: none;
  transition: ease 0.3s;
  display: block;
}

a:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}

li {
  list-style-type: none;
}

img {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.btn_ul {
  background-color: #0e2ac9;
  padding: 10px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  margin-left: 20px;
  color: #fff;
  border-radius: 10px;
}

table {
  width: 1700px;
  margin: 0 20px;
}

table,
td,
th {
  border: 2px solid #595959;
  border-collapse: collapse;
}
td,
th {
  padding: 3px;
  width: 250px;
  text-align: center;
}
th {
  background: #f0e6cc;
}

tr {
  height: 30px;
}

.tr_ta {
  background: #e3e3e3;
  height: 30px;
}
.tr_ta td:nth-child(4) {
  background-color: #154781;
  color: #fff;
  font-weight: bold;
}

tr td:nth-child(1) {
  max-width: 140px;
}

tr td:nth-child(2) ,tr td:nth-child(3){
  max-width: 180px;
}

tr td:nth-child(5) {
  background-color: #f2f8ff;
}

.ta_box {
  display: flex;
  padding: 20px 0 20px 20px;
  width: 100%;
  flex-wrap: wrap;
  table {
    margin-bottom: 15px;
  }
}

.tb_quest {
  background: #e9f1ff;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}

.sec2_rec {
  position: relative;
}

.btn_pop2 {
  top: 12%;
  left: 37%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 10px;
  max-width: 143px;
  width: 100%;
  height: 59px;
  overflow: hidden;
  background: transparent;
  border: none;
  cursor: pointer;
}

.btn_pop10 {
  top: 26%;
  left: 40%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 10px;
  max-width: 143px;
  width: 100%;
  height: 59px;
  overflow: hidden;
  background: transparent;
  border: none;
  cursor: pointer;
}

.btn_pop11 {
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 10px;
  max-width: 196px;
  width: 100%;
  height: 77px;
  overflow: hidden;
  background: transparent;
  border: none;
  cursor: pointer;
}

.item2:hover .mi5 {
  display: inline;
  top: 5%;
  left: 37%;
  transform: translateX(-50%);
}

.btn_pop3 {
  top: 19%;
  left: 66%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 10px;
  max-width: 143px;
  width: 100%;
  height: 59px;
  overflow: hidden;
  background: transparent;
  border: none;
  cursor: pointer;
}

.item3:hover .mi5 {
  display: inline;
  top: 12%;
  left: 64%;
  transform: translateX(-50%);
}

.mi5 {
  display: none;
  position: absolute;
  z-index: 5;
}

#links {
  position: fixed;
  z-index: 100;
  left: 15px;
  bottom: 0;
}

#links a {
  display: block;
  transition: ease 0.3s;
}

#links a:hover {
  transition: ease 0.3s;
  transform: translateY(-5px);
}

/*メニューバー*/

.btn-more {
  width: 180px;
  text-align: center;
  background: #ffa537;
  border: 2px solid white;
  padding: 10px 0;
  margin-left: 0;
  cursor: pointer;
  border-radius: 5px;
  color: darkred;
  font-weight: 600;
  position: relative;
}

.btn-more.close::before {
  content: "▲";
  color: darkred;
  font-size: 21px;
  position: absolute;
  top: 6px;
  left: 33px;
}

.btn-more::before {
  content: "×";
  color: darkred;
  font-size: 21px;
  position: absolute;
  top: 5px;
  left: 34px;
}

.dropdown {
  padding: 0;
}

.dropdown ul {
  margin-left: 0;
}
.dropdown ul li {
  list-style-type: none;
}

/*メニューバーここまで*/

nav {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 100;
}

nav ul {
  margin: 0;
  padding: 15px 0;
}

nav ul li {
  margin: 10px 0;
  background: linear-gradient(#ffb775, #fffaae);
  border-radius: 5px;
  border: 2px solid white;
}

nav ul li:hover {
  background: linear-gradient(#ffb775, #fffaae);
}

nav ul li a {
  display: block;
  padding: 8px 20px;
  color: darkred;
  font-weight: 600;
  border-radius: 5px;
}

nav ul li a:hover {
  color: maroon !important;
}

nav ul li a span {
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  margin-right: 5px;
  font-weight: 600;
  background: #1c1e28;
  color: #fff;
}

.other-link {
  background: linear-gradient(#ffff88, #ffbb00);
}

.other-link span {
  padding: 3px 7px;
  background: #5b3100;
}

.logo {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 100;
}

.logo a {
  display: block;
}

.ultra_normal {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.ultra_normal a {
  display: block;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#inner {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.game-link {
  width: 238px;
  height: 238px;
  background: url(./../img/site-link_off.png) 0 0 no-repeat;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}

.game-link:hover {
  background: url(./../img/site-link_on.png) 0 0 no-repeat;
  transition: all 0.3s;
}

.game-link a {
  width: 238px;
  height: 238px;
  display: block;
}

.game-link-deco {
  position: fixed;
  bottom: 205px;
  right: 104px;
  z-index: 101;
}

.img950 {
  margin-bottom: 0;
}
.modal_btn {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-top: 35%;
  margin-left: 13%;
  z-index: 2;
  bottom: 0;
}

.modal_btn1 {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  margin-top: 20%;
  margin-left: 8%;
  z-index: 2;
  bottom: 0;
}
.menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 1000;
}

.menu ul {
  margin: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 1.2rem;
}

.menu ul li {
  padding: 15px;
  border-bottom: 1px dotted white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.menu ul li span {
  padding-left: 15px;
  position: relative;
}

.menu ul li span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px;
}
.all_box {
  position: relative;
}

.all1 {
  position: absolute;
  width: calc(85% - 200px);
  height: auto;
  z-index: 1;
  max-width: 500px;
  /* margin: 0 auto; */
  /* text-align: center; */
  left: 50%;
  top: 48%;
  transform: calc(75% - 300px);
  transform: translateX(-50%);
}

.modal_btn2 {
  position: absolute;
  width: 25px;
  height: 25px;
  margin-top: 612px;
  margin-left: 594px;
}

.modal_btn3 {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-bottom: 11%;
  margin-left: 30%;
  bottom: 0;
}

#sec02 {
  background: url(../img/step2.png) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

.tip {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 70%;
  height: auto;
}

#sec03 {
  background: url(../img/step4.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  position: relative;
}

.sec3head {
  width: 60%;
  height: auto;
  padding-top: 40px;
}

.sec3_box {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: -168px;
}

.sec3_item1,
.sec3_item2 {
  position: relative;
  width: 100%;
  padding: 0 40px;
  height: auto;
  margin: 0 auto;
}

.sec3_item2 {
  position: relative;
}

.sec3_itembox {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 10%;
  /* margin-left: 18%; */
  /* margin-top: 19%; */
  /* min-width: 150px; */
  right: calc(30% - 15px);
  bottom: 0;
  z-index: 1;
}

.sec03__box {
  max-width: 800px;
  position: absolute;
  display: flex;
  align-items: center;
}

.sec03__box img {
  width: 70%;
}

.step2_box {
  position: relative;
  width: 100%;
  height: auto;
}

.step2_wrp {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.step2_itembox2,
.step2_itembox1 {
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  padding: 0;
}

.step2_itembox1 {
  left: 50%;
  z-index: 1;
  top: 50%;
  /* max-width: 500px; */
  transform: translateX(-50%);
  width: calc(60% - 500px);
  min-width: 200px;
  max-width: 565px;
}

.step2_itembox2 {
  left: 50%;
  z-index: 1;
  top: 53%;
  /* max-width: 500px; */
  transform: translateX(-50%);
  width: calc(70% - 50px);
  min-width: 300px;
  max-width: 800px;
}

.step2_itembox1 li,
.step2_itembox2 li {
  padding: 0 10px;
}

.step2_itembox2 {
}

.step2__head {
  max-width: 57%;
  padding: 5% 0;
  height: auto;
}
.step2_img1 {
  position: relative;
  max-width: 1100px;
  min-width: 980px;
}

.step2_img2 {
  position: relative;
  max-width: 1100px;
  min-width: 980px;
}

.step3_box {
  display: flex;
  position: absolute;
  bottom: 38%;
  left: 27%;
  width: 45vw;
  justify-content: space-between;
}
.step3_img {
  max-width: 15vw;
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 34%;
  z-index: 1;
}

.bes {
  position: relative;
}

section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

footer {
  background: white;
  width: 100%;
  height: auto;
  color: hotpink;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

small {
  padding: 15px 0;
  font-size: 11px;
  line-height: 12px;
}

.game-link,
.game-link-deco {
  display: block;
}

@media screen and (max-width: 820px) {

  .top{
        background-position: 47%;
        height: 392px;
        margin-bottom: 0;
        background-size: cover;
        overflow: hidden;
        object-fit: fill;
        position: relative;
        font-size: 0;
  }
  .le_btn{
    height: 166px;
    left: 50%;
    margin-left: -130px;
    width: 143px;
    top: 230px;
    z-index: 2;
  }
  .ri_btn{
    height: 166px;
    left: 70%;
    margin-left: -70px;
    width: 143px;
    top: 230px;
    z-index: 2;
  }

.ultra_normal a img{
  width: 10vw;
}
  .game-link,
  .game-link-deco {
    display: none;
  }
  .step2_box {
    flex-flow: column;
    align-items: center;
  }
  .step2_img1 {
    min-width: 220px;
  }

  .step2_img2 {
    min-width: 312px;
  }
  /* .modal_btn{
        margin-top: -86%;
        margin-right: 0;
        margin-left: 59%;
    } */

  /* .modal_btn2{
        margin-top: 164%;
        margin-left: -53%;
    } */
  .logo {
    max-width: 50px;
  }
  .modal_btn,
  .modal_btn1,
  .modal_btn2,
  .modal_btn3 {
    width: 15px;
    height: 15px;
  }
}
