/* ******************************************************************
 *	File name		: base.css
 *	Summary			: css base
 * ******************************************************************
 */


/* -----------------------------------------------------------------
   base
----------------------------------------------------------------- */

main{
	background:#072057;
}

/* -----------------------------------------------------------------
   main_img
----------------------------------------------------------------- */

#main_img{
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	width:100%;
	height:395px;
	margin:0 auto;
	}
	#main_img #logo_animation{
		position:absolute;
		top:0px;
		left:0px;
	}
	#main_img #logo_animation::before,
	#main_img #logo_animation::after{
		content:" ";
		position:absolute;
	}
	#main_img #logo_animation::before{
		top:-285px;
		left:-130px;
		width:600px;
		height:600px;
		background:url(../../image/top/top_anime_01.png) no-repeat 0 0;
		background-size:contain;
		animation:logo_animation_01 1.5s ease 0s forwards 1;
	}
	#main_img #logo_animation::after{
		top:-205px;
		left:-180px;
		width:770px;
		height:566px;
		background:url(../../image/top/top_anime_02.png) no-repeat 0 0;
		background-size:contain;
		animation:logo_animation_02 1.5s ease 0s forwards 1;
	}
	@keyframes logo_animation_01{
		0% {opacity:0;top:-500px;transform:rotate(-359deg);}
		100% {opacity:1;top:-285px;transform:rotate(0deg);}
	}
	@keyframes logo_animation_02{
		0% {opacity:0;top:-500px;transform:rotate(359deg);}
		100% {opacity:1;top:-205px;transform:rotate(0deg);}
	}

	@keyframes logo_animation_sp_01{
		0% {opacity:0;top:-150px;transform:rotate(-359deg);}
		100% {opacity:1;top:-70px;transform:rotate(0deg);}
	}
	@keyframes logo_animation_sp_02{
		0% {opacity:0;top:-150px;transform:rotate(359deg);}
		100% {opacity:1;top:-55px;transform:rotate(0deg);}
	}

	#main_img #bg_movie{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:0px;
		padding-top:56.25%;
		z-index:-10;
	}
	#main_img #bg_movie video{
		display:block;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index:-1;
	}
	#main_img #bg_movie::after{
		content:" ";
		display:block;
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:30%;
		z-index:0;
		background:linear-gradient(0deg, rgba(7,32,87,1), rgba(7,32,87,0));
	}

#main_copy{
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	width:1000px;
	max-width:100%;
	height:100%;
	margin:0 auto;
	}
	#main_copy p{
		display:block;
		font-weight:bold;
		font-size:2.0rem;
		color:#233265;
		transition-duration:0.5s;
	}
	#main_copy p span{
		display:inline-block;
		margin:0 0 6px;
		padding:0px 20px 1px 24px;
		font-weight:inherit;
		font-size:inherit;
		background:rgba(255,255,255,0.7);
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		color:inherit;
		line-height:1.6;
		letter-spacing:3px;
		transition-duration:0.5s;
	}
	#main_copy p span:last-child{
		margin:0px;
}

/* --- responsive --- */
@media only screen and (max-width:1040px){
	#main_copy p span,
	#main_copy p span:last-child{
		margin:0 50px 6px 20px;
	}
}
@media only screen and (max-width:767px){
	#main_img{
		height:calc(56.25vw - 30px);
		}
		#main_img #logo_animation::before{
			left:-80px;
			width:200px;
			height:200px;
			animation:logo_animation_sp_01 1.5s ease 0s forwards 1;
		}
		#main_img #logo_animation::after{
			left:-90px;
			width:256px;
			height:188px;
			animation:logo_animation_sp_02 1.5s ease 0s forwards 1;
	}

	#main_img #bg_movie{
		position:absolute;
	}
	#main_copy p{
		font-size:1.5rem;
	}
	#main_copy p span,
	#main_copy p span:last-child{
		margin:0 30px 6px 20px;
	}
}
@media only screen and (max-width:640px){
	#main_copy p{
		font-size:1.15rem;
	}
	#main_copy p span,
	#main_copy p span:last-child{
		margin:0 20px 6px 20px;
		padding:0px 10px 1px 14px;
		background:rgba(255,255,255,0.8);
		letter-spacing:0px;
	}
}

/* -----------------------------------------------------------------
   section
----------------------------------------------------------------- */

section h2{
	position:relative;
	margin:0 0 20px;
	padding:34px 0 0 34px;
	font-family: "Spinnaker", sans-serif;
	font-weight:normal;
	font-size:3.7rem;
	color:#233265;
	z-index:0;
	}
	section h2::before{
		content:" ";
		position:absolute;
		top:-21px;
		left:0px;
		width:120px;
		height:120px;
		background:linear-gradient(180deg, #A1D8F4, #CFC8E3);
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		z-index:-1;
	}
	section:nth-child(even) h2::before{
		background:linear-gradient(180deg, #55C1EF, #81B9E2, #B5AED3);
	}
section h2 + p.title_jp{
	display:block;
	position:relative;
	margin:0 0 30px;
	padding-left:34px;
	font-weight:bold;
	font-size:1.7rem;
	color:#233265;
	z-index:10;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	section h2{
		margin:0 0 10px;
		padding:0px 0 0 30px;
		font-size:2.0rem;
		}
		section h2::before{
			width:60px;
			height:60px;
		}
		section:nth-child(even) h2::before{
			opacity:0.7;
	}
	section h2 + p.title_jp{
		margin:0 0 20px;
		padding-left:30px;
		font-size:1.0rem;
	}
}


/* -----------------------------------------------------------------
   information
----------------------------------------------------------------- */

#information{
	position:relative;
	margin:0 0 50px;
	padding-bottom:20px;
	}
	#information::before{
		content:" ";
		position:absolute;
		top:0px;
		right:0px;
		width:calc(1000px + (50% - 450px));/* + 50 */
		height:100%;
		margin:0 auto;
		background:rgba(255,255,255,0.7);
		-moz-border-radius:40px 0 0 40px;
		-webkit-border-radius:40px 0 0 40px;
		border-radius:40px 0 0 40px;
		z-index:-10;
	}
#bdid_top #information h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	font-size:2.5rem;
	margin:0 0 73px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#information{
		position:relative;
		padding:40px 20px 20px;
		}
		#information::before{
			width:100%;
			background:rgba(255,255,255,0.9);
			-moz-border-radius:0px;
			-webkit-border-radius:0px;
			border-radius:0px;
	}
	#bdid_top #information h2{
		margin:0 0 20px;
	}
}

/* -----------------------------------------------------------------
   information_link
----------------------------------------------------------------- */

#information_link{
	position:absolute;
	top:20px;
	right:0px;
	width:450px;
	background:rgba(255,255,255,0.3);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	z-index:10;
}
#information_link ul{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	padding:10px 10px 5px;
	}
	#information_link ul li{
		width:33%;
		height:30px;
		margin:0 0 5px;
	}
	#information_link ul li a{
		display:-webkit-flex;
		display:flex;
		align-items:center;
		position:relative;
		min-width:100%;
		height:100%;
		padding:1px 0 0 25px;
		font-size:0.84rem;
		font-weight:500;
		text-align:center;
		color:#000;
		background:#FFF;
		border-radius:10px;
		transition-duration:0.5s;
		}
		#information_link ul li a::before{
			content:" ";
			position:absolute;
			top:8px;
			left:5px;
			width:14px;
			height:14px;
			background:#000;
			-moz-border-radius:50%;
			-webkit-border-radius:50%;
			border-radius:50%;
			z-index:1;
			opacity:0.6;
			transition-duration:0.5s;
		}
		#information_link ul li:nth-child(2) a::before{background:#51318F;}/* news */
		#information_link ul li:nth-child(3) a::before{background:#C77;}/* highlights */
		#information_link ul li:nth-child(4) a::before{background:#3AA1D5;}/* event */
		#information_link ul li:nth-child(5) a::before{background:#CC0;}/* contents */
		#information_link ul li:nth-child(6) a::before{background:#00B200;}/* activities */
		#information_link ul li a:hover{
			background:#EEF;
			text-decoration:none;
		}
		#information_link ul li a:hover::before{
			opacity:1;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#information_link{
		position:relative;
		top:0px;
		width:100%;
	}
	#information_link ul li{
		min-width:48%;
	}
	#information_link ul li a{
		font-size:0.77rem;
	}
}

/* -----------------------------------------------------------------
   about
----------------------------------------------------------------- */

#about{
	margin:0 0 60px;
}
#about *{
	color:#FFF;
}
#about #about_box{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
/*	flex-direction: row-reverse;*/
	}
	#about #about_box #about_movie{
		display:none;
		position:relative;
		width:500px;
		}
		#about #about_box #about_movie #movie{
			position:relative;
			width:100%;
			padding:20px;
			background:#000;
			}
			#about #about_box #about_movie #movie > div{
				position:relative;
				width:100%;
				height:0px;
				padding-top:56.25%;
		}
		#about #about_box #about_movie iframe{
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
		}
		#about #about_box #about_movie p{
			position:relative;
			margin:5px 0 0;
			font-size:0.84rem;
			text-align:center;
			color:rgba(255,255,255,0.5);
	}
	#about #about_box #about_contents{
		width:calc(100% - 535px);
		width:100%;
	}
	#about #about_box #about_contents h3{
		position:relative;
		margin:0 0 20px;
		font-weight:bold;
		font-size:1.5rem;
		line-height:1.5;
	}
	#about #about_box #about_contents p{
		font-size:1.02rem;
		line-height:1.75;
}

#about_link{
	position:relative;
	width:100%;
	margin:25px 0 0 0;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#about{
		margin:0 0 20px;
		padding:0 20px;
	}
	#about #about_box #about_movie{
		width:calc(100% + 40px);
		margin:0 -20px 20px;
	}
	#about #about_box #about_contents{
		width:100%;
		}
		#about #about_box #about_contents h3{
			margin:0 0 10px;
			font-size:1.1rem;
		}
		#about #about_box #about_contents p{
			font-size:0.87rem;
	}

	#about_link ul{
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	#about_link ul li{
		min-width:48%;
	}
}

/* -----------------------------------------------------------------
   research
----------------------------------------------------------------- */

#research_contents{
	padding:25px 20px 30px;
	background:rgba(206,211,222,0.8);
}
#research_contents *{
	color:#233265;
}
#research_contents #research_contents_box{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	}
	#research_contents #research,
	#research_contents #achievements{
		position:relative;
		width:100%;
		max-width:100%;
		margin:0 0 25px;
	}

#research_contents #research h2,
#research_contents #achievements h2{
	position:relative;
	margin:0 0 20px;
	padding:8px 0 0 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	font-size:1.7rem;
	color:#233265;
	z-index:0;
	}
	#research_contents #research h2::before,
	#research_contents #achievements h2::before{
		top:0px;
		width:40px;
		height:40px;
		background:linear-gradient(180deg, #55C1EF, #81B9E2, #B5AED3);
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#research_contents #research,
	#research_contents #achievements{
		width:100%;
		max-width:100%;
	}

	#research_contents #research h2,
	#research_contents #achievements h2{
		margin:0 0 20px;
		padding:9px 0 0 30px;
		font-size:1.3rem;
	}
	#research_contents #research h2::before,
	#research_contents #achievements h2::before{
		opacity:0.7;
	}
}

/* research */
#research_contents #research ul{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	list-style:none;
}
#research_contents #research ul li{
	position:relative;
	width:48%;
	height:90px;
	margin:0 0 7px 0;
	}
	#research_contents #research ul li::before{
		content:" ";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border-radius:8px;
		opacity:0.5;
		overflow:hidden;
		transition-duration:0.5s;
	}
	#research_contents #research ul li:nth-child(1)::before{
		background:url(../../image/top/reserch_banner_02.png) no-repeat 0 0 #DCE1E8;
		background-size:cover;
	}
	#research_contents #research ul li:nth-child(2)::before{
		background:url(../../image/top/reserch_banner_01.png) no-repeat 0 0 #DCE1E8;
		background-size:cover;
	}
	#research_contents #research ul li:nth-child(3)::before{
		background:url(../../image/top/reserch_banner_03.png) no-repeat 0 0 #DCE1E8;
		background-size:cover;
	}
	#research_contents #research ul li:hover::before{
		opacity:1;
	}
	#research_contents #research ul li a{
		display:-webkit-flex;
		display:flex;
		justify-content:flex-end;
		align-items:center;
		position:relative;
		width:100%;
		height:100%;
		margin:0 0 7px 0;
		padding-right:40px;
		font-weight:bold;
		text-decoration:none;
		border:2px solid rgba(35,50,101,0.4);
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border-radius:8px;
		transition-duration:0.5s;
	}
	#research_contents #research ul li a:hover{
		border:2px solid rgba(35,50,101,1);
	}
	#research_contents #research ul li a::before,
	#research_contents #research ul li a::after{
			content:" ";
			position:absolute;
		}
	#research_contents #research ul li a::before{
			top:calc(50% - 1px);
			right:10px;
			width:14px;
			height:2px;
			background:#233265;
		}
		#research_contents #research ul li a::after{
			top:calc(50% - 4px);
			right:10px;
			width:8px;
			height:8px;
			border-top:2px solid #233265;
			border-right:2px solid #233265;
			transform:rotate(45deg);
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#research_contents #research ul li{
		width:100%;
	}
}

/* research */
#research_contents #achievements{
	display:none;
}
#research_contents #achievements ul{
	list-style:none;
	}
	#research_contents #achievements ul li{
		margin:0 0 10px;
		border-bottom:1px solid rgba(35,50,101,0.4);
	}
	#research_contents #achievements ul li a{
		display:block;
		position:relative;
		padding:7px 40px 7px 0;
		font-weight:normal;
		font-size:0.87rem;
	}
	#research_contents #achievements ul li a::before,
	#research_contents #achievements ul li a::after{
			content:" ";
			position:absolute;
		}
	#research_contents #achievements ul li a::before{
			top:calc(50% - 1px);
			right:0px;
			width:14px;
			height:2px;
			background:#233265;
		}
		#research_contents #achievements ul li a::after{
			top:calc(50% - 4px);
			right:0px;
			width:8px;
			height:8px;
			border-top:2px solid #233265;
			border-right:2px solid #233265;
			transform:rotate(45deg);
}
#research_contents #achievements p#achievements_more{
	position:absolute;
	top:10px;
	right:0px;
	font-size:0.87rem;
	}
	#research_contents #achievements p#achievements_more::before{
		content:"＞ ";
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#research_contents #achievements ul li a{
		font-size:0.77rem;
		line-height:1.5;
	}
	#research_contents #achievements p#achievements_more{
		font-size:0.77rem;
	}
}

/* -----------------------------------------------------------------
   join_us
----------------------------------------------------------------- */

#join_us{
	padding:30px 20px 40px;
	background:rgba(0,0,0,0.5);
}
#join_us h2{
	position:relative;
	margin:0 0 30px;
	padding:8px 0 0 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	font-size:1.7rem;
	color:#FFF;
	z-index:0;
	}
	#join_us h2::before{
		top:0px;
		width:40px;
		height:40px;
		background:linear-gradient(180deg, #55C1EF, #81B9E2, #B5AED3);
}
/*
#join_us h2{
	position:relative;
	margin:0 0 30px;
	text-align:center;
	font-size:2.0rem;
	color:#FFF;
	}
	#join_us h2::before{
		display:none;
}
*/
#join_us ul{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	}
	#join_us ul li{
		width:48%;
		margin-bottom:30px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		overflow:hidden;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#join_us{
		padding:30px 20px 30px;
	}
	#join_us ul li{
		width:100%;
		margin:0 0 10px;
	}
}

/* -----------------------------------------------------------------
   support
----------------------------------------------------------------- */

#support{
	position:relative;
	padding:0 20px;
	min-height:250px;
	background:url(../../image/top/support.jpg) no-repeat center 0;
	background-size:cover;
}
#support *{
	color:#FFF;
}
#support .contents{
}
#support #support_contents{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	}
	#support #support_contents #support_txt{
		position:relative;
		width:calc(100% - 430px);
	}
	#support #support_contents figure{
		position:relative;
		width:400px;
}

#support h2{
	position:relative;
	margin:0 0 30px;
	padding:8px 0 0 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	font-size:1.7rem;
	color:#FFF;
	z-index:0;
	}
	#support h2::before{
		top:0px;
		width:40px;
		height:40px;
		background:linear-gradient(180deg, #55C1EF, #81B9E2, #B5AED3);
}

/* xxxxx */
#support #support_contents #support_txt{
	padding:30px 0 50px;
}
#support #support_contents #support_txt_seat{
	position:relative;
	width:100%;
	height:auto;
	padding:20px 20px;
	text-align:center;
	border:1px solid rgba(255,255,255,0.5);
	background:rgba(0,0,0,0.5);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
/*
#support h2{
	margin:0 0 20px;
	padding:0 0 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	font-size:1.5rem;
	border-bottom:1px solid rgba(255,255,255,0.3);
	}
	#support h2::before{
		display:none;
}
*/
#support #support_icon{
	width:80px;
	margin:0 auto 15px;
}
#support #support_contents #support_txt_seat p{
	display:block;
	position:relative;
	margin:0 0 20px;
	font-weight:normal;
	font-size:1.0rem;
	color:#FFF;
	line-height:1.8 !important;
	z-index:10;
}
#support #support_contents #support_txt_seat p#support_btn_link_txt{
	display:block;
	position:relative;
	margin:0 0 5px;
	font-weight:normal;
	font-size:0.80rem;
	color:#FFF;
}
#support_btn_block{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0px auto 0 !important;
	}
	#support_btn_block .support_btn{
		width:48%;
		margin:0px !important;
	}
	#support_btn_block .support_btn a{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		width:100%;
		height:100%;
		padding:10px 10px;
		font-size:0.77rem;
		border:1px solid rgba(255,255,255,0.5);
		background:rgba(0,0,0,0.3);
		background:rgba(255,255,255,0.2);
		background:url(../../image/base/blank_w.png) no-repeat bottom 10px right 10px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,1) inset;
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,1) inset;
		box-shadow: 0px 0px 5px rgba(0,0,0,1) inset;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		line-height:1.4;
		transition-duration:0.5s;
		}
		#support_btn_block .support_btn a:hover{
			text-decoration:none;
			background:url(../../image/base/blank_w.png) no-repeat bottom 10px right 10px rgba(0,0,0,0.7);
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#support{
		padding:0 0px;
		min-height:300px;
		background:url(../../image/top/support.jpg) no-repeat center 0;
		background-size:cover;
	}
	#support *{
		color:#FFF;
	}
	#support .contents{
	}
	#support #support_contents{
		display:block;
		}
		#support #support_contents #support_txt{
			width:calc(100% - 40px);
			margin:0 auto;
			z-index:1;
		}
		#support #support_contents figure{
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			z-index:0;
	}
	#support #support_contents #support_txt{
		padding:30px 0 30px;
	}
	#support #support_contents #support_txt_seat{
		padding:20px 20px 13px;
	}
	#support #support_contents #support_txt_seat p{
		margin:0 0 10px;
		font-size:0.77rem;
		line-height:1.75 !important;
	}
	#support #support_contents #support_txt_seat p#support_btn_link_txt{
		font-size:0.6rem;
	}
	#support_btn_block{
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-wrap:wrap;
		margin:0px auto 0 !important;
		}
		#support_btn_block .support_btn{
			width:100%;
			margin:0 0 7px !important;
		}
		#support_btn_block .support_btn a{
			font-size:0.77rem;
			background:url(../../image/base/blank_w.png) no-repeat bottom 10px right 10px rgba(0,0,0,0.8);
	}
}

/* -----------------------------------------------------------------
   overflow_menu
----------------------------------------------------------------- */

#overflow_menu{
	display:none;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
}

/* -----------------------------------------------------------------
   pickup
----------------------------------------------------------------- */

#pickup{
	display:block;
}
#pickup > ul{
	list-style:none;
}
#pickup > ul > li{
	position:relative;
	height:200px;
	padding:15px 15px 15px 375px;
	background:#FFF;
	-moz-border-radius:0 10px 10px 10px;
	-webkit-border-radius:0 10px 10px 10px;
	border-radius:0 10px 10px 10px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	overflow:hidden;
}
#pickup > ul > li::before{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	height:20px;
	font-size:0.77rem;
	-moz-border-radius:0 0px 10px 0px;
	-webkit-border-radius:0 0px 10px 0px;
	border-radius:0 0px 10px 0px;
	color:#FFF;
	z-index:100;
	}
	#pickup > ul > li.news::before{
		content:"ニュース";
		background:#51318F;
	}
	#pickup > ul > li.event::before{
		content:"イベント";
		background:#3AA1D5;
}
#pickup > ul > li .pickup_photo{
	position:absolute;
	top:0px;
	left:0px;
}
#pickup > ul > li h3{
	position:relative;
	width:335px;
	max-width:100%;
	margin:0 0 7px;
	font-weight:bold;
	font-size:1.2rem;
	color:rgba(65,78,122,1);
}
#pickup > ul > li .pickup_detail{
	position:relative;
	width:335px;
	max-width:100%;
	padding-top:5px;
	border-top:1px solid rgba(65,78,122,0.5);
	}
	#pickup > ul > li .pickup_detail p{
		font-size:0.84rem;
		color:rgba(65,78,122,1);
}
#pickup > ul > li .pickup_link{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0px;
	left:725px;
	width:260px;
	height:100%;
}
#pickup > ul > li .aimec_btn{
	text-align:center;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#pickup{
		margin:0 0 20px;
	}
	#pickup > ul > li{
		position:relative;
		height:auto;
		padding:0 15px 15px;
		background:#FFF;
		-moz-border-radius:0 10px 10px 10px;
		-webkit-border-radius:0 10px 10px 10px;
		border-radius:0 10px 10px 10px;
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
		overflow:hidden;
	}
	#pickup > ul > li .pickup_photo{
		position:relative;
		top:0px;
		left:0px;
		width:calc(100% + 30px);
		margin:0 -15px 15px;
	}
	#pickup > ul > li .pickup_link{
		position:relative;
		top:0px;
		left:0px;
		width:100%;
		height:auto;
		margin:15px 0 0;
	}
	#pickup > ul > li .pickup_link ul{
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	#pickup > ul > li .pickup_link ul li{
		min-width:48%;
		height:30px;
	}
	#pickup > ul > li .pickup_link ul li a{
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
	}
}






