@charset "utf-8";

body {
	background: #b6ca57;
}

.writerCredit {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  margin: 30px auto 0;
}

/* -------------------------------------------------
	first-view
------------------------------------------------- */

#first-view {
	padding: 160px 0 0;
	background: url(../images/bg_ejC10pbU.jpg) no-repeat center center / cover;
	position: relative;
	height: auto;
}
#first-view::after {
	width: 100%;
	height: 185px;
	background: #b6ca57;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
#first-view h1 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	animation: op 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
#first-view p {
	margin-top: 110px;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	opacity: 0;
	transform: translateY(30px);
	animation: op 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
#first-view .jacket {
	width: 510px;
	margin: 50px auto 0;
	position: relative;
	z-index: 20;
	box-shadow: 0 13px 13px 0 rgba(0,0,0,0.2);
	opacity: 0;
	transform: translateY(30px);
	animation: op 1s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
}
#first-view .jacket img {
	width: 100%;
}

.op {
	opacity: 0;
	transform: translateY(30px);
}

@keyframes op {
	0% { opacity: 0; transform: translateY(30px);}
	100% { opacity: 1; transform: translateY(0);}
}

@media screen and (max-width:767px) {
	#first-view {
		padding-top: 30vw;
		padding-bottom: 0;
	}
	#first-view::after {
		width: 100%;
		height: 26vw;
	}
	#first-view h1 {
		font-size: 5.4vw;
	}
	#first-view p {
		margin-top: 13vw;
		font-size: 3.4vw;
	}
	#first-view .jacket {
		width: 60%;
		margin: 5vw auto 0;
	}
}

/* -------------------------------------------------
	liner-notes
------------------------------------------------- */

#liner-notes {
	padding-top: 145px;
}
#liner-notes ul li {
	padding: 55px calc(55 / 960 * 100%) 65px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
}
#liner-notes ul li.self {
	margin-bottom: 50px;
	padding: 40px calc(55 / 960 * 100%);
}
#liner-notes ul li.self .title {
	font-size: 20px;
	color: #333;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}


#liner-notes ul li.self .title span.ico {
width: 70px;
display: inline-block;
margin: 0 15px 0 0;
}
#liner-notes ul li.self .title span.selftxt {

}




#liner-notes ul li.self .name {
	text-align: right;
	margin-top: 20px;
}

#liner-notes ul li .title {
	margin-bottom: 1.2em;
	font-size: 28px;
	font-weight: bold;
	color: #b6ca57;
	letter-spacing: 0.1em;
}
#liner-notes ul li .title .small {
	display: inline-block;
	vertical-align: baseline;
	font-size: 18px;
	font-weight: normal;
}
#liner-notes ul li .desc {
	font-size: 16px;
	line-height: 2;
}
#liner-notes .sign {
	margin-top: 70px;
	font-size: 18px;
	color: #fff;
	text-align: right;
}

@media screen and (max-width:767px) {
	#liner-notes {
		padding-top: 20vw;
	}
	#liner-notes ul li {
		padding: 6vw 4vw;
		border-radius: 3vw;
    	margin-bottom: 4vw;
	}
	#liner-notes ul li.self {
		padding: 6vw 4vw;
    	margin-bottom: 4vw;
	}
	#liner-notes ul li.self {
		margin-bottom: 10vw;
		padding: 4vw 4vw;
	}
	#liner-notes ul li.self .title {
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	#liner-notes ul li.self .desc {
		line-height: 1.8;
	}
	#liner-notes ul li.self .name {
		margin-top: 4vw;
		font-size: 3.4vw;
	}
	
	#liner-notes ul li .title {
		font-size: 4.4vw;
	}
	#liner-notes ul li .title .small {
		font-size: 4vw;
	}
	#liner-notes ul li .desc {
		font-size: 3.4vw;
	}
	#liner-notes .sign {
		margin-top: 8vw;
		font-size: 3.4vw;
	}
	
	
#liner-notes ul li.self .title span.ico {
width: 50px;
}	
}

/* -------------------------------------------------
	back
------------------------------------------------- */

main .back {
	text-align: center;
}
main .back a {
	width: 420px;
	height: 90px;
	margin-top: 140px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.1);
	font-size: 20px;
	background: #333333;
	font-weight: bold;
	transition: background 0.3s ease-out;
	border-radius: 45px;
	letter-spacing: 0.1em;
}

@media print, screen and (min-width:768px) {
	main .back a:hover {
		background: #555;
	}
}

@media screen and (max-width:767px) {
	main .back a {
		width: 80%;
		height: 12vw;
		margin-top: 20vw;
		font-size: 3.4vw;
		border-radius: 6vw;
	}

}