@charset "utf-8";

/* content
---------------------------------------- */
#content{
	width:100%;
	max-width:inherit;
	padding-bottom: 0;
}
h2.title {
	text-align: center;
	color:#BABABA;
	font-size:52px;
	font-weight: normal;
	font-family: myriad pro,"sans-serif";
	border-bottom: 1px solid #999;
	padding-bottom: 26px;
}
@media screen and (max-width:780px) {
	h2.title {
		font-size:24px;
		padding-bottom: 12px;
	}
}

/* main_visual
---------------------------------------- */
#main_visual{
	clear: both;
	box-sizing: border-box;
    width: 100%;
    max-height: 700px;
    min-height: 280px;
    text-align: center;
    overflow: hidden;
	background-image: url(../../img/main_visual1.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#main_visual:before{
    content:"";
    display:block;
    padding-top:55%;
}
#main_visual video{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:auto;
	z-index:2;
}
#main_visual p.copy1{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	z-index:50;
}
#main_visual p.copy1 img{
	position:absolute;
	top:36%;
	left:50%;
	transform:translate(-50%,-50%);
	width:70%;
	max-width:393px;
	min-width:220px;
}
#main_visual p.copy2{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	z-index:50;
}
#main_visual p.copy2 img{
	position:absolute;
	top:46%;
	left:50%;
	transform:translate(-50%,-50%);
	width:80%;
	max-width:669px;
	min-width:280px;
}
#main_visual a.btn{
	position: absolute;
	top:60%;
	left:0;
	right:0;
	margin: 0 auto;
	z-index:50;
}
@media screen and (max-width:640px) {
	#main_visual video {
		display: none;
	}
}

/* about
---------------------------------------- */
#about{
	width:100%;
	text-align: center;
	margin: 0 auto 0 auto;
	padding:40px 0 55px 0;
	background: #000;
    position:relative;
    z-index:2;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
}
#about h2{
	text-align: center;
	margin-bottom: 35px;
}
#about h2 img{
	width:calc(100% - 30px);
	max-width: 763px;
}
#about ul{
	width:calc(100% - 20px);
	max-width: 1060px;
	text-align: center;
	margin:0 auto 25px auto;
}
#about ul li{
	display: inline-block;
	float: left;
	width:calc(25% - 1.5%);
	margin: 0 0.75% 16px 0.75%;
}
#about ul li img{
	width:100%;
	height:auto;
}
@media screen and (max-width:640px) {
	#about{
		padding:25px 0 35px 0;
	}
	#about h2{
		margin-bottom: 20px;
	}
	#about ul{
		margin:0 auto 10px auto;
	}
	#about ul li{
	}
}

/* company
---------------------------------------- */
#company{
	width:100%;
	box-sizing: border-box;
	max-height: 600px;
	text-align: center;
	margin: 0 auto 0 auto;
	background-image: url(../../img/company_bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	/*
	box-shadow: inset 0px 0px 8px 4px rgba(0,0,0,0.6);
	*/
}
#company:before{
    content:"";
    display:block;
    padding-top:45%;
}
#company a.btn{
    position: absolute;
	bottom:15%;
	left:0;
	right:0;
}
@media screen and (max-width:640px) {
	body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100vh;
		background-image: none;
		background-repeat: no-repeat;
		background-position:bottom center;
		background-size: auto calc(100% - 50px);
		top: 0;
		left: 0;
		z-index:15;
		transition: 2s all;
	}
	body.slideOpen::before{
		z-index:-5;
	}
	body.showbg::before{
		background-image: url(../img/company_bg.jpg)!important;
	}
	#wrapper{
		background:none;
	}
	#company{
		background:none;
	}
	#company:before{
		padding-top:65%;
	}
}

/* news
---------------------------------------- */
#news{
	width:100%;
	background: #FFF;
	padding:60px 0 70px 0;
	text-align: center;
	position: relative;
	box-shadow: 0px -3px 3px 0px rgba(33,33,33,0.2);
}
#news h2{
	width:calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto 0px auto;
}
#news dl{
	color:#333;
	width:calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding:16px 0 14px 0;
	font-size:14px;
	border-bottom: 1px solid #CCC;
}
#news dl:last-of-type{
	margin: 0 auto 30px auto;
}
#news dt{
	float: left;
	width:20%;
	max-width: 190px;
	text-indent: 34px;
}
#news dd{
	float: left;
	width:80%;
	word-wrap: break-word;
}

#news dl>a {
	display: block;
	position: relative;
	color:#333;
	padding:16px 0 14px 0;
	cursor: pointer;
}
#news dl>a:hover{
	background: rgba(119,106,221,0.1);
}
#news dl.links{
	padding:0 0 0 0!important;
}
#news a.button span{
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform:translate(0,-50%);
}
#news a.button i{
	color:#999!important;
	color:#776ADD!important;
	font-size:16px;
}
#news div.content{
	font-size:14px;
	padding:10px 0 20px 20%;
	display: none;
}
#news div.content p{
	margin-bottom: 15px;
}
#news div.content p a{
	transition: all 0.5s ease;
}
#news div.content p a:hover{
	opacity: 0.7;
}
#news a.btn{
	margin-bottom: 55px;
}

#news .shop{
	display: block;
	width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto 35px auto;
}
#news .shop img{
	width:100%;
}
#news .sns_bnr{
	display: block;
	width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto 0 auto;
}
#news .sns_bnr .twitter{
	display: block;
	width:48.13%;
	max-width:385px;
	float: left;
}
#news .sns_bnr .twitter img{
	width:100%;
}
#news .sns_bnr .instagram{
	display: block;
	width:48.13%;
	max-width:385px;
	float: right;
}
#news .sns_bnr .instagram img{
	width:100%;
}

@media screen and (max-width:640px) {
	#news{
		padding:30px 0 40px 0;
	}
	#news dl{
		padding:8px 0 7px 0;
		font-size:14px;
	}
	#news dl:last-of-type{
		margin: 0 auto 20px auto;
	}
	#news dt{
		float: left;
		width:26%;
		max-width: 150px;
		text-indent: 0;
	}
	#news dd{
		float: left;
		width:74%;
	}
	#news dl a dd{
		box-sizing: border-box;
		padding-right: 12px;
	}
	#news a {
		padding:8px 0 7px 0;
	}
	#news a:hover{
		background:none;
	}
	#news a.button span{
		display: block;
		position: absolute;
		right: 2px;
	}
	#news div.content{
		font-size:14px;
		padding:10px 20px 10px 20px;
		display: none;
	}
	#news a.btn{
		margin-bottom: 35px;
	}
	#news div.content p{
		margin-bottom: 10px;
	}

	#news .shop{
		margin: 0 auto 15px auto;
		padding:0;
	}
	#news .twitter{
		padding:0;
	}
	#news .instagram{
		padding:0;
	}
}

/* access
---------------------------------------- */
#access{
	clear: both;
	width:100%;
	background: #EFEFEF;
	padding:50px 0 70px 0;
	text-align: center;
}
#access h2{
	width:calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto 30px auto;
}
#map_canvas{
	width:calc(100% - 40px);
	max-width: 800px;
	height: 400px;
	margin: 0 auto 20px auto;
}
#access p{
	width:calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto 0px auto;
	color:#333;
	text-align: center;
	line-height: 150%;
}
@media screen and (max-width:640px) {
	#access{
		padding:20px 0 40px 0;
		text-align: center;
	}
	#access h2{
		margin: 0 auto 12px auto;
	}
	#map_canvas{
		height: 250px;
		margin: 0 auto 15px auto;
	}
}


