@charset "utf-8";

/*-------------------------------
	詳細
-------------------------------*/

.Single{
	padding-top: 5rem;
	padding-bottom: 5.5rem;
}
.Single-header{
	margin-bottom: 4.8rem;
}
.Single-header__data{
	width: 100%;
	margin-bottom: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Single-header__data-tag{
	background: var(--maincolor);
	font-family: var(--en);
	margin-right: 2.2rem;
	font-size: 2.2rem;
	height: 3.6rem;
	padding: .5rem 1.2rem .2rem 1.5rem;
	font-weight: 600;
	letter-spacing: .15em;
	width: fit-content;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Single-header__data-time{
	margin-right: 1.5rem;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.Single-header__data-category{
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.Single-header__data-category-item{
    background: var(--blackcolor);
    width: fit-content;
    height: 2.3rem;
    font-size: 1.3rem;
    padding: .2rem .7rem;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Single-header__title{
	border-bottom: 2px solid var(--subcolor);
	width: 100%;
	font-size: 3rem;
	padding-bottom: 3rem;
	line-height: 1.5;
	font-weight: 700;
}
.Single-visual{
	width: 100%;
	margin-bottom: 5.6rem;
}
.Single-visual img{
	width: 100%;
	height: 54.1rem;
	object-fit: cover;
}
.Single-mokuzi{
	margin-bottom: 5.6rem;
}
.Single-mokuzi__title{
	background: var(--subcolor);
	width: 100%;
	height: 3.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Single-mokuzi__body{
	border-left: 2px solid var(--subcolor);
	border-bottom: 2px solid var(--subcolor);
	border-right: 2px solid var(--subcolor);
	padding: 2.8rem 4.5rem;
}
.Single-mokuzi__list{
	counter-reset: parent;
}
.Single-mokuzi__list-item a{
	width: 100%;
	line-height: calc(3 / 1.6);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
/*
.Single-mokuzi__list-item a::before{
	counter-increment: parent;
	content: counter(parent, decimal-leading-zero) ".";
	line-height: calc(3 / 1.6);
}*/
.Single-mokuzi__child{
	width: 100%;
	padding-left: 1.6rem;
	counter-reset: child;
}
.Single-mokuzi__child-item a{
	width: 100%;
	line-height: calc(3 / 1.6);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Single-mokuzi__child-item a::before{
	counter-increment: child;
	content: counter(parent, decimal-leading-zero) "-" counter(child) ".";
	line-height: calc(3 / 1.6);
}

.C-Single-editor{
	margin-bottom: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Single{
		padding-top: 2.6rem;
		padding-bottom: 4rem;
	}
	.Single-header{
		margin-bottom: 2.8rem;
	}
	.Single-header__data{
		margin-bottom: 1.8rem;
	}
	.Single-header__data-tag{
		margin-right: 1rem;
		font-size: 1.5rem;
		height: 2.5rem;
		padding: .5rem 1rem .2rem 1rem;
	}
	.Single-header__data-time{
		margin-right: .8rem;
	}
	.C-Column-block__category-item{
        height: 2rem;
        font-size: 1.1rem;
	}
	.Single-header__title{
		font-size: 1.8rem;
		padding-bottom: 2.2rem;
	}

	.Single-visual{
		margin-bottom: 4.2rem;
	}
	.Single-visual img{
		height: 22rem;
	}
	.Single-mokuzi{
		margin-bottom: 4rem;
	}
	.Single-mokuzi__title{
		height: 2.9rem;
		font-size: 1.4rem;
	}
	.Single-mokuzi__body{
		border-left: 2px solid var(--subcolor);
		border-bottom: 2px solid var(--subcolor);
		border-right: 2px solid var(--subcolor);
		padding: 1.5rem 1.8rem;
	}
	.Single-mokuzi__list-item a{
		line-height: var(--line-height);
		font-size: 1.3rem;
	}
	.Single-mokuzi__list-item a::before{
		line-height: var(--line-height);
		font-size: 1.3rem;
	}
	.Single-mokuzi__child{
		padding-left: 1.4rem;
	}
	.Single-mokuzi__child-item a{
		line-height: var(--line-height);
		font-size: 1.3rem;
	}
	.Single-mokuzi__child-item a::before{
		line-height: var(--line-height);
		font-size: 1.3rem;
	}

}



/*-------------------------------
	ナビ
-------------------------------*/

.Nav{
	padding-top: 9rem;
	padding-bottom: 8.4rem;
	background: #e6e6e6;
}
.Nav-list{
	width: 100%;
	margin-bottom: 5.2rem;
	display: flex;
	gap: 3.5rem;
	align-items: center;
	justify-content: center;
}
.Nav-list:not(:has(.Nav-list__item.-prev))::before,
.Nav-list:not(:has(.Nav-list__item.-next))::after{
	content: "";
	display: block;
	max-width: 41.4rem;
    width: calc((100% - 3.5rem) / 2);
}
.Nav-list__item{
	max-width: 41.4rem;
	width: calc((100% - 3.5rem) / 2);
}
.Nav-list__item a{
	box-shadow: inset 2px 2px var(--subcolor), inset -2px -2px var(--subcolor);
	padding: 1.8rem 1.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	opacity: 1 !important;
}
.Nav-list__item-tag{
	background: var(--subcolor);
	width: 9rem;
	height: 2.7rem;
	transform: translateY(-100%);
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	position: absolute;
	top: 0;
}
.Nav-list__item-body{
	width: calc(100% - 14rem);
	padding-left: 2rem;
}
.Nav-list__item-header{
	width: 100%;
	margin-bottom: 1.4rem;
	display: flex;
	gap: 1rem 1.6rem;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Nav-list__item-header-time{
    font-weight: 700;
    line-height: 1;
    display: block;
}
.Nav-list__item-header-category{
	background: var(--blackcolor);
    width: fit-content;
    height: 2.3rem;
    font-size: 1.3rem;
    padding: .2rem .7rem;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Nav-list__item-title{
	height: calc(2em * (2.7 / 1.6));
	line-height: calc(2.7 / 1.6);
	font-weight: 700;
	text-align: left;
}
.Nav-list__item-title span{
	line-height: calc(2.7 / 1.6);
}
.Nav-list__item-image{
	width: 14rem;
	overflow: hidden;
}
.Nav-list__item-image img{
	transition: var(--transition);
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.Nav-list__item.-prev .Nav-list__item-tag::before,
.Nav-list__item.-next .Nav-list__item-tag::after{
	content: "";
	display: block;
	width: .9rem;
	height: .9rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.Nav-list__item.-prev .Nav-list__item-tag{
	right: 0;
}
.Nav-list__item.-prev .Nav-list__item-tag::before{
	transform: rotate(135deg);
	margin-right: .8rem;
}
.Nav-list__item.-next .Nav-list__item-tag{
	left: 0;
}
.Nav-list__item.-next .Nav-list__item-tag::after{
	transform: rotate(-45deg);
	margin-left: .8rem;
}

.Nav-list__item a:hover .Nav-list__item-image img{
	transform: scale(1.1);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Nav{
		padding-top: 7.2rem;
		padding-bottom: 5.8rem;
	}
	.Nav-list{
		margin-bottom: 3.6rem;
		gap: 1.4rem;
	}
	.Nav-list:not(:has(.Nav-list__item.-prev))::before,
	.Nav-list:not(:has(.Nav-list__item.-next))::after{
		max-width: 50%;
		width: calc((100% - 1.2rem) / 2);
	}
	.Nav-list__item{
		width: calc((100% - 1.4rem) / 2);
	}
	.Nav-list__item a{
		padding: 1.2rem 1.2rem .8rem;
		flex-direction: column;
	}
	.Nav-list__item-body{
		width: 100%;
		padding-left: 0;
	}
	.Nav-list__item-tag{
		width: 6.7rem;
		height: 2rem;
		font-size: 1.2rem;
	}
	.Nav-list__item-image{
		width: 8rem;
		margin-bottom: 1.2rem;
	}
	.Nav-list__item-header{
		margin-bottom: .8rem;
		gap: 1rem;
		justify-content: space-between;
	}
	.Nav-list__item-header-time{
		margin-right: 0;
	}
	.Nav-list__item-header-category{
		height: 2rem;
		font-size: 1.1rem;
		padding: .2rem .7rem;
	}
	.Nav-list__item-title{
		height: calc(2em * (2 / 1.3));
		line-height: calc(2 / 1.3);
		font-size: 1.3rem;
	}
	.Nav-list__item-title span{
		line-height: calc(2 / 1.3);
	}

	.Nav-list__item.-prev .Nav-list__item-tag::before,
	.Nav-list__item.-next .Nav-list__item-tag::after{
		width: .8rem;
		height: .8rem;
	}
	.Nav-list__item.-prev .Nav-list__item-tag::before{
		margin-right: .4rem;
	}
	.Nav-list__item.-next .Nav-list__item-tag::after{
		margin-left: .4rem;
	}

}