@charset "UTF-8";

/*
For single-feature.php Style
*/

body#feature{
	--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#headerMain{
	background-color: transparent;
}
#feature #header-in #sitetitle .logo{
	background-image: none;
}
#feature #header-in #sitetitle .logo:before{
	content: ' ';
	display: block;
	width: 136px;
	height: 32px;
	background-color: var(--feature_logo_color);
	-webkit-mask-image: url(img/grape_logo.png);
	mask-image: url(img/grape_logo.png);
	-webkit-mask-size:contain;
	mask-size:contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
#feature #header-in #sitetitle .sitename,
#feature #box-header #btn_feature a {
	color: var(--feature_logo_color);
}
#feature #box-header #btn_feature{
	margin-right: 14px;
}
#feature #box-header #btn_feature a::before,
#feature #box-header ul .snsicon a::before {
	background-color: var(--feature_logo_color);
}
#feature #breadcrumb{
	justify-content: center;
	color: var(--feature_text_color);
	opacity: 0.6;
}
#feature #breadcrumb a{
	color: var(--feature_text_color);
}
#feature #breadcrumb li.home a span{
	background-image: none;
	background-color: var(--feature_text_color);
	-webkit-mask-image: url(img/icon_home.png);
	mask-image: url(img/icon_home.png);
	-webkit-mask-size:contain;
	mask-size:contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

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

#feature footer{
	background-color: color-mix(in sRGB,var(--feature_text_color) 5%, var(--feature_body_color));
	color: var(--feature_text_color);
}
#feature #footer-link{
	background-color: color-mix(in sRGB,var(--feature_text_color) 8%, var(--feature_body_color));
}
#feature #footer-in .box_footer ul.footer-category li a,
#feature #footer-link ul li,
#feature #footer-link ul a{
	color: var(--feature_text_color);
}
#feature footer p.attention,
#feature footer address{
	color: var(--feature_text_color);
	opacity: 0.6;
}

/* pagetop */

#feature #pagetop a{
	opacity: 0.8;
	display: block;
	background-color:transparent;
	background-image: none;
	color: var(--feature_text_color);
	text-decoration: none;
	font-size: 0.8rem;
	padding: 10px 5px 10px;
	border-radius: 3px;
	text-transform: uppercase;
	width: 45px;
	text-align: center;
	border:var(--feature_text_color) 1px solid;
}
#feature #pagetop a:before{
	content: ' ';
	display: block;
	height: 32px;
	width: 32px;
	margin: 0 auto 8px;
	background-color: var(--feature_text_color);
	-webkit-mask-image: url(img/icon_pagetop.png);
	mask-image: url(img/icon_pagetop.png);
}


/* pagetitle */

#feature h1#pagetitle{
	background-image: url();
	background-position: center top;
	/*background-size: cover;*/
	background-repeat: repeat-x;
	margin-top: -60px;
	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%;
}
#feature article.single-page .entry_sns p{
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}
#feature article.single-page .entry_sns p a{
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	margin-right: 0px;
	border-radius: 2px;
	flex-grow: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	aspect-ratio: 1;
	background-position: center !important;
}
#feature 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: 1em 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;
	display: block;
	list-style: none;
}
#feature .feature-list.blogcard li a,
#feature article.single-page a.blogcard{
	margin: 25px 4px;
	padding: 0 30px 0 0;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	color: var(--feature_text_color);
	position: relative;
}
#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;
	position: absolute;
	right: 8px;
}
#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;
}

/* 連載 */
#feature h1#pagetitle.rensai{
	background-repeat: no-repeat;
	background-position-y:bottom;
	margin-top: 0;
}
.admin-bar#feature h1#pagetitle.rensai {
	margin-top: 0;
}
#feature .f_rensai #main_list{
	width: 1000px;
}
#feature .f_rensai #main_list .notag .entry_main{
	display: flex;
	flex-direction: column;
}
#feature .f_rensai #main_list .notag .rensai_description{
	order: 1;
	margin-bottom: -1em;
}
#feature .f_rensai #main_list .notag .rensai_list{
	order: 3;
	margin-top: -1em;
}
#feature .f_rensai #main_list .notag .entry_sns{
	order: 2;
}
#feature .f_rensai article.single-page .entry_sns p{
	justify-content: flex-end;
	padding: 10px 0;
}
#feature .f_rensai .rensai_description{
	display: flex;
	justify-content: space-between;
	align-items: center
}
#feature .f_rensai .rensai_description .rensai_title{
	width: 250px;
}
#feature .f_rensai .rensai_description .rensai_title > .title{
	font-size: 1.6em;
	border: var(--feature_text_color) 1px solid;
	border-radius: 5px;
	display: block;
	margin: 0 !important;
	text-align: center;
}
#feature .f_rensai .rensai_description .rensai_lead{
	width: calc(100% - 250px - 30px);
}


/* 特集一覧 */
.post-type-archive-feature,
.post-type-archive-feature #main_list{
	width: 100%;
}
.post-type-archive-feature #main_list .category_description{
	padding-bottom: 13px;
	border-bottom: #333 1px solid;
}
.post-type-archive-feature #main_list .archive_list{
	padding-top: 40px;
	padding-bottom: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 36px;
}
.post-type-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;
}
.post-type-archive-feature #main_list .archive_list article.entry_list h2{
		position: relative;
}
.post-type-archive-feature #main_list .archive_list article.entry_list figure{
	width: 100%;
	height: auto;
	margin: 0 0 0;
	aspect-ratio: 1;
	overflow: hidden;
}
.post-type-archive-feature #main_list .archive_list article.entry_list .entry_title{
	background-color: #fff;
	margin: -1px -1px 0;
	display: flex;
	align-items: center;
}
.post-type-archive-feature #main_list .archive_list article.entry_list h2 .icon_new,
.post-type-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;
}
.post-type-archive-feature #main_list .archive_list article.entry_list h2 .icon_new{
	display: inline-block;
	position: absolute;
	top: -2em;
	left: 0;
}
.post-type-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;
}
.post-type-archive-feature #main_list .archive_list article.entry_list a:hover .entry_title h2{
	text-decoration: none;
}
.post-type-archive-feature #main_list .archive_list article.entry_list ul{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 10px 10px 0;
}
.post-type-archive-feature #main_list .archive_list article.entry_list ul li{
	margin: 0 0px 10px;
}
.post-type-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;
}
.post-type-archive-feature #main_list .archive_list article.entry_list ul figure{
	width: 100px;
	height: 72px;
	float: none;
	padding: 0;
	margin: 0;
}
.post-type-archive-feature #main_list .archive_list article.entry_list ul .entry_title{
	width: calc(100% - 110px);
	padding: 0;
}
.post-type-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;
}
.post-type-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;
}
.post-type-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;
}
.post-type-archive-feature #main_list .archive_list article.entry_list a.btn_more-feature:hover{
	background-color: #efefef;
}
