@charset "utf-8";

/*------------------------------------------------------------
font
------------------------------------------------------------ */

#suntory_contents .bold {
	font-weight: bold;
}

#suntory_contents #contents * {
	box-sizing: content-box;
}

#suntory_contents a {
	color: #881133;
}

#suntory_contents a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
for PC
------------------------------------------------------------ */
#suntory_contents .mb15 {
	margin-bottom: 15px;
}

#suntory_contents .mb30 {
	margin-bottom: 30px;
}

#suntory_contents .mb70 {
	margin-bottom: 70px!important;
}

#suntory_contents .sp_mt40 {
	margin-top: 0px;
}
/*------------------------------------------------------------
[PC] bread_crumbs
------------------------------------------------------------ */
#suntory_contents .bread_crumbs {
	list-style: none;
	display: flex;
	padding: 15px 0 0;
	margin: 0px 0px 15px;
}

#suntory_contents #contents .bread_crumbs li {
	color: #222;
}

#suntory_contents #contents .bread_crumbs li a {
	color: #881133;
}

#suntory_contents .bread_crumbs li::after {
	color: #222;
}

/*------------------------------------------------------------
[PC] container
------------------------------------------------------------ */

#suntory_contents #contents {
	margin: 0 auto;
	padding-bottom: 120px;
	width: 1080px;
	position: relative;
}

/*------------------------------------------------------------
[PC] article
------------------------------------------------------------ */

#suntory_contents .article {
	padding: 25px 40px 50px;
	border: 1px #dddddd solid;
}

#suntory_contents .article_title {
	margin-bottom: 20px;
	border-bottom: solid 1px #ddd;
	padding: 0 0 10px;
}

#suntory_contents .article_title h1 {
	font-size: 24px;
	font-weight: bold;
}

#suntory_contents .article_sub_title_block {
	margin-bottom: 10px;
}

#suntory_contents .article_sub_title {
	font-size: 18px;
	font-weight: bold;
}

#suntory_contents .article_lead::after{
	content: "";
	display: block;
	clear: both;
}

#suntory_contents .movie_icon {
	display: flex;
	align-items: center;
}

/* lead
--------------------------------*/

#suntory_contents .lead {
	float: left;
	max-width: 718px;
	font-size: 16px;
	line-height: 1.8;
}

#suntory_contents .lead_link_list {
	margin: 0px 0 20px -40px;
	list-style: none;
	display: inline-block;
}

#suntory_contents .lead_link_list li {
	margin-top: 15px;
	margin-left: 40px;
	font-size: 15px;
}

#suntory_contents .lead_link_flex_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	;
}

#suntory_contents .lead_link_flex_list li {
	margin-top: 15px;
	margin-left: 40px;
	font-size: 15px;
}

#suntory_contents .lead_link_flex_list li:first-child {
	margin-left: 0;
}

#suntory_contents .lead_img{
	float: left;
	max-width: 250px;
	margin-left: 30px;
}

#suntory_contents .lead_img img{
	width: 100%;
}


/* txt_box
--------------------------------*/

#suntory_contents .txt_box {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
}

#suntory_contents .txt_box::after{
	content: "";
	display: block;
	clear: both;
}

#suntory_contents .txt_box h3 {
	font-size: 15px;
	font-weight: normal;
	font-weight: 400;
	color: #997755;
	background: #f6f1e4;
	margin-bottom: 20px;
	padding: 20px 30px;
}

#suntory_contents .txt_box p {
	margin-bottom: 30px;
	padding: 0 30px;
}

#suntory_contents .txt_box .caption{
    padding: 0;
}

#suntory_contents .cap_cred_area {
    display: flex;
    justify-content: space-between;
}

#suntory_contents .credit {
    font-size: 12px;
    margin-top: 7px;
}

#suntory_contents .txt_box .credit {
    margin-top: 5px;
}

/*---- 画像サイズが250の時 ----*/

#suntory_contents .box_txt{
	float: left;
	max-width: 718px;
}

#suntory_contents .box_img{
	float: left;
	max-width: 340px;
	margin-left: 30px;
}

/*---- 画像サイズが340の時 ----*/

#suntory_contents .ma-w628{
	max-width: 628px;
}

#suntory_contents .ma-w340{
	max-width: 340px;
}

#suntory_contents .ma-w250{
	max-width: 250px;
}

#suntory_contents .box_img img{
	width: 100%;
}

/*---- wrap ----*/

#suntory_contents .wrap .box_img {
    float: right;
    overflow: hidden;
}

#suntory_contents .wrap .box_txt{
    float: none;
    max-width: inherit;
}

#suntory_contents .wrap .box_txt h3{
    overflow: hidden;
}

/*------------------------------------------------------------
[PC] img_block
------------------------------------------------------------ */

#suntory_contents .img_block{
	margin-top: 40px;
}

#suntory_contents .img_block ul{
    list-style: none;
}

#suntory_contents .img_block img{
	width: 100%;
	vertical-align: bottom;
}

/* 画像1枚の時 */
#suntory_contents .column1 li{
    max-width: 400px;
    margin: 0 auto;
}

/*------------------------------------------------------------
[PC] movie_block
------------------------------------------------------------ */

#suntory_contents .movie_title {
	text-align: center;
	padding: 10px 0;
}

#suntory_contents .movie li {
	max-width: 560px;
	max-height: 315px;
	margin: 30px auto;
	text-align: center;
	list-style: none;
}

#suntory_contents .youtube_wp {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#suntory_contents iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#suntory_contents .caption {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}

/*------------------------------------------------------------
[PC] contents_container
------------------------------------------------------------ */

#suntory_contents .contents_container:after {
	content: '';
	display: block;
	clear: both;
}

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

	/*------------------------------------------------------------
	for SP
	------------------------------------------------------------ */


	#suntory_contents .sp_mt40 {
		margin-top: 40px;
	}

	#suntory_contents .sp_mb0 {
		margin-bottom: 0!important;
	}

	/*------------------------------------------------------------
	[SP] bread_crumbs
	------------------------------------------------------------ */
	#suntory_contents .bread_crumbs,
	#suntory_contents #contents .bread_crumbs {
		display: none;
	}

	/*------------------------------------------------------------
	[SP] container
	------------------------------------------------------------ */

	#suntory_contents #contents {
		padding: 20px 20px 40px;
		width: auto;
		position: relative;
	}

	#suntory_contents .cap_cred_area {
		display: flex;
		justify-content: space-between;
	}

	#suntory_contents .sp_caption_L {
		text-align: left;
	}

	#suntory_contents .credit {
		text-align: right;
	}

	/*------------------------------------------------------------
	[SP] article
	------------------------------------------------------------ */
	#suntory_contents .article {
		padding: 20px 15px;
		border: none;
		box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
	}

	#suntory_contents .article {
		padding: 20px 15px;
		border: none;
	}

	#suntory_contents .article_title {
		margin-bottom: 15px;
	}

	#suntory_contents .article_title h1 {
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: bold;
		font-weight: 600;
	}

	/* lead
	------------------------*/
	#suntory_contents .lead {
		font-size: 14px;
	}

	#suntory_contents .article_lead{
		margin-top: 20px;
	}

	#suntory_contents .lead_link_flex_list a,
	#suntory_contents .lead_link_list a{
		font-size: 13px;
	}

	#suntory_contents .lead_img{
		float: none;
		margin: 20px auto 0;
	}


	/* box_txt
	------------------------*/
	#suntory_contents .box_txt{
		float: none;
	}

	#suntory_contents .box_txt p{
		padding: 0 10px;
	}

	#suntory_contents .box_img{
		float: none;
		margin: 20px auto 0;
	}

	#suntory_contents .sp_width80 {
		width: 80%;
	}

	/*---- wrap ----*/
	#suntory_contents .wrap .box_img{
		float: none;
		margin: 20px auto 20px;
	}

	#suntory_contents .lead_link_flex_list li {
		margin-left: 0;
	}

	/*------------------------------------------------------------
	[sp] img_block
	------------------------------------------------------------ */

	#suntory_contents .img_block li{
		margin-top: 25px;
	}

	#suntory_contents .img_block li:first-child{
		margin-top: 0;
	}

	/*------------------------------------------------------------
	[sp] movie_block
	------------------------------------------------------------ */

	#suntory_contents .movie_title {
		padding: 24px 0 0px;
	}

	/*------------------------------------------------------------
	[sp] text_block
	------------------------------------------------------------ */

	#suntory_contents .text_block {
		width: auto;
		float: none;
	}

	#suntory_contents .text_block p {
		padding: 0 10px;
	}

	#suntory_contents .txt_box h3 {
		font-size: 14px;
	}

}