@charset "utf-8";

/* CSS Document */

/*-------------------------
- header
- bnr_float
- sec_mv_link
- sec_message
- sec_map
- sec_logo
- sec_sns
-------------------------*/


/*=======================================
　header
=======================================*/
#suntory_contents main {
	background: #fff;
}

/*=======================================
bnr_float
=======================================*/
#suntory_contents .bnr_float {
	position: fixed;
	width: 7rem;
	height: 7rem;
	right: 5%;
	bottom: 5%;
	max-width: 197px;
	z-index: 3;
}

/*=======================================
sec_mv_link
=======================================*/

#suntory_contents .sec_mv_link {
	background: url(../images/top/mv_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 3rem;
	margin-bottom: 0.5rem;
}
#suntory_contents .sec_mv_link .ttl {
	width: 90%;
	margin: 0.6rem auto 1.12rem;
}
#suntory_contents .sec_mv_link .obi {
	position: relative;
	padding: 0.8rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#suntory_contents .sec_mv_link .obi >img {
	position: relative;
	width: 60%;
	z-index: 2;
}
#suntory_contents .sec_mv_link .obi::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: #6b8c9c;
	mix-blend-mode: multiply;
}
#suntory_contents .sec_mv_link .link_list {
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #fff;
}
#suntory_contents .sec_mv_link .link_list .item {
	position: relative;
	width: 50%;
	background: #000;
}
#suntory_contents .sec_mv_link .link_list .item a {
	position: relative;
	width: 100%;
	height: 6.43rem;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#suntory_contents .sec_mv_link .link_list .item a span {
	padding-left: 4rem;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(5) a span {
	padding-left: 4.8rem;
}
#suntory_contents .sec_mv_link .link_list .item a::before {
	content: '';
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(odd)::after {
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	height: 100%;
	width: 2px;
	background: #fff;
	z-index: 1;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(-n+4)::before {
	content: '';
	position: absolute;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background: #fff;
	z-index: 1;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(1) {
	background: #006532AD;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(2) {
	background: #009b9aAD;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(3) {
	background: #8fc31fAD;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(4) {
	background: #389d38AD;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(5) {
	background: #009b9aAD;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(6) {
	background: #8fc31fAD;
}

#suntory_contents .sec_mv_link .link_list .item:nth-child(1) a::before {
	width: 1.32rem;
	height: 2.92rem;
	background: url(../images/top/icon01.svg) no-repeat;
	background-size: cover;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(2) a::before {
	width: 2.14rem;
	height: 2.03rem;
	background: url(../images/top/icon02.svg) no-repeat;
	background-size: cover;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(3) a::before {
	width: 1.67rem;
	height: 2.75rem;
	background: url(../images/top/icon03.svg) no-repeat;
	background-size: cover;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(4) a::before {
	width: 1.75rem;
	height: 2.25rem;
	background: url(../images/top/icon04.svg) no-repeat;
	background-size: cover;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(5) a::before {
	left: 7%;
	width: 2.39rem;
	height: 2rem;
	background: url(../images/top/icon05.svg) no-repeat;
	background-size: cover;
}
#suntory_contents .sec_mv_link .link_list .item:nth-child(6) a::before {
	width: 2.28rem;
	height: 2.28rem;
	background: url(../images/top/icon06.svg) no-repeat;
	background-size: cover;
}

#suntory_contents .sec_mv_link .link_list .item.link_blank a span::after {
	right: -1rem;
}

@media only screen and (max-width: 769px){
	#suntory_contents .sec_mv_link .link_list .item a span {
		padding-left: 10rem;
	}
	#suntory_contents .sec_mv_link .link_list .item:nth-child(5) a span {
		padding-left: 10rem;
	}
}

@media only screen and (max-width: 640px){
	#suntory_contents .sec_mv_link .link_list .item a span {
		padding-left: 4rem;
	}
	#suntory_contents .sec_mv_link .link_list .item:nth-child(5) a span {
		padding-left: 4.8rem;
	}
}


/*=======================================
sec_message
=======================================*/
#suntory_contents .sec_message {
	margin-bottom: 1.89rem;
	background: #fff;

}

/*=======================================
sec_map
=======================================*/
#suntory_contents .sec_map {
	margin-bottom: 2rem;
	background: #fff;
}
#suntory_contents .sec_map .img_area {
	margin-bottom: 0.7rem;
}
#suntory_contents .sec_map .btn_map {
	width: 50%;
	max-width: 360px;
	margin: 0 auto 0.75rem;
}
#suntory_contents .sec_map .btn_map a {
	width: 100%;
	height: 4.85rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background: #00afd0;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff100;
	border-radius: 21px;
	line-height: 1.5;
}
#suntory_contents .sec_map .caption {
	font-size: 0.71rem;
	margin-left: 2rem;
} 
@media only screen and (max-width: 769px){
	#suntory_contents .sec_map .btn_map {
		width: 60%;
		max-width: 360px;
	}
	#suntory_contents .sec_map .btn_map a {
	border-radius: 10px;
	}
}

/*=======================================
sec_logo
=======================================*/
#suntory_contents .sec_logo {
	margin-bottom: 0.6rem;
	background: #00AFD0;
	padding: 5% 0;
}
#suntory_contents .sec_logo .inner {
	background: #fff;
	padding: 6% 0 10%;
}
#suntory_contents .sec_logo .inner .sttl {
	font-size: 1.5rem;
	color: #00afd0;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2.7rem;
}
#suntory_contents .sec_logo .inner .logo_list {
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 2.64rem 2%;
}
#suntory_contents .sec_logo .inner .logo_list .item {
	width: 49%;
	text-align: center;
}


/*=======================================
　sec_sns
=======================================*/
#suntory_contents .sec_sns {
	background: #fff;
	padding-bottom: 0.857rem;
}
#suntory_contents .flex_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2rem;
}
#suntory_contents .flex_area .icon_x {
	width: 10%;
	min-width: 36px;
}
#suntory_contents .flex_area .icon_insta {
	width: 12%;
	min-width: 40px;
}

/*=======================================
　modaal
=======================================*/


.modaal-inner-wrapper {
	padding: 0!important;
}
.modaal-container {
	width: 80%!important;
	max-width: 768px!important;
	background: transparent;
}
.modaal-close {
	right: -2%!important;
	top: -2rem!important;
}
.modaal-content-container {
	padding: 0!important;
}
.modaal-content-container iframe {
	max-width: 100%;
	aspect-ratio: 785 / 441!important;
}
