@charset "UTF-8";


/*　2014年版（PCのみ）を基に新規作成　（2019.02.20）　*/


@import url(../../shared/css/style.css);
@import url(../../shared/css/elements_sp.css);
@import url(muse06_sp.css);

/*index------*/
.indexPage .lead_sp {
font-size: 24px;
line-height: 39px;
}
.indexPage .btn_sp {
width:470px;
margin-left: auto;
margin-right: auto;
list-style: none;
}
.indexPage .btn_sp li {
list-style: none;
margin-bottom: 24px;
}
.indexPage .btn_sp a {
	display: block;
	background : #F2871F;
  border-radius : 9px;
	width:470px;
	height: 72px;
	line-height: 72px;
	 font-size : 24px;
	 color: #fff;
	 text-align: center;
}



/*game------*/
#bodyArea {
background-color:transparent;
}
#bodyArea.gamePage {
background-image: url(../images/bg_sp.png);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100% auto;
padding-top: 120px;
}


/*-----------------------------------------
	インジケーターの色
	*赤　正解：class="indiOk"
	*青　間違い：class="indiNg"
-----------------------------------------*/
img	{border:none;border-style:none;}
a img {border-style:none;}
a{outline: none; text-decoration: none;}
a:focus{outline: none;}
.noborder { border:none; outline:none; }



/*あそび方ページ------*/
#manual_sp {
width:566px;
margin: 0 auto;
padding-bottom: 30px;
}
#manual_sp .fig {
width:518px;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
padding-bottom: 50px;
}
#manual_sp .contents {
width:518px;
margin: 0 auto;
}
#manual_sp .contents dl {
padding-top: 10px;
}
#manual_sp dt, #manual_sp dd {
  font-size : 24px;
  line-height : 39px;
  color : #505050;
}
#manual_sp dt {
text-align: center;
padding: 1em;
font-weight: bold;
}
.indicator_sp dd {
width:518px;
box-sizing: border-box;
	padding-left: 80px;
	position: relative;
	min-height: 50px;
	padding-bottom: 1em;
}
.indicator_sp dd.green::after {
content: "";
display: block;
width:48px;
height: 48px;
border-radius: 50%;
background-color: #A6A6A6;
position: absolute;
top:50%;
left:5px;
margin-top: -40px;
}
.indicator_sp dd.red::after {
content: "";
display: block;
width:48px;
height: 48px;
border-radius: 50%;
background-color: #0077B7;
position: absolute;
top:50%;
left:5px;
margin-top: -40px;
}
.indicator_sp dd.blue::after {
content: "";
display: block;
width:48px;
height: 48px;
border-radius: 50%;
background-color: #CC2A3F;
position: absolute;
top:50%;
left:5px;
margin-top: -40px;
}

#manual_sp .contents dl dd .btn {
text-align: center;
display: inline-block;
width:100%;
padding-bottom: 0.5em;
}

#manual_sp .contents dl.menu_sp dd+dd {
padding-top: 2em;
}

#manual_sp .cls{
	margin-top:50px;
	text-align:center;
}
#manual_sp dl.indicator dd {
	vertical-align: middle;
}

#manual_sp .cls_sp {
width:518px;
margin: 70px auto 20px;
text-align: center;
}
#manual_sp .cls_sp a {
color: #fff;
font-size: 30px;
display: block;
padding: 0.5em 0;
background-color: #ccc;
}




/*ムービー*/
#movie		{
	width : 518px;
	height : 480px;
	margin-left: auto;
	margin-right: auto;
}


/*ボタン類*/
.btns {
	width:518px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/*あそび方ボタン*/
#how		{
	width:163px;
	order: 3;
	margin-right: 0;
	margin-left: auto;
}
#how a	{
	display: block;
	background : #A6A6A6;
  border-radius : 9px;
	width:163px;
	height: 72px;
	line-height: 72px;
	 font-size : 24px;
	 color: #fff;
	 text-align: center;
}

#flashGame {
	position: relative;
}
#flashGame a.howto {
	position: absolute;
	display: block;
	left: 41px;
	top: 150px;
	width: 124px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
}

/*答え*/
#btnTxt {
	display: none;
}

/*ボタンABC*/
.answerBtn {
width:100%;
	order: 1;
	margin-top: 24px;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
}
#btnA,
#btnB,
#btnC {
  background : #F2871F;
  border-radius : 9px;
	width:163px;
	height: 72px;
	line-height: 72px;
	 font-size : 40px;
	 color: #fff;
	 text-align: center;
}

/*問題を見る,解説を見る,スキップボタン*/
.playBtn {
	order: 2;
	margin-bottom: 12px;
	width:100%;
	overflow: hidden;
}
#btnQuestion,
#btnComment,
#btnSkip{
	background : #A6A6A6;
  border-radius : 9px;
	width:163px;
	height: 72px;
	 font-size : 24px;
	 color: #fff;
	 position: relative;
	 box-sizing: border-box;
	 float: left;
}
#btnSkip{
float: right;
}
#btnQuestion span,
#btnComment span {
line-height: 30px;
display: inline-block;
padding-top: 7px;
}
#btnSkip span {
line-height: 72px;
}
#btnQuestion,
#btnComment {
padding: 0 5px 0 50px;
order: 1;
}
#btnSkip{
padding: 0 50px 0 5px;
text-align: right;
order: 2;
}
#btnQuestion::before,#btnQuestion::after,
#btnComment::before,#btnComment::after,
#btnSkip::before,#btnSkip::after{
	content: "";
	position: absolute;
	top:23px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
}
#btnQuestion::before,
#btnComment::before {
	left: 0px;
}
#btnQuestion::after,
#btnComment::after {
	left: 12px;
}

#btnSkip::before {
	right: 0px;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
}
#btnSkip::after {
	right: 12px;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
}


/*全４問+インジケーター*/
.indicator {
position:absolute;
	top : 50px;
	left:50%;
	margin-left: -259px;
	width:518px;
}
.indicator ul,.indicator ul li{
	list-style:none;
}
.indicator,.indicator ul{
  display: flex;
	justify-content: flex-end;
}
.indicator li{
  margin-left: 7px;
}

/*全４問*/
#indicatorTxt		{
	color: #fff;
	font-size : 24px;
	margin-top: 5px;
	padding-right: 0.5em;
}

/*インジケーター1,2,3,4*/
#indicator01,#indicator02,#indicator03,#indicator04 {
	width : 48px;
	height : 48px;
	border-radius: 50%;
	background:url(../images/indicator_sp.png)no-repeat 0 0;
	background-size:180px 180px;

}


/*正解*/
#indicator01.indiOk,
#indicator02.indiOk,
#indicator03.indiOk,
#indicator04.indiOk		{
	background:url(../images/indicator_sp.png)no-repeat 0 50%;
	background-size:180px 180px;
}

/*間違い*/
#indicator01.indiNg,
#indicator02.indiNg,
#indicator03.indiNg,
#indicator04.indiNg		{
	background:url(../images/indicator_sp.png)no-repeat 0 100%;
	background-size:180px 180px;
}
#flashGame {
	width: 590px;
	height: 460px;
	margin: 0 auto;
	padding-top: 90px;
	padding-left: 210px;
	background-image: url(../images/game_base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}





/*ending*/
.forPC {
display: none;
}
.end_sp {
width:470px;
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
list-style-type: none;
}
.end_sp li {
list-style-type: none;
}
.end_sp a {
	display: block;
	height: 72px;
  background : #F2871F;
  border-radius : 9px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 72px;
	text-decoration: none;
	margin-bottom: 10px;
	font-feature-settings : "palt";
}
.end_sp a span {
font-size: 14px;
}




/*cast*/
#wrapper.cast {
	background-color: #000033;
}




/*extra*/
.movie_outer {
border: 1px solid #eee;
display: block;
width:518px;
margin-left: auto;
margin-right: auto;
}

.btn_outer {
width:518px;
margin: 30px auto;
}
#btnEnd{
	background : #A6A6A6;
  border-radius : 9px;
	width:163px;
	height: 72px;
	 font-size : 24px;
	 color: #fff;
	 position: relative;
	 box-sizing: border-box;
	 margin-right: 0;
	 margin-left: auto;
}
#btnEnd span {
line-height: 72px;
}
#btnEnd{
padding: 0 50px 0 10px;
}
#btnEnd::before,#btnEnd::after{
	content: "";
	position: absolute;
	top:23px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
}
#btnEnd::before {
	right: 0px;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
}
#btnEnd::after {
	right: 12px;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
}