@charset "UTF-8";

#about {
	padding-left: 20%;
	padding-bottom: 100px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 0.035em;
}

.about-bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 20%;
	width: 80%;
	height: 100vh;
	background: #000 url("../images/about/bg.jpg") no-repeat center top;
	background-size: cover;
}

#introduction {
	padding-top: 50px;
}
#introduction .area-title {
	width: 68%;
	max-width: 750px;
	margin: 60px auto 0;
}
#introduction .catch1 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#introduction .catch2 {
	width: 68%;
	max-width: 750px;
	margin: 40px auto 0;
}
#introduction .text {
	width: 68%;
	max-width: 750px;
	margin: 30px auto 0;
}
.thumbs {
	width: 90%;
	max-width: 960px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
.thumbs li {
	width: 25%;
	padding: 0 7px;
}
.thumbs img {
	width: 100%;
	height: auto;
}


#story {
	padding-top: 120px;
}
#story .area-title {
	width: 68%;
	max-width: 750px;
	margin: 0 auto;
}
#story .text {
	width: 68%;
	max-width: 750px;
	margin: 30px auto 0;
	text-align: center;
}
#profile {
	padding-top: 120px;
}
#profile .area-title {
	width: 68%;
	max-width: 750px;
	margin: 0 auto;
}
#profile .staffs,
#profile .casts {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	max-width: 960px;
	margin: 40px auto 0;
}
#profile .casts {
	margin-top: 80px;
}
#profile .sub-title {
	width: 100%;
	margin-left: 20px;
}
#profile .sub-title span {
	display: inline-block;
	background: #FFF;
	color: #000;
	font-size: 18px;
	letter-spacing: 0;
	width: 5em;
	line-height: 1.1em;
	text-align: center;
}
#profile dl {
	width: 50%;
	padding: 60px 20px 0;
}
#profile dt {
	font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 32px;
}
#profile dt .job {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
}
#profile dd {
	margin-top: 30px;
}
#billing-full {
	width: 80%;
	max-width: 960px;
	margin: 200px auto 0;
}