@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-accent);
}
p + p{
	margin-top: 1.5rem;
}

/* recaptcha */
.grecaptcha-badge{
	visibility: hidden;
}



/*====================================================================

font

====================================================================*/
/* @font-face {
	font-family: "Noto Sans JP";
	src:url("/assets/fonts/NotoSansJP-Regular.woff2")format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	src:url("/assets/fonts/NotoSansJP-Bold.woff2")format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	src:url("/assets/fonts/NotoSansJP-Black.woff2")format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src:url("/assets/fonts/Montserrat-Regular.woff2")format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src:url("/assets/fonts/Montserrat-Bold.woff2")format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src:url("/assets/fonts/Montserrat-Black.woff2")format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
} */
body{
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.7;
	color: var(--c-text);
	background-color: var(--c-base);
	font-weight: 400;
}
@media all and (min-width:0px) and (max-width: 768px){
	html{
		font-size: 3.6vw;
	}
}
@media all and (min-width:769px) and (max-width:1080px){
	html{
		font-size: 1.85vw;
	}
}
@media all and (min-width: 1081px){
	html{
		font-size: 17px;
	}
}


/*====================================================================

main color

====================================================================*/

:root {
	--c-text : #443e3c;
	--c-base : #f1f1f1;
	--c-main : #6a9f60;
	--c-accent : #b54d30;
	--c-sub01: #f7f2e1;
	--c-sub03: #e0d1a3;
	--c-sub02: #a9c7a9;

	--c-gray : #888;
	--c-bg : #f1f1f1;
	--c-border : #ccc;

	--c-white : #fff;
	--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;}