@charset "utf-8";

/* index
========================================================================== */

/* top
-------------------------------------------------------------------------- */
#top {
	height: 700px;
	background: repeating-linear-gradient(-45deg, #f4eae9 0, #f4eae9 4px, #fff 4px, #fff 6px);
	/* background: repeating-linear-gradient(角度, カラー1 開始位置, カラー1 終了位置, カラー2 開始位置, カラー2 終了位置,…); */
	zoom: 1;
}
#top h1 img {
	margin: 50px 0;
}
#top div.top_inner {
	width: 1000px;
	margin: 0 auto;
}

	/* visual
	-------------------------------------------------------------------------- */
	#visual {
		width: 500px;
		height: 510px;
		text-align: center;
		float: left;
		position: relative;
	}
	#visual:after {
		content:"";
		display: block;
		clear: both;
	}
	#visual img.pop_01 {
		position: absolute;
		top: 10px;
		left: 60px;
		animation: pop_01 1s ease infinite alternate;
		transform-origin: center bottom;
	}
	@keyframes pop_01 {
		0%   { transform: rotate(-5deg); }
		100% { transform: rotate(5deg); }
	}
	#visual img.pop_02 {
		position: absolute;
		top: 10px;
		right: 75px;
		animation: pop_02 1s ease-in infinite alternate;
		transform-origin: center bottom;
	}
	@keyframes pop_02 {
		0%   { transform: rotate(5deg); }
		100% { transform: rotate(-5deg); }
	}
	#visual img.pop_x {
		position: absolute;
		top: 220px;
		left: 200px;
	}
	#visual img.pop_03 {
		position: absolute;
		top: 240px;
		left: 20px;
		animation: pop_03 1s ease-in infinite alternate;
		transform-origin: center bottom;
	}
	@keyframes pop_03 {
		0%   { transform: rotate(5deg); }
		100% { transform: rotate(-5deg); }
	}
	#visual img.pop_04 {
		position: absolute;
		top: 240px;
		right: 30px;
		animation: pop_04 1s ease-out infinite alternate;
		transform-origin: center bottom;
	}
	@keyframes pop_04 {
		0%   { transform: rotate(-5deg); }
		100% { transform: rotate(5deg); }
	}
	#visual p.catchcopy_01 {
		font-size: 230%; /* 30px */
		color: #912d24;
		font-weight: 900;
		line-height: 1.15;
		position: absolute;
		top: 120px;
		left: 125px;
	}
	#visual p.catchcopy_02 {
		font-size: 230%; /* 30px */
		color: #912d24;
		font-weight: 900;
		line-height: 1.15;
		position: absolute;
		top: 340px;
		left: 50px;
	}
	#visual p.description {
		font-size: 108%; /* 14px */
		font-weight: 500;
		position: absolute;
		bottom: 0;
		left: 20px;
	}


	/* blog
	-------------------------------------------------------------------------- */
	#blog {
		width: 500px;
		float: right;"
	}
	#blog:after {
		content:"";
		display: block;
		clear: both;
	}

		#blog p.blogtitle {
			font-weight: 500;
			text-align: left;
			color: #912d24;
			line-height: 2;
			margin-bottom: 20px;
		}
		#blog p.blogtitle img {
			float: left;
			margin-right: 1em;
		}

	#blog ul.list_blog {
		position: relative;
	}

	#blog ul.list_blog > li {
		width: 500px;
		height: 140px;
		background: #fff;
		margin-bottom: 10px;
	}

	#blog ul.list_blog li img.img_new {
		position: absolute;
		top: 0;
		left: 0;
	}

	#blog ul.list_blog li img.img_blog {
		width: 190px;
		height: 120px;
		object-fit: cover;
		padding: 10px;
		float: left;
	}

	#blog ul.list_blog li ul.list_blog_info {
		padding-top: 10px;
	}

	#blog ul.list_blog li ul.list_blog_info li {
		float: left;
	}

	#blog ul.list_blog li ul.list_blog_info li.name {
		width: 150px;
		font-size: 116%; /* 15px */
		text-align: left;
	}

	#blog ul.list_blog li ul.list_blog_info li.name img.face {
		width: 35px;
		border-radius: 50%;
		margin-right: .5em;
	}

	#blog ul.list_blog li ul.list_blog_info li.day {
		width: 130px;
		font-size: 139%; /* 18px */
		font-weight: 700;
		text-align: right;
	}

	#blog ul.list_blog li ul.list_blog_info li.day:before {
		content: "\f040";
		width: 1em;
		margin: 0 .25em;
		font-family: FontAwesome;
		text-align: center;
		display: inline-block;
	}

	#blog ul.list_blog li ul.list_blog_info li.title {
		width: 280px;
		padding-top: 10px;
		font-size: 131%; /* 17px */
		font-weight: 900;
		line-height: 1.5;
		text-align: left;
	}
	#blog ul.list_blog li ul.list_blog_info li.title a {
		color: #912d24;
	}
	#blog ul.list_blog li ul.list_blog_info li.title a:hover {
		color: #aaa;
	}


/* support
-------------------------------------------------------------------------- */
#support {
	height: 550px;
	margin-bottom: 75px;
	background: #912d24;
	zoom: 1;
}

#support h2 {
	width: 1000px;
	margin: 0 auto;
	font-size: 270%; /* 35px; */
	font-weight: 700; /* bold */
	padding: 1.5em 0;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	position: relative;
}
#support h2 span {
}
#support h2 span:after {
	width: 1em;
	margin-left: .1em;
	content: "\f0eb";
	font-family: FontAwesome;
	text-align: center;
	display: inline-block;
	font-size: 130%;
	font-weight: normal;
	vertical-align: -1%;
}
#support h2 a {
	font-size: 37%; /* 13px */
	color: #fff;
	font-weight: 400;
	position: absolute;
	right: 0;
}
#support h2 a:after {
	width: 1em;
	content: "\f138";
	font-family: FontAwesome;
	text-align: center;
	display: inline-block;
}

#support ul.bxslider {
	width: 100%;
	height: 300px;
	/* overflow: hidden; */
	padding-bottom: 100px;
}

#support ul.bxslider li {
	width: 400px;
	height: 300px;
	position: relative;
	text-align: left;
}

#support ul.bxslider li img {
	width: 400px;
	height: 300px;
	object-fit: cover;
}

#support ul.bxslider li p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 131%; /* 17px */
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	text-shadow: 0 0 10px #000;
}

#support ul.bxslider li p span {
	padding: .2em .5em;
	font-size: 60%;
	border: 1px solid #fff;
}


/* button
-------------------------------------------------------------------------- */

#btn {
	width: 1000px;
	height: 150px;
	margin: 0 auto 75px;
	zoom: 1;
}
#btn ul.list_btn {
	list-style: none;
	margin: 0;
}
#btn ul.list_btn li {
	width: 320px;
	height: 150px;
	background: #912d24;
	color: #fff;
	margin-right: 20px;
	float: left;
}
#btn ul.list_btn li:after {
	content:"";
	display: block;
	clear: both;
}
#btn ul.list_btn li:last-child {
	margin-right: 0;
}
#btn ul.list_btn li a {
	font-size: 154%; /* 20px; */
	color: #fff;
	display: block;
}
#btn ul.list_btn li a:hover {
	opacity: .7;
}
#btn ul.list_btn li a i {
	padding-top: 30px;
	font-size: 300%;
	padding: 30px 0 10px 0;
}

/* sns
-------------------------------------------------------------------------- */
#sns {
	width: 1000px;
	height: 726px;
	margin: 0 auto 75px;
	zoom: 1;
}

#sns div.facebook {
	width: 488px;
	height: 726px;
	float: left;
	border: 1px solid #eee;
}
#blog div.facebook:after {
	content:"";
	display: block;
	clear: both;
}
#sns div.facebook h2 {
	padding: .5em;
	background: #3b5998;
	color: #fff;
	font-size: 230%; /* 30px */
	font-weight: 700;
}
#sns div.facebook h2:before {
	width: 1em;
	margin-right: .25em;
	content: "\f230";
	font-family: FontAwesome;
	font-weight: normal;
	text-align: center;
	display: inline-block;
}

#sns div.twitter {
	width: 488px;
	height: 726px;
	float: right;
	border: 1px solid #eee;
}
#blog div.twitter:after {
	content:"";
	display: block;
	clear: both;
}
#sns div.twitter h2 {
	padding: .5em;
	background: #1da1f2;
	color: #fff;
	font-size: 230%; /* 30px */
	font-weight: 700;
}
#sns div.twitter h2:before {
	width: 1em;
	margin-right: .25em;
	content: "\f099";
	font-family: FontAwesome;
	font-weight: normal;
	text-align: center;
	display: inline-block;
}

/* bnr
-------------------------------------------------------------------------- */
#bnr {
	width: 1000px;
	height: 70px;
	margin: 0 auto 75px;
	zoom: 1;
}
#bnr ul {
	list-style: none;
	margin: 0;
}
#bnr ul.list_bnr li {
	width: 235px;
	height: 70px;
	border: 1px solid #ccc;
	margin-right: 17px;
	float: left;
}
#btn ul.list_bnr li a img:hover {
	opacity: .7;
}
#bnr ul.list_bnr li a img {
	width: 235px;
	height: 70px;
}
#bnr ul.list_bnr li:after {
	content:"";
	display: block;
	clear: both;
}
#bnr ul.list_bnr li:last-child {
	margin-right: 0;
}

