@charset "UTF-8";
@import url(/css/cmn.css);
@import url(/css/base.css);

#lv .bg img{
	object-position: 57% 20%;
	font-family: 'object-fit: cover; object-position: 40% 20%;';
}

#concept{
	text-align: center;
}
#concept h2{
	margin-bottom: 50px;
}

/*---------*/

#particularity article{
	overflow: hidden;
	margin-bottom: 100px;
}
#particularity article:last-child{
	margin-bottom: 20px;
}
#particularity article h3{
	width: 55%;
	float: right;
	text-align: left;
}
#particularity article>div{
	display: block;
	float: left;
	width: 40%;
}
#particularity article>p{
	width: 55%;
	float: right;
}
@media screen and (max-width: 600px){
	#particularity article{
		margin-bottom: 60px;
	}
	#particularity article:last-child{
		margin-bottom: 0;
	}
	#particularity article>*{
		float: none !important;
		width: auto !important;
	}
	#particularity article>div{
		margin-bottom: 20px;
	}
}

/*---------*/

#news{
	padding-top: 60px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

/*---------*/

#insta h3{
	margin-bottom: 10px;
}
#insta .inner{
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
}
#insta .inner>div:nth-of-type(n+3){
	margin-top: 30px;
}
#insta .inner>div:nth-of-type(n+3) iframe.snapwidget-widget{
	height: 210px !important;
}
#insta iframe.snapwidget-widget{
	padding: 0 20px !important;
	box-sizing: border-box;
}
#insta iframe.snapwidget-widget,
#insta .fbfeed{
	width: 30vw !important;
}
@media screen and (max-width: 1200px){
	#insta .inner{
		max-width: 800px;
	}
}
@media screen and (max-width: 990px){
	#insta iframe.snapwidget-widget,
	#insta .fbfeed{
		width: 90vw !important;
		height: 90vw !important;
	}
	#insta .inner > div:last-of-type iframe.snapwidget-widget{
		height: 25vw !important;
	}
	#insta .fbfeed{
		margin-bottom: 0;
		height: 450px !important;
	}
	#insta iframe.snapwidget-widget{
		padding: 0;
	}
	#insta .inner > div:nth-of-type(n+3){
		margin-top: 0;
	}
	#insta iframe.snapwidget-widget{
		margin-bottom: 0;
	}
	#insta .inner>div:nth-of-type(n+3) iframe.snapwidget-widget{
		height: 50vw !important;
	}
}

/*---------*/
/*SP時　headmenu調整（アフロディーテサイトのみ）*/
@media screen and (max-width: 850px){
	#headmenu ul li{
		width: 50%;
		height: 62.9px;
		display: block;
		position: static;
		box-sizing: border-box;
		margin: 0 !important;
		text-align: center;
		padding: 0;
		background: #f1716a;
	}
	#headmenu ul li:not(.btn){
		display: block;
		mix-blend-mode: normal;
		padding: 10px;
	}
	#headmenu ul li.btn{
		background: #eb3e35;
	}
	#headmenu ul li.btn a{
		height: 100%;
	}
	#headmenu ul li span{
		padding-bottom: 5px;
		display: inline-block;
		font-size: 1.5rem !important;
	}
	#headmenu ul li a{
		box-sizing: border-box;
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
		padding: 0;
		transition: 0.2s ease-in-out;
	}
	#headmenu ul li:hover{
		background: #000;
	}
	#headmenu ul li a:hover {
    	background: none;
	}
}
/*footer bottom調整*/
@media screen and (max-width: 550px){
	#footer{
		padding-bottom: 100px;
	}
}

/*-------/view/NGO_D-2014 220930--------*/

.btn.c930 a{
	font-size: 1.8rem;
	background: #eb3e35;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	line-height: 1.5;
	font-weight: bold;
}