@charset "utf-8";


/* entry40th PC toppage
----------------------------------------------------------*/
#entry40th {
	width: 100%;
margin-top: 30px;
}
#entry40th, #entry40th figure, #entry40th p, #entry40th a, #entry40th div {
	box-sizing:border-box;
}
#entry40th .inner {
	width: 625px;
	margin: 0 auto;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #cccccc;
    border-radius: 5px;
}

/* entry40th banner PC toppage
----------------------------------------------------------*/
.bn_area {
	width: 630px;
	height: 210px;
	padding: 20px 0 12px;
	background: #FFF;
	border-radius: 6px;
	display:flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: hidden;
}
.bn_area .logo {
	width: 190px;
	margin: 0 65px;
}
.bn_area .logo a {
	display: block;
	text-decoration: none;
}
.bn_area .logo a:hover {
	opacity: 0.75;
}
.bn_area .logo figure {
	width: 160px;
	margin: 0 auto;
}
.bn_area .logo figure img {
	width: 100%;
}
.bn_area .logo a p.bt_40th {
	display: block;
	width: 100%;
	height: 36px;
	margin: 15px 0 0;
	padding: 10px 0 0 20px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none!important;
	line-height: 1;
	background: #46C6E4 url(../img/arrow_r_wh.png) no-repeat right 10px center/ 8px;
	border-radius: 18px;
}
#suntory_contents .bn_area ul.slide40th {
	list-style-type:none;
	width: 260px;
}
#entry40th .bn_area .bx-wrapper {
	width: 260px!important;
	margin: 0!important;
}
.bn_area .slide40th li {
	display: block;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	overflow: hidden;
}
.bn_area .slide40th li a {
	display: block;
	text-decoration: none;
	color: #000;
}
.bn_area .slide40th li a:hover {
	opacity: 0.75;
}
.bn_area .slide40th li img {
	width: 100%;
}
.bn_area .slide40th li p {
	font-size: 13px;
	line-height: 1.2;
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
}

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

/* entry40th SP toppage
----------------------------------------------------------*/
#entry40th {
	margin: 4vw 0 0;
	padding: 0 4vw;
}
#entry40th .inner {
	width: 100%;
}
/* entry40th banner SP toppage
----------------------------------------------------------*/
.bn_area {
	width: 100%;
	height: auto;
	padding: 4vw 0;
	border-radius: 1.6vw;
}
.bn_area .logo {
	width: 40vw;
	margin: 0 4vw;
}
.bn_area .logo figure {
	width: 25vw;
}
.bn_area .logo a p.bt_40th {
	height: 8vw;
	margin: 2vw 0 0;
	padding: 0 0 0 4vw;
	font-size: 3.2vw;
	line-height: 8vw;
	background: #46C6E4 url(../img/arrow_r_wh.png) no-repeat right 2.4vw center/ 2vw;
	border-radius: 4vw;
}
#entry40th .bn_area .bx-wrapper {
	width: 40vw!important;
}
.bn_area .slide40th li {
	margin: 0;
}
.bn_area .slide40th li p {
	font-size: 3.2vw;
	margin: 2vw 0 0;
}

}