@charset "UTF-8";
/* CSS Document */

#pageWrap {
	padding: 0px 0 0;
}
.notes-area {
    margin: 0% auto 0;
	background-color: #b4b4b5;
}
p.et1 {
	font-size: clamp(13px, 2.1cqw, 24px);
	position: absolute;
	top: 0.5em;
}
#sec01 {
	position: relative;
	padding-top: 5%;
	overflow: hidden;
	p.et1 {
		right: 1.5em;
	}
	background-color: #231815;
	color: #fff;
	.flex01 {
		container-type: inline-size;
		.h3Box {
			width: 31%;
			display: flex;
			justify-content: center;
			align-items: center;
			mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 1) 66%);
			mask-size: 100% 300%;
			mask-position: 0 100%;
			opacity: 1;
			transform: translate(0);
			h3 {
				font-weight: 300;
				writing-mode: vertical-rl;
				font-size: 3.4cqw;
				letter-spacing: 0.2em;

			}
		}
		.gaikan {
			width: 68.4%;
			max-width: 820px;
			mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 1) 66%);
			mask-size: 100% 300%;
			mask-position: 0 0%;
			opacity: 1;
			transform: translate(0);
		}
	}
}
#sec01 {
	.flex01 {
		.h3Box.active {
			transition: 4s 1s ease-out;
			mask-position: 0 0%;
		}
		.gaikan.active {
			transition: 5s 1.5s ease-out;
			mask-position: 0 100%;
		}
		}
}
#sec02 {
	background-color: #d8d8d9;
	padding: 4% 0;
	.h3Box {
		container-type: inline-size;
		h3 {
			font-size: 3.0cqw;
			font-weight: 300;
			letter-spacing: 0.2em;
		}
		p.lead {
			font-size: 16px;
			line-height: 2.4;
			padding-top: 2em;
			font-size: 1.6cqw;
			font-size: clamp(13px, 1.7cqw, 18px);
		}
	}
}
#sec03 {
	overflow: hidden;
	.imgBox {
		position: relative;
		color: #fff;
		.et1 {
			right: 1em;
		}
	}
	.box01 {
		width: 63.565%;
		width :calc(890% / 1400%);
	}
	.box02 {
		width: 36.425%;
		width :calc(510% / 1400%);
	}
	.box03 {
		width: 100%;
		.et1 {
			top: auto;
			bottom: 0.5em;
		}
	}
}
.zOut {
	overflow: hidden;
	transform: translate(0);
}
.zOut img {
	transform: scale(1.1);
}
.zOut.active img {
	transition: 6s;
	transform: scale(1);
}
.gaikan2 {
	transition-duration: 1s;
	transition-delay: 1.5s;
}

#sec04 {
	background: #9E9E9F;
	background: linear-gradient(180deg, rgba(158, 158, 159, 1) 0%, rgba(89, 87, 87, 1) 36%, rgba(35, 24, 21, 1) 100%);
	color: #fff;
	container-type: inline-size;
	padding-top: 6%;
	position: relative;
	overflow: hidden;
	.et1 {
		right: 1em;
	}
	.txtBox {
		width: 40%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-left: 5%;
		
		.h3Box {
			text-align: left;
			h3 {
				font-size: 2.7cqw;
				font-weight: 300;
				letter-spacing: 0.2em;
			}
			p {
				font-size: 1.2cqw;
				padding: 2em 0;
				line-height: 2.4;
			}
			h4{
				font-size: 2.0cqw;
				letter-spacing: 0.1em;
				color: #fff000;
				transition-delay: 1s;
				transform: scale(1.1);
			}
			h4.active{
				transform: scale(1);
			}
		}

	}
	.imgBox {
		width:60%;
	}
}

@media screen and (max-width: 959px){

}
@media screen and (max-width: 599px){
	#sec01 {
		padding-top: 5%;
		.et1 {
			top: auto;
			bottom: 0em;
		}
		.flex01 {
			.h3Box {
				width: 100%;
				padding: 3em 0 2em 0;
				h3 {
					font-size: 5cqw;
					letter-spacing: 0.2em;
				}
			}
			.gaikan {
				width: 100%;
				max-width: 820px;
			}
			.gaikan.active {
			transition: 4s 0s ease-out;
			}
		}
	}
	

		
		
	#sec02 {
		padding: 30px 0;
		.h3Box {
			h3 {
				font-size: 5cqw;
				letter-spacing: 0.0em;
				padding: 0.5em 0;
			}
			p.lead {
				line-height: 2.4;
				font-size: 13px;
				padding: 1em;
			}
		}
	}
	
	#sec03 {
		.imgBox {
			.et1 {
				right: 1em;
			}
		}
		.box01 {
			width: 63.565%;
			width :100%;
		}
		.box02 {
			width :100%;
			margin: 2px 0;
		}
		.box03 {
			width: 100%;
			.et1 {
				bottom: auto;
				top : 0.5em;
			}
		}
	}
	
	#sec04 {
		padding-top: 6%;
		position: relative;
		.et1 {
			right: 1em;
			top: auto;
			bottom: 0.3em;
		}
		.txtBox {
			width: 100%;
			padding-left: 0;

			.h3Box {
				text-align: left;
				width: 90%;
				margin: 0 auto;
				h3 {
					font-size: 6cqw;
					text-align: center;
					padding-top: 1em;
				}
				p {
					font-size: 13px;
					padding: 2em 1em;
					line-height: 2;
					text-align: center;
				}
				h4{
					font-size: 5.0cqw;
					text-align: center;
				}
			}

		}
		.imgBox {
			width:100%;
			padding-top: 5%;
		}
	}



}
