@charset "utf-8";
@media screen and (min-width : 801px) and (max-width : 1440px) {
	#tmp_main_visual .main_visual_btm{
		background-size: 1440px 240px;
		background-position: center bottom;
	}
	#tmp_main_visual .main_visual_top{
		background-position: -105px -54px, right -62px top -52px, -44px bottom, right -26px bottom, center 30px;	
	}
}
@media screen and (min-width : 801px) and (max-width : 1370px) {
	#tmp_main_visual .furi_setting{
		right: 10px;
	}
}
@media screen and (min-width : 801px) and (max-width : 1100px) {
	#tmp_main_visual .emoji_animation .type_03{
		left: 0;
		right: auto;
	}
	#tmp_main_visual .emoji_animation .type_03 img{
		width: 179px;
	}
	#tmp_main_visual .emoji_animation .type_06{
		left: auto;
		right: 10px;
	}
	#tmp_main_visual .emoji_animation .type_06 img{
		width: 141px;
	}
	#tmp_gallery_modal .list_link_modal ul li{
	    width:100%;
		flex-direction: column;
	}
	#tmp_main_visual .emoji_animation .type_04{
		left: 0;
		right: auto;
	}
	#tmp_main_visual .emoji_animation .type_04 img{
		width: 160px;
	}
	#tmp_main_visual .emoji_animation .type_05{
		left: auto;
		right: 10px;
	}
	#tmp_main_visual .emoji_animation .type_05 img{
		width: 154px;
	}
}
@media screen and (min-width : 801px) and (max-width : 980px) {
	#tmp_event_spot .event_spot_flex{
		display: block;
	}
	#tmp_event_lft{
		width: 100%;
	}
	#tmp_event_spot .sec_spot .spot_cnt,
	#tmp_event_spot .sec_event .event_cnt{
		padding-right: 40px;
		padding-left: 20px;
	}
	#tmp_event_spot .event_spot_flex ul{
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
	}
	#tmp_event_spot .event_spot_flex ul li{
		width: calc((100% - 20px) / 2);
		margin-bottom: 0;
	}
	#tmp_event_spot .sec_event .event_cnt{
		padding-bottom: 49px;
	}
	#tmp_other .sec_ttl {
		background-size: 98% auto;
	}
	#tmp_other .type_07{
		left: 6%;
	}
	#tmp_other .type_08{
		right: 4%;
	}
}
@media screen and (max-width : 800px) {
#tmp_contents .sec_ttl h2{
	font-size: 143.7%;
	padding-top: 46px;
	
}
/* ==================================================
simplelink
================================================== */
span.simple_link,
.simple_link a{
	font-size: 100%;
	box-shadow: 5px 5px 0 0 rgba(34, 34, 34, 1);
	padding: 6px 10px 3px 46px;
	background-image: url(/shared/templates/kids_quest/images/arrow_simple_sp.png);
	background-size: 28px auto;
	background-position: 11px center;
	min-height: 50px;
	display: flex;
	align-items: center;
	line-height: 1.3;
}

span.simple_link::before, 
.simple_link a::before,
.simple_link a span::after, 
span.simple_link span::after{
	display: none;
}
a:hover span.simple_link,
.simple_link a:hover {
	border-color: #222222;
}
/* [TOP] Mainvs
================================================== */
#tmp_main_visual .main_visual_inner{
	background-image: url(/shared/templates/kids_quest/images/main/bg_mv.jpg);
	background-size: 360px auto;
	background-position: 0 -6px;
	margin-bottom: 73px;
}
#tmp_main_visual .main_visual_top{
	padding: calc(150% - 2px) 0 0;
	background-image: url(/shared/templates/kids_quest/images/main/bg_01_sp.png), url(/shared/templates/kids_quest/images/main/bg_02_sp.png), url(/shared/templates/kids_quest/images/main/bg_03_sp.png), url(/shared/templates/kids_quest/images/main/bg_04_sp.png), url(/shared/templates/kids_quest/images/main/bg_mv_sp.png);
	background-size: 151px auto, 118px auto,146px auto,112px auto, calc(100% - 30px) auto;
	background-position: -46px -14px, right -16px top -14px,  left -25px bottom 2px, right -18px bottom, center 15px;
	min-height: auto;
}
#tmp_main_visual .main_visual_logo .title_logo{
	margin: 0 auto;
	position: static;
}
#tmp_main_visual .main_visual_top .main_visual_logo h1{
	width: auto;
	height: 164px;
	background-image: url(/shared/templates/kids_quest/images/main/logo_mv_sp.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#tmp_main_visual .main_visual_logo{
	position: absolute;
	width: 100%;
	left: 50%;
	top: clamp(98px, calc(29% + (100vw - 360px)) ,29%);
	max-width: 336px;
	transform: translateX(-50%);
}
#tmp_main_visual .main_visual_note{
	font-size: 87.5%;
	max-width: 245px;
	line-height: 1.4;
	padding: 10px 16px 6px;
	margin-top: 3px;
	background: url(/shared/templates/kids_quest/images/main/line_bg01_sp.png),url(/shared/templates/kids_quest/images/main/line_bg02_sp.png),url(/shared/templates/kids_quest/images/main/line_bg03_sp.png),url(/shared/templates/kids_quest/images/main/line_bg04_sp.png);
	background-size: auto 14px,auto 14px, 6px auto,6px auto;
	background-repeat: no-repeat,no-repeat, repeat-y,repeat-y;
	background-position: left top, left bottom, left top,right top;
	background-color: #fdf4cc;
}
#tmp_main_visual .kids_top_anchor{
	font-size: 106.2%;
	padding-right: 0;
}
#tmp_main_visual .kids_top_anchor ul{
	margin: 0;
	gap: 16px;
	padding-right: 4px;
}
#tmp_main_visual .kids_top_anchor ul a{
	padding: 0 9px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #222222;    
	box-shadow: 4px 6px 0 0 rgba(34, 34, 34, 1);
}
#tmp_main_visual .kids_top_anchor ul a .txt_unline{
	padding: 8px 8px 3px 49px;
	min-height: 55px;
	text-align: left;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
#tmp_main_visual .kids_top_anchor li:nth-child(1) a .txt_unline{
	background-image: url(/shared/templates/kids_quest/images/main/icon_event_sp.png);
	background-size: 45px auto;
	background-position: 0 10px;
}
#tmp_main_visual .kids_top_anchor li:nth-child(2) a .txt_unline{
	background-image: url(/shared/templates/kids_quest/images/main/icon_local_sp.png);
	background-size: 37px auto;
	background-position: 4px 9px;
}
#tmp_main_visual .mv_summary{
	text-align: left;
	line-height: 1.8;
	margin-top: 39px;
	padding: 0 5px 0 0;
}
#tmp_main_visual .furi_setting{
	right: 15px;
	top: auto;
	bottom: 26px;
}
#tmp_main_visual .furi_setting .furi_setting_ttl{
	font-size: 81.2%;
	padding-top: 4px;
}
#tmp_main_visual .furi_setting ul{
	margin: 0;
	gap: 13px;
	padding: 6px 9px 6px 10px;
}
#tmp_main_visual .furi_setting ul li a.ruby_disabled{
	padding: 5px 10px 3px;
	min-width: 65px;
}
#tmp_main_visual .furi_setting ul li a{
	padding-top: 4px;
	min-width: 65px;
	line-height: 1.4;
}
#tmp_main_visual .main_visual_btm{
	padding: 24px 0 80px;
	background-image: url(/shared/templates/kids_quest/images/main/bg_mv_btm_sp.jpg);
	background-size: 100% 54px;
	min-height: 200px;
}
#tmp_main_visual .main_visual_btm::before{
	background-image: url(/shared/templates/kids_quest/images/main/star_01_sp.png);
	background-size: 23px auto;
	width: 23px;
	height: 22px;
	left: 26px;
	top: auto;
	bottom: 38px;
}
#tmp_main_visual .main_visual_btm::after{
	background: url(/shared/templates/kids_quest/images/main/star_02_sp.png);
	background-size: 100% auto;
	width: 32px;
	height: 30px;
	left: auto;
	right: 24px;
	bottom: 42px;
}
#tmp_main_visual .emoji_animation .type_01{
	left: 56px;
	top: -45px;
	width: auto;
}
#tmp_main_visual .emoji_animation .type_01 img{
	width: 91px;
	height: auto;
}
#tmp_main_visual .emoji_animation .type_02{
	right: -9px;
	top: auto;
	bottom: -65px;
	width: auto;
}
#tmp_main_visual .emoji_animation .type_02 img{
	width: 90px;
	height: auto;
}
#tmp_main_visual .emoji_animation .type_04 {
	left: calc(50% - 132px);
	bottom: -11px;
	right: auto;
}
#tmp_main_visual .type_04.js_scrollin {
	animation-delay: 0s;
}
#tmp_main_visual .emoji_animation .type_04 img{
	width: 105px;
	height: auto;
}
#tmp_main_visual .emoji_animation .type_06 {
	left: calc(50% + 9px);
	bottom: 0;
}
#tmp_main_visual .emoji_animation .type_06 img{
	width: 111px;
	height: auto;
}
/* [TOP] おすすめコーナー
================================================== */
#tmp_recommended_corner {
	margin-bottom: 9px;
	margin-top: 0;
}
#tmp_recommended_corner .recommended_corner_ttl{
	margin: 0 -5px 15px;
}
#tmp_recommended_corner h2{
	position: relative;
	font-size: 156.2%;
	background-image: url(/shared/templates/kids_quest/images/bg_corner_ttl_01_sp.png), url(/shared/templates/kids_quest/images/bg_corner_ttl_02_sp.png), url(/shared/templates/kids_quest/images/bg_corner_ttl_03_sp.png);
	padding: 30px 41px 23px 40px;
	width: 100%;
	line-height: 1.2;
	max-width: 341px;
	min-height: 83px;
}
#tmp_recommended_corner h2::after{
	position: absolute;
	content: "";
	background: url(/shared/templates/kids_quest/images/bg_corner_ttl_01_sp.png);
	width: 43px;
	height: 100%;
	background-size: auto 100%;
	right: 0;
	top: 0;
	background-position: right top;
}
#tmp_recommended_corner ul{
	flex-direction: column;
	margin: 0;
	padding-right: 6px;
	gap: 25px;
}
#tmp_recommended_corner ul li{
	width: 100%;
}
#tmp_recommended_corner ul li a .txt{
	padding: 21px 15px 22px 49px;
	background-image: url(/shared/templates/kids_quest/images/arrow_simple_sp.png);
	background-size: 28px auto;
	background-position: 11px 18px;
}
#tmp_recommended_corner ul li a{
	box-shadow: 7px 6px 0 0 rgba(34, 34, 34, 1);
}
/* [TOP] Event & SPOT
================================================== */
#tmp_event_spot{
	margin-bottom: 29px;
	position: relative;
	z-index: 1;
	margin-top: 0;
}
#tmp_event_spot .event_spot_flex{
	display: block;
}
#tmp_event_lft{
	width: 100%;
	padding-right: 0;
	padding-top: 80px;
}
#tmp_event_spot .sec_ttl h2{
	font-size: 143.7%;
	padding-top: 44px;
}
#tmp_event_spot .sec_event .sec_ttl h2::before{
	right: 0;
	background-position: right -20px bottom;
}
#tmp_event_spot .sec_event .sec_ttl h2{
	padding-bottom: 10px;
	background-image: url(/shared/templates/kids_quest/images/ttl_event_en_sp.png);
	background-size: 160px auto;
	background-position: calc(50% + 1px) top;
	padding-right: 0;
}
#tmp_event_spot .sec_event .event_cnt {
	padding: 38px 26px 18px 25px;
}
#tmp_event_spot .sec_event ul li {
	margin-bottom: 23px;
}
#tmp_event_spot .sec_event .img{
	padding: 0 0 0 14px;
	width: 84px;
}
#tmp_event_spot .sec_event .txt{
	padding-right: 17px;
}
#tmp_event_spot .sec_event ul a{
	font-size: 106.2%;
	min-height: 92px;
	box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 1);
}
#tmp_spot{
	padding-top: 68px;
}
#tmp_event_spot .sec_spot{
	padding: 0;
}
#tmp_event_spot .sec_spot .sec_ttl h2{
	background-image: url(/shared/templates/kids_quest/images/ttl_spot_en_sp.png);
	background-size: 131px auto;
	padding: 46px 0 9px;
	background-position: calc(50% - 2px) 1px;
}
#tmp_event_spot .sec_spot .sec_ttl h2::before{
	left: 0;
	background-position: -1px top;
}
#tmp_event_spot .sec_spot .spot_cnt{
	padding: 37px 25px 9px 23px;
}
#tmp_event_spot .sec_spot ul{
	display: block;
}
#tmp_event_spot .sec_spot ul li{
	width: 100%;
	margin-bottom: 35px;
}
#tmp_event_spot .sec_spot span.simple_link {
	margin: -30px 20px 0 19px;
	min-height: 50px;
	background-position: 11px center;
}
#tmp_event_spot .sec_spot::after{
	background: url(/shared/templates/kids_quest/images/icon_spot_sp.png);
	background-size: 80px auto;
	width: 80px;
	height: 62px;
	top: 2px;
	right: 0;
}
/* [TOP] OTHER
================================================== */
#tmp_contents .wrap_background::after{
	background-image: url(/shared/templates/kids_quest/images/bg_wap_sp.jpg);
	background-size: 360px auto;
	height: calc(100% - 189px);
	background-position: center -5px;
}
#tmp_other{
	padding-bottom: 83px;
	background-image: url(/shared/templates/kids_quest/images/bg_line_other_sp.png);
	background-size: auto 29px;
	background-position: left -36px bottom 16px;
	margin-bottom: 64px;
}
#tmp_gallery_modal .gallery_modal_inner button,
#tmp_gallery_modal .splide__arrow, 
#tmp_other .splide_common .splide__arrow{
	width: 45px;
	height: 45px;
	background-size: 100% auto;
}
#tmp_other .sec_ttl h2 {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(/shared/templates/kids_quest/images/ttl_other_sp.png);
	background-size: 166px auto;
}
#tmp_other .sec_ttl{
	padding-bottom: 6px;
	background-image: url(/shared/templates/kids_quest/images/other_star_sp.png);
	background-size: 48px auto;
	background-position:  calc(50% + 132px) 31px;
}
#tmp_other_slider .splide__slide .other_ttl > a{
	min-height: 75px;
	box-shadow: 2px 5px 0 0 rgba(34, 34, 34, 1);
	padding: 11px 20px 8px 13px;
}
#tmp_other_slider .splide__slide .other_ttl > a img{
	width: 30px;
}
#tmp_other_slider .splide__slide .other_ttl > a .img {
	margin-right: 7px;
	min-width: 30px;
}
#tmp_other_slider {
	margin-bottom: 35px;
	padding: 0 37px 0 32px;
}
#tmp_other .other_list_link {
	padding: 0 27px 0 23px;
}
#tmp_other .other_list_link ul{
	margin: 0;
	gap: 15px 22px;
}
#tmp_other .other_list_link li{
	width: 100%;
}
#tmp_other .simple_link a{
	min-height: 55px;
	padding: 10px 25px 6px 53px;
	background-position: 18px 13px;
}
#tmp_gallery_modal{
	padding: 25px 21px 29px 23px;
}
#tmp_gallery_modal .list_link_modal ul{
	padding: 0 34px 20px 29px;
	gap: 20px;
	height: auto;
}
#tmp_gallery_modal .list_link_modal ul li{
	width: 100%;
}
#tmp_gallery_modal .list_link_modal ul .simple_link a{
	min-height: 90px;
	padding-left: 46px;
	background-image: url(/shared/templates/kids_quest/images/arrow_simple_sp.png);
	background-size: 28px auto;
	background-position: 13px center;
}
#tmp_gallery_modal .other_ttl a{
	font-size: 106.2%;
}
#tmp_gallery_modal .other_ttl a img{
	width: 30px;
	height: auto;
}
#tmp_gallery_modal .other_ttl{
	padding: 22px 10px 19px;
	margin-bottom: 29px;
}
#tmp_gallery_modal .other_ttl a .img {
	margin-right: 7px;
	vertical-align: text-top;
}
#tmp_gallery_modal .modal_close{
	font-size: 87.5%;
	box-shadow: 4px 3px 0 0 rgba(34, 34, 34, 1);
	padding: 5px 10px 5px 28px;
	border-radius: 5px;
	margin-bottom: 23px;
	min-width: 90px;
	background-image: url(/shared/templates/kids_quest/images/icon_close_sp.png);
	background-size: 13px auto;
	background-position: 14px 9px;
}
#tmp_gallery_modal .gallery_modal_inner .modal_prev,
#tmp_gallery_modal .splide__arrow--prev{
	left: -24px;
}
#tmp_gallery_modal .gallery_modal_inner .modal_next,
#tmp_gallery_modal .splide__arrow--next{
	right: -24px;
}
#tmp_gallery_modal .gallery_modal_inner .modal_prev,
#tmp_gallery_modal .gallery_modal_inner .modal_next{
	transform: translate(0, 0);
}
#tmp_gallery_modal .splide__arrow{
	margin-top: 3px;
}
#tmp_gallery_modal .btn_modal{
	padding-right: 6px;
	padding-top: 5px;
}
#tmp_gallery_modal .other_ttl img {
	width: 30px;
	height: auto;
}
#tmp_recommended_corner ul li a .txt span::after,
#tmp_recommended_corner ul li a::before,
#tmp_other_slider .splide__slide .other_ttl > a::before{
	display: none;
}
#tmp_recommended_corner ul li a:hover,
#tmp_other_slider .splide__slide .other_ttl > a:hover{
	border-color: #222222;
	text-decoration: none;
}
#tmp_other .type_07{
	left: calc(50% + -193px);
	top: 1px;
}
#tmp_other .type_07 img{
	width: 108px;
	height: auto;
}
#tmp_other .type_08{
display: none;
}
#tmp_main_visual .emoji_animation .type_05{
	display: none;
}
#tmp_main_visual .block_emoji{
	overflow: hidden;
	width: 100%;
	position: absolute;
	bottom: -44px;
	left: 0;
	z-index: 1;
	height: 108px;
}
/* [TOP] INFORMATION
================================================== */

/* ==================================================
accessibility style change:color
================================================== */
/* [TOP] Mainvs */
.color_black #tmp_main_visual .main_visual_top,
.color_blue #tmp_main_visual .main_visual_top,
.color_yellow #tmp_main_visual .main_visual_top {
min-height: auto;
	padding: 100px 0 150px !important;
}
.color_black #tmp_main_visual .main_visual_logo,
.color_blue #tmp_main_visual .main_visual_logo,
.color_yellow #tmp_main_visual .main_visual_logo {
	position: static;
	transform: none;
	min-width: auto;
	width: 90%;
	max-width: 600px;
}
/* [TOP] おすすめコーナー */
.color_black #tmp_recommended_corner h2::after,
.color_blue #tmp_recommended_corner h2::after,
.color_yellow #tmp_recommended_corner h2::after {
	display: none;
}
/* [TOP] Event & SPOT */

/* [TOP] OTHER */

/* [TOP] INFORMATION */

/* ==================================================
accessibility style change:fsize
================================================== */
/* [TOP] Mainvs */
.fsize_big2 #tmp_main_visual .main_visual_top{
	padding-bottom: 50px;
}
.fsize_big2 #tmp_main_visual .main_visual_logo{
	top: calc(50% - 10px);
}
/* [TOP] おすすめコーナー */
.fsize_big2 #tmp_recommended_corner h2{
	max-width: 650px;
	padding: 51px 68px 49px 67px;
	font-size: 1.2em;
	line-height: 1.3;
}
.fsize_big #tmp_recommended_corner h2{
	max-width: 400px;
}
/* [TOP] Event & SPOT */

/* [TOP] OTHER */
/* [TOP] INFORMATION */
#tmp_infomation {
	margin-bottom: 75px;
}
#tmp_infomation .sec_ttl {
	margin-bottom: 20px;
}
#tmp_infomation .sec_ttl h2{
	background-image: url(/shared/templates/kids_quest/images/information_en_sp.png);
	background-size: 279px auto;
	padding-top: 37px;
	font-size: 143.7%;
}
#tmp_infomation .list_info{
	gap: 20px 16px;
}
#tmp_infomation .list_info li{
	width: calc((100% - 16px) / 2);
}
#tmp_infomation .list_info li a::after{
	display: none;
}
#tmp_infomation .list_info li a:hover::before{
	border-color: #222222;
}
/* ==================================================
No js
================================================== */
#tmp_other_slider.no-splide .splide__list,
.no_javascript #tmp_other_slider.splide .splide__list{
	flex-wrap: wrap;
	gap: 20px;
}
#tmp_other_slider.no-splide .splide__list .splide__slide,
.no_javascript #tmp_other_slider.splide .splide__slide{
	width: 100%;
}
.no_javascript #tmp_other_slider.splide{
	padding: 0 24px 0 22px;
}
.no_javascript #tmp_event_spot .sec_spot::after{
	top: -60px;
}
.no_javascript #tmp_other .splide_item_wrap .other_ttl{
	margin-bottom: 10px;
}
.no_javascript #tmp_other_slider.splide .list_link_modal ul{
	gap: 10px;
}
.no_javascript #tmp_other_slider.splide .list_link_modal ul li{
	width: 100%;
}
/* ==================================================
furigana
================================================== */
.furigana_on #tmp_recommended_corner h2,
.easy_on #tmp_recommended_corner h2 {
	padding-top: 47px;
}
@media screen and (max-width: 800px){
.furigana_on #tmp_main_visual .main_visual_note,
.easy_on #tmp_main_visual .main_visual_note{
	padding-top: 20px;
	}
}
/* reset hover */
#tmp_main_visual .kids_top_anchor ul li:nth-child(1) a:hover{
	border-color: #222222;
	background-color: #fb5f76;
}
#tmp_main_visual .kids_top_anchor ul a:hover{
	border-color: #222222;
	background-color: #ec8641;
}
#tmp_other_slider .splide__slide .other_ttl > a:hover,
#tmp_event_spot .sec_event ul a:hover{
	border-color: #222222;
}
#tmp_main_visual .furi_setting ul li a::before,
#tmp_main_visual .furi_setting ul li a span::after,
#tmp_gallery_modal .modal_close span::after,
#tmp_main_visual .kids_top_anchor ul a:hover .txt_unline span::after,
#tmp_main_visual .kids_top_anchor ul a::before,
#tmp_other_slider .splide__slide .other_ttl > a::before, 
#tmp_event_spot .sec_event ul a::before,
#tmp_other_slider .splide__slide .other_ttl > a .txt::after,
#tmp_event_spot .sec_event .txt span::after{
	display: none;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}

@media screen and (min-width : 771px) and (max-width : 800px) {
	#tmp_main #tmp_main_visual .main_visual_top{
		padding: calc(100% - 45%) 0 0;
	}
}
@media screen and (min-width : 641px) and (max-width : 800px) {
	#tmp_main_visual .main_visual_top{
		padding: calc(100% - 40%) 0 0;
		background-image: url(/shared/templates/kids_quest/images/main/bg_01_sp.png), url(/shared/templates/kids_quest/images/main/bg_02_sp.png), url(/shared/templates/kids_quest/images/main/bg_03_sp.png), url(/shared/templates/kids_quest/images/main/bg_04_sp.png), url(/shared/templates/kids_quest/images/main/bg_mv.png);
		background-position: -46px -14px, right -16px top -14px,  left -25px bottom 2px, right -18px bottom, center 24px;
		overflow: hidden;
		background-size: 151px auto, 118px auto,146px auto,112px auto, auto auto;
	}
	#tmp_main_visual .main_visual_logo{
		transform: translate(-50%,-50%);
		top:50%
	}
	#tmp_main_visual .furi_setting{
		bottom: 88px;
	}
	/* EVENT */
	#tmp_event_spot .event_spot_flex ul{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		gap: 0 22px;
	}
	#tmp_event_spot .sec_event ul li{
		width: 48%;
	}
	#tmp_other .other_list_link ul{
		gap: 15px 22px;
	}
	#tmp_other .other_list_link li{
		width: 48%;
	}
}