@charset "utf-8";


/*====================================================================

common

====================================================================*/

*{
	margin:0px;
	padding:0px;
	min-height: 0;
	min-width: 0;
}
html,body{
	width:100%;
	height: 100%;
}
a{
	transition: 0.3s;
	color: var(--c-main);
}
a:hover{
	opacity: 0.7;
}


/*====================================================================

font

====================================================================*/
body{
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.7;
	color: var(--c-text);
	font-weight: 400;
}
@media all and (min-width:0px) and (max-width: 768px){
	html{
		font-size: 3.7vw;
	}
}
@media all and (min-width:769px) and (max-width:1080px){
	html{
		font-size: 1.85vw;
	}
}
@media all and (min-width: 1081px){
	html{
		font-size: 16px;
	}
}


/*====================================================================

main color

====================================================================*/

:root {
	--c-text : #333;
	--c-main : #2eac6d;
	--c-gray : #999;
	--c-border : #ddd;
	--c-mainL : #f2f8f2;
	--c-white : #fff;
}



/*====================================================================

shadow

====================================================================*/

:root{
	--sd-card : 2px 2px 3px rgba(0,0,0,0.05);
	--sd-card-hv : 6px 6px 6px rgba(0,0,0,0.1);
	--sd-btn : 2px 2px 3px rgba(0,0,0,0.2);
	--sd-btn-hv : 3px 3px 4px rgba(0,0,0,0.5);
}


/*====================================================================

#iconfont

====================================================================*/
.icon-twitter-squared{color: #55aacc;}
.icon-facebook-squared{color: #3B5998;}
.icon-instagram{color: #D93177;}
.icon-youtube-play,
.icon-youtube{color: #cd201f;}
