@charset "utf-8";

/*-----------------------------------------------------
mainvisual
-------------------------------------------------------*/

.mainvisual:before{
  background: url(../images/men/img_mv.jpg) no-repeat left center;
  background-size: cover;
}

/*-----------------------------------------------------
box-contents
-------------------------------------------------------*/

.box-contents--lead{
  background: #261d18;
}
.box-contents--aroma{
  background: url(../images/men/bg_aromatherapy.jpg) no-repeat center center;
}
.box-contents--bed{
  background: url(../images/men/bg_bedmassage.jpg) no-repeat center center;
}
.box-contents--recommend{
  background: #261d18;
}

/*-----------------------------------------------------
半透明パネル
-------------------------------------------------------*/

.panel-body--opacity{
  font-size: 1.4rem;
}

/* 斜め背景
------------------------------------------------*/

.skew--recommend{
  position: relative;
  background: #261d18;
  overflow: hidden;
}

.skew--recommend:before{
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 200%;
  height: 200%;
  background: #1c1612;
  -webkit-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}

.box-contents--coupon{
  background: url(../images/men/bg_coupon.jpg) no-repeat center center;
}
.box-contents--news{
  background: url(../images/common/bg_shop.jpg) no-repeat center center;
}
.box-contents{
  background-color: #261d18;
  background-size: cover;
  min-height: 100%;
}

/*-----------------------------------------------------
リード文
-------------------------------------------------------*/

.decoration--s-shape{
  padding: 5% 0;
  background: url(../images/men/bg_decoration01.png) no-repeat center top,url(../images/men/bg_decoration01.png) no-repeat center bottom;
  background-size: 15%;
}

@media screen and (max-width:991px){
  .decoration--s-shape{
    background-size: 30%;
  }
}

/*-----------------------------------------------------
クーポン
-------------------------------------------------------*/

.coupon__img{
  width: 100%;
  max-width: 445px;
}