@charset "UTF-8";
.intro {
	position: relative;
	padding: 0 0 150px;
}
.hero-txt {
	position: absolute;
	top: 22.5%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translateX(-50%);
}
.hero-txt h1 {
	font-size: clamp(20px,3vw,50px);
	line-height: 1.4;
	font-weight: normal;
}
.hero-txt h1 span {
	display: block;
	font-size: clamp(33px,6.5vw,120px);
	color: rgba(255,255,255,.5);
	letter-spacing: .05em;
}
.hero-txt h1 span strong {
	font-weight: normal;
	color: rgba(255,255,255,1);
}
.title-sub {
	display: flex;
	justify-content: center;
	font-size: clamp(9px,1vw,20px);
}
.title-sub p:last-child {
	position: relative;
	padding-left: 2em;
}
.title-sub p:last-child::before {
	content: '';
	position: absolute;
	left: 1em;
	top: 50%;
	width: 1px;
	height: 60%;
	background: #FFF;
	transform: translateY(-50%) rotate(45deg);
}
.sub-title-vertical {
	display: inline-block;
	margin: 2.8em auto;
	font-size: clamp(16px,2.3vw,50px);
	text-align: left;
	letter-spacing: .15em;
	line-height: 1.8;
}
.sub-title-vertical span {
	font-weight: bold;
}
.sub-title-en {
	font-size: clamp(16px,1.5vw,35px);
	letter-spacing: .1em;
}
.scroll-icon {
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 1px;
	height: 150px;
	background: rgba(255,255,255,.2);
	transform: translateX(-50%);
	overflow: hidden;
}
.scroll-icon::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 100%;
	margin: auto;
	background: #FFF;
	animation: scroll 3.0s ease-in-out infinite;
}
@keyframes scroll {
	0% {
		height: 0;
		top: 0;
	}
	35% {
		height: 100%;
	}
	100% {
		top: 100%;
	}
}
.scroll-icon p {
	position: absolute;
	top: 0;
	right: -5px;
	color: #004E2F;
	line-height: 1;
	transform: rotate(-90deg);
	transform-origin: right top;
}




/* BOOK OUTLINE */
#Book_outline h2 {
	margin-bottom: .65em;
}
.books {
	display: flex;
	flex-wrap: wrap;
}
.books-jacket {
	position: relative;
	width: 40%;
	padding: 3.5% 3.5%;
}
.books-jacket::before {
	content: '';
	position: absolute;
	top: 0;
	left: -5vw;
	width: calc(100% + 5vw);
	height: 100%;
	background: url("../img/bg-pattern-blue.svg");
	background-size: 133px;
}
.books-jacket p {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	z-index: 2;
	padding: 50px;
	background-image: linear-gradient(#E7E7E7 79.7%, #BBBBBB 80%, #D3D3D3 80.3%, #CCCCCC 98%);
}
.books-details {
	display: flex;
    flex-wrap: wrap;
    align-items: end;
    width: 60%;
    padding-left: 7.5%;
}
.books-details-intro {
	width: 100%;
}
.books-details h3 {
	text-indent: -1.25em;
	font-size: clamp(20px,2.3vw,50px);
	line-height: 1.4;
	margin-bottom: 2.5em;
	font-weight: normal;
}
.books-details h3 .bracket {	
	font-size: clamp(30px,3.3vw,70px);
	margin: 0 .25em;
}
.books-details h3 p {
	position: relative;
	margin-top: 2em;
	font-size: clamp(12px,1vw,16px);
	text-indent: 0em;
	line-height: 1;
}
.books-details h3 p span.en {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
	font-size: clamp(17px,1.55vw,35px);
}
.books-details h3 p span.en::before {
	content: '';
	display: block;
	position: absolute;
	bottom: .15em;
	left: .5em;
	width: 1px;
	height: 65%;
	background: #FFF;
	transform: rotate(45deg);
}
.books-details-info {
	position: relative;
	width: 100%;
	margin-top: 4em;
	padding-top: 4em;
}
.books-details-info::before {
	content: '';
	position: absolute;
	top: 0;
	right: -5vw;
	width: calc(100% + 5vw);
	height: 1px;
	background: rgba(255,255,255,.2);
}
.books-details-info-lnk {
	position: absolute;
	bottom: 0;
	right: 0;
}



/* #NEWS */
#News::before {
	content: '';
	position: absolute;
	top: 0;
	right: -5vw;
	width: 100%;
	height: 1px;
	background: #FFF;
}
#News h2 {
	margin-bottom: .2em;
	text-align: left;
}
#News h2 p {
	text-indent: -.15em;
}
.news-content {
	margin-left: 22.5vw;
	line-height: 1.8;
}
.news-content ul {
	margin-bottom: 3em;
}
.news-content ul li {
	position: relative;
	padding: 2.5em 0 2.5em 8.5em;
	border-bottom: 1px solid rgba(255,255,255,.2);
	letter-spacing: 0;
}
.news-content ul li span {
	position: absolute;
	top: 2.5em;
	left: 0;
	letter-spacing: .05em;
}
.news-content-lnk {
	text-align: right;
}



/* TRAILER */
#Trailer {
	padding-bottom: 120px;
}
#Trailer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: #000;
}
#Trailer .inner {
	display: flex;
	justify-content: space-between;
	padding-right: 0;
}
.trailer-title {
	position: relative;
	width: 4.5em;
}
.trailer-title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 2em;
	width: 1px;
	height: 18em;
	background: rgba(255,255,255,.2);
	transform: translateX(-50%);
}
.trailer-title h2 {
	font-size: clamp(30px,4.3vw,90px);
	letter-spacing: .1em;
}
.trailer-video {
	width: calc(100% - 4.5em);
	padding-left: 2.5%;
}
.video-attn {
	font-size: 12px;
	text-align: right;
	margin-top: 1em;
	padding-right: 2em;
}




/* GALLERY */
#Gallery {
	padding: 0 0 100px;
}
.galler-swiper-wrapper .swiper-wrapper {
	transition-timing-function: linear;
}
.galler-swiper-wrapper .swiper-wrapper .swiper-slide {
	width: 400px;
	margin-right: 20px;
}




/* MESSAGE */
#Message h2 span {
	letter-spacing: 0;
}
.mess {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mess.-kurt {
	flex-direction: row-reverse;
}
.mess-txt, .mess-photo {
	width: 50%;	
}
.-kurt .mess-txt {
	width: calc(50% - 2em);
	margin-left: 2em;
}
.-higashi .mess-photo {
	width: calc(50% - 5.5em);
	margin-left: 5.5em;
}
.-kurt .mess-photo-box {
	width: calc(100% + 5vw);
	margin-left: -5vw;
}
.mess-txt-inner {
	position: relative;
	padding-left: 3.5em;
}
.mess-txt-inner::before {
	content: '';
	position: absolute;
	top: 1em;
	left: 0;
	width: 2.5em;
	height: 1px;
	background: #FFF;
}
.mess-txt-inner p {
	margin-bottom: 2em;
}
.mess-txt-from {
	margin-top: 2.5em;
	text-align: right;
	font-size: clamp(16px,1.6vw,25px);
	line-height: 1;
}
.mess-txt-from span {
	display: block;
	font-size: clamp(11px,1vw,16px);
	margin-top: 1em;
}
.mess-photo-profile h3 {
	margin: 1em 0 .5em;
	font-weight: normal;
	font-size: clamp(14px,1.3vw,18px);
}
.mess-photo-profile p {
	font-size: clamp(12px,.9vw,14px);
	line-height: 1.8;
}
#Message .inner.bar {
	margin-top: 8em;
	padding-top: 8em;
}
#Message .inner.bar::before {
	content: '';
	position: absolute;
	top: 0;
	right: -5vw;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.2);
}
#Message .inner.bar h2 {
	margin-bottom: 1.5em;
	font-size: clamp(22px, 3.1vw, 64px);
	letter-spacing: 0;
	text-align: left;
}




/* COMMENT */
.profs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.profs-box {
	position: relative;
	padding-top: 50px;
	width: 23%;
}
.profs-box::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../img/bg-pattern-blue.svg") center;
	background-size: 90px;
}
.profs-box:nth-child(2) {
	margin-top: 50px;
}
.profs-box:nth-child(3) {
	margin-top: 100px;
}
.profs-box:nth-child(4) {
	margin-top: 150px;
}
.profs-box-name {
	margin: 1.5em 0;
	font-size: clamp(16px, 1.3vw, 18px);
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1;
}
.profs-box-name span {
	font-size: clamp(10px, .8vw, 14px);
	font-weight: normal;
}
@media (max-width: 1211px) {
	.profs-box-name span {
		display: block;
		margin-top: .7em;
		text-indent: -.5em;
	}
}
.profs-box p {
	font-size: clamp(13px, 1vw, 15px);
	line-height: 1.8;
	letter-spacing: 0;
}
.profs-lnk {
	text-align: center;
	margin-top: 120px;
}



