@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.content {
	max-width: 102rem;
}
#main .newsSec {
	padding: 26rem 0 6rem;
}
#main .newsSec .content {
	align-items: flex-start;
}
#main .newsSec .rBox {
	width: 35rem;
	padding-right: 2rem;
	position: sticky;
	top: 10rem;
	left: 0;
}
#main .newsSec .lBox {
	flex: 1;
	padding-right: 1rem;
}
.newsBg {
	position: absolute;
	top: var(--para);
	width: 100%;
	left: 0;
	z-index: -1;
	overflow: hidden;
	opacity: 0;
	aspect-ratio: 3048 / 1554; 
	width: 100%;
	transition: opacity 2s ease;
}
.newsBg.isShow {
	opacity: 1;
}
.newsBg:after {
	background: url(../img/news/bg.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;  
	top: min(-24.5vw,-33.58rem);
	right: -24rem; 
	left: -29.8rem;
	content: ""; 
	bottom: 0;
}
#single {
	padding: 13.5rem 0 9.2rem;
}
#single .content {
	max-width: 93rem;
}
#single .newsDetail .content {
	max-width: 99rem;
	align-items: flex-start;
}
#single .lBox {
	padding-left: 3.0rem;
	flex: 1;
}
#single p {
	margin-bottom: 7rem;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: 1.933;
}
#single p a {
	text-decoration: underline;
}
#single p:last-child {
	margin-bottom: 0;
}
#single .ttlBox {
	margin-bottom: 5.6rem;
}
#single h3 {
	margin-bottom: 1.7rem;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}
#single .date {
	font-size: max(10px,1.3rem);
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.06em;
}
#single .date .txtSpan {
	font-weight: 500;
	margin-right: 1.5rem;
	font-style: normal;
}
#single .imgBox {
	margin: 7rem 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#single .imgBox .photoBox {
	position: relative;
	width: 33.3rem;
	margin-right: 5.7rem;
	aspect-ratio: 666 / 966;
}
#single .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#single .imgBox .textBox {
	margin-top: -0.4rem;
	flex: 1;
}
#single .imgBox p {
	margin-bottom: 2.7rem;
	font-size: 1.4rem;
	line-height: 1.93;
}
#single .imgBox p:last-child {
	margin-bottom: 0;
}
#single .newsBg { 
	aspect-ratio: 2946 / 2388;
}
#single .newsBg::after { 
	top: 6.4rem;
	left: 0;
	right: -10.4rem;
	background-image: url(../img/news/detail_bg.jpg);
}
#main .naviBox {
	margin: 13.7rem 15.7rem 0 0;
	padding-top: 2.4rem;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.21);
}
#main .naviBox .link {
	text-align: center;
}
#main .naviBox .link a {
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
}
#main .naviBox .prev {
	position: absolute;
	left: 0;
	top: 2.2rem;
	font-size: 1.6rem;
	z-index: 1;
}
#main .naviBox .next {
	position: absolute;
	right: 0;
	top: 2.2rem;
	font-size: 1.6rem;
	z-index: 1;
}
#main .tagList a {
	font-size: max(10px,1.3rem);
	font-weight: 500;
}
#main .tagList .current a {
	color: rgba(0, 0, 0, 0.28);
}
@media all and (min-width: 1000px) {
	#single .snsBox .snsList {
		margin-bottom: -0.5rem;
	}
	.headLine01.style1 {
		margin-bottom: 1.4rem;
		align-items: flex-start;
	}
	#main .tagList li {
		margin-bottom: 0.3rem;
	}
	#main .tagList a:hover {
		color: rgba(0, 0, 0, 0.28);
	}
	.headLine01.style1 .en {
		font-size: 7rem;
		letter-spacing: 0.01em;
		margin-right: 5.5rem;
	}
	.headLine01 .jp {
		margin-top: 1rem;
	}
	#main .newsSec .lBox {
		padding-top: 1.3rem;
	}
	#main .newsList li .subSpan {
		font-size: 1.6rem;
	}
	#main .newsList dt {
		width: 7.6rem;
	}
	#main .newsList li {
		margin-bottom: 3.5rem;
	}
}

@media all and (max-width: 999px) {
	.newsBg {
		aspect-ratio: 1809 / 3522;
	}
	.newsBg::after { 
		top: -11.4rem;
		right: -21.8rem;
		left: -31.1rem;
		background-image: url(../img/news/bg_sp.jpg);
	}
	#main .newsSec {
		padding: 12rem 0 9rem;
	}
	#main .newsSec .content {
		display: block;
	}
	#main .newsSec .rBox {
		margin-bottom: 5.2rem;
		display: flex;
		align-items: flex-end;
		flex-wrap: wrap;
		justify-content: space-between;
		position: static;
		width: auto;
		padding-right: 0;
	}
	#main .tagList {
		margin-bottom: -0.3rem;
		display: flex;
		flex-wrap: wrap;
		gap: 1rem 2.2rem;
	}
	.headLine01.style1 {
		text-align: left;
	}
	.headLine01 .jp {
		font-size: 1rem;
		letter-spacing: 0.1em;
		padding-top: 0.2rem;
	}
	#main .newsList li {
		padding-bottom: 1.5rem;
		margin-bottom: 2.4rem;
		border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
	}
	#single .newsBg {
		aspect-ratio: 3068 / 15535;
	}
	#single .newsBg::after { 
		left: -35.5rem;
		right: -82.1rem;
		top: -30.3rem;
		background-image: url(../img/news/detail_bg_sp.jpg);
	}
	#single .lBox {
		flex: inherit;
		width: calc(100% - 4.4rem);
		padding: 0.3rem 0 0;
		position: relative;
		z-index: 20;
	}
	#single .rBox {
		overflow-x: inherit;
		padding-top: 0;
		width: 3.2rem;
		margin: -7rem 0 0 1.2rem;
		top: 9.5rem;
		height: calc(100dvh - 9.5rem);
	}
	#single .headLine01.style1 {
		width: 100%;
		position: absolute;
		top: 0;
		right: 0.1rem;
	}
	#single .headLine01.style1 .en {
		font-size: 4rem;
		writing-mode: vertical-rl;
	}
	#single h3 {
		margin-bottom: 0.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.04em;
		line-height: 1.75;
	}
	#single .date .txtSpan {
		margin-right: 0.8rem;
	}
	#single p {
		margin-bottom: 5rem;
		font-size: 1.2rem;
		line-height: 2.25;
	}
	#single .date {
		font-style: normal;
		font-weight: 500;
	}
	#single .imgBox {
		margin: 5rem 0 6.7rem;
		display: block;
	}
	#single .imgBox .photoBox {
		width: auto;
		margin: 0 0 4rem;
		aspect-ratio: 291 / 422;
	}
	#single .imgBox p {
		margin-bottom: 3.4rem;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		line-height: 2;
	}
	#main .naviBox {
		padding-top: 1.7rem;
		margin: 0;
	}
	#main .naviBox .link a {
		font-size: 1.4rem;
	}
	#main .naviBox .prev {
		font-size: 1.3rem;
		top: 1.8rem;
	}
	#main .naviBox .next {
		font-size: 1.3rem;
		top: 1.8rem;
	}
	#single {
		padding-bottom: 10.4rem;
	}
	#single .snsBox {
		position: absolute;
		right: 0rem;
		bottom: 7rem;
	}
}

@media (hover: hover) {
	#main .naviBox a:hover,
	#single .imgBox p a:hover {
		opacity: 0.7;
	}
}
#single .rBox .fadeInUp,
#main .newsSec .rBox .fadeInUp {
	transition-delay: .5s;
}
#single .lBox .fadeInUp,
#main .newsSec .lBox .fadeInUp {
	transition-delay: .8s;
}