/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 01:52:01 */
#movie-header {
	margin-bottom: 30px;
	margin-top: 70px;
}

#section-header {
	margin-bottom: 30px;
	margin-top: 100px;
}
@media (max-width: 767px){
	#section-header {
		margin-bottom: 20px;
		margin-top: 70px;
    }
}
.section-title {
	margin-bottom: 0;
	color: #c41515;
}
.title-en {
    font-family: Outfit;
    font-weight: 600;
	font-size: 45px;
    margin-right: 8px;
	letter-spacing: 2px;
}
@media (max-width: 767px){
	.title-en {
		font-size: 35px;
    }
}
.title-ja {
    font-family: Noto Sans JP;
    font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
}
.separator-line {
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #c41515 1.5px, transparent 1.5px);
    background-size: 8px 4px;
    background-repeat: repeat-x;
}
.title-tr {
    font-family: Outfit;
    font-weight: 600;
	font-size: 35px;
    margin-right: 8px;
	letter-spacing: 2px;
}


/* 個別ページ */
#section-header-sub {
	margin-bottom: 60px;
	margin-top: 100px;
}
.section-title-sub {
	margin-bottom: 0;
	color: #c41515;
}
.title {
    font-family: Noto Sans JP;
    font-weight: 700;
	font-size: 40px;
}
.title-tag {
    font-family: Noto Sans JP;
    font-weight: 600;
	font-size: 20px;
	color: black;
}
.title,
.title-tag {
    display: inline-block;
}
.separator-line-top {
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #c41515 1.5px, transparent 1.5px);
    background-size: 8px 4px;
    background-repeat: repeat-x;
	margin-bottom:16px;
	margin-top:12px;
}
.separator-line-bottom {
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #c41515 1.5px, transparent 1.5px);
    background-size: 8px 4px;
    background-repeat: repeat-x;
	margin-top:20px;
}
@media (max-width: 767px){
	#section-header-sub {
	    margin-bottom: 30px;
	    margin-top: 70px;
    }
	.separator-line-top {
		margin-bottom:10px;
    	margin-top:12px;
	}
	.separator-line-bottom {
		margin-top:15px;
	}
	.title {
		font-size: 28px;
	}
	.title-tag {
		font-size: 14px;
	}
}