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

  import

------------------------------------------------------------ */
/* ------------------------------------------------------------

  global

------------------------------------------------------------ */
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
}

/* for IE6 */
* html body {
  font-size: 62.5%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 62.5%;
}

body {
  text-align: center;
  line-height: 1.6;
  color: #37322e;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, "Alegreya SC", serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

/* clearfix ------ */
.cf:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  color: #37322e;
  text-decoration: none;
}

input, button, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, "Alegreya SC", serif;
  outline: 0;
  border: 0;
  border-radius:0;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* header
------------------------------------------------------------ */
header#global-header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 0.1em #bbb;
  position: fixed;
  top: 0;
  z-index: 99999;
  text-align: left;
}
header#global-header h1 {
  padding: 10px 0 8px 10px;
  display: inline-block;
}
header#global-header h1 img {
  width: auto;
  height: 30px;
  vertical-align: top;
}
header#global-header p.button {
  position: absolute;
  top: 0;
  right: 0;
}
header#global-header p.button a {
  display: block;
}
header#global-header p.button a img {
  width: auto;
  height: 50px;
}
.head #common-head #common-nav a span{
  padding: 0 4px;
  background-color: #ff3333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 2px;
}
/* navigation
------------------------------------------------------------ */
.drawer-nav {
  height: 100%;
  background-color: #fff;
}
.drawer-nav .drawer-inner {
  width: 100%;
/*  overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
}
.drawer-nav .drawer-inner #drawer-header {
  padding: 15px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.drawer-nav .drawer-inner #drawer-header .button {
  margin-right: 15px;
  width: 115px;
  height: 80px;
  border: #d8d8d8 solid 1px;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.drawer-nav .drawer-inner #drawer-header .button a {
  height: 80px;
  display: block;
  color: #37322e;
  font-size: 1.2em;
}
.drawer-nav .drawer-inner #drawer-header .button a span {
  padding: 0 5px;
  height: 20px;
  background-color: #ff3333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: 78px;
}
.drawer-nav .drawer-inner #drawer-header .button.cart a {
  padding-top: 14px;
  height: 66px;
}
.drawer-nav .drawer-inner #drawer-header .button.cart a:before {
  margin: 0 auto 5px;
  width: 40px;
  height: 35px;
  background-image: url(../img/common/icon-cart@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: '';
}
.drawer-nav .drawer-inner #drawer-header .button.favorite a {
  padding-top: 12px;
  height: 68px;
}
.drawer-nav .drawer-inner #drawer-header .button.favorite a:before {
  margin: 0 auto 5px;
  width: 39px;
  height: 37px;
  background-image: url(../img/common/icon-favorite@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: '';
}
.drawer-nav .drawer-inner #drawer-header .close-button {
  width: 30px;
  height: 30px;
  background-color: #b2b2b2;
  position: absolute;
  top: 15px;
  right: 15px;
}
.drawer-nav .drawer-inner #drawer-header .close-button a {
  height: 30px;
  display: block;
  position: relative;
}
.drawer-nav .drawer-inner #drawer-header .close-button a span {
  width: 0;
  height: 0;
}
.drawer-nav .drawer-inner #drawer-header .close-button a span:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/icon-close@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
}
.drawer-nav .drawer-inner ul.drawer-menu li {
  position: relative;
}
.drawer-nav .drawer-inner ul.drawer-menu li:after {
  margin-top: -5px;
  width: 7px;
  height: 11px;
  background-image: url(../img/common/drawer-arrow-a.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
}
.drawer-nav .drawer-inner ul.drawer-menu li a {
  padding: 15px;
  display: block;
  color: #37312d;
  font-size: 1.4em;
  text-align: left;
}
.drawer-nav .drawer-inner ul.drawer-menu li.category:after {
  background-image: url(../img/common/drawer-arrow-b.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.drawer-nav .drawer-inner ul.drawer-menu li.category.pattern03:after,
.drawer-nav .drawer-inner ul.drawer-menu li.category.pattern10:after {
  background-image: url(../img/common/drawer-arrow-a.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.drawer-nav .drawer-inner ul.category-menu li {
  border-top: #606060 dotted 1px;
  box-sizing: border-box;
  background-color: #e6e6e6;
}
.drawer-nav .drawer-inner ul.category-menu li a {
  font-weight: 600;
}
.drawer-nav .drawer-inner ul.category-menu li:first-child {
  border-top: none;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern01 {
  background-color: #e00;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern01 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern02 {
  background-color: #f7a015;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern02 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern03 {
  background-color: #f8ea17;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern03 a {
  border-right: none;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern04 {
  background-color: #4fbc63;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern04 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern05 {
  background-color: #0872c6;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern05 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern06 {
  background-color: #37d0de;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern06 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern07 {
  background-color: #f97398;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern07 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern08 {
  background-color: #9e8365;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern08 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern09 {
  background-color: #37322e;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern09 a {
  color: #fff;
}
.drawer-nav .drawer-inner ul.category-menu li.pattern10 {
  background-color: #ffffff;
}
.drawer-nav .drawer-inner ul.utility-menu li {
  border-top: #d8d8d8 solid 1px;
  box-sizing: border-box;
}
.drawer-nav .drawer-inner ul.utility-menu li a {
  padding-left: 40px;
}
.drawer-nav .drawer-inner ul.utility-menu li:last-child {
  border-bottom: #d8d8d8 solid 1px;
}
.drawer-nav .drawer-inner ul.utility-menu li.link-logout a:before,
.drawer-nav .drawer-inner ul.utility-menu li.link-login a:before {
  width: 17px;
  height: 21px;
  background-image: url(../img/common/icon-login@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  content: "";
}
.drawer-nav .drawer-inner ul.utility-menu li.link-history a:before {
  width: 21px;
  height: 21px;
  background-image: url(../img/common/icon-clock@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  content: "";
}
/* 20170209 link-point Added. */
.drawer-nav .drawer-inner ul.utility-menu li.link-point a:before {
  width: 21px;
  height: 21px;
  background-image: url(../img/common/icon-point@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  content: "";
}
.drawer-nav .drawer-inner ul.utility-menu li.link-member a:before {
  width: 18px;
  height: 26px;
  background-image: url(../img/common/icon-person@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  content: "";
}
.drawer-nav .drawer-inner ul.utility-menu li.link-guide a:before {
  width: 20px;
  height: 16px;
  background-image: url(../img/common/icon-book@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  content: "";
}
.drawer-nav .drawer-inner ul.utility-menu li.link-client a:before {
  width: 22px;
  height: 25px;
  background-image: url(../img/common/icon-multi-store@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  content: "";
}
.drawer-nav .drawer-inner ul.utility-menu li.link-top a:before {
  width: 22px;
  height: 15px;
  background-image: url(../img/common/icon-back@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  content: "";
}

.drawer-button {
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background-color: rgba(146, 146, 146, 0.7);
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 500;
}
.drawer-button a {
  height: 44px;
  display: block;
  position: relative;
}
.drawer-button a span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
}
.drawer-button a span:before, .drawer-button a span:after {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  position: absolute;
  content: '';
}
.drawer-button a span:before {
  top: 8px;
}
.drawer-button a span:after {
  top: 16px;
}

/* container
------------------------------------------------------------ */
.container.head-on {
  padding-top: 50px;
}
.container.head-on .drawer-nav .drawer-inner {
  padding-top: 50px;
}

/* category
------------------------------------------------------------ */
#category-content .slider {
  border-bottom: #e8e8e8 solid 1px;
  padding: 0 20px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
#category-content .slider .link-item {
  padding: 10px 0;
  height: 50px;
  display: table;
}
#category-content .slider .link-item a {
  padding: 0 4px;
  border-right: #e8e8e8 solid 1px;
  display: table-cell;
  color: #37322e;
  font-size: 1.1em;
  word-break: break-all;
  vertical-align: middle;
}
#category-content .slider .link-item.pattern01 {
  background-color: #e00;
}
#category-content .slider .link-item.pattern01 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern02 {
  background-color: #f7a015;
}
#category-content .slider .link-item.pattern02 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern03 {
  background-color: #f8ea17;
}
#category-content .slider .link-item.pattern03 a {
  border-right: none;
}
#category-content .slider .link-item.pattern04 {
  background-color: #4fbc63;
}
#category-content .slider .link-item.pattern04 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern05 {
  background-color: #0872c6;
}
#category-content .slider .link-item.pattern05 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern06 {
  background-color: #37d0de;
}
#category-content .slider .link-item.pattern06 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern07 {
  background-color: #f97398;
}
#category-content .slider .link-item.pattern07 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern08 {
  background-color: #9e8365;
}
#category-content .slider .link-item.pattern08 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern09 {
  background-color: #37322e;
}
#category-content .slider .link-item.pattern09 a {
  border-right: none;
  color: #fff;
}
#category-content .slider .link-item.pattern10 {
  background-color: #ffffff;
}
#category-content .slider .slick-arrow {
  padding: 0;
  width: 20px;
  height: 70px;
  background-color: #ffffff;
  border: none;
  position: absolute;
  font-size: 0;
  line-height: 0;
}
#category-content .slider .slick-prev {
  top: 0;
  left: 0;
  background-image: url(../img/common/slider-arrow-l-b.png);
  background-repeat: no-repeat;
  background-position: center;
}
#category-content .slider .slick-prev.slick-disabled {
  background-image: url(../img/common/slider-arrow-l-a.png);
  background-repeat: no-repeat;
}
#category-content .slider .slick-next {
  top: 0;
  right: 0;
  background-image: url(../img/common/slider-arrow-r-b.png);
  background-repeat: no-repeat;
  background-position: center;
}
#category-content .slider .slick-next.slick-disabled {
  background-image: url(../img/common/slider-arrow-r-a.png);
  background-repeat: no-repeat;
}

/* footer
------------------------------------------------------------ */
footer .nav-top ul {
  width: 100%;
  background-color: #37322e;
  display: table;
}
footer .nav-top ul li {
  width: 21%;
  border-right: #5c5958 double 1px;
  box-sizing: border-box;
  display: table-cell;
}
footer .nav-top ul li a {
  padding-top: 28px;
  padding-bottom: 4px;
  height: 100%;
  display: block;
  position: relative;
  color: #f2f0eb;
  font-size: 1em;
}
footer .nav-top ul li:nth-child(1) a:before {
  margin-left: -12px;
  width: 23px;
  height: 20px;
  background-image: url(../img/common/icon-cart-f_01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
}
footer .nav-top ul li:nth-child(1) a span,
footer .nav-top ul li:nth-child(2) a span  {
  margin-right: -10px;
  padding: 0 5px;
  height: 15px;
  background-color: #ff3333;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  line-height: 15px;
  position: absolute;
  top: 5px;
  right: 20%;
}
footer .nav-top ul li:nth-child(2) a:before {
  margin-left: -10px;
  width: 21px;
  height: 20px;
  background-image: url(../img/common/icon-favorite-f@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
}
footer .nav-top ul li:nth-child(3) a:before {
  margin-left: -10px;
  width: 21px;
  height: 20px;
  background-image: url(../img/common/icon-clock-f@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
}
footer .nav-top ul li:nth-child(4) a:before {
  margin-left: -10px;
  width: 20px;
  height: 16px;
  background-image: url(../img/common/icon-book-f@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  content: '';
}
footer .nav-top ul li:last-child {
  width: 16%;
  background-color: #63605e;
  border-right: none;
}
footer .nav-top ul li:last-child a:before {
  margin-top: -6px;
  margin-left: -10px;
  width: 21px;
  height: 13px;
  background-image: url(../img/common/icon-arrow-f_01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
}
footer .nav-bottom ul {
  padding: 10px;
  background-color: #514e4c;
}
footer .nav-bottom ul li {
  padding: 6px 0;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
footer .nav-bottom ul li a {
  padding-left: 10px;
  display: block;
  position: relative;
  color: #cacaca;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.2;
}
footer .nav-bottom ul li a:before {
  margin-top: -3px;
  margin-right: 4px;
  width: 4px;
  height: 6px;
  background-image: url(../img/common/icon-arrow-f_02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
}
footer .footer-inner {
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-top: #d9d9d9 solid 1px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: table;
}
footer .footer-inner p {
  display: table-cell;
  vertical-align: middle;
}
footer .footer-inner p.price span {
  color: #f33;
  font-size: 1.9em;
  font-weight: 600;
}
footer .footer-inner p.price.total span {
  color: #37322e;
}
footer .footer-inner p.next-button {
  width: 40%;
  background-color: #37322e;
}
footer .footer-inner p.next-button button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 52px;
}
footer .footer-inner p.cart-button {
  width: 50%;
  background-color: #37322e;
}
footer .footer-inner p.cart-button button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 52px;
}
footer .footer-inner p.cart-button button:before {
  margin-right: 10px;
  width: 17px;
  height: 19px;
  background-image: url(../img/common/icon-cart-f_02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
footer .footer-inner p.tel-button {
  width: 50%;
  background-color: #d9d9d9;
}
footer .footer-inner p.tel-button a {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  position: relative;
  display: block;
  color: #37322e;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 52px;
}
footer .footer-inner p.tel-button a:before {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/icon-tel-f@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

/* other
------------------------------------------------------------ */
.head-on {
  padding-top: 50px;
}

.banner-content {
  padding: 5px;
}
.banner-content p.banner {
  margin-top: 5px;
}
.banner-content p.banner img {
  width: 100%;
  height: auto;
}
.banner-content p.banner:first-of-type {
  margin-top: 0;
}

.refine-button {
  width: 230px;
  height: 44px;
  border-radius: 7px;
  position: fixed;
  left: 15px;
  bottom: 50px;
  z-index: 500;
}
.refine-button.pattern01 {
  background-color: rgba(203, 146, 208, 0.9);
}
.refine-button a {
  height: 44px;
  display: block;
  color: #fff;
  font-size: 1.2em;
  line-height: 44px;
}
.refine-button a::before {
  margin-right: 10px;
  width: 15px;
  height: 16px;
  background-image: url(../img/common/icon-serach@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  content: '';
}

.popup-content {
  background-color: #fff;
}
.popup-content button.submit {
  width: 100%;
  height: 45px;
  background-color: #cb92d0;
  color: #fff;
  font-size: 1.3em;
}
.popup-content .top-inner {
  padding: 10px;
  border-bottom: #dddcda solid 1px;
  overflow: hidden;
}
.popup-content .top-inner p.headline {
  float: right;
  font-size: 1.3em;
}
.popup-content .top-inner p.back-button {
  float: left;
}
.popup-content .popup-inner {
  padding: 0 10px;
}
.popup-content .popup-inner dl {
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: #dddcda dotted 1px;
}
.popup-content .popup-inner dl:last-of-type {
  border-bottom: none;
}
.popup-content .popup-inner dl dt {
  font-size: 1.4em;
}
.popup-content .popup-inner dl dd ul {
  font-size: 0;
  text-align: left;
}
.popup-content .popup-inner dl dd ul li {
  margin-top: 2%;
  margin-right: 2%;
  width: 32%;
  height: 40px;
  display: inline-block;
  border: #dddcda solid 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
}
.popup-content .popup-inner dl dd ul li:nth-child(3n) {
  margin-right: 0;
}
.popup-content .popup-inner dl dd ul li.is-active.pattern01 {
  border: #cb92d0 solid 4px;
}
.popup-content .popup-inner dl dd ul li a {
  width: 100%;
  height: 100%;
  display: table;
}
.popup-content .popup-inner dl dd ul li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

.fadeOut {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: fadeOut 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}

.fadeIn {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: fadeIn 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}

.login header#global-header {
  position: relative;
}

.login .container.head-on {
  padding-top: 0;
}

.login .head-on {
  padding-top: 0;
}
