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%;
}

.pe_bg{
    margin: 0 auto;
    background: url(../img/bg_1.jpg) no-repeat;
    background-size: 1920px;
    background-position: top center;
    background-color: #1c1e28;
}

.ex_bg{
    margin: 0 auto;
    background: url(../img/02_bg.png) no-repeat;
    background-size: 1920px;
    background-position: top center;
    background-color: #1c1e28;
}

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


.le_ca,.le_btn,.ri_ca,.ri_btn{
    transition:1s all;
}

.le_btn:hover , .ri_btn:hover{
    transform:scale(1.1)
}

/* .le_ca:hover{
    transform:scale(1.1) translate(-300px,-20px);
    transition:1s all;
} */

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


li {
    list-style-type: none;
}

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

.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  
  .scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
  }

/*メニューバー*/

.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;
}

.top_wa{
    width: 100%;
    height: 100%;
}

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

}

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

}

.game-link {
    display: block;
    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 {
    display: block;
    position: fixed;
    bottom: 205px;
    right: 104px;
    z-index: 101;
}

.img950 {
    margin-bottom: 0;
}

#links{
    padding: 10px;
}

#links {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    max-width: 250px;
}

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

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

.box03{
    position: relative;
}

.modal_btn,.btn1{
    display: block;
    position: absolute;
    left: 18%;
    bottom: 13px;
}


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

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

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

.le_btn{
    height: 473px;
    left: 50%;
    margin-left: -350px;
    width: 250px;
    top: 500px;
    z-index: 2;
}

.le_ca{
    height: auto;
    position: absolute;
    left: -194px;
    transform: translateX(-100px);
    width: 1129px;
}

.ri_ca{
    height: auto;
    left: 1200px;
    top: 192px;
    width: 1794px;
}

.logo_top{
    width: 1500px;
    margin: 0 auto;
}

.s4{
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.s4 img{
    width: 900px;
}

.fo_c{
    margin-top: 20px;
    padding-top: 150px;
    width: 700px;
    margin: 0 auto;
}

.ex_fo{
    margin-top: 20px;
    padding-top: 135px;
    width: 700px;
    margin: 0 auto;
}

.lis_ite{
    position: absolute;
    width: 1000px;
    height: auto;
    left: calc(50% - 525px);
    bottom: -56px;
}

.ex_4{
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

.lis_ite_ex{
    position: absolute;
    width: 800px;
    height: auto;
    left: calc(50% - 400px);
    bottom: -56px;
}

.btn_03{
    color: #fff;
    font-size: 13px;
    height: auto;
    margin: 0;
    padding: 5px 50px;
    border-radius:40px;
    background-color: #5513b2;
}

.jo_1{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}

.ex_1{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}

.comm{
    width: 900px;
    margin: 0 auto;
    padding-bottom: 90px;
    text-align: center;
}

.lis_box{
    position: relative;
}

.box_3w{
    display: flex;
    max-width: 1500px;
    padding-top: 60px;
    flex-flow: wrap;
    margin: 0 auto;
    justify-content: center;
    padding-left: 0;
}

.box{
    display: flex;
    max-width: 1900px;
    padding-top: 60px;
    margin: 0 auto;
    justify-content: center;
    padding-left: 0;
}

.pa{
    padding-top: 70px;
}

.txt2{
    width: 400px;
    margin: 0 auto;
    padding-top: 50px;
}

.im_w{
    width: 800px;
    margin: 0 auto;
    padding-bottom: 0;
}

.box_m{
    position: relative;
}

.po_m{
    position: absolute;
    width: 25px;
    height: 25px;
    left:55%;
    top: 30%;
}

.box li{
    width: 300px;
    padding: 0 10px;
}

.box_3w li{
    width: 200px;
    padding: 0 10px;
}

.tooltip3{
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.description3 {
    display: none;
    position: absolute;
    padding: 10px;
}

.tooltip3:hover .description3{
    display: inline-block;
    top: 170px;
}

.tooltip2{
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.description2 {
    display: none;
    position: absolute;
    padding: 10px;
}

.tooltip2:hover .description2{
    display: inline-block;
    top: 170px;
    left: 212px;
}


.fv{
    position: relative;
    height: 1000px;
}

.ex_fv{
    position: relative;
    height: 950px;
}

.ex_box{
    padding-top: 30px;
}

.fv_a{
    position: absolute;
    top:0;
    left: calc(45% - 800px);
    width: 1620px;
    height: auto;
}

.ex_2{
    width: 798px;
}

.fv_b{
    position: absolute;
    top: 93px;
    left: calc(52% - 500px);
    width: 1620px;
    height: auto;
}

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

.f_top{
    position: absolute;
    bottom: 0;
}

footer {
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

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

table{
    width: 1200px;
    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;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.tr_bl{
    background: #000;
    color: #fff;
    height: 70px;
}

.tr_ta{
    background: #e3e3e3;
    height: 30px;
}

.ta_box{
    display: flex;
    padding: 20px;
    width: 3500px;
}

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

@media screen and (max-width:768px){
    html, body{
        min-width: 1920px;
    }
    .game-link,.game-link-deco,.game-link a{
        display: none;
    }
}