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

body {
	font-family: "微軟正黑體", Helvetica, Arial, "sans-serif";
	padding: 0;
	margin: 0;
	background-color: #EBDAD9;
	
}
* {
	box-sizing: border-box;
}
input:focus, textarea:focus {
	outline:none;
}
img {
	border: none;
	max-width: 100%;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}

/*共用區塊*/
header, section, footer, nav{
	width: 100%;
	float: left;
}
.row {
	width: 100%;
	float: left;
}
.content {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.content.full {
	width: 100%;
	/*max-width:none;*/
}
.content.full2 {
	width: 100%;
	max-width:none;
}
.navcontent {
	width: 100%;
	position: relative;
}
.bgicon {
	position: absolute;
	top: 0;
	right: 15%;
	z-index: 1;
	width: 23%;
	max-width: 275px;
}
.headerlink {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 100px;
}
.headerlink .social a, .headerlink .social button {
	margin: 0 0.1em;
}
.iloveme {
	display: inline-block;
	background-color: #000;
	width: auto!important;
	padding: 3px 75px 3px 5px;
	margin: 0!important;
}
.iloveme img {
	height: 100%;
	width: auto!important;
}
nav .mainnav{
	padding: 75px 0 0 0;
	position: fixed;
	top: 0;
	z-index: 1;
	margin-left: 40px;
}
.mainlogo {
	max-width: 150px;
	padding: 0 0 10px 0;
}
.mainbtn, #mbtn {
	cursor: pointer;
	display: block;
	padding: 0 0 0 0.2em;
}
.mainbtn p, #mbtn p {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	position: relative;
}
.mainbtn p span, #mbtn p span {
	width: 100%;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 8px 0;
	transition: all .1s linear;
	transform: rotate(0deg);
	position: relative;
}

.mainbtn p.switch .mid, #mbtn p.switch .mid{
	display: none;
}
.mainbtn p.switch .top, #mbtn p.switch .top{
	transform: rotate(45deg);
	top: 10px;
	position: relative;
	transition: all .1s linear;
}
.mainbtn p.switch .btm, #mbtn p.switch .btm{
	position: relative;
	transform: rotate(-45deg);
	transition: all .1s linear;
}
.mainbtn > span, #mbtn > span {
	letter-spacing: 0.2em;
	font-weight: 400;
	font-size: 80%;
}
.mainbtn > span.none, #mbtn > span.none {
	display: none;
}
ul.menu {
	display: none;
	padding: 0 0 0 0.2em;
}
ul.menu a {
	color: #000;
    display: inline-block;
    padding: 0.5em 0;
    vertical-align: middle;
    width: auto;
	margin:0 0.5em 0 0;
	font-size: 90%;
}
ul.menu a:hover {
	color: #333;
}
ul.menu li {
	display: block;
	cursor: pointer;
}
ul.menu li a + span {
	vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #000;
	transition: width 0.5s linear;
}
ul.menu li a:hover + span {
	width: 90px;
	transition: width 0.5s linear;
}
.mobile {
	display: none;
}
.mainmobile {
	display: none;
}



@media screen and (max-width: 768px) {
	.bgicon {
		display: none;
	}
	nav .mainnav {
		margin-left: 0%;
		width: 100%;
		padding: 3% 0 0 3%;
		position: absolute;
	}
	.mainlogo a {
		display: block;
		/*background-color: #EBDAD9;*/
		padding: 5px 5px;
		line-height: 0;
		border-radius: 5px;
	}
	nav ul.menu {
		display: none;
	}
	nav .mainbtn {
		display: none;
	}
	.mainbtn > span {
		display: none;
	}
	
	.headerlink {
		display: none;
	}
	.mobile {
		display: block;
		position: fixed;
		z-index: 1000;
	}
	#mbtn {
		display: block;
		position: fixed;
		right: 5%;
		top: 3.5%;
		background-color: #EBDAD9;
		border-radius: 5px;
		padding: 0px 5px;
	}
	#mbtn + ul.menu {
		width: 100vw;
		padding: 5% 0 0 5%;
		height: 100vh;
		background-color: #EBDAD9;
	}
	ul.menu a {
		font-size: 100%;
		padding: 0.5em 0;
	}
	.question span {
		display: inline-block;
    	width: calc(100% - 2em);
	}
	.mainimg {
		display: block;
	}
	.mainmobile {
		display: block;
	}
	.indexmain.m {
		display: none;
	}
}




/*首頁內容區塊*/
.indexmain {
	position: relative;
	width: 100%;
}
.indexnews {
	position: fixed;
    top: 10%;
	margin-left: 70vw;
    /*right: 40px;*/
    width: 100%;
    max-width: 300px;
	opacity: 0;
	transition: opacity .3s linear 0s;
	z-index:-1;
}
.indexnews.active {
	opacity: 1;
	transition: opacity .3s linear .8s;
	z-index: 11;
}
p.hotnews, div.hotnews {
	padding: 8rem 10% 5% 40%;
    background-color: #FFF;
    margin: 0;
    width: 100%;
    float: right;
}
p.img {
	padding: 1rem;
	background-color: #FFF;
    margin: 0;
	line-height: 0;
}
p.hotnews span, div.hotnews span {
	display: block;
}
p.hotnews a, div.hotnews a {
	color: #000;
}
.closenews {
	position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1.5rem;
    display: inline-block;
	cursor: pointer;
	opacity: 0.8;
}
.closenews:hover {
	opacity: 1;
}
.newsbg {
	position: absolute;
}
.newsbg img {
	max-width: 180px;
	margin: 2em 0 0 2em;
}
span.date, span.type {
	font-family: Didot;
	font-style: italic;
	font-size: 80%;
}
.hotnews.active span.type {
	position: absolute;
	bottom: 3em;
}
.hotnews.active span.view {
	position: absolute;
	bottom: 1em;
}
span.title, span.robe {
	line-height: 1.5;
	font-size: 110%;
}
span.title {
	margin: 0 0 1em 0;
}
span.view {
	vertical-align: middle;
	margin: 1em 0 0 0;
	font-size: 80%;
	font-weight: 300;
}
span.view img {
	vertical-align: text-top;
	height: 1em!important;
	width: auto!important;
	display: inline-block!important;
	margin: 0 0.5em 0 0;
}
span.view::before {
	content: 'vvvvvv';
	background-image: url(../img/look.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	vertical-align: baseline;
	display: inline-block;
	width: 1.5em;
	color: rgba(0,0,0,0);
	margin: 0 0.5em 0 0;
}
.mainimg {
	line-height: 0;
}
.mainimg img {
	width: 100%;
}
.dm {
	width: 100%;
    /* padding: 10vh 0 0 70%; */
    max-width: 400px;
    float: right;
    position: relative;
    /* right: 10vw; */
    margin: 10vh 0vw 120px 0;
}
.dmtitle {
	float: right;
	max-width: 300px;
	margin: -200px 30px 0 -400px;
	position: absolute;
}
.dmtitle h3 {
	font-family: 'Didot';
	font-weight: 300;
	font-size: 1.5rem;
	text-align: right;
	font-style: italic;
	margin: -2rem 0 0 0;
}
.indexbottomimg {
	width: 100%;
	float: left;
	padding: 0 0 0 15vw;
	margin: 2rem 0;
}
@media screen and (max-width: 768px) {
	.indexnews {
		/*display: none;*/
		position: fixed;
		top: 8vh;
		margin: 0 5%;
		/* right: 40px; */
		width: 90%;
		max-width: 90vw;
		opacity: 0;
		transition: opacity .3s linear 0s;
		z-index: -1;
	}
	.indexnews.active {
		opacity: 1;
		transition: opacity .3s linear .8s;
		z-index: 1000;
	}
	.dm {
		margin: 0 0 100px 0;
	}
	.dmtitle {
		margin: -140px 0 0 5%;
		z-index: 2;
	}
}
/*新聞頁面區塊*/
.indexmainnews {
	position: relative;
	width: 100%;
	padding: 0 0 0 30%;
}
.mainnews {
	width: 96%;
	position: relative;
	padding: 100px 10% 0px 0;
	float: left;
	overflow: hidden;
}
.news {
	width: 100%;
	float: right;
	padding: 50px 0 50px 0;
	margin:0 -34px 0 0%;
	
}
.newsitem {
	position: relative;
	width: 100%;
	cursor: pointer;
}
.newsitem p.hotnews {
	padding: 1em 9%;
	position: relative;
	top: 0;
}
.newsitem p.hotnews.active {
	position: absolute;
	min-height: 515px;
	padding: 3em 7% 1em;
}
.newsitem .newsbg {
	position: absolute;
	z-index: 2;
}
.newsitem .newsbg img {
	max-width: 180px;
	margin: -2.2em 0 0 -2.2em;
}
.newsitem .intext {
	display: none;
	font-size: 80%;
	line-height: 1.5;
	margin: 0 0 1em 0;
}
.newsitem .intext.active {
	display: block;
	max-height: 280px;
    overflow-y: scroll;
}
.newsitem .newsimg {
	display: block;
}
#mobilenews {
	display: none;
}
@media screen and (max-width: 768px) {
	#mobilenews {
		display: block;
		padding: 7em 5% 2em;
	}
	.indexmainnews {
		display: none;
	}
	ul.newslist li {
		width: 100%;
		float: left;
		margin: 0 0 4em 0;
	}
	.newsitem .newsimg {
		line-height: 0;
	}
	.newsitem .newsbg {
		z-index: 1;
	}
	.newsitem .newsbg img {
		max-width: 100px;
	}
	.newsitem p.hotnews.active {
		position: relative;
	}
	div.hotnews {
		padding: 1em 1em;
		background-color: #FFF;
		margin: 0;
		width: 100%;
	}
	.newsitem .intext.active {
		max-height: inherit;
	}
	.newsitem .newsbg img {
		max-width: 180px;
		margin: -2.2em 0 0 -0.6em;
	}
	.newsimg img {
		width: 100%;
	}
}

/*關於我們區塊*/
.about {
	width: 100%;
	position: relative;
	padding: 180px 0 50px 0;
	float: left;
}
.aboutmainimg {
	width: 100%;
	position: relative;
	padding: 0 20% 2em 17.5%;
}
.aboutrow {
	width: 100%;
	position: relative;
}
.aboutimg {
	width: 25%;
	padding: 0;
	float: left;
	margin: 0 0 0 27%;
}
.abouttext {
	width: 28%;
	float: left;
	padding: 0 0 0 2%;
	line-height: 1.7;
}
.abouttext p {
	text-align: justify;
	margin: 0.8em 0;
	font-size: 90%;
	letter-spacing: 0.1em;
}
.abouttext h3 {
	margin: 3.5em 0 1em 0;
	font-size: 100%;
}
.qarea {
	width: 100%;
	float: left;
	padding: 0 0 0 18%;
}
.questionarea {
	padding: 1em 0.2em;
	border-top:5px solid #000;
	width: 18%;
	float: left;
}
ul.qlist {
	width: 58%;
	float: left;
	padding: 0 0 0 7%;
}
ul.qlist li {
	float: left;
	width: 100%;
	padding: 1em 0.8em;
	border-top:2px solid #000;
	font-size: 95%;
}
ul.qlist li.active {
	background-color: rgba(255,255,255,.5);
}
ul.qlist li.active .question, ul.qlist li.active .answer, ul.qlist li.active .question input {
	color: #000;
}
.question {
	vertical-align: middle;
	position: relative;
}
.question input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	background-color: transparent;
	vertical-align: text-bottom;
	font-size: 100%;
	position: absolute;
	right: 0;
}
.answer {
	margin: 1em 0 0 0;
	padding: 0 2em 0 0;
	text-align: justify;
	line-height: 1.7;
	display: none;
}
ul.qlist li.active .answer {
	display: block;
}

@media screen and (max-width: 768px) {
	.about {
		padding: 85px 0 50px 0;
	}
	.aboutmainimg {
		padding: 0 3% 1em 3%;
	}
	.abouttext h3 {
		margin: 1em 0;
	}
	.abouttext {
		width: 100%;
		padding: 0 5%;
	}
	.aboutimg {
		width: 45%;
		padding: 0;
		float: right;
		margin: 0 3% -4em 0%;
	}
	.qarea {
		padding: 0 5%;
	}
	.questionarea {
		width: 100%;
	}
	ul.qlist {
		padding: 0;
		width: 100%;
	}
}






/*婚鞋訂製區塊*/
#wedshoesorder {
/*	overflow: hidden;*/
	width: 100vw;
	height:100vh;
}
.wedding {
	width: 100%;
	position: relative;
	padding: 140px 0 10px 17%;
	float: left;
}
.shoesarea {
    width: 70%;
    float: left;
    padding: 0px 0 0 0;
	margin: -11% 3% 0 -8%;
}
.shoesimg {
	opacity: 0;
	line-height: 0;
	background-image: url(../img/shoesshadowbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-size: 100% 100%;
}
.shoesimg.animate {
	transition: opacity 0.5s linear;
	opacity: 1;
}
.shoesimg.show {
	opacity: 1;
}
.shoessel {
	width: 33%;
    float: right;
    padding: 0 7% 0 0%;
	font-size: 95%;
    margin: -0.5em 0 0 0;
}
.selfunc {
	position: relative;
	overflow: visible;
	width: 100%;
    float: left;
    display: block;
    margin: 0 0 1.6em 0;
	font-size: 90%;
}
.selfunc.active {
	margin: 0 0 1em 0;
}
.shoessel label {
	display: block;
	width: 100%;
	float: left;
	font-family: Didot;
	font-style: italic;
	margin: 0 0 0.2em 0;
}
.shoessel label span {
	font-style: normal;
}
.selbtn, .selbtn2 {
	display: block;
	width: calc(100% - 0.5em);
	float: left;
	padding: 0.8em;
	background-color: #FFF;
	cursor: pointer;
	position: relative;
	max-height: 3em;
}
.scht {
	
}
.seng {
	font-family: "Cooper Black";
	position: absolute;
	right: 1em;
}
.seltype {
	display: none;
	width: calc(100% - 0.5em);
    float: right;
    padding: 0.9em 0.8em;
    background-color: #FFF;
    position: relative;
    text-align: center;
    max-height: 3em;
    vertical-align: middle;
}
.selbtn.active {
	display: none;
}
.seltype.active {
	display: block;
	margin: 0.3em 0 0 0;
}
.seltype > span {
	vertical-align: middle;
	display: inline-block;
	margin: 0 0.5em;
}
select#seltype {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 5px 10px;
    display: block;
    width: 100%;
    margin-top: -5px;
    border-radius: 0;
    border-bottom: 2px solid #000;
    background: transparent;
	background-image: url(../img/down.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	background-size: 8px;
}
input.minusbtn, input.plusbtn {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
	background-color: transparent;
	border: none;
	vertical-align: middle;
	position: absolute;
}
input.minusbtn {
	background-image: url(../img/pre.png);
	left: 0.8em;
}	
input.plusbtn {
	background-image: url(../img/next.png);
	right: 0.8em;
}	
.selbg {
	position: absolute;
	/*margin: 2.2em 0 0.8em 0.8em;*/
	z-index: -1;
	background-image: url(../img/bgselect.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 95%;
	height: 3em;
	bottom: -0.5em;
    right: 0;
}
.selbg.active {
	position: absolute;
	/*margin: 1.6em 0.8em 0.8em 0;*/
	z-index: -1;
	top: 1.6em;
    left: 0;
}
a.fabric {
	display: inline-block;
	text-decoration: none;
	color: #999;
	margin: 0 0.8em;
}
a.fabric.checked, a.fabric:hover {
	display: inline-block;
	text-decoration: none;
	color: #000;
}
a.height {
	display: inline-block;
	text-decoration: none;
	color: #999;
	margin: 0 1em;
	padding: 0.1em;
}
a.height.checked, a.height:hover {
	display: inline-block;
	text-decoration: none;
	color: #000;
}
.selfunc span.small {
	font-size: 80%;
	vertical-align: middle;
}
a.mcolor {
	width: 1em;
	height: 1em;
	border-radius: 1em;
	display: inline-block;
	margin: 0 0.2em;
	vertical-align: middle;
	box-shadow: 0 0 0 1px #999;
}
a.mcolor.checked, a.mcolor:hover {
	box-shadow: 0 0 0 2px #000;
}
input.size {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	border-bottom: 2px solid #000;
	font-size: 100%;
	width: 7em;
	padding: 0em;
	text-align: center;
}
.orderarea {
	text-align: center;
}
input.finbtn {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	display: inline-block;
	border: none;
	font-size: 100%;
	padding: 0.3em;
	background-color: transparent;
	cursor: pointer;
	color: #666;
}
input.finbtn:hover {
	color: #000;
}
@media screen and (max-width: 1024px) {
	.shoesarea {
		margin: -5% 3% 0 -8%;
	}
}
@media screen and (max-width: 768px) {
	#wedshoesorder{
		overflow: auto;
	}
	.wedding {
		padding: 1em 3% 10px 3%;
	}
	.shoesarea {
		width: 95%;
		padding: 0;
		margin: 0 auto -1em auto;
	}
	.shoessel {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		float: none;
		overflow-y: scroll;
		max-height: 40vh;
	}
}



/*系列產品區塊*/
.series {
	width: 100%;
	position: relative;
	padding: 80px 0 50px 17%;
	float: left;
}
.seriesmainimg {
	width: 100%;
	position: relative;
	float: left;
	padding: 3em 0%;
}
ul.serieslist {
	width: 100%;
	float: left;
	padding: 0 5%;
}
ul.serieslist li {
	width: calc(100% / 4);
	float: left;
	display: block;
	padding: 2.5%;
	position: relative;
}
ul.serieslist li > a {
	display: block;
	color: #000;
	line-height: 1.5;
}
ul.serieslist span.itemimg {
	border-radius: 50%;
	background-color: #FFF;
	float: left;
	width: 100%;
	padding: 5.5%;
	line-height: 0;
	background-image: url(../img/shoesshadowbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-size: 87% 88%;
	display: none;
}
ul.serieslist span.itemimg.show {
	display: block;
}
ul.serieslist span.itemimg {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
	
}
ul.serieslist span.itemname {
	font-family: Didot;
    font-style: italic;
    font-size: 140%;
	padding: 10px 0 0 0%;
    float: left;
	width: 100%;
    text-align: center;
    display: block;
}
ul.serieslist span.itemprice {
	font-family: Didot;
    font-style: italic;
    font-size: 100%;
	padding: 0px 0 0 0%;
    float: left;
	width: 100%;
    text-align: center;
    display: block;
}
ul.serieslist span.itemheight {
	padding: 0 0 0 25%;
	font-family: Didot;
    font-style: italic;
	font-size: 80%;
}
ul.serieslist span.itemplatform {
	padding: 0 0 0 25%;
	font-family: Didot;
    font-style: italic;
	font-size: 80%;
}
@media screen and (max-width: 768px) {
	.series {
		padding: 3em 3%;
	}
	ul.serieslist {
		padding: 0;
	}
	ul.serieslist li {
		width: calc(100% / 2);
	}
	ul.serieslist span.itemname {
		font-size: 120%;
	}
	ul.serieslist span.itemprice {
		font-size: 80%;
	}
}



/*產品詳細頁面區塊*/
.itemcontent {
	width: 100%;
	position: relative;
	padding: 150px 0 50px 0;
	float: left;
}
.mainitem {
    width: 65%;
    position: relative;
    float: right;
    padding: 0 14% 0 0;
}

.item360 {
	width: 100%;
	min-height: 100%;
	background-color: #FFF;
	padding: 7% 0 5%;
	text-align: center;
	line-height: 0;
	/*background-image: url(../img/shoesshadowbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 78% 78%;*/
	display: block;
}
.item360.bg {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 76% 83%;
}
.item360.bg.animate {
	background-image: url(../img/shoesshadowbg.png);
	transition: background-image 0.5s linear;
}
.item360 img {
	opacity: 0;
	max-width: 75%;
    padding: 0 0 2.5%;
}
/*.item360.animate {
	display: block;
}*/
.item360.animate img {
	opacity: 1;
	transition: opacity 0.5s linear;
}
.itemstory {
	display: none;
	width: 100%;
	background-color: #FFF;
	padding: 10% 0 10%;
	text-align: center;
	float: left;
	min-height: 550px;
}
img.role {
	max-width: 65%;
    margin-top: -8%;
    position: relative;
    float: left;
    margin-left: 0%;
	padding: 0 10%;
	z-index: 11;
}
.itembg {
	width: 73%;
	min-height: 100px;
	/*background-image: url(../img/itembg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	position: absolute;
	top: 2em;
	left: 2em;
	z-index: -1;
	display: none;
}
.item360.active {
	display: none;
}
.itemstory.active {
	display: block;
	position: relative;
	/*top: 2em;
	left: 2em;*/
	top: 0em;
	left: 0em;
}
.itembg.active {
	top:0;
	left: 0;
}
.storycontent {
	width: 100%;
}
ul.slides {
	padding:0 5%;
	width: 100%;
}
.itemword {
	width: 77%;
	margin: 0 auto;
}
.morebtn, .shopbtn {
	cursor: pointer;
	opacity: .8;
}
.morebtn:hover, .shopbtn:hover {
	opacity: 1;
}
.shopbtn a {
	color: #000;
}
.maininfo {
	width: 35%;
	position: absolute;
	float: left;
	padding: 0 12% 2em 90px;
	top: 350px;
}
.colorinfo, .shopinfo, .iteminfo, .fabricinfo {
	width: 100%;
	float: left;
}
.iteminfo {
	border-top: 1px solid #000;
	padding: 5% 8%;
	line-height: 1.5;
}
.infoname, .infoheight, .infoplatform {
	font-family: Didot;
    font-style: italic;
	font-size: 90%;
}
.infoname {
	font-size: 150%;
}
.shopinfo {
	padding: 0 5% 2%;
	line-height: 1.5;
	border-bottom: 1px solid #000;
}
.shopinfo span img {
	max-height: 2em;
	width: auto!important;
	vertical-align: middle;
}
.shopinfo div {
	margin: 0.5em 0;
}
.shopinfo div span {
	vertical-align: middle;
}
.fabricinfo {
	padding: 5% 0;
	text-align: center;
	border-bottom: 1px solid #000;
}
.fabricinfo a {
	color: #999;
	display: inline-block;
	padding: 0.2em;
	text-align: center;
}
.fabricinfo a:hover, .fabricinfo a.active {
	color: #000;
}
.btnimg {
	display: inline-block;
	width: 2.5em;
	text-align: center;
	margin: 0 2em 0 0;
}
.colorinfo {
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 5% 5%;
}
.colorinfo > p {
	font-family: Didot;
    font-style: italic;
	font-size: 100%;
	margin: 0 0 0.5em 0;
}
.colortype {
	max-width: 9em;
	margin: 0 auto;
}
a.icolor {
	width: 1.5em;
	height: 1.5em;
	border-radius: 2em;
	display: inline-block;
	margin: 0.2em;
	vertical-align: middle;
}
a.icolor:hover, a.icolor.active {
	box-shadow: 0 0 0 2px #333;
}
.styleinfo {
	padding: 0 5%;
	width: 100%;
	float: left;
}
.styleinfo hr {
	z-index: 0;
	position: relative;
	height: 1px;
	background-color: #333;
	border: none;
	margin-top: -0.9em;
	margin-bottom: 2em;
	width: 90%;
}
.styleetitle {
	font-size: 230%;
	font-weight: 300;
	font-family: Didot;
    font-style: italic;
	text-align: center;
}
.styletitle {
	text-align: center;
	width: 100%;
}
.styletitle span{
	letter-spacing: 0.1em;
	font-size: 120%;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-weight: 300;
	background-color: #FFF;
	padding: 0 0.5em;
}
.styleword {
	font-size: 90%;
	width: 100%;
	padding: 0 20%;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
.styletext {
	font-size: 90%;
	text-align: justify;
	line-height: 1.7;
	padding: 0 5%;
	max-height: 16em;
    overflow-y: scroll;
}
#demo {
	max-width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	max-height: 70vw;
	z-index: 11;
	position: relative;
	background-position: top center;
}
@media screen and (max-width: 1024px) {
	.btnimg {
		margin: 0;
	}
	a.icolor {
		width: 1.2em;
		height: 1.2em;
	}
	.maininfo {
		top: 360px;
	}
}
@media screen and (max-width: 768px) {
	.itemcontent {
		padding: 5em 3% 0;
	}
	.mainitem {
		width: 100%;
		padding: 0 2% 0 2%;
		margin: 0 0 0em 0;
	}
	.itembg {
		width: 90%;
		top: 4%;
		left: 8%;
	}
	.maininfo {
		width: 90%;
		position: relative;
		padding: 20px 0;
		top: 30px;
		margin: 0 auto 10px;
		float: none;
		/*overflow-y: scroll;
		height: 40vh;*/
	}
	.iteminfo {
		width: 50%;
		padding: 5% 0;
	}
	.shopinfo {
		width: 50%;
		padding: 5% 0;
		border-top: 1px solid #000;
		border-bottom: none;
	}
	.shopinfo span img {
		max-height: 1.5em;
	}
	.btnimg {
		margin: 0;
	}
	.fabricinfo {
		border-top: 1px solid #000;
	}
	.colortype {
		max-width: 100%;
	}
	.itemstory.active {
		top: 0.5em;
		left: 0%;
		margin-bottom: 2em;
	}
	.itemstory {
		min-height: 120px;
	}
	.itembg.active {
		left: 5%;
		height: 100%;
		background-image: url(../img/itembg.png);
		background-repeat: repeat-y;
		background-size: 100% auto;
	}
	.itembg.active img {
		display: none;
	}
	.flex-control-nav {
		bottom: -40px!important;
    	z-index: 10;
	}
	.styleetitle {
		font-size: 130%;
	}
	.styleinfo {
		padding: 0;
	}
	.styleword {
		padding: 0 5%;
	}
	.styletext {
		padding: 0;
		max-height: inherit;
	}
	.item360 {
		padding: 0 0 7%;
	}
	.item360.bg {
		background-size: 80% 80%;
	}
	.item360 img {
		padding: 0;
	}
	img.role {
		margin-top: -5%;
	}
	#demo {
		max-width: 100%;
		background-size: 110%;
		background-repeat: no-repeat;
		max-height: 70vw;
		z-index: 11;
		position: relative;
		background-position: top center;
	}
	.shopinfo div {
		margin: 0.7em 0;
	}
}


/*商店與聯絡我們區塊*/
.mainstore {
	width: 100%;
	position: relative;
	padding: 380px 5% 50px 20%;
	float: left;
}
.mainstoretitle {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	float: left;
    width: 3em;
    position: relative;
    top: 0px;
    letter-spacing: 0.4em;
}
.contactform {
	float: left;
	width: 80%;
}
.storeitem {
	float: left;
	width: 45%;
	max-width: 350px;
	margin:0 7% 0 0;
}
.storebg {
	width: 100%;
	background: #FFF;
	position: relative;
	padding: 8% 8%;
	float: left;
	min-height: 24.5em;
}
.storebg:before {
	content: "";
	position: absolute;
	top: -170px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 175px solid transparent;
	border-right: 175px solid transparent;
	border-bottom: 170px solid #FFF;
	z-index: -1;
}
.storetitleimg {
	position: relative;
    margin: -10em 7% 0;
    width: 65%;
	height: 7.5em;
}
.storeinfo {
	line-height: 1.8;
	font-size: 90%;
}
.storeinfo p {
	margin: 0;
}
.storeinfo p.title {
	margin: 1em 0 0 0;
}
.storeinfo p span {
	vertical-align: middle;
	display: inline-block;
}
.storeinfo p img {
	vertical-align: sub;
	max-height: 1.2em;
	display: inline-block;
}
.storeinfo p span + a {
	margin: 0 0 0 0.5em;
}
.storeinfo p a + span {
	margin: 0 0 0 0.5em;
}
.coopstore {
	width: 95%;
	float: right;
	padding: 3em 0;
}
.cooparea {
	width: calc(100% / 3);
	float: left;
}
.cooparea:nth-child(4) {
	clear: left;
	margin: 3em 0 0 0;
}
p.areaname {
	font-size: 100%;
	margin: 0 0 0 -1.5em;
	letter-spacing: 0.3em;
}
ul.cooplist {
	font-size: 80%;
	margin: 1em 0 0 0;
	width: 100%;
	float: left;
}
ul.cooplist > p {
	margin: 0.5em 0 0 -4em;
	padding: 0.3em 0;
	letter-spacing: 0.3em;
}
ul.cooplist > p::before {
	content: '';
	width: 4em;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin: 0 -3px -6px 0;
}
ul.cooplist li {
	width: 100%;
	float: left;
	display: block;
}
.cooparea a {
	font-size: 100%;
	color: #000;
	padding: 0.2em 0;
	display: block;
	cursor: pointer;
}
.cooparea a:hover {
	color: #666;
}
@media screen and (max-width: 768px) {
	.mainstore {
		padding: 16em 5% 30px;
	}
	.mainstoretitle {
		display: none;
	}
	.storeitem {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		float: none;
	}
	.storeitem:last-of-type {
		top: 13em;
		position: relative;
	}
	.storebg:before {
		top: -140px;
		border-left: 140px solid transparent;
		border-right: 140px solid transparent;
		border-bottom: 140px solid #FFF;
	}
	.storetitleimg {
		width: 80%;
	}
	.coopstore {
		position: relative;
    	top: 10em;
	}
	.cooparea {
		width: 100%;
	}
	p.areaname {
		font-size: 120%;
		text-align: center;
		margin: 2em 0 0 0;
	}
	ul.cooplist {
		font-size: 100%;
		padding: 0 0 0 2em;
	}
	ul.cooplist > p {
		margin: 0.5em 0 0 -6em;
	}
	ul.cooplist > p::before {
		width: 7em;
	}
	.contactform {
		width: 100%;
		position: relative;
		top: 7em;
	}
	.cooparea:nth-child(4) {
		margin: 0;
	}
}


/*訂單生成頁面*/
.ordercheck {
	width: 100%;
	position: relative;
	padding: 130px 0 80px 0;
	float: left;
}
.orderintro {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
.orderintro h3{
	font-weight: 300;
	font-size: 120%;
	letter-spacing: 0.3em;
}
.orderintro p {
	font-weight: 300;
	font-size: 90%;
	line-height: 1.7;
}
.orderintro p:last-of-type {
	margin: 0;
	line-height: 0;
}
span.vline {
	width: 1px;
	height: 50px;
	display: inline-block;
	background-color: #000;
}
.ordercontent {
	width: 65%;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 1em 4%;
}
.otitle {
	text-align: center;
	line-height: 1.7;
}
.otitle h4 {
	font-weight: 300;
	font-size: 110%;
	letter-spacing: 0.4em;
	text-align: center;
	width: auto;
	margin: 0 auto;
}
.otitle p {
	font-weight: 300;
	font-size: 76%;
	font-family: Didot;
    font-style: italic;
	text-align: center;
	width: auto;
	margin: 0.3em auto;
}
.oitemarea {
	width: 100%;
	float: left;
	position: relative;
}
.oitem {
	float: left;
	width: 50%;
	position: relative;
}
.oitemimg {
	display: block;
	float: left;
	width: 100%;
	padding: 5.5%;
	line-height: 0;
	background-image: url(../img/shoesshadowbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-size: 89% 89%;
}
.oiteminfo {
	position: absolute;
	padding: 10% 0 0 10%;
}
.oitemname {
	font-size: 150%;
	font-family: Didot;
	font-style: italic;
	margin: 0 0 0.8em 0;
}
.oitemheel, .oitemplatform {
	font-family: Didot;
	font-size: 95%;
	font-style: italic;
}
.ordermore {
	width: 100%;
	padding: 20% 25%;
}
a.ordermorebtn {
	width: 100%;
    border: 1px solid #000;
    color: #000;
    display: block;
    text-align: center;
    padding: 40%;
    font-size: 200%;
    font-weight: 200;
	cursor: pointer;
}
.oitemarea > h3 {
	font-size: 110%;
	font-weight: 200;
	letter-spacing: 0.3em;
	margin: 0.5em 0 0.4em 0;
}
.oitemarea > h3 span {
	letter-spacing: 0.1em;
	font-size: 90%;
	font-weight: 200;
	font-family: Didot;
	font-style: italic;
}
a.sizemap {
	position: absolute;
	right: 0;
	font-size: 80%;
	color: #000;
	top: 1em;
	display: block;
	width: auto;
	cursor: pointer;
	letter-spacing: 0.1em;
	font-weight: 200;
}
ul.oitemlist {
	padding: 0.4em 0;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	float: left;
	width: 100%;
}
ul.oitemlist li {
	width: 100%;
	float: left;
	padding: 0.3em 0;
	position: relative;
}
ul.oitemlist li span {
	margin: 0 2% 0 0;
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
}
ul.oitemlist li span:last-of-type {
	float: right;
	margin: 0 1% 0 0;
}
ul.oitemlist li span input, input.cancel {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background-color: transparent;
	border: none;
	font-size: 100%;
	cursor: pointer;
	vertical-align: middle;
	color: #000;
}
ul.oitemlist li span input:hover, input.cancel:hover {
	color:#999;
}
input.cancel {
	vertical-align: top;
	font-size: 80%;
}
.ototal {
	float: right;
    width: 23em;
    padding: 0.5em 1em;
    text-align: right;
    font-weight: 300;
    line-height: 1.5;
    max-width: 100%;
}
.discount, .ototalcount {
	font-size: 120%;
	margin: 0.5em 0;
	width: 100%;
}
.discount span, .ototalcount span {
	float: left;
}
.ototal > span {
	font-size: 70%;
}
hr.line {
	width: 100%;
	border: none;
	height: 2px;
	background-color: #000;
	float: left;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.otheradd {
	width: 100%;
	float: left;
	padding: 0.5em 0;
}
.otheradd span, .otheradd a {
	display: inline-block;
	vertical-align: middle;
	padding: 0.3em 0em;
	font-size: 95%;
}
.otheradd a {
	padding: 0.3em 2em;
	border: 1px solid #000;
	color: #000;
}
.otheradd a:hover {
	color: #FFF;
	background-color: #000;
}
.empty {
	width: 100%;
	float: left;
	margin: 2em 0 2em 0;
}
.form {
	width: 70%;
	margin: 0 auto;
}
.form-group {
	width: 100%;
	float: left;
	margin: 0.4em 0;
	position: relative;
}
.form label {
	width: 5em;
	display: inline-block;
	text-align: left;
	padding: 0.3em;
	vertical-align: middle;
	font-size: 90%;
}
.form input {
	display: inline-block;
	width: auto;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #000;
	background-color: transparent;
	font-size: 90%;
	padding: 0.3em;
	vertical-align: middle;
	
}
.form input.w100 {
	width: calc(100% - 6em);
}
.form input.w99 {
	width: calc(100% - 7em);
}
.form input.w50 {
	width: calc(50% - 8em);
}
.form input.w30 {
	width: calc(30% - 2em);
	text-align: right;
}
.form-group > span {
	display: inline-block;
	width: 0.8em;
	text-align: center;
}
.form input + p {
	position: absolute;
	margin: 0 -5em 0 0;
	top: 0.3em;
	right: 0;
	font-size: 90%;
}

input.anytime, input.how {
	display: none;
}
input.anytime + .forcheckbox {
	
}
.forcheckbox::before {
	content: "";
	display: inline-block;
	color: #FFF;
	background-color: transparent;
	text-align: center;
	margin-left: 10px;
	width: 1em;
	height: 1em;
	border: 1px solid #000;
	padding: 0.1em;
	margin: 0 0.3em 0 0.3em;
	vertical-align: middle;
}
.forcheckbox.on::before {
	
	background-color: #000;
	border: 1px solid #000;
}
label.forcheckbox {
	display: inline;
	font-weight: 300;
	font-size: 90%;
	position: relative;
	vertical-align: middle;
	width: auto;
	margin: 0 1em 0 0;
}
input.forhow {
	border-bottom: 1px solid #000;
	border-top:none;
	border-left:none;
	border-right:none;
	margin: 0 0 0 -1em;
}
label[for="how_4"] {
	display: inline-block;
	margin-left: 5.2em;
}
select.ostore {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #000;
	background-color: transparent;
	width: auto;
	font-size: 90%;
	padding: 0.2em 0.5em;
	border-radius: 0;
	font-weight: 200;
}
.form textarea.w100 {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: 1px solid #000;
	background-color: transparent;
	width: calc(100% - 7.2em);
	resize: none;
	vertical-align: text-top;
	height: 6em;
}
input.finishorder {
	font-weight: 700;
}
input.finishorder, a.finishorder {
	display: inline-block;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: auto;
	margin: 1em auto;
	padding: 0.6em 2em;
	border: 1px solid #000;
	background-color: transparent;
	text-align: center;
	color: #000;
}
input.finishorder:hover, a.finishorder:hover {
	color: #FFF;
	background-color: #000;
}
li > .oitemimg {
	display: none;
}
label#wed {
	display: inline;
    margin: 0 0 0 5.3em;
}
input.forhow {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.ordercheck {
		padding: 5em 0 40px 0;
	}
	.orderintro {
		width: 100%;
		padding: 0 3%;
	}
	.orderintro p {
		font-size: 80%;
	}
	.ordercontent {
		width: 100%;
		padding: 0 3%;
		border: none;
	}
	.oitemarea > .oitem {
		display: none;
	}
	li > .oitemimg {
		display: block;
		padding: 0;
		background-size: 100% 100%;
	}
	a.sizemap {
		position: relative;
		top: 0;
		margin: 0 0 1em 0;
	}
	.oitemlist li > span:first-of-type {
		display: none;
	}
	ul.oitemlist li span {
		width: 48%;
		display: inline-block;
		margin: 0.2em 0;
	}
	.oitemlist li > span:nth-of-type(2)::before {
		content: '款式 / ';
	}
	.oitemlist li > span:nth-of-type(3)::before {
		content: '面料 / ';
	}
	.oitemlist li > span:nth-of-type(4)::before {
		content: '面料色 / ';
	}
	.oitemlist li > span:nth-of-type(5)::before {
		content: '面料色 / ';
	}
	.oitemlist li > span:nth-of-type(6)::before {
		content: '跟高 / ';
	}
	.oitemlist li > span:nth-of-type(7)::before {
		content: '尺寸 / ';
	}
	.oitemlist li > span:nth-of-type(8)::before {
		content: '價格 / ';
	}
	.oitemlist li > span:last-of-type {
		position: absolute;
		top: 1em;
		right: 0em;
		text-align: right;
	}
	ul.oitemlist li > span:last-of-type input {
		float: right;
		font-size: 150%;
    	font-weight: 300;
	}
	.ototal {
		width: 100%;
		padding: 0.5em 0;
	}
	.form {
		width: 100%;
	}
	.dateinput > label:first-of-type {
		width: 100%;
	}
	.form input.w30 {
		width: calc(32% - 1em);
	}
	.form input + p {
		position: relative;
		margin: 0;
	}
	input.anytime + .forcheckbox {
		display: block;
	}
	input.how + label {
		display: block;
	}
	input.forhow {
		margin: 0;
		display: inline-block;
		width: 10em;
		margin-left: 2.3em;
	}
	.form textarea.w100 {
		width: 100%;
	}
	label#wed {
		display: inline-block;
		margin: 0;
	}
	.form input.w99 {
		width: calc(100% - 0.9em);
	}
	label[for="how_4"] {
		margin: 0;
	}
	
}







/*頁角區塊*/
footer {
	background-color: #FFF;
	margin-top: 250px;
}
footer .content.full {
	max-width: none;
}
.footerinfo {
	background-color: #FFF;
	padding: 2% 5%;
	position: fixed;
	bottom: 0%;
	max-width: none;
	width: 100%;
	display: none;
	z-index: 11;
}
footer a {
	color: #000;
}
.footer_a {
	width: 28%;
	float: left;
}
.footer_a .lang, .footer_a .social {
	width: auto;
	display: inline-block;
}
.lang a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.2em;
}
.social button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.social a, .social button {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.2em;
}
.footer_b_all {
	width: 72%;
	float: left;
	padding: 0 0 0 5%;
}
.footer_b {
	min-width: 15%;
    float: left;
    padding: 0 5% 0 0;
	/*max-width: 30%;*/
}
.footer_b a {
	font-size: 80%;
}
.footer_b h3 {
	font-weight: 200;
	letter-spacing: 0.2em;
	margin: 0 0 1em 0;
}
.footer_b ul {
	padding: 0 0 0 1em;
	min-height: 135px;
	border-left: 1px solid #000;
}
.footer_b ul li a {
	padding: 0 0 0.7em 0;
	display: block;
}
.footer_b ul li a:hover {
	color: #333;
}
.footeropen {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding: 0.5em 0;
	position: fixed;
    bottom: 0;
    z-index: 12;
    /*max-width: 1200px;*/
}
input.infobtn {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	background-image: url(../img/info_close.png);
	width: 80px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: transparent;
	background-position: center center;
}
input.infobtn.active {
	background-image: url(../img/info_open.png);
}
.resarahinfo {
	font-size: 80%;
	padding: 2em 0 0 0;
	
}
@media screen and (max-width: 768px) {
	.footer_a {
		width: 100%;
		text-align: center;
	}
	.footer_b {
		display: none;
	}
	.resarahinfo {
		padding: 1em 0 2em;
	}
	.resarahinfo p {
		text-align: center;
	}
}


#popup {
	line-height: 0;
}
#popup a {
	line-height: 1;
	display: block;
}
#popup a img {
	width: 100%;
}
.newsintext {
	padding: 1em 2em;
	line-height: 1.7;
}
.newsitem > a.inline{
	color: #000;
}