@charset "utf-8";

/* reset */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/* ---------------------------------------------------
  common 
------------------------------------------------------ */
.wrap{
	overflow: hidden;
	width: 100%;
}
.right{
	float: right;
}
.left{
	float: left;
}
@font-face {
	font-family: 'GAGAGA';
	src: url(../FONT/GAGAGAGA-FREE.otf);
}
@font-face {
	font-family: 'AME';
	src: url(../FONT/AmeChanPopMaruLight-Regular.otf);
}
@font-face {
	font-family: 'POME';
	src: url(../FONT/Pomeranian-Regular.ttf);
}
@font-face {
	font-family: "check";
	src: url(../FONT/CP_Revenge.ttf);
}
body{
	font-family: 'メイリオ';
	position: relative;
}


/* ---------------------------------------------------
  head 
------------------------------------------------------ */
header{
	height: 90px;
	width: 100%;
	background: rgb(152, 245, 191);
	margin-bottom: 20px;
	border-bottom: 5px solid #dbffea;
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	box-sizing: border-box;
	position: relative;
}
header .inner .left{
	width: 40%;
}
header .inner .right{
	width: 60%;
	font-size: 24px;
	color: #000;
}
header .inner .right .sister{
	font-family: 'AME';
}
header .inner .right .FamiP{
	font-family: 'GAGAGA';
	font-size: 40px;
}
header .inner .right .center{
	font-family: "メイリオ";
	font-size: 18px;
}
header .inner .right .under{
	font-size: 12px;
	padding-left: 70px;
	font-family: "メイリオ";
}
header .inner .left span{
	background-color: #ddd;
	background-image: url("../IMG/off.png");
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: 5px;
	padding: 25px;
	border-radius: 50%;
	border: 5px solid #fff;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 20px;
	cursor: pointer;
}
header .inner .left span#music_on{
	background-color: rgb(152, 245, 191);
	background-image: url("../IMG/on.png");
	border: 5px solid #dbffea;
	display: none;
}


/* body */
body .inner{
	padding-bottom: 100px;
    overflow: hidden;
}

/* ---------------------------------------------------
	famiPan_game
------------------------------------------------------ */
#famiPan_game{
	width: 60%;
	height: 400px;
	background-image: url("../IMG/stage.png");
	background-repeat: no-repeat;
	background-size: 100%; 
	position: relative;
}
#famiPan_game .game_guide{
	width: 50%;
    height: 122%;
    background-image: url(../IMG/mizugi_Jeanne.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-x: 55px;
    background-position-y: 13%;
    z-index: 999;
    position: absolute;
    bottom: -42%;
    left: -18%;
}
#famiPan_game .game_start{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 500;
}
#famiPan_game .game_start .start{
	position: absolute;
    top: 2%;
    right: 1%;
    z-index: 800;
    background-color: rgba(255,255,255,0.7);
    width: 70%;
    height: 250px;
    border-radius: 10px;
    padding: 15px 10px;
}
#famiPan_game .game_start .start:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -2.8%;
    bottom: 22%;
	border-style: solid;
	border-color: transparent transparent transparent rgba(255,255,255,0.7);
	border-width: 10px 0 10px 17.32px;
	transform: rotate(60deg);

}
#famiPan_game .game_start .start span{
	font-wight: bold;
}
#famiPan_game .game_start .start_btn{
	background-color: #dbffea;
    position: absolute;
    font-family: 'GAGAGA';
    font-size: 30px;
    bottom: 8%;
    left: 42%;
    display: block;
    cursor: pointer;
    border: 3px solid #FFF;
    border-radius: 10px;
    padding: 20px 0;
}
#famiPan_game .game_start .start_btn:hover{
	background-color: rgb(152, 245, 191);
	color: #FFF;
}
#famiPan_game .game_start .start_btn span{
	border: 1px solid #ddd;
    border-radius: 10px;
	padding: 20px 28px 20px 17px;
}
#famiPan_game .game_area {
	width: 100%;
    height: 100%;
}
#famiPan_game .game_area .timer{
	position: absolute;
    top: 1%;
    left: 10%;
    font-size: 24px;
    color: #fff;
    background-color: rgba(255,255,255,0.7);
	padding: 10px 25px;
	border-radius: 10px;
	width: 80px;
	height: 40px;
}
#famiPan_game .game_area .wrap{
	margin-left: 25%;
    margin-top: 115px;
	width: 75%;
	height: 80%;
}
#famiPan_game .game_area .NO_btn{
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 2%;
    left: 80%;
    display: block;
    cursor: pointer;
    padding: 20px 28px 22px;
    border-radius: 50%;
    color: rgb(230, 42, 68);
    font-family: "AME";
    font-size: 30px;
}
#famiPan_game .game_area img{
	height: 220px;
	padding-top: 30px;
}
#famiPan_game .game_end img{
    width: 200px;
    height: 100%;
    margin-left: 150%;
    margin-bottom: 19%;
    margin-top: -10px;
}
#famiPan_game .game_end{
	z-index: 10;
}
#famiPan_game .game_end .resultArea, #famiPan_game .game_end .resultArea_change{
	position: absolute;
    top: -46%;
    left: 21%;
    z-index: 800;
    background-color: rgba(255,255,255,0.7);
    width: 532px;
    height: 110px;
    padding: 12px 18px;
    border-radius: 10px;
}
#famiPan_game .game_end .resultImg_change:before{
    left: 156%;
    bottom: 79%;
}
#famiPan_game .game_end .resultArea:before, #famiPan_game .game_end .resultArea_change:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 68%;
    bottom: -16%;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255,255,255,0.7);
    border-width: 10px 0 10px 17.32px;
    transform: rotate(90deg);
}
#famiPan_game .game_area{
	z-index: 15;
}
#famiPan_game .game_area .chara_btn{
	cursor: pointer;
	width: 30%;
	text-align: center;
	display: none;
}
#famiPan_game .game_end .end_btn, #famiPan_game .endSieg .end_btn,#famiPan_game .endRobo .end_btn{
	background-color: rgba(255,255,255,0.7);
    height: 30px;
    width: 145px;
    padding: 8px 10px;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}

#famiPan_game .endRobo .end_btn{
	background-color: rgba(0,0,0,0.3);
}
#famiPan_game .endSieg{
	background-color: #000;
	background-image: url(../IMG/Sieg2.png);
    background-repeat: no-repeat;
    background-size: 135px;
    background-position-x: 98%;
    background-position-y: 11%;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#famiPan_game .endSieg .Sieg_word{
	position: absolute;
    top: 4%;
    left: 2%;
    z-index: 800;
    width: 410px;
    height: 125px;
    padding: 20px 15px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
}
#famiPan_game .endSieg .Sieg_word:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -4%;
    bottom: 22%;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255,255,255,0.7);
    border-width: 10px 0 10px 17.32px;
    transform: rotate(0deg);
}
#famiPan_game .endSieg .Jeanne_word, #famiPan_game .endRobo .Jeanne_word{
	width: 90%;
	height: 100px;
	border-radius: 10px;
	padding: 20px;
	position: absolute;
    bottom: 12%;
    left: 5%;
    z-index: 800;
    background-color: rgba(255,255,255,0.7);  
}
#famiPan_game .endRobo .Jeanne_word{
	background-color: rgba(255,255,255,0.9);
}
#famiPan_game .endSieg, #famiPan_game .game_start ,#famiPan_game .game_area, #famiPan_game .game_end{
	position: absolute;
    bottom: 0;
	left: 0;
}
#famiPan_game .endSieg .end_btn, #famiPan_game .game_end .end_btn, #famiPan_game .endRobo .end_btn{
	position: absolute;
    bottom: 0;
	left: 0;
}
#famiPan_game .endRobo{
	background-image: url(../IMG/roboEnd.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-color: #fff;
    display: none;
    z-index: 142;
    position: relative;
}
#famiPan_game .game_end .end_btn{
    left: 9%;
}
#famiPan_game .game_area, #famiPan_game .game_end, #famiPan_game .endSieg{
	display: none;
}
#famiPan_game .game_end .resultArea_change, #famiPan_game .game_end .resultImg_change{
	display: none;
}
#famiPan_game .game_end .resultArea_change{
	top: -18%;
}

/* ---------------------------------------------------
	character_description
------------------------------------------------------ */
#character_description{
	overflow: scroll;
	overflow-x: hidden;
	z-index: 9999;
	width: 37%;
	height: 400px;
	border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 50px;
}

#character_description::-webkit-scrollbar{
	width: 10px;
}
#character_description::-webkit-scrollbar-track{
	background: #dbffea;
}
#character_description::-webkit-scrollbar-thumb{
	background: #ddd;
	border-radius: 10px;
}
#character_description #descriptionBox{
	margin-bottom: 30px;
}
#character_description #descriptionBox .wrap{
	margin-bottom: 10px;
}
#character_description #descriptionBox .left{
	width: 42%;
    background-color: #ececec;
    text-align: center;
    padding: 15px 5px 5px 5px;
    position: relative;
}
#character_description #descriptionBox .left p{
	position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(152, 245, 191);
    width: 100%;
    padding: 3px;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
}
#character_description #descriptionBox .left p.GMOV{
	background-color: rgb(230, 42, 68);
	color: #fff;
}
#character_description #descriptionBox .left p.minus{
	background-color: #fff;
	border-top: 1px solid #ddd;
}
#character_description #descriptionBox .left p.super_minus{
	background-color: #fff;
	border: 1px solid rgb(230, 42, 68);
}
#character_description #descriptionBox .left img{
	width: 100px;
}
#character_description #descriptionBox .right{
	width: 58%;
    padding: 10px;
}
#character_description #descriptionBox p{
	font-size: 14px;
	margin-bottom: 10px;
}
#character_description #descriptionBox p.post_name{
	padding: 2px 3px;
	border-radius: 10px;
	border: 1px solid rgb(152, 245, 191);
	width: 80%;
    text-align: center;
}
#character_description #descriptionBox p.Category{
	position: absolute;
    top: 88%;
    left: 18%;
	padding: 4px 3px;
	background-color: rgb(230, 42, 68);
	border-radius: 10px;
	color: #fff;
	width: 60%;
	height: 20px;
}
#character_description #descriptionBox p.Category.fami{
	background-color: rgb(152, 245, 191);
	color: #000;
}
#character_description #descriptionBox p.word{
	width: 100%;
	overflow: hidden;
}
#character_description #descriptionBox p span{
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
	font-family: "POME";
}
#character_description #descriptionBox.Jeanne_dArc_Bow-wow p span, #character_description #descriptionBox.Amakusa p span{
	font-family: "check";
}

/* pointList */
.pointList{
	background: #fff;
	width: 95%;
	position: absolute;
	top: 8%;
	left: 3%;
	z-index: 9999!important;
	padding: 10px;
	border-radius: 20px;
	border: 5px solid #dbffea;
	height: 650px;
}
.pointList .closeBtn{
	position: absolute;
	top: -5px;
	right: 20px;
	font-family: "POME";
	font-size: 60px;
	cursor: pointer;
	color: rgb(152, 245, 191);
}
.pointList h3{
	text-align: center;
	font-family: "check";
	font-size: 30px;
	margin-bottom: 20px;
}
.pointList #box{
	width: 33%;
	border-radius: 10px;
}
.pointList .NOT_fami#box{
	background: #ccc;
}
.pointList .NOT_fami#box .left, .pointList .NOT_fami#box .right{
	width: 50%;
}
.pointList #box h5{
	text-align: center;
	font-size: 20px;
	margin: 5px;
}
.pointList #box h5 span{
	font-family: 'GAGAGA', "POME";
	font-size: 35px;
	color: rgb(230, 42, 68);
	margin-right: 10px;
}
.pointList #box.Little_fami h5 span{
	color: rgb(152, 245, 191);
}
.pointList #box h5 span.gameover{
	color: #000;
    font-size: 30px;
}
.pointList .chara_list{
	background-repeat: no-repeat;
    background-position: top center;
    background-size: 150px;
    width: 100%;
    height: 65px;
    margin-bottom: 10px;
}
.pointList .chara_list#Astorfo{
	background-image: url(../IMG/Astorfo.png);
    background-size: 117px;
}
.pointList .chara_list#JeanneAlter{
	background-image: url(../IMG/JeanneAlter.png);
    background-position: center -54px
}
.pointList .chara_list#JeanneLily{
	background-image: url(../IMG/JeanneLily.png);
	background-size: 140px;
    background-position: center -20px;
}
.pointList .chara_list#GudaO{
	background-image: url(../IMG/GudaO.png);
    background-size: 90px;
    background-position: center -16px;
}
.pointList .chara_list#GudaKo{
	background-size: 100px;
    background-image: url(../IMG/GudaKo.png);
    background-position: center -22px;
}
.pointList .chara_list#Leticia{
	background-image: url(../IMG/Leticia.png);
	background-size: 115px;
}
.pointList .chara_list#amakusa{
	background-image: url(../IMG/amakusa1.png);
	background-size: 88px;
    background-position: center -21px;
}
.pointList .chara_list#Isabel{
	background-image: url(../IMG/Isabel.png);
    background-size: 90px;
}
.pointList .chara_list#Lakshmi{
	background-image: url(../IMG/Lakshmi.png);
    background-size: 140px;
    background-position: center -52px;
}
.pointList .chara_list#Musashi{
	background-image: url(../IMG/Musashi.png);
    background-size: 90px;
}
.pointList .chara_list#Ortlinde{
	background-image: url(../IMG/Ortlinde.png);
	background-position: center -38px;
}
.pointList .chara_list#SaberAlte{
	background-image: url(../IMG/SaberAlte.png);
    background-size: 107px;
}
.pointList .chara_list#Jeanne_dArc{
	background-image: url(../IMG/Jeanne_dArc.png);
	background-position: center -8px;
}
.pointList .chara_list#Jeanne_dArc_Bow-wow{
	background-image: url(../IMG/Jeanne_dArc_Bow-wow.png);
	background-position: center -20px;
    background-size: 143px;
    margin-bottom: 40px;
}
.pointList .chara_list#Sieg{
	background-image: url(../IMG/Sieg.png);
	background-size: 100px;
    background-position: center -30px;
}
.pointList .rule{
	font-size: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.pointList .rule span{
	font-weight: bold;
	color: rgb(230, 42, 68);
	font-size: 18px;
	margin: 0 10px;
}
.pointList .wrap{
	margin-bottom: 20px;
}
.pointList .change_description{
	font-size: 12px;
	margin-bottom: 15px;
}
.pointList .change_description .attention{
	color: rgb(230, 42, 68);
	margin-right: 5px;
}
.pointList .change_description .btn_description{
	margin: 0 10px;
	color: rgb(230, 42, 68);
	border-radius: 50%;
	padding: 4px 8px;
	background: #fff;
	border: 2px solid #ddd;
	font-weight: bold;
}
.pointList .notes{
	font-size: 12px;
	margin-bottom: 5px;
}
.SP_fami{
	display: none;
}
.Little_fami, .Jeanne_Person{
	display: block;
}

/* animate */
.test-animation{
  -webkit-animation-duration: 1.5s!important;
  animation-duration: 1.5s!important;
}

/* footer */
footer {
	position: initial;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 100%;
	color: #fff;
	background: #333;
}
footer p{
	padding-top: 3px;
    padding-left: 10%;
}

/* effect */
#click_batu, #click_maru, #click_shock, #click_NO, #Fever_star, #Fever_kirakira{
	background-image: url(../IMG/mark_batsu.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	padding: 15px;
	position: absolute;
	z-index: 9999;
	background-size: 30px;
	display: none;
}
#click_maru{
	background-image: url(../IMG/heart_pink.png);
}
#click_shock{
	background-image: url(../IMG/honoo_hi_fire.png);
}
#click_NO{
	background-image: url(../IMG/kinshi_touch.png);
}
#Fever_star{
	background-image: url(../IMG/kirakira1.png);
	width: 50px;
	height: 50px;
	padding: 25px;
	background-size: 50px;
}
#Fever_kirakira{
	background-image: url(../IMG/kirakira6.png);
	width: 100px;
	height: 100px;
	padding: 50px;
	background-size: 100px;
}

/* SP */
@media screen and (min-width:300px) and ( max-width:1124px) {
	p{
		font-size: 28px;
	}
	#howTo, #famiPan_game, #character_description{
		clear: both;
		width: 100%;
	}
	#howTo{
		height: 278px;
	}
	#howTo .howTo_p{
		font-size: 15px;
	}
	#howTo .howTo_p span {
    	font-size: 18px;
	}
	#howTo .howTo_title{
		font-size: 18px;
	}
	#famiPan_game{
		background-image: url(../IMG/stage_SP.png);
		background-size: cover;
		background-position: center;
		margin-bottom: 20px;
		height: 1200px;
	}
	#famiPan_game .game_guide{
	    width: 1000px;
	    height: 410px;
    	bottom: 0;
    	left: -67%;
	    background-position-y: 3%;
	    background-position-x: 225px;
	    z-index: 1000;
	}
	#famiPan_game .game_start .start{
		right: 6%;
    	width: 88%;
    	top: 3%;
    	height: 500px;
	}
	#famiPan_game .game_start .start:before{
		left: 6%;
	    bottom: -12%;
	    border-width: 40px 0 40px 40px;
	    transform: rotate(90deg);
	}
	#famiPan_game .game_start .start_btn{
	    padding: 50px 0;
	    font-size: 55px;
	    bottom: 36%;
    	left: 32%;
    	z-index: 9999;
	}
	#famiPan_game .game_start .start_btn span{
	    padding: 49px 60px 49px 55px;
	}
	#famiPan_game .game_area .wrap{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	#famiPan_game .game_area .chara_btn{
		width: 50%;
		height: 450px;
	}
	#famiPan_game .game_area #chara3{
		clear: both;
	    width: 100%;
	}
	#famiPan_game .game_area img{
		height: 450px;
	}
	#famiPan_game .game_area .NO_btn{
		top: 91%;
		left: 86%;
	    font-size: 60px;
	    padding: 10px 28px 22px;
	}
	#famiPan_game .game_end .resultArea{
		top: -47%;
	    left: 5%;
	    width: 187%;
	    height: 300px;
	}
	#famiPan_game .game_end .resultArea:before{
		border-width: 40px 0 40px 40px;
	    bottom: -20%;
	}
	#famiPan_game .game_end img{
		width: 500px;
		margin-bottom: 35%;
    	margin-left: 48%;
	}
	#famiPan_game .game_end .end_btn {
    	left: 0;
	}
	#famiPan_game .game_area .timer{
		left: 5%;
    	top: 2%;
		font-size: 30px;
		width: 100px;
	    height: 45px;
	}
	#character_description{
		height: 330px;
		width: 95%;
		margin: 0 auto;
	}
	#character_description #descriptionBox .left img{
		width: 250px;
	}
	#character_description #descriptionBox .left p{
		font-size: 30px;
	}
	#character_description #descriptionBox p.Category{
		font-size: 30px;
		height: 33px;
	}
	#character_description #descriptionBox p{
		font-size: 24px;
	}
	#character_description #descriptionBox p span{
		font-size: 40px;
	}
	#famiPan_game .endSieg .Sieg_word{
		width: 95%;
		font-size: 24px;
	}
	#famiPan_game .endSieg .Sieg_word:after{
		transform: rotate(90deg);
	    right: 50%;
    	bottom: -15%;
	}
	#famiPan_game .endSieg{
		background-size: 300px;
    	background-position-x: 43%;
    	background-position-y: 40%;
	}
	#famiPan_game .endSieg .Jeanne_word,#famiPan_game .endRobo .Jeanne_word{
		font-size: 24px;
	    height: 110px;
	}
	.SP_fami{
		display: block;
	}
	.Little_fami, .Jeanne_Person{
		display: none;
	}
	.SP_fami .left, .SP_fami .right{
		width: 50%;
	}
	.pointList{
		height: 1300px;
	}
	.pointList h3{
		font-size: 50px
	}
	.pointList .rule {
    	font-size: 30px;
    }
    .pointList .rule span{
    	font-size: 35px;
    }
    .pointList .notes, .pointList .change_description{
    	font-size: 22px;
	}
    .pointList #box h5 span{
    	font-size: 50px;
    }
	.pointList #box{
		clear: both;
		width: 100%;
	}
	.pointList #box h5 span.minus{
		color: rgb(152, 245, 191);
	}
	#click_batu, #click_maru, #click_shock, #click_NO{
		width: 100px;
		height: 100px;
		padding: 50px;
		background-size: 100px;
	}
}