

.home-entries {
    background-color: #fff;
    margin: 0 -15px;
    padding: 0 15px 30px;
}
.home-entries > h2
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2rem;
	margin: 0 -15px;
    padding: 10px 15px;
	background-color: var(--color-key01);
    color: #fff;
}
.home-entries > h2 span
{
	font-size: 1.5rem;
}

.home-pickup
{
	margin-bottom: 40px;
}
.home-pickup h2
{
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.home-pickup h2 span
{
	font-size: 1.5rem;
	margin-left: 20px;
	color: #555;
}

.form-hidden-post_include
{
	display: none;
}

.home-tabs {
    padding: 15px !important;
    background: #fff !important;
	margin: 0 -15px 50px;
}
.home-tabs .ui-widget-header {
	background-color: transparent !important;
    border: none;
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
}
.home-tabs.ui-tabs .ui-tabs-nav li 
{
	background-color: transparent;
	padding: 0 !important;
	float: none !important;
	width: 100%;
	margin: 0 4px !important;
    border: none;
}
.home-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none !important;
    padding: 5px 8px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    display: flex;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.home-tabs .ui-state-active .ui-tabs-anchor {
	border: 1px solid #3ec4b7 !important;
}
.home-tabs .ui-state-active a,
.home-tabs .ui-state-active a:link,
.home-tabs .ui-state-active a:visited {
	background-color: #3ec4b7;
}
.home-tabs.ui-widget-content {
    border: none !important;
    background: inherit;
    color: inherit;
}
.home-tabs.ui-tabs .ui-tabs-panel {
    padding: 20px 0 0 !important;
    background-color: transparent !important;
}


.home-recent_entries {
    padding: 15px;
    background: #fff;
	margin: 0 -15px 50px;
}
.home_recent_category_tabs
{
	color: #fff;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	list-style: none;
}
.home_recent_category_tabs li {
    width: 100%;
	margin-right: 4px;
}
.home_recent_category_tabs li:last-of-type {
	margin-right: 0;
}
.home-recent_category-tab
{
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 5px 8px;
	position: relative;
    letter-spacing: 0;
	width: 100%;
    height: 100%;
    line-height: 1.2;
    text-align: center;
	transition: all 0.2s ease;
	cursor: pointer;
}
.home-recent_category-tab::before
{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	transition: all 0.2s ease;
	transform: translateX(-50%);
	border-width: 12px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.home_recent_category_tabs input:checked + .home-recent_category-tab
{
	background-color: #3ec4b7;
    border: 1px solid #3ec4b7;
	color: #fff;
}
.home_recent_category_tabs input:hover + .home-recent_category-tab
{
	background-color: #76D5CB;
    border: 1px solid #76D5CB;
	color: #fff;
}

.home_recent_category_tabs input:checked + .home-recent_category-tab::before
{
	border-color: #3ec4b7 transparent transparent transparent;
}
.home_recent_category_tabs input:hover + .home-recent_category-tab::before
{
	border-color: #76D5CB transparent transparent transparent;
}
/*ラジオボタンを全て消す*/
input[name="home_recent_category_tab"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.home_recent_entries_contents {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.home_recent_category_tabs:has(#cate01:checked) ~ #content01,
.home_recent_category_tabs:has(#cate02:checked) ~ #content02,
.home_recent_category_tabs:has(#cate03:checked) ~ #content03,
.home_recent_category_tabs:has(#cate04:checked) ~ #content04
{
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .5s opacity;
}

.home-main_entries
{
	margin-bottom: 30px;
}
.home-main_entries-description {
	display: none;
}

.home-main_entries-entry
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.home-main_entries-list > div:last-of-type .home-main_entries-entry:last-of-type
{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.home-main_entries-inner {
    display: flex;
    justify-content: space-between;
}
.home-main_entries-image {
    width: 100px;
    height: 100px;
}
.home-main_entries-image a {
    display: block;
	aspect-ratio: 1/1;
}
.home-main_entries-image img {
	object-fit: cover;
    height: 100%;
	width: 100%;
}
.home-main_entries-info {
    width: calc(100% - 100px - 10px);
}

.home-main_entries-title a
{
	color: #333;
}
.home-main_entries-list > div:first-of-type .home-main_entries-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	word-break: break-all;
}
.home-main_entries-list > div:last-of-type .home-main_entries-title {
    font-size: 1.5rem;
    line-height: 1.5;
	margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	word-break: break-all;
}
.home-main_entries-list > div:first-of-type .home-main_entries-description
{
	display: none;
}
.home-main_entries-description
{
	font-size: 1.3rem;
	margin: 0 0 10px;
	line-height: 1.4;
	word-break: break-all;
	text-align: justify;
}
.home-main_entries-description a
{
	color: #4a90e2 !important;
}
.home-main_entries-list > div .home-main_entries-detail {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.home-main_entries-list > div .summary-entry-user {
    font-size: 1.4rem;
    letter-spacing: initial;
	margin: 0 10px 0 0;
	width: 10em;
}
.home-main_entries-list > div .home-main_entries-detail .text-likes,
.home-main_entries-list > div .home-main_entries-detail .text-bookmark {
    display: none;
}
.home-main_entries-list .like-on,
.home-main_entries-list .like-off,
.home-main_entries-list .clip-on,
.home-main_entries-list .clip-off {
    align-items: center;
}


.keyvisual
{
	margin-top: 20px;
}
.splide__track
{
	margin-bottom: 30px;
}

.splide__slide a {
	background-color: #fff;
    display: block;
    border-radius: 15px;
    height: 100%;
	overflow: hidden;
}
.kv-entry-bg {
	display: inherit;
	background-color: rgba(0,0,0,.25);
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition-duration: .3s;
}

.kv-entry-img img
{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4/3;
}

.kv-entry-data
{
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 40px);
	padding: 0;
}

.kv-entry-category
{
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #fae500;
    color: var(--color-black);
    display: block;
    font-size: 1.4rem;
	font-weight: 700;
    line-height: 1;
    padding: 6px 10px;
    letter-spacing: 0;
	text-align: center;
}
.kv-cat-feature {
    background-color: #ffa400;
    color: #fff;
}
.kv-entry-date
{
	font-size: 1.3rem;
}
.kv-entry-title
{
	color: #fff;
	margin: 0;
    font-size: 1.8rem;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.notentry .kv-entry-title
{
	display: none;
}


.kv-entry-description
{
	font-size: 1.4rem;
	color: #444;
	line-height: 1.6;
	margin: 0 0 5px;
}
.kv-entry-user {
    display: flex;
    align-items: center;
}
.kv-entry-user-icon {
	margin-right: 10px;
}
.kv-entry-user-icon img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
    margin: 0;
	object-fit: cover;
}
.kv-user-usertitle {
    background-color: #fae500;
    color: #000;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 7px;
    text-align: center;
}
.kv-entry-username {
    font-weight: 700;
	font-size: 1.4rem;
}
.kv-readmore {
    background-color: #3ec4b7;
    border-radius: calc(1.5rem + 14px);
    color: #fff;
	display: inline-block;
    font-family: zen-maru-gothic, sans-serif;
    padding: 7px 10px;
    line-height: 1;
    float: right;
    margin: 0 15px 15px 0;
}
.kv-readmore p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}
.kv-readmore span:first-of-type {
    margin-right: 3px;
    font-size: 1.2em;
}
.keyvisual-thumbnails {
	list-style: none;
	display: flex;
	margin: 0 auto 40px;
	padding: 0;
	justify-content: center;
}

.keyvisual-thumbnail {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}

.keyvisual-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.keyvisual-thumbnail::before {
    content: "";
    background-color: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition-duration: .2s;
}
.keyvisual-thumbnail.is-active::before
{
    background-color: rgba(0,0,0,0);
}
.splide__arrows {
    display: flex;
    align-items: center;
}
.splide__arrow {
    border: none;
    background: inherit;
    font-size: 2rem;
    color: #555;
}

.home-recent_entries h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
}
.home-recent_entries h2 span {
    font-size: 1.5rem;
    margin-left: 20px;
    color: #555;
}



.home-top-banner
{
	margin-bottom: 40px;
	
	& .-banner-list
	{
		list-style: none;
		margin: 0 0 10px;
		padding: 0;
		
		& a
		{
			display: block;
		}
	}
}


@media screen and (min-width: 768px) {
	
	.keyvisual
	{
		margin-top: 0;
	}
	.splide__track
	{
		margin-bottom: 30px;
	}
	.splide__slide a {
		background-color: inherit;
		position: relative;
		padding: 0;
	}

	.kv-entry-img img
	{
		border-radius: 15px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: 5/3;
		background-color: #fff;
	}
	.splide__slide a:hover .kv-entry-bg {
		background-color: rgba(0, 0, 0, .1);
	}

	.kv-entry-data
	{
		color: #fff;
		position: absolute;
		bottom: 30px;
		left: 40px;
		width: calc(100% - 80px);
		padding: 0;
	}

	.kv-entry-category
	{
		top: 30px;
		left: 0;
		font-size: 1.6rem;
		font-weight: 700;
		min-width: 150px;
		padding: 10px 15px;
	}
	.kv-entry-date
	{
		font-size: 1.5rem;
		color: #eee;
	}
	
	.kv-entry-title
	{
		margin: 0;
		font-size: 2rem;
		line-height: 1.8;
	}
	.kv-entry-description
	{
		display: none;
	}

	.kv-entry-user-icon img {
		width: 80px;
		height: 80px;
		border: 2px solid #fff;
	}
	.kv-user-usertitle {
		font-size: 1.3rem;
		padding: 5px 10px;
	}
	.kv-entry-username {
		font-size: 1.6rem;
	}
	.kv-readmore {
		background-color: #3ec4b7;
		border-radius: calc(1.5rem + 14px);
		position: absolute;
		bottom: 30px;
		right: 40px;
		padding: 7px 10px;
		line-height: 1;
		float: none;
		margin: 0;
	}
	.notentry .kv-readmore {
		display: none;
	}
	.kv-readmore p {
		font-size: 1.5rem;
	}


	
	
	.keyvisual-thumbnail {
		width: 70px;
		height: 70px;
		margin: 0 10px;
	}
	.splide__arrow {
		font-size: 3rem;
	}

	.home-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: 15px 10px;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1;
	}

	.home-main_entries-list
	{
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	.home-main_entries-list > div:first-of-type
	{
		background-color: #efefef;
		padding: 15px;
		width: 38%;
	}
	.home-main_entries-list > div:last-of-type
	{
		width: 60%;
	}
	.home-main_entries-entry
	{
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.home-main_entries-inner {
		display: inherit;
	}

	.home-main_entries-list > div:last-of-type .home-main_entries-entry
	{
		background-color: #efefef;
		padding: 15px;
		margin-bottom: 20px;
	}
	.home-main_entries-list > div:last-of-type .home-main_entries-entry:last-of-type
	{
		padding-bottom: 15px;
	}
	.home-main_entries-list > div:last-of-type .home-main_entries-inner
	{
		display: flex;
		justify-content: space-between;
	}
	.home-main_entries-list > div:first-of-type .home-main_entries-title {
		font-size: 1.6rem;
		margin: 10px 0 10px;
	}
	.home-main_entries-list > div:first-of-type .home-main_entries-image
	{
		width: auto;
		height: auto;
	}
	.home-main_entries-list > div:first-of-type .home-main_entries-info {
		width: auto;
	}

	.home-main_entries-list > div:last-of-type .home-main_entries-image
	{
		width: 36%;
		height: auto;
	}
	.home-main_entries-list > div:last-of-type .home-main_entries-info
	{
		width: 60%;
	}
	.home-main_entries-description {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
}

	.home-entries > h2
	{
		margin: 0 0 20px;
	}
	.home-entries {
		background-color: inherit;
		margin: 0;
		padding: 0;
	}

	.home-tabs {
		box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);
		border-radius: 5px !important;
		padding: 20px !important;
		margin: 0 0 50px;
	}

	.home-recent_entries {
		box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);
		border-radius: 5px;
		padding: 20px;
		margin: 0 0 50px;
	}
	.home-recent_category-tab
	{
		font-size: 1.4rem;
		margin: 0 4px;
		padding: 15px 10px;
		line-height: 1;
	}

}