/**************
	共通
****************/

.container{
	width: 100%;
	margin: 0 auto;
	color: #000;
}

.mvArea{
	width: 100%;
	height: 555px;
	background: url(../img/top_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

/*top*/
.leadArea{
	position: relative;
}

.orderArea{
	position: relative;
}

/**************
	pc
****************/
@media screen and (min-width: 769px) {
	
.container{
	max-width: 960px;
}

/*header*/
header{
	margin-bottom: 70px;
}

.mvArea .logo{
	max-width: 416px;
	position: absolute;
	top: 90px;
	left: 80px;
}

.mvArea .top_copy{
	max-width: 806px;
	position: absolute;
	left: 80px;
	bottom: 160px;
}

.lowArea .logo{
	display: none;
}

.privacy .lowArea .logo{
	width: 220px;
	margin: 20px auto 0;
	display: block;
}

/*navArea*/
.navArea nav{
	margin-top: 35px;
}

.navArea nav ul{
	box-sizing: border-box;
	width: 100%;
	max-width: 841px;
	margin: 0 auto;
	
}

.navArea nav ul li{
	box-sizing: border-box;
	max-width: 209px;
	width: 25%;
	border-right: solid 1px #231815;
	float: left;
}

.navArea nav ul li:first-child{
	border-left: solid 1px #231815;
}

.navArea nav ul li a{
	display: block;
	width: 100%;
	height: auto;
}

.navArea nav ul li a:hover{
	opacity: 0.7;
}




/*footer*/

footer .address{
	text-align: center;
	margin: 40px auto 20px;
}

footer .address p{
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.15;
	font-size: 15px;
}

footer .address .company{
	font-size: 17px;
}

footer .address .telfax{
	width: 296px;
	margin: 15px auto 0;
}

footer .contactArea{
	text-align: center;
	margin-bottom: 20px;
}

footer .contactArea p{
	max-width: 390px;
	display: inline-block;
	
}

footer .privacyList{
	text-align: center;
	margin-bottom: 35px;
}

footer .privacyList li{
	display: inline-block;
	font-size: 0.8em;
}

footer .privacyList li:first-child{
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 10px;
}

footer .copyright{
	display: block;
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 50px;
}

/*top*/
/*
.leadArea h2{
	max-width: 569px;
	margin-left: 60px;
}

.leadArea .leadImg{
	max-width: 542px;
	position: absolute;
	right: 0;
	top: 90px;
	z-index: -1;
}

.leadArea .txtArea{
	margin-left: 170px;
	max-width: 294px;
	margin-top: -30px;
	margin-bottom: 100px;
}

.leadArea .txtArea .leadB{
	margin-bottom: 30px;
}

.leadArea .txtArea .leadS{
	margin-bottom: 30px;
}

.moreBtn{
	width: 118px;
}

.orderArea{
	
}

.orderArea .orderImg{
	max-width: 532px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.orderArea .orderTtl{
	max-width: 333px;
	margin: 0px auto;
	padding-top: 70px;
}

.orderArea .orderList{
	margin-top: 250px;
	position: relative;
	
}

.orderArea .orderList .orderListItem{
	max-width: 540px;
	margin: 0 auto 50px;
	
}

.orderArea .orderList .orderListItem dt{
	width: 105px;
	float: left;
	clear: left;
	margin-top: 15px;
}

.orderArea .orderList .orderListItem dd{
	margin-left: 150px;
}

.orderArea .orderList .orderListItem dd .en{
	width: 177px;
}

.orderArea .orderList .orderListItem dd p{
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.orderArea .orderList .orderListItem dd .big{
	font-size: 2em;
	letter-spacing: 0.5em;
	font-weight: bold;
}

.orderArea .orderList .orderListItem dd span{
	font-size: 0.85em;
}

.orderArea .moreBtn{
	float: right;
	margin-bottom: 20px;
}

.orderArea .attention{
	max-width: 755px;
	margin: 10px auto 30px;
}

.orderArea .attention .deli_txt{
	margin-bottom: 15px;
	clear: both;
}

.orderArea .attention p{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}
*/


	
}



/**************
	sp
****************/
@media screen and (max-width: 768px) {
	
/*header*/
header{
	margin-bottom: 35px;
}

.mvArea{
	background-position-x:70%;
}

.mvArea .logo{
	max-width: 312px;
	width: 70%;
	position: absolute;
	top: 20%;
	left: 5%;
}

.mvArea .top_copy{
	max-width: 416px;
	width: 85%;
	position: absolute;
	left: 5%;
	top: 45%;
}

.lowArea{
	position: fixed;
	width: 100%;
	background: #FFFFFF;
	top:0;
	left: 0;
	z-index: 100;
}

.lowArea .logo{
	width: 120px;
	margin: 10px auto 10px;
}


/*ハンバーガーメニュー*/
.openTgl{
		display: block;
		width: 25px;
		height: 20px;
		position: absolute;
		top: 20px;
		right: 5%;
		z-index: 100;
	}
	
.openTgl .btnArea{
	position: relative;
	width: 100%;
	height: 100%;
}

.openTgl span{
		display: block;
		height: 1px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
.openTgl span:nth-child(1){
		top:0px;
	}
.openTgl span:nth-child(2){
		top:9px;
	}
.openTgl span:nth-child(3){
		top:19px;
	}

.lowArea .openTgl span{
	background: #000000;
}

/*closeBtn*/

.closeBtn{
	position: relative;
	margin-left: auto;
	margin-right: 0;
}

.closeBtn span{
	background: #000;
}


.closeBtn span:nth-child(1) {
			top: 9px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
.closeBtn span:nth-child(2) {
			top: 9px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

/*navArea*/
.navArea{
	width: 100%;
	height: 100vh;
	min-height: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}


.navArea nav{
	margin: 100px auto;
}

.navArea nav ul{
	
}

.navArea nav ul li{
	max-width: 209px;
	width: 70%;
	margin: 0 auto 50px;
}

.navArea nav ul li a{
	display: block;
	width: 100%;
	height: auto;
}


/*footer*/

footer .address{
	text-align: center;
	width: 90%;
	margin: 40px auto 30px;
}

footer .address p{
	/*letter-spacing: 0.3em;*/
	margin-bottom: 10px;
	line-height: 1.5em;
}

footer .address .company{
	font-size: 17px;
}

footer .address .telfax{
	width: 280px;
	display: block;
	margin-top: 20px;
	margin: 0 auto;
}

footer .contactArea{
	width: 90%;
	margin: 0 auto 20px;
	text-align: center;
}

footer .contactArea p{
	max-width: 390px;
	display: block;
	margin: 0 auto;
	
}

footer .contactArea .telBtn{
	margin-bottom: 10px;
}

footer .contactArea .contactBtn{
}

footer .privacyList{
	text-align: center;
	margin-bottom: 35px;
}

footer .privacyList li{
	display: inline-block;
	font-size: 0.8em;
}

footer .privacyList li:first-child{
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 10px;
}

footer .copyright{
	display: block;
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 50px;
}

/*top*/
/*
.leadArea h2{
	max-width: 569px;
	width: 70%;
	margin-left: 5%;
}

.leadArea .leadImg{
	max-width: 542px;
	width: 90%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	right: 0;
	top: -60px;
	z-index: -1;
}

.leadArea .txtArea{
	margin-left: 5%;
	max-width: 294px;
	margin-top: -20px;
	margin-bottom: 50px;
}

.leadArea .txtArea .leadB{
	margin-bottom: 30px;
}

.leadArea .txtArea .leadS{
	margin-bottom: 30px;
}

.moreBtn{
	width: 118px;
}

.orderArea{
	
}

.orderArea .orderImg{
	max-width: 532px;
	width: 90%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.orderArea .orderTtl{
	max-width: 333px;
	width: 60%;
	margin: 0px auto;
	padding-top: 50px;
}

.orderArea .orderList{
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 30%;
}

.orderArea .orderList .orderListItem{
	max-width: 540px;
	margin: 0 auto 50px;
	
}

.orderArea .orderList .orderListItem dt{
	width: 70px;
	float: left;
	clear: left;
	margin-top: 25px;
}

.orderArea .orderList .orderListItem dd{
	margin-left: 90px;
}

.orderArea .orderList .orderListItem dd .en{
	width: 50%;
	max-width: 177px;
}

.orderArea .orderList .orderListItem dd p{
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.orderArea .orderList .orderListItem dd .big{
	font-size: 1.4em;
	letter-spacing: 0.5em;
	font-weight: bold;
}

.orderArea .orderList .orderListItem dd span{
	font-size: 0.85em;
}

.orderArea .moreBtn{
	float: right;
	margin-bottom: 20px;
}

.orderArea .attention{
	max-width: 755px;
	width: 90%;
	margin: 10px auto 30px;
}

.orderArea .attention .deli_txt{
	margin-bottom: 15px;
	clear: both;
}

.orderArea .attention p{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}
*/	
}