@charset "UTF-8";




/*---------------------------------------
 * Header
---------------------------------------*/ 

header{
	width: 100%;
	height: 140px;
	background: #FFFFFF;
}

header .header-inner{
	width: 526px;
	margin: 0px auto;
	position: relative;
	
}

header h1{
	width: 170px;
	height: 19px;
	position: absolute;
	top:40px;
	left:50%;
	margin-left: -85px;
}

header .sp-menu{
	display: block !important;
}

header li a{
	font-size: 15px;
}

header .nav1{
	position: absolute;
	top:88px;
	left:0;
}

header .nav2{
	position: absolute;
	top:88px;
	right:0;
}

header .nav3{
	position: absolute;
	top:15px;
	right:-8px;
	display: ;
}

header .nav3 a{
	display: inline-block;
	width: 16px;
	font-size: 14px;
	padding: 0 8px;
}


header nav ul li{
	display: inline;
	padding: 0 12px;
}

header .nav ul li.first{
	padding-left: 0px;
}

header .nav ul li.last{
	padding-right: 0px;
}




/*---------------------------------------
 * Top
---------------------------------------*/ 

.top #main{
	/*margin-top: 40px;*/
	width: 100%;
	height: 100%;
}

.top #main .box{
	margin: 0 ;
	width: 100%;
	overflow: hidden;
	background: #000000;
}

.top #main .box .photo{
	width: 100%;
	height: 100%;
	background-size: cover;
}

.top #main .insta-sec{
	padding: 80px 0 0;
}

.top #main .insta-sec .inner{
	width:calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
}

.top #main .insta-sec .inner .midashi{
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 1;
	text-align: center;
	
}

.top #main .insta-sec .inner .list{
	display: flex;
	justify-content: space-between;
	
}

.top #main .insta-sec .inner .list li{
	width: 18%;
}

.top #main .insta-sec .inner .list li:last-child{
	display: none;
}

.top #main .blog-sec{
	padding: 100px 0 0;
	margin-bottom: 100px;
}

.top #main .blog-sec .inner{
	width:calc(100% - 40px);
	max-width: 900px;
	margin: 0 auto;
}

.top #main .blog-sec .inner .midashi{
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 1;
	text-align: center;
	
}

.top #main .blog-sec .inner .flex-box{
	display: flex;
	justify-content: space-between;
}

.top #main .blog-sec .inner .flex-box .photo{
	width: 30%;
}

.top #main .blog-sec .inner .flex-box .text{
	width: 65%;
}
.top #main .blog-sec .inner .flex-box .text .postdate{
	letter-spacing: 2px;
	font-size: 16px;
	margin-bottom: 20px;
}
.top #main .blog-sec .inner .flex-box .text .title{
	letter-spacing: 2px;
	font-size: 20px;
	margin-bottom: 30px;
}
.top #main .blog-sec .inner .flex-box .text .read{
	line-height: 2.6;
}

/*---------------------------------------
 * Concept
---------------------------------------*/ 

.concept header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
} 
.concept #main{
	margin-top: 140px;
	width: 100%;
	height: 100%;
}
.concept #main .box{
	margin: 0 ;
	width: 100%;
	height: calc(100vh - 140px);
	overflow: hidden;
	background: #000000;
	position: relative;
}

.concept #main .box .photo{
	width: 100%;
	height: 100%;
	background: url(../images/concept/pic_concept-01_pc.jpg) 40% 50% no-repeat;
	background-size: cover;
}
.concept #main .box .read{
	position: absolute;
	top: 50%;
	left:30px;
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.concept footer{
	display: none;
}
/*
.concept #main{
	margin-top: 140px;
	width: 100%;
	height: 100%;
}

 #main .bv{
	width: 96%;
	height: auto;
	margin: 0 auto;
	
}


.concept #main .conceptp{
	width: 60%;
	height: auto;
	margin: 80px auto;
}
*/

/*---------------------------------------
 * Order
---------------------------------------*/ 

.order #main{
	margin-top: 40px;
	width: 100%;
	height: 100%;
	line-height: 2em;
}


.order #main .howto{
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

.order #main .howto p{
	margin-bottom: 30px;
}

.order #main .howto dl{}

.order #main .howto dt{
	margin-top: 20px;
	font-size: 14px;
}

.order #main .howto dd{}

.order #main .howto .pjump{
	width: 45px;
	height: 13px;
	margin: 5px auto;
}

.order #main .howto .pjump a{
	display: block;
	width: 100%;
	height: 100%;
}

/*---------------------------------------
 * Color
---------------------------------------*/

.order #main .color ul{
	width: 526px;
	margin: 0 auto;
}


.order #main .color ul li{
	width: 250px;
	float: left;
	text-align: center;
	margin: 15px auto;
}


.order #main .color ul li:nth-child(odd){
	margin-right: 13px;
	}

.order #main .color ul li:nth-child(even){
	margin-left: 13px;
}


.order #main .color ul li img{
	display: block;
	width: 250px;
	height: 183px;
	
	
}


.order #main .color ul li p{
	margin-top: 5px;
}


.order #main .color{
	margin-bottom: 150px;
}


.order #main .color::after{
	content: "";
	display: block;
	clear: both;
	
}

/*---------------------------------------
 * Collection
---------------------------------------*/ 

.collection header{
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
}

.collection footer{
	/*display: none;*/
	/*
	position: fixed;
	bottom:0;
	left: 0;
	z-index: 100;
	background: #FFFFFF;
	*/
}

.collection footer .line{
	display: none;
}

.collection footer p{
	padding: 10px 0;
}

.collection .section .cart-btn{
	width: 30px;
	height: 30px;
	background: url(../images/collection/img_collection-01.png) 0 0 no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	bottom: 20px;
	right:20px;
	display: block;
}


/* 写真
---------------------------------------*/ 



.section1{
	background-image: url(../images/collection/pic_collection-01_pc.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section2{
	background: url(../images/collection/pic_collection-02_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section3{
	background: url(../images/collection/pic_collection-03_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section4{
	background: url(../images/collection/pic_collection-04_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section5{
	background: url(../images/collection/pic_collection-05_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section6{
	background: url(../images/collection/pic_collection-06_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section7{
	background: url(../images/collection/pic_collection-07_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section8{
	background: url(../images/collection/pic_collection-08_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section9{
	background: url(../images/collection/pic_collection-09_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section10{
	background: url(../images/collection/pic_collection-10_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section11{
	background: url(../images/collection/pic_collection-11_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section12{
	background: url(../images/collection/pic_collection-12_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.section13{
	background: url(../images/collection/pic_collection-13_pc.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.collection #main{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

 #moveDown{
	position: fixed;
	top: 50%;
	right:17px;
	z-index: 100;
	width: 30px;
	margin-top: 140px;
	cursor: pointer;	
}

/*
.collection #main .collectionbox{
	width: 650px;
	margin: 0px auto;
	padding: 150px 0;
}

.collection #main .collectionbox::after{
	content: "";
	display: block;
	clear: both;
}

.collection #main .collectionbox .shoes{
	width: 300px;
	height: 220px;
	
}

.collection #main .collectionbox .shoes a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.collection #main .collectionbox .collect1{
	position: relative;
	float: left;
}

.collection #main .collectionbox .collect1 figcaption{
	background-color:rgba(255,255,255,0.6);
	width: 300px;
	height: 130px;
	text-align: center;
	line-height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z	-webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
	padding-top: 90px;
	font-size: 15px;
	opacity: 0;
}



.collection #main .collectionbox .collect2{
	position: relative;
	float: right;
}

.collection #main .collectionbox .collect2 figcaption{
	background-color:rgba(255,255,255,0.6);
	width: 300px;
	height: 130px;
	text-align: center;
	line-height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
		-webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
	padding-top: 90px;
	font-size: 15px;
	opacity: 0;
}

.collection #main .collectionbox  figcaption span{
	font-size: 13px;
}


.collection #main .collectionbox .shoes a img{
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}

.collection #main .collectionbox .shoes a:hover>figure img {
        transform: scale(1.15,1.15);
	    -webkit-transform:scale(1.15,1.15);
	    -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}

.collection #main .collectionbox .shoes a:hover figcaption{
	opacity: 1;
	color: #000;
}

*/

/*---------------------------------------
 * Collection  list
---------------------------------------*/ 

/*
.collection #main .collectionshoes{
	position: relative;
	width: 545px;
	margin: 0 auto;
}

.collection #main .collectionshoes::after{
	content: "";
	display: block;
	clear: both;
}

.collection #main .collectionshoes .bxslider{

	
	
}

.collection #main .collectionshoes .bx-wrapper{
	width: 545px;
	height: 400px;
	margin: 30px auto;
	padding-top: 50px;
	
}

.collection #main .collectionshoes .bx-viewport{
	width: 545px;
	height: 400px;
	margin: 0 auto;
	
}

.collection #main .collectionshoes .bxslider li{
	width: 545px;
	height: 400px;
	margin: 0 auto;
}

.collection #main .collectionshoes .bxslider li img{
	display: block;
	width: 545px;
	height: 400px;
}

.collection #main .collectionshoes article{
	float: none;
	padding-top: 20px;
	
}

.collection #main .collectionshoes article h2{
	font-size: 22px;
	line-height: 0.8em;
	margin-top: 10px;
	font-weight: 400;

}

.collection #main .collectionshoes article .komidashi{
	font-size: 18px;
	font-weight: 400;
}

.collection #main .collectionshoes article .subtitle{
	font-size: 13px;
	margin-top:5px;
}

.collection #main .collectionshoes article dl{
	margin: 20px auto;
}

.collection #main .collectionshoes article dt{
	float: left;
	clear: left;
	width: 50px;
}

.collection #main .collectionshoes article dd{
	float: left;
	width: 180px;
}

.collection #main .collectionshoes article dd+dd{
	clear: left;
	float: left;
	margin-left: 50px;
}

.collection #main .collectionshoes article dd span{
	float: right;
}

.collection #main .collectionshoes article .design{
	clear: both;
	font-size: 11px;
	padding-top: 10px;
}

.collection #main .collectionshoes article .toorder{
	margin-top: 10px;
}

.collection #main .collectionshoes article .toorder p{
	font-size: 10px;
}

.collection #main .collectionshoes article .toorder ul{
	
}

.collection #main .collectionshoes article .toorder ul li{
	font-size: 13px;
	width: 122px;
	height: 21px;
	text-align: center;
	border: solid 1px #000;
	margin-bottom: 10px;
}

.collection #main .collectionshoes .closeBtn{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 0px;
	
}

.collection #main .collectionshoes .closeBtn a{
	display: block;
	width: 100%;
	height: 100%;
}
*/

/*---------------------------------------
 * Contact
---------------------------------------*/ 

/* アトリエ
---------------------------------------*/ 

.contact .atelier-sec{
	margin-bottom: 80px;
}
.contact .atelier-sec .inner{
	width: calc(100% - 40px);
	margin: 0 auto;
}
.contact .atelier-sec .inner .flex-box{
	
}
.contact .atelier-sec .inner .flex-box .photo{
	width: 60%;
	margin: 0 auto 60px;
}
.contact .atelier-sec .inner .flex-box .text{
	width: 100%;
	text-align: center;
	
}
.contact .atelier-sec .inner .flex-box .text .midashi{
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1;
}
.contact .atelier-sec .inner .flex-box .text .read{
	line-height: 2.2;
	font-size: 13px;
}


/* 地図
---------------------------------------*/ 

.contact .access-sec{
	
}
.contact .access-sec .inner{
	width: 600px;
	margin: 0 auto;
}
.contact .access-sec .inner .midashi{
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1;
}
.contact .access-sec .inner .zip{
	line-height: 2.2;
	font-size: 13px;
	margin-bottom: 40px;
}


/* 連絡先
---------------------------------------*/ 
 
.contact .inquiry-sec{
	padding-top:80px;
	margin-bottom: 80px;
}
.contact .inquiry-sec .inner{
	width: 600px;
	margin: 0 auto;
}
.contact .inquiry-sec .inner .midashi{
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1;
}
.contact .inquiry-sec .inner .read{
	line-height: 2.2;
	font-size: 13px;
	margin-bottom: 40px;
}
.contact .inquiry-sec .inner .read.open-hour a{
	pointer-events: none;
}


.concept header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}

.contact #main{
	margin-top: 40px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.contact #main input {
	width: 380px !important;
	height: 34px;
}

.contact #main textarea{
	width: 380px !important;
	height: 145px !important;
}


/*確認画面*/

div#mfp_phase_confirm h4{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
}

table#mfp_confirm_table{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;	
	border-bottom: 1px solid #CCCCCC;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td{
	padding: 10px;
}

table#mfp_confirm_table tr th{
	width: 20%;
}

table#mfp_confirm_table tr td{
	width: 80%;
}


/*---------------------------------------
 * thanks
---------------------------------------*/ 
.contact #main .thanks{
	margin-top: 100px;

}

.contact #main .thanks .toTop{
	margin-top: 10px;
	font-size: 14px;
}






/*---------------------------------------
 * Dealer list
---------------------------------------*/ 

.dealerlist header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
} 


.dealerlist #main{
	margin-top: 220px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.dealerlist #main .pagehead{
	text-decoration: underline;
	font-size: 16px;
}

.dealerlist #main .shoplist{
	padding: 50px 0;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.dealerlist #main .shoplist li{
	margin: 0 0 50px;
}

.dealerlist #main .shoplist li.last{
	margin: 0;
}

.dealerlist #main .shoplist .name{
	font-size: 20px;
}

.dealerlist #main .shoplist .tel{
	font-size: 16px;
}




/*---------------------------------------
 * terms
---------------------------------------*/ 

.terms #main{
	margin-top: 80px;
	width: 100%;
	height: 100%;
}

.terms #main #termsinner{
	width: 526px;
	margin: 0 auto;

}

.terms #main #termsinner h1{
	width: 100%;
	font-size: 18px;
	border-bottom: solid 1px #000;
	margin: 20px 0;
}

.terms #main #termsinner h2{
	font-size: 14px;
}

.terms #main #termsinner section{
	margin: 40px auto;
}

.terms #main #termsinner section dl{}

.terms #main #termsinner section dl dt{}

.terms #main #termsinner section dl dd{
	margin-bottom: 20px;
}

.terms #main #termsinner section dl .table table{
	border: 1px solid #000;
	border-collapse: collapse;
}

.terms #main #termsinner section dl .credit{
	margin: 20px 0 40px;
	width: 200px;
}

.terms #main #termsinner section dl .table td,
.terms #main #termsinner section dl .table th{
	border: solid 1px #000;
	padding: 2px 8px;
	text-align: left;
}
.terms #main #termsinner .delivery dl .delfree{
	margin-top: 20px;
}

.terms #main #termsinner .delivery dl .table th{
	padding: 2px 40px;
}

.terms #main #termsinner .law .person{
	width: 100%;
	margin-bottom: 25px;
}

.terms #main #termsinner .law .person dt{
	float: left;
	width: 110px;
}

.terms #main #termsinner .law .person dd{
	margin-bottom: 5px;

}




/*---------------------------------------
 * item
---------------------------------------*/ 

.item .items{
	width: 96%;
	margin: 0 auto 35px;
}
.item .items li{
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
}
.item .items li:nth-child(2n){
	margin-right: 0;
}
.item .items li img{
	width: 100%;
}

.item footer{
	width: 100%;
	position: fixed;
	bottom:0;
	left:0;
	background: #FFFFFF;
	padding: 10px 0;
	
		
}




/*---------------------------------------
 * Item - single
---------------------------------------*/ 

.item-single header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100; 
}

.item-single footer{
	width: 100%;
	
	background: #FFFFFF;
	padding: 10px 0;
	
		
}

.item-single footer .line{
	display: none;
}

.item-single footer p{
	text-align: center;
	padding: 10px 0 10px;
}


.item-single #main{
	position: relative;
	z-index: 10;
	/*margin-top: 80px;*/
	width: 100%;
	height: auto;
}

.item-single .cart-btn{
	width: 30px;
	height: 30px;
	background: url(../images/collection/img_collection-01.png) 0 0 no-repeat;
	background-size: 100%;
	display: block;
	margin: -20px auto 20px;
}

.item-single .cart-btn:hover{
	opacity: 0.7;
}

.item-single .section{
	
	width: 100%;
	height: 100%;
	position: relative;
}
.item-single .section .text{
	vertical-align: middle;
	text-align: center;
	width: 80%;
	padding: 60px 10%;
	
}
.item-single .section .text .midashi{
	font-size: 35px;
	margin-bottom: 15px;
	line-height: 1;
}
.item-single .section .text .midashi2{
	margin-bottom: 35px;
}
.item-single .section .text .cat{
	font-size: 16px;
	line-height: 1;
}
.item-single .section .text .read{
	letter-spacing: 1px;
	line-height: 2;
}

.item-single .photo{
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	
}
.fp-auto-height-responsive,
.fp-scrollable{
	height: auto !important;
}

.guide {
  position: absolute;
  bottom: 130px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

.guide {
  padding-top: 70px;
}
.guide span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.8s infinite;
  animation: sdb 1.8s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}


/*---------------------------------------
 * footer
---------------------------------------*/ 

footer .line{
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}

.top-footer p {
    right: 0;
    left:0;
}

