@charset "UTF-8";
/*
Author: あそびラボ
*/

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::before{
	background: url(../images/words/mv_img01.png) top left / contain no-repeat;
	width: 82px;
	height: 82px;
	top: -8px;
	left: -42px;
}
.bl_lower_mv_ttl::after{
	background: url(../images/words/mv_img02.png) top right / contain no-repeat;
	width: 110px;
	height: 80px;
	top: -9px;
	right: -39px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::before{
		width: 128px;
		height: 128px;
		top: -15px;
		left: -56px;
	}
	.bl_lower_mv_ttl::after{
		width: 160px;
		height: 116px;
		top: -9px;
		right: -57px;
	}
	.words_all .bl_lower_mv_ttl{
		    letter-spacing: 0.76px;
    font-size: 38px;
	}
	.words_all .bl_lower_mv_ttl::before{
		top: -15px;
		left: -36px;
	}
	.words_all .bl_lower_mv_ttl::after{
		top: -9px;
		right: -68px;
	}
}
/*=======================================================
共通
=======================================================*/
main{
	background: #FCFBF7;
}

.ly_cont {
	padding: 35px 0 80px;
}
@media screen and (max-width : 750px){
	.ly_cont {
		width: 670px;
	}
}
/*=======================================================
archive
=======================================================*/
.ly_search .bl_search{
	display: flex;
	flex-wrap: wrap;
}
.el_zombie01{
	margin-top: -152px;
	width: 300px;
}
.bl_sec_mainTtl{
	font-size: 26px;
}
.bl_words_intro {
	border: 32px solid #76B9FF;
	margin-bottom: 70px;
}
.ly_search ::placeholder{
	font-size: 17px;
}
.bl_words_intro .ly_cont_inner{
	position: relative;
	padding: 30px 0;
}
.bl_words_intro .ly_cont_inner::after{
	content: '';
	position: absolute;
	border-right: 16px solid transparent;
	border-top: 24px solid #76B9FF;
	border-left: 16px solid transparent;
	bottom: -47px;
	left: 495px;
}
.bl_words_intro_txt{
	text-align: center;
}
.bl_search .ly_cont_inner {
	padding: 48px 0 64px;
}
.bl_search_ttl {
	text-align: center;
}
.bl_wordsCat .ly_cont_inner {
	padding: 76px 0 56px;
}
.bl_wordsCat_ttl {
	text-align: center;
	margin-bottom: 32px;
}
.bl_wordsCat_list{
	display: flex;
	flex-wrap: wrap;
}
.bl_wordsCat_item{
	width: 320px;
	height: 64px;
	background: #fff;
	border: 1px solid #76B9FF;
	margin: 0 32px 26px 0;
	box-shadow: none;
}
.bl_wordsCat_item:nth-of-type(3n){
	margin-right: 0;
}
.bl_wordsCat_item.el_moreBtn::after{
	background: url(../images/common/arrow_right__blue.svg) top right / contain no-repeat;
	top: 21px;
}
.bl_wordsCat_item.el_moreBtn:hover::after{
	background: url(../images/common/arrow_right.svg) top right / contain no-repeat;
}
.bl_wordsCat_item.el_moreBtn > a{
	color: #76B9FF;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding-bottom: 3px;
}
.bl_wordsCat_item.el_moreBtn:hover{
	transform: translate(0, 0px);
}
.bl_wordsCat_item.el_moreBtn:hover > a{
	color: #fff;
}
.bl_wordsCat_item.el_moreBtn:hover > a:hover{
	opacity: 1;
}
.bl_wordsCat_item.el_moreBtn::before{
	top: 88px;
}

@media screen and (max-width : 750px){
	.ly_search .ly_cont_inner{
		width: 670px;
	}
	.el_zombie01{
		top: 44px;
		right: 0;
		position: absolute;
	}
	.bl_sec_mainTtl{
		font-size: 40px;
		padding-left: 65px;
	}
	.bl_words_intro {
		margin-bottom: 85px;
	}
	.ly_search ::placeholder{
		font-size: 17px;
	}
	.bl_words_intro .ly_cont_inner{
		padding: 45px 0;
	}
	.bl_words_intro .ly_cont_inner::after{
		border-right: 32px solid transparent;
		border-top: 48px solid #76B9FF;
		border-left: 32px solid transparent;
		bottom: -58px;
		left: 286px;
	}
	.bl_wordsCat .ly_cont_inner {
		padding: 122px 0 56px;
		width: 670px;
	}
	.bl_wordsCat_list{
		width: 640px;
		margin: 0 auto;
	}
	.bl_wordsCat_item{
		width: 100%;
		height: 96px;
		border: 4px solid #76B9FF;
		margin: 0;
	}
	.bl_wordsCat_item + .bl_wordsCat_item{
		margin-top: 32px;
	}
	.bl_wordsCat_item.el_moreBtn > a{
		font-size: 36px;
	}
	.bl_wordsCat_item.el_moreBtn::after{
		top: 26px;
	}
}
/*=======================================================
taxonomy
=======================================================*/
.words.archive.tax .ly_cont {
	padding: 0px 0 80px;
}
.bl_wordsTerm_ttl {
	background: #E6F2FF;
	padding: 0 20px 3px;
	display: flex;
	align-items: center;
	min-height: 40px;
	margin-bottom: 30px;
	font-size: 28px;
	color: #7289FF;
}
.bl_words_list{
	margin-bottom: 30px;
}
.bl_words_item:hover{
	color: #7289FF;
	opacity: 1;
}
@media screen and (max-width : 750px){
	.bl_wordsTerm_ttl {
		min-height: 64px;
		font-size: 32px;
	}
	.bl_words_list{
		margin-bottom: 36px;
	}
	.bl_words_item:hover{
		color: #7289FF;
		opacity: 1;
	}
}
/*=======================================================
single
=======================================================*/
.bl_post{
	border: 2px solid #76B9FF;
	border-radius: 6px;
	background: #fff;
	padding: 24px 16px 52px;
}
.bl_post_ttl{
	color: #7289FF;
	font-size: 24px;
	margin-bottom: 32px;
	padding: 0 0 3px 42px;
	border-top: none;
	background: none;
	border-bottom: 2px solid #BFDEFF;
}
.bl_post_ttl::before{
	content: '';
	position: absolute;
	background: url(../images/words/icon_pen.svg) top left / contain no-repeat;
	width: 28px;
	height: 26px;
	top: 29px;
	left: 22px;
}
@media screen and (max-width: 750px){
	.bl_post{
		border: 4px solid #76B9FF;
		border-radius: 12px;
		padding: 32px 20px 40px;
	}
	.bl_post_ttl{
		font-size: 30px;
		padding: 0 0 3px 54px;
		border-bottom: 4px solid #BFDEFF;
	}
	.bl_post_ttl::before{
		width: 38px;
		height: 36px;
		top: 33px;
		left: 26px;
	}
}
/*=======================================================
aside
=======================================================*/
.bl_asideSearch {
	padding-bottom: 48px;
}
.bl_asideSearch_ttl {
	font-size: 18px;
	margin-bottom: 16px;
}
.bl_asideSearch_ttl::before{
	background: url(../images/words/icon_aside_funnel.svg) top left / contain no-repeat;
	width: 18px;
	height: 18px;
	top: 8px;
	left: 11px;
}
.bl_asideSearch .bl_searchForm{
	display: flex;
	justify-content: flex-start;
	border: 1px solid #707070;
	border-radius: 4px;
	width: 100%;
	height: 32px;
	background: #fff;
}
.bl_asideSearch .bl_searchForm_input{
	width: 256px;
	padding-left: 10px;
	background: #fff;
}
.bl_asideSearch .bl_searchForm_submit{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 32px;
	border-radius: 0 4px 4px 0;
	background: #707070;
}
.bl_asideSearch .bl_searchForm_submit img{
	width: 16px;
	height: 16px;
}
.bl_asideCat {
	padding-bottom: 20px;
}
.bl_asideCat_ttl {
	font-size: 18px;
}
.bl_asideCat_ttl::before{
	background: url(../images/words/icon_book.svg) top left / contain no-repeat;
	width: 16px;
	height: 18px;
	top: 6px;
	left: 11px;
}
.bl_asideCat_list {
	padding: 10px 0 0;
}
.bl_asideCat_item {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	padding-left: 14px;
}
.bl_asideCat_item + .bl_asideCat_item{
	margin-top: 6px;
}
.bl_asideCat_item:hover{
	background: #F2F2FF;
	border-radius: 6px;
}
.bl_asideCat_item > a {
	display: block;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 1;
	font-weight: bold;
}
.bl_asideCat .el_btn {
	width: 200px;
	margin-top: 20px;
}

/* 検索ボックス */
.ly_search .bl_searchForm {
	display: flex;
	justify-content: flex-start;
}
.ly_search .bl_searchForm_input {
	width: 592px;
	height: 48px;
	border-radius: 4px 0 0 4px;
	border: 2px solid #707070;
	padding: 0 8px;
	background: #fff;
}
.ly_search .bl_searchForm_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 48px;
	background: #707070;
	border-radius: 0 4px 4px 0;
}
.ly_search .bl_searchForm_submit img{
	width: 16px;
}
/* 検索結果画面 */
.bl_searchResults .bl_searchForm {
	display: flex;
	justify-content: flex-start;
}
.bl_searchResults .bl_searchForm_input {
	width: 378px;
	height: 48px;
	border-radius: 4px 0 0 4px;
	border: 2px solid #707070;
	padding: 0 8px;
	background: #fff;
}
.bl_searchResults .bl_searchForm_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 48px;
	background: #707070;
	border-radius: 0 4px 4px 0;
}
.bl_searchResults .bl_searchForm_submit img{
	width: 16px;
}
.bl_searchResults {
	padding: 40px 0 80px;
}
.bl_searchResults_ttl {
	margin-bottom: 16px;
	font-size: 26px;
}
.bl_searchResults .bl_bulletList {
	font-weight: bold;
	margin-bottom: 40px;
}
.bl_searchResults_item:hover{
	opacity: 1;
	color: #7289FF;
}
.bl_searchResults_contsTxt {
	font-size: 17px;
	font-weight: normal;
}
@media screen and (max-width: 750px){
	.bl_asideSearch_ttl {
		font-size: 30px;
		padding-left: 58px;
		margin-bottom: 30px;
	}
	.bl_asideSearch_ttl::before{
		width: 30px;
		height: 30px;
		top: 20px;
		left: 16px;
	}
	.bl_asideSearch .bl_searchForm{
		height: 96px;
		border-radius: 8px;
	}
	.bl_asideSearch ::placeholder{
		font-size: 34px;
	}
	.bl_asideSearch .bl_searchForm_input{
		width: 553px;
		height: 96px;
		border-radius: 8px 0 0 8px;
		border: 4px solid #707070;
		padding-left: 32px;
		font-size: 32px!important;
	}
	.bl_asideSearch .bl_searchForm_submit{
		width: 120px;
		height: 96px;
		border-radius: 0 8px 8px 0;
	}
	.bl_asideSearch .bl_searchForm_submit img{
		width: 48px;
		height: 48px;
	}
	.bl_asideCat {
		padding-bottom: 0;
	}
	.bl_asideCat_ttl {
		padding-left: 58px;
		font-size: 30px;
		margin-bottom: 30px;
	}
	.bl_asideCat_ttl::before{
		width: 24px;
		height: 28px;
		top: 21px;
		left: 11px;
	}
	.bl_asideCat_item {
		height: 72px;
		padding-left: 20px;
	}
	.bl_asideCat_item + .bl_asideCat_item{
		margin-top: 8px;
	}
	.bl_asideCat_item:hover{
		border-radius: 12px;
	}
	.bl_asideCat_item > a {
		font-size: 30px;
	}
	.bl_asideCat .el_btn {
		width: 200px;
		margin-top: 20px;
	}

	/* 検索ボックス */
	.ly_search .bl_searchForm_input {
		width: 553px;
		height: 96px;
		border-radius: 8px 0 0 8px;
		border: 4px solid #707070;
		padding-top: 3px;
		padding-left: 32px;
		font-size: 34px!important;
	}
	.ly_search ::placeholder{
		font-size: 34px;
	}
	.ly_search .bl_searchForm_submit {
		width: 120px;
		height: 96px;
		border-radius: 0 8px 8px 0;
	}
	.ly_search .bl_searchForm_submit img{
		width: 48px;
	}

	/* 検索結果画面 */
	.bl_searchResults .ly_cont_inner{
		width: 670px;
	}
	.bl_searchResults .bl_searchForm_input {
		width: 553px;
		height: 96px;
		border-radius: 8px 0 0 8px;
		border: 4px solid #707070;
		padding-top: 3px;
		padding-left: 32px;
		font-size: 34px!important;
	}
	.bl_searchResults ::placeholder{
		font-size: 34px;
	}
	.bl_searchResults .bl_searchForm_submit {
		width: 120px;
		height: 96px;
		border-radius: 0 8px 8px 0;
	}
	.bl_searchResults .bl_searchForm_submit img{
		width: 48px;
	}
	.bl_searchResults_ttl {
		margin-bottom: 26px;
		font-size: 36px;
	}
	.bl_searchResults_contsTtl {
		font-size: 32px;
	}
	.bl_searchResults_contsTxt {
		font-size: 28px;
	}
}
/*=======================================================
全用語
=======================================================*/
.bl_words_line_ttl{
	background: #E6F2FF;
	padding: 3px 20px 0;
	display: flex;
	align-items: center;
	min-height: 40px;
	margin-bottom: 18px;
	font-size: 32px;
	color: #7289FF;
}
.bl_words_item + .bl_words_item{
	margin-top: 8px;
}
.bl_words_item > a{
	font-size: 20px;
}
@media screen and (max-width : 750px){
	.bl_words_line_ttl{
		padding: 3px 20px 0;
		min-height: 64px;
		margin-bottom: 26px;
		font-size: 34px;
	}
	.bl_words_item + .bl_words_item{
		margin-top: 14px;
	}
	.bl_words_item > a{
		font-size: 30px;
	}
}
