@charset "UTF-8";
.sp_only {
	display: none;
}
.sp_only_important {
	display: none !important;
}
.sp_only_inline {
	display: none !important;
}
@media only screen and (max-width: 640px) {
	.sp_only_inline {
		display: inline-block !important;
	}
	.sp_only_important {
		display: block !important;
	}
}
@media only screen and (max-width: 640px) {
	.pc_only {
		display: none;
	}
	.pc_only_important {
		display: none !important;
	}
	.sp_only {
		display: block;
	}
}

html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: #fff;
	/*scroll-padding-top: 100px;
	scroll-behavior: smooth;*/
}
@media only screen and (min-width: 768px) {
	html {
	
	}
}

body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14pt;
	/*font-size: 1rem;*/
	color: #2E3192;
	vertical-align: baseline;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.6;
	 /* letter-spacing: 0.1em;*/
	position: relative;
	background: #ddefff;
	text-align: center;
	font-weight: 400;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #333;
	cursor: pointer;
	outline: none;
	z-index:999;
}

input[type=submit] {
	cursor: pointer;
	border: none;
}

textarea {
	resize: vertical;
	overflow: hidden;
}

input, select {
	vertical-align: middle;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-appearance: none;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

li {
	list-style: none;
}

address {
	font-style: normal;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	text-decoration:underline;
}
a img {
	outline: none;
}
a:hover, a li:hover, a img:hover {
	/*opacity: 0.7;*/
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	user-select: none;
}

/* ----------------------------------------------------------------------------------
 *
 * ヘッダー
 *
 * ---------------------------------------------------------------------------------- */
html {
	width: 100%;
	/*scroll-padding-top: 60px;*/
}
body {
	width: 100%;
}

header {
	width: 100%;
	background: #fff;
	z-index: 101;
}
.header_in {
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.header_in ul {
	display: flex;
}
.header_in .links {
	width: 70%;
	margin-right: 10%;
	margin-left: 5%;
}
.header_in .links li {
	margin-right: 4%;
}
.header_in .links li:last-of-type {
	margin-right: 0;
}
.header_in .links li a {
	display: block;
}
.btn_menu {
	
}

/******************/
/*メインコンテンツ*/
/******************/
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	
}
/* sp_menu */
.sp_menu {
	position: fixed;
	width: 100%;
	z-index: 120;
	background: #00799B;
	padding-bottom: 5rem;
	display: none;
}
.sp_menu .btn_close {
	width: 14vw;
	position: absolute;
	top: 4vw;
	right: 4vw;
	cursor: pointer;
}
.sp_menu .links_sp {
	width: 80%;
	margin: 30% auto 0;
	text-align: left;
	color:#fff;
	font-size: 1.2em;
	font-weight: 700;
}
.sp_menu .links_sp li {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	padding: 0 2%;
	position: relative;
}
.sp_menu .links_sp li:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -3px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #fff;
}
.sp_menu .links_sp li:last-of-type {
	
}
.sp_menu .links_sp li a {
	display: block;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	text-decoration: none;
}
.sp_menu .links_sp li span {
	display: block;
	padding-top: 1.5rem;
}
.sp_menu .links_sp .sub_link {
	padding: 0;
	margin-left: 1em;
	font-weight: 400;
	font-size: 0.9em;
}
.sp_menu .links_sp .sub_link:last-of-type {
	padding-bottom: 1rem;
}

/* main */
main {
	margin: 0 auto;
	width: 1280px;
	/*box-shadow: 6px 0px 8px 0 rgb(0 0 0 / 0.3), -6px 0px 8px 0 rgb(0 0 0 / 0.3);*/
	/*position: fixed;*/
	position: relative;
	z-index: 19;
	background: #fff url("../img/bg_dot.png") repeat;
	background-size: 0.5%;
	padding-bottom: 8rem;
}
.main_in {
	width: 100%;
}
main img {
	vertical-align: middle;
}
main h2 {
	width: 100%;
	margin: 0 auto 0;
}

.btn_float {
	position: fixed;
	width: 180px;
	top: 18.5vw;
	margin-left: 1069px;
	z-index: 100;
}
.btn_quest {
	margin-top: -5%;
}

/* whats_area */
.whats_area {
	padding: 7rem 0 12rem;
	background: url("../img/bg_whats.png") no-repeat;
	background-size: 100%;
}
.whats_area h2 {
	width: 60%;
	margin: 0 auto 0 20%;
}
.whats_area .youtube {
	width: 100%;
	height: 30rem;
	position: relative;
	margin-top: 2rem;
}
.whats_area .youtube iframe {
	width: 100%;
	height: 100%;
	position: relative;
}
.whats_area .txt_area {
	width: 82%;
	padding: 4rem 0;
	margin: 2rem auto 0;
	background: rgb(255 255 255 / 0.7)
}
.whats_area p {
	width: 64%;
	margin: 0 auto 0 29%;
	line-height: 2.4;
	text-align: left;
	font-size: 0.8em;
	font-weight: 700;
}
.whats_area .link_area a {
	width: 72%
}

/* date_area */
.date_area {
	width: 100%;
	background: #E3D0F2;
	padding: 1rem 0 2rem;
	text-align: center;
}
.date_area h3 {
	width: 16%;
	background: #fff;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0.5rem 0;
}
.date_area p {
	font-size: 1.5em;
	font-weight: 900;
	margin-top: 1.1rem;
	letter-spacing: 2px;
	line-height: 1;
}

.img_area {
	width: 100%;
	height: 100%;
	margin: 2rem auto 0;
	display: flex;
}
.img_area .slick-list {
}
.img_area li {
	width: 100%;
	margin: 0 0.3%;
}
.img_area img {
	width: 100%;
	object-fit: cover;
}

/* story_area */
.story_area {
	width: 100%;
	padding: 3rem 0 10rem;
	position: relative;
}
.story_area h2 {
	width: 24%;
	margin: 0 auto 0 35%;
}
.story_area p {
	line-height: 2.6;
	font-weight: 700;
	font-size: 0.9em;
	margin-top: 6rem;
}
.img_cat01 {
	width: 21%;
	position: absolute;
	right: 12%;
	top: 10%;
}
.img_cat02 {
	width: 18%;
	position: absolute;
	left: 12%;
	bottom: 0;
}

/* concept_area */
.concept_area {
	width: 100%;
	padding: 9rem 0 3rem;
	background: url("../img/bg_concept.png") no-repeat;
	background-size: 100%;
}
.concept_area h2 {
	width: 70%;
	margin: 0 auto 0 13%;
}
.txt_concept {
	width: 50%;
	position: relative;
	padding: 3rem 0 2rem;
	margin: 4rem 0 0 0;
}
.txt_no {
	font-family: "Gravitas One", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.4em;
	position: absolute;
	top: -2.8rem;
	text-shadow: 2px 2px 0px #fff;
}
.txt_concept h3 {
	color: #A5178E;
	font-weight: 900;
	margin-left: 4rem;
	text-align: left;
	margin-top: -4.8rem;
	font-size: 1.5em;
}
.txt_concept p {
	margin: 1rem 0 0 4rem;
	font-weight: 700;
	text-align: left;
	line-height: 2;
	font-size: 0.9em;
}
.concept01 {
	background: url("../img/bg_concept01.png") no-repeat;
	background-size: 100% 100%;
	margin: 4rem 0 0 15rem;
	width: 48%;
}
.concept01 .txt_no {
	left: 0%;
	
}
.concept02 {
	background: url("../img/bg_concept02.png") no-repeat;
	background-size: 100% 100%;
	margin: 4rem 0 0 33rem;
	width: 45%;
}
.concept02 .txt_no {
	left: -1%;
}
.concept03 {
	background: url("../img/bg_concept03.png") no-repeat;
	background-size: 100% 100%;
	margin: 4rem 0 0 55rem;
	width: 44%;
}
.concept03 .txt_no {
	left: -1%;
}

/* map_area */
.map_area {
	width: 80%;
	background: #fff;
	padding: 2rem 0 3rem;
	margin: 3rem auto 0;
}
.map_area h2 {
	width: 30%;
	margin: 0 auto 0 31%;
}
.img_map {
	width: 82%;
	margin: 2rem auto 0;
}

/* play_area */
.play_area {
	width: 100%;
}
.play_area h2 {
	width: 24%;
	margin: 3rem auto 0 37%;
}
.play_area ul {
	width: 84%;
	margin: 3rem auto 0;
	display: flex;
}
.play_area li {
	width: 21%;
	margin-right: 5%;
}
.play_area li:last-of-type {
	margin-right: 0;
}
.play_area .img_play {
	display: block;
	width: 100%;
	margin: 0 auto 2rem;
}
.play_area .sttl_play {
	display: block;
	width: 60%;
	margin: 0 auto 1rem;
	background: #2E3192;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
}
.play_area .txt_play {
	display: block;
	width: 90%;
	margin: 0 auto 0;
	font-weight: 700;
}

/* beginer_area */
.beginer_area {
	width: 100%;
	padding: 8rem 0 4rem;
}
.beginer_area h2 {
	width: 48%;
	margin: 0 auto 0 23%;
}
.beginer_area .beginer_points {
	width: 90%;
	margin: 3rem auto 0;
	display: flex;
	
}
.beginer_area .points {
	width: 31%;
	margin-right: 2.2%;
	position: relative;
	background: #F2E6FB;
	border: 2px solid #2E3192;
	border-radius: 10px;
	padding: 2rem 0;
}
.beginer_area .points:last-of-type {
	margin-right: 0;
}
.beginer_area .points .icon_beginer {
	position: absolute;
	left: -1rem;
	top: -2.3rem;
	width: 20%;
}
.beginer_area .points h3 {
	color: #A5178E;
	font-weight: 700;
	text-align: left;
	margin-left: 8rem;
	font-size: 1.5em;
	letter-spacing: -1px;
}
.beginer_area .points .img_beginer01 {
	width: 40%;
	margin:0 auto 0;
}
.beginer_area .points .img_beginer02 {
	width: 52%;
	margin: 0 auto 0;
}
.beginer_area .points .img_beginer03 {
	width: 80%;
	margin: 3rem auto 0;
}
.beginer_area .points p {
	font-size: 0.9em;
	width: 90%;
	margin: 2rem auto 0;
	font-weight: 700;
}

/* howto_area */
.howto_area {
	padding: 10rem 0 19rem;
	background: url("../img/bg_howto.png") no-repeat;
	background-size: 100%;
}
.howto_area h2 {
	width: 32%;
	margin: 0 auto 0 31%;
}
.howto_area .steps_area {
	display: flex;
	width: 96%;
	margin: 3rem auto 0;
}
.steps_area .step {
	width: 24%;
	margin-right: 1.3%;
	background: #fff;
	border: 2px solid #2E3192;
	border-radius: 10px;
	box-shadow: 5px 5px 0 0 #DAB7E5;
	padding: 1rem 1rem 3rem;
}
.steps_rea .step:last-of-type {
	margin-right: 0;
}
.steps_area .step a {
	width: 80%;
	display: block;
	background: #B98ADE;
	border-radius: 30px;
	box-shadow: 0 3px 0 0 #2E3192;
	font-weight: 700;
	margin: 3rem auto 0;
	text-decoration: none;
	padding: 0.5rem 0;
	font-size: 0.9em;
}
.howto_area h3 {
	font-family: "Limelight", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	color: #DAB7E5;
	text-align: left;
	line-height: 1;
}
.howto_area .img_step {
	width: 100%;
	margin: 0 auto 0;
}
.howto_area h4 {
	font-weight: 900;
	font-size: 1.2em;
	margin-top: 0.5rem;
}
.howto_area p {
	font-size: 0.8em;
	font-weight: 700;
	margin-top: 2rem;
}

/* voice_area */
.voice_area {
	width: 100%;
	padding: 4rem 0 4rem;
}
.voice_area h2 {
	width: 28%;
	margin: 0 auto 0 32%;
}
.btn_area {
	position: relative;
	width: 88%;
	margin: -18rem auto 0;
	height: 45em;
}
.img_voice {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.btn_area a {
	width: 25%;
	position: absolute;
	left: 38.5%;
	top: 50%;
	z-index: 5;
}
.msg_click {
	background: #F2E6FB;
	width: 45%;
	margin: 2rem auto 0;
	padding: 2rem 0;
}
.search_tag {
	font-weight: 700;
}
.search_tag span {
	color: #A5178E;
}

/* practice_area */
.practice_area {
	width: 100%;
	padding: 11rem 0 5rem;
	background: url("../img/bg_practice.png") no-repeat;
	background-size: 100%;
	margin-top: -14rem;
}
.practice_area h2 {
	width: 58%;
	margin: 0 auto 0 18%;
}
.quest_area {
	width: 55%;
	margin: 1rem auto 0;
	background: #fff;
	border: 2px solid #2E3192;
	padding: 6rem 3rem 4rem;
	box-shadow: 5px 5px 0 0 #DAB7E5;
	position: relative;
}
.btn_hint {
	position: absolute;
	width: 15%;
	top: 3%;
	right: 4%;
	cursor: pointer;
	z-index: 10;
}

/* information_area */
.information_area {
	width: 100%;
	padding: 5rem 0;
	position: relative;
}
.information_area .img_item {
	width: 23%;
	position: absolute;
	top: 15%;
	right: 20%;
}
.information_area h2 {
	width: 24%;
	margin: 0 auto 0 34%;
}
.information_area dl {
	width: 56%;
	margin: 1rem auto 0 26%;
	display: flex;
	align-items: flex-start;
}
.information_area dl:first-of-type {
	margin-top: 4rem;
}
.information_area dt {
	width: 20%;
	color: #fff;
	background: #2E3192;
	border-radius: 30px;
	font-weight: 600;
	margin-right: 3%;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}
.information_area dd {
	width: 80%;
	color: #2E3192;
	font-weight: 700;
	text-align: left;
}
.txt_attention {
	font-size: 0.8em;
	font-weight: 500;
}
.txt_shop {
	margin-top: 1rem;
}
.txt_shop:first-of-type {
	margin-top: 0;
}
.ttl_shop {
	font-size: 1.1em;
	margin-top: 2rem;
}
.txt_address {
	font-size: 0.8em;
	font-weight: 500;
}

/*
.information_area p.txt_link a:link,
.information_area p.txt_link a:visited,
.information_area p.txt_link a:hover,
.information_area p.txt_link a:active {
	color: #4f1302;
}*/

/* faq_area */
.faq_area {
	width: 100%;
	padding: 3rem 0 3rem;
}
.faq_area h2 {
	width: 31%;
	margin: 0 auto 0 31%;
}
.faq_area dl {
	width: 80%;
	margin: 0 auto 2rem;
	padding: 0 1rem 1.5rem;
	font-weight: 400;
	text-align: left;
}
.faq_area dl:first-of-type {
	margin-top: 4rem;
}
.faq_area dt {
	width: 100%;
	padding: 0.5em 1em 0.6em 2.5em;
	position: relative;
	z-index: 4;
	background: linear-gradient(
		90deg, #BBDDFF 0% 3%, #EAD1F1 3% 100%
	);
	box-shadow: 3px 3px 0 0 rgb(46 49 146 / 0.7);
	margin-bottom: 0.5rem;
}
.faq_area dd {
	width: 100%;
	padding: 0.5em 1em 0.6em 2.5em;
	position: relative;
	z-index: 4;
	background: linear-gradient(
		90deg, #BBDDFF 0% 3%, #fff 3% 100%
	);
	box-shadow: 3px 3px 0 0 rgb(46 49 146 / 0.7);
}
.faq_area dt:after {
}
.faq_area dt .txt_q,
.faq_area dd .txt_a {
	position: absolute;
	left: -3rem;
	top: 0.1em;
	font-size: 2.6em;
	line-height: 1;
	text-shadow: 2px 2px 0px #fff;
}
.faq_area dt .txt_q {
	font-family: "Gravitas One", serif;
	font-weight: 400;
	font-style: normal;
	color: #2E3192;
}
.faq_area dd .txt_a {
	font-family: "Gravitas One", serif;
	font-weight: 400;
	font-style: normal;
	color: #A5178E;
}
.faq_area dt p {
	font-size: 1.6em;
	font-weight: 900;
	text-shadow: 2px 2px 0px #fff;
}
.faq_area dd p {
	font-size: 1em;
	font-weight: 700;
}
.faq_area a {
	color: #000;
	font-weight: 700;
}

.btn_inquiry {
	width: 60%;
	text-align: center;
	margin: 4rem auto 0;
}


/* bnr_area */
.bnr_area {
	padding: 2rem 0;
	width: 80%;
	margin: 0 auto;
	
}

/**************************************/
/* 練習問題 */
/**************************************/

/* inputarea */
.inputarea {
	width: 100%;
	margin: 3rem auto 0;
	position: relative;
	text-align: center;
	/*padding-bottom: 20%;*/
	z-index: 5;
}
.inputarea form {
	width: 76%;
	margin: 0 auto;
}
.msg_area {
	width: 100%;
	margin: 1rem 0 0;
}
.img_batsu {
	position: absolute;
	width: 17%;
	left: 6%;
	top: -16%;
	z-index: 3;
	display: none;
}
.txt_error {
	display: none;
	text-align: center;
	font-weight: 700;
	/*color: #4f1302;*/
}
.formarea {
	display: flex;
	margin-top: 0;
}
.formarea input {
	width: calc( 100% - 26%);
	height: 100%;
	height: 2em;
	padding-left: 2%;
	font-size: 1.6em;
	border: 3px solid #2E3192;
	/*border-radius: 5px;*/
	box-shadow: inset 2px 2px 0 0 #ccc;
}
.keyword {
	background-color: white;
}
.btn_submit {
	width: 28%;
	cursor:pointer;
	/*background: #00799B;
	border-radius: 4px;
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;*/
	background: url("../img/btn_send.png") no-repeat;
	background-size: 100%;
	padding-top: 3em;
	border: 0;
	margin-left: 2%;
	
}
.txt_correct {
	display: none;
	font-weight: 700;
}
/* ヒント */
.popup_bg {
	position: fixed;
	background: rgb(46 49 146 / 0.3);
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
}
.popup_bg.on {
	display: flex;
}
.popup {
	width: 70%;
	margin: 0 auto 0;
	padding: 2rem 4rem 4rem;
	position: relative;
	z-index: 201;
	text-align: center;
	background: #fff;
	border: 2px solid #2E3192;
	box-shadow: 2px 2px 0 0 #DAB7E5;
}
.popup h2 {
	font-size: 1.6em;
	font-weight: 700;
}
.popup h2 span {
	background: linear-gradient(transparent 80%, #FFF15C 80%);
	display: inline-block;
	line-height: 1.2;
}
.popup p {
	width: 80%;
	margin: 3rem auto 0;
	text-align: left;
	font-size: 0.9em;
	font-weight: 700;
}
.popup_close {
	position: absolute;
	width: 2em;
	height: 2em;
	right: 1em;
	top: 1em;
	z-index: 202;
	cursor: pointer;
	/*background: url("../img/practice/btn_close.png") no-repeat;
	background-size: 100%;
	background: rgba(200,0,0,0.5);*/
}
.popup_close:before {
	content: "";
	display: block;
	width: 1px;
	height: 1.8em;
	background: #2E3192;
	transform: rotate(45deg);
	position: absolute;
	z-index: 203;
	right: 15px;
	top: 7px;
}
.popup_close:after {
	content: "";
	display: block;
	width: 1px;
	height: 1.8em;
	background: #2E3192;
	transform: rotate(-45deg);
	position: absolute;
	z-index: 204;
	right: 15px;
	top: 7px;
}

/* 正解 */
/* correct_popup */
.correct_popup_bg {
	position: fixed;
	background: rgb(46 49 146 / 0.3);
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
}
.correct_popup_bg.on {
	display: flex;
}
.correct_popup {
	width: 70%;
	margin: 0 auto 0;
	padding: 2rem 4rem 4rem;
	position: relative;
	z-index: 201;
	text-align: center;
	background: #fff;
	border: 2px solid #2E3192;
	box-shadow: 2px 2px 0 0 #DAB7E5;
}
.correct_popup p {
	width: 80%;
	margin: 0 auto 0;
	font-size: 0.9em;
	font-weight: 800;
}
.correct_popup_close {
	position: absolute;
	width: 2em;
	height: 2em;
	right: 1em;
	top: 1em;
	z-index: 202;
	cursor: pointer;
	/*background: url("../img/practice/btn_close.png") no-repeat;
	background-size: 100%;
	background: rgba(200,0,0,0.5);*/
}
.correct_popup_close:before {
	content: "";
	display: block;
	width: 1px;
	height: 1.8em;
	background: #2E3192;
	transform: rotate(45deg);
	position: absolute;
	z-index: 203;
	right: 15px;
	top: 7px;
}
.correct_popup_close:after {
	content: "";
	display: block;
	width: 1px;
	height: 1.8em;
	background: #2E3192;
	transform: rotate(-45deg);
	position: absolute;
	z-index: 204;
	right: 15px;
	top: 7px;
}
.img_correct {
	width: 76%;
	margin: 1rem auto 0;
	z-index: 1;
}
.img_correct_cat {
	width: 27%;
	position: absolute;
	left: 7%;
	bottom: 1%;
	z-index: 2;
}
.correct_popup .btn_post {
	color: #fff;
	font-weight: 700;
	background: #B98ADE;
	border-radius: 30px;
	width: 35%;
	margin: 1rem auto 0;
	position: relative;
	box-shadow: 2px 2px 0 0 rgb(227 208 242 / 0.8);
}
.correct_popup .btn_post a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1rem 0 1rem 1rem;
}
.correct_popup .btn_post:before {
	content: "";
	position: absolute;
	left: 0.3rem;
	top: calc( (50% - 0.6em) / 2);
	width: 2em;
	height: 2em;
	background: url("../img/icon_x.png") no-repeat;
	background-size: 100%;
}

/***************************/
/*Slick 上書き*/
/***************************/
/*.slick-dots {
	display: flex;
	width: 80%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.slick-dots button {
	background: #AAAAAA;
	border-radius: 10px;
	color: transparent;
	font-size: 0;
	width: 100%;
	padding: 5px;
	border: none;
}
.slick-dots li {
	width: 2%;
	margin-right: 7%;
}
.slick-dots li.slick-active button {
	background: #4E4E4E;
}*/


/**************************/
/*フッター*/
/*****************************/
footer {
	width: 100%;
	background: #C7EAFF;
	padding: 4rem 0 2rem;
	position: relative;
	/*box-shadow: 0px -3px 4px 1px rgb(106 82 32 / 0.2);*/
}
footer .logo_area {
	width: 39%;
	margin: 5rem auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .logo_area li {
}
footer .logo_area li:last-of-type {
	margin-right: 0;
}
.logo_square_enix {
	width: 42%;
	margin-right: 30%;
}
.logo_jr {
	width: 14%;
	margin-right: 14%;
}
.logo_nazoxnazo {
	width: 28%;
}
footer .copy_area {
	width: 90%;
	margin: 4rem auto 0;
	font-size: 0.7em;
	font-weight: 700;
	text-align: center;
}
footer .copy_area span {
	display: inline-block;
	margin-right: 3em;
}
footer .copy_area span:last-of-type {
	margin-right: 0;
}
.footer_in {
	width: 1280px;
	margin: 0 auto;
}

/*footer p {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	font-weight: 200;
	margin-bottom: 1rem;
}
footer p:last-of-type {
	margin-bottom: 0;
}
footer ul {
	display: flex;
	width: 46%;
	margin: 0 auto;
	align-items: center;
}
footer li {
	width: 50%;
}
footer li span {
	width: 84%;
	display: block;
	margin: 0 auto;
}
.logo_nazoxnazo {
	width: 56%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_nazoxnazo a {
	width: 38%;
	margin-left: 1%;
}*/

/*************
 SNS
***************/
.sns_area_wrap {
	width: 18%;
	margin: 0 auto 0;
}
.sns_area {
	width: 100%;
	margin: 0.8rem auto 0;
	vertical-align: middle;
	display: flex;
}
.sns_area li {
	width: 24%;
	margin-right: 14%;
}
.sns_area li:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width: 640px) {
	body {
		width: 100%;
		font-size: 13pt;
	}
	main {
		width: 100%;
		background-size: 2%;
		padding-bottom: 0;
	}
	.btn_float {
		width: 33%;
		top: 103vw;
		margin-left: auto;
		right: 1%;
	}
	.whats_area {
		padding: 3rem 0 4rem;
		background: url("../img/bg_whats_sp.png") no-repeat;
		background-size: 100%;
	}
	.whats_area .txt_area {
		width: 92%;
		padding: 3rem 0;
	}
	.whats_area h2 {
		width: 98%;
		margin: 0 auto;
	}
	.whats_area p {
		width: 88%;
		margin: 0 auto;
	}
	.date_area {
		padding: 1rem 0 1.5rem;
	}
	.date_area h3 {
		width: 43%;
		padding: 0.3rem 0;
		letter-spacing: 2px;
	}
	.img_area li {
		margin: 0 0.2%;
	}
	.story_area {
		padding: 3rem 0 3rem;
	}
	.story_area p {
		font-size: 0.7em;
		margin-top: 0;
	}
	.story_area h2 {
		width: 62%;
		margin: 0 auto 0 17%;
	}
	.img_cat01 {
		width: 42%;
		position: initial;
		display: block;
		margin: 0 auto;
	}
	.concept_area {
		padding: 7rem 0 3rem;
		background: url("../img/bg_concept_sp.png") no-repeat;
		background-size: 100%;
	}
	.concept_area h2 {
		width: 94%;
		margin: 0 auto 0 3%;
	}
	.concept01 {
		width: 94%;
		margin: 4rem auto 0;
	}
	.concept02 {
		width: 94%;
		margin: 2.8rem auto 0;
	}
	.concept03 {
		width: 94%;
		margin: 2.8rem auto 0;
	}
	.txt_concept h3 {
		font-size: 1.1em;
		margin-top: -4rem;
		margin-left: 3rem;
	}
	.txt_concept p {
		font-size: 0.7em;
		margin: 1rem 0 0 2rem;
		line-height: 2.2;
	}
	.txt_no {
		font-size: 2.2em;
		top: -2.2rem;
	}
	.map_area {
		width: 96%;
		margin: 6rem auto 0;
		padding: 1rem 0 3rem;
	}
	.map_area h2 {
		width: 68%;
		margin: 0 auto 0 15%;
	}
	.img_map {
		width: 96%;
		margin: 0rem auto 0;
	}
	.play_area h2 {
		width: 56%;
		margin: 4rem auto 0 18%;
	}
	.play_area ul {
		width: 90%;
		margin: 1rem auto 0;
		flex-wrap: wrap;
	}
	.play_area li {
		width: 47%;
		margin-right: 6%;
	}
	.play_area li:nth-child(2n) {
		margin-right: 0;
	}
	.play_area li:nth-child(n+3) {
		margin-top: 2rem;
	}
	.play_area .sttl_play {
		width: 68%;
	}
	.play_area .img_play {
		margin: 0 auto 1rem;
	}
	.play_area .txt_play {
		line-height: 1.3;
	}
	.beginer_area h2 {
		width: 99%;
		margin: 0 auto 0;
	}
	.beginer_area .beginer_points {
		flex-wrap: wrap;
		width: 78%;
	}
	.beginer_area .points {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3rem;
		padding: 1rem 0 2rem;
	}
	.beginer_area .points:last-of-type {
		margin-bottom: 0;
	}
	.beginer_area .points h3 {
		margin-left: 16vw;
		font-size: 1.1em;
	}
	.beginer_area .points p {
		font-size: 0.8em;
	}
	.beginer_area .points .icon_beginer {
		left: -1.8rem;
		width: 22%;
	}
	.beginer_area .points .img_beginer01 {
		width: 40%;
		margin: 2rem auto 0;
	}
	.beginer_area .points .img_beginer02 {
		width: 46%;
		margin: 2rem auto 0;
	}
	.beginer_area .points .img_beginer03 {
		width: 78%;
		margin: 2rem auto 0;
	}
	.howto_area {
		padding: 8rem 0 4rem;
		background: url("../img/bg_howto_sp.png") no-repeat;
		background-size: 100%;
	}
	.howto_area h2 {
		width: 75%;
		margin: 0 auto 0 7%;
	}
	.howto_area .steps_area {
		width: 78%;
		flex-wrap: wrap;
	}
	.howto_area p {
		margin-top: 1rem;
	}
	.steps_area .step {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.steps_area .step:last-of-type {
		margin-bottom: 0;
	}
	.steps_area .step a {
		margin: 1.4rem auto 0;
	}
	.voice_area h2 {
		width: 64%;
		margin: 0 auto 0 15%;
	}
	.msg_click {
		width: 84%;
		font-weight: 700;
		padding: 1.2rem 0;
	}
	.btn_area {
		width: 96%;
		margin: -5rem auto 0;
		height: auto;
	}
	.btn_area a {
		display: block;
		width: 49%;
		margin: -6rem auto 0 29%;
		position: initial;
	}
	.search_tag {
		font-size: 0.8em;
		width: 90%;
		margin: 0 auto 0 10%;
	}
	.img_voice {
		position: initial;
	}
	.practice_area {
		width: 100%;
		padding: 6rem 0 4rem;
		background: url("../img/bg_practice_sp.png") no-repeat;
		background-size: 100%;
		margin-top: -4rem;
	}
	.practice_area h2 {
		width: 90%;
		margin: 0 auto 0 3%;
	}
	.quest_area {
		width: 95%;
		margin: 2rem auto 0;
		padding: 2rem 1rem 2rem;
	}
	.btn_hint {
		width: 18%;
		top: 2%;
		right: 2%;
	}
	.inputarea {
		margin: 2.4rem auto 0;
	}
	.inputarea form {
		width: 100%;
	}
	.formarea input {
		width: calc(100% - 30%);
		font-size: 1.1em;
		padding: 5vw 2%;
		max-height: 3em;
	}
	.btn_submit {
		width: 28%;
		padding-top: 2em;
	}
	.information_area  {
		padding: 4rem 0;
	}
	.information_area .img_item {
		position: initial;
		width: 53%;
		margin: -1rem auto 0 27%;
	}
	.information_area h2 {
		width: 54%;
		margin: 0px auto 0 15%;
	}
	.information_area dl {
		width: 90%;
		margin: 1rem auto 0;
		display: block;
	}
	.information_area dl:first-of-type {
		margin-top: 1rem;
	}
	.information_area dt {
		font-size: 0.9em;
		letter-spacing: 2px;
		width: 30%;
		margin: 0 auto;
	}
	.information_area dd {
		width: 100%;
		font-size: 0.82em;
		margin: 0.4rem auto 0;
		text-align: center;
	}
	.txt_attention {
		line-height: 1.4;
		display: inline-block;
	}
	.txt_shop {
		margin-top: 2rem;
	}
	.txt_shop:first-of-type {
		margin-top: 1rem;
	}
	.faq_area {
	
	}
	.faq_area h2 {
		width: 63%;
		margin: 0 auto 0 15%;
	}
	.faq_area dl {
		width: 96%;
	}
	.faq_area dt {
		box-shadow: 6px 6px 0 0 rgb(46 49 146 / 0.7);
		margin-bottom: 0.8rem;
		padding: 0.5em 0.5em 0.6em 1.8em;
	}
	.faq_area dd {
		box-shadow: 6px 6px 0 0 rgb(46 49 146 / 0.7);
		margin-bottom: 0.8rem;
		padding: 0.5em 0.5em 0.6em 1.8em;
	}
	.faq_area dt p {
		font-size: 0.9em;
	}
	.faq_area dt.lineS_sp {
		padding: 1em 0.5em 1em 1.8em;
	}
	.faq_area dt .txt_q, .faq_area dd .txt_a {
		left: -1rem;
		top: 0.5em;
		font-size: 2em;
	}
	.faq_area dt.lineS_sp .txt_q, .faq_area dd.lineS_sp .txt_a {
		top: 1.1rem;
	}
	.faq_area dd p {
		font-size: 0.8em;
	}
	.fadein {
		opacity: 1 !important;
	}
	/*@keyframes fade-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}*/
	.footer_in {
		width: 100%;
	}
	footer .logo_area {
		width: 74%;
		margin: 6rem auto 0;
	}
	footer .logo_area img {
		vertical-align: middle;
	}
	.logo_square_enix {
		width: 55%;
		margin-right: 11%;
	}
	.logo_nazoxnazo {
		width: 34%;
	}
	
	/* SNS */
	.sns_area_wrap {
		width: 62%;
	}
	.sns_area li {
		width: 26.5%;
		margin-right: 10%;
	}
	
	/**********************/
	/* 練習問題 */
	/**********************/
	.popup {
		width: 90%;
		padding: 2rem 1rem 3rem;
		box-shadow: 4px 4px 0 0 #DAB7E5;
	}
	.popup p {
		width: 96%;
	}
	.correct_popup {
		width: 90%;
		padding: 2rem 1rem 3rem;
		box-shadow: 4px 4px 0 0 #DAB7E5;
	}
	.correct_popup p {
		width: 56%;
		margin: 1rem auto 0 30vw;
		text-align: left;
		font-size: 0.8em;
	}
	.img_correct {
		width: 74%;
		margin: -2rem auto 0 14%;
	}
	.correct_popup_close {
		right: 0.5em;
		top: 0.2em;
	}
	.correct_popup .btn_post {
		width: 70%;
		margin: 5rem auto 0;
	}
	.img_correct_cat {
		width: 38%;
		left: 3%;
		bottom: 21%;
	}
	.correct_popup .btn_post a {
		padding: 0.5rem 0 0.5rem 1rem;
	}
	.correct_popup .btn_post:before {
		top: calc((50% - 0.8em) / 2);
		width: 1.8em;
		height: 1.8em;
	}
	
	
	/*調整用*/
	.txt_xl {
		font-size: 5vw !important;
	}
	.txt_m {
		font-size: 3vw !important;
	}
}

/*
.popup_close:before {
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	z-index: 203;
	right: 15px;
	top: 7px;
}
.popup_close:after {
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	background: #fff;
	transform: rotate(-45deg);
	position: absolute;
	z-index: 203;
	right: 15px;
	top: 7px;
}
*/
/* 調整用 */
.txt_bold500 {
	font-weight: 500 !important;
}
.txt_bold600 {
	font-weight: 600 !important;
}
.txt_bold700 {
	font-weight: 700 !important;
}
.test {
	display: flex;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.test li,
.test div {
	background: #ddd;
	width: 40%;
	padding: 2%;
}
.test .cookie_disp {
	margin-right: 2%;
}
.test .cookie_delete {
	margin-right: 2%;
}
.font_gothic {
	font-family: "Noto Sans JP", sans-serif;
}
.txt_bold {
	font-weight: 700;
}
.txt_ex_bold {
	font-weight: 900;
}
.mgt0 {
	margin-top: 0 !important;
}
.mgb0_5rem {
	margin-bottom: 0.5rem;
}
.txt_red {
	color: #B1363B;
}
.txt_blue {
	color: #00799B;
}

.txt_xxl {
	font-size: 1.5em;
}
.txt_xl {
	font-size: 1.3em;
}
.txt_l {
	font-size: 1.1em;
}
.txt_m {
	font-size: 0.9em;
}
.txt_ms {
	font-size: 0.8em;
}
.txt_s {
	font-size: 0.7em;
}
.txt_purple {
	color: #A5178E;
}