@charset "utf-8";


#index_lead{
	text-align: center;
	position: relative;
}

#index_main_photo{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.main_photo_bottom{
	padding: 30%;
}

.pic{
	position: absolute;
}

.pic img{
	width: 100%;
	height: auto;
	opacity:0;
	-moz-animation: imgTrans 18s infinite;
	-webkit-animation: imgTrans 18s ease-in infinite;
	animation: imgTrans 18s infinite;
}

#main_photo01 img{
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#main_photo02 img{
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

#main_photo03 img{
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}


@-webkit-keyframes imgTrans {
	0% { opacity:0; }
	8% { opacity:1; }
	28% { opacity:1; }
	36% { opacity:0; }
	100% { opacity:0; }
}

@-moz-keyframes imgTrans {
	0% { opacity:0; }
	8% { opacity:1; }
	28% { opacity:1; }
	36% { opacity:0; }
	100% { opacity:0; }
}

@keyframes imgTrans {
	0% { opacity:0; }
	8% { opacity:1; }
	28% { opacity:1; }
	36% { opacity:0; }
	100% { opacity:0; }
}


/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	#index_lead .index_title{
		position: absolute;
		bottom: 20%;
		left: 1%;
		margin: 0 auto;
		text-align: center;
		width: 50%;
	}

	#index_lead .index_title img{
		max-width: 400px;
	}

	#index_lead p.title{
		letter-spacing: 3px;
		font-size: 120%;
		line-height: 150%;
		margin: 8px 0;
	}

	#index_news{
		padding: 0;
	}

	#index_news .index_news_body{
		width: 92%;
		margin: 0 auto;
		position: relative;
	}

	#index_news .index_news_body h2{
		margin: 30px auto 0;
		text-align: center;
	}

	#index_news .index_news_body h2 img{
		max-width: 800px;
	}

	#index_concept{
		padding: 30px 0;
		background: url(../img_sp/top/index_concept_bk.jpg) center center;
		background-size: cover;
	}

	#index_concept .index_concept_body{
		max-width: 560px;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		background: rgba(254, 252, 249, .50);
		box-sizing: border-box;
	}

	#index_concept .index_concept_wrap{
		padding: 20px 15px;
		box-sizing: border-box;
		background: rgba(254, 252, 249, .6);
	}

	#index_concept .index_concept_body h2{
		margin: 0 auto;
		text-align: center;
	}

	#index_concept .index_concept_body h2 img{
		max-width: 560px;
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	#index_concept .index_concept_body p.title{
		letter-spacing: 2px;
		font-size: 120%;
		line-height: 150%;
		text-align: center;
		margin: 8px 0;
	}

	#index_concept .index_concept_body p.lead{
		line-height: 160%;
		text-align: center;
	}

	#index_studio{
		padding: 25px 0;
	}

	#index_studio h2{
		margin: 0 auto;
		text-align: center;
	}

	#index_studio h2 img{
		max-width: 640px;
		width: 86%;
	}

	#index_studio h3{
		letter-spacing: 2px;
		font-size: 120%;
		line-height: 150%;
		font-weight: normal;
		text-align: center;
		margin: 8px 0;
	}

	#index_studio .index_studio_body{
		width: 92%;
		margin: 0 auto;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#index_studio .index_studio_body p{
		margin: 5px 0;
	}

	#index_studio .index_studio_btn:first-child{
		margin-bottom: 15px;
	}

	#index_studio .index_studio_btn img{
		max-width: 700px;
	}


	#index_menu{
		padding: 0;
	}

	#index_menu .line_top{
		padding: 5px 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 25px;
	}

	#index_menu .line_bottom{
		padding: 5px 0;
		border-top: 1px solid #ccc;
	}

	#index_menu h2{
		margin: 0 auto;
		text-align: center;
	}

	#index_menu h2 img{
		max-width: 640px;
		width: 86%;
	}

	#index_menu h3{
		letter-spacing: 2px;
		font-size: 120%;
		line-height: 150%;
		font-weight: normal;
		text-align: center;
		margin: 8px 0;
	}

	#index_menu p.lead{
		margin-left: 1em;
		margin-right: 1em;
	}

	#index_menu .index_menu_body{
		width: 92%;
		margin: 0 auto;
		padding: 5px 0 15px 0;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}


	#index_menu .index_menu_btn{
		width: 49%;
		box-sizing: border-box;
		background: #fff;
		text-align: center;
		margin-top: 10px;
		padding: 5px;
	}

	#index_menu .index_menu_btn img{
		max-width: 350px;
	}

	#index_menu .index_menu_btn p{
		margin: 5px 0 0 0;
	}

	#index_menu .index_menu_btn a{
		color: #000;
	}


	#index_coordinate{
		padding: 25px 0;
		border-bottom: 1px solid #ccc;
	}

	#index_coordinate .index_coordinate_body{
		width: 92%;
		margin: 0 auto;
		position: relative;
	}

	#index_coordinate .index_coordinate_body .left{
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		background: #edf4f5;
		border: 1px solid #ccc;
		position: relative;
	}

	#index_coordinate .index_coordinate_body .left h2{
		width: 50%;
		position: absolute;
		top: -5%;
		left: -8%;
	}

	#index_coordinate .index_coordinate_body .left h2 img{
		max-width: 430px;
	}

	#index_coordinate .index_coordinate_body .left .index_coordinate_wrap{
		box-sizing: border-box;
		padding: 4% 5%;
		background: #fff;
		border: 1px dotted #999;
	}

	#index_coordinate .index_coordinate_body .right{
		margin-top: 10px;
	}

	#index_coordinate .index_coordinate_body .right a{
		display: block;
		margin-top: 10px;
	}


	#index_instagram{
		margin: 10px 0;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
	}

	#index_instagram .index_instagram_body{
		padding: 0 0 15px 0;
		text-align: center;
	}

	#index_instagram .index_instagram_body h2{
		width: 70%;
		margin: 0 auto;
		padding: 0;
		line-height: 0;
		text-align: center;
		position: relative;
		top: -10px;
	}

	#index_instagram .index_instagram_body h2 img{
		max-width: 570px;
	}

	#index_instagram .index_instagram_body .index_instagram_wrap{
		width: 92%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#index_instagram .index_instagram_body .instagram_btn{
		width: 40px;
		margin: 0 auto;
	}

}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	#index_lead .index_title{
		position: absolute;
		bottom: 0;
		left: -3%;
		text-align: center;
		width: 40%;
	}

	#index_lead .index_title img{
		max-width: 400px;
	}

	#index_lead p.title{
		letter-spacing: 4px;
		font-size:200%;
		line-height: 160%;
	}

	#index_news{
		padding: 0;
	}

	#index_news .index_news_body{
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}

	#index_news .index_news_body h2{
		margin: 0 auto;
		text-align: center;
	}

	#index_news .index_news_body h2 img{
		max-width: 800px;
	}

	#index_concept{
		padding: 80px 0;
		background: url(../img/top/index_concept_bk.jpg) center center;
		background-size: cover;
	}

	#index_concept .index_concept_body{
		width: 600px;
		margin: 0 auto;
		padding: 15px;
		background: rgba(246, 249, 251, .50);
	}

	#index_concept .index_concept_wrap{
		padding: 60px 60px;
		box-sizing: border-box;
		background: rgba(246, 249, 251, .85);
	}

	#index_concept .index_concept_body h2{
		margin: 0 auto;
		text-align: center;
	}

	#index_concept .index_concept_body h2 img{
		max-width: 220px;
	}

	#index_concept .index_concept_body p.title{
		letter-spacing: 2px;
		font-size: 140%;
		line-height: 180%;
		text-align: center;
	}

	#index_concept .index_concept_body p.lead{
		line-height: 200%;
		text-align: center;
	}

	#index_studio{
		padding: 50px 0;
	}

	#index_studio h2{
		margin: 0 auto;
		text-align: center;
		line-height: 0;
	}

	#index_studio h2 img{
		max-width: 480px;
	}

	#index_studio h3{
		letter-spacing: 2px;
		font-size: 140%;
		line-height: 180%;
		font-weight: normal;
		text-align: center;
		margin-top: 0;
	}

	#index_studio .index_studio_body{
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#index_studio .index_studio_body p{
		margin: 8px 0;
		font-size: 95%;
	}

	#index_studio .index_studio_btn{
		width: 48%;
	}

	#index_studio .index_studio_btn img{
		max-width: 700px;
	}


	#index_menu{
		padding: 0;
	}

	#index_menu .line_top{
		padding: 10px 0;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 50px;
	}

	#index_menu .line_bottom{
		padding: 5px 0;
		border-top: 1px solid #ccc;
	}

	#index_menu h2{
		margin: 0 auto;
		text-align: center;
		line-height: 0;
	}

	#index_menu h2 img{
		max-width: 500px;
	}

	#index_menu h3{
		letter-spacing: 2px;
		font-size: 140%;
		line-height: 180%;
		font-weight: normal;
		text-align: center;
		margin: 10px 0;
	}

	#index_menu p.lead{
		text-align: center;
	}

	#index_menu .index_menu_body{
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 50px 0;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}


	#index_menu .index_menu_btn{
		width: 24%;
		box-sizing: border-box;
		background: #fff;
		text-align: center;
		margin-top: 15px;
		padding: 10px;
		transition-duration: 0.3s ;/*動きにかける時間*/
		transition-timing-function: ease;/*開始と終わりの動きをなめらかに*/
	}

	#index_menu .index_menu_btn img{
		max-width: 350px;
	}

	#index_menu .index_menu_btn p{
		margin-top: 5px;
		font-size: 85%;
	}

	#index_menu .index_menu_btn p span.en{
		font-size: 110%;
	}

	#index_menu .index_menu_btn a{
		color: #000;
	}

	#index_menu .index_menu_btn:hover{
		box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);/*画像に影をつける*/
		transform: translateY(-2px);/*カーソルオンで上方向に2pxあがる*/
	}

	#index_menu .index_menu_btn a:hover{
		text-decoration: none;
	}

	#index_menu .index_menu_btn:active{
		transform: translateY(1px);/*クリックで下方向に1pxさがる*/
	}

	#index_coordinate{
		padding: 100px 0;
		border-bottom: 1px solid #ccc;
	}

	#index_coordinate .index_coordinate_body{
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		 flex-wrap:  wrap;
		-webkit-justify-content: space-between;
		justify-content:  space-between;

	}

	#index_coordinate .index_coordinate_body .left{
		width: 54%;
		box-sizing: border-box;
		padding: 15px;
		background: #edf4f5;
		border: 1px solid #ccc;
		position: relative;
	}

	#index_coordinate .index_coordinate_body .left h2{
		width: 50%;
		position: absolute;
		top: -5%;
		left: -8%;
	}

	#index_coordinate .index_coordinate_body .left h2 img{
		max-width: 430px;
	}

	#index_coordinate .index_coordinate_body .left .index_coordinate_wrap{
		box-sizing: border-box;
		padding: 8% 10%;
		background: #fff;
		border: 1px dotted #999;
	}

	#index_coordinate .index_coordinate_body .right{
		width: 44%;
		line-height: 0;
	}

	#index_coordinate .index_coordinate_body .right a{
		display: block;
		margin-bottom: 10px;
	}

	#index_coordinate .index_coordinate_body .right a:last-child{
		margin: 0;
	}

	#index_instagram{
		margin: 10px 0;
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
	}

	#index_instagram .index_instagram_body{
		padding: 0 0 30px 0;
		text-align: center;
	}

	#index_instagram .index_instagram_body h2{
		margin: 0;
		padding: 0;
		line-height: 0;
		text-align: center;
		position: relative;
		top: -10px;
	}

	#index_instagram .index_instagram_body h2 img{
		max-width: 570px;
	}

	#index_instagram .index_instagram_body .index_instagram_wrap{
		max-width: 1400px;
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#index_instagram .index_instagram_body .instagram_btn{
		width: 40px;
		margin: 0 auto;
	}

}




@media print, screen and (min-width: 741px) and (max-width: 1100px) {

	#index_concept{
		padding: 60px 0;
	}

	#index_concept .index_concept_wrap{
		padding: 40px 30px;
		box-sizing: border-box;
		background: rgba(246, 249, 251, .85);
	}

	#index_concept .index_concept_body h2 img{
		max-width: 160px;
	}

	#index_concept .index_concept_body p.title{
		letter-spacing: 2px;
		font-size: 120%;
		line-height: 160%;
		text-align: center;
	}

	#index_concept .index_concept_body p.lead{
		font-size: 90%;
		line-height: 160%;
		text-align: center;
	}

	#index_concept .index_concept_body div.btn03{
		max-width: 640px;
		margin-top: 25px;
	}
}


div#n2-ss-5 .n2-ss-slide{
	max-height: 318px !important;
	overflow: hidden;
}
