#ru_wrapper {
  width: 840px;
  margin: 0 auto;
  font-feature-settings : "palt";

}
#mv {
  position: relative;
  display: block;
  height:100%;
  min-height: 324px;
  max-height: 500px;
  background: linear-gradient(left, #ffffff 0%,#ffffff 50%,#76450a 50%,#76450a 100%);
  background: -moz-linear-gradient(left, #ffffff 0%,#ffffff 50%,#76450a 50%,#76450a 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#76450a 50%,#76450a 100%);
  overflow-y:hidden;
}
.ru_logo {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-width:840px;
    max-width:1290px;
}
.ru_logo img {
  width: 100%;
}
.r_u_lead {
  text-align: center;
  width: 800px;
  margin: 50px auto;
}
.r_u_ttl {
  text-align: center;
}
.r_u_lead p {
  font-size: 32px;
  margin-bottom: 20px;
}
p.ld {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}

h4.pick {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
h5.u_r_prdct_name {
  font-size: 24px;
  font-weight: bold;
  margin:20px 0 12px 0px;
}
.three_btn {
  width:840px;
  height: 60px;
  margin: 0 auto;
}
.three_btn a img {
  margin-top: -5px;
  width:24px;
}
.scrl {
  width: 240px;
  text-align: center;
  height: 60px;
  float: left;
  display: inline-block;
  margin-right: 60px;
  color: #fff;
  background-color: #2e2e2e;
  font-size: 24px;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
}
a.scrl:hover {
  text-decoration: none;
  opacity:.9;
  box-shadow: 0px 10px 10px rgba(0,0,0,.2);
  color: #fff;
}
.scrl:nth-child(3) {
margin-right: 0px;
}
section.pdt_area {
  width: 840px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.ur_all_btn img {
  width: 13px;
  margin-top: -4px;
}
section.pdt_area h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.u_r_prdct {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,.8);
  border-radius: 4px;
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}
.u_r_prdct:after {
  clear: both;
  content: '';
  display: block;

}
.u_r_prdct_txt {
  width: 620px;
  float: right;
}
/* .u_r_prdct:hover {
  box-shadow: 0px 10px 10px rgba(0,0,0,.1);
} */
.u_r_prdct_img {
  width: 220px;
  height: 220px;
  padding: 20px;
  float: left;
}
.u_r_prdct_img img {
  width: 100%;
  height: auto;
}
.prdct_price {
  font-size: 22px;
  margin-bottom: 12px;
}
.u_r_prdct_detail {
  width: 560px;
  font-size: 14px;
  margin-bottom: 20px;
}

.ur_detail_btn {
  width: 280px;
  height: 54px;
  text-align: center;
  background-color: #2e2e2e;
  margin-bottom: 20px;
  -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;

}
.ur_detail_btn:hover {
  box-shadow: 0px 10px 10px rgba(0,0,0,.2);

}

.ur_detail_btn a {
  color: #fff;
  line-height: 54px;
  font-size: 28px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;

}

.ur_all_btn {
  width: 594px;
  margin:0 auto;
  height: 60px;
  text-align: center;
  background-color: #2e2e2e;
  margin-top: 30px;
  margin-bottom: 50px;
}
.ur_all_btn a {
  color: #fff;
  line-height: 60px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
}
.ur_all_btn a:hover {
  box-shadow: 0px 10px 10px rgba(0,0,0,.2);

}
section.ru_btm_btn {
  width: 960px;
  margin: 70px auto 100px;
}
section.ru_btm_btn:after {
  clear: both;
  content: '';
  display: block;


}
.ru_all_btm_btn {
  width: 594px;
  height: 60px;
  text-align: center;
  background-color: #2e2e2e;
  margin-top: 30px;
  float: left;
    -webkit-transition: box-shadow 0.4s;
      transition: box-shadow 0.4s;
}
.ru_all_btm_btn img {
      width: 358px;
      margin-top: -6px;
}
.ru_all_btm_btn:hover {
    box-shadow: 0px 10px 10px rgba(0,0,0,.2);
}
.ru_all_btm_btn a {
  color: #fff;
  line-height: 60px;
  font-size: 13px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;
}


.ru_relax_btm_btn {
  width: 336px;
  height: 60px;

  background-color: #fff;
  border: 1px solid #2e2e2e;
  color: #1a1a1a;
  margin-top: 30px;
  float: right;
  text-align: center;
  line-height: 60px;
  -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;

}
.ru_relax_btm_btn a img {
  margin-top: -5px;
}
.ru_relax_btm_btn a {
  line-height: 60px;
  font-size: 13px;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  vertical-align: middle;

}
.ru_relax_btm_btn:hover {

    box-shadow: 0px 10px 10px rgba(0,0,0,.2);
}
.ru_relax_btm_btn a .ru_bld {
  font-weight: bold;
  font-size: 25px;
}
.ru_relax_btm_btn a:hover {
  text-decoration: none;
}

/*20181015追加*/

#mv:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	transition: .3s;
}
#mv:hover:after {
	background: rgba(0, 0, 0, 0.1);
}


#abs01_wrapper{
	width:960px;
	display:block;
	margin:0 auto;
}
.absarea_wrap{
	margin-bottom:60px;
}
.absarea_wrap img{
	position:absolute;
	display:block;
}
#abs01{
	width:100%;
	display:block;
	height:900px;
	position:relative;
}
#abs01 img:first-child{
	top:0;
	left:60px;
	z-index:1;
}
#abs01 img:nth-child(2){
	top:270px;
	right:0;
	z-index:2;
}
#abs01 img:nth-child(3){
	bottom:0;
	left:120px;
	z-index:1;
}
#abs02{
	width:100%;
	display:block;
	height:660px;
	position:relative;
}
#abs02 img:first-child{
	top:0;
	right:0;
	z-index:1;
}
#abs02 img:nth-child(2){
	bottom:0;
	left:0;
	z-index:2;
}
#abs03{
	width:100%;
	display:block;
	height:860px;
	position:relative;
}
#abs03 img:first-child{
	top:0;
	right:50px;
	z-index:1;
}
#abs03 img:nth-child(2){
	top:230px;
	left:110px;
	z-index:1;
}
#abs03 img:nth-child(3){
	bottom:0;
	right:0;
	z-index:1;
}
#abs04{
	width:100%;
	display:block;
	height:500px;
	position:relative;
	margin-bottom:100px;
}
#abs04 img:first-child{
	top:0;
	left:60px;
	z-index:1;
}