/*背景部分*/
#front-page-background{
	width:100%;
	min-height:100vh;
	background-image:url("http://test.vt-note.com/wp-content/uploads/2024/12/背景3.png");
	background-size: cover;	
	z-index:-2;
	position:fixed;
}
#front-page-background-left{
	width:150px;
	min-height:100vh;
	z-index:-1;
	background-color:#fdeff2;
	position:fixed;
	color:#B0E1E4;
}
#front-page-background-left > h2{
	margin:0;
	font-size:80px;
	font-family:"Comic Sans MS",cursive;
	writing-mode: vertical-rl;
	position:absolute;
	top:200px;
	left:20px;
} 

/*TOP部分*/
#front-page-top-section{
	width:calc(100% - 150px);
	height:calc(100vh - 200px);	
	padding-left:150px;
	padding-top:200px;
	position:relative;
	overflow-x:hidden;
}

#front-page-campany{
	width:calc(100% / 2);
	position:absolute;
	left:230px;
	top:300px;
}
#front-page-campany > span{
	font-size:1.5em;
	font-family:cursive;
}
#front-page-campany > img{
	width:100%;
	object-fit:contain;
}

#front-page-right-box{
	width:60%;
	height:60%;
	position:absolute;
	left:50%;
	top:240px;
	border-radius: 25% 10%;
	background-color:#FAFFFF;
	
}
.slideshow-fade{
	position: relative;
	height:calc(100% - 20px);
	padding:10px;
}
.slideshow-fade li{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.slideshow-fade img{
	height: 100%;
	object-fit:contain;
	position: absolute;
	left: 30%;
	top: 10px;	
}

/*ABOUT部分*/
#front-page-summary{
	padding-top:100px;
	padding-left:150px;
	height:100vh;
}
#front-page-summary>h2{
	padding-left:30px;
}
#front-page-summary>span{
	padding-left:70px;
}

/*CAST部分*/
#front-page-cast{
	padding-top:100px;
	padding-left:180px;
	padding-bottom:1em;
	height:100vh;	
}
#front-page-cast h2{
	font-family:"Century",serif;
}

/*NEWS部分*/
#front-page-news{
	padding-top:150px;
	padding-left:180px;
	height:100vh;	
}
#front-page-news h2{
	font-family:"Century",serif;
	margin-bottom:2em;
}
#front-page-news span{
	padding:0.5em;
	margin-top:2em;
	font-size:2em;
	font-family:"Century",serif;
	background-color:#FAFFFF;
	border:4px double #000;
}

/* cast list */
.list-items{
	width:250px;
	padding:0.5em;
	padding-bottom:0;
	margin:1em;
	border:4px double #000;
	background-color:#FAFFFF;
}

.list-items-image{
	height:250px !important;
	margin-bottom:10px;
}

.list-items-text{
	text-align:center;
	margin:0 auto;
	font-size:1.5em;
	font-family:"游明朝","ヒラギノ明朝 ProN（Pro）",serif;
}
