@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
/*
font-family: 'Zen Kaku Gothic New', sans-serif;
Regular 400
Medium 500
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
/*
font-family: 'Zen Maru Gothic', sans-serif;
Regular 400
Medium 500
Bold 700
*/



.play{}

/*---------------*/


.playS02{
	width: 90%;
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}
.playS02.feeling{margin-top: 80px;}
.playS02.hellymally{margin-top: 280px;}


.playS02 .playS02Title{
	width: 100%;
	position: relative;
	/*background: rgba(0,0,0,0.1);*/
}
.playS02 .playS02Title h2{
	width: 540px;
	margin: 0 auto;
}
.playS02 .playS02Title h3{
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.5em;
}
.playS02 .playS02Title h3 br.res{display: none;}

.playS02 .playS02Title .illust{position: absolute;z-index: 50;}

.playS02.feeling .playS02Title .illust.i01{top: -120px;left:calc(50% - 450px);width: 170px;}
.playS02.feeling .playS02Title .illust.i02{bottom: -50px;left:calc(50% + 230px);width: 90px;}

.playS02.hellymally .playS02Title .illust.i01{top: -110px;left:calc(50% + 210px);width: 190px;}
.playS02.hellymally .playS02Title .illust.i02{bottom: -60px;left:calc(50% - 370px);width: 90px;}





.playS02 .illustMain{
	width: 70%;
	max-width: 620px;
	margin: 0 auto;
}
.playS02.feeling .illustMain{padding:60px 0 20px;}
.playS02.hellymally .illustMain{padding:80px 0 20px;}



.playS02 .message{
	display: inline-block;
	text-align: center;
}
.playS02 .message p{
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.03em;
	line-height: 1.8;
	display: inline;
	background: linear-gradient(transparent 70%, #FFF95C 70%);
}



.playS02 .playBT{
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 26px;
	margin-top: 30px;
}

.playS02 .playBT a{
	color: #FFF;
	display: inline-block;
	padding: 0.5em 4em;
	border-radius: 40px;
	border: 2px solid;
}

.playS02.feeling .playBT a{background: #17A8FE;border-color: #17A8FE;}
.playS02.hellymally .playBT a{background: #289E53;border-color: #289E53;}



@media (min-width: 769px) {
.playS02 .playBT a{-webkit-transition: background 0.3s, color 0.3s;transition: background 0.3s, 0.3s;}
.playS02.feeling .playBT a:hover{background:#D0EEFF;color:#17A8FE;}
.playS02.hellymally .playBT a:hover{background:#D4ECDC;color:#289E53;}
}













/*---------------*/

.play .categoyTitle{
	width: 100%;
	position: relative;
}
.play .categoyTitle h2{
	width: 80%;
	max-width: 560px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.play .categoyTitle h3{
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.03em;
	line-height: 1.9;
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.play .categoyTitle h3 br.res{display: none;}


/*---------------*/


.quiz{
	width: 100%;
	margin: 160px auto 0;
	padding: 130px 0 120px;
	min-height: 720px;
	box-sizing: border-box;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.quiz-container {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.quiz-container a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/*-----------*/

#quiz-header{}
#quiz-start-screen{
	width: 100%;
	padding: 0;
	text-align: center;
}
#quiz-start-screen h3{
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.03em;
	line-height: 2.0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}
#quiz-start-screen h3 br.res{display: none;}

#quiz-start-screen .quizTopImage{
	width: 65%;
	max-width: 360px;
	margin: 30px auto;
}
#quiz-start-screen .quiz-start-button{
	display: inline-block;
	padding: 0.6em 2em;
	background: #FFF;
	color: #EA5920;
	font-size: 24px;
	font-weight: 500;
	border: 2px solid #FEDA15;
	border-radius:50px;
	margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
#quiz-start-screen .quiz-start-button:hover{
	background: #FEDA15;
	color:#EA5920 !important;
}
}

/*-----------*/

#quiz-counter{
	position: relative;
	top: 0;
	max-width: 730px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	display: none !important;
}

#quiz-results-screen{}

.question{
	font-size: 20px;
	letter-spacing: 0.03em;
	margin-top: 30px;
	text-align: center;
}
.question span{
	font-family:'DINPro-Medium';
	color:#FEDA15;
	font-size: 45px;
	display: block;
}
.question br.res{display: none;}


.answers {
	list-style: none;
	padding: 0;
	margin: 30px auto 0;
	max-width: 700px;
}
.answers a{
	display: block;
	padding: 0.8em 1.5em;
	margin-bottom: 10px;
	background: #FFF;
	border: 2px solid #CCC;
	font-size: 18px;
	border-radius:50px;
}

@media screen and (min-width: 769px) {
.answers a:hover{
	background: #EEEEEE;
	color :#000 !important;
}
}
.answers a.correct {
	background: #11AD67;
	border-color: #11AD67;
}
.answers a.incorrect {
	background: #EA5A21;
	border-color: #EA5A21;
}
.answers a.correct,
.answers a.incorrect,
.answers a.correct:hover,
.answers a.incorrect:hover{
	color: #fff !important;
}


#quiz-controls{
	font-size: 16px;
	line-height: 1.8;
	max-width: 800px;
	margin: 30px auto 0;
	text-align: center;
}
#quiz-controls h3{
	width: 100%;
	text-align: center;
	font-size: 33px;
	line-height: 1;
}
#quiz-controls h3.corr{
	color: #11AD67;
}
#quiz-controls h3.incorr{
	color: #EA5A21;
}
#quiz-controls h4{
	text-align: center;
	margin-top: 15px;
}
#quiz-controls .commentImage01{
	width: 80%;
	margin: 0 auto;
	max-width: 700px;
	margin-top: 30px;
}
#quiz-controls .commentImage02{
	width: 60%;
	margin: 0 auto;
	max-width: 400px;
	margin-top: 30px;
}
#quiz-controls .commentImage03{
	width: 90%;
	margin: 0 auto;
	max-width: 650px;
	margin-top: 30px;
}
#quiz-controls .comment{
	margin-top: 20px;
	text-align: left;
}


ruby{
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}
ruby rt{}


#quiz-response {}
#quiz-results {
	text-align: center;
	font-size: 20px;
	padding: 60px 0;
}
#quiz-results span{
	font-family:'DINPro-Medium';
	color:#EA5A21;
	font-size: 40px;
	margin:0 8px;
}

#quiz-buttons a,
.quiz-container .quiz-button{
	display:inline-block;
	padding: 0.5em 2em;
	background: #FFF;
	color: #EA5920;
	text-align: center;
	margin:0 auto;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	border: 2px solid #FEDA15;
	border-radius:50px;
}
/*
#quiz-buttons a {
	background: #fff;
	color: #333;
}
*/

@media screen and (min-width: 769px) {
#quiz-buttons a:hover,
.quiz-container .quiz-button:hover{
  background: #FEDA15;
}
}

/* Quiz State Overrides */
.quiz-results-state #quiz-controls {
	background: none;
	padding: 0;
}
.quiz-results-state #quiz-buttons a {}




/*----------------------------------------------------------*/



.difference{
	width: 100%;
	padding: 140px 0 150px;
}

.difference a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (min-width: 769px) {
.difference a:hover{opacity:0.6;}
}

.difference .image{
	 width: 90%;
	max-width: 1100px;
	margin:60px auto 0;
	overflow: hidden;
}
.difference .image .pcSet{display: block;}
.difference .image .spSet{display: none;}
.difference .answer{
	width: 230px;
	margin: 40px auto 0;
}




/*----------------------------------------------------------*/




.connect{
	width: 100%;
	background: #E7F6FB;
	padding: 150px 0;
	color: #006EB2;
}
.connect .list{
	width: 90%;
	max-width: 1100px;
	margin:100px auto 0;
}
.connect .list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.connect .list ul li{
	width: 45%;
	font-size: 12px;
	margin-bottom: 10%;
}
.connect .list ul li:last-child{margin-bottom: 0;}

.connect .list h4{
	width: 90%;
	max-width: 400px;
	margin-bottom: 15px;
}

.connect .list .dl{
	width: 100%;
	margin: 20px auto 40px;
	text-align: center;
}
.connect .list .dl a{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	display: inline-block;
	border-radius: 30px;
	padding: 0.5em 1.5em;
	color: #FFF;
	white-space: nowrap;
	background: #0075BD;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
@media (min-width: 769px) {
.connect .list .dl a:hover{background:#FFD000;}
}


.connect .kids{
	width: 100%;
}
.connect .kids h5{
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
}
.connect .kids p{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;  
}
.connect .adult{
	margin-top: 25px;
	border-top: 1px solid #0075BD;
	padding-top: 25px;
}
.connect .adult h5{
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin-bottom: 10px;
}
.connect .adult p{
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.8;
}



/*----------------------------------------------------------*/



.coloring{
	width: 100%;
	background:#FFF url("../images/coloring_bk.jpg") top right no-repeat;
	background-size:494px;
	position: relative;
	overflow: hidden;
	padding: 150px 0 100px;
}
.coloring .pen{
	position: absolute;
	top: -2%;
	left: 6%;
	width: 312px;
	z-index: 5;
}

.coloring .list{
	width: 90%;
	max-width: 1100px;
	margin:150px auto 0;
}
.coloring .list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.coloring .list ul li{
	width: 47.5%;
	margin-bottom: 7%;
}
.coloring .list ul li:last-child{margin-bottom: 0;}

.coloring .list .dl{
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.coloring .list .dl a{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	display: inline-block;
	border-radius: 30px;
	padding: 0.5em 1.5em;
	color: #FFF;
	background: #EB6120;
	white-space: nowrap;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
@media (min-width: 769px) {
.coloring .list .dl a:hover{background:#FFD000;}
}


.coloring .attention{
	width: 90%;
	max-width: 1080px;
	margin: 20px auto 0;
}
.coloring .attention p{
	text-align: right;
	font-size: 14px;
}
.coloring .attention p br{display: none;}




/*------------------------------------------------------------------------------------------*/




@media(max-width: 1080px) {


.playS02 .playS02Title h2{width: 460px;}
.playS02 .playS02Title h3{font-size: 22px;}
	
.playS02.feeling{margin-top: 60px;}
.playS02.hellymally{margin-top: 240px;}

.playS02.feeling .playS02Title .illust.i01{top: -100px;left:calc(50% - 350px);width: 130px;}
.playS02.feeling .playS02Title .illust.i02{bottom: -40px;left:calc(50% + 200px);width: 80px;}

.playS02.hellymally .playS02Title .illust.i01{top: -100px;left:calc(50% + 180px);width: 170px;}
.playS02.hellymally .playS02Title .illust.i02{bottom: -50px;left:calc(50% - 340px);width: 80px;}

.playS02.feeling .illustMain{padding:40px 0 20px;}
.playS02.hellymally .illustMain{padding:50px 0 20px;}

.playS02 .message p{font-size: 20px;}

.playS02 .playBT{font-size: 24px;margin-top: 25px;}

/*--------*/

.play .categoyTitle h2{max-width: 530px;padding-bottom: 25px;}
.play .categoyTitle h3{font-size: 18px;}

/*--------*/

.quiz{margin-top: 130px;padding: 110px 0 100px;}
#quiz-start-screen h3{font-size: 18px;}

/*--------*/

.difference{padding: 120px 0 120px;}
.difference .image{margin-top: 50px;}

/*--------*/

.connect{padding: 120px 0;}
.connect .list ul li{width: 47%;}
.connect .list .dl a{font-size: 18px;}

/*--------*/

.coloring{background-size:42%;}
.coloring .pen{left: 5%;width: 25%;}
.coloring .list{margin-top:10vw;}
.coloring .list ul li{width: 48.5%;}
.coloring .list .dl a{font-size: 18px;}

}



@media (max-width: 850px) {

}


/*==========================================================*/



@media(max-width: 768px) {


.playS02 .playS02Title h2{width: 360px;}
.playS02 .playS02Title h3{font-size: 19px;}

.playS02.feeling{margin-top: 0px;}
.playS02.hellymally{margin-top: 30vw;}

.playS02.feeling .playS02Title .illust.i01{top: -80px;left:calc(50% - 300px);width: 110px;}
.playS02.feeling .playS02Title .illust.i02{bottom: -40px;left:calc(50% + 160px);width: 70px;}

.playS02.hellymally .playS02Title .illust.i01{top: -90px;left:calc(50% + 140px);width: 150px;}
.playS02.hellymally .playS02Title .illust.i02{bottom: -50px;left:calc(50% - 300px);width: 70px;}

.playS02 .illustMain{width: 80%;}
.playS02 .message p{font-size: 18px;}

.playS02 .playBT{font-size: 22px;margin-top: 25px;}


/*--------*/

.play .categoyTitle h2{max-width: 480px;padding-bottom: 20px;}
.play .categoyTitle h3{font-size: 17px;}

/*--------*/

.quiz{margin-top: 15vw;padding: 15vw 0;min-height:85vw;}

#quiz-start-screen h3{font-size: 17px;line-height:1.9;}
#quiz-start-screen .quiz-start-button{font-size: 20px;}
#quiz-start-screen .quizTopImage{width:50%;max-width:300px;margin:20px auto;}

.question{font-size:16px;margin-top: 20px;}
.answers a{font-size: 16px;}
#quiz-controls{font-size: 15px;}
#quiz-controls h3{font-size: 30px;}

#quiz-controls .commentImage02{max-width: 350px;}

#quiz-results {font-size: 18px;}
#quiz-results span{font-size: 36px;}

/*-----------*/

.difference{padding: 15vw 0;}
.difference .image{width: 75%;margin-top:8vw;}
.difference .image .pcSet{display: none;}
.difference .image .spSet{display: block;}
.difference .answer{width: 230px;margin-top: 40px;}

/*-----------*/

.connect{padding: 15vw 0;}
.connect .list{margin-top:12%;width: 80%;}
.connect .list ul{display: block;}
.connect .list ul li{width: 100%;margin-right: 0%;margin-bottom: 18%;}
.connect .list .dl a{font-size: 18px;}

/*-----------*/

.coloring{padding: 15vw 0 4vw;}
.coloring .pen{left: -4%;top: 1%; width: 25%;}

.coloring .list{width: 80%;margin-top: 10vw;}
.coloring .list ul{display: block;}
.coloring .list ul li{width: 100%;margin-bottom: 10%;}

.coloring .attention{margin-top:10vw;}
.coloring .attention p{text-align: center;font-size: 14px;}


}




@media(max-width: 650px) {


.playS02 .playS02Title h2{width: 300px;}
.playS02 .playS02Title h3{font-size: 17px;}


.playS02.feeling{margin-top: 80px;}
.playS02.hellymally{margin-top: 35vw;}


.playS02.feeling .playS02Title .illust.i01{top: -110px;left:calc(50% - 150px);width: 100px;}
.playS02.feeling .playS02Title .illust.i02{bottom: -40px;left:calc(50% + 120px);width: 60px;}

.playS02.hellymally .playS02Title .illust.i01{top: -90px;left:calc(50% + 40px);width: 140px;}
.playS02.hellymally .playS02Title .illust.i02{bottom: -55px;left:calc(50% - 200px);width: 60px;}


.playS02 .illustMain{width: 95%;}
.playS02 .message p{font-size: 17px;}
.playS02 .playBT{font-size: 20px;}


/*-----------*/


.play .categoyTitle h2{max-width: 400px;padding-bottom: 20px;}
.play .categoyTitle h3{font-size: 17px;}

/*-----------*/

.quiz{margin-top: 17vw;padding: 17vw 0;min-height:105vw;}
#quiz-start-screen h3 br.res{display: block;}

.quiz-container {width: 90%;}
#quiz-start-screen .quizTopImage{width:50%;max-width:none;}
#quiz-start-screen .quiz-start-button{font-size:18px;}
.question span{font-size: 35px;}
.question br.res{display: block;}

#quiz-buttons a,
.quiz-container .quiz-button{font-size:16px;}

.answers {margin-top:20px;}
.answers a{font-size: 15px;}

#quiz-controls h3{font-size:28px;}

/*-----------*/

.difference{padding: 17vw 0;}

.difference .image{width: 85%;}
.difference .answer{width:45%;}

/*-----------*/

.connect{padding: 17vw 0;}
.connect .list{width: 85%;}
.connect .list h4{width: 75%;}

/*-----------*/

.coloring{padding: 45vw 0 8vw;background-size:60%;}
.coloring .pen{top:6vw;left:-7%;width: 38%;}
.coloring .list{width: 85%;margin-top: 10vw;}
.coloring .list ul li{margin-bottom: 13vw;}
.coloring .list .dl{margin-top: 20px;}

}




@media(max-width: 480px) {


.playS02 .playS02Title h2{width: 270px;}
.playS02 .playS02Title h3{font-size: 15px;}
.playS02 .playS02Title h3 br.res{display: block;}

.playS02.feeling{margin-top: 50px;}
.playS02.hellymally{margin-top: calc(26vw + 80px);}


.playS02.feeling .playS02Title .illust.i01{top: -100px;left:calc(50% - 130px);width: 90px;}
.playS02.feeling .playS02Title .illust.i02{bottom: -40px;left:calc(50% + 80px);width: 60px;}

.playS02.hellymally .playS02Title .illust.i01{top: -75px;left:calc(50% + 30px);width: 115px;}
.playS02.hellymally .playS02Title .illust.i02{bottom: -25px;left:calc(50% - 155px);width: 55px;}

.playS02.feeling .illustMain{width:100%;}

.playS02 .message p{font-size: 15px;}
.playS02 .playBT{font-size: 19px;}

/*-----------*/

.play .coloring .categoyTitle h2{width: 88%;}

.play .categoyTitle h3{font-size: 15px;line-height: 1.8;}
.play .categoyTitle h3 br.res{display: block;}

/*-----------*/

.quiz{margin-top: 20vw;padding: 20vw 0;min-height:125vw;}
#quiz-start-screen h3 br.res{display: block;}

#quiz-start-screen h3{font-size: 15px;}
#quiz-start-screen .quizTopImage{width:60%;}
#quiz-start-screen .quiz-start-button{font-size:16px;}
.question{font-size:15px;}
.question span{font-size: 33px;}
.answers a{padding: 0.7em 1.5em;margin-bottom: 7px;}

#quiz-controls{font-size: 14px;}
#quiz-controls h3{font-size: 26px;}

#quiz-results {font-size: 17px; padding: 17% 0 15%;}
#quiz-results span{font-size: 32px;}

#quiz-buttons a,
.quiz-container .quiz-button{font-size: 16px;}


/*-----------*/

.difference{padding: 20vw 0;}
.difference .image{width:90%;}
.difference .answer{width:55%;margin-top:30px;}

/*-----------*/


.connect{padding: 20vw 0 24vw;}
.connect .list{width: 88%;margin-top: 17vw;}
.connect .list h4{width: 80%;}

.connect .list .dl a{font-size: 17px;}

.connect .list ul li{margin-bottom:22%;}
.connect .kids h5{font-size: 18px;}
.connect .kids p{font-size: 15px;}
.connect .adult h5{font-size: 15px;line-height: 1.7;}
.connect .adult p{font-size: 13px;line-height: 1.7;}

/*-----------*/

.coloring .list{width: 88%;}
.coloring .list .dl a{font-size: 17px;}
.coloring .attention p br{display: block;}

}




@media (max-width: 360px) {

#quiz-start-screen h3{font-size: 15px;}
.question{font-size:14px;}
.answers a{font-size: 14px;}
#quiz-controls{font-size: 14px;}
#quiz-controls h3{font-size: 24px;}
#quiz-buttons a,
.quiz-container .quiz-button{font-size: 15px;}

#quiz-results {font-size: 16px;}
#quiz-results span{font-size: 30px;}

/*-----------*/


}





































