@charset "utf-8";

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* GENERAL */
body {color:#FFF; font: 12px/1.4 "Lucida Grande","游ゴシック体", "Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;}

a{color: #333;text-decoration: none;}
a:hover {color: #666;text-decoration: underline;}
a img {vertical-align: bottom;}
a{outline: none;}

/* CLEARFIX */
.clearfix
{zoom: 1;}

.clearfix:after,
.flowList li:after,
.itemList:after,
.collectionList:after,
.ftBox:after,
.ftBottom:after,
.snsList:after,
.productBox:after,
.colorList:after,
.shopDetailList li .box:after,
.newsList.newsDetailList li:after,
.thumList:after,
.blogBox:after,
.ftBottom .center:after
{content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0;}

strong{
font-weight: bold;
}

img{
vertical-align: bottom;
}

/**

font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Raleway', sans-serif;

**/

.onlyPc{
	display: block;
}
.onlySp{
	display: none;
}



/* ------------------------------------------
LAYOUT
------------------------------------------ */
html{
	height: 100%; 
}

body{
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100%; 
	height: 100%; 
	background-color: #ffffff;
	color:#262f33;
	position:relative;
	font-size: 14px;
}


/* ------------------------------------------
opening
------------------------------------------ */

main.page{
	padding-top: 65px;
}


#opening{
  /*
	height: 100%;
	width: 100%;*/
	overflow: hidden;
}



header{
	position: fixed;
	left: 0;
	top: 0;	
	height: 65px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	
	z-index: 100;
}

#opening header{
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
}

#headerBox{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

	padding-left: 30px;
	padding-right: 20px;
}

header .navList{
	float: right;
}

header .navList li{
	float: left;
	margin-left: 14px;
/* 	font-family: 'Montserrat', sans-serif; */
	
	font-family:'Nexa W01', sans-serif;
	font-weight: 600;
	
	
	font-size: 12px;
/* 	font-weight: bold; */
	margin-top: 26px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
header .navList li a{
	padding: 3px 5px 4px 5px;
	color: #000;
	margin-bottom: 3px;
}

header .navList li.current .line{
	width: 100% !important;
}

header .navList li a:hover{
	text-decoration: none;
}



.navList li .line{
width: 0;
margin: 0 auto;

height: 1px;
border-bottom: 1px solid #000;
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
overflow: hidden;
}



header .navList li.online a{
	border: 1px solid #000;

    border-radius: 30px;
    
    padding: 3px 8px 4px 8px;

transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
header .navList li.online a:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

#openingLogoArea{
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0%;
	top:0%;
	
	z-index: 1000;
}

#openingLogo{
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -75px;
	margin-top: -45px;
	
	width: 147px;
	height: 90px;

}

#openingLogo .logo{
	margin-bottom: 25px;
}




#loadingBar{
	background-color: #F5F5F5;
	height: 1px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

#progressBar{
	background-color: #000;
	height: 1px;
	width: 1px;
}

h1#logo{
	float: left;
	width: 243px;
	height: 28px;
	margin-top: 21px;
}

h1#logo a{
	display: block;
	width: 100%;
	height: 100%;
	background-image:url(../images/hd_logo@2x.png);
	background-repeat:no-repeat;
	background-size: 243px 28px;
	text-indent: -9999px;
}




#mainLogo{
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -250px;
	margin-top: -38px;
	
	width: 500px;
	height: 76px;
	text-align: center;	
	color: #fff;
	
	z-index: 10;
}

#mainLogo .logo{
	margin-bottom: 18px;
}





#topFlexslider{
	height: 100%;
	height: calc(100vh - 65px);
}


#topFlexslider .slides{
	height: 100%;
}
#topFlexslider .slides li{
	height: 100%;
}

#topFlexslider .slides li .img_cover{
  /*background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
  height: 100%;
}

#topFlexslider .slides li img{
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;
  height: 100%;
  visibility: hidden;
  display: none;*/
}


h2.ttl{
	font-size: 30px;
	text-align: center;
	margin-bottom: 22px;
}

.mainStr{
	text-align: left;

	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	line-height: 160%;
	margin-bottom: 30px;
}


.mainStr p{
	margin-bottom: 20px;
}

.centerStr{
	text-align: center;
}

a.line{
	text-decoration: underline;
}


#slideFlexslider2017{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 80px;
	margin-top: 60px;
}

#slideFlexslider2017 img{
	max-width: 100%;
	width: 753px;
	margin-left: auto;
	margin-right: auto;
}

#partsArea{
	display: none !important;
}

#partsArea2017{
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}

#partsArea2017 img{
	max-width: 100%;
	width: 965px;
}


.sec{
	padding: 80px 0;
	width: 100%;
	overflow: hidden;
}

#slideFlexslider{
	display: none !important;
}

#slideFlexslider .img{
	margin-bottom: 30px;
	width: 100%;
}
#slideFlexslider .img a{
display: block;
}

#slideFlexslider .img a img{
max-width: 100%;
}
#slideFlexslider .img{
display: block;
}

#slideFlexslider .img img{
max-width: 100%;
}


#slideFlexslider{
	margin-bottom: 47px;
}

.btnArea{
	text-align: center;
	clear: both;
}
a.btn{
	padding: 5px 20px 6px 20px;
	border: 1px solid #000;
    border-radius: 30px;

transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}

a.btn:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
}



#partsArea{
	background-image:url(../images/img_grid@2x.png);
	background-size: 8.5px 8.5px;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 40px;
	margin-bottom: 45px;
	font-size: 0;
}

#partsArea img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}




#slideSec{
	position: relative;
	top: 60px;
	opacity: 0;	
}

#partsArea .part01{
	max-width: 41.3%;
	top: 30px;
	opacity: 0;
}
#partsArea .part02{
	max-width: 21.6%;
	top: 80px;
	opacity: 0;
}
#partsArea .part03{
	max-width: 36.9%;
	top: 80px;
	opacity: 0;
}


.flowList li{
	position: relative;
}
.flowList li .imgArea{
	top: 40px;
	opacity: 0;	
}
.flowList li .dispArea{
	top: 80px;
	opacity: 0;	
}

.home .itemList li{
	top: 20px;
	opacity: 0;
	margin-bottom: 30px;
}

.home .itemList{
	margin-bottom: 60px;
}












.flowList{
	max-width: 890px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.flowList li{
	margin-bottom: 125px;
}


.flowList li .left{
	float: left;
	width: 50%;
	position: relative;
}

.flowList li .right{
	float: right;
	width: 54%;
	position: relative;
}
.flowList li .dispArea{
	text-align: center;
	width: 45%;
}

.flowList li .img img{
	max-width: 100%;
}



.flowList li .imgTtl{
	font-family: 'Playfair Display', serif;
	font-style: italic;

/* 	font-family:'Nexa W01', sans-serif; */

	font-size: 50px;
	position: absolute;
	z-index: 2;
	color: #fff;
	letter-spacing: 3px;
}

.flowList li.flow1 .imgTtl{
	top: 330px;
	left: 20px;	
}
.flowList li.flow1 .number{
	padding-top: 100px;
}

/*
.flowList li.flow1 .img{
	margin-left: -30px;
}
*/



.flowList li.flow2 .imgTtl{
	top: 226px;
	right: 246px;
	color: #ccc;
}
.flowList li.flow2 .number{
	padding-top: 50px;
	color: #ccc;
}






.flowList li.flow3 .imgTtl{
	top: 255px;
	left: -50px;	
	color: #000;
}
.flowList li.flow3 .number{
	color: #000;
	padding-top: 20px;
	margin-bottom: 30px;
}

.flowList li.flow4 .imgTtl{
	top: 200px;
	left: 80px;
}
.flowList li.flow4 .number{
	padding-top: 50px;
	margin-bottom: 30px;
}

.flowList li.flow5 .imgTtl{
	top: 80px;
	left: -60px;
	color: #ccc;
}
.flowList li.flow5 .number{
	padding-top: 20px;
	margin-bottom: 30px;
	color: #ccc;
}

.flowList li.flow6 .imgTtl{
	top: 210px;
	left: 300px;
}
.flowList li.flow6 .number{
	padding-top: 50px;
	margin-bottom: 30px;
}

.flowList li.flow7 .imgTtl{
	top: 390px;
	left: -30px;
	color: #000;
}
.flowList li.flow7 .number{
	padding-top: 20px;
	margin-bottom: 30px;
}




.flowList li.flow2 .left{
	margin-left: -40px;
}
.flowList li.flow4 .left{
	margin-left: -40px;
}
.flowList li.flow6 .left{
	margin-left: -40px;
}








.flowList li .number{
	font-family: 'Playfair Display', serif;
	font-style: italic;
/* 	font-family:'Nexa W01', sans-serif; */

	font-size: 125px;
	z-index: 2;
	line-height: 100%;
	margin-bottom: 10px;

}





.flowList li .ttl{
	font-size: 18px;
	margin-bottom: 22px;
}

.outline{
	color: #fff;
	
filter:dropshadow(color=#000000,offX= 0,offY=-1)
dropshadow(color=#000000,offX= 1,offY= 0)
dropshadow(color=#000000,offX= 0,offY= 1)
dropshadow(color=#000000,offX=-1,offY= 0);
 
-webkit-text-stroke-color: #000;
-webkit-text-stroke-width: 1px;
 
text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
}

.flowList li .disp{
	text-align: left;
	margin-bottom: 40px;
}















.itemList{
	max-width: 1000px;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.itemList.productList{
	text-align: center;
	max-width: 1300px;
}

.itemList li{
	float: left;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;

/*
	width: 33.33%;
	margin-left: 0%;
	margin-right: 0%;
*/

/* 	margin-bottom: 70px; */
	position: relative;
	
}

.itemList li .img{

}


.home .itemList li{
/*
	height: 250px;
	overflow: hidden;	
*/
}

.home .itemList li a{
	display: block;
}

.home .itemList li .img{
	width: 100%;
/*
	 position: relative;
	 left: 50%;
 
    -moz-transform-origin: 50% 0;  
    -webkit-transform-origin: 50% 0;   
    transform-origin: 50% 0;  
  
  -webkit-transform: translateX(-50%) scale(1.2);
      -ms-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);	
*/
}


.itemList li .img img{
	max-width: 100%;
}

.itemList li .dispArea{
	position: absolute;
	width: 100%;
	height: 100%;

	width: 170px;
	height: 170px;
	margin-left: -85px;
	margin-top: -85px;
	

	background-color: rgba(255,255,255,0.8);
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
	padding-top: 70px;
	box-sizing: border-box;
	
	opacity: 0;
	z-index: 10;
	top:0;
	
	top: 50%;
	left: 50%;
	
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}


.itemList li .ttl{
font-family:'Nexa W01', sans-serif;
font-weight: 800;
font-size: 13px;
margin-bottom: 2px;
}

.itemList.productList .ttl{
font-family:'Nexa W01', sans-serif;
font-weight: 800;

font-size: 16px;
margin-bottom: 2px;
color: #000;
}

.itemList li .price{
font-size: 11px;
color: #999;
color: #000;
}


.itemList li a:hover .dispArea{
	opacity: 1;
	color: #000;
}
.itemList li a:hover {
	text-decoration: none;
}

.sec.gray{
	background-color: #f5f3f0;
	text-align: center;
}
.sec.gray.yellow{
	background-color: #fff8cf;
}

h3.ttl{
/* 	font-family: 'Playfair Display', serif; */
	
	font-family:'Nexa W01';
	font-weight: 800;
	
/* 	font-style: italic; */
	font-size: 36px;
	margin-bottom: 40px;
}

.collectionList{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.collectionList li{
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	max-width: 260px;
}



.collectionList li .mainTtl{
/*
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 28px;
*/

	font-family:'Nexa W01';
	font-weight: 800;
	font-size: 15px;

	opacity: 1;
	
	margin-bottom: 10px;

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.collectionList li a:hover  .mainTtl{
	opacity: 0;
}




.collectionList li .img{
	overflow: hidden;
	position: relative;
}
.collectionList li .img img{
	max-width: 100%;
	
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.collectionList li a:hover .img img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
     
     opacity: 0.6;
}
.collectionList li a:hover{
	text-decoration: none;
}

.collectionList li a{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.collectionList li .hover{
position: absolute;
left: 0;
top: 0;
z-index: 5;
width: 100%;
height: 100%;


}

.collectionList li .black{
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);	
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.collectionList li a:hover .black{
background-color: rgba(0,0,0,0.0);	
}




.collectionList li .ttl{
	font-size: 16px;
	margin-bottom: 12px;
}
.collectionList li .disp{
	text-align: left;
	font-size: 12px;
	
	line-height: 160%;
}










footer{
	border-top: 1px solid #e6e6e6;	
}

.ftBox{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 20px 20px 20px;
}

.ftBox.line{
	border-bottom: 1px solid #e6e6e6;	
}

.ftBox .left{
	float: left;
	width: 48%;
	margin-right: 2%;
}
.ftBox .right{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.ftBox .mainTtl{
font-family:'Nexa W01', sans-serif;
	font-weight: 800;
	font-size: 12px;
	margin-bottom: 10px;
}

.ftBox .mainTtl.instagram{
/* 	background-image:url(../images/ic_instagram@2x.png); */
	background-repeat:no-repeat;
	background-size: 15px 15px;
	background-position: 0 1px;
/* 	padding-left: 20px; */
}


.ftBox.second{
	padding-bottom: 40px;
}




.newsList.newsDetailList{
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px 20px 0px 20px;
}

.newsList li .img{
	float: left;
}

.newsList li .img img{

}

.ftBox .newsList li .img{

}

.newsList li .img img{
	border: 1px solid #e6e6e6;
}

.ftBox .newsList li .img a{
	width: 165px;
	height: 110px;
	display: block;
	overflow: hidden;
}


.ftBox .newsList li .dispArea{
	padding-left: 185px;
}


.newsList li .date{
/* 	font-family: 'Montserrat', sans-serif; */

	font-family:'Nexa W01', sans-serif;

	font-size: 10px;
	color: #999;
	margin-bottom: 5px;
}

.newsList li .cat{
/* 	font-family: 'Montserrat', sans-serif; */

	font-family:'Nexa W01', sans-serif;
	
	font-size: 10px;
	color: #333;
	margin-bottom: 5px;
}
.newsList li .catArea  .date,
.newsList li .catArea  .cat{
	display: inline-block;
	margin-right: 20px;
}


.newsList li .ttl{
	font-size: 13px;
	margin-bottom: 8px;
}
.newsList li .disp{
	font-size: 11px;
	color: #666;
	line-height: 180%;
	
	word-wrap: break-word;
}


.snsList.blogSns{
	margin: 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}





.newsList.newsDetailList .img{
	width: 297px;
}
.newsList.newsDetailList .dispArea{
padding-left: 340px;
}

.newsList.newsDetailList.newsDetailListSingle{
	margin-top: -5px;	
}
.newsList.newsDetailList.newsDetailListSingle li{
	padding-bottom: 0px;
}

.newsList.newsDetailList.newsDetailListSingle .img{
	width: auto;
	float: none;
	margin-bottom: 30px;
}
.newsList.newsDetailList.newsDetailListSingle .dispArea{
	padding-left: 0;
}

.newsList.newsDetailList.newsDetailListSingle li .ttl{
	font-size: 22px;
}
.newsList.newsDetailList.newsDetailListSingle li .ttl{
	font-size: 22px;
	margin-bottom: 10px;
}

.newsList.newsDetailList.newsDetailListSingle .catArea{
	margin-bottom: 30px;
}
.newsList.newsDetailList.newsDetailListSingle .img img{
	max-width: 100%;
	width: 600px;
}
.newsList.newsDetailList.newsDetailListSingle li .disp{
	font-size: 14px;
}



.newsList.newsDetailList .img a{
	display: block;
}
.newsList.newsDetailList .img img{
	max-width: 297px;
}

.newsList.newsDetailList .dispArea{
	padding-left: 340px;
}
.newsList.newsDetailList li{
	clear: both;
	margin-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 60px;
}

.newsList.newsDetailList li:last-child{
	border-bottom: none;
}

.newsList.newsDetailList li .date{
	margin-bottom: 10px;
}
.newsList.newsDetailList li .ttl{
	font-size: 17px;
}
.newsList.newsDetailList li .disp{
	font-size: 12px;
	line-height: 180%;
}

.newsList.newsDetailList li .disp img{
	max-width: 100%;
	height: auto !important;
}










.ftBottomBox{
	background-color: #000;
	color: #fff;
}
.ftBottom{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 20px 20px;
}
.ftBottom.ftBottom2{
	padding-top: 0;
}

.ftBottom .left{
	float: left;
	width:256px;
	margin-right: 50px;
}
.ftBottom .center{
	float: left;
}
.ftBottom .right{
	float: right;
}


.ftLogo{
	display: block;
	width: 215px;
	height: 20px;
	background-image:url(../images/ft_logo@2x.png);
	background-repeat:no-repeat;
	background-size: 215px 20px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.ftCopy{
	font-size: 11px;
	line-height: 160%;
	margin-bottom: 20px;
}

.copyright{
	font-size: 11px;
font-family:'Nexa W01', sans-serif;
}

.ftNavList{
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

.ftNavList li{
	margin-bottom: 5px;
	vertical-align: top;
}

.ftNavList li a{
	color: #fff;
	font-size: 11px;
}







.snsList{
	margin-bottom: 18px;
}

.snsList li{
	float: left;
	margin-left: 15px;
	position: relative;
}

.snsList li a{
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;	
	background-repeat:no-repeat;
	background-size: 20px 20px;
}

.snsList li.twitter a{
	background-image:url(../images/ft_twitter@2x.png);
}
.snsList li.facebook a{
	background-image:url(../images/ft_facebook@2x.png);
}
.snsList li.instagram a{
	background-image:url(../images/ft_instagram@2x.png);
}
.snsList li.youtube a{
	background-image:url(../images/ft_youtube@2x.png);
}
.snsList li.pinterest a{
	background-image:url(../images/ft_pinterest@2x.png);
}
.snsList li.online a{
	background-image:url(../images/ft_online@2x.png);
}


.link-container {
	display: none;
	position:absolute;
	top:30px;
}


.snsList.gray li{
	margin-left: 0px;
	margin-right: 20px;	
	margin-bottom: 10px;
}
.snsList.gray li.mail a{
	background-image:url(../images/ic_mail@2x.png);
}
.snsList.gray li.google a{
	background-image:url(../images/ic_google@2x.png);
}
.snsList.gray li.pinterest a{
	background-image:url(../images/ic_pinterest@2x.png);
}
.snsList.gray li.sumally a{
	background-image:url(../images/ic_sumally@2x.png);
}
.snsList.gray li.link a{
	background-image:url(../images/ic_link@2x.png);
}


.snsList.gray li.twitter a{
	background-image:url(../images/ic_twitter@2x.png);
}
.snsList.gray li.facebook a{
	background-image:url(../images/ic_facebook@2x.png);
}
.snsList.gray li.instagram a{
	background-image:url(../images/ic_instagram@2x.png);
}
.snsList.gray li.youtube a{
	background-image:url(../images/ic_youtube@2x.png);
}
.snsList.gray li.pinterest a{
	background-image:url(../images/ic_pinterest@2x.png);
}
.snsList.gray li.online a{
	background-image:url(../images/ic_online@2x.png);
}





.ftBottom .btnArea a.btn{
	border-color: #fff;
	color: #fff;
	font-size: 12px;
}
.ftBottom .btnArea a.btn:hover{
	background-color: #fff;
	color: #000;
}

.ftBottom .btnArea{
	margin-bottom: 100px;
}

.kamei a{
	background-image:url(../images/ft_kamei@2x.png);
	text-indent: -9999px;	
	background-repeat:no-repeat;
	background-size: 215px 20px;
	display: block;
	height: 20px;
	width: 215px;	
}

#pagetop{

}

#pagetop a{
	background-image:url(../images/btn_pagetop@2x.png);
	text-indent: -9999px;	
	background-repeat:no-repeat;
	background-size: 25px 25px;
	background-position: center center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 60px;

	width: 100%;

	background-color: #1a1a1a;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}

#pagetop a:hover{
	background-color: #222;
}



#mianImg{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

#mianImg .img{
	width: 100%;
}

#mianImg img{
	height: 100%;
}

#mianImg h2.pageTtl{
	font-size: 55px;
font-family:'Nexa W01', sans-serif;
	font-weight: 800;
}

#mianImg .disp{
	position: absolute;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 60px;
}



.categoryList{
	background-color: #E6E6E6;
	text-align: center;
	
	font-size: 0;
}

.categoryList.yearList{
	background-color: #000;
}




.categoryList li{
	font-size: 14px;
	display: inline-block;
}

.categoryList li a{
	display: inline-block;
	padding: 12px 20px 12px 20px;
	color: #000;
font-family:'Nexa W01', sans-serif;
	font-size: 12px;
}

.categoryList.yearList li{
	background-image:url(../images/ln_category.gif);
	background-repeat:no-repeat;
	background-size: 1px 10px;
	background-position: right center;
}

.categoryList.yearList li:last-child{
	background-image: none;
}

.categoryList.yearList li.current-cat-parent a,
.categoryList.yearList li.current-cat a{
	color: #fff;
}



.categoryList.yearList li a{
	color: #ccc;
}



.categoryList li.current a{
	text-decoration: underline;
}

.categoryList li.search{
	margin-left: 10px;
	display: none;
}

.categoryList li.search a{
	background-image:url(../images/btn_search@2x.png);
	text-indent: -9999px;	
	background-repeat:no-repeat;
	background-size: 15px 15px;
	background-position: center center;

}






















.newsDirectionBox{
	text-align: center;
	clear: both;
	margin-bottom: 60px;
	margin-top: 60px;
	
	
/* 	font-family: 'Montserrat', sans-serif; */

	font-family:'Nexa W01', sans-serif;

	font-size: 12px;
	
	letter-spacing: 0.5px;
	
}
.newsDirectionBox .arr{
margin-right: 30px;
}

.page-numbers{
padding-left: 10px;
padding-right: 10px;
display: inline-block;
}


.page-numbers.current{
/* font-weight: bold; */
text-decoration: underline;
}

a.prev.page-numbers{
padding-left: 10px;
padding-right: 10px;
margin-left: 0;
margin-right: 10px;

padding: 5px 15px;
border: 1px solid #ccc;
/* font-weight: bold; */
}
a.next.page-numbers{
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
margin-right: 0;

padding: 5px 15px;
border: 1px solid #ccc;
/* font-weight: bold; */
}

span.prev.page-numbers a{
padding-left: 10px;
padding-right: 10px;
margin-left: 0;
margin-right: 10px;

padding: 5px 15px;
border: 1px solid #ccc;
/* font-weight: bold; */
}
span.next.page-numbers a{
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
margin-right: 0;

padding: 5px 15px;
border: 1px solid #ccc;
/* font-weight: bold; */
}

span.back a{
padding-left: 10px;
padding-right: 10px;
margin-left: 0;
margin-right: 10px;

padding: 5px 15px;
/* font-weight: bold; */
}



/*
.prev.page-numbers:hover, .next.page-numbers:hover{
background-color: #000;
border-color: #000;
color: #FFF;
text-decoration: none;
}
*/

a.page-numbers:hover, a.page-numbers:hover{
background-color: #000;
border-color: #000;
color: #FFF;
text-decoration: none;
}

span.prev.page-numbers a:hover, span.next.page-numbers a:hover{
background-color: #000;
border-color: #000;
color: #FFF;
text-decoration: none;
}





.adBox{
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
}
.adBox img{
border: 1px solid #ccc;
margin-bottom: 20px;
}






/* ------------------------------------------
detail
------------------------------------------ */


.productBox{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-bottom: 40px;
}

.productImgArea{
	float: left;
	width: 60%;
}

.productDispArea{
	float: right;
	width: 35%;
}


.thumArea{
	float: left;
	width: 55px;
}
.mainImg{
	padding-left: 85px;
	width: 100%;
	box-sizing: border-box;
}

.mainImg img{
	width: 100%;
}

.thumList li{
	margin-bottom: 13px;
}

.thumList li img{
	max-width: 100%;
}

.colorList li{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.colorList li a{
	border: 1px solid #F2F2F2;
	display: block;
}

.colorList li img{
	max-width: 77px;
}



.productDispArea .name{
	font-size: 30px;
font-family:'Nexa W01', sans-serif;
	margin-bottom: 13px;
	line-height: 100%;
}
.productDispArea .subName{
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F3F3F3;
	color: #666;
}
.productDispArea .productDisp{
	font-size: 13px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F3F3F3;
}

.productDispArea .disp{
	margin-bottom: 20px;
}

.specList li{
	margin-bottom: 8px;
}

.specList li .specTtl{
	float: left;
	width: 53px;
}
.specList li .specDisp{
padding-left: 53px;
}








.colorTtl{
	font-size: 11px;
font-family:'Nexa W01', sans-serif;
	margin-bottom: 13px;
}


.cartBtn{
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 10px 20px;
	border: 1px solid #000;
	
	background-color: #000;
	color: #fff;
	
	display: inline-block;

transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}

.infoBox{
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 10px 20px;
	border: 1px solid #000;
	
	color: #000;
	
	display: inline-block;	
}


.cartBtn:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
	opacity: 0.6;
}


.cartBtnLong{
	padding: 10px 80px;
}




.shopList{
	text-align: center;

	background-image:url(../images/img_japan@2x.png);
	background-repeat:no-repeat;
	background-size: 504px 474px;
	background-position: center top;


/*
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
*/
	
	margin-top: -30px;
	font-size: 0;
}

.shopList > li{
	display: inline;
	margin: 0px 12px;
	font-size: 13px;
	line-height: 25px;
}

.shopList > li.br:before{
content:"\A";
white-space:pre;
}

.shopList > li > a,
.shopList > li > span{
	margin-bottom: 30px;
}


.shopList > li > span{
	line-height: 140%;
	display: inline-block;
	padding: 2px 10px 2px 10px;	
}

.shopList > li > a{
	line-height: 140%;
	display: inline-block;
	padding: 2px 10px 2px 10px;
	border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;

transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}

.shopList > li > a:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
	border-color: #000;
}


.shopList > li.open > a{
	text-decoration: none;
	background-color: #000;
	color: #fff;
	border-color: #000;
}


.shopList li.list{
	margin: 0px 0px;
	display: none;
}







.shopDetailList{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}



.shopDetailList li{
	text-align: left;
	line-height: 180%;
	font-weight: normal;
	font-size: 12px;
	color: #444;
	padding: 20px 0;
}

.shopDetailList li:nth-child(odd){
	background-color: #e6e6e6;
}

.shopDetailList li .box{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;	
}

.shopDetailList li .box > div{
	float: left;
}

.shopDetailList li .box > div.left{
	width: 35%;
}

.shopDetailList li .box > div.center{
	width: 60%;
}
.shopDetailList li .box > div.right{
	width: 5%;
/* 	font-family: 'Montserrat', sans-serif; */

	font-family:'Nexa W01', sans-serif;

	color: #999;
}










.aboutBox{
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;	
	color: #666;
}

.aboutBox form{
	margin-bottom: 60px;
}

h2.aboutTtl{
	font-size: 22px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
	color: #333;

	margin-left: 20px;
	margin-right: 20px;
}

.aboutlogo{
	margin-bottom: 40px;
}




.aboutBox .mainStr{
	margin-bottom: 100px;
}

.aboutAdList{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;	

	text-align: center;
	font-size: 0;
	
	padding-left: 20px;
	padding-right: 20px;
}
.aboutAdList li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	display: inline-block;
	margin-bottom: 30px;
}

.aboutAdList li img{
	max-width: 100%;
}


.aboutSceneList{
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;	

	text-align: center;
	font-size: 0;
}
.aboutSceneList li{
	width: 44%;
	margin-left: 2%;
	margin-right: 2%;
	display: inline-block;
	margin-bottom: 60px;
	font-size: 13px;
	vertical-align: top;
	
	border: 1px solid #999999;
}
.aboutSceneList li .box{
	padding: 10px 30px;
	box-sizing: border-box;	
}

.aboutSceneList li .ttl{
	position: relative;
	top: -23px;
	background-color: #fff;
	font-size: 18px;
	display: inline-block;
	padding: 0 20px;
}

.aboutSceneList li .img{
	margin-bottom: 20px;
}
.aboutSceneList li .img img{
	max-width: 100%;
}
.aboutSceneList li .disp{
	text-align: left;
	margin-bottom: 20px;
}
























.form-table {
  display: table;
  width: 100%;
  margin: 20px 0 40px 0;
  border-collapse: collapse;
  font-size: 13px;
}
.form-table .tr {
  display: table-row;
}
.form-table .th,
.form-table .td {
  display: table-cell;
  padding: 15px 25px 5px;
  vertical-align: top;
  border: 1px solid #f1f1f1;
  text-align: left;
  
  box-sizing: border-box;
}
.form-table .th {
  background: #f7f7f7;
}
.form-table .td:first-child {
  padding: 20px 25px 15px 25px;
  width:30%;
}
.form-table .td:nth-child(2) {
  width: 60px;
  padding: 15px 0 15px 25px;
  border-right: none;
}
.form-table .td:last-child {
  padding: 15px 25px 5px 15px;
  border-left: none;
}
.form-table p {
  font-size: 13px;
}







/**
 * form
 * フォーム関連
 */
.input-hyphen {
  margin: 0 8px 0 0;
}

.input-text, .input-text-short, .input-text-long {
  width: 180px;
  margin: 0 8px 10px 0;
  padding: 4px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #f7f7f7;
}
.input-text:focus, .input-text-short:focus, .input-text-long:focus {
  border: 1px solid #999;
}

.input-text-short {
  width: 90px;
}

.input-text-long {
  width: 300px;
}

.textarea {
  width: 85%;
  height: 210px;
  padding: 4px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #f7f7f7;
}
.textarea:focus {
  border: 1px solid #999;
}

.textarea-long {
  width: 100%;
  height: 210px;
  margin: 20px 0;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.textarea-long:focus {
  border: 1px solid #999;
}

.form-select, .form-select-long {
  height: 32px;
  margin: 0 10px 10px 0;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.form-select:focus, .form-select-long:focus {
  border: 1px solid #999;
}

.form-select-long {
  width: 80%;
}


.require {
  position: relative;
  top: 6px;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: black;
  color: white;
  text-align: center;
  font-size: 11px;
  vertical-align: top;
}



.txt-system, .fc-system {
  color: #0085cc !important;
}
.txt-system a, .fc-system a {
  color: #0085cc !important;
}












#toggle{
	display: none;
}




.side{
	float: left;
	width: 16.6%;
}
.content{
	float: right;
	width: 83.3%;
}


.blogBox{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 20px 20px 20px ;
}


h2.widget-title{
/*
	font-family: 'Raleway', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/

	font-family:'Nexa W01', sans-serif;

	
	color: #999999;
/* 	color: #333; */
	
    font-size: 11px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    
}

.widget-area ul{
	margin-bottom: 40px;
	font-size: 11px;
}



.newsListFt > li{
	float: left;
	width: 47%;
	margin-right: 3%;
}
.newsListFt > li:nth-child(even){
	float: right;
	margin-right: 0%;
	margin-right: 3%;
}









#cart{
	display: none;
}




.flowList li .imgArea .number{
	display: none;
}


.zoomWindow{
	border: 1px solid #ccc;
}




#instagramList img{
	height: 100%;
	width: auto;
}


/*
#instagramList li{
	float: left;
	width: 47%;
	margin-right: 3%;
}
#instagramList > li:nth-child(even){
	float: right;
	margin-right: 0%;
	margin-right: 3%;
}
*/

















/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 860px) {







header .navList li .line{
	display: none !important;
}

#slideFlexslider2017{
	padding: 60px 40px 80px;
}




#cart{
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top:9px;
	right: 9px;
}
#cart a{
	display: block;
	width: 100%;
	height: 100%;
	background-image:url(../images/hd_cart@2x.png);
	background-repeat:no-repeat;
	background-size: 18px 18px;
	background-position: center center;
	text-indent: -9999px;
	text-align: left;
}







.newsList.newsDetailList .dispArea{
	float: none;
	width: auto;
}



.aboutBox form{
	margin-left: 20px;
	margin-right: 20px;
}


h1#logo{
	float: none;
	margin-left: auto;
	margin-right: auto;
}


#toggle{
	display: block;
}
#toggle {
	position: absolute;
	left: 20px;
	top: 26px;
	height: 27px;
	width: 30px;
	cursor: pointer;
	z-index: 300;
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
}
#toggle:hover {
  opacity: .7;
}
#toggle.active .top {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -ms-transform: translateY(10px) translateX(0) rotate(45deg);
          transform: translateY(10px) translateX(0) rotate(45deg);
  background: #000;
}
#toggle.active .middle {
  opacity: 0;
  background: #000;
}
#toggle.active .bottom {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
          transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #000;
}
#toggle span {
  background: #000;
  border: none;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  cursor: pointer;
}
#toggle span:nth-of-type(2) {
  top: 8px;
}
#toggle span:nth-of-type(3) {
  top: 16px;
}






#headerBox{
	padding-left: 0;
	padding-right: 0;
}

header{
	height: auto;
	min-height: 65px;
}

header .navList{
	border-top: 1px solid #f1f1f1;
	float: none;
	margin-top: 25px;
	display: none;
}

header .navList{
	padding-top: 15px;
	padding-bottom: 10px;
}

header .navList li{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	
	padding-left: 35px;
	padding-right: 35px;
	
}

header .navList li a{
	display: block;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0px;
}

header .navList li.online a{
	border: none;
}

header .navList li.online a:hover{
	background-color: #fff;
	color: #000;
}

#opening header{
	bottom: auto;
	top: 0;
	position: fixed;
}

#topFlexslider{
	margin-top: 65px;
}






.flowList li .dispArea{
	margin-right: 5%;
}

.flowList li.flow2 .left{
	margin-left: 0;
	margin-left: 5%;
	margin-right: 0;
	width: 40%;
}
.flowList li.flow4 .left{
	margin-left: 0;
	margin-left: 5%;
	margin-right: 0;
	width: 40%;
}
.flowList li.flow6 .left{
	margin-left: 0;
	margin-left: 5%;
	margin-right: 0;
	width: 40%;
}

.flowList li.flow2 .imgTtl{
	right: 20px;
}

.flowList li.flow3 .imgTtl{
	left: 50px;
}


.flowList li.flow5 .dispArea{
	width: 35%;
}

.flowList li.flow6 .imgTtl{
	left: 100px;
}


.flowList li .dispArea{
	width: 40%;
}
.flowList li.flow2 .right{
	width: 50%;
}

.flowList li.flow2 .imgTtl{
	right: 130px;
	top: 136px;
}
.flowList li.flow3 .imgTtl{
	top: 285px;
}

.flowList li.flow4 .right{
	width: 50%;
}
.flowList li.flow6 .right{
	width: 50%;
}

.flowList li.flow6 .imgTtl{
	left: 150px;
	top: 160px;
}



.itemList{
	padding-left: 20px;
	padding-right: 20px;
}

.collectionList{
	padding-left: 20px;
	padding-right: 20px;
}

/*
.newsList li .img{
	width: 40%;
	margin-right: 5%;
}
.newsList li .dispArea{
	float: left;
	width: 55%;
}
*/

.ftBox .left{
	float: left;
	width: 47%;
	margin-right: 3%;
}
.ftBox .right{
	float: left;
	width: 47%;
	margin-right: 3%;
}




header .navList li.online a{
	padding: 10px 0px;
}



.ftBottom .right{
	margin-top: 70px;
}

.ftBottom2 .right{
	margin-top: 0px;
}

.ftBottom .btnArea{
	margin-bottom: 40px;
}




}

@media screen and (max-width: 860px) {
#topFlexslider{ height: 50vw;}
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px){


#cart{
	top:0;
	right: 0;
}



h1#logo{
	width: 210px;
	height: 28px;
}

h1#logo a{
	background-size: 210px auto;
}



#slideFlexslider2017{
	padding: 0;
}






#partsArea .part01{
max-width: 100%;
}
#partsArea .part02{
max-width: 100%;
}
#partsArea .part03{
max-width: 100%;
}


.flowList li .imgArea{
	top: 40px;
	opacity: 0;	
}
.flowList li .dispArea{
	top: 10px;
	opacity: 0;	
}


main.page{
	padding-top: 40px;
}


.newsList.newsDetailList .img img{
	max-width: initial;
	max-width: 100%;
}


header .navList{
	margin-top: 15px;
}





header{
	min-height: 40px;
}

h1#logo{
	margin-top: 0;
	padding-top: 10px;
}

#toggle{
	top: 15px;
}
#toggle span{
	width: 20px;
}

#toggle span:nth-of-type(2) {
  top: 6px;
}
#toggle span:nth-of-type(3) {
  top: 12px;
}


/*
#topFlexslider{
	height: calc(100% - 40px);
}*/


#topFlexslider{
	margin-top: 40px;
}


.navList li .line{
	display: none !important;
}



.ftBox .newsList li .dispArea{
	padding-left: 0;
}

.ftBox .newsList li .img a{
	max-width: 100%;
}


.onlyPc{
	display: none;
}
.onlySp{
	display: block;
}


.itemList{
	margin-top: 60px;
}

#mainLogo{
	width: 100%;
	margin-left: 0;
	left: 0;
	margin-top: -18px;
}
#mainLogo .logo img{
	width: 80%;
}

.slick-slide img{
	max-width: 100%;
}


h2.ttl{
	font-size: 24px;
}

.mainStr{
	margin-left: 20px;
	margin-right: 20px;
}

#partsArea img{
	width: 90%;
}

.sec{
	padding: 40px 0;
}


/*
.flowList{
	margin-left: 20px;
	margin-right: 20px;
}
*/

.itemList li .dispArea{
	margin-left: 0;
	margin-top: 0;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
}



.flowList li{
	margin-bottom: 20px;
}

.flowList li .ttl{
	font-size: 14px;
}

.flowList li .dispArea{
	padding: 20px;
	box-sizing: border-box;
	margin-right: 0;
	width: 50% !important;
	font-size: 13px;
}
.flowList li .disp{
	margin-bottom: 0px;
}


.flowList li .imgArea img{
	width: 100%;
}

.flowList li .number{
	font-size: 60px;
	margin-top: -40px;
	padding-top: 0 !important;
	margin-bottom: 20px !important;

}
.flowList li.flow1 .number{
	padding-top: 0;
}

.flowList li .ttl{
	font-size: 18px;
	margin-bottom: 18px;
}

.flowList li .dispArea{
	padding: 20px 0;
}


.flowList li .imgTtl{
	left: auto !important;
	right: auto !important;
	top: auto !important;
	top: 60px !important;
	width: 100%;
	text-align: center;
	font-size: 36px;
}

.flowList li .imgArea .number{
	display: block;
	text-align: center;
}
.flowList li .dispArea .number{
	display: none;
}

.flowList li .left{
	width: 100% !important;
	float: none;
}
.flowList li .right{
	width: 100% !important;
	float: none;
}

.flowList li.flow2 .left{
	margin-left: 0;
}

.flowList li.flow4 .left{
	margin-left: 0;
}

.flowList li.flow6 .left{
	margin-left: 0;
}



.flowList li .imgTtl{
	position: relative;
	color: #000;
	top: auto !important;
	margin-bottom: 20px !important;
}



.flowList li .number{
	font-size: 110px;
	margin-bottom: 0 !important;
}


.itemList li{
	width: 97%;
	float: none;
	height: auto !important;
}

.itemList li .dispArea{
	opacity: 1;
	background-color: transparent;
	position: relative;
}





.collectionList li .disp{
	font-size: 13px;
}










.itemList li .dispArea{
	padding-top: 0px;
}


.collectionList{
	padding-left: 30px;
	padding-right: 30px;
}
.collectionList li{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 30px;
	max-width: initial;
	max-width: auto;
}


.collectionList li .img img{
	width: 100%;
}


.newsList li .img{
	float: none;
	width: auto;
	margin-bottom: 10px;
	margin-right: 0;
}

.newsList li .dispArea{
	float: none;
	width: auto;
}

.ftBottom .left{
	width: auto;
	margin-right: 0;
}

.ftBottom .center{
	width: auto;
	margin-right: 0;
	float: none;
}
.ftBottom .center li{
display: inline-block;
margin-right: 10px;
}

.ftBottom .right{
	float: none;
	width: auto;
}

.copyright{
	margin-bottom: 20px;
}

.ftNavList{
	display: block;
	margin-bottom: 0px;	
	margin-right: 0;
}


.snsList li{
	margin-left: 0;
	margin-right: 15px;
}


.ftBottom .right .btnArea{
	text-align: left;
	margin-bottom: 60px;
}




#mianImg{
	height: 120px;
}






#mianImg h2.pageTtl{
	font-size: 30px;
}

#mianImg .disp{
	padding-top: 30px;
}


#mianImg img{
	height: 120px !important;
}



.aboutAdList li{
	margin-bottom: 10px;
}


h2.aboutTtl{
	margin-bottom: 30px;
	font-size: 18px;
}


.aboutSceneList{
	margin-left: 20px;
	margin-right: 20px;
}
.aboutSceneList li{
	width: auto;
	height: auto !important;
	margin-bottom: 30px;
}

.aboutSceneList li .box{
	padding: 10px 20px;
}






  .form-table {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
  .form-table .td {
    display: block;
  }
  .form-table .td:first-child {
    width: 100%;
    padding: 20px 25px 5px 25px;
    border: none;
    border-top: 1px solid #f1f1f1;
  }
  .form-table .td:nth-child(2) {
    float: left;
    width: 15%;
    padding: 0 0 15px 25px;
    border: none;
  }
  .form-table .td:last-child {
    float: right;
    width: 85%;
    padding: 0 25px 15px 15px;
    border: none;
  }











.form-table .td {
    display: block;
  }
 .form-table .td:first-child {
  float: left;
    width: 75%;
    padding: 20px 25px 5px 25px;
    border: none;
    border-top: 1px solid #f1f1f1;
  }
  .form-table .td:nth-child(2) {
    float: right;
    width: 25%;
    padding: 15px 25px 5px 0px;
     border-top: 1px solid #f1f1f1;
     text-align:right;
  }
  .form-table .td:last-child {
  clear:both;
    width: 100%;
    padding: 0 25px 15px 15px;
    border: none;
  }

  .input-text, .input-text-short, .input-text-long {
    width: 100%;
  }

  .input-text-short {
    width: 20%;
  }

  .input-text-long {
    width: 100%;
  }

  .textarea {
    width: 100%;
  }
  
.aboutBox .mainStr{
	margin-bottom: 40px;
}





.newsList.newsDetailList .img{
	float: none;
	width: auto;
}

.newsList.newsDetailList .img img{
	width: 100%;
}

.newsList.newsDetailList .dispArea{
	float: none;
	width: auto;
	padding-left: 0;	
}

.newsList.newsDetailList li .date{
	margin-bottom: 0;
}


.newsList.newsDetailList li{
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.categoryList{
	text-align: center;
	padding: 5px 20px;
}

.categoryList li a{
	padding: 2px 6px;
}
.categoryList.yearList li a{
	padding: 2px 10px;
}

.itemList.productList{
	margin-top: 0;
}

.itemList li{
	margin-bottom: 30px;
}



.itemList.productList .ttl{
	font-size: 13px;
}

.itemList li .price{
	font-size: 10px;
}


.shopList{
/*
	padding-left: 20px;
	padding-right: 20px;
*/
	margin-top: 0px;
}

.shopList > li{
	line-height: 50px;
}










.shopList > li{
	margin: 0 5px;
}




.shopDetailList li .box{
	padding-left: 20px;
	padding-right: 20px;
}


.shopDetailList li .box > div.left{
	float: none;
	width: auto;	
	font-weight: bold;
}

.shopDetailList li .box > div.center{
	float: none;
	width: auto;
	line-height: 140%;	
}

.shopDetailList li .box > div.right{
	float: none;
	width: auto;	
}





.productImgArea{
	float: none;
	width: auto;
	margin-bottom: 30px;
}

.productDispArea{
	float: none;
	width: auto;
}

.mainImg{
	padding-left: 0;
	margin-bottom: 20px;
}

.thumArea{
	float: none;
	width: auto;
}

.thumList li{
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 10px;
}





.colorList li{
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 10px;
}



.ftNavList li{
	width: 50%;
	float: left;

}
.ftBottom .center li{
	margin-right: 0;	
}


.ftBottom2{
	text-align: center;
}

.ftBottom .snsList{
	text-align: center;
}

.ftBottom .snsList li{
	display: inline-block;
	float: none;
}


.ftBottom .right .btnArea{
	text-align: center;	
}

.kamei{
	margin-bottom: 10px;
}

.kamei a{
	margin-left: auto;
	margin-right: auto;
}

.copyright{
	margin-left: auto;
	margin-right: auto;
}

.ftBottom.ftBottom2 .left{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.ftBottom .right .btnArea{
	margin-bottom: 10px;
}



#partsArea{
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
#partsArea img{
	max-width: 100%;
}

#partsArea img {
    width: auto;
    display: inline-block;
}
#partsArea img.onlyPc {
display: none;
}



.content{
	float: none;
	width: 100%;
}
.side{
	float: none;
	width: 100%;
}


.content .newsList.newsDetailList{
	padding: 0;
}


.snsList.blogSns{
	margin: 0 0px;
}


.ftBottom .center{
	margin-bottom: 20px;
}



}






















































