@charset "UTF-8";

/* display */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:1000px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

body{
	font-family:"M PLUS Rounded 1c","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 13px;
	margin:0;
	padding:0;
	background:#FFF;
	color:#222;
	font-weight:500;
	letter-spacing:1px;
	-webkit-text-size-adjust:100%;
	font-weight: bold;
	line-height: 20px;
}

section {
  width: 100%;
  height: auto;
  display: block;
}
.header {
	background-image: url("../image/main_top_back.jpg");
	width: 100%;
	height:458px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	margin: 0 auto;
	text-align: center;
}


img.bard{
	position: relative;
	top:-255px;
	left:380px;
}
img.bug{
	position: relative;
	top:-10px;
	left: -200px;
}

.header img{
	margin-top: 100px;
}



/* recommend */
.rec_inner{
	background-color: #BDD651;
	text-align: center;
}
.rec_wapper{

	}

.rec_box{
	display: inline-block;
	padding: 20px;

}
.rec_box_main a:hover{
  opacity: 0.6;
}
.rec_box .rec_box_desc{
	position: relative;
	top: -50px;
}

.cutcall{
	margin-left: -30px;
}





/* profile */

.prof_inner{
	background-color: #D2E17C;
	width: 100%;
	padding-bottom: 80px;
}
.prof_title{
	text-align: center;
	padding-top: 40px;
}
.prof_title img{
	width: 500px;
	margin: 0 auto;
}
.prof_wrapper{
	width: 900px;
	margin:0 auto;
	padding-top: 7px;

}
.prof_box{
	width: 413px;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
}
.prof_right{
	float: right;
}

img.prof_text{
	width: 284px;
	text-align: left;
}



.prof_left_box{
	position: relative;
	background-image: url("../image/ayaka_prof_back.png");
	background-repeat: no-repeat;
	height: 442px;
}

.prof_left_box img.pow_s{
position: absolute;
top: 40px;
left: 81px;
width: 249px;
}
img.pow_a{
}
img.pow_b{
}
img.pow_c{
}
img.pow_d{
}



/* 風船 */
.Yure1{
	 animation: huwa 3s linear 0.5s infinite;
	 position: absolute;
	 top:300px;
	 left: 200px;
}

.Yure2{
	 animation: huwa 1.5s linear 0s infinite alternate;
	 position: absolute;
	 top:200px;
	 left: 100px;
 }
.Yure3{
	 animation: huwa 2s linear 1s infinite alternate;
	 position: absolute;
	 top:50px;
	 left: 100px;
 }
.Yure4{
	 animation: huwa 1.5s linear 0s infinite alternate;
	 position: absolute;
	 top:50px;
	 right: 300px;
 }
.Yure5{
	 animation: huwa 3s linear 0.5s infinite alternate;
	 position: absolute;
	 top:150px;
	 right: 200px;
 }
.Yure6{
	 animation: huwa 2s linear 1s infinite alternate;
	 position: absolute;
	 top:300px;
	 right: 80px;
 }


@keyframes huwa {
	0%{transform: translate(0px, 0px);}
	25% {transform: translate(-2px, 2px);}
	50%{transform: translate(-5px, 0px);}
	75% {transform: translate(-2px, -2px);}
}



/* 質問 */

.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 0 0.5em 0;
	background: #00a2e56e;
}
.cp_qa dd {
	margin: 0 0 1em 0;
	background: #f8d2e2;
}
/* 吹き出し▶︎ */
.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}

/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #f8d2e2 transparent transparent;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}


footer{
	background-image: url("../image/footer.jpg");
	background-color: #BDD651;
	padding-bottom: 50px;
	width: 100%;
	height:80px;
	background-repeat:repeat-x;
}
.footer{
	font-size: 10px;
	text-align: center;
	position: relative;
	bottom: -100px;
}







@media only screen and (max-width:1000px) {
	.header_sp {
		width: 100%;
		margin: 0 auto;
		text-align: center;

	}




	.header_sp img{
		width: 100%;
		margin-bottom: 0px;
		display: block;
		vertical-align: bottom;
	}



	/* recommend */
	.rec_inner{
		background-color: #BDD651;
		text-align: center;
		padding-top: 20px;
	}
	.rec_wapper{

		}

	.rec_box{
		display: inline-block;
		padding: 0px;

	}
	.rec_box .rec_box_desc{
		position: relative;
		top: -50px;
	}

	.cutcall{
		margin-left: -30px;
	}





	/* profile */

	.prof_inner{
		background-color: #D2E17C;
		width: 100%;
		padding-bottom: 80px;
	}
	.prof_title{
		text-align: center;
		padding-top: 40px;
	}
	.prof_title img{
		width: 90%;
		margin: 0 auto;
	}
	.prof_wrapper{
		width: 100%;
		margin:0 auto;
		padding-top: 7px;

	}
	.prof_box{
		width: 80%;
    margin: 0 auto;
		background-color: #fff;
		padding: 30px;
		border-radius: 20px;
	}
	.prof_right{
		float: none;
	}

	img.prof_text{
		width: 90%;
		text-align: left;
	}



	.prof_left_box{
		position: relative;
		background-image: url("../image/ayaka_prof_back.png");
		background-repeat: no-repeat;
		height: 442px;
	}

	.prof_left_box img.pow_s{
	position: absolute;
	top: 40px;
	left: 81px;
	width: 90%;
	}
	img.prof_sp{
		width: 80%;
		margin: 0 auto;
		}




	/* 風船 */

	.Yure3{
		 animation: huwa 2s linear 1s infinite alternate;
		 position: absolute;
		 top: 23px;
    left: 12px;
    width: 38px;
	 }
	.Yure4{
		 animation: huwa 1.5s linear 0s infinite alternate;
		 position: absolute;
		 top: 9px;
    right: 46px;
    width: 45px;
	 }



	@keyframes huwa {
	    0%{transform: translate(0px, 0px);}
	    25% {transform: translate(-2px, 2px);}
	    50%{transform: translate(-5px, 0px);}
	    75% {transform: translate(-2px, -2px);}
	}



	/* 質問 */

	.cp_qa dt,.cp_qa dd {
		position: relative;
		padding: 0.5em;
		box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
		border-radius: 0.3em;
	}
	.cp_qa dt {
		margin: 0 0 0.5em 0;
		background: #00a2e56e;
	}
	.cp_qa dd {
		margin: 0 0 1em 0;
		background: #f8d2e2;
	}
	/* 吹き出し▶︎ */
	.cp_qa dd::before{
		position: absolute;
		z-index: 99;
		top: 0.5em;
		display: inline-block;
		width: 0;
		height: 0;
		content: '';
		border-style: solid;
	}

	/* 答え吹き出し▶︎ */
	.cp_qa dd::before {
		left: -0.5em;
		border-width: 5px 8.7px 5px 0;
		border-color: transparent #f8d2e2 transparent transparent;
	}
	/* ?!アイコン */
	.cp_qa dt::after,.cp_qa dd::after {
		font-size: 1.2em;
		position: absolute;
		top: 0;
		color: #ffffff;
		border-radius: 50%;
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		line-height: 1.2em;
	}

}


	footer{
		background-image: url("../image/footer.jpg");
		background-color: #BDD651;
		padding-bottom: 50px;
		width: 100%;
		height:80px;
		background-repeat:repeat-x;
	}
	.footer{
    background-color: #BDD651;
		font-size: 10px;
		text-align: center;
		position: relative;
		bottom: -100px;
    padding-bottom: 10px;
	}
