@charset "utf-8";
/* CSS Document */

main,article{display: block;}
section{margin: 0 1em; display: block;}
img{max-width: 100%;}
a{text-decoration: none;}

:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}


/*----------NAVI------------*/
#contents header{
    width: 100%;
    background: linear-gradient(rgba(43,103,173,1) 0%, rgba(37,153,196,1) 100%);
    position: fixed;
    top: 37px;
    z-index: 999;
    }

#contents header ul{padding: 0;}
#contents header ul,header li{list-style: none;}

#contents #nav {
	width: 100%;
	max-width: 1480px;
	margin: auto;
	}

#nav > a {display: none;}
#nav li {position: relative;}
#nav li a {
	color: #FFF;
	display: block;
	}

#nav li a:active {}
#nav li span{font-size: 0.8em;}
#nav li p > img{max-width: 150px;}

    /*first level*/
    #nav .small{font-size: 0.8em!important;}

    #nav > ul {
        margin: 0;
        padding: 0;
    	display: flex;
    	align-items: center;
    	}

    #nav > ul > li {flex: 0 1 33%;}
    #nav > ul > li:last-child{display: none;}

    #nav > ul > li > a {
    	padding: 0.75em;
    	font-size: 1.0em;
    	line-height: 1.4em;
    	text-align: center;
        display: block;
    	}

    #nav > ul > li > a:hover {background: rgba(43,103,173,0.7);}

    #lock.fixed{
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        }

@media only screen and (max-width: 860px) {
    #contents header{padding: 0.5em 0;}
    
    #nav > a {
        width: 3.125em;
        height: 3.125em;
        margin: 0 10px 0 auto;
        text-align: left;
        text-indent: -9999px;
        position: relative;
        z-index: 999;
        }
	
    #nav > a:before, #nav > a:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
        }
	
    #nav > a:after {top: 60%;}
    #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {display: block;}
    
    /*first level*/
    #nav > ul {
        margin-top: 6px;
        padding-top: 8vh;
        height: 100vh;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(37,153,196,1);
        }
    
    #nav:target > ul {display: block;}
    #nav > ul > li {width: 94%; margin: auto; border-bottom: dotted 2px #FFF;}
    #nav > ul > li:last-child {display: block; border-bottom: none; text-align: center;}
    #nav > ul > li:last-child > img{width: 60%; padding: 1.5em 0;}
    #nav > ul > li > a {
        line-height: 1.4em;
        height: auto;
        text-align: center;
        padding: 1.5em 0.25em;
        }
    
    #nav > ul > li > a:hover {color: #01274e;}
    #nav > ul > li:not( :last-child ) > a {border-right: none;}
}


/*----------MAIN------------*/
main{
	padding: 3.5em 0 10%;
	background-image: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/main_bg01a.png"),url("https://cache-www.dragonquest.jp/kingsplash/assets/images/main_bg01b.jpg");
	background-repeat: no-repeat,repeat;
	background-position: top center,top left;
	background-size: contain;
    font-family: 'Noto Sans JP', sans-serif;
	}

#mainContents{
	width: 100%;
	max-width: 1480px;
	margin: auto;
	background-image: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/main_bg01c.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 87.5% auto;
	}


    @media only screen and (max-width: 1200px) {
        main{
            background-image:
                url("https://cache-www.dragonquest.jp/kingsplash/assets/images/main_bg02.png"),
                url("https://cache-www.dragonquest.jp/kingsplash/assets/images/main_bg01b.jpg");
            }
    
        #mainContents{background-size: contain;}
        }



/*-----mainVisual-----*/
.mainVisual{
	padding-bottom: 5.5em;
	background-image: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/mogamaru.png");
	background-position: bottom -24.5% right;
	background-repeat: no-repeat;
	background-size: 17.5% auto;
	}

.catch{
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 13%;
	background: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/catch_download202202.png") no-repeat;
	background-size: contain!important;
	overflow: hidden;
	display: inline-block;
	background-position: top left 38%;
	}

h1{
	width: 100%;
	height: 0;
	margin: 1em 0;
	padding-top: 45%;
	background: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/logo.png") no-repeat;
	background-size: contain!important;
	overflow: hidden;
	display: inline-block;
	background-position: center;
	}


h1 + p{
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 7%;
	background: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/catch06.png") no-repeat;
	background-size: contain!important;
	overflow: hidden;
	display: inline-block;
	background-position: top center;
	}

    @media only screen and (max-width: 1200px) {
        .mainVisual{padding-bottom: 0.5em; background-image: none;}
        .catch{padding-top: 15%;}
        h1{padding-top: 51.95%; margin: 1em 0 0;}
        h1 + p{padding-top: 10%;}
        }

    @media only screen and (max-width: 640px) {
        .catch{padding-top: 20%;}
        h1{padding-top: 62.5%;}
        h1 + p{padding-top: 12.5%;}
        }


/*GAME_SS*/
.gameInfo{display: flex;}
.machine{flex: 0 1 39%!important; margin: -100px 2% 0 0;}
.gameSS{
	flex: 0 1 59%!important;
	overflow: hidden;
	}

	.gameSS > div{
		padding: 3% 4%;
		border-radius: 20px;
		border-top: solid 7px #ebdc02;
		border-left: solid 7px #ebdc02;
		border-right: solid 7px #948a01;
		border-bottom: solid 7px #948a01;
		box-shadow: 0px 0px 10px 0px #200000 inset;
		background-image: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/gamephoto_bg.jpg");
		background-repeat: repeat;
		background-position: top left;
		background-size: auto;
		}


    @media only screen and (max-width: 1400px) {.machine{flex: 0 1 43%!important;} .gameSS{flex: 0 1 55%!important;}}
    @media only screen and (max-width: 1200px) {
        .gameInfo{
            background-image: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/mogamaru.png");
            background-position: bottom 14em right 1em;
            background-repeat: no-repeat;
            background-size: 240px auto;
            display: block;
            }

        .machine{width: 50%; margin: 0 0 1em 0;}
        .gameSS > div{padding: 3% 2em;}
        .slick-slide img{width: auto; height: 320px!important;}
        }

    @media only screen and (max-width: 640px) {
        .gameInfo{background-size: 35% auto;}
        .machine{width: 60%; margin: 0 0 0.25em 0}
        .gameSS > div{padding: 5% 2em;}
        .slick-slide img{width: auto; height: 260px!important;}
        }

    @media only screen and (max-width: 480px) {
        .gameInfo{background-position: bottom 9.5em right 1em;}
        .slick-slide img{width: auto; height: 180px!important;}
        }


/*-----Movie-----*/
.movie{
	width: 80% !important;
	margin: 10% auto !important;
	padding-bottom: 44.95%;
	position: relative;
	}

.movie iframe{
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	}

    @media only screen and (max-width: 1200px) {.movie{width: 90% !important; padding-bottom: 50.65%; position: relative;}}
    @media only screen and (max-width: 640px) {.movie{width: 90% !important; padding-bottom: 50.65%; position: relative;}}


/*-----GameInfo-----*/
#Play, #Apps, #STORE{margin-top: -100px; padding-top: 100px;}

.gameDetails{
	padding: 2em;
	border-radius: 20px;
	border-top: solid 7px #ebdc02;
	border-left: solid 7px #ebdc02;
	border-right: solid 7px #948a01;
	border-bottom: solid 7px #948a01;
	background-color: rgba(74,38,1,0.95);
	}

    @media only screen and (max-width: 1200px) {.gameInfo{padding: 3em 1em 1em;}}
    @media only screen and (max-width: 640px) {.gameInfo{padding: 1.5em;}}

h2{
	width: 100%;
	height: 0;
	margin: 0 0 2em;
	padding-top: 116px;
	background-size: contain!important;
	overflow: hidden;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	}

    @media only screen and (max-width: 1200px) {h2{padding-top: 80px;}}
    @media only screen and (max-width: 640px) {h2{padding-top: 60px; margin-bottom: 0.5em;}}
    @media only screen and (max-width: 480px) {h2{padding-top: 40px; margin-bottom: 0.5em;}}

	#Play h2{background-image: url("../images/howto_h2.png");}
	#Apps h2{background-image: url("../images/apps_h2.png");}
	#STORE h2{background-image: url("https://cache-www.dragonquest.jp/kingsplash/assets/images/store_h2.png");}


#Apps h3{
    max-width: 900px;
    margin: 1.5em auto;
    padding: 0.75em 0.35em;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    border: solid 2.5px #FFF;
    border-radius: 15px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 3px 3px #000 inset;
    }

    @media only screen and (max-width: 480px) {#Apps h3{font-size: 1em;}}


h4{
    width: 100%;
    margin-bottom: 1em;
    padding: 0.25em;
    font-size: 1.1em;
    text-align: center;
    color: #dacc00;
    border-bottom: solid 2px #dacc00;
    }

    h4 br{display: none;}
    @media only screen and (max-width: 480px) {h4 br{display: block;}}

article{padding-bottom: 4em;}
article > div{width: auto; margin: auto;}
    @media only screen and (max-width: 1200px) {article > div{width: 90%; margin: auto;}}
    @media only screen and (max-width: 640px) {article{padding-bottom: 2em;} article > div{width: auto; margin: auto;}}


.gameDetails p,.gameDetails ul{font-size: 1.1em; line-height: 1.6em; color: #FFF;}
.gameDetails p{margin-bottom: 0.75em;}
.gameDetails ul{margin: 0 1em 1em; list-style-type: disc;}
.gameDetails li{margin-bottom: 0.5em; list-style-type: disc;}

    @media only screen and (max-width: 640px) {
        .gameDetails p,.gameDetails ul{font-size: 0.9em; line-height: 1.4em; color: #FFF;}
        .gameDetails ul{margin: 1em; list-style-type: disc;}
        .gameDetails li{margin-bottom: 0.5em; list-style-type: disc;}
        }


.large{font-size: 1.6em;}
.small{font-size: 0.9em!important;}
.red{color: #fe0000;}
.blue{color: #84cff6;}
.bold{font-weight: bold;}
.layout04{margin-left: 4em;}
.layout05{margin-left: 5em;}

.LinkButton{max-width: 800px; margin: auto auto 2em;}

	.LinkButton a{
		padding: 0.5em;
		font-size: 1em;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		display: block;
		border-radius: 10px;
		background: rgb(88,101,185);
		background: -moz-linear-gradient(top,  rgba(88,101,185,1) 0%, rgba(28,145,226,1) 60%, rgba(34,220,253,1) 100%); 
		background: -webkit-linear-gradient(top,  rgba(88,101,185,1) 0%,rgba(28,145,226,1) 60%,rgba(34,220,253,1) 100%); 
		background: linear-gradient(to bottom,  rgba(88,101,185,1) 0%,rgba(28,145,226,1) 60%,rgba(34,220,253,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5865b9', endColorstr='#22dcfd',GradientType=0 );
		box-shadow: 0px 0px 6px 3px #1ec8f7 inset;
		}

	.LinkButton a:hover{box-shadow: 0px 0px 12px 3px #1ec8f7 inset,0px 0px 12px 6px #1ec8f7 inset;}
	.LinkButton br{display: none;}

br.sp{display: none;}

    @media only screen and (max-width: 640px) {
        .small{font-size: 0.8em!important;}
        .layout04{margin-left: 0;}
        .layout05{margin-left: 0;}
        br.sp{display: block;}
        .LinkButton br{display: block;}
        }


/*Game*/
#Play{padding: 10% 0 15%;}
.inst{display: flex;}
.inst p{flex: 0 1 49%; margin: 0 0.5%;}

    @media only screen and (max-width: 860px) {#Play{padding: 15% 0 15%;}}
    @media only screen and (max-width: 480px) {#Play{padding: 30% 0 15%;} .inst{display: block;}}

/*Apps*/
#Apps{padding-bottom: 15%;}

#Apps h2 + p{
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 21.5%;
	background: url("../images/apps_lead.png") no-repeat;
	background-size: contain!important;
	overflow: hidden;
	display: inline-block;
	background-position: top center;
    }

    @media only screen and (max-width: 860px) {#Apps h2 + p{padding-top: 30%;}}

#Apps ul{max-width: 900px; margin: auto;}

#Apps li{
    position: relative;
    padding: 0.5em 0.5em 0.5em 7em;
    list-style-type: none;
    }

    #Apps li:last-child{padding: 0 0.5em 0.5em 7.5em;}

#Apps li span{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.35em 1em 0.5em;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 10px;
    background: linear-gradient(0deg, #a40000 50%, #d00000 100%);
    }

#Apps li span:after {
    position: absolute;
    top: calc(50% - 7px);
    right: -11px;
    width: 0;
    height: 0;
    content: '';
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #a40000;
    }

.apps_info{
    max-width: 900px;
    margin: 2em auto;
    padding: 2em;
    border-radius: 15px;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-wrap: wrap;
    }

    .apps_info p{flex: 0 1 48%; margin: auto auto 0;}
    p.apps_notes{flex: 0 1 100%!important; margin: 0!important; padding: 0.25em 1em; font-size: 0.7em!important; text-align: left;}

    @media only screen and (max-width: 480px) {
        #Apps{padding-bottom: 3.5em;}
        #Apps li{padding: 0 0.5em 0.5em 7.5em;}
        .apps_info{padding: 1.5em; display: block;}
        .apps_info p:first-child{padding-bottom: 1.5em;}
        p.apps_notes{padding: 0.25em; text-align: left;}
        }

.links{
    max-width: 900px;
    margin: auto;
    padding: 2em;
    border-radius: 15px;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

    .links p{flex: 0 1 auto; margin: 0 0.5em;}
    .links p img{width: auto; max-height: 60px;}

    @media only screen and (max-width: 480px) {
        .links{padding: 1.5em;}
        .links p{flex: 0 1 48%; margin: 0 1% 0.35em; text-align: center;}
        .links p img{max-height: 40px;}
        }

.notes{padding-top: 1em; font-size: 0.9em!important; text-align: center;}



/*STORE*/
.strList div{padding-bottom: 5%;}
.strList div:last-child{padding-bottom: 0;}

#Store_01, #Store_02, #Store_03, #Store_04, #Store_05, #Store_06{display: block; margin-top: -150px; padding-top: 150px;}

.strList{
    margin: auto;
    padding: 1em;
    border-radius: 15px;
    background: rgba(0,0,0,0.7);
    }

.strList h3{
    padding: 0.5em 0.75em;
    color: #FFF;
    border-radius: 10px;
    background: linear-gradient(0deg, #a40000 50%, #d00000 100%);
    }

ul.Running_start{
	margin: 1em auto 3.5%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	}

ul.Running_start li{flex: 0 1 15.65%; margin: 0.25em 0.5%; font-weight: bold; list-style-type: none!important;}

ul.Running_start a{
    padding: 0.25em;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    background: #1b7e40;
    background: linear-gradient(0deg, #fd644f 50%, #f28e26 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), 0 5px 10px rgba(0, 0, 0, 0.5);
    display: block;
    }

#STORE table{width: 100%; color: #FFF; text-align: left;}
#STORE th{padding: 0.5em; font-weight: bold; border-bottom: solid 2px #aaaaaa;}
#STORE th:last-child{width: 7em;}
#STORE th br{display: none;}
#STORE td{padding: 0.5em; border-bottom: dotted 1px #535353;}
#STORE td:first-child{width: 40%; font-weight: bold;}
#STORE td:nth-child(2), td:last-child{font-size: 0.9em;}
#STORE td > a{color: #7ecef4;}
#STORE td > a:hover{color: #afdef4;}

.str_notes{padding: 2em 0 0 0; font-size: 0.9em!important;}
.Release{font-weight: bold; color: #e1d204;}

@media only screen and (max-width: 1480px) {.str_notes{padding: 2em 0 0 0;}}
@media only screen and (max-width: 860px) {ul.Running_start li{flex: 0 1 31.25%; margin: 0.25em 1%;}}
@media only screen and (max-width: 480px) {
    #AREA01, #AREA02, #AREA03, #AREA04, #AREA05, #AREA06{display: block; margin-top: -45px; padding-top: 45px;}
    ul.Running_start li{font-size: 0.8em!important;}
    #STORE th br{display: block;}
    #STORE td{font-size: 0.8em!important;}
    #STORE th:last-child{width: 3em;}
	#STORE th:last-child br{display: block;}
    }


.slick-prev, .slick-next{z-index: 99!important;}

