@charset "utf-8";

body{color: #333;}

/*
 common
============================================= */
.content{position: relative;}
.moreBtn{
  display: flex;
  width: 377px;
  height: 58px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  letter-spacing: 0.04em;
  background-color: #00a8b0;
  color: #fff!important;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.moreBtn > span{display: block;}
.moreBtn:hover{
  opacity:.8;
  text-decoration: none!important;
}
.moreBtn:after{
  content: '';
  position: absolute;
  width: 10px;
  height: 16px;
  display: block;
  top: 20px;
  right: 17px;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/more_btn_arrow.png) no-repeat;
}
.content .ecm-slider-container{padding-top: 8px !important;}
.content .ecm-slider-container .ecm-slider-prev{
  width: 50px !important;
  height: 72px !important;
  box-shadow:none!important;
  border-radius: 0 !important;
  top: 86px!important;
  left: -24px !important;
  margin-top: -25px!important;
  background-color: inherit!important;
}
.content .ecm-slider-container .ecm-slider-next{
  width: 50px !important;
  height: 72px !important;
  box-shadow:none!important;
  border-radius: 0 !important;
  top: 86px!important;
  right: -26px!important;
  margin-top: -25px !important;
  background-color: inherit!important;
}
.content.pickup .tab__itemContainer .ecm-slider-container .ecm-slider-prev{
  left: -6px !important;
}
.content.pickup .tab__itemContainer .ecm-slider-container .ecm-slider-next{
  right: -8px!important;
}
.content .ecm-slider-container[layout="check"] .ecm-slider-prev,
.content .ecm-slider-container[layout="check"] .ecm-slider-next{
  margin-top: -43px !important;
}
.fz-30{font-size: 30px!important;}
.mb-106{margin-bottom: 106px !important;}

/*
 sign
============================================= */
.sign {background-color: #eb4225;}
.sign .photo {
  padding: 13px 0 8px;
  text-align: center;
}
.sign .photo{
  width: 488px;
  height: 37px;
}

/*
 key_visual
============================================= */
.key_visual {
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/bg_key.jpg) center center;
  position: relative;
}

/*
 kanban
============================================= */
.kanban{
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.kanban h1 > img{
  margin-left: 50%;
  transform: translateX(-50%);
}

/*
 RJSHeaderSlider
============================================= */
#RJSHeaderSlider {
  margin: 0 auto;
  pointer-events: none;
  width: 560px;
  position: absolute;
  top: 309px;
  left: 50%;
  transform: translateX(-50%);
}
#slider_Wrap {
  width: 560px;
  height: 96px;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 0;
  box-sizing: border-box;
  padding: 4px 0;
  border-radius: 2px;
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.32);
}
#slider_Wrap .genreNo1_list {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#slider_Wrap .genreNo1_list ul {
  overflow: visible;
  text-align: left;
  letter-spacing: -.5em;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 200%;
  height: 88px;
}
#slider_Wrap .genreNo1_list li {
  width: 88px;
  height: 88px;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
}
#slider_Wrap .genreNo1_list li img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 100%;
}
.garden_diy_homecenter_sp_visible {
  display: none;
}
.garden_diy_homecenter_sp_visible {
  display: none;
}
._shop,._pickup,._ranking,._featured,._search_theme,._size_items{
  position: relative;
}
.span_absolute{
  position: absolute;
  top: -53px;
}

/*
 coupon
============================================= */
.content.coupon {
  margin: -48px auto auto auto;
  padding: 23px 23px 22px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.28);
  width: 960px;
  box-sizing: border-box;
}
.content.coupon .garden_diy_homecenter_coupon{
  text-align: center;
  letter-spacing: -0.5em;
}
.content.coupon .garden_diy_homecenter_coupon li{
  width: 294px;
  margin: auto;
  display:inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.content.coupon .garden_diy_homecenter_coupon li + li{
  margin-left: 16px;
}
.content.coupon .garden_diy_homecenter_coupon li img{
  width: 100%;
}
.content.coupon .txt_coupon {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
}
.content.coupon .note {
  /* margin-top: 12px; */
  font-size: 14px;
  text-align: center;
}
.content.coupon .list_btn {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.content.coupon .list_btn:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #cccccc;
  left: 0;
  right: 0;
  top: -0;
  margin: auto;
}
.content.coupon .list_btn li {
  width: calc(50% - 24px);
  font-size: 16px;
}
.content.coupon .list_btn li:nth-of-type(1){
  text-align: right;
  padding-right: 24px;
}
.content.coupon .list_btn li:nth-of-type(2){
  text-align: left;
  padding-left: 24px;
}
.content.coupon .list_btn a {
  color: #0783c2;
}
.content.coupon .box_time{
  font-size: 20px;
}
/* .content.coupon .box_time dl {
  margin-top: 5px;
  display: flex;
  justify-content: center;
} */
.content.coupon .box_time dt {
  font-weight: bold;
  padding-right: 16px;
  text-align: center;
}
.content.coupon .box_time dd {
  text-align: center;
}
.content.coupon .box_time dl:first-child {
  margin-top: 26px;
}
.couponOneClick .couponOneClick-acquired, .couponOneClick .couponOneClick-having, .couponOneClick .couponOneClick-expired, .couponOneClick .couponOneClick-finished {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.couponOneClick {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  width:100%;
}
.maCouponContentsBtn:hover{opacity: .8;}
.couponOneClick-status-acquired .couponOneClick-acquired {
  display: inline-block;
}
.couponOneClick-status-having .couponOneClick-having {
  display: inline-block;
}
.couponOneClick-status-expired .couponOneClick-expired {
  display: inline-block;
}
.couponOneClick-status-finished .couponOneClick-finished {
  display: inline-block;
}
.overlay-text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-top: -10px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

/*
 list_index
============================================= */
.content.list_index{
  padding: 64px 0 40px;
}
.content.list_index .title_list {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  color: #00a8b0;
  font-size: 32px;
  border-bottom: 2px solid #00a8b0;
  margin-bottom: 3px;
}
.content.list_index .list_link {
  width: 100%;
  border-bottom: 2px solid #00a8b0;
  font-size: 16px;
  padding: 0 !important;
  box-sizing: content-box;
}
.content.list_index .list_link > li:nth-last-of-type(1) a {
  border-bottom: none;
}
.content.list_index .list_link li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  color: #333!important;
  border-bottom: 1px solid #00a8b0;
  box-sizing: content-box;
}
.content.list_index .list_link > li:nth-child(n+4) > a{border-bottom:none!important;}
.content.list_index .list_link > li a > *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.content.list_index .list_link > li a > img{
  width:33px;
  padding-right: 6px;
  box-sizing: content-box;
}
.content.list_index .list_link > li:nth-child(2) a > img,
.content.list_index .list_link > li:nth-child(5) a > img{padding-right: 0;}
.content.list_index .list_link > li a span{
  position: relative;
  width:calc(100% - 39px);
  padding-bottom: 2px;
  box-sizing: content-box;
}
.content.list_index .list_link > li:nth-child(2) a span,
.content.list_index .list_link > li:nth-child(5) a span{
  width:calc(100% - 33px);
}
.content.list_index .list_link > li a:hover > span{text-decoration: underline !important;}
.content.list_index .list_link li a > span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #333 transparent transparent transparent;
}

/*
 ecm-floating-navi-container
============================================= */
.ecm-floating-navi-container[data-static=false][data-sticky=true]{
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/bg_floating.jpg) left top!important;
  border-bottom:none!important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)!important;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi{
  height: 60px !important;
  width: 960px;
  margin: 0 auto;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item{
  padding: 0 7px !important;
  font-size: 14px !important;
  position: relative;
  color: #fff !important;
  flex: 0 1 auto !important;
  width: 100% !important;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:not(:first-child)::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 40px;
  background-color: #e1e1e1;
  display: block;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border-bottom: 2px solid #eb4225!important;
  padding-top: 2px !important;
  font-weight: normal!important;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{font-weight: normal!important;}

/*
 conTtl
============================================= */
.contents-headline[layout="conTtl"] .contents-headline__headline{
  font-size: 48px;
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

/*
 pickup
============================================= */
.pickup{
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/pickupshop_ttl_bg.png) center top no-repeat;
  padding: 64px 0 72px;
}
.pickup:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/pickupshop_bg.jpg) center top;
  z-index:-1;
}
.pickup .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom:4px;
  font-size: 30px;
  text-align: center;
  color: #00a8b0;
}

.cnt-tab[layout="pickup"]{padding: 0!important;}
.cnt-tab[layout="pickup"] .ecm-tab-container{justify-content: center;}
.cnt-tab[layout="pickup"] .ecm-tab{
  margin-left:0!important;
  width:184px;
  margin:0 0 7px 8px!important;
  justify-content: center;
  min-height:inherit!important;
  height: 100% !important;
  padding: 10px !important;
  border:none!important;
  background-color: #fff;
  border-radius:4px;
  box-shadow: 1px 1px 8px rgba(0,0,0,.2);
  align-items: flex-start!important;
}
.cnt-tab[layout="pickup"] .ecm-tab:first-child{margin-left: 0 !important;}
.cnt-tab[layout="pickup"] .ecm-tab:hover{opacity:.8;}
.cnt-tab[layout="pickup"] .ecm-tab[aria-selected="true"]:hover{opacity:1;}
.cnt-tab[layout="pickup"] .ecm-tab[aria-selected="true"]{
  border-bottom-right-radius:0!important;
  border-bottom-left-radius:0!important;
  padding-bottom: 17px !important;
  margin-bottom: 0 !important;
}
.cnt-tab[layout="pickup"] .ecm-tab[aria-selected="true"]::after{display: none;}
.content .ecm-alcor{background: inherit!important;}
.content .ecm-alcor-name{
  font-size: 12px;
  margin-top: 12px;
  color: #333;
}
.content .ecm-alcor-price{
  font-size: 20px;
  margin-top: 8px;
  color: #bf0000;
  line-height: 1;
}
.content.pickup .pos-relative{
  position: relative;
  height: 453px;
}
.content.category .pos-relative{
  position: relative;
  height: 386px;
}
.cnt-tab[layout="pickup"] .tab__itemContainer{
  padding:64px 0 48px;
  box-shadow: 1px 6px 8px -3px rgba(0,0,0,.2);
  border-bottom-right-radius:4px!important;
  border-bottom-left-radius:4px!important;
  background-color: #fff;
}
[data-module-name=ecm-tab] .tab__itemContainer[role=tabpanel]{
  display: block!important;
  opacity:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
[data-module-name=ecm-tab] .tab__itemContainer[role=tabpanel][aria-hidden=false]{
  opacity:1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:1;
}

.cnt-tab[layout="pickup"] .ecm-slider-container{
  padding: 8px 18px 48px;
}
.content.pickup .ecm-slider-container[layout="check"] .ecm-slider-slide{width: 100%;}
.content.pickup .ecm-slider-container[layout="check"] .ecm-slider-slide:hover{opacity:.8;}
.content.pickup .ecm-slider-container[layout="check"] .ecm-slider-slide img{
  background-color: #ffffff;
  padding: 4px;
  box-sizing: border-box;
}

/*
 trend
============================================= */
.trend{
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/trend_cnts_ttl_bg.png) center top no-repeat;
  background-size: 960px auto;
  padding: 80px 0 0;
}
.trend .contents-headline[layout="conTtl"]{
  width: 100%;
  letter-spacing: -0.5em;
  text-align: center;
}
.trend .contents-headline[layout="conTtl"]:before{
  content: '';
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 58px;
  height: 116px;
  margin-right: 20px;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/trend_ttl_bg_left.png) no-repeat left top;
}
.trend .contents-headline[layout="conTtl"]:after{
  content: '';
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 58px;
  height: 116px;
  margin-left: 13px;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/trend_ttl_bg_right.png) no-repeat left top;
}
.trend .contents-headline[layout="conTtl"] .contents-headline__headline{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 48px;
}
.trend .contents-headline[layout="conTtl"] .contents-headline__headline > img{
  display: block;
  width: 387px;
  margin:0 auto 8px;
}
.trendItem{
  padding-bottom: 80px;
  position: relative;
}
.trendItem > .trendItemTtl_bg{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
}
.trendItem > .trendItemTtl_bg:before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 265px;
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(255,255,255,0) 50%);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(255,255,255,0) 50%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(255,255,255,0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  left: 0;
  bottom: 0;
}
.trendItemTtl{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow:2px 2px 10px rgba(0,0,0,.8);
  padding-top: 200px;
  margin-bottom: 190px;
}
.trendItemLead{
  margin: 0 0 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
}
.trendItem .rl-itemCarousel{margin-bottom: 5.625vw;}



/*
 brand
============================================= */
.brand{
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/brand_ttl_bg.png) center top no-repeat;
  background-size: 960px auto;
  padding: 64px 0 ;
}
.brand:before{
  content: '';
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/brand_bg.jpg) center top;
  z-index:-1;
}
.brand .contents-headline[layout="conTtl"] .contents-headline__headline{
  color: #ffffff;
}
.brand .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
  color: #fee500;
}
.itemArea[layout="brand"] .d-grid .l-contentsIntro {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 16px 2px rgba(0,0,0,.3);
}
.itemArea[layout="brand"] .l-contentsIntro__data {
  padding: 34px 0 16px;
}
.itemArea[layout="brand"] .l-contentsIntro__link:hover{
  opacity:.8!important;
  text-decoration: none!important;
}
.itemArea[layout="brand"] .l-contentsIntro__wrap .l-contentsIntro__imageBox {
  position: relative;
  padding: 0 54px;
}
.itemArea[layout="brand"] .l-contentsIntro__wrap .l-contentsIntro__imageBox:before {
  content: "";
  display: block;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 125px;
}
.itemArea[layout="brand"] .l-contentsIntro__wrap .l-contentsIntro__imageBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-width: 30%;
  min-height: 30%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.itemArea[layout="brand"] .l-contentsIntro__title {
  font-size: 18.62px;
  color: #333;
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemArea[layout="brand"] .l-contentsIntro__title > span{display: block;}


/*
 category
============================================= */
.category{
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/category_ttl_bg.png) center top no-repeat;
  padding: 64px 0 72px;
}
.category:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/gray_bg.jpg) center top;
  z-index:-1;
}
.category .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
  color: #00a8b0;
}
.category .cnt-tab[layout="custom"] .ecm-tab{
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  align-items: center;
  min-height: 48px;
  padding: 0;
  margin: 0 1px 12px 0;
  border: none;
  background-color: transparent;
}
.category .rn-tab._custom .rn-tab__menuItem:last-child{margin-right: 0 !important;}
.category .cnt-tab[layout="custom"] .tab__imageBox{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.category .cnt-tab[layout="custom"] .tab__imageBox > img {width: 100%;}
.category .cnt-tab[layout="custom"] .ecm-tab[aria-selected="true"] .tab__imageBox > img.default,
.category .cnt-tab[layout="custom"] .tab__imageBox > img.active {display: none;}
.category .cnt-tab[layout="custom"] .ecm-tab[aria-selected="true"] .tab__imageBox > img.active { display: block;}
.category .cnt-tab[layout="custom"] .tab__textBox{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.18;
  letter-spacing: -0.04em;
  text-shadow: 1px 1px 1px rgba(97,100,104,.77);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom:23px;
}
.category .cnt-tab[layout="custom"] .ecm-tab[aria-selected="true"] .tab__textBox span {
  border-bottom: 3px solid #ffffff;
  display: inline-block;
  padding-bottom: 6px;
}

/*
 diy_goods
============================================= */
.diy_goods {
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/diy_goods_ttl_bg.png) center top no-repeat;
  padding: 64px 0;
}
.diy_goods:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/diy_goods_bg.jpg) center top;
  z-index:-1;
}
.diy_goods .contents-headline[layout="conTtl"]{
  width: 100%;
  letter-spacing: -0.5em;
  text-align: center;
}
.diy_goods .contents-headline[layout="conTtl"]:before{
  content: '';
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 56px;
  height: 100px;
  margin-right: 12px;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/diy_goods_headline_deco_left.png) no-repeat left top;
}
.diy_goods .contents-headline[layout="conTtl"]:after{
  content: '';
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 56px;
  height: 100px;
  margin-left: 16px;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/diy_goods_headline_deco_right.png) no-repeat left top;
}
.diy_goods .contents-headline[layout="conTtl"] .contents-headline__headline {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.diy_goods .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
  color: #eb4225;
}
.contents-headline__description {
  text-align: center;
  font-size: 18px;
  line-height: 1.666;
}
.itemArea[layout="diy_goods"] .l-contentsIntro {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.33);
  background-color: #fff;
  position: relative;
}
.itemArea[layout="diy_goods"] .l-contentsIntro__link:hover{
  opacity:.8;
  text-decoration: none!important;
}
.itemArea[layout="diy_goods"] .l-contentsIntro .l-contentsIntro__title {
  font-size: 24px;
  font-weight: bold;
  padding: 14px 16px 12px;
}
.itemArea[layout="diy_goods"] .l-contentsIntro.-blue .l-contentsIntro__title {
  color: #ffffff;
  background-color: #00a8b0;
}
.itemArea[layout="diy_goods"] .l-contentsIntro.-yellow .l-contentsIntro__title {
  color: #333333;
  background-color: #fde400;
}
.itemArea[layout="diy_goods"] .l-contentsIntro .l-contentsIntro__wrap {
  position: relative;
  padding: 16px 19px 40px;
  display: flex;
}
.itemArea[layout="diy_goods"] .l-contentsIntro .l-contentsIntro__wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 13px;
  border-style: solid;
  right: 8px;
  bottom: 8px;
}
.itemArea[layout="diy_goods"] .l-contentsIntro.-blue .l-contentsIntro__wrap:after {
  border-color: transparent #00a8b0 #00a8b0 transparent;
}
.itemArea[layout="diy_goods"] .l-contentsIntro.-yellow .l-contentsIntro__wrap:after {
  border-color: transparent #fde400 #fde400 transparent;
}
.itemArea[layout="diy_goods"] .l-contentsIntro__wrap .l-contentsIntro__imageBox {
  position: relative;
  flex: 1 1 162px;
  width: 162px;
}
.l-contentsIntro__wrap .l-contentsIntro__imageBox:before {
  content: "";
  display: block;
  flex: 1 1 auto;
  width: 100%;
  padding-top: 100%;
}
.l-contentsIntro__wrap .l-contentsIntro__imageBox img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  bottom: 0;
  min-width: 30%;
  min-height: 30%;
  max-width: 100%;
  max-width: 100%;
}
.itemArea[layout="diy_goods"] .l-contentsIntro__wrap .l-contentsIntro__textContainer {
  position: relative;
  flex: 1 1 calc(100% - 162px);
  width: calc(100% - 162px);
}
.l-contentsIntro__text {
  font-size: 18px;
  line-height: 1.555;
  color: #333333;
  padding-left: 14px;
}
.itemArea[layout="diy_goods"] .l-contentsIntro__shop{
  position: absolute;
  font-size: 16px;
  color: #333;
  bottom: 12px;
  left: 19px;
}
.itemArea[layout="diy_goods"] .l-contentsIntro__shop > .ecm-icon-shop-outlined{
  padding-right: 0.5em;
}

/*
 keyword
============================================= */
.keyword {
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/keyword_ttl_bg.png) center top no-repeat;
  padding: 64px 0;
}
.keyword:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/keyword_bg.jpg) center top;
  z-index:-1;
}
.keyword .contents-headline[layout="conTtl"] .contents-headline__headline{
  color: #ffffff;
  line-height: 1.3;
}
.keyword .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
  color: #fee500;
}
.ecm-search[layout="default"]{
  width: 760px;
  margin: 0 auto 40px;
  height: 60px !important;
  border-radius: 30px;
  background: #ffffff;
  border: 2px solid #eb4225;
  box-shadow: 0 10px 24px rgba(0,0,0,.33);
}
.ecm-search[layout="default"] .ecm-search-input{
  padding-left: 16px;
  font-size: 16px;
}
.ecm-search[layout="default"] .ecm-search-submit{
  outline: none;
  flex: 0 0 auto;
  width: 72px;
  height: 58px;
  padding: 0;
  background: #eb4225;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.ecm-search[layout="default"] .ecm-search-submit .ecm-icon-search{
  font-size: 36px;
}

.keyword .sub-headline {
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom:16px;
  line-height: 1.5;
}
.kw-list {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.kw-list > li {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,.33);
}
.kw-list > li:nth-child(4n) {
  margin-right: 0;
}
.kw-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333333!important;
  height: 48px;
}
.kw-list > li a:hover{
  opacity:.8;
  text-decoration: none!important;
}

/*
 ranking
============================================= */
.ranking {
  padding: 64px 0 76px;
}
.ranking .contents-headline[layout="conTtl"] .contents-headline__headline{
  margin-bottom: 32px;
  line-height: 1.3;
}
.ranking .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
  color: #01a6af;
}
.ranking:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/gray_bg.jpg) center top;
  z-index:-1;
}
.ranking .ranking__wrap{
  position: relative;
}
.ranking .ranking__wrap .sub-headline {
  position: absolute;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  top: -16px;
  border-bottom: 1px solid #ccc;
}
.ranking .ecm-ranking-alcor-updatedate{
  color: #828282;
  font-size: 12px;
}
.ranking .ecm-ranking-alcor-image{
  background-color: #fff;
}
.ranking .ecm-ranking-alcor-rank{
  font-size: 16px;
  margin-top: 8px;
}
.ranking .ecm-ranking-alcor-rank-num{
  font-size: 28px;
}
.ranking .ecm-ranking-alcor-name{
  margin-top: 8px;
  font-size: 12px;
}
.ranking .ecm-ranking-alcor-price{
  margin-top: 8px;
  font-size: 20px;
}

/*
 shoplist
============================================= */
.shoplist{
  padding: 72px 0 80px;
}
.shoplist .contents-headline[layout="conTtl"] .contents-headline__headline{
  margin-bottom: 36px;
}
.shoplist .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
  color: #eb4225;
}
.shoplist li a.ri-navigationLink__link{
  background-color: #ffffff;
  border-bottom: 1px solid #d3d3d3;
  font-size: 14px;
  padding-left: 14px;
  height: 44px;
}
.shoplist li a.ri-navigationLink__link .ri-navigationLink__text{
  font-size: inherit;
}
.shoplist li a.ri-navigationLink__link:before{
  font-size: 12px;
  color: #333 !important;
  margin-right: 10px !important;
}


/*
 rule
============================================= */
.rule .rc-campaignRules{
  padding-top: 68px;
  padding-bottom:80px;
}
.rule .rc-campaignRules__headline{
  font-size: 28px !important;
}
.rc-campaignRules__headline:before{font-size: 30px!important;}
.rule .rc-campaignRules:before{
  content: '';
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/pickupshop_bg.jpg) center center;
  z-index:-1;
}
.rule .rc-campaignRules__container{
  margin-top: 36px !important;
  box-shadow: 2px 2px 9px rgba(0,0,0,.1);
  border:none!important
}

/*
 featured
============================================= */
.featured{
  padding-top: 74px;
  padding-bottom: 64px;
}
.featured:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://r.r10s.jp/evt/event/garden/diy/homecenter/_pc/img/20211011/bg_key.jpg) center center;
  z-index:-1;
}
.featured .contents-headline[layout="conTtl"] .contents-headline__headline > span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  text-align: center;
  color: #fee500;
}
.featured .d-grid{width: 100%;}
.cntOther .bigBnrWrap {
  letter-spacing: -.5em;
  margin: 0 0 30px -18px;
}
.cntOther .bigBnrWrap > li {
  width: 466px;
  margin-left: 18px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background-color: #fff;
}
.cntOther .bigBnrWrap > li > a {
  display: block; 
  color: #333333 !important;
  text-decoration: none !important;
}
.cntOther .bigBnrWrap > li > a > img {
  width: 466px;
  height: 263px;
}
.cntOther .smallBnrWrap {
  margin-left: -18px;
  letter-spacing: -.5em;
}
.cntOther .smallBnrWrap > li {
  width: 224px;
  margin: 0 0 18px 18px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background-color: #fff;
}
.cntOther .smallBnrWrap > li img{
  width: 224px;
  height: 224px;
}
.cntOther a:hover{opacity:.8;}

/*
 homecenter__floating
============================================= */
.homecenter__floating{
  width: 100%;
  height: 100px;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #f2f2f2!important;
  box-shadow: 0 -2px 4px 4px rgba(0,0,0,.12);
}

.rb-floatingBottomBanner.-floating .rb-floatingBottomBanner__container:before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 -2px 4px 4px rgba(0,0,0,.12);
}
.homecenter__floatingForm{padding: 20px 0;}
.homecenter__floating .ecm-search{box-shadow: none!important;}

/*
 back-to-top
===========================================- */
.back-to-top{
  bottom: 32px;
  right: 32px;
  top: unset!important;
}
.homecenter__floating[aria-hidden="false"]~.back-to-top{bottom: 105px!important;}

.rankingNote01{
  margin-top: 36px;
  font-size: 14px;
  line-height: 1.5;
  color: #717171;
}
.rankingNote01 li{
  padding-left: 1em;
  text-indent: -1em;
}
