@charset "UTF-8";
/* CSS Document */

/***
* top.css
*/

/* loading */

#loading{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:#fff;
	z-index:9999;
}

#loadingLogo{
	width:160px;
	height:160px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-80px 0 0 -80px;
}

#mainVisual{
	margin:0 auto 10px;
	background-size: cover;
	position:relative;
}

#concept{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	color:#fff;
	text-align:center;
}

#conceptBg{
	width:100%;
	height:100%;
	background:#666;
	opacity:0.9;
}

#conceptInner{
	width:570px;
	height:540px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-275px 0 0 -285px;
	z-index:6666;
}

#concept .title{
	padding-bottom:30px;
}

#concept .subTitle{
	font-size:162.5%;
	margin-bottom:30px;
}

#concept .line{
	width:28px;
	height:1px;
	margin:0 auto 30px;
	background:#fff;
}

#concept li{
	font-size:82.5%;
	line-height:2.1;
	letter-spacing:0.1em;
}

#conceptDetail{
	width:576px;
	position:absolute;
	left:50%;
	bottom:40px;
	margin-left:-287px;
}

#conceptSp .title{
	margin-bottom:20px;
}

#conceptSp .line{
	width:20px;
	height:1px;
	margin:0 auto 20px;
	background:#000;
}

/* orderSystem */

#orderSystem{
	margin:0 auto 40px;
	padding-top:40px;
}

#orderSystem li li{
	width:auto;
	height: auto;
	margin-right:0;
	float:none;
	padding:0;
	text-align:left;
	font-size:75%;
	line-height:2;
}

#orderSystem li h3{
	font-size:175%;
	margin-bottom:18px;
}

#orderSystem li h4{
	font-size:68.75%;
	font-weight:bold;
	margin-bottom:40px;
}

#orderSystem .line{
	width:20px;
	height:1px;
	margin:0 auto;
	background:#000;
}

#orderSystem li a{
	width:200px;
	position:absolute;
	bottom:30px;
	left:50%;
	margin:0 0 0 -100px;
	font-size:75%;
}

#orderSystem li a:hover{
	text-decoration:none;
}

#orderSystemSp{
	margin:0 auto;
	padding-top:40px;
}

#orderSystemSp li li{
	width:auto;
	height: auto;
	margin-right:0;
	float:none;
	padding:0;
	text-align:left;
	font-size:75%;
	line-height:2;
}

#orderSystemSp li h3{
	font-size:175%;
	margin-bottom:15px;
}

#orderSystemSp li h4{
	font-size:68.75%;
	font-weight:bold;
	margin-bottom:40px;
}

#orderSystemSp .line{
	width:20px;
	height:1px;
	margin:0 auto;
	background:#000;
}

#orderSystemSp li a{
	width:200px;
	position:absolute;
	bottom:30px;
	left:50%;
	margin:0 0 0 -100px;
	font-size:75%;
}

#orderSystemSp li a:hover{
	text-decoration:none;
}

.btnClose{
	padding-top:5px;
	font-size:75%;
}

.overlay{
	position:absolute;
	top:0;
	left:0;
	display:none;
	padding:30px;
	color:#fff;
	background: #666;
	opacity:0.9;
}

.overlay li{
	background: url(../img/dotline.png) center 1.1em repeat-x;
}

.overlay li p{
	background: #666;
}

.overlay li .floatL{
	font-size:80%;
	margin-top:5px;
	padding-right:5px;
}

.overlay li .floatR{
	font-size:120%;
	padding-left:5px;
}

/* items */

#items{
	margin-bottom:50px;
	padding-top:40px;
}

#itemList li{
	float:left;
	margin:0 6px 6px 0;
	position:relative;
	overflow:hidden;
	-moz-transition: -moz-transform 1s linear;
	-webkit-transition: -webkit-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	-ms-transition: -ms-transform 1s linear;
	transition: transform 1s linear;
}

#itemList li img{
	-moz-transition: -moz-transform 1.5s linear;
	-webkit-transition: -webkit-transform 1.5s linear;
	-o-transition: -o-transform 1.5s linear;
	-ms-transition: -ms-transform 1.5s linear;
	transition: transform 1.5s linear;
}

#itemList li img.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.1);
}

.itemTitle h2{
	text-align:center;
	color:#fff;
	opacity:0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.itemTitle h2.active{
	opacity:1;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

@media only print, only screen and (min-width: 18.75em){
	
#main{
	margin-bottom:60px;
}

#mainVisualSp{
	width:230px;
	margin:0 auto;
}

/* concept */

#conceptSp{
	padding-top:30px;
}

#conceptSp ul{
	width:280px;
	margin:0 auto 20px;
}

#conceptSp li{
	font-size:80%;
	line-height:1.8;
	text-align: justify;
}

#conceptSp .subTitle{
	font-size:100%;
	margin-bottom:20px;
}

/* orderSystem  */

#orderSystemSp{
	width:100%;
}

#orderSystemSp ul{
	width:280px;
	margin:0 auto 20px;
}

#orderSystemSp ul ul{
	width: auto;
}

#fullorderSp .systemDetail.ja ul{
	margin-bottom:27px;
}

#fullorderSp .systemDetail.en ul{
	margin-bottom:51px;
}

#semiorderSp .systemDetail.ja ul{
	margin-bottom:3px;
}

#semiorderSp .systemDetail.en ul{
	margin-bottom:3px;
}

#patternorderSp .systemDetail.ja ul{
	margin-bottom:51px;
}

#patternorderSp .systemDetail.en ul{
	margin-bottom:27px;
}

#orderSystemSp li{
	width:100%;
	height:300px;
	margin:0 0 4px;
	margin-right:0;
	padding:30px 0;
	float:none;
	text-align:center;
	cursor:pointer;
	position:relative;
}

#orderSystemSp li li{
	width: auto;
	margin-bottom:0;
  line-height:1.5;
}

.overlay .detail{
	margin-bottom:8px;
	text-align:left;
	font-size:76%;
	line-height:2;
	text-align:left;
	word-break: keep-all;
}
	
.overlay{
	width:230px;
	height:300px;
	padding:30px 25px;
}

.overlay .line{
	margin-bottom:15px !important;
	background:#fff !important;
}

/* items */

#itemListSp{
	width:280px;
	margin:0 auto;
	overflow:hidden;
}

#itemListSp ul{
	width:290px;
}

#itemListSp ul li{
	width:138px;
	margin:0 6px 6px 0;
	float:left;
}

.itemTitle{
	width:108px;
	height:108px;
	margin:-54px 0 0 -54px;
	position:absolute;
	top:50%;
	left:50%;
}

.itemTitle h2{
	padding-top:48px;
	font-size:75%;
}

.bd1 div.bdT{ width: 0%; height:2px; }
.bd1 div.bdB{ width: 0%; height:2px; }
.bd1 div.bdR{ width: 0%; height:2px; }
.bd1 div.bdL{ width: 0%; height:2px; }

.active .bd div{ background: #fff; position:absolute;}
.active .bd div.bdT{ width: 100%; height:2px; top:0; left:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdB{ width: 100%; height:2px; bottom:0; right:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdR{ height:100%; width :2px; right:0; top:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdL{ height:100%; width :2px; left:0; bottom:0; -webkit-transition:all 0.3s; transition:all 0.3s; }

/* btns */

#btns{
	width:280px;
	margin:0 auto 50px;
}

#btns .btn{
	width:240px;
	margin-bottom: 10px;
	font-size:75%;
}

#btnOurservice,#btnShoplist{
	float:none;
}
	
#fullorderSp{
	background: url(../img/bg_fullorder_sp.jpg) center no-repeat;
	background-size:cover;
}

#semiorderSp{
	background: url(../img/bg_semiorder_sp.jpg) center no-repeat;
	background-size:cover;
}

#patternorderSp{
	background: url(../img/bg_patternorder_sp.jpg) center no-repeat;
	background-size:cover;
}
	
}

@media only print, only screen and (min-width: 768px){
	
#mainVisualSp{
	width:540px;
	margin-bottom:60px;
}

/* concept */

#conceptSp ul{
	width:100%;
	margin:0 auto 40px;
}

#conceptSp li{
	font-size:80%;
	line-height:1.8;
	text-align: center;
}

#conceptSp .subTitle{
	font-size:140%;
	margin-bottom:20px;
}

/* orderSystem  */

#orderSystemSp{
	width:720px;
	overflow:hidden;
}

#orderSystemSp .en small{
	font-size:60%;
}

#orderSystemSp ul{
	width:740px;
	margin:0 auto 30px;
}

#orderSystemSp ul ul{
	width:auto;
}

#fullorderSp .systemDetail.ja ul{
	margin-bottom:18px;
}

#fullorderSp .systemDetail.en ul{
	margin-bottom:38px;
}

#semiorderSp .systemDetail.ja ul{
	margin-bottom:0;
}

#semiorderSp .systemDetail.en ul{
	margin-bottom:1px;
}

#patternorderSp .systemDetail.ja ul{
	margin-bottom:38px;
}

#patternorderSp .systemDetail.en ul{
	margin-bottom:20px;
}

#orderSystemSp li{
	width:236px;
	height:260px;
	margin-bottom:0;
	margin-right:6px;
	padding:30px 0;
	float:left;
	text-align:center;
	cursor:pointer;
	position:relative;
	overflow: visible;
}

#orderSystemSp li li{
	line-height:1.4;
}

.overlay{
	width:186px;
	height:260px;
}

.overlay .detail{
	font-size:59%;
	line-height:2;
	margin-bottom:10px;
}

.overlay .line{
	margin-bottom:15px !important;
	background:#fff !important;
}

/* items */

#itemListSp{
	width:720px;
	margin:0 auto 100px;
}

#itemListSp ul{
	width:730px;
}

#itemListSp ul li{
	width:237px;
}

.itemTitle{
	width:180px;
	height:180px;
	margin:-90px 0 0 -90px;
	position:absolute;
	top:50%;
	left:50%;
}

.itemTitle h2{
	padding-top:77px;
	font-size:130%;
}

.bd1 div.bdT{ width: 0%; height:3px; }
.bd1 div.bdB{ width: 0%; height:3px; }
.bd1 div.bdR{ width: 0%; height:3px; }
.bd1 div.bdL{ width: 0%; height:3px; }

.active .bd div{ background: #fff; position:absolute;}
.active .bd div.bdT{ width: 100%; height:3px; top:0; left:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdB{ width: 100%; height:3px; bottom:0; right:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdR{ height:100%; width :3px; right:0; top:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdL{ height:100%; width :3px; left:0; bottom:0; -webkit-transition:all 0.3s; transition:all 0.3s; }

/* btns */

#btns{
	width:720px;
	margin-bottom:100px;
}

#btns .btn{
	width:310px;
}

#btnOurservice{
	float:left;
}

#btnShoplist{
	float:right;
}
	
}

@media only print, only screen and (min-width: 1000px){

#mainVisual{
	width:760px;
	margin-bottom:40px;
}

/* orderSystem */

#orderSystem{
	width:960px;
}

#orderSystem ul{
	width:990px;
}

#orderSystem li{
	width:316px;
	height:330px;
	margin-bottom:0;
	margin-right:6px;
	padding:40px 0;
	float:left;
	text-align:center;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}

#orderSystem li li{
	width:250px;
	padding:0;
	line-height:2;
}

#orderSystem ul ul{
	margin-bottom:40px;
}

.overlay .line{
	margin-bottom:15px !important;
	background:#fff !important;
}

.overlay{
	width:250px;
	height:350px;
	padding:40px 34px;
}

.overlay .detail{
	font-size:81.25%;
	line-height:2;
}

/* items */

#itemList{
	width:960px;
	margin:0 auto;
}

#itemList ul{
	width:970px;
}

#itemList ul li{
	width:316px;
}

.itemTitle{
	width:256px;
	height:256px;
	margin:-128px 0 0 -128px;
	position:absolute;
	top:50%;
	left:50%;
}

.itemTitle h2{
	padding-top:115px;
	font-size:150%;
}

/* btns */

#btns{
	width:960px;
}

#btns .btn{
	width:428px;
	margin:0;
}

.bd1 div.bdT{ width: 0%; height:4px; }
.bd1 div.bdB{ width: 0%; height:4px; }
.bd1 div.bdR{ width: 0%; height:4px; }
.bd1 div.bdL{ width: 0%; height:4px; }

.active .bd div{ background: #fff; position:absolute;}
.active .bd div.bdT{ width: 100%; height:4px; top:0; left:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdB{ width: 100%; height:4px; bottom:0; right:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdR{ height:100%; width :4px; right:0; top:0; -webkit-transition:all 0.3s; transition:all 0.3s; }
.active .bd div.bdL{ height:100%; width :4px; left:0; bottom:0; -webkit-transition:all 0.3s; transition:all 0.3s; }

#fullorder{
	background: url(../img/bg_fullorder.jpg) center no-repeat;
}

#semiorder{
	background: url(../img/bg_semiorder.jpg) center no-repeat;
}

#patternorder{
	background: url(../img/bg_patternorder.jpg) center no-repeat;
}
	
}

@media only print, only screen and (min-width: 2000px){

#mainVisual{
	width:960px;
}

}