@charset "UTF-8";

html{
    color: #eaf3ff;
    text-shadow: 2px 2px 2px #002b64;
    width: auto;
    max-width: 3840px;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: 400;
    font-variation-settings:"width" 100;
}

body{
    width: 100vw;
    margin: 0 auto;
    background-color: #c4d7ff;
    background-image:url(/images/game1/BG.jpg);
    background-repeat:no-repeat;
    background-size:contain;
    background-attachment: fixed; 
    background-position:bottom left;
}
.font1{
    font-family:serif;
    font-weight:bolder;
}
.font2{
    font-family:fantasy;
}

.above{
   max-width: 100px;
}

header{
    top:0;
}

.above img{
    width: 100px;
}

.hamburger {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 68px;
  height: 68px;
  border: none;
  background-color: #292f79;;
  border: 1px solid #fff; 
  cursor: pointer;
}

.hamburger_line {
  position: absolute;
  left: 18px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
}

.hamburger_line:nth-of-type(1) {
  top: 20px;
}
.hamburger_line:nth-of-type(2) {
  top: 29px;
}
.hamburger_line:nth-of-type(3) {
  top: 38px;
}

/* MenuOpen */
.hamburger.active .hamburger_line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger_line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger_line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 120px;
  left: 0;
  height: 50vh;
  width: 100vw;
  background-color: #292f79;
  box-shadow: 2px 0 4px rgb(255, 255, 255);
  transform: translateX(-110%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav_list {
    height: 100%;
    margin: 0;
    padding: 100px 0 0;
    list-style: none;
    line-height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_item {
  padding: 0 20px;
}

.nav_link {
  display: block;
  width: 10vw;
  height: 10vh;
  padding: 15px 0;
  color:  #292f79;
  text-decoration: none;
  border: 1px solid #eee;
  text-shadow: 1px 1px 1px #002b64;
}

.navbar{
    z-index: 100;
}

.nav_menu ul {
    display: flex;
    flex-flow: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#292f79;
    background-image: linear-gradient(to right, #6f75cc, #292f79 80%);
    border-radius: 5px;
}
.nav_item li {
    border-right: 1px solid #bbbbbb;
}
.nav_item li:last-child {
    border-right: none;
    margin-left: auto;
    border-left: 1px solid #bbbbbb;
}
.nav_item li a {
    display: block;
    color:  #292f79;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    transition: all .3s;
}


.nav_item a:hover{
    background-color: #7c9ee2;
}
.nav_item a{
    background-color: #c4d7ff;
} 
.lang a{
  background-color:#6f8fe0;
}
.nav_item a{
    text-align: center;
    line-height: 10vh;
}

.contents{
    width: auto;
    max-width: 3840px;
    max-height: 2060px;
}
.brand img{
    width: auto;
    max-width: 128px;
}
.link{
    display: flex;
    justify-content: center;
}
.link_item{
    margin: 25px;
}
.link img{
    width: auto;
    max-height: 100px;
}

h1{
    margin-left: 20px;
    margin-right: 20px;
}


h2{
    text-align: center;
    margin-top: 0px;
    margin : 10px;
}
h3{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}


.flex_product{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.flex_product img{
    opacity: 0.95;
    width: 100%;
    height: auto;
}

.flex_product h3{
    max-width: 100vw;
    text-align: center;
}

.detail{
    text-align: center;
    margin-bottom: 50px;
}

.product{
    height: 920px;
    max-width: 3840px;
    width: auto;
    margin: 0 auto;
    margin-top: 25px;
}

.link{
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
}

.story{
    margin: 200px auto;
    width: 100%;
    line-height: 2;

}
.flex_story{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.flex_story_item0{
    margin: 0 10px;
    width: 480px;
    height: 560px;
    background-color:#a6bfffb9;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
}
.flex_story_item1{
    margin: 0 10px;
    width: 480px;
    height: 560px;
    background-color:#a6bfffb9;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
}
.flex_story img{
    opacity: 0.95;
    max-width: 100%;
    height: auto;
}
.flex_story h3{
    text-align: center;
}

#game{
    margin: 200px auto;
    width: 100%;
    line-height: 2;
}
.flex_game{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.flex_game img{
    text-align: center;
    margin: 0 auto;
    border: 5px solid white;
}
.flex_game_item0{
    margin: 10px;
    width: 960px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item0.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game_item1{
    margin: 10px;
    width: 960px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item1.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game_item2{
    margin: 10px;
    width: 960px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item2.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game img{
    opacity: 0.95;
    max-width: 100%;
    height: auto;
}

.logo{
    text-align: center;
    margin: 50px auto;
}
.logo img{
    width: 100%;
    max-width: 720px;
    border-radius: 20px;
}

.storeLogo{
    text-align: center;
    margin: 30px auto;
}

.storeLogo img{
    max-height: 100px;
}

.storeLogo1{
    text-align: center;
    margin: 30px auto;
}

.storeLogo1 img{
    width: 100%;
    max-width: 80px;
}


.storeLogoRight{
    text-align: center;
    margin: 0 20px;
}


footer{
    height: 5vh;
    max-width: 100vw;
    padding: 0 10px 0 10px;
    padding-bottom: 40vh;
}
footer p{
    text-align: center;
}
a{
    color: white;
}



  @media screen and (max-width: 959px) {
    .above img{
    width: 90px;
   }    
    .brand img{
        width: 96px;
    }
    .link img{
        max-height: 100px;
    }
    .logo img{
        max-width: 360px;
    }
    h1{
       font-size: 18px;
    }
    h2{
        font-size: 16px;
    }
    h3{
        font-size: 16px;
    }
    h4{
        font-size: 12px;
    }
    h5{
        font-size: 12px;
    }
    p{
        font-size: 10px;
    }
    iframe{
        width: 480px;
        height: 270px;
    }
    .link{
        flex-direction: column;
    }


    header{
        position: fixed;
        z-index: 200;
    }

    .mobilemenu{
        width: 100vw;
    }

    .nav {
    position: fixed;
    top: 110px;
    left: 0;
    width: 250px;
    height: 90vh;
    background-color: #292f79;
    box-shadow: 2px 0 4px rgb(255, 255, 255);
    transform: translateX(-100vw);
    transition: transform .4s;
    }

    .nav.active {
    transform: translateX(0);
    }

    .nav_menu ul {
        width: 100vw;
        display: flex;
        flex-flow: column;
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color:#292f79;
        background-image: linear-gradient(to right, #6f75cc, #292f79 80%);
        border-radius: 5px;
    }

    .nav_list {
        line-height: 1;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav_item a {
    height: 50px;
    line-height: 6vh;
    }



    .nav_item li a {
    display: block;
    color:  #292f79;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    transition: all .3s;
    line-height: 1;
    }


    .nav_link {
    display: block;
    width: 100vw;
    height: 20px;
    color:  #292f79;;
    text-decoration: none;
    border-bottom: 1px solid #eee;

    }

    .product{
    margin-top: 125px;
    }

.story{
    margin: 200px auto;
    width: 90vw;
    line-height: 2;

}
.flex_story{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.flex_story_item0{
    margin: 0 10px;
    width: 480px;
    height: 560px;
    background-color:#a6bfffb9;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
}
.flex_story_item1{
    margin: 0 10px;
    width: 480px;
    height: 560px;
    background-color:#a6bfffb9;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
}
.flex_story img{
    opacity: 0.95;
    max-width: 100%;
    height: auto;
}
.flex_story h3{
    text-align: center;
}

#game{
    margin: 200px auto;
    width: 100%;
    line-height: 2;
}
.flex_game{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.flex_game img{
    text-align: center;
    margin: 0 auto;
    border: 5px solid white;
}
.flex_game_item0{
    margin: 10px;
    width: 720px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item0.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game_item1{
    margin: 10px;
    width: 720px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item1.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game_item2{
    margin: 10px;
    width: 720px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item2.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game img{
    opacity: 0.95;
    width: 720px;
    height: auto;
}


}
@media screen and (max-width: 480px) {
    .above img{
    width: 80px;
   }   
    .brand img{
        width: 64px;
    }
    .link img{
        max-height: 100px;
    }
    .logo img{
        max-width: 280px;
    }  
    h1{
        font-size: 18px;
     }
     h2{
         font-size: 18px;
     }
     h3{
         font-size: 16px;
     }
     h4{
         font-size: 12px;
     }
     h5{
         font-size: 12px;
     }
     p{
         font-size: 8px;
     }

    .product{
    margin-top: 100px;
    }

    .chara img{
    position: fixed;
    width: 100%;
    }

    .story{
    margin: 200px auto;
    width: 100%;
    line-height: 2;

}
.flex_story{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.flex_story_item0{
    padding: 10px 0;
    margin: 0 10px;
    width: 90%;
    height: auto;
    background-color:#a6bfffb9;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
}
.flex_story_item1{
    padding: 10px 0;
    margin: 0 10px;
    width: 90%;
    height: auto;
    background-color:#a6bfffb9;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
}
.flex_story img{
    opacity: 0.95;
    max-width: 100%;
    height: auto;
}
.flex_story h3{
    text-align: center;
}

#game{
    margin: 200px auto;
    width: 100%;
    line-height: 2;
}
.flex_game{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.flex_game img{
    text-align: center;
    margin: 0 auto;
    border: 5px solid white;
}
.flex_game_item0{
    margin: 10px;
    width: 340px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item0.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game_item1{
    margin: 10px;
    width: 340px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item1.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game_item2{
    margin: 10px;
    width: 340px;
    height: auto;
    background-color:#a6bfffb9;

    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item2.show{
    opacity: 1;
    transform: translateY(0);
}
.flex_game img{
    opacity: 0.95;
    max-width: 100%;
    height: auto;
}
        
}