body {
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-weight: 500;
	font-size: 100%;
}

h2.caption {
	width: 220px;
	margin: auto;
	padding-bottom: 40px;
}

h2.caption img {
	width: 100%;
	height: auto;
}

div.main {
	padding: 80px 0px;
}

div.bg-black {
	background-color: black;
	color: white;
}

a.link-btn {
	border-radius: 0px;
	background-color: black;
	width: 500px;
	margin: auto;
	display: block;
	padding: 12px 0px;
}

a.link-btn:hover {
	background-color: #4f861e;
	opacity: 1;
}

a.link-btn-back {
	background: url(../images/link_btn.png)no-repeat right 15px center #4f861e;
	width: 250px;
	margin: auto;
	display: inline-block;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border: 1px solid white;
}

a.link-btn-close {
	background: url(../images/link_btn.png)no-repeat right 15px center #525252;
	width: 250px;
	margin: auto;
	display: inline-block;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	margin-left: 10px;
}


/****************************/

div.mainimage {
    background-position: center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
}

div.mainimage h1 {
    background-color: white;
	padding: 40px 0px;
	width: 920px;
	margin: auto;
}

div.mainimage h1 em {
	display: block;
    font-style: normal;
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

div.about-img {
	width: 800px;
	margin: auto;
}

div.profile h3 {
	padding:40px 0px 20px 0px;
	font-size: 22px;
	letter-spacing: 2px;	
}

div.profile h3 em {
	font-style: normal;
	display: block;
	font-size: 16px;
}

div.profile p {
	text-align: center;
}

ul.process-list,
ul.gallery-list {
	width: 1000px;
	font-size: 0px;
	margin: auto;
}

ul.process-list li,
ul.gallery-list li {
	width: 320px;
	display: inline-block;
	margin: 0px 20px 20px 0px;
}

ul.process-list li:nth-child(3n),
ul.gallery-list li:nth-child(3n){
	margin-right: 0px;
}

ul.process-list li img,
ul.gallery-list li img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}

ul.movie-list {
	width: 1000px;
	margin: auto;
	font-size: 0px;
}

ul.movie-list li {
	display: inline-block;
	width: 180px;
	margin-right: 25px;	
	font-size: 16px;
}

ul.movie-list li:last-child {
	margin-right: 0px;	
}

div.thanks-img {
	width: 1000px;
	margin: auto;
}

/*****************************/

#footer {
	background:url( images/footer_bg.jpg)no-repeat center center;
	padding: 80px 0px;
}

#footer h3 em {
	display: block;
	font-style: normal;
	color: white;
	font-size: 15px;
	margin-bottom: 20px;
	letter-spacing: 1.6px;
}

#footer #footer-btn {
	text-align: center;
	margin-top: 30px;
}

p#footer-copy {
	text-align: center;
	font-size: 13px;
}

#footer-illust img {
	width: 100%;
	height: auto;
}

#pagetop {
	position: fixed;
	right: 15px;
	bottom: 15px;
}

#pagetop a {
	display: block;
	width: 60px;
	height:60px;
}

#pagetop a img {
	width: 100%;
	height:auto;
}




