@charset "UTF-8";
/* CSS Document */

/*Worksページ(作品一覧)*/
.website-content{
	margin-bottom: 100px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.movie-content{
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.movie-object{
	margin-bottom: 50px;
	max-width: 500px;
}

.other-content{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

h2{
	font-size:3.0em;
	font-family:'Hiragino', sans-serif; 
}
p{
	font-size:1.3em;
	font-family:'Hiragino', sans-serif; 
}
.cont{
	padding: 10px 0px;
}
.more-text{
	margin-top: 30px;
	font-size:1.4em;
	padding: 8px 12px;
	background-color: #eee;
}
@media (max-width: 1050px){
	.movie-content{
		flex-direction: column;
	}
	.movie-object{
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}
}
@media (max-width: 960px) {
	.website-content{
		flex-direction: column;
	}
	.website-object{
		text-align: center;
		padding-bottom: 50px;
	}
	h2{
		font-size: 2.0em;
	}
	.other-content{
		flex-direction: column;
	}
	.other-object{
		text-align: center;
		padding-bottom: 50px;
	}
}
@media(max-width: 400px){
	h2{
		font-size: 1.5em;
	}
}


/*作品詳細ページ*/
.worksitem-container{
	margin: 0 30px;
	text-align: center;
}
@media(min-width: 800px){
	.worksitem-container{
		max-width:800px;
		margin: auto;
	}
}
.worksitem-container h2{
	margin: 20px auto;
}
.worksitem-container img{
	margin-bottom: 20px;
}
.worksitem-title{
	margin: 40px auto 30px;
	font-size: 2em;
	text-align: center;
}

.worksitem-image{
	margin-bottom: 40px;
	text-align: center;
}

.worksitem-video{
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.worksitem-video iframe{
	width: 100%;
	height: 100%;
}

.explanation{
	margin: 0 auto;
}
.ep-item{
	display: flex;
	padding-bottom: 50px;
}
p.ep-title{
	text-align: left;
	flex: 0 0 200px;
}
p.ep-text{
	text-align: left;
}
i{
	margin-right: 5px;
}
@media(max-width: 800px){
	p, th, td{
		font-size: 1em;
	}
	ul{
		text-align: center;
		margin: 0 auto;
	}
	.ep-item{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	p.ep-title{
		flex: 0 0 20px;
		padding-bottom: 5px;
	}

	.worksitem-title{
		font-size: 1.5em;
	}
}

/*Works遷移ボタン*/
.retrn-works{
	margin: 20px auto 50px auto;
	text-align: center;
}
.retrn-works a{
	font-size: 1.5em;
}

.retrn-works-btn{
  max-width: 200px;
  color: #fff;
  background-color: #AAAAAA;
  border-radius: 100vh;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  margin: 10px 0;
}
@media(max-width:960px){
	.return-works{
		margin: 10px auto 30px auto;
	}
	.retrn-works a{
		font-size: 1.2em;
	}
	.retrn-works-btn{
		max-width: 150px;
	}
}

/*HTML→WordPress化に伴って追加*/
img.wp-post-image{
	width:300px;
}
@media(max-width:1050px){
	.VideoWrapper iframe{
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		aspect-ratio: 16 / 9;
	}
}






