@charset "UTF-8";

html{
    color: #098fc0;
    text-shadow: 2px 2px 2px #ffffff;
    width: auto;
    margin: 0;
    padding: 0;
    font-family: "Quicksand", "Kiwi Maru",sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    width: 100vw;
    margin: 0 auto;
    background-color: #58c0f0;
    background-image:url(/images/game3/BG.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed; 
    background-position:center center;
}

.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: #56b3f5;
  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: #56b3f5;
  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:#56b3f5;
    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 {
    background-color: #56b3f5;
    border-right: 1px solid #56b3f5;
}
.nav_item li:last-child {
    border-right: none;
    margin-left: auto;
    background-color: #2e88c9;
    border-left: 1px solid #2e88c9;
}
.nav_item li a {
    display: block;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    transition: all .3s;
}

.nav_item a:hover{
    background-color: #ffffff;
}
.nav_item a{
    background-color:#aeddfffb;
} 
#lang{
    display: block;
    background-color:#70c4fffb;
    }
.nav_item a{
    color: #000000;
    text-align: center;
    line-height: 10vh;
}

.contents{
    width: auto;
    max-width: 3840px;
}
.brand img{
    width: auto;
    max-width: 128px;
}
.links{
    text-align: center;
    font-size: 20px;
}

.nav_guide{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 1rem;
}
.guide_list{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
}
.nav_guide li a:hover{
    background-color: rgb(235, 137, 215);
}
.guide_item{
    background-color: white;
}
.guide_link{
    display: inline-block;
    text-decoration: none;
}


.worldlink{
    text-align: center;
}
.worldlink img {
    width: 100px;
    border-radius: 20%;
}

.worldnav_guide{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 1rem;
}
.worldguide_list{
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.worldnav_guide li a:hover{
    background-color: #d9f5ff;
}
.worldguide_item{
    background-color: white;
}
.worldguide_link{
    display: inline-block;
    text-decoration: none;
}

h1{
    text-align: center;
    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: 1;
    width: 80vw;
    max-width: 100vw;
    height: auto;
}

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

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

.product{
    height: auto;
    max-width: 3840px;
    width: auto;
    margin: 0 auto;
    background-color: #4a75ec00;
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    background-position: center center;
    border: 1mm solid rgb(255, 255, 255);
    margin-top: 25px;
}

.link{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
}
.link_item{
    padding-bottom: 60px;
    margin: 0px 50px;
}

.about{
    background-color:#ffffff31;
    margin: 200px auto;
    width: 720px;
    height: auto;
    line-height: 2;
    border-radius: 5px;
    border: 2mm solid rgba(255, 255, 255, 0.459);
}

#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;
    opacity: 0.95;
    max-width: 100%;
    height: auto;
    border: 2px solid white;
}
.flex_game_item0{
    margin: 10px;
    width: 960px;
    height: auto;
    background-color:#ffffff79;
    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:#ffffff79;
    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:#727272b9;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.flex_game_item2.show{
    opacity: 1;
    transform: translateY(0);
}

.slickgame{
    margin: 0 auto;
    padding: 0;  
}

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

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

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

.nav_guide{
    width:300px;
    text-align: center;
    font-size: 1.5em;
    margin: 0 auto;
    border-radius: 1rem;

}
.nav_guide li a:hover{
    background-color: #d9f5ff;
}

.guide_list{
    width: 300px;
    list-style: none;
    padding: 0;
}
.guide_item{
    border: 2px solid  #098fc0;
    background-color: white;
    border-radius: 1rem;
    margin: 12px 0;
    width: 300px;
}
.guide_link{
    color:  #098fc0;
    text-shadow: none;
    display: inline-block;
    text-decoration: none;
    border-radius: 1rem;
    width: 300px;
    padding: 10px 0;
}

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

@media screen and (min-width: 1200px) {

    #lang{
        border-radius:20%;
        width: 80px;
        height: 80px;
        padding: 10px;
    }
    #lang img{
        border-radius:20%;
        width: 80px;
        height: 80px;
        padding: auto;
    }

    #lang:hover{
        border-radius: inherit;
        border-radius:20%;
        background-color: white;
    }
    .nav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
    }
    .guide_list{
        flex-flow: row;
    }
    .guide_item{
        font-size: 16px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .guide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }
    .worldlink {
        padding-top: 150px;
    }
    .worldnav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .worldguide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .worldguide_item{
        font-size: 16px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .worldguide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }

    footer{
        height: 500px;
        background-color:  rgb(238, 238, 238);
        margin: 0 auto;
    }
    footer p{
        text-align: center;
    }
    .footerhome{
        font-size: 32px;
        padding: 50px;
    }
    .footeritem{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 500;
    }
    .footeritem a
    {
    text-decoration: none;
    }


    .footerwords{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 600;
    }
    .footerright{
        font-size: 28px;
        color: rgb(46, 46, 46);
        font-weight: 700;
    }
}

/* tablet */
@media screen  and (min-width:680px) and (max-width:1199px){
    .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;
    }
    .links{
        font-size: 18px;
    }
    header{
        position: fixed;
        z-index: 200;
    }

    .mobilemenu{
        width: 100vw;
    }

    .nav {
    position: fixed;
    top: 110px;
    left: 0;
    width: 250px;
    height: 70vh;
    background-color: #56b3f5;
    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: #56b3f5;
        border-top:white solid 2px;
        border-bottom:white solid 2px;
    }

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

    #lang{
        border-radius:20%;
        width: 80px;
        height: 80px;
        padding: 10px;
    }
    #lang img{
        border-radius:20%;
        width: 80px;
        height: 80px;
        padding: auto;
    }

    #lang:hover{
        border-radius: inherit;
        border-radius:20%;
        background-color: white;
    }


    .product{
    margin-top: 125px;
    }


    .about{
        background-color:#ffffff31;
        margin: 100px auto;
        width: 90vw;
        height: auto;
        line-height: 2;
        border-radius: 5px;
        border: 4mm solid rgba(255, 255, 255, 0.459);
    }


    #game{
        margin: 50px 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: 2px solid white;
    }
    .flex_game_item0{
        margin: 10px;
        width: 470px;
        height: auto;
        background-color:#ffffff79;

        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: 470px;
        height: auto;
        background-color:#ffffff79;

        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: 470px;
        height: auto;
        background-color:#727272b9;

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

    .slickgame{
        margin: 0 auto;
        padding: 0;  
    }

    .slickgame img{
        border: 20px solid #ffffff;
        width: 360px;
    }
    .slickgame1{
        margin: 0 auto;
        padding: 0;  
    }

    .slickgame1 img{
        border: 20px solid #ffffff;
        width: 360px;
    }

    .nav_guide{
        width: 600px;
        font-size: 1.5em;
        border-radius: 1rem;
    }
    .guide_list{
        flex-flow: row;
        flex-wrap: wrap;
        width: auto;
    }
    .guide_item{
        font-size: 16px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .guide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }
    .worldlink {
        padding-top: 100px;
    }
    .worldlink img {
        width: 80px;
    }
    .worldnav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .worldguide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .worldguide_item{
        font-size: 16px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .worldguide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }

    footer{
        height: 500px;
        background-color:  rgb(238, 238, 238);
        margin: 0 auto;
    }
    footer p{
        text-align: center;
    }
    .footerhome{
        font-size: 26px;
        padding: 50px;
    }
    .footeritem{
        font-size: 16px;
        color: rgb(46, 46, 46);
        font-weight: 500;
    }
    .footeritem a
    {
    text-decoration: none;
    }


    .footerwords{
        font-size: 18px;
        color: rgb(46, 46, 46);
        font-weight: 600;
    }
    .footerright{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 700;
    }
}
/* mobile */
@media screen and (max-width: 679px) {
.above img{
    width: 90px;
   }    
    .brand img{
        width: 96px;
    }
    .link img{
        width: 80vw;
    }
    .logo img{
        max-width: 360px;
    }
    .flex_product img{
    width: 90vw;
    }
    h1{
       font-size: 18px;
    }
    h2{
        font-size: 16px;
    }
    h3{
        font-size: 16px;
    }
    h4{
        font-size: 12px;
    }
    h5{
        font-size: 12px;
    }
    .links{
        font-size: 16px;
    }

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

    .mobilemenu{
        width: 100vw;
    }

    .nav {
    position: fixed;
    top: 110px;
    left: 0;
    width: 250px;
    height: 70vh;
    background-color: #56b3f5;
    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: #56b3f5;
        border-top:white solid 2px;
        border-bottom:white solid 2px;
    }

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

    #lang{
        border-radius:20%;
        width: 80px;
        height: 80px;
        padding: 10px;
    }
    #lang img{
        border-radius:20%;
        width: 80px;
        height: 80px;
        padding: auto;
    }

    #lang:hover{
        border-radius: inherit;
        border-radius:20%;
        background-color: white;
    }


    .product{
    margin-top: 125px;
    }

    .about{
        background-color:#ffffff31;
        margin: 100px auto;
        width: 90vw;
        height: auto;
        line-height: 2;
        border-radius: 5px;
        border: 4mm solid rgba(255, 255, 255, 0.459);
    }


    #game{
        margin: 50px 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: 2px solid white;
    }
    .flex_game_item0{
        margin: 10px;
        width: 300px;
        height: auto;
        background-color:#ffffff79;

        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: 300px;
        height: auto;
        background-color:#ffffff79;

        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: 300px;
        height: auto;
        background-color:#727272b9;

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

    .slickgame{
        margin: 0 auto;
        padding: 0;  
    }

    .slickgame img{
        border: 20px solid #ffffff;
        width: 300px;
    }
    .slickgame1{
        margin: 0 auto;
        padding: 0;  
    }

    .slickgame1 img{
        border: 20px solid #ffffff;
        width: 300px;
    }

    .nav_guide{
        width: 300px;
        font-size: 1.5em;
        border-radius: 1rem;
    }
    .guide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .guide_item{
        font-size: 16px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .guide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }
    .worldlink {
        padding-top: 100px;
    }
    .worldlink img {
        width: 80px;
    }
    .worldnav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .worldguide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .worldguide_item{
        font-size: 16px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .worldguide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }

    footer{
        height: 500px;
        background-color:  rgb(238, 238, 238);
        margin: 0 auto;
    }
    footer p{
        text-align: center;
    }
    .footerhome{
        font-size: 26px;
        padding: 50px;
    }
    .footeritem{
        font-size: 16px;
        color: rgb(46, 46, 46);
        font-weight: 500;
    }
    .footeritem a
    {
    text-decoration: none;
    }


    .footerwords{
        font-size: 18px;
        color: rgb(46, 46, 46);
        font-weight: 600;
    }
    .footerright{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 700;
    }
}