@charset "UTF-8";

html,
body {
  height: 100%;
}

/*/// ////////////////////////////////


home
///////////////////////////////////*/
.moreBtn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -112px;
  z-index: 10;
}
.moreBtn a {
  display: block;
  text-decoration: none;
  color: #bbb6af;
}
.moreBtn a i {
  display: block;
  font-size: 4.5em;
  padding: 112.5px 0 112.5px 84px;
  background: url(../img/home/bk_more.png) center left scroll no-repeat;
  background-image: -webkit-image-set(
    url("../img/home/bk_more.png") 1x,
    url("../img/home/bk_more@x2.png") 2x
  );
  background-image: -moz-image-set(
    url("../img/home/bk_more.png") 1x,
    url("../img/home/bk_more@x2.png") 2x
  );
  background-image: -ms-image-set(
    url("../img/home/bk_more.png") 1x,
    url("../img/home/bk_more@x2.png") 2x
  );
  background-image: image-set(
    url("../img/home/bk_more.png") 1x,
    url("../img/home/bk_more@x2.png") 2x
  );
  opacity: 0.3;
  padding-right: 16px;
}
.moreBtn a:hover i {
  opacity: 0.6;
}
/*/// ////////////////////////////////
commons ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px) {
  .moreBtn {
    display: block;
    margin-top: 0;
    right: inherit;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 112px;
    text-align: center;
    margin: 0 auto;
  }
  .moreBtn a {
    width: 225px;
    height: 112px;
    margin: 0 auto;
  }
  .moreBtn a i {
    padding: 65px 0 2px 5px;
    padding-right: 0;
    background-position: center top;
    height: auto;
  }
  .moreBtn a:hover i {
    opacity: 0.6;
  }
}
@media screen and (max-width: 640px) {
  .moreBtn {
    display: none;
  }
}

/*/// ////////////////////////////////


slider
///////////////////////////////////*/
#slider {
}
#slider li {
  line-height: 0;
}
#slider li img {
  width: 100%;
}
/*/// ////////////////////////////////
slider ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 640px) {
  #slider li img {
    width: 220%;
    margin-left: -59%;
  }
}

/*/// ////////////////////////////////


information
///////////////////////////////////*/
#information {
  width: 100%;
  padding: 3% 0;
  text-align: center;
}
#information p {
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.6em;
}
#information a {
  color: #272222;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 640px) {
  #information {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
    text-align: center;
  }
}
/*/// ////////////////////////////////


concept
///////////////////////////////////*/
#concept {
  background: url(../img/home/bk_polygon.png) center scroll repeat;
  background-image: -webkit-image-set(
    url("../img/home/bk_polygon.png") 1x,
    url("../img/home/bk_polygon@x2.png") 2x
  );
  background-image: -moz-image-set(
    url("../img/home/bk_polygon.png") 1x,
    url("../img/home/bk_polygon@x2.png") 2x
  );
  background-image: -ms-image-set(
    url("../img/home/bk_polygon.png") 1x,
    url("../img/home/bk_polygon@x2.png") 2x
  );
  background-image: image-set(
    url("../img/home/bk_polygon.png") 1x,
    url("../img/home/bk_polygon@x2.png") 2x
  );
  text-align: center;
  padding: 60px 0;
  position: relative;
}
#concept .bkPh {
  background: url(../img/home/bk_concept.png) center scroll no-repeat;
  background-image: -webkit-image-set(
    url("../img/home/bk_concept.png") 1x,
    url("../img/home/bk_concept@x2.png") 2x
  );
  background-image: -moz-image-set(
    url("../img/home/bk_concept.png") 1x,
    url("../img/home/bk_concept@x2.png") 2x
  );
  background-image: -ms-image-set(
    url("../img/home/bk_concept.png") 1x,
    url("../img/home/bk_concept@x2.png") 2x
  );
  background-image: image-set(
    url("../img/home/bk_concept.png") 1x,
    url("../img/home/bk_concept@x2.png") 2x
  );
  background-size: 80%;
}

#concept h2 {
  padding-top: 115px;
  background: url(../img/home/line001.png) top center scroll no-repeat;
  background-image: -webkit-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -moz-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -ms-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
}
#concept h2 small {
  font-family: "Marcellus", serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 15px;
}
#concept h2 span {
  font-size: 1.3em;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  font-weight: normal;
}
#concept .catchCopy {
  padding-top: 115px;
  background: url(../img/home/line001.png) top center scroll no-repeat;
  background-image: -webkit-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -moz-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -ms-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
}
#concept .catchCopy span {
  font-size: 2.1em;
  letter-spacing: 0.5em;
  display: block;
  margin-bottom: 15px;
  line-height: 2em;
}
#concept .catchCopy small {
  font-size: 1.4em;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", serif;
  margin-bottom: 60px;
  display: block;
}
#concept .copyBody {
  font-size: 1.5em;
  line-height: 2.5em;
  letter-spacing: 0.3em;
  padding-bottom: 115px;
  background: url(../img/home/line001.png) bottom center scroll no-repeat;
  background-image: -webkit-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -moz-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -ms-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
}
#concept #kazari {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.sorryIn #concept {
  padding-top: 250px;
}
#newsWrap {
  background: url("../img/home/bk_polygon.png") top left scroll repeat;
}
#newsWrap ul {
  list-style: none;
}
#newsWrap li {
  width: 23.3333333%;
  float: left;
  padding: 5%;
}
#newsWrap li a {
  text-decoration: none;
  color: #272222;
  text-align: center;
  display: block;
  outline: none;
}
#newsWrap li a .date {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 0;
}
#newsWrap li a p.ttl {
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
#newsWrap li a p.ph {
  padding: 20px;
  background: #f8f8f8;
  line-height: 0;
  border: 1px solid #ededed;
}
#newsWrap li a:hover {
  color: #999;
}
#newsWrap li a:hover p.ph {
  background: #ffffff;
}
#newsWrap li a img {
  width: 100%;
  height: auto;
}
/*/// ////////////////////////////////
concept ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px) {
  #concept .bkPh {
    background-size: 120%;
  }
  /* #sorry{
	top:-30px; left:0;
	z-index:1500;
	background:url(../img/common/bk_ffffff_90.png) top left scroll repeat;
	border:1px solid #f2f2f2;
	width:90%; height:auto;
	margin:5%;
} */
}
@media screen and (max-width: 640px) {
  .sorryIn #concept {
    padding-top: 300px;
  }
  #concept .bkPh {
    background-size: 150%;
  }
  #sorry {
    top: 0px;
    left: 0;
  }
  #sorry h2 {
    font-size: 1.6rem;
  }
  #sorry .freeTxt {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  #newsWrap li a p.ttl {
    text-align: left;
  }
}

/*/// ////////////////////////////////


collection
///////////////////////////////////*/

#collection {
  height: auto;
  position: relative;
  z-index: 1;
}
#collection ul {
  z-index: 1;
}
#collection ul li {
  height: 490px;
  background-attachment: fixed;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
#collection ul li img {
  width: 100%;
  z-index: 1;
}

/*/// ////////////////////////////////
collection ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px) {
  #collection ul li {
    height: 290px;
  }
}
@media screen and (max-width: 640px) {
  #collection ul li {
    height: 140px;
  }
}

/*/// ////////////////////////////////


shopInfo
///////////////////////////////////*/
#shopInfo {
  background: url(../img/home/bk_shopinfo.png) top left scroll repeat;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
#shopInfo h2 {
  padding-top: 115px;
  background: url(../img/home/line001.png) top center scroll no-repeat;
  background-image: -webkit-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -moz-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: -ms-image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
  background-image: image-set(
    url("../img/home/line001.png") 1x,
    url("../img/home/line001@x2.png") 2x
  );
}
#shopInfo h2 small {
  font-family: "Marcellus", serif;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 15px;
}
#shopInfo h2 span {
  font-size: 1.3em;
  display: block;
  letter-spacing: 0.4em;
  margin-bottom: 60px;
  font-weight: normal;
}
.cornerBx .cornerTop {
  width: 65%;
  margin: 0 auto;
  positin: relative;
  z-index: 1000;
}
.infoWrap {
  width: 60%;
  height: auto;
  margin: 0 auto;
  background: #f1eee8;
  padding: 60px 0;
  margin: -120px auto;
}

#shopInfo h3 {
}
#shopInfo h3 small {
  font-family: "Marcellus", serif;
  letter-spacing: 0.6em;
  font-size: 1.8em;
  display: block;
  margin: 15px 0;
}
#shopInfo h3 span {
  display: block;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  font-size: 1.1em;
}

#shopInfo p.access {
  font-size: 1.1em;
}

#shopInfo .btn {
  position: relative;
  z-index: 100;
  margin-top: 15px;
}
#shopInfo .btn a {
  display: block;
  background: #494242;
  width: 40%;
  margin: auto;
  padding: 5px 0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Marcellus", serif;
  letter-spacing: 0.6em;
  font-size: 1.4em;
}
#shopInfo .btn a:hover {
  background: #272222;
}
/*/// ////////////////////////////////
shopInfo ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px) {
  .infoWrap {
    width: 60%;
    height: auto;
    margin: 0 auto;
    background: #f1eee8;
    padding: 60px 0;
    margin: -100px auto;
  }
}
@media screen and (max-width: 640px) {
  .cornerBx .cornerTop {
    width: 95%;
  }
  .infoWrap {
    width: 85%;
    height: auto;
    margin: -60px auto;
  }
  .ph {
    width: 80%;
    margin: auto;
  }
}
