@charset "utf-8";
/*////////////////////////////////////
top
////////////////////////////////////*/
@media screen and (min-width: 1024px) {
.top_section_header {	
	position: relative;
	width: 100%;
	min-height: 100vh;
	margin-top: 114px;
	background: url("../img/top_back_img.png");
	background-position: 100% 50%;
	background-size: 60%;
	background-repeat:no-repeat;
	
	
}
#top_header_word_area {
	position: relative;
	width: 40%;
	height: 100vh;
}
#top_header_word {
	position: absolute;
	width: 80%;
	top: 30%;
	left: 20%;
	font-weight: 700;
	letter-spacing: .2em;
	font-size: clamp(3.2rem, 3.5vw, 6.3rem);
	color: #333;
}
.top_header_subword {
	display: block;
	padding-top: 20px;
	font-weight: 400;
	letter-spacing: .2em;
	font-size: clamp(1.4rem, 1.5vw, 2.4rem);
	color: #999;
}

}
@media screen and (min-width: 0px) and (max-width: 1023px) {
.top_section_header {	
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 114px;
	background: url("../img/top_back_img.png");
	background-position: top center;
	background-size: contain;
	background-repeat:no-repeat;
	
}
#top_header_word_area {
	position: relative;
	width: 80%;
	padding: 86% 0 100px 0;
	margin-left: auto;
	margin-right: auto;
}
#top_header_word {
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .2em;
	font-size: clamp(3.2rem, 6vw, 6.3rem);
	color: #333;
}
.top_header_subword {
	display: block;
	padding-top: 20px;
	font-weight: 400;
	letter-spacing: .2em;
	font-size: clamp(1.4rem, 4vw, 2.4rem);
	color: #999;
}
}
span.smoothText {
  overflow: hidden;
  display: block;
}
span.smoothTextTrigger{
  transition: 1s ease-in-out;
  transform: translate3d(0,100%,0) skewY(12deg);
  transform-origin: left;
  display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

/*////////////////////////////////////
top1
////////////////////////////////////*/
@media screen and (min-width: 768px) {
.top1_area {
	position: relative;
	width: 100%;
	background: url("../img/top_img1.png") rgba(213,203,199,0.4);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-blend-mode:lighten;
	border-radius: 50% 50% 0 0 / 10% 10% 0 0;
	padding: 100px 0;
}
#top1 {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #555;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10px;
}
#top1_subtitle {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 50px;
}
#top1_title {
	position: relative;
	width: 50%;
}
#top1_title h2 {
	font-size: clamp(3.2rem, 4vw, 4.8rem);
	font-weight: 400;
	margin: 0;
}
#top1_word {
	position: relative;
	width: 50%;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 2;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.top1_area {
	position: relative;
	width: 100%;
	background:rgba(213,203,199,0.4);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-blend-mode:lighten;
	border-radius: 50% 50% 0 0 / 5% 5% 0 0;
	padding: 100px 0;
	overflow: hidden;
}
#top1 {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #555;
	padding-top: 10px;
}
#top1_subtitle {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 50px;
}
#top1_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top1_title h2 {
	font-size: clamp(3.2rem, 4vw, 6.3rem);
	font-weight: 400;
	margin: 0;
}
#top1_word h2 {
	font-size: clamp(4.2rem, 4vw, 6.3rem);
	font-weight: 400;
	margin: 0;
}
#top1_word {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 2;
}
}
/*////////////////////////////////////
top2
////////////////////////////////////*/
@media screen and (min-width: 768px) {
.top2_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
#top2 {
	position: relative;
	width: 90%;
	margin-right: 10%;
	height: 800px;
	background: url("../img/top2_img1.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
}
#top2::before {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(255,255,255,0.4);
}
#top2_word_area {
	position: absolute;
	top: 24%;
	left: 20%;
}
#top2_title {
	position: relative;
	margin-bottom: 20px;
}
#top2_title h2 {
	font-size: 6.3rem;
	color: #555;
	font-weight: 700;
}
#top2_word {
	position: relative;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 2;
	color:#555;
}
.word_title {
	position: absolute;
	top: 300px;
	right: -240px;
	font-size: 14rem;
	font-weight: 900;
	color: #FFF;
	transform: rotate(-90deg);
	opacity: 0.7;
}
#morebt1 {
	position: absolute;
	top: 80%;
	left: 24%;
}
#morebt1 a {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 50px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	padding: 35px 0;
	text-decoration: none;
	transition: all 0.3s;
}
#morebt1 a:hover {
	transform: scale(1.1);
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.top2_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
#top2 {
	position: relative;
	width: 100%;
	height: 800px;
	background: url("../img/top2_img1.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
#top2::before {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(255,255,255,0.4);
}
#top2_word_area {
	position: absolute;
	top: 24%;
	left: 10%;
}
#top2_title {
	position: relative;
	margin-bottom: 20px;
}
#top2_title h2 {
	font-size: 4.8rem;
	color: #555;
	font-weight: 700;
}
#top2_word {
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	color:#555;
}
.word_title {
	position: absolute;
	top: 300px;
	right: -280px;
	font-size: 14rem;
	font-weight: 900;
	color: #FFF;
	transform: rotate(-90deg);
	opacity: 0.7;
}
#morebt1 {
	position: absolute;
	top: 80%;
	left: 24%;
}
#morebt1 a {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 50px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	padding: 35px 0;
	text-decoration: none;
	transition: all 0.3s;
}
#morebt1 a:hover {
	transform: scale(1.1);
}
}

/*////////////////////////////////////
top3
////////////////////////////////////*/
@media screen and (min-width: 768px) {
.top3_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
#top3 {
	position: relative;
	width: 90%;
	margin-left: 10%;
	height: 800px;
	background: url("../img/top3_img1.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
}
#top3::before {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(255,255,255,0.4);
}
#top3_word_area {
	position: absolute;
	top: 24%;
	right: 20%;
}
#top3_title {
	position: relative;
	margin-bottom: 20px;
}
#top3_title h2 {
	font-size: 6.3rem;
	color: #555;
	font-weight: 700;
}
#top3_word {
	position: relative;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 2;
	color:#555;
}
.word_title2 {
	position: absolute;
	top: 300px;
	left: -240px;
	font-size: 14rem;
	font-weight: 900;
	color: #FFF;
	transform: rotate(-90deg);
	opacity: 0.7;
}
#morebt2 {
	position: absolute;
	top: 60%;
	right: 36%;
}
#morebt2 a {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 50px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	padding: 35px 0;
	text-decoration: none;
	transition: all 0.3s;
}
#morebt2 a:hover {
	transform: scale(1.1);
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.top3_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
#top3 {
	position: relative;
	width: 100%;
	height: 800px;
	background: url("../img/top3_img1.jpg");
	background-position: 35%;
	background-size: cover;
	overflow: hidden;
}
#top3::before {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(255,255,255,0.4);
}
#top3_word_area {
	position: absolute;
	top: 24%;
	right: 20%;
}
#top3_title {
	position: relative;
	margin-bottom: 20px;
}
#top3_title h2 {
	font-size: 4.8rem;
	color: #555;
	font-weight: 700;
}
#top3_word {
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	color:#555;
}
.word_title2 {
	position: absolute;
	top: 300px;
	right: -240px;
	font-size: 14rem;
	font-weight: 900;
	color: #FFF;
	transform: rotate(-90deg);
	opacity: 0.7;
}
#morebt2 {
	position: absolute;
	top: 80%;
	left: 24%;
}
#morebt2 a {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 50px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	padding: 35px 0;
	text-decoration: none;
	transition: all 0.3s;
}
#morebt2 a:hover {
	transform: scale(1.1);
}
}