@charset "UTF-8";


.pc_view{
	display: block;
}
.sp_view{
	display: none;
}


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

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

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

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

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

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

header .nav1{
	position: absolute;
	top:48px;
	left:0;
	width: 65%;
	
}

header .nav2{
	position: absolute;
	top:48px;
	right:40px;
	width: 25%;
}



header .nav3{
	position: absolute;
	top:52px;
	right:-60px;
}

header .nav3 a{
	display: inline-block;
	width: 21px;
	height: 18px;
	font-size: 17px;
	padding: 0 8px;
}
header nav ul{
	display: flex;
	justify-content: space-between;
}
header .nav2 ul{
	justify-content: flex-end;
}

header nav ul li{
	/*display: inline;*/
	/*padding: 0 18px;*/
	/*width: 33%;*/
	/*text-align: center;*/
}
/*
header .nav ul li.first{
	padding-left: 0px;
}

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




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

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

.top #main{
	/*margin-top: 110px;*/
	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 #main{
	/*margin-top: 110px;*/
	width: 100%;
	height: 100%;
}
.concept #main .box{
	margin: 0 ;
	width: 100%;
	height: calc(100vh - 110px);
	overflow: hidden;
	background: #000000;
	position: relative;
}

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


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

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

.order #main{
	margin-top: 80px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 2em;
}


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

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

.order #main .howto dl{}

.order #main .howto dt{
	margin-top: 30px;
	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: 860px;
	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(2){
	margin-left: 55px;
	margin-right: 55px;
	}

.order #main .color ul li:nth-child(5){
	margin-left: 55px;
	margin-right: 55px;
}


.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{
	/*position: fixed;
	bottom:0;
	left:0;
	z-index: 100;*/
	background: #FFFFFF;
}

.collection footer .line{
	display: none;
}

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


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

.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;
}

.collection .section .cart-btn:hover{
	opacity: 0.7;
}

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

#moveDown:hover{
	opacity: 0.7;
}


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

.section1{
	background: url(../images/collection/pic_collection-01_pc.jpg) 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: 100% 100%;
	background-size: cover;
}


/*
.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;
		-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: 860px;
	margin: 0 auto;
}


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

.collection #main .collectionshoes .bxslider{
	width: 545px;
	height: 400px;
	float: left;
	
}

.collection #main .collectionshoes .bx-wrapper{
	width: 545px;
	height: auto;
	margin: 0;
	float: left;
	
}

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

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

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

.collection #main .collectionshoes article{
	float: left;
	margin-left: 25px;
	width: 290px;
	height: 400px;
	position: relative;
}

.collection #main .collectionshoes article .bottoms{
	position: absolute;
	bottom:0px;
	left:0;

	
}

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

}

.collection #main .collectionshoes article .komidashi{
	font-size: 17px;
}

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

.collection #main .collectionshoes article dl{
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.5;
	
	}

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

.collection #main .collectionshoes article dd{
	padding-left: 50px;
	
}
*/
/*
.collection #main .collectionshoes article dd+dd{
	clear: left;
	float: left;
	margin-left: 50px;
}
*/
/*
.collection #main .collectionshoes article dd span{
	padding-left: 20px;
	text-align: right;
}

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

.collection #main .collectionshoes article .oxfordbottom .design{
	padding-top: 60px;
}

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

.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: 132px;
	height: 21px;
	text-align: center;
	border: solid 1px #000;
	margin-bottom: 8px;
}

.collection #main .collectionshoes article .toorder ul li.last{
	margin-bottom: 0;
}

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

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

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

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


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

.contact .atelier-sec{
	margin-bottom: 80px;
}
.contact .atelier-sec .inner{
	width: 920px;
	margin: 0 auto;
}
.contact .atelier-sec .inner .flex-box{
	display: flex;
	justify-content: space-between;
}
.contact .atelier-sec .inner .flex-box .photo{
	width: 320px;
}
.contact .atelier-sec .inner .flex-box .text{
	width: 550px;
	text-align: left;
	
}
.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;
}


/* フォーム
---------------------------------------*/ 

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

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

/*確認画面*/

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

table#mfp_confirm_table{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 30%;
	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: 150px;

}

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





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


.dealerlist #main{
	margin-top: 50px;
	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: 120px;
	width: 100%;
	height: 100%;
}

.terms #main #termsinner{
	width: 860px;
	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: 98%;
	margin: 0 auto 20px;
}
.item .items li{
	width: 32.65%;
	float: left;
	margin: 0 1% 1% 0;
}
.item .items li:nth-child(3n){
	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%;
	position: fixed;
	bottom:0;
	left:0;
	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: 100%;
}

.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;
	position: absolute;
	bottom: 60px;
	right:20px;
	display: block;
}

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




.item-single .section{
	width: 100%;
	height: 100%;
}
.item-single .photo{
	background-repeat:none;
	background-position: 50% 50%;
	background-size: cover;
	width: 50%;
	float: left;
}
.item-single .section .text{
	display: table;
	width: 50%;
	height: 100%;
	float: right;
}
.item-single .section .text .box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
.item-single .section .text .midashi.itemtitle{
	font-size: 32px;
}
.item-single .section .text .midashi{
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1;
}
.item-single .section .text .midashi2{
	margin-bottom: 30px;
}
.item-single .section .text .cat{
	font-size: 16px;
	line-height: 1;
}
.item-single .section .text .read{
	letter-spacing: 1px;
	line-height: 2;
	font-size: 11px;
}

.guide{
	display: none;
}


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

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



