/*********************************************
Kids 専用 common
※ 最下部に、検索、ハンダーガーのモーダルあり
*********************************************/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #040000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
.cf::after {
	display: block;
	clear: both;
	content: "";
}
.clear {
	float: none;
	clear: both;
}
a {
	color: #040000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity: 0.7;
}
img {
	vertical-align: bottom;
}
input,
textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
}
.inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
li {
	list-style: none;
}
.lazy {
	display: none;
}
/*********************************************
header
*********************************************/
.home header {
	margin: 0;
}
header {
	margin: 0 0 40px 0;
}
header h1 {
	margin: 30px 0 0 0;
	float: left;
}
header .spMenu {
	display: none;
}
.gNav {
	margin: 45px 70px 0 0;
	float: right;
}
.gNav li {
	float: left;
	text-align: center;
	background: url(../images/pc/bg_linkborder.png) right center repeat-y;
	width: 130px;
	height: 65px;
	position: relative;
}
.gNav li:last-of-type {
	margin: 0;
}
/*.gNav li:nth-of-type(1) a:before {
	content: url(../images/pc/nav_learn.png);
	width: 51px;
	height: 39px;
}
.gNav li:nth-of-type(2) a:before {
	content: url(../images/pc/nav_lesson.png);
	width: 33px;
	height: 41px;
}
.gNav li:nth-of-type(3) a {
	padding: 3px 0 0 0;
}
.gNav li:nth-of-type(3) a:before {
	content: url(../images/pc/nav_lifestyle.png);
	width: 37px;
	height: 33px;
}
.gNav li:nth-of-type(4) a:before {
	content: url(../images/pc/nav_nature.png);
	width: 33px;
	height: 41px;
}*/
.gNav li a {
	display: block;
}
.gNav li a:before {
	display: inline-block;
}
.gNav li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.gNav li a span.textWrap {
	display: block;
	text-align: center;
	font-weight: 900;
	position: absolute;
	bottom: 0;
	width: 100%;
}
header .inner {
	position: relative;
}
header .search {
	position: absolute;
	top: 78px;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	cursor: pointer;
}
/*********************************************
#postSlider
*********************************************/
#postSlider {
	clear: both;
	margin: 20px 0 80px 0;
}
#postSlider .slick-slide>div>div {
	position: relative;
}
#postSlider .slideCaption span {
	font-size: 28px;
	color: #ffffff;
}
#postSlider .slideCaption {
	width: 100%;
	box-sizing: border-box;
	background: rgba(80, 80, 80, 0.4);
	position: absolute;
	bottom: 0;
	padding: 20px 40px;
}
.slick-slide {
	opacity: 1 !important;
}
/*

@media (max-width:640px) {

    .item {
        width: 100% !important;
    }


    .item img {
        width: auto !important;
        height: auto !important;
    }
}
*/
/*********************************************
#contents
*********************************************/
#contents {
	margin: 0 0 0 0;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
#mainContent {
	width: 600px;
	margin: 0 45px 50px 0;
}
#breadcrumb {
	width: 100%;
	margin: 0 0 10px 0;
}
#breadcrumb ol {
	width: 600px;
}
#breadcrumb li {
	float: left;
}
#breadcrumb a,
#breadcrumb span {
	color: #231815;
	font-size: 93%;
	display: block;
	float: left;
}
#breadcrumb a:after {
	content: '>';
	display: block;
	float: right;
	margin: 2px 5px 0 0;
	padding: 0 0 0 5px;
}
#breadcrumb li:last-of-type a:after {
	display: none;
}
.pageTitle {
	line-height: 1.4;
}
.archive .pageTitle {
	font-size: 357%;
	margin: 0 0 25px 0;
}
.search .pageTitle {
	font-size: 214%;
	margin: 0 0 25px 0;
}
.single .pageTitle {
	font-size: 214%;
}
.page .pageTitle {
	font-size: 214%;
	margin: 0 0 35px 0;
}
#sidebar {
	width: 300px;
	margin: 0 0 135px 0;
}
p.secTitle {
	text-align: center;
	margin: 0 0 30px 0;
}
.postList .post article {
	display: flex;
}
.postList .post.new {
	position: relative;
}
.postList .post.new article:before {
	display: block;
	content: url(../images/pc/ico_newpost.png);
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}
.postList .post {
	margin: 0 0 20px 0;
}
.post:last-of-type {
	margin: 0 !important;
}
.postList .post .postInfo {
	width: 100%;
	order: 2;
}
.postList .postInfo h2 a {
	font-size: 143%;
	font-weight: 900;
}
.postList .post .postImage {
	height: 150px;
	margin: 0 10px 0 0;
	order: 1;
}
.postList .postCat {
	float: left;
}
.postList .postCat a {
	font-size: 107%;
	font-weight: 900;
	padding: 0 0 0 24px;
}
.postList .postCat a.icolearning {
	background: url(../images/pc/ico_learn.png) 0 center no-repeat;
}
.postList .postCat a.icolifestyle {
	background: url(../images/pc/ico_lifestyle.png) 0 center no-repeat;
}
.postList .postCat a.icolesson {
	background: url(../images/pc/ico_lesson.png) 0 center no-repeat;
}
.postList .postCat a.iconature {
	background: url(../images/pc/ico_nature.png) 0 center no-repeat;
}
.postDate {
	float: right;
	font-size: 89% !important;
}
.single .postDate {
	margin: 0 0 0 0 !important;
	float: none;
	text-align: right;
}
.postList .post h2 {
	clear: both;
}
.postList .moreLink {
	margin: 20px auto 0 auto;
	text-align: center;
	display: block;
}
.page #postContent .eyeImage {
	margin: 40px 0 50px 0;
}
.single #postContent .eyeImage {
	margin: 20px 0 50px 0;
}
#postContent .eyeImage img {
	margin: 0;
	width: 100%;
	height: auto;
}
#postContent .readText {
	font-size: 143%;
	font-weight: 900;
	margin: 0 0 40px 0;
	clear: both;
}
#postContent h2 {
	font-size: 214%;
	margin: 0 0 20px 0;
	font-weight: 900;
	line-height: 1.4;
}
#postContent h3 {
	font-size: 214%;
	margin: 0 0 30px 0;
	font-weight: 900;
	line-height: 1.4;
}
#postContent h4 {
	font-size: 193%;
	margin: 0 0 30px 0;
	font-weight: 900;
	line-height: 1.4;
}
#postContent h5 {
	font-size: 179%;
	margin: 0 0 30px 0;
	font-weight: 900;
	line-height: 1.4;
}
#postContent h6 {
	font-size: 164%;
	margin: 0 0 30px 0;
	font-weight: 900;
	line-height: 1.4;
}
#postContent ul,
#postContent ol {
	margin: 0 0 30px 0;
	font-size: 129%;
}
#postContent ul li {
	list-style: disc inside;
}
#postContent ol li {
	list-style: decimal inside;
	font-size: 129%;
}
#postContent p {
	margin: 0 0 40px 0;
	font-size: 129%;
}
#postContent img {
	margin: 0 0 40px 0;
}
.contentDetails {
	margin: 60px 0 30px;
	font-size: 89%;
}
.contentDetails p {
	margin: 0 !important;
}
.contentDetails .pName {
	font-weight: 900;
}
#editoInfo {
	font-size: 114%;
	text-align: center;
}
#editoInfo img {
	margin: 0;
}
#postTags {
	text-align: center;
	border-top: solid 1px #040000;
	padding: 25px 0 0 0;
	margin: 25px 0 0 0;
}
#postTags dt {
	margin: 0 0 10px 0;
}
#postTags dt span {
	background: #ffffff !important;
	color: #040000 !important;
	border: solid 1px #040000;
	font-weight: 900;
	font-size: 142%;
	padding: 5px 30px;
	margin-bottom: 10px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}
#postTags dd {
	display: inline-block;
	margin-right: 15px;
}
#postTags dd a {
	background: #040000 !important;
	color: #ffffff !important;
	font-weight: 900;
	font-size: 128%;
	padding: 3px 30px;
	margin-bottom: 10px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}
.shareArea ul {
	margin: 0 !important;
}
.shareArea li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.shareArea li:last-of-type {
	margin: 0;
}
#postContent .shareArea {
	display: none;
}
#editoInfo {
	margin: 0 0 25px 0;
}
#editoInfo dt {
	margin: 10px 0 15px 0;
	font-weight: 900;
}
#editoInfo dd {
	text-align: left;
}
/*#sidebar*/
#sidebar article p.secTitle {
	text-align: center;
	margin: 0 0 20px 0;
}
.widget {
	margin: 0 0 30px 0;
}
.widget[id^="wpp"] {
	margin-top: 30px;
}
#sidebar .widget:first-of-type {
	margin-top: 0;
}
#sidebar .widget[id^="media_image"] {
	margin: 0 0 10px;
	text-align: center;
	width: 100%;
}
#sidebar .widget[id^="media_image"] img {
	width: auto !important;
	height: auto;
}
.rankingList li {
	margin: 0 0 5px 0;
	padding: 0 0 0 35px;
	display: table;
	min-height: 30px;
}
.rankingList li a {
	display: table-cell;
	vertical-align: middle;
}
.rankingList li:nth-of-type(1) {
	background: url(../images/pc/ico_ranking_01.jpg) 0 center no-repeat;
}
.rankingList li:nth-of-type(2) {
	background: url(../images/pc/ico_ranking_02.jpg) 0 center no-repeat;
}
.rankingList li:nth-of-type(3) {
	background: url(../images/pc/ico_ranking_03.jpg) 0 center no-repeat;
}
.rankingList li:nth-of-type(4) {
	background: url(../images/pc/ico_ranking_04.jpg) 0 center no-repeat;
}
.rankingList li:nth-of-type(5) {
	background: url(../images/pc/ico_ranking_05.jpg) 0 center no-repeat;
}
.rankingList li:nth-of-type(6) {
	background: url(../images/pc/ico_ranking_06.jpg) 9px no-repeat;
}
.rankingList li:nth-of-type(7) {
	background: url(../images/pc/ico_ranking_07.jpg) 9px center no-repeat;
}
.rankingList li:nth-of-type(8) {
	background: url(../images/pc/ico_ranking_08.jpg) 9px center no-repeat;
}
.rankingList li:nth-of-type(9) {
	background: url(../images/pc/ico_ranking_09.jpg) 9px center no-repeat;
}
.rankingList li:nth-of-type(10) {
	background: url(../images/pc/ico_ranking_10.jpg) 5px center no-repeat;
}
.rankingList li a {
	font-size: 89% !important;
}
.magazineArea {
	padding: 10px;
	background: #f0efef;
}
.magazineArea article .magazineInfo {
	display: flex;
	justify-content: space-between;
	clear: both;
}
.magazineArea img {
	order: 2;
	width: auto;
	height: auto;
}
.magazineArea .linkList {
	order: 3;
	width: 80%;
}
.magazineArea .magazineTitle {
	font-size: 107%;
	font-weight: 900;
	text-align: center;
	margin: 0 0 10px 0;
}
.magazineArea .userAction {
	float: right;
}
.magazineArea .userAction li {
	margin: 0 0 5px 0;
}
.magazineArea .userAction li:last-of-type {
	margin: 0;
}
.magazineArea .userAction li a {
	background: #231815;
	color: #ffffff;
	font-weight: 900;
	font-size: 93%;
	padding: 3px 5px;
	border-radius: 15px;
	width: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
}
.magazineArea .userAction li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.magazineArea .questionLink {
	border: solid 1px #8d8786;
	margin: 30px 0 0 0;
	background: #ffffff !important;
	color: #231815 !important;
}
/*#pickupTagArea*/
#pickupTagArea {
	background: #f3f3e6;
	width: 100%;
	padding: 35px 0;
	text-align: center;
	color: #231815;
}
.kindTag {
	font-size: 200%;
	margin: 0 0 15px 0;
	font-weight: 900;
}
.tagWrap a {
	background: #ffffff !important;
	color: #231815 !important;
	font-weight: 900;
	font-size: 128%;
	padding: 5px 30px;
	margin-bottom: 10px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin-right: 15px;
}
/*#pickupArea*/
#pickupArea,
#relatedArea {
	width: 100%;
}
#pickupArea .postList .post,
#relatedArea .postList .post {
	margin: 0;
}
#pickupArea .postList .post article,
#relatedArea .postList .post article {
	flex-flow: wrap;
	width: 290px;
}
#pickupArea .postList .post:nth-of-type(1),
#relatedArea .postList .post:nth-of-type(1) {
	margin: 0 0 45px 0;
}
#pickupArea .postList .post img,
#relatedArea .postList .post img {
	margin: 0 0 20px 0;
}
#pickupArea .postList,
#relatedArea .postList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#pickupArea .postList .postMeta,
#relatedArea .postList .postMeta {
	margin: 0 0 5px 0;
}
#pickupArea {
	padding: 50px 0;
}
/*#specialArea*/
#specialArea {
	width: 100%;
	background: #dce6f3;
	padding: 30px 0 20px 0;
}
/*#relatedArea*/
#relatedArea {
	margin: 0;
	padding: 45px 0 45px 0;
	background: #f3f3e6;
}
.pagerWrap {
	clear: both;
	text-align: center;
	margin-top: 40px;
}
.pager {
	clear: both;
	display: inline-block;
	font-size: 176%;
}
.pager a,
.pager .current,
.page-numbers.dots {
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	margin: 0 50px 10px 0;
	float: left;
	color: #000000;
	text-decoration: none;
}
.pager .next {
	margin: 0 0 0 10px;
}
.pager .prev {
	margin: 0 20px 0 0;
}
.pager .current.page-numbers,
.pager a.page-numbers:hover {
	background-image: url(../images/pc/bg_pager_current.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding-bottom: 10px;
}
.pager a.page-numbers.prev:hover,
.pager a.page-numbers.next:hover {
	padding-bottom: 0 !important;
}
.pager .prev {
	background-image: none !important;
	background-color: #dcdddd;
	color: #ffffff;
}
.pager .next {
	background-image: none !important;
	background-color: #231815;
	color: #ffffff;
}
/*********************************************
footer
*********************************************/
footer {
	margin-top: 60px;
}
.followArea p {
	margin: 0 0 30px 0;
}
.followArea p img {
	display: block;
	margin: 0 auto;
}
.followIcons {
	text-align: center;
	margin: 0 0 60px 0;
}
.followIcons .snsico {
	display: inline-block;
	margin: 0 40px 0 0 !important;
}
.followIcons .snsico:last-of-type {
	margin: 0 !important;
	;
}
#footerLink {
	float: left;
}
#footerLink li {
	float: left;
	padding: 0 5px 0 0;
	margin: 0 5px 10px 0;
	border-right: 1px solid #bcbbbb !important;
	/*background: url(../images/pc/bg_linkborder.png) right center repeat-y;*/
}
#footerLink li.noborder {
	background: none;
}
#footerLink li a {
	margin: 0 5px 0 0;
	font-size: 129%;
}
/*
#footerLink li:after{
    content:" ";
    float:right;
    height:100%;
    border-right: solid 1px #bcbbbb;
}
*/
#accessLogo {
	float: right;
}
#copyright {
	text-align: center;
	clear: both;
	font-size: 86%;
	margin: 45px 0 25px 0;
}
#searchArea {
	display: none;
	background: #edf2f9;
	height: auto;
	width: 100%;
	padding: 75px 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	box-sizing: border-box;
}
#spMenuArea {
	display: none;
}
#searchArea .inner,
#spMenuArea .inner {
	position: relative;
}
#searchArea .close,
#spMenuArea .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.tagWrap a {
	font-size: 86%;
}
#searchArea form {
	margin: 0 auto 50px auto;
	width: 560px;
}
#searchArea form input {
	height: 52px;
	width: 560px;
	border: solid 2px #231815;
	box-sizing: border-box;
	padding: 5px 20px;
}
@media (max-width:950px) {
	.inner {
		width: 100%;
		max-width: none;
	}
	header h1 {
		margin: 15px 0 20px 0;
		float: none;
		text-align: center;
	}

	/* 20251123 追記 */
	/* wrapinner を flex 化して、float を殺す */
    header .titleWrap .wrapinner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    header .titleWrap h1,
    header .titleWrap .spMenu,
    header .titleWrap .search {
        float: none !important;
    }

    /* 並び順を「検索 → ロゴ → ハンバーガー」にする */
    header .titleWrap .search {
        order: 1 !important;
    }

    header .titleWrap h1 {
        order: 2 !important;
    }

    header .titleWrap .spMenu {
        order: 3 !important;
    }
	/* 追記ここまで */

	#headerMenu {
		padding: 0;
	}
	.titleWrap {
		position: relative;
	}
	header .spMenu {
		display: block;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		cursor: pointer;
		height: auto;
	}
	header .search {
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		cursor: pointer;
		height: auto;
	}
	.gNav {
		float: none;
		margin: 0;
	}
	.gNav {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
	}
	.gNav li {
		flex: 1 0 auto;
		float: none;
		display: inline-block;
		box-sizing: border-box;
		height: auto;
		width: auto;
	}
	.gNav li:last-of-type {
		background: none;
	}
	.gNav li a {
		display: block;
		text-align: auto;
		padding: 3px 5px;
		display: block;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gNav li a span.textWrap {
		position: static;
		width: auto;
		display: inline-block;
	}
	.gNav li a:before {
		display: inline-block;
		margin-right: 10px;
	}
	.gNav li:nth-of-type(3) a {
		padding: 0 5px;
	}
	#postSlider {
		clear: both;
		margin: 20px 0 60px 0;
	}
	#postSlider .slideCaption {
		display: none;
	}
	#mainContent {
		width: 100%;
		margin-right: 0;
		padding: 0 15px;
	}
	p.secTitle {
		margin-bottom: 40px;
	}
	#breadcrumb {
		background: #efefef;
		padding: 3px 0;
		margin: 0 0 30px 0;
		font-size: 86%;
	}
	#breadcrumb ol {
		width: auto;
	}
	#breadcrumb .inner {
		padding: 0 15px;
		box-sizing: border-box;
	}
	#relatedArea {
		padding: 40px 10px !important;
	}
	.postList .postCat a.icolearning {
		padding: 0 0 0 30px;
		background: url(../images/sp/ico_learn.png) 0 center no-repeat;
	}
	.postList .postCat a.icolifestyle {
		padding: 0 0 0 30px;
		background: url(../images/sp/ico_lifestyle.png) 0 center no-repeat;
	}
	.postList .postCat a.icolesson {
		background: url(../images/sp/ico_lesson.png) 0 center no-repeat;
	}
	.postList .postCat a.iconature {
		background: url(../images/sp/ico_nature.png) 0 center no-repeat;
	}
	#pickupArea .postList .post,
	#relatedArea .postList .post {
		width: calc(50% - 15px);
		margin-bottom: 40px;
	}
	#pickupArea .postList .post article,
	#relatedArea .postList .post article {
		width: 100%;
	}
	#pickupArea .postList .post img,
	#relatedArea .postList .post img {
		width: 100%;
		height: auto;
	}
	#pickupArea {
		padding: 40px 10px !important;
		order: 0;
	}
	.archive .pageTitle,
	.search .pageTitle {
		text-align: center;
	}
	#postContent img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	#postContent .shareArea {
		margin: 10px 0 0 0;
		text-align: right;
		display: block;
	}
	#sidebar {
		width: 100%;
		order: 1;
		font-size: 129%;
		margin: 0 0 0 0;
	}
	#sidebar aside {
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}
	#sidebar .widget {
		margin: 0 0 20px 0 !important;
	}
	#sidebar .widget:last-of-type {
		margin-bottom: 0 !important;
	}
	.widget[id^="wpp"] {
		order: -1;
		margin-top: 0;
	}
	#sidebar a {
		font-size: 129%;
	}
	#sidebar img {
		width: 100%;
		height: auto;
	}
	.secTitle img {
		width: auto !important;
		max-width: 100%;
	}
	.magazineArea {
		width: 100%;
		padding: 30px 0;
	}
	.magazineInfo {
		padding: 0 20px;
	}
	.linkList {
		width: 55% !important;
	}
	.magazineArea .magazineTitle {
		margin: 0 0 20px 0;
	}
	.magazineArea .magazineInfo img {
		width: 100% !important;
	}
	.magazineArea .userAction {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.magazineArea .questionLink {
		position: absolute;
		bottom: 0;
	}
	#addBnrList {
		order: 2;
	}
	#widgetRanking {
		padding: 0 15px;
		order: 1;
	}
	.rankingList li {
		margin: 0 0 5px 0;
		padding: 0 0 0 40px;
		display: table;
	}
	#specialArea {
		order: 0;
		margin: 0 0 40px 0;
	}
	.followIcons .snsico {
		margin-right: 20px;
	}
	footer {
		order: 1;
		padding: 0 10px 10px 10px;
	}
	.followIcons {
		margin-bottom: 30px;
	}
	.followArea .secTitle {
		margin-bottom: 30px;
	}
	#footerLink {
		width: 70%;
	}
	#accessLogo {
		width: 30%;
		height: auto;
	}
	#footerLink li {
		line-height: 1.4;
		margin-bottom: 3px;
	}
	#copyright {
		margin: 20px 0 0 0;
	}
	#searchArea form input {
		width: 100%;
	}
	#searchArea form {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#searchArea .close {
		top: -75px;
		right: 20px;
	}
	#searchArea {
		padding: 120px 10px 35px 10px;
	}
	#spMenuArea {
		display: none;
		background: #f3f3e6;
		height: auto;
		width: 100%;
		padding: 75px 0 35px 0;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1002;
		box-sizing: border-box;
	}
	#spMenuArea .close {
		top: -75px;
		right: 20px;
	}
	#spMenuArea .gNav {
		display: block;
		margin: 0 0 30px 0;
	}
	#spMenuArea .gNav li {
		text-align: left;
		background: transparent none;
		flex: none;
		display: block;
		width: 100%;
		border-bottom: solid 1px #8b857d;
	}
	#spMenuArea .gNav li a {
		display: block;
		padding: 20px 0;
		height: 100%;
		display: flex !important;
		justify-content: flex-start;
		align-items: center;
	}
	#spMenuArea .siteName {
		margin: 0 auto;
	}
}
@media (max-width:640px) {
	header {
		margin: 0 0 15px 0;
	}
	/*header h1 img {
		max-width: 43%;
		height: auto;
	}*/
	.inner {
		box-sizing: border-box;
	}
	header .spMenu {
		width: 25px;
	}
	header .search {
		width: 20px;
	}

	/* 20251123 追記 */
	/* wrapinner を flex 化して、float を殺す */
    header .titleWrap .wrapinner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    header .titleWrap h1,
    header .titleWrap .spMenu,
    header .titleWrap .search {
        float: none !important;
    }

    /* 並び順を「検索 → ロゴ → ハンバーガー」にする */
    header .titleWrap .search {
        order: 1 !important;
    }

    header .titleWrap h1 {
        order: 2 !important;
    }

    header .titleWrap .spMenu {
        order: 3 !important;
    }
	/* 追記ここまで */

	.gNav {
		padding: 0;
	}
	.gNav li a {
		padding: 0 5px;
		font-size: 57%;
	}
	.gNav li a:before {
		content: '' !important;
		margin-right: 5px;
		background-size: contain !important;
	}
	/*.gNav li:nth-of-type(1) a:before {
		background: url(../images/sp/nav_learn.png) 0 0 no-repeat;
		width: 18px;
		height: 14px;
	}
	.gNav li:nth-of-type(2) a:before {
		background: url(../images/sp/nav_lesson.png) 0 0 no-repeat;
		width: 15px;
		height: 15px;
	}
	.gNav li:nth-of-type(3) a:before {
		background: url(../images/sp/nav_lifestyle.png) 0 0 no-repeat;
		width: 15px;
		height: 15px;
	}
	.gNav li:nth-of-type(4) a:before {
		background: url(../images/sp/nav_nature.png) 0 0 no-repeat;
		width: 15px;
		height: 19px;
	}*/
	#mainContent {
		margin-bottom: 30px;
	}
	#pickupArea {
		padding: 20px 10px !important;
		order: 0;
	}
	#postTags dt span {
		font-size: 114%;
	}
	#postTags dd a {
		font-size: 100%;
	}
	.archive .pageTitle {
		font-size: 280%;
	}
	.search .pageTitle {
		font-size: 143%;
		margin: 0 0 25px 0;
	}
	.postList .post {
		margin: 0 0 10px 0;
	}
	.postList .post .postInfo {
		width: 100%;
	}
	.postList .post .postImage {
		height: auto;
		width: 200px;
	}
	.postList .post .postImage img {
		width: 100%;
		height: auto;
	}
	.postList .postCat a.icoLearn {
		background-size: contain;
	}
	.postList .postInfo h2 a {
		font-size: 100%;
	}
	.postList .postCat {
		line-height: 1;
	}
	.postList .postCat a {
		font-size: 71% !important;
		padding: 0 0 0 18px;
	}
	.postList .postCat a {
		background-size: contain !important;
	}
	.postMeta {
		margin-bottom: 5px;
	}
	.postDate {
		font-size: 71% !important;
	}
	#postContent h2 {
		margin-bottom: 10px;
		font-size: 143%;
	}
	#pickupTagArea {
		padding: 15px 0;
	}
	#tagWrap a {
		font-size: 86%;
		padding: 5px 10px;
	}
	#pickupTagArea .inner {
		padding: 0 10px;
	}
	.kindTag {
		font-size: 114%;
	}
	p.secTitle {
		margin-bottom: 20px;
	}
	.secTitle img {
		width: 25% !important;
		max-width: none;
		height: auto;
	}
	#sidebar a {
		font-size: 71%;
	}
	#specialArea {
		order: 0;
		margin: 0 0 20px 0;
		padding: 20px 0;
	}
	.magazineArea .linkList {
		width: 100% !important;
	}
	.magazineArea .magazineInfo img {
		width: 80% !important;
	}
	.followArea .secTitle {
		margin-bottom: 15px;
	}
	.followIcons {
		display: flex;
		width: 100%;
		justify-content: space-around
	}
	.followIcons .snsico {
		margin: 0 !important;
	}
	#spMenuArea .followIcons {
		display: inline-block;
		width: 100%;
	}
	#spMenuArea .followIcons .snsico {
		width: 25px;
		height: auto;
		margin-right: 20px !important;
	}
	#spMenuArea .followIcons .snsico:last-of-type {
		margin: 0;
	}
	footer {
		margin: 30px 0 0 0;
	}
	#footerLink li {
		line-height: 1;
		margin-bottom: 3px;
	}
	#footerLink li a {
		font-size: 64%;
	}
	#searchArea .close {
		top: -45px;
		right: 20px;
		width: 15px;
		height: auto;
	}
	#spMenuArea {
		padding: 35px 0;
	}
	#spMenuArea .close {
		width: 15px;
		top: 0;
		height: auto;
	}
	#spMenuArea .inner {
		padding: 0 30px;
	}
	#spMenuArea .inner>article {
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		border-bottom: solid 1px #8b857d;
	}
	#spMenuArea .inner>article:last-of-type {
		margin: 0;
		padding: 0;
		border: none;
	}
	#searchArea {
		padding: 75px 10px 35px 10px;
	}
	#spMenuArea .siteName img {
		width: 50%;
		margin: 0 auto;
	}
	#spMenuArea .gNav li a {
		padding: 15px 0;
	}
}
@media (max-width:500px) {}
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: .5;
}
.slick-current {
	opacity: 1;
}
.slick-initialized .slick-slide {
	margin: 0;
}
.slick-next {
	right: 40px;
}
.slick-next:before {
	content: url('../images/pc/img_slider_next.png');
	width: 40px;
	height: 40px;
}
.slick-prev {
	left: 20px;
	z-index: 1000;
}
.slick-prev:before {
	content: url('../images/pc/img_slider_prev.png');
	width: 40px;
	height: 40px;
}
/*.slick-dots li.slick-active button:before {
	content: url('../images/pc/img_slider_cr.png');
	width: 16px;
	height: 16px;
}
.slick-dots li button {
	width: 16px;
	height: 16px;
}
.slick-dots li button:before {
	content: url('../images/pc/img_slider_nocr.png');
	width: 16px;
	height: 16px;
}
.slick-dots {
	margin-top: 10px;
	bottom: -35px;
}*/
.slick-prev:before,
.slick-next:before {
	font-size: unset;
}


/* ============================
   検索モーダル（全ページ共通）
============================ */

#searchArea {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    background: #edf2f9;
    z-index: 99999 !important; /* ← 絶対に最前面 */

    display: none; /* jQueryで開閉 */
    overflow-y: auto;
    padding-top: 60px; /* 検索窓が上に潰れないように */
}

/* 内側コンテンツ */
#searchArea .inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 100000;
}

/* 検索フォーム */
#searchArea form {
    margin-bottom: 30px;
}

/* 閉じるボタン */
#searchArea .close {
    position: absolute;
    top: 0;
	right: 0;

    width: 20px;
    height: auto;

    cursor: pointer;
    z-index: 100001;
}

/* タグのリスト */
#searchArea .tagWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#searchArea .tagWrap a {
    display: inline-block;
    padding: 6px 12px;
    background: #efefef;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

/* ================================
   Kids SP ハンバーガーモーダル
=============================== */
#spMenuArea {
    display: none;
    position: fixed!important;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3e6;
	padding: 35px 0 !important;
}

/* 閉じるボタン */
#spMenuArea .close {
    position: absolute;
    top: -18px;
	right: 30px;

    width: 20px;
    height: auto;

    cursor: pointer;
    z-index: 100001;
}

/* 「FQ Kids VOL.21（2025年冬号）より転載」などを非表示 */
p.source {
	display: none;
}

/* Kids スライダー修正 */
#postSlider .slideCaption span {
    font-size: 28px !important;
}

#postSlider .slideCaption {
	padding: 24px 40px !important;
}

/* Kids カテゴリアイコン + テキストの上下中央揃え */

#pickupArea .postList .postCat .ico picture,
#pickupArea .postList .postCat .ico img {
    margin: auto !important;
}

/* sponsored */
/*#pickupArea .postList .post .postImage {
	max-height: 220px;
	width: 200px;
	position: relative !important;
}
#pickupArea .postList .post .postImage .sponsored {
	position: absolute !important;
	bottom: 0 !important;
	right: 0 !important;
}*/

/* 画像比率を固定 290x220 → 約1.318 */
#pickupArea .postList .post .postImage {
    position: relative;
    width: 100%;  
    aspect-ratio: 290 / 220;
    overflow: hidden;
}

/* 子要素は枠内で100%フィット */
#pickupArea .postList .post .postImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sponsored を右下に完全固定 */
#pickupArea .postList .post .postImage .sponsored {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 2px 6px;
    background: rgba(255,255,255,0.7);
    font-size: 12px;
}


/* フッターリンク */
footer .inner {
	text-align: center;
}

#footerLink {
	float: none !important;
    text-align: center !important;
	width: 100%;
}

#footerLink li {
	font-size: 0.60rem !important;
	border-right: 1px solid #000 !important;
}

#footerLink li.menu-item:last-child {
	border-right: none !important;
}

/* Kids フッターの Access ロゴを中央寄せに */
#accessLogo {
    float: none !important;
    text-align: center !important;
}

#accessLogo p {
    text-align: center !important;
}

@media (max-width:950px) {
	/* sponsored */
	.postList .post .postImage {
		height: 220px;
		max-width: 290px;
		position: relative !important;
	}
	.postList .post .postImage .sponsored {
		position: absolute !important;
		bottom: 0 !important;
		right: 0 !important;
	}
	
	#footerLink li {
		font-size: 0.70rem !important;
	}

	#accessLogo {
		clear: both !important;
		width: 100%;
		text-align: center !important;
	}
	
	#accessLogo p {
		text-align: center !important;
	}
}

@media (max-width:640px) {
	/* sponsored */
	.postList .post .postImage {
		max-height: 120px;
		width: 109px;
		position: relative !important;
	}
	.postList .post .postImage .sponsored {
		position: absolute !important;
		bottom: 0 !important;
		right: 0 !important;
	}
	
	#footerLink li {
		font-size: 1.15rem !important;
	}
	
	#accessLogo {
		clear: both !important;
		text-align: center !important;
	}
	
	#accessLogo p {
		text-align: center !important;
	}
}

/* ============================================================== */
/* Kids：記事のリード文（readText） rem指定で安定化                */
/* ============================================================== */

/* PC */
@media (min-width: 641px) {
    #postContent .readText {
        font-size: 1.25rem !important;
        font-weight: 900;
        line-height: 1.8;
        margin-bottom: 40px;
    }
}

/* SP */
@media (max-width: 640px) {
    #postContent .readText {
        font-size: 1.15rem !important;
        font-weight: 900;
        line-height: 1.75;
        margin-bottom: 32px;
    }
}

/* ============================================================== */
/* Kids：記事 h3 見出し rem 固定（style.css/common.css を完全上書き） */
/* ============================================================== */

/* PC */
@media (min-width: 641px) {
    #postContent h3 {
        font-size: 1.6rem !important;
        font-weight: 900;
        line-height: 1.4;
        margin: 0 0 30px 0;
        padding: 5px 5px 3px 1px;
        border-bottom: 2px solid #000;
    }
    #postContent h3:before {
        content: "■";
        margin-right: 10px;
    }
}

/* SP */
@media (max-width: 640px) {
    #postContent h3 {
        font-size: 1.18rem !important;
        font-weight: 900;
        line-height: 1.8;
        margin: 0 0 20px 0;
        padding: 5px 5px 3px 1px;
        border-bottom: 2px solid #000;
    }
    #postContent h3:before {
        content: "■";
        margin-right: 10px;
    }
}

/* ============================================================== */
/* Kids：記事 h4 見出し rem 固定（style.css/common.css 完全上書き） */
/* ============================================================== */

/* PC */
@media (min-width: 641px) {
    #postContent h4 {
        font-size: 1.6rem !important;
        font-weight: 900;
        line-height: 1.4;
        margin: 0 0 30px 0;
        padding-left: 13px;
        border-left: 5px solid #000;
    }
}

/* SP */
@media (max-width: 640px) {
    #postContent h4 {
        font-size: 1.18rem !important;
        font-weight: 900;
        line-height: 1.8;
        margin: 0 0 20px 0;
        padding-left: 13px;
        border-left: 5px solid #000;
    }
}

/* ----------------------------------------------------
   Kids ヘッダー高さ調整（PCのみ）
   641px 以上の画面で適用
---------------------------------------------------- */
@media (min-width: 641px) {

    /* ロゴの位置を約15px 下げて、テスト環境と統一 */
    header h1 {
        margin-top: 20px !important;  /* ← 元34px なので -14px */
    }

    /* 検索アイコンも高さを揃える */
    header .search {
        top: 68px !important; /* ← 元82px → 約14px 縮める */
    }

    /* header 自体の無駄な余白を少しだけ調整 */
    header {
        padding-bottom: 10px !important; /* ← 元20px → -10px */
        margin-bottom: 30px !important;  /* ← 前後の余白調整 */
    }
}

/* ----------------------------------------------------
   投稿ページの breadcrumb 上に余白を追加
---------------------------------------------------- */
#breadcrumb {
	margin-top: 15px !important;
}


