@charset "UTF-8";
/*ここからPC用*/
#sale_uhd_bnr {
  display: none;
}

/********** header *************/
.header {
  width: 100%;
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  line-height: 1;
  height: 60px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  z-index: 100;
}

.header.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.header a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
  text-decoration: none;
}

.header a:hover {
  opacity: 0.7;
}

.header img {
  vertical-align: bottom;
}

.header .dfl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.header__inner {
  width: 1190px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__category-list {
  margin-left: auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.header__category {
  position: relative;
  margin-right: 19px;
  height: 100%;
}

.header__category.mr0 {
  margin-right: 0;
}

.header__category > a {
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 60px;
}

.header__category > a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__category > a span::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
}

.header__category > a img.mr10 {
  margin-right: 8px;
}

.header__category > a img.mr10 {
  margin-right: 10px;
}

.header__category > a.on span::after {
  opacity: 1;
}

.header__category > a.on + .header__category-container {
  border-top: 1px solid #fff;
  display: block;
}

.header__category > a:hover span::after {
  opacity: 1;
}

.header__category > a:hover + .header__category-container {
  border-top: 1px solid #fff;
  display: block;
  animation-duration: 0.3s;
  animation-name: fade-in;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fade-in;
}

.header__category > a.pd-both {
  padding: 0 20px;
}

.header__category > a.pd-both::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ddd;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__category.header__search .header__category-container .header__category-box {
  padding: 20px 30px 30px;
}

.header__category.header__search #searchform {
  width: 530px;
  height: 60px;
  background-color: #f2f2f2;
  position: relative;
}

.header__category.header__search #searchform .searchTxt {
  font-size: 14px;
  color: #666;
  line-height: 60px;
  height: 60px;
  width: 100%;
  border: none;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__category.header__search #searchform .btn {
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 5;
}

.header__category.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.header__category.header__sns::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #ddd;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__category.header__sns a span::after {
  display: none;
}

.header__category.header__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-right: 0;
}

.header__category.header__member li {
  margin-right: 19px;
}

.header__category.header__member li a {
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 60px;
}

.header__category.header__member li a.cart {
  width: 20px;
  background: url(/s/brand/minimignon/common/img/header/icon_cart.png?ver=1) 50% 50% no-repeat;
  text-indent: -9999px;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background-size: contain;
  text-decoration: none;
}

.header__category.header__member li a.cart .itemNum {
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","小塚ゴシック","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
  position: absolute;
  right: -10px;
  top: 10px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  display: block;
  background: #dfa4be;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  z-index: 1;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
  text-indent: 0 !important;
  border: none;
}

.header__category.header__member li a.cart:hover span::after {
  display: none;
}

.header__category.header__member li a > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__category.header__member li a > span::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
}

.header__category.header__member li a img.mr10 {
  margin-right: 8px;
}

.header__category.header__member li a img.mr10 {
  margin-right: 10px;
}

.header__category.header__member li a:hover span::after {
  opacity: 1;
}

.header__category.header__member li:last-child {
  margin-right: 0;
}

.header__category-container {
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  display: none;
}

.header__category-container.multi .header__category-box {
  padding: 30px 30px 40px;
}

.header__category-container.multi .header__category-itemlist {
  padding: 0 30px;
}

.header__category-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__category-itemlist {
  background-color: #fff;
  padding: 30px 40px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__category-item {
  text-align: left;
  width: 100%;
  margin-bottom: 19px;
  font-size: 14px;
}

.header__category-item.bld {
  font-weight: bold;
  margin-bottom: 19px !important;
}

.header__category-item:last-child {
  margin-bottom: 0;
}

.header__category-item a:hover {
  text-decoration: underline;
}

.header__detailed-item {
  text-align: left;
  width: 100%;
  margin-bottom: 19px;
  font-size: 14px;
}

.header__detailed-item.bld {
  font-weight: bold;
  margin-bottom: 19px !important;
}

.header__detailed-item:last-child {
  margin-bottom: 0;
}

.header__detailed-item a:hover {
  text-decoration: underline;
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/********** footer *************/
.footer {
  background-color: #d6a6bd;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  padding-top: 155px;
}

.footer img {
  vertical-align: bottom;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer a:hover {
  opacity: 0.7;
}

.footer__container {
  width: 1190px;
  margin: 0 auto;
}

.footer__title {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}

.footer__list {
  width: 940px;
  margin: 0 auto 80px;
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer__list.sns .footer__half-item {
  width: 20%;
}

.footer__list.ssize .footer__half-item {
  width: 33.33%;
}

.footer__half-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
}

.footer__half-item::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__half-item:last-child::after {
  display: none;
}

.footer__half-item.ig img {
  width: 20px;
  margin-right: 12px;
  vertical-align: text-bottom;
}

.footer__copyight {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  padding: 38px 0;
  letter-spacing: 0.1em;
}
/*# sourceMappingURL=common.css.map */