@charset "UTF-8";

.center { text-align: center;}
.fleft { float: left;}
.fright { float: right;}
.relative {position: relative;}
.mb20 { margin-bottom: 20px;}
.mb60 { margin-bottom: 60px;}
.mr25 { margin-right: 25px;}



body {
	background: #fff;
	/*font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";*/
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-size: 13px;
	color:#ec407a;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #607d8b;
	color:#607d8b;
	transition: 0.5s;
	
}
a:hover {
	color:#ec407a;
	border-bottom: 1px solid #ec407a;
}

.mincho {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


#content_top {
	width: 100%;
	margin:0;
}



/*           header           */
#header{
	position:relative;
	width: 100%;
}
#header h1{
	width: 100%;
	text-align: center;
	margin-top: 50px;

}
#header h1 img{
	width: 228px;
	transition: 1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#header h1 img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#header h1 div{
	font-size: 100%;
	color:#666;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 10px;
}
    

#header ul{
	margin: 50px auto;
	display: table;
}

#header ul li{
	float:left;
	margin:0 16px;
}
#header ul li img{
	height:20px;
	transition: 1s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#header ul li img:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#header a {
	border-bottom: none;
}

/*           page           */
.page{
	width: 100%;
	position:relative;
	text-align: center;
}

.page .backImg{
	position:absolute;
	z-index:10;
	opacity:0.7;
}

.page .content{
	width: 100%;
	margin: 70px auto 0;
	z-index:100;
}
#movie{
	margin: 50px auto;
}
.page h3{
	text-align: center;
}
.page h4{
	text-align: center;
	font-size: 108%;
	line-height: 2.14em;
	margin-top: 70px;
}
.page h4 span{
	background:#f48fb1;
	padding: 4px;
	color: #fff;
}

	.page h5{
	text-align: center;
/*	font-size: 108%;
	line-height: 2.14em;
	margin-top: 80px;*/
}

	#instagram a {
	text-decoration: none;
		border-bottom: none;
}
h5 img{
	width: 160px;
}
h5 img:hover{
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

/*works*/
.wrokListArea{
	margin-top: 20px;
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.wrokListArea:after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 250px;
	height: 280px;
	background:linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: 100;
}
.wrokListArea:before{
	content: '';
	position: absolute;
	top:0;
	right:0;
	width: 250px;
	height: 280px;
	background:linear-gradient(-90deg, rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: 100;
}
.wrokList{
	width: 10000px;
	margin-left: 373.5px;
	height: 280px;
}
.wrokList li{
	float: left;
	text-align: center;
	margin: 0 30px;
	color: #607d8b;
	font-size: 93%;
	line-height: 1.6em;
}
.wrokList li h6{
	margin-top: 6px;
	font-weight: bold;
	font-weight: 500;
}
.wrokList li div{
	box-shadow: 0 0 0 10px #000 inset;
}
.wrokList li img{
	height: 184px;
}
.arrowLEFT{
	position:absolute;
	top:72px;
	left:20px;
	width:40px;
	height:40px;
	cursor:pointer;
	display: none;
	z-index: 200;
}
.arrowLEFT::before{
	position:absolute;
	left: 0;
	content:"";
	width: 40px;
	height: 40px;
	background:rgba(244,143,177,1);
	transition: 0.5s;
}
.arrowLEFT:hover::before{
	background:rgba(255,255,255,1);
}
.arrowLEFT::after{
	position:absolute;
	content:"";
	left: 15px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 11px;
	transition: 0.5s;
}
.arrowLEFT:hover::after{
	left: 10px;
	border-top: 2px solid rgba(244,143,177,1);
    border-right: 2px solid rgba(244,143,177,1);
}


.arrowRIGHT{
	position:absolute;
	top:72px;
	right:20px;
	width:40px;
	height:40px;
	cursor:pointer;
	z-index: 200;
}
.arrowRIGHT::before{
	position:absolute;
	right:0;
	content:"";
	width: 40px;
	height: 40px;
	background:rgba(244,143,177,1);
	transition: 0.5s;
}
.arrowRIGHT:hover::before{
	background:rgba(255,255,255,1);
}
.arrowRIGHT::after{
	position:absolute;
	content:"";
	right: 15px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
	transition: 0.5s;
}
.arrowRIGHT:hover::after{
	right: 10px;
	border-top: 2px solid rgba(244,143,177,1);
    border-right: 2px solid rgba(244,143,177,1);
}

/*           staff           */
#staff dl{
	margin:80px 0 0;
	width:100%;
	text-align: center;
	color: #607d8b;
}

#staff dt{
	margin-bottom:10px;
	font-size:138%;
	letter-spacing:0.05em;
	font-weight: bold;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing:0.1em;
}
#staff dt span{
	font-weight: normal;
	font-size: 80%;
}
#staff dd{
	margin-bottom:50px;
	font-size:108%;
	line-height:1.6em;
	letter-spacing:0.05em;
}
#staff dd p{
	text-align: center;
	margin: 0;
	width: 100%;
}
#staff dd p img{
	width: 240px;
	margin: 10px auto;
}


/*           company           */

#company .pdfLink{
	font-size:108%;
	margin-top: 60px;
	width: 100%;
	text-align: center;
	position: relative;
}
#company .pdfLink a{
	
}
#company .pdfLink:after{
    margin:0 0 0 4px;
    content:" ";
    display:inline-block;
    width:16px;
    height:16px;
    background:url( '../img/icon_pdf.svg');    
    background-size:contain;
    vertical-align:middle;
}
#company dl{
	color: #607d8b;
	margin: 80px auto;
	width:720px;
	line-height:1.4em;
}

#company dt{
	margin-bottom:5px;
	font-size:108%;
	letter-spacing:0.05em;
	width:100px;
	font-weight: bold;
	font-weight: 500;
	float:left;
}
#company dd{
	margin-bottom:15px;
	margin-left:100px;
	font-size:108%;
	letter-spacing:0.05em;
	line-height:1.6em;
}
#company dd.history{
	text-align: left;
	margin-left: 270px;
}
#company #map_canvas{
	margin-top: 20px;
	width:720px;
	height:520px;
	background:#fff;
	margin: 40px auto 0;
}

#facebook #fbArea{
	margin: 60px auto;
	width:500px;
}


/*           footer           */
#footer {
	margin:70px 0 20px;
	font-size:85%;
	width:100%;
	text-align: center;
	color: #607d8b;
}








/*           top           */
#top h2{
    position: absolute;
    left: 50%;
    margin-left: -280px;
    top: 150px;
    font-size: 215%;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    width: 560px;
    text-shadow: 2px 2px 4px #ccc;
}
#top ul{
	width: 600px;
	height:400px;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
}
#top ul li{
	position: absolute;
	top:0;
	left: 0;
	/*opacity: 0;*/
    /*animation: imageAnimation 32s linear infinite 0s;*/
}
/*#top ul li:nth-child(2) {
    animation-delay: 8s;
}
#top ul li:nth-child(3) {
    animation-delay: 16s;
}
#top ul li:nth-child(4) {
    animation-delay: 24s;
}
@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in;
		-webkit-filter: grayscale(100%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter: grayscale(100%);
	}
    8% { opacity: 1;
		animation-timing-function: ease-out;
		-webkit-filter: grayscale(0%);
		filter: none;	
	}
    16% { opacity: 1;
		-webkit-filter: grayscale(0%);
		filter: none;
	}
    20% { opacity: 0;
		-webkit-filter: grayscale(100%);
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter: grayscale(100%);
	}
    100% { opacity: 0 }
}*/



.pcFbArea{
	display: block;
}
.spFbArea{
	display: none;
}
	


section {
	opacity: 1;
}


@media screen and (max-width: 767px) {
	#header h1{
		margin-top: 30px;
	}
	#header h1 img{
		width: 40%;
		transition: 0;
	}
	#header h1 img:hover{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#header ul{
		margin: 30px auto;
		display: table;
	}

	#header ul li{
		float:left;
		margin:0 2.5vw;
	}
	#header ul li img{
		height:14px;
		height:4vw;
		transition: 1s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#header ul li img:hover{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#movie{
		width: 96%;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.page .content {
		width: 100%;
		margin: 60px auto 0;
		z-index: 100;
	}
	#top ul {
		width: 100%;
		margin: 0 auto;
		height: 60vw;
	}
	#top ul img{
		width: 100%;
	}
	#top h2 {
		width: 100%;
		margin: 0;
		left: 0;
		top: 22vw;
		font-size: 1.2rem;
	}
	.page h3 img{
		height: 24px;
	}
	.page h4{
		margin-top: 40px;
		font-size: 100%;
	}
	.page h5 img{
		width: 70px;
	}
	
	.arrowLEFT{
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		left: 0;
	}
	.arrowRIGHT{
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		right: 0;
	}
	
	/*           staff           */
	#staff .content{
		width: 90%;
	}
	#staff dl{
		margin:40px 0 0;
	}

	#staff dt{
		font-size:108%;
	}
	#staff dd{
		font-size:93%;
		text-align: left;
	}
	#staff dd p img{
		width: 160px;
	}
	
	/*           company           */
	#company .content{
		width: 90%;
	}
	#company .pdfLink{
		font-size:100%;
		margin-top: 30px;
	}
	#company dl{
		margin: 40px auto;
		width: 100%;
	}
	#company dt{
		font-size:93%;
		width: 80px;
	}
	#company dd{
		margin-bottom:15px;
		margin-left:80px;
		font-size:93%;
		letter-spacing:0.05em;
		line-height:1.6em;
	}
	#company dd.history{
		margin-left: 80px;
	}
	#company #map_canvas{
		margin-top: 20px;
		width:100%;
		height:120vw;
		background:#fff;
		margin: 40px auto 0;
	}

	#facebook #fbArea{
		margin: 40px auto;
		width:90%;
	}
	.pcFbArea{
		display: none;
	}
	.spFbArea{
		margin: 0 auto;
		display: block;
	}
	
	.wrokListArea:after{
		width: 50px;
		height: 280px;
	}
	.wrokListArea:before{
		width: 50px;
		height: 280px;
	}

	#instagram{
		margin: 40px auto;
	}






/* clearfix */
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}