/* CSS Document */

/*パンくずを重ねる*/
.fs-c-breadcrumb{
  position: absolute;
  text-shadow: none;
}
.fs-c-breadcrumb li{
  color: #FFFFFF;
}


body{
  padding-top: 55px;
}
.hd_mes{
  display: none;
}
.hd_search{
  display: none;
}
.hd_mes_hide{
  top: -55px;
}
@media screen and (min-width: 768px){
  body{
    padding-top: 80px;
  }
  .hd_mes_hide{
    top: -80px;
  }
}




/* common -------------------------------------*/
.midashi{
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.midashi img{
  width: 15px;
  top: 0;
  left: 8%;
  position: absolute;
  top: -50px;
}
@media screen and (min-width: 768px){
  
}

/* common End ---------------------------------*/


/* cart_btn -------------------------------------*/
.cart_btn{
  width: 80px;
  height: 65px;
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 10;
}
.cart_btn a{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #2E6B2E;
  color: #FFFFFF;
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.cart_btn a img{
  width: 30px;
}
.cart_btn a span{
  font-size: 0.8rem;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 3px;
  text-indent: 4px;
}
@media screen and (min-width: 768px){
  .cart_btn{
    width: 115px;
    height: 93px;
  }
  .cart_btn a img{
    width: 43px;
  }
  .cart_btn a span{
    font-size: 1rem;
  }
}
/* cart_btn End ---------------------------------*/


.lift_desk_s_ad{
  overflow: hidden;
}


/* top_video_area -------------------------------------*/
.top_video_area{}

.top_video_area video{
  width: 100%;
}
.top_video::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,20,.20);
}

/* top_video_area End ---------------------------------*/


/* intro End ---------------------------------*/
.lift_desk_s_ad .intro{
  max-width: 690px;
  margin: 0 auto;
  padding-top: 50px;
}
.lift_desk_s_ad .intro h2{
  font-size: 2rem;
  position: relative;
  z-index: 2;
  padding-left: 6.66%;
  line-height: 2.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px){
  .lift_desk_s_ad .intro{
    padding-top: 80px;
  }
  .lift_desk_s_ad .intro h2{
    font-size: 2.2rem;
    padding-left: 0;
  }
}

.lift_desk_s_ad .intro_img{
  position: relative;
}
.lift_desk_s_ad .intro_img li:nth-child(1){
  text-align: right;
  position: relative;
  top: -40px;
}
.lift_desk_s_ad .intro_img li:nth-child(1) span{
  width: 78.4%;
  position: relative;
  display: inline-block
}
.lift_desk_s_ad .intro_img li:nth-child(2) span{
  width: 59.2%;
  position: relative;
  display: inline-block
}

@media screen and (min-width: 768px){
  .lift_desk_s_ad .intro_img li:nth-child(1) span{
    position: absolute;
    right: 0;
    width: 53.62%;
  }
  .lift_desk_s_ad .intro_img li:nth-child(2) span{
    width: 36.23%;
    margin-top: 80px;
  }
}
/* intro End ---------------------------------*/


/* product_area -------------------------------------*/
.lift_desk_s_ad .product_area{
  max-width: 690px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
}
.lift_desk_s_ad .product_area h2{
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 20px;
}
.lift_desk_s_ad .product_area h2 small{
  font-size: 1.6rem;
}

.lift_desk_s_ad .product_name{
  font-size: 1.8rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.lift_desk_s_ad .product_price{
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 25px;
}
.lift_desk_s_ad .product_price small{
  font-size: 1.1rem;
}
.lift_desk_s_ad .btn_cart{
}
.lift_desk_s_ad .btn_cart a{
  display: flex;
  width: 100%;
  max-width: 260px;
  height: 44px;
  background-color: #2E6A2E;
  border-radius: 22px;
  color: #FFFFFF;
  font-size: 1.6rem;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.lift_desk_s_ad .btn_cart a::before{
  content: '';
  display: inline-block;
  width: 27px;
  height: 23px;
  background: url("/img/lift_desk_s_era_order/icon_cart.svg") no-repeat;
  margin-right: 15px;
}

.lift_desk_s_ad .product_icon{
  padding-top: 40px;
  max-width: 480px;
  margin: 0 auto;
}

/* product_area End ---------------------------------*/

/* product_detail -------------------------------------*/
.product_detail{
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 50px;
  padding-top: 50px;
}
.product_detail_inner{
  max-width: 480px;
  margin: 0 auto;
}
.product_detail_dl dd{
  padding-bottom: 40px;
}
.product_detail_dl dd h2{
  font-size: 1.8rem;
  padding-top: 15px;
  padding-bottom: 10px;
}
.product_detail_dl dd p{
  font-size: 1.2rem;
}
.product_detail_dl dd p span{
  text-decoration: underline;
  text-decoration-color: #E9F2E9;
  text-decoration-thickness: 16px;
  text-underline-offset: -13px;
  text-decoration-skip-ink: none;
}
.product_detail_dl dt video{
  width: 100%;
}
@media screen and (min-width: 768px){
  .product_detail_dl dd p{
    font-size: 1.3rem;
  }
}
/* product_detail End ---------------------------------*/


/* user_voice -------------------------------------*/
.user_voice{
  background-color: #E5E3E0;
  padding-left: 6.6%;
  padding-right: 6.6%;
  padding-top: 50px;
  padding-bottom: 25px;
}
.user_voice h2{
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 55px;
  line-height: 1.5
}
.user_voice h2 small{
  font-size: 1.6rem;
}

.user_voice ul{
  max-width: 300px;
  margin: 0 auto;
}
.user_voice ul li{
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 25px;
  margin-bottom: 25px;
  font-size: 1.3rem;
  position: relative;
}
.user_voice ul li span{
  text-decoration: underline;
  text-decoration-color: #E9F2E9;
  text-decoration-thickness: 16px;
  text-underline-offset: -13px;
  text-decoration-skip-ink: none;
}

.user_voice ul li::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.user_voice ul li:nth-child(odd)::before{
  -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  right: -19px;
}
.user_voice ul li:nth-child(even)::before{
  -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  left: -19px;
}
@media screen and (min-width: 768px){
  .user_voice ul{
    max-width: 390px;
  }
  .user_voice ul li{
    padding: 15px 30px;
  }
}
/* user_voice End ---------------------------------*/

/* 3_goods -------------------------------------*/
.goods3{
  background-color: #F5F5F5;
  padding-top: 30px;
}
.goods3 h2{
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 45px;
  line-height: 1.5
}
.goods3 h2 small{
  font-size: 1.6rem;
}
.goods3 dl{
  max-width: 480px;
  margin: 0 auto;
}
.goods3 dl dd{
  padding-left: 6.6%;
  padding-right: 6.6%;
  padding-top: 15px;
  padding-bottom: 50px;
}
.goods3 dl dd .no{
  font-size: 2.5rem;
  color: #2E6A2E;
}
.goods3 dl dd h3{
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.goods3 dl dd .good_txt{
  font-size: 1.2rem;
}
@media screen and (min-width: 768px){
  .goods3 dl dd .good_txt{
    font-size: 1.3rem;
  }
}
/* 3_goods End ---------------------------------*/

/* service -------------------------------------*/
.lift_desk_s_ad .service{
  padding-left: 6.6%;
  padding-right: 6.6%;
}
.lift_desk_s_ad .service_inner{
  max-width: 480px;
  margin: 0 auto;
}
.lift_desk_s_ad .service_inner h2{
  font-size: 3rem;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 50px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.lift_desk_s_ad .service_inner h2 small{
  font-size: 1.6rem;
  letter-spacing: normal;
}
.lift_desk_s_ad .service_inner dl{}
.lift_desk_s_ad .service_inner dl dd{
  padding-top: 30px;
  padding-bottom: 50px;
}
.lift_desk_s_ad .service_inner dl h3{
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 30px;
}
/* service End ---------------------------------*/


/* about -------------------------------------*/
.lift_desk_s_ad .about{
  background-color: #F5F5F5;
  padding-left: 0;
  padding-right: 0;
}
.lift_desk_s_ad .service_inner dl dd{
  padding-left: 6.6%;
  padding-right: 6.6%;
}
/* about End ---------------------------------*/

/* Oorganic_furniture -------------------------------------*/
.Oorganic_furniture{
  background-color: #F5F5F5;
  padding-left: 6.6%;
  padding-right: 6.6%;
  padding-bottom: 20px;
}
.Oorganic_furniture h2{
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 50px;
}
.Oorganic_furniture h2 small{
  font-size: 1.6rem;
}
.quality_list{
  max-width: 690px;
  margin: 0 auto;
}
.quality_list li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
.quality_img{
  width: 39%;
}
.quality_txt{
  width: 53.84%;
}
.quality_txt h3{
  font-size: 2rem;
  padding-bottom: 3px;
}
.quality_txt p{
  font-size: 1.2rem;
}

@media screen and (min-width: 768px){
  .quality_list li{
    padding-bottom: 0;
  }
  .quality_list li:nth-child(even){
    flex-direction: row-reverse;
  }
  .quality_img{
    width: 50%;
  }
  .quality_txt{
    width: 50%;
    text-align: center;
  }
  .quality_txt p{
    max-width: 200px;
    margin: 0 auto;
  }
}
/* Oorganic_furniture End ---------------------------------*/


/* recommend -------------------------------------*/
.lift_desk_s_ad .recommend{
  padding-top: 50px;
  padding-left: 6.6%;
  padding-right: 6.6%;
  padding-bottom: 70px;
}

.lift_desk_s_ad .recommend h2{
  text-align: center;
  font-size: 3rem;
  padding-bottom: 45px;
}
.lift_desk_s_ad .recommend h2 small{
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1.6;
}
.lift_desk_s_ad .recommend ul{
  display: flex;
  justify-content: space-between;
  max-width: 480px;
  margin: 0 auto;
}
.lift_desk_s_ad .recommend ul li{
  width: 47.69%;
  position: relative;
}
.lift_desk_s_ad .recommend ul li::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5%;
  left: 8%;
  color: transparent;
  background-color: transparent;
  background: url(/img/category/common/icon_view.svg) no-repeat center;
  background-size: 50% auto;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media screen and (min-width: 768px){
  .lift_desk_s_ad .recommend ul li::before{
    width: 25px;
    height: 25px;
  }
}
.rcm_name{
  padding-top: 10px;
}
.rcm_price{
  font-size: 1.2rem;
}
.rcm_txt{
  padding-top: 5px;
}
/* recommend End ---------------------------------*/

/* banner_area ------------------------------- */
.banner_area{
  padding-left: 6.6%;
  padding-right: 6.6%;
}
.banner_area ul li{
  padding-bottom: 25px;
}
.banner_area ul li a{
  display: block;
}
.banner_area ul li a img{
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .banner_area ul{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  .banner_area ul li{
    width: 49%;
  }
}
/* banner_area End --------------------------- */