@charset "UTF-8";
/* CSS reset */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
    word-break:break-all;/*英文改行設定*/
}
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset{
	margin: 0;
	padding: 0;
	line-height:1.5em;
    font-family:'Noto Sans Japanese';
    font-size:14px;
	font-weight:400;
	letter-spacing:0.5px;
}
/*fontのアンチエイリアス対応*/
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset{
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
  html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/*横スクロール回避*/
html,body{
	width:100%;
}
/*テーブル設定*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}
/*マーカーを消す*/
ul, ol{
	list-style: none; 
}
/*下線を消す*/
a{
	text-decoration: none; 
	color:#000;
}
/* 画像の空白回避 */
img{
	border: 0;
}
img, input{
	vertical-align:bottom;
}
/* clearfix */
.clearfix:after{
	content:"";
	display: block;
	clear: both;
}
/* transition */
.transition{
	transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
/* 改行設定 */
.sp_br{
	display: none;
}
@media screen and (min-width:0px) and (max-width:767px){
.pc_br{
	display:none;
	}
.sp_br{
	display:block;
	}
}

/*=============================
close soundボタン
===============================*/

.close{
    width: 88px;
    height:120px;
    background-image: url("../../img/step_01/btn_close.png");
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top:20px;right:20px;
    z-index: 999;
}
.close a{
    display: block;
    width: 100px;
    height:100px;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 0;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
}
.close:hover{
    opacity: 0.8;
}
.close img{
    width: 100%;
    height:auto;
}
.sound{
    width: 88px;
    height:120px;
    font-size: 16px;
    font-weight: bold;
    padding: 82px 0 0;
    text-align: center;
    color: #fff;
    background-image: url("../../img/step_01/btn_soundOn.png");
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top:20px;right:110px;
    z-index: 999;
}
.sound.sound_on > img{
    opacity: 0;
}
.sound:hover{
    opacity: 0.8;
}
.sound img{
    width: 100%;
    height:auto;
}
.volume{
    width: 50px;
    position: absolute;
    top:30px;right:210px;
    z-index: 999;
}
.volume .btn{
    width: 50px;
    height:50px;
    margin: 0 0 5px;
    text-align: center;
    color: #fff;
    background-image: url("../../img/step_01/btn_volume.png");
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
    padding-top: 15px;
    letter-spacing: -1px;
}
.volume .btn:hover{
    opacity: 0.8;
}


@media screen and (min-width:0px) and (max-width:767px){
    
    .close{
        width: 40px;
        height:60px;
        cursor: pointer;
        background-image: url("../../img/step_01/btn_close.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top:10px;right:10px;
        z-index: 999;
    }
    .close a{
        display: block;
        width: 40px;
        height:60px;
        font-size: 14px;
        font-weight: bold;
        padding: 20px 0 0;
        text-align: center;
        letter-spacing: -1px;
        color: #fff;
    }
    .close:hover{
        opacity: 1;
    }
    .close img{
        width: 100%;
        height:auto;
    }
    .sound{
        width: 40px;
        height:60px;
        font-size: 10px;
        font-weight: bold;
        padding: 35px 0 0;
        letter-spacing: -1px;
        text-align: center;
        color: #fff;
        background-image: url("../../img/step_01/btn_soundOn.png");
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        position: absolute;
        top:70px;right:10px;
        z-index: 999;
    }
    .sound.sound_on img{
        opacity: 0;
    }
    .sound:hover{
        opacity: 1;
    }
    .sound img{
        width: 100%;
        height:auto;
    }
    .volume{
        display: none;
    }

}

/*=============================
テキストカラー
===============================*/

.answer_text_budou{
    color: #C839CF;
}
.answer_text_edamame{
    color:#0BA216;
}
.answer_text_ichigo{
    color: #FF8A8C;
}
.answer_text_ichijiku{
    color: #AB4F50;
}
.answer_text_negi{
    color: #05C1A3;
}
.answer_text_mizunasu{
    color: #9C12CC;
}
.answer_text_kome{
    color: #CDAF37;
}
.answer_text_kuri{
    color:  #F2BB00;
}
.answer_text_kyuuri{
    color: #138319;
}
.answer_text_okura{
    color: #41843A;
}

