@charset "UTF-8";
.contents_wrap {
  max-width: 1400px;
  margin: auto;
  text-align: center;
  overflow-x: hidden;
}
.contents_wrap a:focus {
  text-decoration: none;
}

#top {
  background-color: #FFECF3;
  padding: 30px 5px;
  position: relative;
  overflow: hidden;
}

#top > * {
  position: relative;
  z-index: 10;
}

.fslg {
  font-size: 20px;
  font-weight: bold;
}

.fsmd {
  font-size: 16px;
  font-weight: bold;
}

.fcbr {
  padding-top: 20px;
  color: #3d1b0f;
}

.fcpk {
  color: #d6506f;
}

.fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl-itemnav {
  max-width: 800px;
  margin: 20px auto 30px;
}
.fl-itemnav > li {
  width: 25%;
  padding: 10px;
}
.fl-itemnav > li a {
  display: block;
  background: #ddd;
  padding: 15px 5px 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.0823529412);
}
.fl-itemnav > li a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0823529412);
  transform: translateY(3px);
}
.fl-itemnav > li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 12px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/newlife/new/img/arrow_b.png);
  background-size: contain;
  bottom: 13px;
  left: calc(50% - 10px);
  transition: 0.3s;
}
.fl-itemnav > li a:hover::after {
  transform: translateY(1px);
  opacity: 0.6;
}
.fl-itemnav > li:nth-of-type(1) a {
  background-color: #F25B7F;
}
.fl-itemnav > li:nth-of-type(2) a {
  background-color: #8FBF27;
}
.fl-itemnav > li:nth-of-type(3) a {
  background-color: #26B7BC;
}
.fl-itemnav > li:nth-of-type(4) a {
  background-color: #FFB300;
}

.coupon_wrap {
  background: #fff;
  max-width: 780px;
  margin: 40px auto;
  padding: 10px 10px 20px;
}
.coupon_wrap h2 > img {
  max-width: 80%;
}
.coupon_wrap img {
  margin: auto;
}
.coupon_wrap a img {
  transition: 0.3s;
}
.coupon_wrap a:hover img {
  opacity: 0.6;
}

.fl-coupon {
  max-width: 660px;
  margin: auto;
}
.fl-coupon a {
  margin: 10px;
  max-width: calc(50% - 20px);
}
.fl-coupon a img {
  transition: 0.3s;
}
.fl-coupon a:hover img {
  opacity: 0.6;
}

.itemsec > div {
  padding: 20px 5px 40px;
}
.itemsec h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 10px 5px 5px;
}

.fl-itemlist_set {
  max-width: 1200px;
  margin: 20px auto 10px;
}
.fl-itemlist_set > li {
  padding: 10px;
  width: 33.3333333333%;
}
.fl-itemlist_set > li a img {
  transition: 0.3s;
}
.fl-itemlist_set > li a:hover img {
  opacity: 0.6;
}
.fl-itemlist_set > li a:hover .fcpk {
  color: #F25B7F;
}
.fl-itemlist_set > li a:hover .fcpk::before {
  width: 100%;
}
.fl-itemlist_set > li a:hover .fcpk::after {
  left: 7px;
}
.fl-itemlist_set > li img {
  margin: 0 auto;
}
.fl-itemlist_set > li .fcpk {
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 0 10px;
}
.fl-itemlist_set > li .fcpk::after {
  content: "≫";
  transition: 0.3s;
  left: 5px;
  position: relative;
}
.fl-itemlist_set > li .fcpk::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #F25B7F;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.fl-itemlist_set .setdetail {
  padding: 5px 0 10px;
  background: #fff;
}
.fl-itemlist_set .setdetail span {
  display: inline-block;
  background: #ffe3e9;
  color: #3d1b0f;
  margin: 2px;
  font-size: 13px;
  padding: 2px 7px;
  border-radius: 5px;
}

a.itembtn {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 10px 30px 10px 10px;
  background: #F25B7F;
  max-width: 500px;
  width: 90%;
  margin: 10px auto;
  border-radius: 50px;
  transition: 0.3s;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.0823529412);
}
a.itembtn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0823529412);
  transform: translateY(3px);
}
a.itembtn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/newlife/new/img/arrow_r.png);
  background-size: contain;
  bottom: calc(50% - 10px);
  right: 20px;
  transition: 0.3s;
}
a.itembtn:hover::after {
  transform: translateX(1px);
  opacity: 0.6;
}

.fl-maker {
  margin: 0 auto;
}
.fl-maker > a {
  padding: 10px;
  max-width: 33.3333333333%;
  background: #fff;
}
.fl-maker > a img {
  transition: 0.3s;
}
.fl-maker > a:hover img {
  opacity: 0.6;
}

.fl-itemlist {
  max-width: 1200px;
  margin: 15px auto 25px;
}
.fl-itemlist > li {
  width: 25%;
  padding: 5px;
}
.fl-itemlist .itemnm {
  margin: 10px 0 0;
  font-size: 14px;
  color: #3d1b0f;
  transition: 0.3s;
}
.fl-itemlist a {
  display: block;
  padding: 10px;
  background: #fff;
}
.fl-itemlist a img {
  transition: 0.3s;
}
.fl-itemlist a:hover img {
  opacity: 0.6;
}
.fl-itemlist a img {
  margin: auto;
}
.fl-itemlist a:hover .itemnm {
  opacity: 0.6;
}

a.foot_link {
  display: block;
  font-size: 20px;
  color: #fff;
  background-color: #222;
  padding: 20px 0;
  transition: 0.3s;
  font-weight: bold;
  text-align: center;
}
a.foot_link:hover {
  background-color: #333333;
}

.footer {
  padding: 40px 20px;
  background-color: #e7e7e7;
  text-align: center;
}

.copyright {
  float: unset !important;
  font-size: 12px;
  padding: 15px 0 10px;
  text-align: center;
}

a#topbtn {
  position: fixed;
  right: 10px;
  bottom: -50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 25px 0 0;
  transition: 0.3s;
  color: #fff;
  border-radius: 50%;
  background: #F25B7F;
  line-height: 1;
}
a#topbtn.show {
  bottom: 30px;
}
a#topbtn:hover {
  transform: translateY(2px);
  background: #d6506f;
}
a#topbtn::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 9px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/newlife/new/img/arrow_t.png) no-repeat;
  background-size: contain;
  top: 10px;
  left: calc(50% - 7.5px);
  transition: 0.3s;
}

#set.itemsec > div,
#osusume.itemsec > div {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u15435900/pc/special/newlife/new/img/bg02.png);
}
#set.itemsec h2,
#osusume.itemsec h2 {
  background: #F25B7F;
}
#set.itemsec a.itembtn,
#osusume.itemsec a.itembtn {
  background: #F25B7F;
}

#reuse.itemsec > div {
  background: #f0f8e0;
}
#reuse.itemsec h2 {
  background: #8FBF27;
}
#reuse.itemsec a.itembtn {
  background: #8FBF27;
}

#digital.itemsec > div {
  background: #e6fcfd;
}
#digital.itemsec h2 {
  background: #26B7BC;
}
#digital.itemsec a.itembtn {
  background: #26B7BC;
}

#kitchen.itemsec > div {
  background: #f8f1e1;
}
#kitchen.itemsec h2 {
  background: #FFB300;
}
#kitchen.itemsec a.itembtn {
  background: #FFB300;
}

h1{
  padding-bottom: 40px;
}

/* おすすめアイテム */
.row_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cate__list li {
  margin-bottom: 2rem;
}
.cate__list a {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #3d1b0e4f;
  text-align: left;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 0 0 5px #ddd;
}
.cate__list__img {
  padding: 5px;
}
.cate__list__nm {
  width: calc(100% - 100px);
  padding: 10px;
  color: #3d1b0f;
}

/* 家電セット */
.mainItemCon{
  padding-bottom: 70px;
}
.mainListCon{
  padding: 40px 15px;
}
.setArea{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
  justify-content: center;
  background-color: #fff;
}
.setArea .row{
  margin: 15px;
}
.mainList{
  padding-top: 15px;
  padding-bottom: 15px;
}
.setnav{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}
a.navList{
  width: 17%;
  margin: 0 1%;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 2px solid #542d1a;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #542d1a;
}
a.navList::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 7%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #542d1a;
  border-right: 2px solid #542d1a;
  transform: rotate(135deg);
}
.pr__detail{
  margin-top: 5px;
  padding: .5em;
  background-color: #f2f2f2;
  text-align: left;
  color: #333;
}
.pr__detail p{
  display: inline-block;
  font-size: 14px;
}
.pr__detail p:not(:last-of-type)::after{
  content: "/";
  padding: 0 .3em;
}
.pm__name {
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
}
h3 {
  margin: 0 7.5px;
  background-color: #542d1a;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .cate__list a {
      font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fsmd {
    font-size: 14px;
  }
  .fl-itemnav > li {
    width: 50%;
    padding: 5px;
  }
  .fl-itemnav > li a {
    font-size: 16px;
  }
  .fl-coupon a {
    margin: 5px;
    max-width: calc(50% - 10px);
  }
  .itemsec h2 {
    font-size: 23px;
  }
  .fl-itemlist_set > li,
  .fl-itemlist > li {
    padding: 5px;
    width: 50%;
  }
  .fl-itemlist_set .itemnm,
  .fl-itemlist .itemnm {
    font-size: 12.5px;
  }
  a.itembtn {
    font-size: 18px;
    padding: 10px 25px 10px 10px;
  }
  a.itembtn::after {
    width: 10px;
    height: 15px;
    bottom: calc(50% - 6px);
    right: 17px;
  }
  .fl-maker > a {
    padding: 10px 5px;
  }
  .fl-itemlist_set .setdetail {
    padding: 5px 0;
  }
  .fl-itemlist_set .setdetail span {
    font-size: 12px;
  }
  .footer {
    font-size: 12px;
  }
  a.foot_link {
    font-size: 18px;
  }
  ul.cate__list.row>li:nth-of-type(odd) {
    padding-right: 5px;
  }
  ul.cate__list.row>li:nth-of-type(even) {
    padding-left: 5px;
  }
  .cate__list__img {
    width: 30%;
  }
  .cate__list__nm {
    width: 70%;
    padding: 5px;
  }
  .cate__list li{
    margin-bottom: 1rem;
  }
  h1{
    padding-bottom: 20px;
  }
  .itemsec > div.mainListCon{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .setArea{
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .setArea .row{
    margin: 0;
    padding: 7.5px 0;
  }
  .mainList{
    padding: 10px 7.5px;
  }
  a.navList{
    width: 47%;
    margin: 2% 1%;
    font-size: 19px;
  }
  .setnav{
    padding-bottom: 10px;
  }
  a.itemBtn{
    width: calc(100% - 30px);
  }
  .pm__name {
    font-size: 14px;
  }
  h3{
    font-size: 22px;
  }
}/*# sourceMappingURL=st.css.map */