@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/*
=====================================================================
*
*    clearfix
*
* =================================================================== 
*/
.clearfix:after,
.cell:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix,
.cell {
  display: inline-block;
}

/* Hides from IE-mac \*/
*html .clearfix,
*html .cell {
  height: 1%;
}

.clearfix,
.cell {
  display: block;
}

/* End hide from IE-mac */
html, body {
  font-family: sans-serif;
  font-size: 16px;
}





.navHeight{
  display: none;
}

.mainImg {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.mainImg span {
	display: block;
	position: absolute;
}

#LogoTop {
	position: absolute;
	left: 0;
	bottom: 13%;
	width: 100%;
	text-align: center;
}

#LogoTop img {
	width: 45%;
	height: auto;
}

#SpHeader .hamburger {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10;
}

#SpHeader .hamburger a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	display: block;
  padding: 20px;
}


#SpHeader nav {
  display: none;
  background-color: #c19d72;
  opacity: 0.8;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
}

#SpHeader nav ul {
  margin: 60px 100px;
}

#SpHeader nav ul li {
  border-bottom: #ffffff 2px solid;
}

#SpHeader nav ul li.last {
  border-bottom: none;
}


#SpHeader nav ul li a {
  display: block;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#SpHeader .close{
	position: absolute;
  right: 10px;
  top: 8px;
}

#SpHeader .close a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	display: block;
	padding: 20px;
}


/*body.naviOpen #SpHeader nav {
  display: block;
}*/


.about {
  margin-top: 50px;
  margin-bottom: 100px;
}

.about .title img {
  width: 56px;
  height: 11px;
}

.about .title {
  width: 56px;
  margin: 0px auto 40px auto;
}

.about .copy {
  height: 150px;
  background: url(../images/sp/copy-about01.gif) no-repeat center top;
  background-size: 300px;
  margin-bottom: 40px;
}

.about .produce {
  height: 12px;
  background: url(../images/sp/copy-about02.gif) no-repeat center top;
  background-size: 111px 12px;
}

.model {
	display: none;
  margin-bottom: 70px;
}

.collection {
  margin-bottom: 70px;
}

.collection .title img {
  width: 100px;
  height: 11px;
}

.collection .title {
  text-align: center;
  margin-bottom: 60px;
}

.collection .precious .title {
  position: absolute;
  width: 100%;
  height: 33px;
  margin-top: -18px;
  background: url(../images/sp/title-precious.png) no-repeat center top;
  background-size: 320px 33px;
  background-position: 50% 50%;
}

.collection .products a {
  float: left;
  margin-bottom: 10px;
  z-Index: 1;
  background-size: 2425px;
  text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.collection .products p img {
  width: 100%;
  height: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}

.collection .products a {
 text-decoration: none;
}


.collection .products a span.itemBg{
	display: none;
}

.collection .products a span.itemBg {
	display: block;
	opacity: 0;
	background-color: rgba(193,157,114,0.7);
	width: 100%;
	height: 100%;
}

.collection .products a span.itemTitle {
	display: block;
	color: rgba(255,255,255,1);
	text-align: center;
	width: 100%;
	padding-top: 50%;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.075em;
}




.collection .products .more {
	display: none;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
}

.collection .products p.more img {
  width: 27px;
  height: auto;
}

.collection .yarn {
	margin-top: 240px;
}
.collection .yarn .title {
  position: absolute;
  width: 100%;
  height: 47px;
  margin-top: -30px;
  background: url(../images/sp/title-yarn.png) no-repeat center top;
  background-size: 320px 47px;
  background-position: 50% 50%;
}

.blog {
  margin-top: 50px;
  margin-bottom: 100px;
}

.blog .title img {
  width: 43px;
  height: 11px;
}

.blog .title {
  width: 43px;
  margin: 0px auto 0px auto;
}

.blog dl {
  width: 260px;
  margin: 0px auto 20px auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #161616;
  font-size: 75%;
}

.blog dt {
	font-size: 75%;
  line-height: 1.8;
  margin-bottom: 5px;
  font-weight: bold;
  width: 100px;
  float: left;
	padding-top: 0.35em;
}

.blog dd {
  width: 145px;
  margin-bottom: 5px;
  line-height: 1.8;
  float: left;
  margin-left: 15px;
}

.blog dd a {
  color: #494949;
}



.shop {
  margin-top: 50px;
  margin-bottom: 70px;
  word-break: keep-all;
}

.shop .title img {
  width: 43px;
  height: 11px;
}

.shop .title {
  width: 43px;
  margin: 0px auto 40px auto;
}

.shop dl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #161616;
  margin-bottom: 30px;
  font-size: 75%;
  word-break: break-all;
}

.shop dt {
  display: block;
  width: 260px;
  margin: 0px auto 5px auto;
  line-height: 1.8;
  margin-bottom: 5px;
  font-weight: bold;
  word-break: break-all;
}

.shop dd {
  display: block;
  width: 260px;
  margin: 0px auto 5px auto;
  line-height: 1.8;
  word-break: break-all;
}

.shop dd a {
  color: #494949;
}

footer {
  width: 300px;
  margin: 0 auto;
}

footer .logo img {
  width: 115px;
  height: 36px;
  margin: 0px auto 60px;
}

footer .logo {
  width: 115px;
  height: 36px;
  margin: 0px auto 30px auto;
}

footer .copyright {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c3a671;
  margin-bottom: 10px;
  font-size: 65%;
  text-align: center;
}

footer .sns {
  width: 40px;
  margin: 0px auto 50px auto;
}

footer .instagram img {
  width: 15px;
  height: 15px;
}

footer .instagram {
  float: left;
}

footer .facebook img {
  width: 15px;
  height: 15px;
}

footer .facebook {
  float: left;
  margin-left: 5px;
}

.detailImage {
	display: none;
}

