/*common*/
.feature_wrap {
  max-width: 1500px;
  margin: auto;
  text-align: center;
  background: #fff;
}

body {
  text-align: center;
  background: #f7f4ef;
}

/*nav*/
.pnav__list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
}

.pnav {
  background: #5d493e;
}

.pnav__list>li {
  width: 25%;
}

.pnav__list>li>a {
  padding: .5em;
  display: block;
  font-size: 18px;
  color: #fff;
  transition: .2s;
  border-radius: 3px;
}

.pnav__or:hover {
  background: #cb7343;
}

.pnav__yl:hover {
  background: #b9ac2d;
}

.pnav__bl:hover {
  background: #396cbb;
}

.pnav__gr:hover {
  background: #30b356;
}

/*kv-bottom*/
.kvb {
  margin: 50px 0;
  padding: 0 5px;
}

.fl-kvb {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
}

.fl-kvb>li {
  width: 33%;
  padding: 0 20px;
}

.kvblink {
  display: flex;
  align-items: center;
  transition: .2s;
}

.kvblink:hover {
  opacity: .7;
}

.fl-kvb__img {
  max-width: 100px;
  width: 25%;
}

.fl-kvb__txt {
  text-align: left;
  padding-left: 15px;
  width: calc(100% - 100px);
  min-width: 75%;
}

.mdtxt {
  font-size: 20px;
  margin-bottom: 5px;
  color: #5d493e;
}

.ntxt {
  font-size: 15px;
  color: #555;
}

.smtxt {
  font-size: 12px;
  display: inline-block;
}

.jaccsbn {
  max-width: 500px;
  margin: 40px auto 0;
  border: 2px solid #0a9542;
}

.jaccsbn__ttl {
  text-align: center;
  background: #0a9542;
  font-size: 18px;
  padding: .2em 0;
  color: #fff;
}

/* contents */
.catecon {
  padding-bottom: 70px;
}

#aircon {
  background: #FFF5EF;
}

#tv {
  background: #FFFFEF;
}

#ref {
  background: #E9F2FF;
}

#washm {
  background: #E4FBEA;
}

.catettl {
  background-image: repeating-linear-gradient(-45deg,
      #ffffff20, #ffffff20 8px,
      transparent 0, transparent 16px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
  font-size: 35px;
  padding: 0.2em;
}

#aircon .catettl {
  background-color: #cb7343;
}

#tv .catettl {
  background-color: #b9ac2d;
}

#ref .catettl {
  background-color: #396cbb;
}

#washm .catettl {
  background-color: #30b356;
}

.category__image {
  margin: 20px auto 0;
  max-width: 100%;
  height: auto;
}

.s__ttl {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px dashed #87746c;
  margin: 40px 5px 10px;
  text-align: left;
  position: relative;
  padding: 0 0 5px 1.5em;
  color: #5e473e;
}

.s__ttl::before {
  width: 1em;
  height: 1em;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/oogata/new/images/search.png) no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}

.searcharea {
  max-width: 1010px;
  margin: auto;
}

.recommendarea {
  padding: 40px 0 0;
}

.fl-s__list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.fl-s__list {
  max-width: 1010px;
}

.fl-s__list>li {
  width: 25%;
  padding: 5px;
}


a.fl-s__list__btn {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: .3em;
  color: #fff;
  border-radius: 50px;
  transition: .2s;
}

a.fl-s__list__makerbtn {
  background: #fff;
  padding: 10px;
  display: block;
  border-radius: 10px;
}

a.fl-s__list__makerbtn img {
  max-width: 100%;
  height: auto;
  transition: .2s;
}

a.fl-s__list__makerbtn:hover img {
  opacity: .6;
}

.btnarea {
  padding: 0 5px;
}

a.lgbtn {
  display: block;
  font-size: 23px;
  font-weight: bold;
  background: #fff;
  border: 3px solid;
  padding: 0.3em;
  border-radius: 50px;
  max-width: 600px;
  margin: 30px auto 0;
  transition: .2s;
}

#aircon a.fl-s__list__btn {
  background: #cb7343;
}

#aircon .searcharea a.lgbtn {
  color: #cb7343;
}

#tv a.fl-s__list__btn {
  background: #b9ac2d;
}

#tv .searcharea a.lgbtn {
  color: #b9ac2d;
}

#ref a.fl-s__list__btn {
  background: #396cbb;
}

#ref .searcharea a.lgbtn {
  color: #396cbb;
}

#washm a.fl-s__list__btn {
  background: #30b356;
}

#washm .searcharea a.lgbtn {
  color: #30b356;
}

.outletarea a.lgbtn {
  color: #c52b2b;
}

.outletarea {
  padding: 40px 10px 0;
}

a.fl-s__list__btn:hover,
a.lgbtn:hover {
  opacity: .7;
  transform: translateY(2px);
}

.o__con {
  margin: -40px auto 0;
  max-width: 1400px;
  background: #fff;
  border-top: 3px solid #fbb8b8;
  border-bottom: 3px solid #fbb8b8;
  padding: 50px 10px 20px;
  position: relative;
  z-index: 9;
}

.o__ttl {
  position: relative;
  z-index: 10;
}

.o__ttl>img {
  margin: auto;
  max-width: 80%;
}

.fl-recommend {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: auto;
}

.fl-recommend>li {
  width: 50%;
  padding: 5px;
}

a.imglink {
  display: block;
  position: relative;
  z-index: 10;
}

a.imglink:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
}

.imglink img {
  transition: .2s;
  margin: auto;
}

.imglink img:hover {
  opacity: .7;
}

/*service*/
#service {
  background: #f1efe3;
  background-image: repeating-linear-gradient(-45deg, #ffffff20, #ffffff20 8px, transparent 0, transparent 16px);
  padding: 40px 0;
}

.sf-ttl {
  color: #5d493e;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 35px;
}

.snav {
  max-width: 1200px;
  margin: auto;
}

.snav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.snav__list>li {
  padding: 5px;
  width: 25%;
}

/*features*/
#features {
  padding: 40px 0 60px;
}

.fl-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
}

.fl-feature>li {
  padding: 5px;
  width: 350px;
  max-width: 50%;
}

.footer {
  padding: 0 0 35px;
  background: #e7e7e7;
  text-align: center;
}

a.footer__top {
  display: block;
  width: 100%;
  background: #121217;
  padding: 20px 15px;
  margin-bottom: 35px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.footer>p {
  color: #7c7c7c;
  font-size: 13px;
  margin-bottom: 25px;
}

/*featlist*/
#featlist {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 1000px;
  justify-content: center;
}

#featlist>* {
  width: 50%;
  padding: 5px;
}

#featlist img {
  max-width: 100%;
  transition: .2s;
}

#featlist a:hover img {
  opacity: .5;
}

#featlist .sldfeat:nth-of-type(n+9) {
  display: none;
}

#appendfeat {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #contents .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pnav__list>li {
    width: 50%;
  }

  .pnav__list>li>a,
  .jaccsbn__ttl,
  a.fl-s__list__btn {
    font-size: 15px;
  }

  .mdtxt {
    font-size: 16px;
  }

  .fl-kvb {
    flex-wrap: wrap;
  }

  .fl-kvb>li {
    width: 500px;
    padding: 10px;
    max-width: 100%;
  }

  .fl-s__list>li {
    width: 33.3%;
  }

  .fl-s__list>li.xsexpand {
    width: 66.6%;
  }

  .catettl,
  .sf-ttl {
    font-size: 30px;
  }

  .s__ttl,
  .r__ttl,
  a.lgbtn {
    font-size: 18px;
  }

  .snav__list>li {
    padding: 5px;
  }

  .product-list ul li {
    width: 49% !important;
  }

  .product-list ul li .txt-productname,
  .product-list ul li a {
    font-size: 12px;
  }

  .txt-price {
    font-size: 20px !important;
  }

  .product-list>ul {
    min-height: 600px;
  }

  .outletarea .product-list ul li {
    width: 160px !important;
  }

  .outletarea .bx-wrapper .bx-viewport {
    overflow-x: auto !important;
  }

  .outletarea .product-browsedlist ul:not(:empty) {
    width: 960px !important;
  }

  .outletarea .product-list>ul {
    min-height: 274px;
  }
}

@media (max-width: 767px) {
  .snav__list>li {
    width: 50%;
  }

  .kvb {
    margin: 30px 0;
  }

  .jaccsbn {
    margin: 10px auto 0;
  }
}