@charset "utf-8";
/*------------------------------------------------------------
	culture
------------------------------------------------------------*/
#container {
	background: url(../img/culture/bg01.jpg) no-repeat center top / 100%;
}
#main .pageTitle {
	margin-bottom: 9.1rem;
}
#main .pageTitle .headLine02 {
	margin-bottom: 2.5rem;
}
#main .pageTitle .text {
	font-size: 3.2rem;
	letter-spacing: 0.02em;
}
#main .enImg {
	margin: 0 0 3.2rem -1.1rem;
	width: 207.2rem;
}
#main .enImg img {
	margin-right: 6rem;
}
#main .sec01 {
	padding-bottom: 16.7rem;
	position: relative;
	z-index: 1;
}
#main .sec01::before {
	position: absolute;
	top: -8.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 136.6rem;
	height: 61.1rem;
	background: url(../img/culture/bg02.png) no-repeat left top / 100%;
	content: '';
	z-index: -1;
}
#main .sec01 h3 {
	margin-bottom: 1.9rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.065em;
}
#main .sec01 .textList {
	margin: 0 auto;
	max-width: 94.6rem;
	gap: 2.4rem;
}
#main .sec01 .textList li {
	padding: 2.3rem 2.3rem;
	width: calc((100% - 4.8rem) / 3);
	border-radius: 0.8rem;
	border: 1px solid #F0F2F5;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(0.8rem);
	box-sizing: border-box;
}
#main .sec01 .textList li .tag {
	margin: 0 auto 0.8rem;
	padding: 0.2rem 0.8rem 0.1rem;
	width: fit-content;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 0.8rem;
	line-height: 1.2;
	background: #E50012;
}
#main .sec01 .textList li .ttl {
	margin-bottom: 0.8rem;
	color: #E50012;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .sec01 .textList li .txt {
	font-size: 1.4rem;
	line-height: 1.8;
}
#main .sec02 {
	margin: 0 auto 8.3rem;
	max-width: 94.6rem;
	position: relative;
	z-index: 5;
}
#main .sec02 .headLine04 {
	margin-bottom: 4.8rem;
}
#main .sec02 .comTextList li {
	padding: 4.2rem 0 4.7rem;
}
#main .sec02 .comTextList li .num {
	padding-top: 1rem;
}
#main .sec02 .comTextList li .txtBox {
	width: calc(100% - 29rem);
}
#main .sec02 .comTextList li .txtBox .ttl {
	margin-bottom: 2.9rem;
	font-size: 3.2rem;
	letter-spacing: 0.02em;
}
#main .sec03 {
	margin-bottom: 13rem;
}
#main .sec03 .photoList {
	gap: 1rem;
}
#main .sec03 .photoList > li {
	width: calc((100% - 3rem) / 4);
}
#main .sec03 .photoList > li .subList li {
	margin-bottom: 1rem;
	position: relative;
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .sec03 .photoList > li .subList li a {
	display: block;
	pointer-events: none;
}
/* #main .sec03 .photoList > li .subList li:hover {
	opacity: 0.7;
} */
#main .sec03 .photoList > li .subList li:last-child {
	margin-bottom: 0;
}
#main .sec03 .photoList > li .subList li .pho img {
	width: 100%;
	opacity:  0;
    filter: brightness(3.6);
    transition: all ease 1s;
	transition-delay: var(--value);
}
#main .sec03 .photoList.on > li .subList li .pho img {
    opacity:  1;
    filter: brightness(1.0);
}
#main .sec03 .photoList > li .subList li .txt {
	padding: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 13.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.24;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	opacity:  0;
    transition: all ease 1s;
	transition-delay: var(--value);
}
#main .sec03 .photoList.on > li .subList li .txt {
    opacity:  1;
}
#main .sec04 .photoUl {
	gap: 1rem;
}
#main .sec04 .photoUl > li {
	width: 45rem;
}
#main .sec04 .photoUl > li:last-child {
	width: 22rem;
}
#main .sec04 .photoUl .subUl {
	gap: 1rem;
}
#main .sec04 .photoUl .subUl li {
	width: 22rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .sec04 .photoUl .subUl:not(.flex) li {
	margin-bottom: 1rem;
}
#main .sec04 .photoUl .subUl:not(.flex) li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 959px) {
	#container {
		background-image: url(../img/culture/bg01_sp.jpg);
	}
	#main .pageTitle {
		margin-bottom: 8rem;
	}
	#main .pageTitle .headLine02 {
		margin-bottom: 3.1rem;
	}
	#main .pageTitle .text {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#main .enImg {
		margin: 0 0 2.8rem -1.6rem;
		width: 100rem;
		position: relative;
		z-index: 10;
	}
	#main .enImg img {
		margin-right: 4rem;
	}
	#main .topImg {
		margin: 0 -1.5rem 6rem;
	}
	#main .topImg img {
		width: 100%;
	}
	#main .sec01 {
		padding-bottom: 14rem;
	}
	#main .sec01::before {
		top: -8.8rem;
		left: -1.5rem;
		right: -1.5rem;
		bottom: 0;
		transform: none;
		width: auto;
		height: auto;
		background-image: url(../img/culture/bg02_sp.png);
		background-size: 100% 100%;
	}
	#main .sec01 .textList {
		margin: 0 0.8rem;
		max-width: inherit;
		display: block;
	}
	#main .sec01 .textList li {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#main .sec01 .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .textList li .tag {
		margin: 0 auto 0.7rem;
		padding: 0.3rem 0.8rem 0.1rem;
		font-size: 1.2rem;
	}
	#main .sec01 .textList li .ttl {
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
	#main .sec02 {
		margin: -7.6rem 0 8.3rem;
		max-width: inherit;
	}
	#main .sec02 .headLine04 {
		line-height: 1.24;
	}
	#main .sec02 .comTextList li {
		padding: 2.3rem 0 2.2rem;
	}
	#main .sec02 .comTextList li .num {
		padding-top: 0.3rem;
	}
	#main .sec02 .comTextList li .txtBox {
		width: calc(100% - 8.4rem);
	}
	#main .sec02 .comTextList li .txtBox .ttl {
		margin-bottom: 1.2rem;
		font-size: 2rem;
		letter-spacing: 0;
	}
	#main .sec03 {
		margin-bottom: 0;
	}
	#main .sec03 .headLine04 {
		text-align: center;
		line-height: 1.24;
	}
	#main .sec03 .photoList {
		gap: 0.7rem;
		display: block;
	}
	#main .sec03 .photoList > li {
		margin-bottom: 0.7rem;
		width: auto;
	}
	#main .sec03 .photoList > li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .photoList > li .subList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0.7rem;
	}
	#main .sec03 .photoList > li .subList li {
		margin-bottom: 0;
		width: calc((100% - 0.7rem) / 2);
	}
	#main .sec03 .photoList > li .subList .pho {
		aspect-ratio: 184 / 206;
	}
	#main .sec03 .photoList > li .subList .pho img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .sec03 .photoList > li .subList li .txt {
		padding: 0.2rem 0.5rem;
		min-height: 5.6rem;
		font-size: 1rem;
	}
	#main .sec04 {
		padding-top: 5.9rem;
		position: relative;
	}
	#main .sec04::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 20.1rem;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
		backdrop-filter: blur(0.8rem);
		content: '';
	}
	#main .sec04 .headLine04 {
		margin-bottom: 2.8rem;
		text-align: center;
	}
	#main .sec04 .photoUl {
		margin: 0 -1.5rem;
		gap: 0.7rem;
	}
	#main .sec04 .photoUl > li {
		width: auto;
	}
	#main .sec04 .photoUl > li:last-child {
		width: auto;
	}
	#main .sec04 .photoUl .subUl {
		gap: 0.7rem;
	}
	#main .sec04 .photoUl > li:last-child .subUl {
		display: flex;
		flex-wrap: wrap;
	}
	#main .sec04 .photoUl .subUl li {
		width: calc((100% - 0.7rem) / 2);
	}
	#main .sec04 .photoUl .subUl li img {
		width: 100%;
	}
	#main .sec04 .photoUl .subUl:not(.flex) li {
		margin-bottom: 0;
	}
}