@charset "UTF-8";

/*
For single-feature.php Style
*/

body#feature{
	--main-color:#ffe749;
	--sub-color:#949498;
	--point-color:#d25c78;
	--body-color:#f1ece9;
	--headline-color:#333;
	--text-color:#000000;
	--gray-text:#606060;
	--time-text:#666;
	--border-color:#ccc;
	--gray-bg:#f4f4f4;
	--article-bg:#fff;
	--box-color:#fff;
	--nav-bgcolor:transparent;
	--footer-text:#fff;
	--nav-color:#000;
	--copy-text:#eeeeee;
	--footer-border:#bfbfc1;

	--feature_body_color:var(--body-color);
	--feature_text_color:var(--text-color);
	--feature_logo_color:#333;
}

body#feature{
	background-color: var(--feature_body_color);
}

/* header
=======================================*/

#feature #header-in .header-area{
	justify-content: end;
}
#feature #box_search,
#feature .menu-item-has-children{
	display: none;
}
#feature #header-in .sitetitle a{
	background-image: none;
}
#feature #header-in #sitelogo a:before{
	content: ' ';
	display: block;
	width: 250px;
	height: 30px;
	margin-bottom: 3px;
	background-color: var(--feature_logo_color);
	-webkit-mask-image: url(img/sitetitlex2.png);
	mask-image: url(img/sitetitlex2.png);
	-webkit-mask-size:contain;
	mask-size:contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
#feature #gnavi .menu > li > a{
	height: 40px;
	color: var(--feature_logo_color);
}
#feature #gnavi .menu > li > a:hover {
	border-color: var(--feature_logo_color);
}
#feature #breadcrumb{
	justify-content: center;
	color: var(--feature_text_color);
	opacity: 0.6;
}
#breadcrumb a{
	color: var(--feature_text_color);
}

/* footer
=======================================*/

#feature footer{
	background-color: rgba(1, 6, 20, 0.38);
}
#feature #footer-link{
	border-top: rgba(255,255,255,0.2) 1px solid;
	border-bottom: rgba(255,255,255,0.2) 1px solid;
}

/* pagetitle */

#feature h1#pagetitle{
	background-image: url();
	background-position: center top;
	/*background-size: cover;*/
	background-repeat: repeat-x;
	margin-top: -120px;
	text-indent: -200%;
	overflow: hidden;
}


/* main contents
=======================================*/

#feature #main_list{
	width: 710px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 25px;
}

#feature article.single-page .entry_sns{
	margin: 0;
	padding: 16px 0;
	width: 100%;
}
article.single-page .entry_sns p{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align:center;
}
article.single-page .entry_sns p a{
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	border-radius: 2px;
	flex-grow: 0;
}
article.single-page .entry_sns p a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}
#feature .metabox{
	font-size: 1.2rem;
	opacity: 0.6;
	border-bottom: #fff 1px dotted;
	padding-bottom: 30px;
}
#feature article.single-page{
	background-color: transparent;
	color: var(--feature_text_color);
	padding: 0;
}


/* 記事リスト */

#feature .feature-list{
	list-style: none;
	margin: 30px 0;
}
#feature .feature-list li a{
	text-decoration: none;
	color: var(--feature_text_color);
}
#feature .feature-list li figure{
	margin: 0 0 15px;
}
#feature .feature-list li p{
	margin: 0;
}
#feature .feature-list li p.title{
	font-size: 2.0rem;
	line-height: 1.4;
}
#feature .feature-list li p.excerpt{
	margin: 15px 0;
	font-size: 1.4rem;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	opacity: 0.8;
}
#feature .feature-list li p.time{
	font-size: 1.3rem;
	text-align: right;
	opacity: 0.8;
}

/* wide */
#feature .feature-list.wide{
	margin-left: auto;
	margin-right: auto;
	max-width: 610px;
}
#feature .feature-list.wide li{
	margin: 0 0 30px;
}
#feature .feature-list.wide li figure{
	height: 400px;
	overflow: hidden;
}
#feature .feature-list.wide li figure img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#feature .feature-list li p.excerpt{
	margin: 15px 25px;
	text-align: justify;
}
#feature .feature-list.wide li p.title{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 2.6rem;
	text-align: justify;
}
#feature .feature-list.wide li p.time{
	padding-right: 25px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: var(--feature_text_color) 1px dotted;
}

/* 2col */
#feature article.single-page .entry_main:has(.feature-list.col-2){
	width: 100%;
}
#feature .feature-list.col-2{
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#feature .feature-list.col-2 li{
	width: calc(50% - 20px);
	margin: 0 0 40px;
}
#feature .feature-list.col-2 li p.title{
	font-size: 1.8rem;
}
#feature:not(.fpage_kinoko-labo) .feature-list.col-2 li p.excerpt{
	margin: 7px 0;
	line-height: 1.5;
	-webkit-line-clamp: 3;
}

/* 3col */
#feature #main_list:has(.feature-list.col-3),
#feature article.single-page .entry_main:has(.feature-list.col-3){
	width: 100%;
}
#feature .feature-list.col-3{
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px;
}
#feature .feature-list.col-3 li{
	width: calc((100% - 80px) / 3);
	margin: 0 0 40px;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}
#feature .feature-list.col-3 li p.title{
	font-size: 1.8rem;
}
#feature .feature-list.col-3 li p.excerpt{
	margin: 7px 0;
	line-height: 1.5;
	-webkit-line-clamp: 3;
}

/* card */
#feature #main_list:has(.feature-list.card),
#feature article.single-page .entry_main:has(.feature-list.card){
	width: 100%;
}
#feature .feature-list.card{
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px 40px;
}
#feature .feature-list.card li{
	width: calc((100% / 3) - (80px / 3));
	margin: 0 0 40px;
	padding:0;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}
#feature .feature-list.card a{
	display: flex;
	flex-direction: column;
	height: 100%;
	color: var(--text-color);
}
#feature .feature-list.card figure img{
	aspect-ratio: 4/3;
	object-fit: cover;
}
#feature .feature-list.card li p.title{
	font-size: 1.8rem;
	margin: 0 1.5rem;
}
#feature .feature-list.card li p.time{
	padding: 0 1.5rem 1rem;
	margin-top: auto;
}
#feature .feature-list.card li p.excerpt{
	margin: 7px 1.5rem;
	line-height: 1.5;
	-webkit-line-clamp: 3;
}

/* list */
#feature article.single-page .entry_main:has(.feature-list.list){
	width: 100%;
}
#feature .feature-list.list{
	margin-left: 0;
	margin-right: 0;
}
#feature .feature-list.list li{
	margin: 0 0 30px;
	padding-bottom: 30px;
	border-bottom: var(--feature_text_color) 1px dotted;
}
#feature .feature-list.list li a{
	display: block;
	overflow: hidden;
	position: relative;
}
#feature .feature-list.list li figure{
	margin: 0 20px 0 0;
	float: left;
	width: 200px;
}
#feature .feature-list.list li p.title{
	font-size: 1.8rem;
}
#feature .feature-list.list li p.excerpt{
	margin: 8px 0;
}
#feature .feature-list.list li p.time{
	position: absolute;
	right: 0;
	bottom: 0;
}


/* blocgcard / タグなし＆blogcard */
#feature #main_list:has(.feature-list.blogcard),
#feature #main_list:has(a.blogcard){
	width: 920px;
}
#feature article.single-page .entry_main:has(.feature-list.blogcard),
#feature article.single-page .entry_main:has(a.blogcard){
	width: 100%;
}
#feature .feature-list.blogcard{
	margin-left: 0;
	margin-right: 0;
}
#feature .feature-list.blogcard li{
	margin: 0;
	padding-bottom: 0;
}
#feature .feature-list.blogcard li a,
#feature article.single-page a.blogcard{
	margin: 25px 4px;
	padding: 0;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
#feature .feature-list.blogcard li a:after,
#feature article.single-page a.blogcard:after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-bottom: var(--feature_text_color) 4px solid;
	border-right: var(--feature_text_color) 4px solid;
	transform: rotate(310deg);
	margin: 0 18px 0 0;
}
#feature .feature-list.blogcard li a:hover,
#feature article.single-page a.blogcard:hover{
	opacity: 0.6;
}
#feature .feature-list.blogcard li a figure,
#feature article.single-page a.blogcard figure{
	width: 250px;
	height: auto;
	margin-bottom: 0;
	border: var(--feature_text_color) 1px solid;
}
#feature .feature-list.blogcard li a:has(.excerpt) figure,
#feature article.single-page a.blogcard:has(.excerpt) figure{
	align-self: flex-start;
}
#feature .feature-list.blogcard li a .blogcard_text,
#feature article.single-page a.blogcard p{
	width: calc(100% - 250px - 40px);
	margin: 0;
}
#feature .feature-list.blogcard li a p.title,
#feature article.single-page a.blogcard p > .title{
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 1em;
}
#feature .feature-list.blogcard li a p.excerpt,
#feature article.single-page a.blogcard p span{
	font-size: 1em;
	color: var(--feature_text_color);
	opacity: .7;
}
#feature .feature-list.blogcard li a p.time{
	display: none;
}

/* 特集一覧 */
.archive-feature,
.archive-feature #main_list{
	width: 100%;
}
.archive-feature #main_list .category_description{
	padding-bottom: 13px;
	border-bottom: #333 1px solid;
}
.archive-feature #main_list .archive_list{
	padding-top: 40px;
	padding-bottom: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 36px;
}
.archive-feature #main_list .archive_list article.entry_list{
	width: 336px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding:0 0 10px;
	margin: 10px 0px 30px;
	border: #ccc 1px solid;
	display: inline-flex;
	flex-direction: column;
}
.archive-feature #main_list .archive_list article.entry_list h2{
		position: relative;
}
.archive-feature #main_list .archive_list article.entry_list figure{
	width: 100%;
	height: auto;
	margin: 0 0 0;
	aspect-ratio: 1;
}
.archive-feature #main_list .archive_list article.entry_list .entry_title{
	background-color: #fff;
	margin: -1px -1px 0;
	display: flex;
	align-items: center;
}
.archive-feature #main_list .archive_list article.entry_list h2 .icon_new,
.archive-feature #main_list .archive_list article.entry_list .entry_title .icon_new{
	background-color: #cc0000;
	color: #fff;
	font-size: 1.1rem;
	padding: 2px 6px 1px;
	margin-right: 10px;
	border-radius: 8px;
}
.archive-feature #main_list .archive_list article.entry_list h2 .icon_new{
	display: inline-block;
	position: absolute;
	top: -2em;
	left: 0;
}
.archive-feature #main_list .archive_list article.entry_list .entry_title h2{
	padding: 5px 0 5px;
	margin: 0;
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: underline;
}
.archive-feature #main_list .archive_list article.entry_list a:hover .entry_title h2{
	text-decoration: none;
}
.archive-feature #main_list .archive_list article.entry_list ul{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 10px 10px 0;
}
.archive-feature #main_list .archive_list article.entry_list ul li{
	margin: 0 0px 10px;
}
.archive-feature #main_list .archive_list article.entry_list ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--text-color);
	text-decoration: none;
}
.archive-feature #main_list .archive_list article.entry_list ul figure{
	width: 100px;
	height: 72px;
	float: none;
	padding: 0;
	margin: 0;
}
.archive-feature #main_list .archive_list article.entry_list ul .entry_title{
	width: calc(100% - 110px);
	padding: 0;
}
.archive-feature #main_list .archive_list article.entry_list ul .entry_title h3{
	line-height: 1.4;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.archive-feature #main_list .archive_list article.entry_list a.btn_more-feature{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: auto auto 0;
	border: #ccc 1px solid;
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 1.5rem;
	color: var(--text-color);
	text-decoration: none;
	gap: 8px;
}
.archive-feature #main_list .archive_list article.entry_list a.btn_more-feature:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: var(--text-color) 3px solid;
	border-right: var(--text-color) 3px solid;
	transform: rotate(310deg);
	margin: 0;
	opacity: 0.4;
}
.archive-feature #main_list .archive_list article.entry_list a.btn_more-feature:hover{
	background-color: #efefef;
}
