@charset "UTF-8";


figure.mainimg {
	display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
figure.mainimg > img {
	display: block;
	width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 576px){
	figure.mainimg {
		padding-top: 50%;
	}
}


section {
	position: relative;
	z-index: 1;
}

/* ============================
   Intro
=============================== */
#intro .container {
	position: relative;
}
#intro .imgBox {
	padding-left: 7%;
}
@media (max-width: 767px) {
	#intro .txtBox p br {
		display: none;
	}
}
@media (min-width: 576px) {
	#intro .imgBox {
		padding-top: 0;
		min-height: 100%;
	}
	#intro .imgBox div,
	#intro .imgBox figure {
		height: calc(100% - 8em);
	}
	#intro .imgBox figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#intro .txtBox .txt {
		padding-bottom: 6em;
	}
}
@media (min-width: 992px) {
	#intro .display-txt {
		font-size: 7em;
		top: .2em;
	}
	#intro .txtBox .txt {
		padding-top: 3em;
		padding-bottom: 8em;
	}
}



/* ============================
   Feature
=============================== */
#feature {
	position: relative;
	padding-bottom: 7em;
	z-index: 1;
}
#feature .feature-top {
	padding-bottom: 3em;
	position: relative;
}
#feature::before {
	content: '';
	display: block;
	border-radius: 0 0 0 10vw;
	background: var(--white);
	position: absolute;
	top: 5em;
	right: 0;
	bottom: 5em;
	left: 5%;
	z-index: -1;
}
#feature .display-txt {
	line-height: 0.7;
	margin-top: -.4em;
	position: absolute;
	z-index: 2;
}
#feature .imgBox .img2 {
	margin-top: -70%;
	margin-bottom: -2em;
}
#feature .txtBox {
	padding-left: 4%;
}
@media (max-width: 575px) {
	#feature .txtBox h3 {
		font-size: 1.385em;
	}
	#feature .txtBox h5 {
		font-size: 1.231em;
	}
}
@media (min-width: 576px) {
	#feature::before {
		top: 6em;
		left: 2.5%;
	}
	#feature .display-txt {
		margin-left: .2em;
	}
	#feature .imgBox .img2 {
		margin-top: -15%;
		margin-bottom: 0;
	}
	#feature .row1,
	#feature .row2 {
		padding-top: 5em;
	}
	#feature .txtBox {
		padding-right: 4%;
	}
}
@media (min-width: 992px) {
	#feature {
		padding-bottom: 10em;
	}
	#feature::before {
		top: 7em;
		bottom: 10em;
	}
	#feature .txtBox {
		padding-right: 7%;
		padding-left: 7%;
	}
}

/* ============================
   Studio photo
=============================== */
#studio {
	position: relative;
	padding-bottom: 2em;
	z-index: 1;
}
#studio::before {
	content: '';
	display: block;
	border-radius: 0 0 10vw 0;
	background: var(--white);
	position: absolute;
	top: 5em;
	right: 5%;
	bottom: 2em;
	left: 0;
	z-index: -1;
}
#studio .display-txt {
	line-height: 0.7;
	margin-top: -.4em;
	position: absolute;
	z-index: 2;
}
#studio .imgBox .img2 {
	margin-top: -70%;
	margin-bottom: -2em;
}
@media (max-width: 575px) {
	#studio .display-txt {
		left: -.125em;
	}
	#studio .txtBox h3 {
		font-size: 1.385em;
	}
}
@media (min-width: 576px) {
	#studio::before {
		top: 6em;
		right: 2.5%;
	}
	#studio .mainimg-wrap {
		max-width: 86%;
	}
	#studio .imgBox .img2 {
		margin-top: -15%;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	#studio::before {
		top: 7em;
	}
}



