@charset "utf-8";

/* CSS Document */

/*-------------------------
- base
- MV
- date_block
-------------------------*/
/*=======================================
　base
=======================================*/
/* font */
.noto_serif {
	font-family: 'Noto Serif JP', serif;
}

p {
	text-align: justify;
}

/*=======================================
　date_block
=======================================*/
#suntory_contents .date_block {
	padding-bottom: 3.8928rem;
	background-color: #fff;
}
#suntory_contents .date_block:nth-of-type(1) {
	padding-top: 2.595rem;
}
#suntory_contents .title_box {
	display: flex;
	align-items: end;
	gap: 0 1.964rem;
	padding-bottom: 1.0714rem;
	position: relative;
	margin-bottom: 1.6071rem;
}
#suntory_contents .title_box::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.5rem;
	background: linear-gradient(90deg, #00a4cd 0%, #90b35d 100%);
}
#suntory_contents .title_box h3 {
	width: 38.133%;
}
#suntory_contents .title_box p {
	font-size: 1.7857rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #e84994;
}
#suntory_contents .date_block p.common_text {
	margin-bottom: 1.71428rem;
}
#suntory_contents .date_block .img_area {
	display: flex;
	flex-direction: column;
	gap: 1.39rem 0;
}
#suntory_contents .date_block .img_area figcaption {
	font-size: 0.82142rem;
	margin-top: 0.5357rem;
}
#suntory_contents .date_block p.common_text span {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 1.429rem;
	font-weight: 700;
	line-height: 1.625;
}
@media only screen and (min-width: 769px) {
	#suntory_contents .title_box h3 {
		width: 286px;
	}
}
