@charset "UTF-8";

/*
	For CREATION (FreePage)

	update: 2018.06.27
*/

/* ------------------------------------------------------------------------------------------------------ 
	CREATION
------------------------------------------------------------------------------------------------------ */
#contentsFull #creation {
	float: none;
	clear: both;
	width: 100%;
	margin: 0px auto 100px;
	padding: 0px;
	text-align: center;
	display: block;
	background: #eeefef;
}

#creation .concept {
	max-width: 1280px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	display: block;
	overflow: hidden;
	background-color: none;
	background-image: url(../img/capture.jpg);
	background-position: center 260px;
	background-repeat: no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	z-index: -2;
}

/* update: 2018.06.27 画像の場合 ここから ----------------------------- */
#creation .headerpic {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	display: block;
}

#creation .headerpic img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/* update: 2018.06.27 画像の場合 ここまで ----------------------------- */
/* update: 2018.06.27 動画の場合 ここから ----------------------------- */
#youtube-movie {
	margin: 165px auto 0px;
/*	margin: 110px auto 0px;	*/
	width: 100%;
}
#youtube-movie{
	min-width: 100%;
	height: auto;
	z-index: -1;
}
#youtube-movie-content {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
}
#youtube-movie-content iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}
/* update: 2018.06.27 動画の場合 ここまで ----------------------------- */

#creation .text {
	width: 100%;
	margin: 0px auto;
	padding: 70px 0px;
	text-align: center;
	display: block;
	background: #fff;
}

#creation .concept h1 {
	width: 100%;
	margin: 0px auto 80px;
	padding: 0px;
	text-align: center;
}

#creation .concept h1 img {
	width: 260px;
	height: 90px;
	margin: 0px auto;
	padding: 0px;
}

#creation h2 {
	width: 100%;
	margin: 0px auto 130px;
	padding: 0px;
	text-align: center;
}

#creation p.param {
	width: 100%;
	margin: 0px auto 50px;
	padding: 0px;
	text-align: center;
}
#creation .craftmanship {
	width: 100%;
	margin: 70px auto 0px;
	padding: 0px 0px 0px;
	text-align: center;
	display: block;
}

/* update: 2018.06.27 Youtube 埋め込み ここから */
.video-creation {
	width: 674px;
	height: 379px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	display: block;
}
.video-creation iframe {
	width: 674px;
	height: 379px;;
}
/* update: 2018.06.27 Youtube 埋め込み ここまで */

/* update: 2018.06.27 画像レイアウト ここから */
.pic1
 {
	width: 800px;
	height: 586px;
	margin: 0px auto 130px;
	padding: 0px;
}
.pic2
 {
	width: 840px;
	height: auto;
	margin: 165px auto 0px;
	padding: 0px;
}
.pic2 ul {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	font-size: 0px;
}
.pic2 ul li
{
	width : 390px;
	height: 532px;
	margin: 0px 10px 20px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline-block;
}
.pic2 ul li img
{
	width: 100%;
	height: auto;
	vertical-align:top;
}
/* update: 2018.06.27 画像レイアウト ここまで */


/* ブラウザ幅が320px以上767px以下　（タブレット／スマートフォン用） */
@media screen and (min-width: 320px) and (max-width: 767px),
 screen and (max-width: 812px) and (max-height: 414px) {
	#contentsFull #creation {
		width: 100%;
		margin: 0px auto;
		padding: 42px 0px 0px;
		text-align: center;
		overflow: hidden;
		display: block;
	}
	
	#creation .concept {
		width: 100%;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		display: block;
		overflow: hidden;
		background-color: none;
		background-image: url(../img/capture.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
		z-index: -2;
	}
	
	/* update: 2018.06.27 画像の場合 ここから ----------------------------- */
	#creation .headerpic {
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		display: block;
	}
	#creation .headerpic img {
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
	}
	/* update: 2018.06.27 画像の場合 ここまで ----------------------------- */
	/* update: 2018.06.27 動画の場合 ここから ----------------------------- */
	#youtube-movie {
		margin: 0px auto 0px;
		width: 100%;
	}
	#youtube-movie{
		min-width: 100%;
		height: auto;
		z-index: -1;
	}
	#youtube-movie-content {
		padding-top: 56.25%;
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 0;
	}
	#youtube-movie-content iframe {
		height: 100% !important;
		left: 0;
		position: absolute;
		top: 0;
		width: 100% !important;
	}
	/* update: 2018.06.27 動画の場合 ここまで ----------------------------- */
	
	#creation .text {
		width: 100%;
		margin: 0px auto;
		padding: 50px 0px 0px;
		text-align: center;
		display: block;
		background: none;
	}
	
	#creation .concept h1 {
		width: 90%;
		margin: 0px auto 50px;
		padding: 0px;
		text-align: center;
	}
	
	#creation .concept h1 img {
		width: 200px;
		height: auto;
		margin: 0px auto;
		padding: 0px;
	}
	
	#creation h2 {
		width: 90%;
		margin: 0px auto 60px;
		padding: 0px;
		text-align: center;
		font-size: 20px;
		line-height: 26px;
	}
	
	#creation p.param {
		width: 90%;
		margin: 0px auto 40px;
		padding: 0px;
		text-align: center;
		font-size: 12px;
		line-height: 25px;
	}
	
	#creation .craftmanship {
		width: 100%;
		margin: 10px auto 0px;
		padding: 0px 0px 0px;
		text-align: center;
		display: block;
	}
	
	/* update: 2018.06.27 Youtube 埋め込み ここから */
	#creation .video-creation {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	
	#creation .video-creation iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	/* update: 2018.06.27 Youtube 埋め込み ここまで */
	/* update: 2018.06.27 画像レイアウト ここから */
	.pic1
	 {
		width: 92%;
		height: auto;
		margin: 0px auto 70px;
		padding: 0px;
	}
	.pic2
	 {
		width: 100%;
		height: auto;
		margin: 70px auto 50px;
		padding: 0px;
	}
	.pic2 ul {
		width: 100%;
		list-style: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
		display: block;
		font-size: 0px;
	}
	.pic2 ul li
	{
		width : 44.8%;
		height: auto;
		margin: 0px 1.5% 3.5%;
		padding: 0px;
		list-style: none;
		text-align: center;
		display: inline-block;
	}
	.pic1 img,
	.pic2 ul li img
	{
		width: 100%;
		height: auto;
		vertical-align:top;
	}
	/* update: 2018.06.27 画像レイアウト ここまで */
	
}
