@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main .comList .photoBox {
	width: 9rem;
}
#main .comList .textBox {
	min-height: 11rem;
}
#main .comList li {
	display: flex;
}
#main .comList li a {
	width: 100%;
}
#main .comList li:not(:last-child) {
	margin-bottom: 2.7rem;
}
#main .comList .textBox .title {
	transition-delay: var(--delay);
}
@media all and (max-width: 999px) {
	#main .comList .photoBox {
		width: 7rem;
	}
	#main .comList .textBox {
		min-height: inherit;
	}
	#main .comList li:not(:last-child) {
		margin-bottom: 3rem !important; 
	}
}

/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
#main .detailBox {
	padding: 12svh 0 21.8rem 44.3rem;
}
#main .detailBox .movie a {
	display: block;
}
#main .detailBox .wpArea p.en_text {
    margin-bottom: 7rem;
}	
#main .detailBox .wpArea .mainImg img {
	width: 55% !important;
	height: 55% !important;
	margin-top: 3rem;
}
@media all and (min-width: 768px) and (max-width: 999px) {
	#main .comBox{
        padding: 18.5rem 8.8rem 13.5rem 1.5rem;
        width: auto !important;
	}
    #main .detailBox .wpArea p.en_text {
        margin-bottom: 7rem;
    }
	#main .detailBox .wpArea .mainImg img {
	width: 100% !important;
	height: 100% !important;
	margin-top: 3rem;
}
}
@media all and (max-width: 767px) {
	#main .comBox {
		padding: 18.5rem 1.5rem 13.5rem;
		width: auto !important;
	}
    #main .detailBox .wpArea p.en_text {
        margin-bottom: 7rem;
    }
	#main .detailBox .wpArea .mainImg img {
	width: 100% !important;
	height: 100% !important;
	margin-top: 3rem;
}
}
