@charset "utf-8";

/* CSS Document */

/*-------------------------
- mv
- sec_suntory
- sec_champion
- sec_btn
-------------------------*/


#suntory_contents #players {
	background: #fff;
}

/*=======================================
mv
=======================================*/
#suntory_contents .mv {
	position: relative;
	margin-bottom: 2.4rem;
}
#suntory_contents .mv .ttl {
	position: absolute;
	top: 4.9rem;
	width: 68%;
	left: 43%;
	transform: translateX(-50%);
}


/*=======================================
sec_suntory
=======================================*/
#suntory_contents .sec_suntory {
	margin-bottom: 4.28rem;
}
#suntory_contents .inner .player_ttl {
	font-size: 1.07rem;
	color: #00afd0;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
	letter-spacing: 0.05em;
}
#suntory_contents .inner .player_list .item {
	border: 3px solid #00afd0;
	display: flex;
}
#suntory_contents .inner .player_list .item:not(:last-child) {
	margin-bottom: 1.78rem;
}
#suntory_contents .inner .player_list .item > div {
	position: relative;
	width: 50%;
}
#suntory_contents .inner .player_list .item .txt_area .name {
	padding: 6% 8%;
	font-size: 1.53rem;
	line-height: 0.8;
	background: #00afd0;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
}
#suntory_contents .inner .player_list .item .txt_area .name .en {
	font-size: 0.64rem;
	font-weight: 500;
}
#suntory_contents .inner .player_list .item .txt_area .detail{
	font-size: 0.75rem;
	padding: 15% 8%;
	font-weight: 500;
}
#suntory_contents .inner .player_list .item .txt_area .detail > p:not(:last-child){
	margin-bottom: 0.2rem;
}
@media only screen and (max-width: 768px){
	#suntory_contents .inner .player_list {
		max-width: 500px;
		margin: 0 auto;
	}
}
/*=======================================
sec_champion
=======================================*/
#suntory_contents .sec_champion {
	margin-bottom: 2rem;
}
#suntory_contents .sec_champion .inner .player_ttl {
	position: relative;
	color: #e84994;
}
#suntory_contents .sec_champion .inner .player_ttl::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1.8rem;
	width: 2.17rem;
	height: 1.5rem;
	background: url(../images/players/icon_king.svg) no-repeat;
	background-size: cover;
}
#suntory_contents .sec_champion .inner .player_list .item {
	border: 3px solid #e84994;
}
#suntory_contents .sec_champion .inner .player_list .item .txt_area .name {
	background: #e84994;
}
#suntory_contents .sec_champion .inner .player_list .item .txt_area .detail{
	padding: 6% 0 0 8%;
}
#suntory_contents .sec_champion .inner .player_list .item .txt_area .champion_area{
	position: absolute;
	bottom: 0;
	right: 0;
}
#suntory_contents .sec_champion .inner .cap_wrap {
	display: flex;
	justify-content: flex-end;
}
#suntory_contents .sec_champion .inner .caption {
	display: inline-block;
	margin-top: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.78rem;
}
/*=======================================
sec_btn
=======================================*/
#suntory_contents .sec_btn {
	margin-bottom: 3.7rem;
}
#suntory_contents .sec_btn .inner .btn a {
	position: relative;
	background: #947f28;
	color: #fff;
	margin-bottom: 2rem;
	padding: 0.4rem 1.1rem;
	font-weight: 700;
	font-size: 1.07rem;
	letter-spacing: 0.1em;
}
#suntory_contents .sec_btn .inner .btn a::after {
	content: '';
	position: absolute;
	right: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1rem;
	height: 1.1rem;
	background: url(../images/players/arrow.svg) no-repeat;
	background-size: cover;
}
#suntory_contents .sec_btn .inner .btn a::after {
	content: '';
	position: absolute;
	right: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1rem;
	height: 1.1rem;
	background: url(../images/players/arrow.svg) no-repeat;
	background-size: cover;
}
