@charset "utf-8";

.chapter-body {
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	padding-top: 60px;
}

.chapter-body-lang {
	margin-bottom: 40px;
}

.portrait {
	margin-bottom: 40px;
}

.portrait img {
	display: block;
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: auto;
}

.object-fit .portrait img {
	object-fit: cover;
	height: 200px;
}

.section__ttl {
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 2em;
}

.section__ttl:before {
	width: 150px;
}

.section__p {
	font-family: 'HiraMinProN-W3',"Hiragino Mincho ProN","Yu Mincho",'YuMincho',serif;
	margin-bottom: 2em;
	font-size: 1.4rem;
	line-height: 2.2;
	color: rgba(0,0,0,0.7);
}

.section__footer {
	
}

.signature {
	text-align: right;
}

.signature__ttl {
	display: block;
	font-size: 1.2rem;
}

.signature__name {
	display: block;
}


.message {
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
}

.message__copy {
	display: flex;
	flex-direction: column;
	font-size: clamp(1.5rem, 0.0974rem + 6.2338vw, 7.5rem);
	transition: 1.5s ease 0.2s;
	width: calc(100% / 0.9);
	max-width: 10ic;
	gap: 0.2lh;
	text-align: center;
	margin-inline: auto;
	transform: scaleX(0.9);
	transform-origin: center;
	color: #000;
	
	& > * {
		margin-block: 0;
	}
	
	& .ja {
		font-size: clamp(20px, 15.082px + 1.311vw, 30px);
		font-weight: 500;
	}
	
	& .en {
		font-size: clamp(40px, 25.437px + 3.883vw, 100px);
		font-weight: 700;
		line-height: 1;
	}
	
	& img {
		display: inline-block;
		width: 100%;
		height: auto;
		max-width: 440px;
	}
}


.message__logo {
	
}

.message__logo img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 260px;
}

/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/* iPhone 6 over */
@media screen and (min-width: 374px) {
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {
	
}


/* iPad */
@media screen and (min-width: 768px) {
	
	.chapter-body {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.chapter-body > * {
		width: calc(50% - 40px);
	}
	
	.portrait {
		margin-bottom: 80px;
	}
	
	.object-fit .portrait img {
		object-fit: cover;
		height: auto;
	}
	
	.message .section__p {
		font-size: 130%;
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */

@media screen and (min-width: 1024px) {
	
}

@media screen and (min-width: 1281px) {
	
}
