@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
/* ----------------------------------------------------------------------------------------------------
*  reset
* --------------------------------------------------------------------------------------------------*/
/*====================================
RESET
======================================*/
html{overflow-y: scroll;}
html, body, 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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
blockquote, q {
    quotes:none;
}
h1, h2, h3, h4, h5, h6, p {margin:0; font-weight:500; display:block; font-size: 100%;}
ul,li {list-style:none; padding:0;margin:0;}
dl,dt,dd {padding:0; margin:0;}
table,tr,td {border:0;padding: 0 ; margin:0;}
table {
    border-collapse:collapse;
    border-spacing:0;
}
a {
  text-decoration:none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:focus {
  cursor: pointer;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
a:hover {cursor: pointer;}

input, textarea, select {
    vertical-align:middle;
}
button{
     background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

img {vertical-align:bottom; border:0; padding:0; margin:0;line-height:0; }
div {margin:0;padding:0;}

caption, th{
    font-weight: normal;
}


input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
	font-family:inherit;font-size:inherit;font-weight:inherit;
}

*,*:after,*:before{
	box-sizing: border-box;
}



/* ----------------------------------------------------------------------------------------------------
*  基本
* --------------------------------------------------------------------------------------------------*/
html,body{
	height:100%;
	width:100%;
}
html{
	font-size:62.5%;
    overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	text-align: left;
}
/*ul{letter-spacing: -0.4em;}
.android ul{letter-spacing: -1em;}
ul li{letter-spacing: normal;}
*/

body a {
	text-decoration:none;
	color:inherit;
}
body{
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: '游ゴシック体','Yu Gothic',YuGothic,メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
	color: #393939;
	font-weight: 500;
}
.ie body{
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}
p{
/*	letter-spacing: 0.15em;*/
}
.font_en{
	font-family: 'Comfortaa', cursive;
}
.font_en2{
	font-family: 'Righteous', cursive;
}

img{
		width:100%;
		height:auto;
	}
@media screen and (min-width: 769px) {
	html,body{
	}
	body{
	}
}
@media screen and (max-width: 768px) {
	html{-webkit-overflow-scrolling: touch;}
	body{
		font-size: 3.7vw;
		line-height: 1.7;
	}

}



a, a img, .fade, .pull_btn{
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.txtlink{
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	.fade:hover, .fade a:hover{
		opacity: 0.6;
	}

}
table{width: 100%;}


/*--読み込み時にtransitionが動作する問題--*/
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}


/* ----------------------------------------------------------------------------------------------------
*  box
* --------------------------------------------------------------------------------------------------*/
.wrap, .wrap2, .wrap3{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
main{
	display:block;
}
@media screen and (min-width: 769px) {
	body{
		min-width: 1360px;
	}
	.sp{display: none!important;}
	.wrap{
		/*width: 94%;*/
		max-width: 1000px;
	}
	.wrap2{
		/*width: 95%;*/
		max-width: 1200px;
	}
}

@media screen and (max-width: 768px) {
	.pc{
		display: none!important;
	}
	body{
		min-width: 100%;
	}
	main{
		width: 100%;
		overflow: hidden;
	}
	.wrap, .wrap2{
		width: 92vw;
	}

	.sp100w{
		width: 100vw;
		/*margin-left: -4vw;*/
	}
}
/* ------------------------------
   background
------------------------------ */
.whitebox{
	background: #fff;
	position: relative;
	padding: 50px;
	box-shadow: 10px 10px 0px 0px rgba(149,149,149,0.16);
}
.whitebox .dots{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border:3px solid #E6E6E6;
}
.whitebox .dots1{
	top: 20px;
	left: 20px;
}
.whitebox .dots2{
	top: 20px;
	right: 20px;
}
.whitebox .dots3{
	bottom: 20px;
	left: 20px;
}
.whitebox .dots4{
	bottom: 20px;
	right: 20px;
}
@media screen and (min-width: 769px) {
	.whitebox.narrow{
		padding: 77px 100px 150px;
	}
}
@media screen and (max-width: 768px) {
	.whitebox{
		padding: 8vw 3vw;
		box-shadow: 5px 5px 0px 0px rgba(149,149,149,0.16);
	}
	.whitebox .dots{
		width: 3.4vw;
		height: 3.4vw;
		border:3px solid #E6E6E6;
	}
	.whitebox .dots1{
		top: 2vw;
		left: 2vw;
	}
	.whitebox .dots2{
		top: 2vw;
		right: 2vw;
	}
	.whitebox .dots3{
		bottom: 2vw;
		left: 2vw;
	}
	.whitebox .dots4{
		bottom: 2vw;
		right: 2vw;
	}

}
.whitebox.quiz_box{
	margin-top: 66px;
}
.whitebox.share_box{
	margin-top: 66px;
}
.whitebox.related_box{
	margin-top: 66px;
}
.bluebox{
	background: #0089D8;
	position: relative;
	padding: 50px;
	box-shadow: 10px 10px 0px 0px rgba(149,149,149,0.16);
	text-align: center;
	margin-bottom: 66px;
}
.bluebox .key_ttl{
	color: #fff;
	display: inline-block;
	position: relative;
    margin-bottom: 55px;
}
.bluebox .key_ttl:after{
	content: "";
	background: rgba(255,255,255,0.3);
	width: 62px;
	height: 3px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
}
.bluebox .dots{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border:3px solid rgba(255,255,255,0.3);
}
.bluebox .dots1{
	top: 20px;
	left: 20px;
}
.bluebox .dots2{
	top: 20px;
	right: 20px;
}
.bluebox .dots3{
	bottom: 20px;
	left: 20px;
}
.bluebox .dots4{
	bottom: 20px;
	right: 20px;
}
@media screen and (min-width: 769px) {
	.bluebox.narrow{
		padding: 77px 100px 150px;
	}
}
@media screen and (max-width: 768px) {
	.bluebox{
		padding: 8vw 3vw;
		box-shadow: 5px 5px 0px 0px rgba(149,149,149,0.16);
	}
	.bluebox .dots{
		width: 3.4vw;
		height: 3.4vw;
		border:3px solid #E6E6E6;
	}
	.bluebox .dots1{
		top: 2vw;
		left: 2vw;
	}
	.bluebox .dots2{
		top: 2vw;
		right: 2vw;
	}
	.bluebox .dots3{
		bottom: 2vw;
		left: 2vw;
	}
	.bluebox .dots4{
		bottom: 2vw;
		right: 2vw;
	}

}
/* ------------------------------
   background
------------------------------ */
html:before,
main:before,
main:after {
  content: "";
  background: #0089D8;
  position: fixed;
  display: block;
  z-index: 1000;
}

main{
	margin: 0 10px 0;
}
/* 上 */
html:before {
  height: 10px;
  width: 100vw;
  left: 0;
  top: 0;
}

/* 右 */
main:before {
  width: 10px;
  height: 100vh;
  right: 0;
  top: 0;
}

/* 左 */
main:after {
  width: 10px;
  height: 100vh;
  top: 0;
  left: 0;
}


#kids_article{
	position: relative;
	z-index: 1;
	padding-bottom: 150px;
}
#bg_wrap{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: -2;
	width: calc(100% - 20px);
}
#bg_mv{
	width: 100%;
	position: relative;
}
#bg_mv .mov{
	position: absolute;
	bottom: 0;
}
#bg_body{
	height: 100%;
	background: url(../img/bg.png);
	background-size: 100%;
	background-repeat: repeat-y;
}
@media screen and (min-width: 769px) {
	#bg_wrap{
		min-width: 1260px;
	}
}
@media screen and (max-width: 768px) {
	main{
		margin: 0;
		padding: 0 5px 0;
	}
	/* 上 */
	html:before {
	  height: 5px;
	}
	/* 右 */
	main:before {
	  width: 5px;
	  height: 100%;
	}
	/* 左 */
	main:after {
	  width: 5px;
	  height: 100%;
	}
	#kids_article{
		padding-bottom: 10vw;
	}
	#bg_wrap{
		left: 5px;
		width: calc(100% - 10px);
	}
}


/* ----------------------------------------------------------------------------------------------------
*  汎用
* --------------------------------------------------------------------------------------------------*/


/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

/* ------------------------------
   float
------------------------------ */
.aligncenter{
    display:block;
    margin:0 auto;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
/* ------------------------------
   flex
------------------------------ */
.flex{
    display:flex;
    flex-wrap: nowrap;
    justify-content:space-between;
}
.flex_wrap{
    flex-wrap: wrap;
}

.jc_start{
    justify-content:flex-start!important;
}
.jc_center{
    justify-content:center!important;
}
.item_center{
    align-items: center;
}
.item_end{
	align-items: flex-end;
}
.flex_prev{
	flex-flow: row-reverse;
}
@media screen and (min-width: 769px) {
	.flex_pc{
	    display:flex;
    	flex-wrap: nowrap;
    	justify-content:space-between;
	}
	.item_center_pc{
 	   align-items: center;
	}

}
@media screen and (max-width: 768px) {
	.flex_sp{
	    display:flex;
    	justify-content:space-between;
	}
}

/* ------------------------------
   text
------------------------------ */
.taC{text-align: center!important;}
.taR{text-align: right!important;}
.taL{text-align: left!important;}

.nowrap{
	display: inline-block;
	text-indent: 0;
}
.wnowrap{
	white-space: nowrap!important;
}
.bold{font-weight: 700;}
.txt_yl{
	color: #FFE241!important;
}
.txt_bl{
	color: #0089D8!important;
}
.txt_smaller{
	font-size: 88%;
}
@media screen and (min-width: 769px) {
	.txt_vertical{
  		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
	}
}

/* ------------------------------
   見出し-pagettl
------------------------------ */
#pttl{
	width: 100%;
	min-height: 528px;
	position: relative;
	display: flex;
	justify-content: center;
	padding-top: 180px;
	padding-bottom: 300px;
	z-index: 0;
}
.ie #pttl{
	display: block;

}
#pttl .ttl{
	font-size: 5rem;
	letter-spacing: 0.3em;
	line-height: 1.2;
}
#pttl .sub{
	font-weight: bold;
	line-height: 1;
	font-size: 1.2rem;
	letter-spacing: 0.5em;
	margin-top: 2.2em;
}
#pttl .tags{
	margin-top: 20px;
}
#pttl .tag{
	border-width: 1px;
	font-size: 1.2rem;
	margin: 0 2px 5px 0;
	padding: 0.4em 0.6em 0.2em;
}
.pttl_bg{
	position: absolute;
	width:100%;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.kids_inner{
	position: relative;
	z-index: 1;
	margin-top: -150px;
}
@media screen and (min-width : 1361px) {
	#pttl{
		min-height: 38.8vw;
		padding-top: 13.2vw;
		padding-bottom: 23vw;
	}
	.kids_inner{
		margin-top: -11vw;
	}
	.kids_inner2{
		margin-top: -13vw!important;
	}
}
@media screen and (min-width : 769px) {
	.kids_inner2{
		margin-top: -175px;
	}

}
@media screen and (max-width: 768px) {
	#pttl{
		width: 100%;
		min-height: 55vw;
		padding-top: 20vw;
		padding-bottom: 25vw;
		z-index: 0;
	}
	#pttl .ttl{
		font-size: 6vw;
	}
	#pttl .sub{
		font-size: 2.6vw;
		letter-spacing: 0.3em;
		margin-top: 1em;
	}
	#pttl .tags{
		margin-top: 3vw;
	}
	#pttl .tag{
		font-size: 2.6vw;
		margin: 0 1vw 1vw 0;
		padding: 0.4em 0.6em 0.2em;
	}

	.kids_inner{
		margin-top: -12vw;
	}
}

/* ------------------------------
   キッズページ　クイズコーナー
------------------------------ */

.wp-make-quiz.default .wp-make-quiz-title p {
    font-weight: bold;
	font-size: 2rem;
}
.wp-make-quiz.default .wp-make-quiz-question-list:after {
    top: 50%;
    transform: translateY(-50%);
}
.wp-make-quiz.default .wp-make-quiz-question-list.correct.disabled {
    background: #0089D8;
    color: #fff;
}
.wp-make-quiz.default .wp-make-quiz-question-list.incorrect.disabled.choice {
    background: #FF7A4A;
    color: #fff;
}
.wp-make-quiz.default .wp-make-quiz-result.incorrect {
    color: #FF7A4A;
}
.wp-make-quiz.default .wp-make-quiz-result.incorrect:before {
    color: #FF7A4A;
}
.wp-make-quiz.default .wp-make-quiz-answer {
    padding: 20px;
}
.wp-make-quiz.default .wp-make-quiz-result-text {
    margin-bottom: 10px;
}
.wp-make-quiz-result-text span {
    font-weight: bold;
}
.wp-make-quiz-commentary {
    margin-bottom: 20px;
}
.wp-make-quiz.default .wp-make-quiz-continue {
    background: #0089D8;
}

/* ------------------------------
   キッズページ　シェアボタン
------------------------------ */

.share_box .key_ttl span{
	display: inline-block;
	position: relative;
}
.share_box .key_ttl span:before{
	content: "";
	background: #000;
	width: 2px;
	height: 30px;
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	left: -15px;
	top: -3px;
}
.share_box .key_ttl span:after{
	content: "";
	background: #000;
	width: 2px;
	height: 30px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	right: -15px;
	top: -3px;
}
.share_flex{
	display: flex;
	justify-content: space-between;
	width: 400px;
	margin: 0 auto;
}
.share_icon{
	width: 80px;
}

@media screen and (max-width: 768px) {
	.share_box .key_ttl span{
        font-size: 4.5vw;
		display: inline-block;
		position: relative;
	}
	.share_box .key_ttl span:before {
		content: "";
		background: #000;
		width: 2px;
		height: 20px;
		display: block;
		position: absolute;
		transform: rotate(-30deg);
		left: -10px;
		top: -2px;
	}
	.share_box .key_ttl span:after {
		content: "";
		background: #000;
		width: 2px;
		height: 20px;
		display: block;
		position: absolute;
		transform: rotate(30deg);
		right: -10px;
		top: -2px;
	}
	.share_flex{
		display: flex;
		justify-content: space-between;
		width: 80% !important;
		margin: 0 auto;
	}
	.share_icon{
		width: 60px;
	}
}


/* ------------------------------
   関連記事プラグイン版記述
------------------------------ */

.yarpp-thumbnails-horizontal {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    column-gap: 27px;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	object-fit: cover;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
	filter: brightness(1.1);
}
@media screen and (max-width : 768px) {
	.related_box .key_ttl {
    	line-height: 2.8rem !important;
	}
	.yarpp-thumbnails-horizontal {
		text-align: center;
		width: 100%;
		display: block !important;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    	margin: 0 0 20px 0px !important;
	}
}

/* ------------------------------
   page_lead
------------------------------ */
.page_lead{
	padding-bottom: 80px;
}
@media screen and (max-width : 768px) {
	.page_lead{
		padding-bottom: 8vw;
	}
}

/* ------------------------------
    字下げ
------------------------------ */
.hang1, .hangli1>li{
	padding-left: 1em!important;
	text-indent: -1em!important;
}
.hang1h, .hangli1h>li{
	padding-left: 1.5em!important;
	text-indent: -1.5em!important;
}
.hang2, .hangli2>li{
	padding-left: 2em!important;
	text-indent: -2em!important;
}
.kakko{
	display: inline-block;
	text-indent:-1em!important;
}


/* ------------------------------
    btn
------------------------------ */
/*--base--*/
.btnwrap{
	display: flex;
	justify-content: center;
}
.btn{
	display: flex;
	align-items: center;
	justify-content: center;
}


@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {


}



/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
header {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    padding: 10px 10px 30px;
    transition: .3s;
}
header .wrap2{
	align-items: flex-end;
}
header.header_scroll{
	background: rgba(255,255,255,0.9);
}

@media screen and (min-width: 769px) {
	header{
		min-width: 1360px;
	}
	header .wrap2{
		padding: 0;
		height: 83px;
		width: 1200px;

	}

}
@media screen and (max-width: 768px) {
	header{
	    padding: 5px 5px 0;
	}
	header .wrap2{
		height: 50px;
		align-items: center;
		justify-content: center;
	}
}




/*----logo------------------------------*/
header .logo{
	font-size: 4.1rem;
	line-height: 1;
	text-shadow: 6px 6px 1px rgba(149,149,149,0.16);
	letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {


}
@media screen and (max-width: 768px) {
	header .logo{
		text-align: center;
		font-size: 6vw;
		line-height: 1;
		text-shadow: 3px 3px 1px rgba(149,149,149,0.16);
		padding-left: 0.5em;
	}

}


/*----nav------------------------------*/
header .gnav li{
	line-height: 1;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.15em;
}


@media screen and (min-width: 769px) {
	header .gnav{
		align-items: flex-end;
	}
	header .gnav li+li{
		margin-left: 32px;
	}
	header .gnav a{
		position: relative;
		padding-bottom: 8px;
	}
	header .gnav a:before{
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #393939;
		bottom: 0;
		opacity: 0;
	}
	header .gnav a:hover:before , header .gnav a.current:before{
		opacity: 1;
	}

}


@media screen and (max-width: 768px) {
	header .gnav li{
		font-size: 3.2vw;
		font-weight: bold;
		position: relative;
	}
	.is_gnavOpen header{
		background: #fff;
	}
	.menu_opn{
		width: 100%;
    	height: calc(100% - 50px);
    	position: fixed;
    	left: 0;
    	top: 50px;
    	z-index: 10;
    	overflow-y:hidden;
    	display: none;
	}
	.menu_opn.on{
		display: block;
    	background: #fff;
    	border-bottom: 5px solid #0089D8;
	}
	.menu_opn.off{
    	display: none;
	}

	.menu_bg{
		background: #fff;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 100px;
		z-index: -1;
		display: block;
	}

	.menu_opn .menu_inner{
		width: 100%;
		height: 100%;
		padding: 28px 6.4vw 40px;
		overflow-y:scroll;
	}
	.menu_opn .gnav{
		width: 100%;
		margin: 12vw auto 8vw;
	}
	header .gnav li{
		font-size: 4.8vw;
		text-align: center;
	}


	header .gnav>li+li{
		margin-top: 12vw;
	}
}


/*------------
sp ハンバーガー
------------*/
.is_gnavOpen { width: 100%; height: 100%; position: fixed; }
/* gnav背景 */
.js_gnavLayer { display: none; }
@media screen and (min-width: 769px){
    header .bl_navTrigger { display: none; }
}
@media screen and (max-width: 768px) {
    header .bl_navTrigger,
    header .bl_navTrigger span { display: inline-block; transition: all .4s; }
    header .bl_navTrigger {
    	position: absolute;
    	top: 5px;
    	left: 5px;
    	width: 50px;
    	height: 50px;
    	z-index: 999;
    }
    .is_gnavOpen header .bl_navTrigger {
    }
    header .bl_navTrigger .txt{
   		position: absolute;
    	font-size: 0.8rem;
    	text-align: center;
    	bottom: 4px;
    	width: 100%;
    }
    header .bl_navTrigger span {
    	width: 24px;
    	height: 3px;
    	position: absolute;
    	left: 13px;
    	top: 40%;
    	background: #707070;
    }
    header .bl_navTrigger span:nth-of-type(1) { margin-top: -10px; }
    header .bl_navTrigger span:nth-of-type(2) { margin-top: -2px;}
    header .bl_navTrigger span:nth-of-type(3) { margin-top: 6px; }

    header .bl_navTrigger.active span:nth-of-type(1) { transform: translateY(8px) rotate(-45deg); }
    header .bl_navTrigger.active span:nth-of-type(2) { display: none;}
    header .bl_navTrigger.active span:nth-of-type(3) { transform: translateY(-8px) rotate(45deg); }

    /* ハンバーガーメニューボタンアニメーション */
    @-webkit-keyframes active_menu_bar {
        100% { height: 0; }
    }

    @keyframes active_menu_bar {
        100% { height: 0; }
    }

}
/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer {
    width: 100%;
    position: relative;
    background: #74D4FC;
    padding-top: 75px;
    padding-bottom: 26px;
    z-index: 9999;
}
.foot_wave{
	display: block;
	position: absolute;
	top: -27px;
	height: 27px;
	width: 100%;
	overflow: hidden;
}
.foot_wave:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 120%;
	height: 27px;
	background: url(../../img/wave_foot.png) top center repeat-x;
	background-size: contain;
	animation: footwave 3s infinite linear;
}
@keyframes footwave {
    0% { transform: translate(0,6px); }
    50%     { transform: translate(-30px,0); }
    100% { transform: translate(-60px,6px); }
}
.foot_logo{
	width: 211px;
	margin: 0 auto;
}
.foot_logo svg{
	fill: #fff;
}
.fnav{
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	margin-top: 30px;
	font-weight: bold;
}
.fnav li+li{
	padding-left: 1.4em;
	margin-left: 1.4em;
	border-left: 1px solid #fff;
}

.copy{
	line-height: 1;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	margin-top: 102px;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	footer {
	    padding-top: 12.5vw;
	    padding-bottom: 2.6vw;
	}
	.foot_wave{
		top: -3.7vw;
		height: 3.7vw;
	}
	.foot_wave:before {
		height: 3.7vw;
		background: url(../../img/wave_foot.png) top center repeat-x;
		background-size: 8.8vw;
	}
	@keyframes footwave {
    	0% { transform: translate(0,1.6vw); }
    	50%     { transform: translate(-4.4vw,0); }
    	100% { transform: translate(-8.8vw,1.6vw); }

	}
	.foot_logo{
		width: 49vw;
	}
	.fnav{
		font-size: 3.2vw;
		line-height: 1;
		margin-top: 11vw;
	}
	.fnav li{
		text-align: center;
	}
	.fnav li+li{
		padding-left: 0;
		margin-left: 0;
		border-left: none;
		margin-top: 4.2vw;
	}

	.copy{
		margin-top: 16vw;
		font-size: 2.6vw;
	}
}








/* ----------------------------------------------------------------------------------------------------
*  parts
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
    tag
------------------------------ */

.search_big_tags{
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
}
.big_tag{
	width: 340px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 80px;
	border-radius: 11px;
	box-sizing: border-box;
	padding-left: 92px;
	position: relative;
}
.big_tag1{
	border: 3px solid #B900F1;
	color: #B900F1;
}
.big_tag1:hover{
	background: #B900F1;
	color: #fff;
}
.big_tag1:before{
	content: "";
	background: url("../img/icon_tag1.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.big_tag2{
	border: 3px solid #FF7A4A;
	color: #FF7A4A;
}
.big_tag2:hover{
	background: #FF7A4A;
	color: #fff;
}
.big_tag2:before{
	content: "";
	background: url("../img/icon_tag2.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.big_tag3{
	border: 3px solid #0089D8;
	color: #0089D8;
}
.big_tag3:hover{
	background: #0089D8;
	color: #fff;
}
.big_tag3:before{
	content: "";
	background: url("../img/icon_tag3.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
}
.tags{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tag{
	background: #fff;
	border-radius: 5px;
	font-size: 1.5rem;
	margin: 0 12px 9px 0;
	line-height: 1;
	letter-spacing: 0.2em;
	border-style: solid;
	border-width: 2px;
	padding: 0.6em 0.8em 0.5em;
	transition: .3s;
	font-weight: bold;
}
a.tag:hover, a:hover .tag{
	color: #fff;
}

.tag1{
	color: #FF7A4A;
	border-color: #FF7A4A;
}
a.tag1:hover, a:hover .tag1{
	background: #FF7A4A;
}
.tag2{
	color: #C466E3;
	border-color: #C466E3;
}
a.tag2:hover, a:hover .tag2{
	background: #C466E3;
}
.tag3{
	color: #83C443;
	border-color: #83C443;
}
a.tag3:hover, a:hover .tag3{
	background: #83C443;
}
.tag4{
	color: #74D4FC;
	border-color: #74D4FC;
}
a.tag4:hover, a:hover .tag4{
	background: #74D4FC;
}
.tag5{
	color: #FFB741;
	border-color: #FFB741;
}
a.tag5:hover, a:hover .tag5{
	background: #FFB741;
}
@media screen and (max-width: 768px) {
.search_big_tags{
	display: block;
	width: 80%;
	margin: 0 auto 23px;
}
.big_tag{
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 60px;
	border-radius: 11px;
	box-sizing: border-box;
	padding-left: 76px;
	position: relative;
	margin-bottom: 12px;
}
.big_tag:before{
	width: 42px;
	height: 42px;
	left: 24px;
}
	.tag{
		border-radius: 3px;
		font-size: 3.4vw;
		margin: 0 1.3vw 1vw 0;
		border-width: 2px;
		padding: 0.4em 0.6em 0.3em;
	}
}

/* ------------------------------
    search
------------------------------ */
.key_ttl{
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 40px;
	padding-top: 10px;
	letter-spacing: 0.2em;
}

.search_form{
	height: 30px;
	width: 317px;
	margin: 0 auto;
	background: #E6E6E6;
	border-radius: 20px;
	margin-bottom: 47px;
	position: relative;
}
.search_form form{
	display: flex;
}
#search-input{
	height: 30px;
	line-height: 30px;
	background: none;
	padding-left: 1em;
	padding-right: 3em;

	font-size:1.4rem;
	display: flex;
	align-items: center;
	flex:1;
 	font-weight: bold;
}
#search-btn{
	width: 40px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	position: absolute;
	right: 0;
}
#search-btn img{
	width: 17px;
}
#search-btn:hover{
	opacity: 0.6;
}
.search_form input::placeholder {
  color: #393939;
}
/* IE */
.search_form input:-ms-input-placeholder{
  color: #393939;
}
/* Edge */
.search_form input::-ms-input-placeholder {
  color: #393939;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	.key_ttl{
		font-size: 4.8vw;
		margin-bottom: 6vw;
		padding-top: 1vw;
		letter-spacing: 0.1em;
	}
	.search_form{
		width: 65vw;
		margin: 0 auto;
		margin-bottom: 10vw;
	}
	.search_form form{
	}
	#search-input{
		font-size:3.7vw;
	}
	#search-btn{
		width: 10vw;
	}
	#search-btn img{
		width: 4.5vw;
	}
}


/* ------------------------------
    searchi_tags
------------------------------ */

.searchi_tags{
	max-width: 920px;
	margin: 0 auto;

}


@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {

	.searchi_tags{
		width: 95%;
		margin: 0 auto;
	}


}

/* ------------------------------
    人気記事
------------------------------ */
.recommend_list{
	text-align: left;
}
.recommend_list a{
	position: relative;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.recommend_list a .img{
	transition: .3s;
	z-index: -1;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.recommend_list a .title{
	position: absolute;
	z-index: 2;
	width: calc(100% - 50px);
	top: 34px;
	left: 30px;
	display: flex;
	justify-content: flex-start;
}
.recommend_list a .title .num {
    color: #fff;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 92px;
    margin-right: 4px;
    position: absolute;
    top: -34px;
    left: -17px;
}
.recommend_list a .title .num.num_01{
	background: url("../img/rank_1.svg") no-repeat;
}
.recommend_list a .title .num.num_02{
	background: url("../img/rank_2.svg") no-repeat;
}
.recommend_list a .title .num.num_03{
	background: url("../img/rank_3.svg") no-repeat;
}
.recommend_list a .title .num.num_04{
	background: url("../img/rank_4.svg") no-repeat;
}
.recommend_list a .title .num.num_05{
	background: url("../img/rank_4.svg") no-repeat;
}
.recommend_list a .title .txt {
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    line-height: 2.3;
    flex: 1;
    padding-left: 52px;
}

.recommend_list a .title_marker{
  background: linear-gradient(#fff 100%, #fff 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0.5em 0.5em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.safari .recommend_list a .title_marker{
  padding: 0.64em 0.5em;
}
.recommend_list a .title .txt rt{
}
.recommend_list a .tags{
	position: absolute;
	z-index: 2;
	width: calc(100% - 50px);
	bottom: 28px;
	left: 30px;
	justify-content: flex-start;
}
.recommend_list a .tag{
	font-size: 1.2rem;
	margin: 0 2px 3px 0;
	padding: 0.4em 0.4em 0.3em;
	letter-spacing: 0.1em;
}
.slick-disabled {
	display: none !important;
}

@media screen and (min-width: 769px) {
	.recommend_list{
		width: 100%;
	}
	.recommend_list li{
		width: 340px;
		height: 340px;
		display: inline-block;
		margin-right: 40px;
	}
	.recommend_list .img{
		width: 340px;
		height: 340px;
	}
	.recommend_list .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.recommend_list a:hover .img img{
		transform: scale(1.1);
	}
	.recommend_list li:nth-of-type(n+4){
	}
	.recommend_list::after {
		display: block;
		content:"";
		width:  31.7%;
	}
	
	.recommend_list .slick-arrow{
		width: 80px;
		height: 80px;
		position: absolute;
		z-index: 1;
	}
	.recommend_list .slick-prev{
		background: url("../img/arrow_prev.svg") no-repeat;
		background-size: contain;
		left: -40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.recommend_list .slick-next{
		background: url("../img/arrow_next.svg") no-repeat;
		background-size: contain;
		right: -40px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 768px) {
	.recommend_list{
	}
	.recommend_list a{
		border-radius: 3px;
	}
    .recommend_list a .img {
        height: 85vw;
    }
	.recommend_list a .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.recommend_list a .title{
		width: calc(100% - 5vw);
		top: 4vw;
		left: 3vw;
	}
	.recommend_list a .title .num{
        left: 0;
        width: 45px;
        height: 70px;
        background-size: contain !important;
        font-size: 2rem;
        top: -15px;
	}
	.recommend_list a .title .txt{
		font-size: 5.3vw;
	  	line-height: 2.3;
	}
	.recommend_list a .title .txt rt{
	}
	.recommend_list a .tags{
		width: calc(100% - 50px);
		bottom: 2vw;
		left: 3vw;
	}
	.recommend_list a .tag{
		border-width: 1px;
		font-size: 3vw;
		margin: 0 2px 3px 0;
		padding: 0.4em 0.8em 0.3em;
	}
	.recommend_list a .title_marker{
		padding: 2.6vw 0.5em;

	}

	.recommend_list li+li{
		margin-top: 3vw;
	}
	.recommend_list .slick-arrow{
		width: 40px;
		height: 40px;
		position: absolute;
		z-index: 1;
	}
	.recommend_list .slick-prev{
		background: url("../img/arrow_prev.svg") no-repeat;
		background-size: contain;
		left: -20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.recommend_list .slick-next{
		background: url("../img/arrow_next.svg") no-repeat;
		background-size: contain;
		right: -20px;
		top: 50%;
		transform: translateY(-50%);
	}
}
/* ------------------------------
    postlist
------------------------------ */
.postlist{

}
.postlist a{
	position: relative;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.postlist a .img{
	transition: .3s;
	z-index: -1;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.related_box .postlist li {
	height: 350px;
}
.related_box .postlist a .img{
	z-index: 0;
}
.postlist a .title{
	position: absolute;
	z-index: 2;
	width: calc(100% - 50px);
	top: 34px;
	left: 30px;
	display: flex;
	justify-content: flex-start;
}
.postlist a .title .num{
	background: #0089D8;
	color: #fff;
	font-size: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.84em;
	height: 1.84em;
	margin-right: 4px;
}
.postlist a .title .txt{
	font-size: 2rem;
	letter-spacing: 0.06em;
	font-weight: bold;
  	line-height: 2.3;
  	flex:1;
}

.postlist a .title_marker{
  background: linear-gradient(#fff 100%, #fff 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0.5em 0.5em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.safari .postlist a .title_marker{
  padding: 0.64em 0.5em;
}
.postlist a .title .txt rt{
}
.postlist a .tags{
	position: absolute;
	z-index: 2;
	width: calc(100% - 50px);
	bottom: 28px;
	left: 30px;
	justify-content: flex-start;
}
.postlist a .tag{
	font-size: 1.2rem;
	margin: 0 2px 3px 0;
	padding: 0.4em 0.4em 0.3em;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
	.postlist{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.postlist li{
		width: 31.7%;
		height: 380px;
	}
	.postlist .img{
		position: absolute;
		top: 0;
		left: 0;
	}
	.postlist .img img{
		width: 100%;
	}
	.postlist a:hover .img img{
		transform: scale(1.1);
	}
	.postlist li:nth-of-type(n+4){
		margin-top: 30px;
	}
	.postlist::after {
		display: block;
		content:"";
		width:  31.7%;
	}

}
@media screen and (max-width: 768px) {
	.postlist{
	}
	.postlist a{
		border-radius: 3px;
	}
	.postlist a .img{
	}
	.postlist a .title{
		width: calc(100% - 5vw);
		top: 4vw;
		left: 3vw;
	}
	.postlist a .title .num{
		font-size: 6.6vw;
		width: 1.84em;
		height: 12vw;
		margin-right: 4px;
	}
	.postlist a .title .txt{
		font-size: 5.3vw;
	  	line-height: 2.3;
	}
	.postlist a .title .txt rt{
	}
	.postlist a .tags{
		width: calc(100% - 50px);
		bottom: 2vw;
		left: 3vw;
	}
	.postlist a .tag{
		border-width: 1px;
		font-size: 3vw;
		margin: 0 2px 3px 0;
		padding: 0.4em 0.8em 0.3em;
	}
	.postlist a .title_marker{
		padding: 2.6vw 0.5em;

	}

	.postlist li+li{
		margin-top: 3vw;
	}
}

/* ------------------------------
    固定ページ用
------------------------------ */
.kids_blk1{

}

.kids_blk1 + .kids_blk1{
	margin-top: 150px;
	padding-top: 150px;
	border-top: 2px solid #393939;
}

.kids_blk2 + .kids_blk2{
	margin-top: 170px;
}
.kids_mid1{
	text-align: center;
	font-size: 3.3rem;
	letter-spacing: 0.15em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1em;
}
.kids_mid2{
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.12em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1.4em;
}

.kids_imgblk{

}
.kids_imgblk + .kids_imgblk{
	margin-top: 74px;
}
.kids_imgblk>p{
	font-weight: bold;
	padding-top: 3.7em;
}
.kids_imgblk .img_cap{
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 0.5em;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	.kids_blk1{
	}
	.kids_blk1 + .kids_blk1{
		margin-top: 15vw;
		padding-top: 15vw;
		border-top: 2px solid #393939;
	}
	.kids_blk2 + .kids_blk2{
		margin-top: 18vw;
	}
	.kids_mid1{
		font-size: 5.4vw;
		margin-bottom: 1em;
	}
	.kids_mid2{
		font-size: 4.8vw;
		margin-bottom: 1.4em;
	}

	.kids_imgblk{
	}
	.kids_imgblk + .kids_imgblk{
		margin-top: 8vw;
	}
	.kids_imgblk .img + .img{
		margin-top: 8vw;
	}

	.kids_imgblk>p{
		font-weight: bold;
		padding-top: 2em;
	}
	.kids_imgblk .img_cap{
		font-size: 3.2vw;
	}

}


/* ------------------------------
    しんさい
------------------------------ */
.shinsai_lead{
	font-weight: bold;
	margin-bottom: 2em;
}

.shinsai_list{
	padding-top: 80px;
}
.shinsai_list li{

}
.shinsai_list li+li{
	margin-top: 42px;
	padding-top: 42px;
	border-top: 1px solid #707070;

}
.shinsai_list .txt{

}
.shinsai_list .ttl{
	font-weight: bold;
	color: #0089D8;
	margin-bottom: 1em;
	font-size: 2rem;
	line-height: 1;
}
.shinsai_list p{
	font-weight: bold;

}

.shinsai_list .img{

}
.shinsai_midbl{
	font-size: 2rem;
	font-weight: bold;
	color: #0089D8;
}
@media screen and (min-width: 769px) {
	.shinsai_imgblk2{
		/*align-items: flex-end;*/
	}
	.shinsai_img3{
		width: 601px;
	}
	.shinsai_img4{
		width: 354px;
	}
	.shinsai_list{
		width: 940px;
		margin:0 auto;
	}
	.shinsai_list li{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.shinsai_list .txt{
		width: 490px;
	}
	.shinsai_list .img{
		width: 390px;
	}
	.shinsai_img10{
		width: 458px;
	}
	.shinsai_img11{
		width: 501px;
	}


}
@media screen and (max-width: 768px) {
	.shinsai_lead{
	}

	.shinsai_list{
		padding-top: 2vw;
	}
	.shinsai_list li{
	}
	.shinsai_list li+li{
		margin-top: 6vw;
		padding-top: 6vw;
	}
	.shinsai_list .img{
		margin-top: 3vw;
	}
	.shinsai_list .txt{
	}
	.shinsai_list .ttl{
		margin-bottom: 0.6em;
		font-size: 4.4vw;
	}
	.shinsai_midbl{
		font-size: 4.4vw;
	}

}


/* ------------------------------
    しくみ
------------------------------ */
#pttl.pttl_shikumi{
	height: 990px;
}

#pttl.pttl_shikumi .pttl_bg{
}
#pttl.pttl_shikumi .tags{
	position: relative;
	z-index: 2;
}
.pupbtnwrap{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

.pupbtn{
	display: block;
	width: 145px;
	left: 50%;
	position: absolute;
  	animation: fluffy1 2.5s ease infinite;
}
.pupbtn:focus { }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  10% { transform:translateY(-15px) }
  20% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  40% { transform:translateY(0) }
  50% { transform:translateY(-5px) }
  55% {  transform:translateY(0) }
  100% { transform:translateY(0) }
}
.pupbtn1{
	margin-left: -37vw;
	bottom: 34.5vw;
}
.pupbtn2{
	margin-left: -15.9vw;
	bottom: 25vw;
}
.pupbtn3{
	margin-left: 8.2vw;
	bottom: 35.2vw;
}
.pupbtn4{
	margin-left: 22.2vw;
	bottom: 29.4vw;
}


.popup{
	background: #fff;
	width: 617px;
	margin: 0 auto;
	position: relative;
	padding: 59px 30px 35px 35px;
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.2);
}
.mfp-bg {
	background: #000;
	opacity: 0.3;
	transition: all 0.4s ease-out;
}
.mfp-bg.mfp-ready {
	opacity: 0.3;
}
.mfp-bg.mfp-removing {
	opacity: 0;
}

/* mfp-content */
.mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.popup .num{
	background: #393939;
	color: #fff;
	width: 44px;
	height: 44px;
	font-size: 3rem;
	border-radius: 50%;
	display: flex;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	line-height: 1;
	justify-content: center;
	align-items: center;
}
.popup .num:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #393939 transparent transparent transparent;
	bottom:-7px;
	left: 50%;
	transform: translateX(-50%);
}
.popup .ttl{
	text-align: center;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 1em;
	padding-left: 1em;
	font-weight: bold;
	margin-bottom: 46px;
}
#popup3 .ttl{
	letter-spacing: 0.6em;
	padding-left: 0.6em;
}
.popup .txt{
	flex:1;
}
.mfp-close{
	top:20px;
	right: 20px;
	width: 13px;
	height: 13px;
	color: #fff!important;
	font-size: 1px;
	transition: .3s;
}
.mfp-close:before, .mfp-close:after{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 18px;
	background: #393939;
	top: 0;
	left: 50%
}
.mfp-close:before{
	transform:rotate(45deg);
}
.mfp-close:after{
	transform:rotate(-45deg);
}
.mfp-close:hover{
	opacity: 0.6;
}
.mfp-close:active {
    	top:20px;}

.popup .ttl2{
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: 1;
	color: #0089D8;
	font-size: 2rem;
	margin-bottom: 0.6em;
}
.popup .txt p{
	line-height: 1.6;
	font-weight: bold;
}
.popup .img{
	width: 272px;
	margin-right: 30px;

}




.kids_inner#page_shikumi{
	margin-top: -75px;
}
.shikumi_lead{
	font-weight: bold;
	line-height: 2.2;
	text-align: center;
}
.shikumi_li{
	display: flex;
	justify-content: space-between;
	margin-top: 76px;
}
.shikumi_li li{
	width: 181px;
	position: relative;
}
.shikumi_li li+li:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #0089D8;
	top: 18px;
	left: -20px;

}
.shikumi_li .txt1{
	display: flex;
	height: 2.5em;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 2.1rem;
	line-height: 1.43;
	font-weight: bold;
	margin-bottom: 1em;
}
.shikumi_li .txt2{
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	color: #0089D8;
}

.shikumi2 .moviewrap{
    margin: 40px auto 80px;
    position: relative;
    width: 560px;
}

@media screen and (min-width: 1361px) {
	#pttl.pttl_shikumi{
		height: 72.7vw;
	}
	.kids_inner#page_shikumi{
		margin-top: -5.5vw;
	}


}

@media screen and (min-width : 769px)and ( max-width : 1360px){
	.pupbtn1{
		margin-left: -503px;
		bottom: 475px;
	}
	.pupbtn2{
		margin-left: -217px;
		bottom: 340px;
	}
	.pupbtn3{
		margin-left: 112px;
		bottom: 480px;
	}
	.pupbtn4{
		margin-left: 302px;
		bottom: 400px;
	}
}

@media screen and (min-width: 769px) {
	.pupbtn:hover{
		opacity: 0.8;
	}

	.shikumi_li{
		width: 1020px;
		margin-left: -10px;
	}
	.img_shikumi_flow{
		width: 1101px;
		margin-left: -51px;
	}
	.shikumi2{
		padding-top: 80px!important;
	}
	.shikumi3{
		padding-top: 90px!important;
	}
}
@media screen and (max-width: 768px) {
	#pttl.pttl_shikumi{
		height: 110vw;
	}
	#pttl.pttl_shikumi .pttl_bg{
		margin-top: 4vw;
	}
	.pupbtn{
		width: 20vw;
	}
	@keyframes fluffy1 {
	  0% { transform:translateY(0) }
	  10% { transform:translateY(-2vw) }
	  20% { transform:translateY(0) }
	  30% { transform:translateY(-1.5vw) }
	  40% { transform:translateY(0) }
	  50% { transform:translateY(-1vw) }
	  55% {  transform:translateY(0) }
	  100% { transform:translateY(0) }
	}
	.pupbtn1{
		margin-left: -41vw;
	}
	.pupbtn2{
		margin-left: -19vw;
	}
	.pupbtn3{
		margin-left: 1vw;
	}
	.pupbtn4{
		margin-left: 22vw;
	}

	.kids_inner#page_shikumi{
		margin-top: -6vw;
	}
	.shikumi_lead{
		line-height: 1.8;
	}
	.shikumi_li{
		flex-wrap: wrap;
		margin-top: 8vw;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.shikumi_li li{
		width: 48%;
		position: relative;
	}
	.shikumi_li li+li:before{
		border-width: 2vw 0 2vw 3vw;
		top: 3vw;
		left: -2vw;
	}
	.shikumi_li li:nth-of-type(n+3){
		margin-top: 8vw;
	}
	.shikumi_li li:nth-of-type(n+3):before{
		top: 1vw;
	}
	.shikumi_li .txt1{
		font-size: 4.4vw;
		margin-bottom: 1vw;
		display: block;
		height: auto;
	}
	.shikumi_li .txt2{
		font-size: 4vw;
		margin-top: 1vw;
	}

	.shikumi2 .moviewrap{
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin: 6vw auto 10vw;
    }
	.shikumi2 .moviewrap iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

	.popup{
		width: 90%;
		padding: 8vw 3vw 3vw;
		box-shadow: 1vw 1vw 0px 0px rgba(0,0,0,0.2);
	}
	.mfp-bg {
	}
	.popup .num{
		width: 7vw;
		height: 7vw;
		font-size: 5vw;
	}
	.popup .num:before{
		border-width: 1.8vw 1vw 0 1vw;
		bottom:-1.3vw;
	}
	.popup .ttl{
		font-size: 5.2vw;
		margin-bottom: 4vw;
	}
	.mfp-close{
		top:20px;
		right: 20px;
		width: 13px;
		height: 13px;
	}
	.mfp-close:before, .mfp-close:after{
		width: 2px;
		height: 18px;
	}
	.popup .ttl2{
		font-size: 4.2vw;
		text-align: center;
	}
	.popup .img{
		width: 100%;
		margin-right: 0;
		margin-top: 3vw;
	}
}

/* ------------------------------
    YouTube動画レスポンシブ対応用のスタイル
------------------------------ */
@media screen and (max-width: 768px) {
	.youtube {
			position: relative;
			width: 100%;
			padding-top: 56.25%;
	}
	.youtube iframe {
			position: absolute;
			top: 0;
			right: 0;
			width: 100%;
			height: 100%;
	}
}