@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: 1079px) {
	.sp_only_inline {
		display: inline-block !important;
	}
	.sp_only_important {
		display: block !important;
	}
}
@media only screen and (max-width: 1079px) {
	.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: #633D0E;
	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: #092034;
	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%;
	padding: 1rem 0;
	background: #fff;
	box-shadow: 0px 3px 4px 1px rgba(106, 82, 32, 0.2);
	position: fixed;
	z-index: 101;
}
.header_in {
	width: 100%;
	max-width: 1245px;
	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;
	
}
.container_in {
	width: 100%;
	padding-left:0%;
	position: relative;
	/*min-width: 1500px;*/
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	background-attachment: fixed;
	/*height: 100vh;*/
	margin: 0 auto;
}
/* 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;
}

/* pc_left_area */
.pc_left_area {
	position: fixed;
	/*left: 160px;*/
	/*top: 0.2%;*/
	width: 45%;
	/*height: 62vw;*/
	z-index: 22;
	margin-left: 1%;
	padding-top: 8rem;
	/*display: flex;
	flex-direction: column;
	height: 100vh;*/
}
.pc_left_area h1 {
	width: 100%;
	margin: 0 auto;
}
.pc_left_area p {
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2vw;
	color: #fff;
	margin-top: 2rem;
	line-height: 2.2;
	text-shadow: 2px 2px 0px #000;
}
.pc_left_area .btn_area {
	display: flex;
	width: 39%;
	margin: 3rem auto 0;
}
.btn_apply_l {
	width: 47%;
	margin-right: 6%;
}
.btn_practice_l {
	width: 47%;
}

/* pc_right_area */
.pc_right_area {
	position: fixed;
	/*left: 0;*/
	top: 0;
	width: 20%;
	margin-left: 80%;
	/*height: 62vw;*/
	z-index: 20;
}
.pc_right_area .logo_ttl {
	width: 115px;
	margin: 375px auto 0 -11px;
}
.pc_right_area .links {
	width: 80%;
	margin: 2rem auto 0;
	color: #fff;
	font-size: 0.8em;
	text-align: left;
}
.pc_right_area .links li {
	margin: 0 auto 1.1rem;
	padding-bottom: 0.8rem;
	width: 84%;
	position: relative;
	border-bottom: 1px solid #fff;
}
.pc_right_area .links li:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 5px;
	right: 0;
	bottom: -3px;
}
.pc_right_area .links a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.pc_right_area .links span {
	display: block;
}
.pc_right_area .sub_link {
	font-size: 0.64em;
	margin-left: 1em;
	margin-top: 0.4em;
}

/* main */
main {
	margin: 0 20% 0 auto;
	width: 32%;
	box-shadow: 6px 0px 8px 0 rgba(0, 0, 0, 0.3), -6px 0px 8px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	/*position: fixed;*/
	position: relative;
	z-index: 19;
	background: url("../img/bg_base.png") repeat-y;
	background-size: 100%;
}
.main_in {
	width: 100%;
}
main img {
	vertical-align: middle;
}
main h2 {
	width: 100%;
	margin: 0 auto 0;
}

/* top_area */
.top_area {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.txt_catch {
	width: 68%;
	position: absolute;
	left: 16%;
	bottom: -9%;
	z-index: 12;
}
.img_200 {
	position: absolute;
	width: 20%;
	left: 1%;
	bottom: -1%;
	z-index: 11;
}
.img_free {
	position: absolute;
	width: 21%;
	right: 0%;
	bottom: -2%;
	z-index: 11;
}

/* howto_area */
.howto_area {
	padding: 8rem 0 8rem;
	background-image: url("../img/bg_top.png");
	background-repeat: repeat;
	background-size: 100% 100%;
	background-position: top center;
}
.howto_area p {
	color: #fff;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 2.3;
	margin-top: 0.5rem;
	font-size: 0.8em;
}
.howto_area h2 {
	width: 64%;
	margin: 4rem auto 0;
}
.img_howto {
	width: 94%;
	margin: 2rem auto 0;
}
.img_rule {
	width: 94%;
	margin: 2rem auto 0;
	position: relative;
	z-index: 10;
}
.img_rule a {
	width: 27%;
	position: absolute;
	z-index: 11;
	left: 3%;
	bottom: 7%;
}

/* information_area */
.information_area {
	padding: 2rem 0 6rem;
	background-image: url("../img/bg_main.png");
	background-repeat: repeat;
	background-size: 100%;
	background-position: top center;
}
.information_area h2 {
	width: 62%;
	margin: 0 auto;
}
.information_area h3 {
	width: 38%;
	margin: 4rem auto 2rem;
}
.information_area p {
	width: 92%;
	margin: 1rem auto 0;
	line-height: 1.6;
}
.info_box {
	width: 100%;
	background: url("../img/bg_contents.png") repeat-y;
	background-size: 84%;
	background-position: top center;
	position: relative;
	padding-bottom: 2rem;
}
.info_box:before {
	content: "";
	width: 100%;
	height: 44px;
	background: #DDD3C6;
	position: absolute;
	left: 0;
	top: -3rem;
	z-index: 6;
}
.info_box .flag1 {
	width: 255px;
	position: absolute;
	left: -4%;
	top: -88px;
	z-index: 12;
}
.info_box .flag2 {
	width: 30%;
	position: absolute;
	left: -6%;
	top: 15px;
	z-index: 13;
}
.information_area p.txt_info {
	line-height: 1.4;
	margin: 0 auto 0;
	width: 78%;
}
.information_area p.txt_info span {
	font-size: 0.7em;
}
.story_box {
	width: 90%;
	margin: 0 auto;
	padding: 7rem 0 6rem;
	background: url("../img/bg_story.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.information_area .story_box p {
	font-size: 0.8em;
	width: 70%;
	margin: 0 auto 0 24%;
	font-weight: 600;
}

/*
.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;
}*/
.point_area {
	width: 94%;
	margin: -4rem auto 0;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #B7B7B7;
	padding: 1rem 0 1rem;
	position: relative;
	z-index: 11;
}
.information_area h2.point {
	z-index: 8;
	position: relative;
	margin-top: 4rem;
}
.point_area p {
	color: #000;
}
.logo_sports {
	width: 20%;
	margin: 0 0 1rem 2rem;
}
.img_area {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	padding: 1%;
}
.img_area .slick-list {
	border: 1px solid #b7b7b7;
	border-radius: 4px;
}
.img_area li {
	width: 100%;
	
}
.img_area img {
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	border: 2px solid #fff;
}
.btn_point {
	width: 96%;
	margin: 3rem auto 0;
}

.story_box.comingsoon {
	background: url("../img/bg_story02.png") no-repeat;
	background-size: 100% 100%;
}

.info_box.story02 {
	margin-top: 13rem;
}
.info_box.story02 .flag1 {
	/*top: -11%;*/
}
.info_box.story02 .flag2 {
	/*width: 30%;*/
	position: absolute;
	left: inherit;
	right: -6%;
	/*top: 5.6%;*/
	z-index: 13;
}
.info_box.story02 .story_box p {
	margin: 0 24% 0 auto;
}
.info_box.story02 .story_box p.txt_comingsoon {
	font-size: 1.5em;
	line-height: 2;
	font-weight: 700;
	margin: 13rem auto 13rem 2rem;
	color: #fff;
}

/* apply_area */
.apply_area {
	width: 100%;
	background: url("../img/bg_contents.png") repeat-y;
	background-size: 84%;
	background-position: top center;
	position: relative;
	padding: 3rem 0 3rem;
	margin-top: 9rem;
}
.apply_area h2 {
	width: 64%;
	position: absolute;
	top: -4rem;
	left: 18%;
}
.apply_area h3 {
	width: 38%;
	margin: 4rem auto 2rem;
}
.apply_area p {
	font-size: 0.9em;
	width: 82%;
	margin: auto;
}
.img_lottery {
	width: 84%;
	margin: 2rem auto 0;
}
.apply_area p.txt_attention {
	font-size: 0.7em;
	width: 74%;
	margin: 4rem auto 0;
	text-align: left;
}
.btn_apply {
	width: 70%;
	margin: 3rem auto 0;
}
.apply_area p.sttl_event {
	margin-top: 2vw;
	font-size: 1.1em;
	color: #00799B;
}
.apply_area p.txt_capacity {
	margin-bottom: 2rem;
	font-size: 1.1em;
}

/* ticket_attention_area */
.btn_attention {
	width: 72.8%;
	margin: 8rem auto 0;
	cursor: pointer;
}
.ticket_attention_area {
	width: 72%;
	padding: 3rem 0 2rem;
	margin: -1rem auto 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
	font-size: 0.8em;
	text-align: left;
	display: none;
}
.ticket_attention_area li {
	width: 96%;
margin: 0 auto;
	text-indent: -0.8em;
	padding-left: 0.8em;
}

.btn_practice {
	width: 86%;
	margin: 7rem auto 0;
}

/* access_area */
.access_area {
	width: 90%;
	margin: 7rem auto 0;
}
.access_area h2 {
	width: 72%;
}
.access_area .tab {
	display: flex;
	width: 100%;
	margin: 2rem auto 0;
}
.access_area .tab li {
	width: 49%;
	margin-right: 2%;
	background: #A7D2DB;
	border-radius: 16px 16px 0 0;
	padding: 0.4rem 1rem 0.7rem;
	cursor: pointer;
}
.access_area .tab li.on {
	cursor: auto;
}
.access_area .tab li:nth-of-type(2) {
	margin-right: 0;
	background: #559DC0;
	padding: 0.4rem 4rem 0.4rem;;
}

.tab_page {
	width: 100%;
	background: #A7D2DB;
	padding: 3rem 0 2rem;
	display: none;
}
.tab_page p {
	color: #2D4857;
	text-align: left;
	margin: 2rem auto 0;
	width: 92%;
	font-size: 0.8em;
}
.t1.on {
	display: block;
}
.tab_page.t2 {
	background: #559DC0;
}
.t2.on {
	display: block;
}
.img_map {
	width: 90%;
	margin: 0 auto 0;
}
.btn_access {
	width: 60%;
	margin: 2rem auto 0;
}

/* whats_area */
.whats_area {
	padding: 3rem 0 10rem;
	color: #fff;
}
.whats_area h2 {
	width: 100%;
	margin: 0 auto;
	font-weight: 700;
	font-size: 2.4vw;
}
.whats_area .youtube {
	width: 100%;
	height: 30rem;
	position: relative;
	margin-top: 2rem;
}
.whats_area .youtube iframe {
	width: 100%;
	height: 100%;
	position: relative;
}
.whats_area p {
	width: 88%;
	margin: 2rem auto 0;
	line-height: 1.6;
	text-align: left;
	font-size: 0.9em;
}
.whats_area .link_area a {
	width: 72%
}

/* attention_area */
.attention_area {
	width: 100%;
	background: #FFFCF6;
	position: relative;
	padding: 4rem 0 4rem;
	margin-top: 10rem;
	z-index: 2;
}
.attention_area:before {
	content: "";
	width: 100%;
	height: 2vw;
	position: absolute;
	top: -2rem;
	left: 0;
	background: url("../img/head_info.png") no-repeat;
	background-size: 100%;
	z-index: 1;
}
.attention_area .btn_attention {
	margin-top: 0;
	width: 84%;
	cursor: pointer;
}
.attention_area ul {
	width: 84%;
	padding: 3rem 0 2rem;
	margin: -1rem auto 0;
	background: #F3ECDE;
	font-size: 0.8em;
	text-align: left;
	border-radius: 0 0 5px 5px;
	display: none;
}
.attention_area li {
	width: 96%;
margin: 0 auto;
	text-indent: -0.8em;
	padding-left: 0.8em;
}

/* faq_area */
.faq_area {
	width: 100%;
	padding: 3rem 0 3rem;
	position: relative;
	z-index: 3;
	background: #FFFCF6;
}
.faq_area h2 {
	width: 64%;
	margin: 0 auto 2rem;
}
.faq_area dl {
	width: 92%;
	margin: 0 auto 1.5rem;
	background: #A2CCDD;
	border-radius: 10px;
	padding: 0 1rem 1.5rem;
	color: #2D4857;
	font-weight: 400;
	text-align: left;
	font-size: 0.7em;
}
.faq_area dt {
	width: 100%;
	padding: 1rem 2rem 1.2rem 1.5em;
	border-bottom: 2px solid #fff;
	position: relative;
	z-index: 4;
	cursor: pointer;
	font-weight: 700;
	text-indent: -1.5em;
}
.faq_area dt:after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../img/arrow_down.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 1.5rem;
	z-index: 5;
}
.faq_area dt.on:after {
	background: url(../img/arrow_up.png) no-repeat;
	background-size: 100%;
}
.faq_area dd {
	width: 100%;
	padding-top: 1rem;
	display: none;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.faq_area a {
	color: #4534c5;
}

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


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

/**************************************/
/* 練習問題 */
/**************************************/
/* water_area */
.water_bg {
	position: fixed;
	background: url("../img/practice/bg_water.png") repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	z-index: 200;
	padding: 4vw 0;
}


/* main */
.practice_page .container_in {
	background: #092034;
	width: 640px;
}
.practice_page main {
	width: 640px;
	margin: 0 auto;
	background: #040e10 url("../img/practice/bg.jpg") no-repeat;
	background-size: 100%;
	background-position: 0 906px;
}
.practice_page .btn_menu {
	display: block;
	width: 90px;
	position: fixed;
	margin-left: 520px;
	top: 30px;
	z-index: 110;
}
.practice_page .sp_menu {
	width: 640px;
}
.practice_page .sp_menu .btn_close {
	width: 90px;
	top: 30px;
	right: 30px;
}
.practice_page .btn_float {
	display: block;
	position: fixed;
	width: 20%;
	bottom: 18%;
	right: 6%;
	z-index: 100;
}
.practice_page .top_area .sns_area {
	right: -96%;
	margin: 0;
	position: relative;
	background: rgba(255,255,255,0.5);
}
.practice_page .btn_apply_l {
	width: 67%;
	margin: 7% 0 0 58%;
}

.quest_area {
	padding-bottom: 120px;
}
.practice_top {
	width: 100%;
	position: relative;
}
.img_valve {
	width: 27%;
	position: absolute;
	left: 0;
	top: 69%;
	display: none;
}
.img_valve.on {
	display: block;
}
.img_valve_on {
	width: 27%;
	position: absolute;
	left: 0;
	top: 69%;
	display: none;
}
.img_valve_on.on {
	display: block;
}
.quest_area h2 {
	width: 60%;
	margin: 4vw auto 0;
}
.img_notice {
	width: 50%;
	margin: 4vw auto 0;
}
.quest_box {
	width: 92%;
	margin: 4vw auto 0;
	padding: 2vw 0;
	background: url("../img/practice/bg_quest.png") repeat;
	background-size: 100%;
}
.img_quest {
	width: 96%;
	margin: 0 auto;
}
.img_quest_final {
	width: 98%;
	margin: 5vw auto 0;
	display: none;
}
.img_quest02_1 {
	display: none;
}
.img_quest02_2 {
	display: none;
}
.clear_area {
	width: 100%;
	margin: 110px auto 0;
	color: #fff;
	display: none;
}
.clear_area h2 {
	font-family: "Inknut Antiqua", serif;
	font-weight: 300;
	font-size: 3.2em;
	margin-top: 0;
}
.clear_area .img_clear {
	width: 54%;
	margin: 20px auto 0;
}
.clear_area p {
	width: 80%;
	margin: 40px auto 0;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 1.3em;
}
.btn_post {
	width: 70%;
	margin: 20px auto 0;
}



/* 練習問題　水没 */
.practice_page.p2 .container_in {
	background: url("../img/practice/bg_water.png") repeat;
	background-size: 100%;
	position: relative;
	width: 640px;
}
.practice_page.p2 main {
	opacity: 0.2;
}
.practice_page.p2 .quest_area {
	padding-bottom: 900px;
}
.practice_page.p2 .img_quest_final {
	display: block;
}

.practice_page.p2 .quest_area h2 {
	margin: 30px auto 0;
}
.practice_page.p2 .img_notice {
	margin: 30px auto 0;
}
.practice_page.p2 .quest_box {
	margin: 40px auto 0;
	padding: 10px 0;
}

.water_box {
	width: 548px;
	position: absolute;
	left: 6%;
	top: 1353px;
	height: 400px;
	/*background: rgba(255,0,0,0.3);*/
	z-index: 100;
}
.water_box.wb02 {
	top: 1915px;
	z-index: 99;
}

.icon01_1 {
	position: absolute;
	width: 110px;
	left: 31%;
	top: 10%;
}
.icon01_2 {
	position: absolute;
	width: 92px;
	left: 8%;
	top: 42%;
}
.icon01_3 {
	position: absolute;
	width: 94px;
	left: 53%;
	top: 41%;
}
.icon01_4 {
	position: absolute;
	width: 90px;
	left: 14%;
	top: 71%;
}
.icon02_1 {
	position: absolute;
	width: 97px;
	left: 27%;
	top: 10%;
}
.icon02_2 {
	position: absolute;
	width: 104px;
	left: 25%;
	top: 28%;
}
.icon02_3 {
	position: absolute;
	width: 123px;
	left: 25%;
	top: 43%;
}
.icon02_4 {
	position: absolute;
	width: 94px;
	left: 18%;
	top: 71%;
}
.practice_page.p2 .img_quest_final {
	position: absolute;
	margin: 0;
	width: 96%;
	left: 2%;
	top: 2540px;
	z-index: 98;
}
.practice_page.p2 button {
	cursor: auto;
}

.set_area {
	width: 16%;
	height: 15%;
	position: absolute;
	top: 50.5%;
	left: 8%;
	/*background: rgba(255,255,0,0.4);*/
}
.set_area.set02 {
	left: 25%;
	top: 40%;
}
.set_area.set03 {
	left: 42%;
	top: 40%;
}
.set_area.set04 {
	left: 59%;
	top: 40%;
}
.set_area.set05 {
	left: 76%;
}
.set_area.set06 {
	left: 17%;
	top: 78%;
}
.set_area.set07 {
	left: 34%;
	top: 67%;
}
.set_area.set08 {
	left: 51%;
	top: 67%;
}

/* inputarea */
.inputarea {
	width: 100%;
	margin: 30px auto 60px;
	position: relative;
	text-align: center;
	/*padding-bottom: 20%;*/
	z-index: 5;
}
.inputarea form {
	width: 70%;
	margin: 0 auto;
}
.msg_area {
	width: 100%;
	margin: 20px 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% - 28%);
	height: 100%;
	height: 60px;
	padding-left: 2%;
	font-size: 1.6em;
	border: 3px solid #816A4E;
	border-radius: 5px;
}
.keyword {
	background-color: white;
}
.btn_submit {
	width: 28%;
	cursor:pointer;
	background: #00799B;
	border-radius: 4px;
	background-size: 100%;
	border: 0;
	margin-left: 2%;
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
}
.txt_correct {
	display: none;
	font-weight: 700;
}

/* correct_popup */
.correct_popup_bg {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
}
.correct_popup_bg.on {
	display: flex;
}
.correct_popup {
	width: 40%;
	margin: 0 auto 0;
	position: relative;
	z-index: 201;
	font-size: 0.8rem;
	text-align: center;
}
.correct_popup_close {
	position: absolute;
	width: 11%;
	height: 13%;
	right: 6%;
	top: 6%;
	z-index: 202;
	cursor: pointer;
	background: url("../img/practice/btn_close.png") no-repeat;
	background-size: 100%;
	/*background: rgba(200,0,0,0.5);*/
}
.img_correct {
	width: 100%;
	margin: 0 auto;
}
.correct_popup a {
	position: absolute;
	/*background: rgba(255,0,0,0.3);*/
	width: 9%;
	height: 17%;
}
.correct_popup .sns_x {
	top: 71%;
	left: 55.5%;
}
.correct_popup .sns_line {
	top: 71%;
	left: 67%;
}
.correct_popup .sns_facebook {
	top: 71%;
	left: 78%;
}
/* change_popup */
.change_popup_bg {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	align-items: center;
	justify-content: center;
}
.change_popup_bg.on {
	display: flex;
}

/***************************/
/*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: #2D4857;
	color: #fff;
	padding: 1rem 0 1rem;
	position: relative;
	z-index: 98;
	box-shadow: 0px -3px 4px 1px rgba(106, 82, 32, 0.2);
}
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: 67%;
	margin: 10rem auto 0;
}
.sns_area {
	width: 100%;
	margin: 0.8rem auto 0;
	vertical-align: middle;
	display: block;
}
.pc_right_area .sns_area {
	display: flex;
}
.sns_area li {
	width: 31%;
	margin-right: 3%;
}
.sns_area li:last-of-type {
	margin-right: 0;
}

/*@media only screen and (max-width: 1200px) {
	.info_box .flag1 {
		width: 213px;
		top: -74px;
	}
	.point_area {
		margin: -3rem auto 0;
	}
}
@media only screen and (max-width: 860px) {
	.point_area {
		margin: -2rem auto 0;
	}
}*/
@media only screen and (max-width: 1079px) {
	body {
		width: 100%;
		font-size: 3vw;
	}
	.top_area {
		width: 100%;
		position: relative;
	}
	.btn_float {
		display: none;
		position: fixed;
		width: 23%;
		bottom: 5%;
		right: 0;
		z-index: 100;
	}
	.sp_menu {
		padding-bottom: 10vw;
	}
	.sp_menu .links_sp {
		margin: 23vw auto 0;
	}
	.sp_menu .links_sp li a {
		padding-top: 3vw;
		padding-bottom: 2vw;
	}
	.top_area .sns_area {
		width: 65%;
		background: rgba(255,255,255,0.5);
		padding: 5%;
		margin: 0 0 8% auto;
	}
	.top_area .sns_area li {
		margin-right: 0;
		margin-bottom: 4%;
		width: 100%;
	}
	.top_area .sns_area li:last-of-type {
		margin-bottom: 0;
	}
	.top_area .btn_apply_l {
		display: block;
		width: 98%;
		margin: 2% auto 0;
		/*opacity: 0;
		transition: 1s;*/
	}
	.top_area .btn_practice_l {
		display: block;
		width: 98%;
		margin: 2% auto 0;
		/*opacity: 0;
		transition: 1s;*/
	}
	.container {
		width: 100%;
	}
	.container_in {
		padding-left: 0;
		min-width: inherit;
		width: 100%;
	}
	main {
		width: 100%;
		margin: 0;
		box-shadow: none;
		padding-bottom: 0;
	}
	.btn_menu {
		width: 14vw;
		position: fixed;
		top: 4vw;
		right: 4vw;
		cursor: pointer;
		z-index: 110;
	}
	.howto_area {
		padding: 12vw 0 15vw;
	}
	.howto_area p {
		margin-top: 6vw;
		font-size: 3vw;
	}
	.howto_area h2 {
		margin: 10vw auto 0;
	}
	.img_rule {
		margin: 5vw auto 0;
	}
	.img_howto {
		margin-top: 8vw;
	}
	.information_area .story_box p {
		font-size: 3vw;
		margin: 0 auto 0 18vw;
	}
	.info_box:before {
		height: 3%;
	}
	.info_box.comingsoon:before {
		height: 8vw;
	}
	.information_area p {
		margin: 2vw auto 0;
	}
	.information_area p.txt_info {
		width: 74vw;
	}
	.information_area h3 {
		width: 42vw;
		margin: 8vw auto 4vw;
	}
	.information_area h2 {
		width: 62vw;
	}
	.information_area h2.point {
		margin-top: 8vw;
	}
	.info_box {
		padding-bottom: 4vw;
	}
	.info_box .flag1 {
		width: 54vw;
		top: -17vw;
	}
	.info_box .flag2 {
		width: 23vw;
		top: 5vw;
	}
	.story_box {
		padding: 10vw 0 10vw;
	}
	.info_box.story02 {
		margin-top: 26vw;
	}
	.info_box.story02 .flag1 {
		top: -19vw;
	}
	.info_box.story02 .flag2 {
		
	}
	.info_box.story02 .story_box p.txt_comingsoon {
		font-size: 7vw;
		margin: 30vw auto 30vw 6vw;
	}
	.point_area {
		margin: -8vw auto 0;
		padding: 2vw 0;
	}
	.logo_sports {
		margin: 0 0 2vw 4vw;
	}
	.btn_point {
		margin: 6vw auto 0;
	}
	.apply_area {
		padding: 6vw 0;
		margin-top: 15vw;
	}
	.apply_area p {
		font-size: 3vw;
	}
	.apply_area h2 {
		width: 64vw;
		top: -8vw;
		left: 18vw;
	}
	.apply_area h3:first-of-type {
		margin-top: 14vw;
	}
	.apply_area p.sttl_event {
		margin-top: 6vw;
		font-size: 4vw;
	}
	.apply_area p.txt_capacity {
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	.apply_area p.txt_attention {
		margin: 8vw auto 0;
		font-size: 2.4vw;
	}
	
	.btn_attention {
		margin: 16vw auto 0;
	}
	.btn_apply {
		margin: 6vw auto 0;
	}
	.btn_practice {
		margin: 14vw auto 0;
	}
	.access_area {
		margin: 14vw auto 0;
	}
	.access_area .tab {
		margin: 4vw auto 0;
	}
	.tab_page {
		padding: 6vw 0 4vw;
	}
	.tab_page p {
		margin: 4vw auto 0;
		font-size: 2.4vw;
	}
	.btn_access {
		margin: 4vw auto 0;
	}
	.whats_area {
		padding: 6vw 0 20vw;
	}
	.whats_area p {
		margin: 4vw auto 0;
	}
	.whats_area h2 {
		font-size: 6.5vw;
	}
	.whats_area .youtube {
		height: 55vw;
	}
	.attention_area {
		padding: 8vw 0;
		margin-top: 12vw;
	}
	.attention_area:before {
		top: -2vw;
		height: 4vw;
	}
	.faq_area {
		padding: 6vw 0 6vw;
	}
	.faq_area h2 {
		margin: 0 auto 4vw;
	}
	.faq_area dl {
		margin: 0 auto 3vw;
		padding: 0 2vw 3vw;
		font-size: 2.4vw;
	}
	.faq_area dt {
		padding: 2vw 4vw 2.4vw 3vw;
	}
	.faq_area dd {
		padding-top: 2vw;
		padding-left: 3vw;
	}
	.btn_inquiry {
		margin: 8vw auto 0;
	}
	footer {
		padding: 2vw 0 2vw;
	}
	footer p {
		margin-bottom: 2vw;
	}
	
	.fadein {
		opacity: 1 !important;
	}
	/*@keyframes fade-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}*/
	
	/**********************/
	/* 練習問題 */
	/**********************/
	.practice_page .container_in {
		width: 100%;
	}
	.practice_page main {
		width: 100%;
		background-position: 0 138vw;
		background-size: 100%;
	}
	.practice_page .btn_float {
		right: 0;
	}
	.practice_page .top_area .sns_area {
		right: -34%;
	}
	.practice_page .btn_apply_l {
		margin: 2% auto 0 0;
	}
	.practice_page .btn_menu {
		width: 14vw;
		right: 4vw;
		top: 4vw;
		z-index: 110;
	}
	.practice_page .sp_menu {
		width: 100%;
		margin-left: 0;
	}
	.practice_page .sp_menu .btn_close {
		width: 14vw;
		right: 4vw;
		top: 4vw;
	}
	.quest_area {
		padding-bottom: 20vw;
	}
	/* inputarea */
	.inputarea {
		margin: 3vw auto 6vw;
	}
	.formarea input {
		width: calc( 100% - 13vw);
		height: 9vw;
		font-size: 4vw;
	}
	.btn_submit {
		width: 13vw;
		font-size: 4.5vw;
	}
	.msg_area {
		margin: 2vw 0 0;
	}
	
	.correct_popup {
		width: 80vw;
	}
	.correct_popup_close {
		position: absolute;
		width: 9vw;
		height: 10vw;
		right: 6vw;
		top: 6vw;
	}
	.clear_area {
		margin: 18vw auto 0;
	}
	.clear_area .img_clear {
		margin: 4vw auto 0;
	}
	.clear_area p {
		margin: 6vw auto 0;
	}
	.btn_post {
		margin: 3vw auto 0;
	}
	
	/* 練習問題　水没 */
	.practice_page.p2 .container_in {
		width: 100%;
	}
	.water_box {
		width: 86%;
		position: absolute;
		left: 6%;
		top: 40.5%;
		height: 12%;
		z-index: 100;
	}
	.water_box.wb02 {
		top: 56.5%;
		z-index: 99;
	}
	
	.practice_page.p2 .quest_area {
		padding-bottom: 113vw;
	}
	.practice_page.p2 .quest_area h2 {
		margin: 4vw auto 0;
	}
	.practice_page.p2 .img_notice {
		margin: 4vw auto 0;
	}
	.practice_page.p2 .quest_box {
		margin: 4vw auto 0;
		padding: 2vw 0;
	}
	.icon01_1 {
		position: absolute;
		width: 16%;
		left: 31%;
		top: 14%;
	}
	.icon01_2 {
		position: absolute;
		width: 16%;
		left: 8%;
		top: 45%;
	}
	.icon01_3 {
		position: absolute;
		width: 16%;
		left: 53%;
		top: 44%;
	}
	.icon01_4 {
		position: absolute;
		width: 16%;
		left: 14%;
		top: 73%;
	}
	.icon02_1 {
		position: absolute;
		width: 18%;
		left: 27%;
		top: 11%;
	}
	.icon02_2 {
		position: absolute;
		width: 18%;
		left: 25%;
		top: 31%;
	}
	.icon02_3 {
		position: absolute;
		width: 23%;
		left: 25%;
		top: 45%;
	}
	.icon02_4 {
		position: absolute;
		width: 16%;
		left: 19%;
		top: 74%;
	}
	.practice_page.p2 .img_quest_final {
		position: absolute;
		margin: 0;
		width: 96vw;
		left: 1vw;
		top: 74%;
		z-index: 98;
	}
	
	/*調整用*/
	.txt_xl {
		font-size: 5vw !important;
	}
	.txt_m {
		font-size: 3vw !important;
	}
}


@media only screen and (max-width: 640px) {
	
}
/*
@media only screen and (max-width: 700px) {
	.info_box .flag1 {
		width: 43%;
		top: -22%;
	}
	.info_box .flag2 {
		width: 18%;
	}
	.info_box.story02 .flag1 {
		top: -22%;
	}
	.info_box.story02 .flag2 {
		
	}
}
@media only screen and (max-width: 650px) {
	.info_box .flag1 {
		width: 47%;
		top: -24%;
	}
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 550px) {
	.info_box .flag1 {
		width: 58%;
	}
	.info_box .flag2 {
		width: 25%;
		top: 5%;
	}
}
@media only screen and (max-width: 450px) {
	.info_box:before {
		height: 3%;
	}
	.info_box .flag1 {
		width: 75%;
		top: -26%;
	}
	.info_box .flag2 {
		width: 33%;
		top: 4%;
	}
	.story_box {
		padding: 3em 0 2em;
	}
	.info_box.story02 .flag1 {
		top: -22%;
	}
	.info_box.story02 .flag2 {
		width: 33%;
		top: 3%;
	}
	.point_area {
		margin-top: -4rem;
	}
	.access_area .tab li:last-of-type {
		padding: 0.4rem 3.2rem 0 3.2rem;
	}
	.apply_area h3:first-of-type {
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 420px) {

}
@media only screen and (max-width: 400px) {
	.info_box:before {
		height: 3%;
	}
	.info_box .flag1 {
		width: 75%;
		top: -24%;
	}
	.info_box .flag2 {
		width: 33%;
		top: 4%;
	}
	.story_box {
		padding: 3em 0 2em;
	}
	.info_box.story02 .flag1 {
		top: -20%;
	}
	.info_box.story02 .flag2 {
		width: 33%;
		top: 3%;
	}
	.point_area {
		margin-top: -3rem;
	}
	.apply_area h3:first-of-type {
		margin-top: 1rem;
	}
}
@media only screen and (max-width: 380px) {

}
@media only screen and (max-width: 370px) {

}
@media only screen and (max-width: 350px) {

}

@media only screen and (min-width: 800px) {
	
}*/
/*
.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_s {
	font-size: 0.7em;
}