.p-top-logo {
    font-size: 20px;
    line-height: 0;
    max-width: 90px;
    margin: 0 auto 85px;
    text-align: center;
}
.p-top-logo img {
	max-width: 100%;
  width: auto;
}
.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
    margin: 0;
    max-width: none;
    width: 100%;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #db0975;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

/* --------------------
     TOP-category
-------------------- */
.c-product-list.c-category-list li a {
	display: block;
    text-decoration: none;
    color: #db0975;
}
.c-product-list.c-category-list li a figure {
	margin: 0;
    padding: 30px;
    padding-bottom: 5px;
}
.c-product-list.c-category-list li a .item-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 2px;
	display: block;
}
.c-product-list.c-category-list li a figure .c-image-box__image {
	position: static;
}
.c-product-list.c-category-list,
.c-product-list.c-category-list .c-product-list__item,
.c-product-list.c-category-list .c-product-list__item:nth-child(4n),
.c-product-list__item:nth-child(4n) {
	border: none;
}
@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
    margin: 5px auto;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}


/*-----------------------------------------
            Blog Banner
-----------------------------------------*/
.bnr-3-col {
	width: 100%;
}
.bnr-3-col:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
	height: 0;
	visibility: hidden;
}
.bnr-3-col [class*="item-"] {
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.bnr-3-col [class*="item-"] figure {
	margin: 15px;
}
.bnr-3-col [class*="item-"] a:hover * {
	opacity: 0.8;
}
.bnr-3-col [class*="item-"] > p {
	padding: 3px;
	margin: 0;
}
.bnr-3-col [class*="item-"] > p a {
	border: 1px solid #ddd;
	padding: 17px 20px 17px 60px;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
.bnr-3-col [class*="item-"] > p a ,
.bnr-3-col [class*="item-"] > p a svg,
.bnr-3-col [class*="item-"] > p a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bnr-3-col [class*="item-"] > p a:before {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #bcbdbd;
	border-bottom: 2px solid #bcbdbd;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bnr-3-col [class*="item-"] > p a:hover {
	background: #f9f9f9;
	opacity: 1;
}
.bnr-3-col [class*="item-"] > p a:hover:before {
	right: 10px;
}
.bnr-3-col [class*="item-"] > p a span {
	position: relative;
	top: -5px;
}
.bnr-3-col [class*="item-"] > .sns-bnr a {
	padding: 13px 10px 13px 20px;
}
.bnr-3-col [class*="item-"] > .daikanyama-blog a:after,
.bnr-3-col [class*="item-"] > .staff-blog a:after,
.bnr-3-col [class*="item-"] > .bauty-column a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 15px;
	content:"";
	width: 31px;
	height: 31px;
	background: url(https://img21.shop-pro.jp/PA01396/511/etc/icon-beauty-column.png?cmsp_timestamp=20171211200901) no-repeat;
	background-size: contain;
}
.bnr-3-col [class*="item-"] > .daikanyama-blog a:after {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
	background-size: 80%;
	background-position: center center;
}
.bnr-3-col [class*="item-"] > .staff-blog a:after {
	background: url(https://img21.shop-pro.jp/PA01396/511/etc/icon-staff-blog.png?cmsp_timestamp=20171211200901) no-repeat;
}
.bnr-3-col [class*="item-"] > .bauty-column a {
	padding: 17px 20px 17px 25px;
}
.bnr-3-col [class*="item-"] > .bauty-column a:after {
	content: none;
	background: none;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.box-info {
    line-height: 2;
    font-size: 110%;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}
.box-info .title {
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.box-info p {
  margin: 0;
}
.marker {
    color: #fa3167;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ff258b2e 20%);
}
@media screen and (max-width: 600px) {
	.bnr-3-col [class*="item-"] {
		width: 100%;
		float: none;
	}
	.bnr-3-col [class*="item-"] + [class*="item-"] {
		margin-top: 0;
	}
  .box-info {
    font-size: 100%;
    line-height: 1.8;
  }
  .box-info p {
  	text-align:	left;
  	font-size: 14px;
  }
  .box-info p br {
    display: none;
  }
}
.coupon-code-info {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
}
.coupon-code-info p {
    background: #2f2f2f;
    padding: 15px;
    margin: 0;
    border-radius: 0;
    color: #fff;
}
.coupon-code-info p span {
	font-size: 80%;
	display: block;
	padding-top: 5px;
}
@media screen and (max-width: 600px) {
.coupon-code-info {
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 1.5;
    text-align: left;
}
.coupon-code-info p {
    padding: 10px;
    border-radius: 0;
 }
  .fix-coupon-code {
    top: 140px;
  }
}




