#header-wrapper {
	display: none;
  }
  .srebtn #itemlist,
  .srebtn #itemlist + .outer,
  .srebtn #pane-footer-link,
  .srebtn .pane-footer {
	display: none !important;
  }
  .srebtn > .wrapper {
	padding-bottom: 100px;
  }
  .srebtn #selfcare {
	margin-top: 80px;
  }
  .srebtn #lifestyle {
	margin-bottom: 70px;
  }
  a.btn-return {
	display: none;
	position: fixed;
	left: 20px;
	bottom: 70px;
	text-decoration: none;
	background: #44342c;
	color: #fff;
	line-height: 1.2;
	padding: 7px 15px 5px 30px;
	border-radius: 30px;
	z-index: 1;
  }
  .srebtn a.btn-return {
	display: block;
  }
  a.btn-return:after {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(135deg);
  }
  a.btn-return:hover {
	opacity: .8;
  }
  
  @media only screen and (min-width: 768px) {
	a.btn-return .sp {
		display: none;
	}
  }

  @media only screen and (max-width: 767px) {
	body.srebtn > .wrapper {
		padding: 0 0 60px;
	  }
	a.btn-return {
		left: 15px;
		bottom: 50px;
		padding: 5px 10px 5px 25px;
	  }
	a.btn-return:after {
		left: 11px;
	  }
  }