@charset "UTF-8";

html{
    color: #ffffff;
    text-shadow: 2px 2px 2px #044396;
    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{
    max-width: 3840px;
    width: auto;
    margin: 0 auto;
    background-color: #4d4aec;
    background-image:url(../images/game0/BG.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: center center; 
}
.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: #447aff;
  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: #447aff;
  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:  rgb(238, 238, 238);
  text-decoration: none;
  border: 1px solid #eee;
}



.navbar{
    z-index: 100;
}

.nav_menu ul {
    display: flex;
    flex-flow: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#447aff;
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%),
                    linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #14168d 75%);
    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: #ffffff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    transition: all .3s;
}


.nav_item a:hover{
    background-color: #85a0d8;
}
.nav_item a{
    background-color:#3660c9;
} 
.lang a{
 background-color:#133894;
}
.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;
    max-width: 100vw;
    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;
    background-color: #4a75ec00;
    background-image:url(../images/game0/top.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: center center;
    border: 4mm ridge rgba(255, 255, 255, 0.473);
    margin-top: 25px;
}

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

.story{
    background-color:#a6bfffb9;
    margin: 200px auto;
    width: 720px;
    height: 560px;
    line-height: 2;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
}
.slickgame{
    margin: 0 auto;
    padding: 0;  
}

.slickgame img{
    border: 20px solid #447aff;
    width: 720px;
}
.slickgame1{
    margin: 0 auto;
    padding: 0;  
}

.slickgame1 img{
    border: 20px solid #447aff;
    width: 720px;
}

.chara{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    height: 80vh;
}
.chara img{
    width: 60vw;
}

.chara{
    animation: floating-y 3s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
      transform: translateY(-5%);
    }
    100% {
      transform: translateY(5%);
    }
  }

.video{
    text-align: center;
    margin: 100px auto;
}
.video iframe{
    border: 4mm solid rgba(255, 255, 255, 0.459);
}



.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:#447aff;
    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;
        overflow: hidden;
        background-color:#447aff;
        background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%),
                        linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #14168d 75%);
    }

    .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: #ffffff;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    transition: all .3s;
    line-height: 1;
    }


    .nav_link {
    display: block;
    width: 100vw;
    height: 20px;
    color:  rgb(238, 238, 238);
    text-decoration: none;
    border-bottom: 1px solid #eee;

    }

    .product{
    margin-top: 125px;
    }


    .story{
        background-color:#a6bfffb9;
        margin: 200px auto;
        width: 90vw;
        height: 720px;
        line-height: 2;
        border-radius: 5px;
        border: 4mm solid rgba(255, 255, 255, 0.459);
    }
    .slickgame img{
    border: 10px solid #447aff;
    width: 540px;
    }

     .slickgame1 img{
    border: 10px solid #447aff;
    width: 540px;
    }

       .video iframe{
        border: 3mm solid rgba(255, 255, 255, 0.459);
    }

}
@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{
    background-color:#a6bfffb9;
    margin: 200px auto;
    width: 90vw;
    height: 720px;
    line-height: 2;
    border-radius: 5px;
    border: 4mm solid rgba(255, 255, 255, 0.459);
    }
    iframe{
        width: 320px;
        height: 180px;
    }
      .slickgame img{
    border: 5px solid #447aff;
    width: 320px;
    }

     .slickgame1 img{
    border: 5px solid #447aff;
    width: 320px;
    }
    .video iframe{
        border: 2mm solid rgba(255, 255, 255, 0.459);
    }
        
}