@charset "utf-8";

/* CSS Document */

/*-------------------------
- base
- MV
- btn_area
-------------------------*/
/*=======================================
　base
=======================================*/
p {
	text-align: justify;
}

#suntory_contents #greeting {
	background-color: #fff;
}

/*=======================================
　MV
=======================================*/
#suntory_contents #greeting .main_ttl {
	background-color: #8d7e33;
}
#suntory_contents #greeting .mv {
	margin-bottom: 1.5rem;
}

/*=======================================
　greet_box
=======================================*/
#suntory_contents .greet_box {
	margin-bottom: 3.6428rem;
}
#suntory_contents .greet_box .title_area {
	display: flex;
	align-items: center;
	gap: 0 1rem;
	margin-bottom: 1.42857rem;
}
#suntory_contents .greet_box .title_area .left {
	width: 24.26666vw;
	max-width: 140px;
}
#suntory_contents .greet_box .title_area .right p.job_title {
	font-size: 0.6428rem;
	margin-bottom: 0.1rem;
}
#suntory_contents .greet_box .title_area .right h3 {
	font-size: 1.60714rem;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-top: 0.571428rem;
}
#suntory_contents .greet_box .title_area .right h3.president {
	position: relative;
	padding-top: 1.1428rem;
}
#suntory_contents .greet_box .title_area .right h3.president::before {
	content: attr(data-title);
	position: absolute;
	top: 0; left: 0;
	font-size: 0.6428rem;
	font-weight: 500;
	letter-spacing: 0;
}
#suntory_contents .greet_box .text_area {
	position: relative;
}
#suntory_contents .greet_box p.text {
	line-height: 1.6923;
	font-size: 0.92857rem;
	font-weight: normal;
}
#suntory_contents .greet_box .text_area .tbd {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 30.4vw;
	height: 30.4vw;
}

@media only screen and (min-width: 769px) {
	#suntory_contents .greet_box .title_area .left {
		width: 182px;
	}
	#suntory_contents .greet_box .title_area .right p.job_title {
		margin-bottom: 0;
	}
	#suntory_contents .greet_box .text_area .tbd {
		width: 288px;
		height: 288px;
	}
}
