/*common*/
#special-content {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 0 !important;
  border: 0 !important;
}
#main section p,
#main section li {
  line-height: 1.5 !important;
}
.wrap_whole .img-responsive{
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.wrap_whole a img:hover{
  opacity: 0.7;
  transform: 0.2;
}
.wrap_whole,.wrap_whole p{
  color: #444;
}
.row_flex{
  display: flex;
  flex-wrap: wrap;
}

/*nav*/
.pnav__list {
  max-width: 1000px;
  margin: auto;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pnav {
  background: #042993;
}
.pnav__list>li {
  width: 25%;
  border-right: 1px solid #fff;
}
.pnav__list>li:last-of-type{
  border-right: none;
}
.pnav__list>li>a {
  padding: .5em;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transition: .2s;
}
.pnav__list>li>a:hover{
  background: #fff;
  color: #042993;
}

/* lead文 */
.leadCon{
  padding: 0 10px 40px 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

/* 見出し */
.catettl {
  margin: 0 0 3rem 0;
  padding: 0.2em;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}
.wrap_whole h2{
  background-color: #444;
}
.wrap_whole .mediaCon .catettl{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 50px;
  border-bottom: solid 3px #ccc;
  background-color: #fff;
  color: #444;
  text-align: center;
  font-weight: bold;
}
.wrap_whole .mediaCon .catettl::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #878787;
  bottom: -3px;
  width: 15%;
}
.wrap_whole h3{
  position: relative;
  display: inline-block;
  margin: 3rem 0;
  font-size: 28px;
  font-weight: bold;
  color: #39736d;
}
.wrap_whole h3::before{
  content: url(../images/ttl_icon.png);
  position: relative;
  padding-right: .3em;
  top: 4px;
}
.wrap_whole h3.h3_search{
  position: relative;
  text-align: center;
  color: #444;
}
.wrap_whole h3.h3_search::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #39736d;
  border-radius: 5px;
  bottom: -10px;
  top: auto;
  left: 0;
  right: 0;
  margin-inline: auto;
}

/* contents */
.catecon {
  display: block;
  position: relative;
  padding-top:50px;
  margin-top:-50px;
}
.cateAll{
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px 70px 15px;
}
.btnarea {
  padding: 0 5px;
  display: inline-block;
}
a.lgbtn {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 0.3em 0;
  border-radius: 50px;
  margin: 40px auto 0;
  color: #fff;
  border: 2px solid #39736d;
  box-shadow: inset 0 0 10px rgb(55 83 170 / 0%), inset 0 0 15px rgb(255 255 255 / 0%), 7px 7px 10px rgb(55 84 170 / 25%), inset 0 0 4px rgb(255 255 255 / 20%);
  transition: 0.3s;
}
a.lgbtn{
  background-color: #39736d;
  margin-bottom: 20px;
}
a.lgbtn:hover {
  background-color: #fff;
  color: #39736d;
}
.refCon>div,.washCon>div,.seasonCon>div{
  background: -moz-linear-gradient(top,#f0f0f0,#fff,#f0f0f0); 
  background: -webkit-linear-gradient(top,#f0f0f0,#fff,#f0f0f0); 
  background: linear-gradient(to bottom,#f0f0f0,#fff,#f0f0f0);
}
.bnr_img{
  padding: 0 10px 1em 10px;
}
.bnr_media_img{
  padding: 0 10px 2em 10px;
}

/* 売れ筋 */
.uresujiCon{
  max-width: 800px;
  width: 100%;
  margin: 0 auto 1rem auto;
}

/* 探す */
.item_thumb{
  display: flex;
    justify-content: center;
  flex-wrap: wrap;
}
.item_thumb>a{
  width: 33%;
}
.thumb{
  margin: 5px;
  position: relative;
  max-width: 250px;
  border: 2px solid #ddd;
}
.thumb:hover{
  opacity: 0.7;
}
.thumb img{
  margin: 0 auto;
}
.thumb p{
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: .5em .2em;
  background:rgb(243 126 167 / 85%);
  color: #fff;
}

/* カテゴリで探す */
.cate__list a {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border: 2px solid #ddd;
  text-align: left;
  font-size: 16px;
}
.cate__list__img {
  padding: 5px;
}
.cate__list__nm {
  font-weight: bold;
  width: calc(100% - 100px);
  padding: 10px;
}
.cate__list li{
  margin-bottom: 2rem;
}
.cate__list li:hover{
  opacity: 0.7;
}

/*bxslider*/
.items__others {
  text-align: left;
}
.product-list ul li .txt-productname {
  line-height: 1.5 !important;
  margin: 10px 0 5px;
  font-weight: bold;
  color: #222;
  font-size: 14px;
  height: 4.3em !important;
  overflow: hidden;
}
p.txt-productname>a {
  color: #222;
}
.txt-price {
  font-size: 25px !important;
  color: #e60012;
}
.txt-price:first-letter {
  font-size: 70%;
  font-weight: bold;
}
p.txt-stock {
  font-size: 12px !important;
  height: unset !important;
}
.product-browsedlist {
  border: none !important;
  max-width: 1200px !important;
  margin: 0 auto;
  height: auto !important;
}
.product-browsedlist ul {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0 !important;
}
.wrap_whole .product-browsedlist ul li{
  border: 1px solid #ddd !important;
}
 .bx-controls-direction:not(.newitemCon .bx-controls-direction) {
  display: none;
}
.product-list ul li {
  height: auto !important;
  border: 1px solid #ccc;
  width: 24% !important;
  padding: 10px !important;
  margin: 0 .5% 10px;
  background: #fff;
  max-width: 290px;
}
.product-list ul li img {
  max-width: 230px;
  max-height: 230px;
  width: 100%;
  height: auto;
  margin: auto;
}
.product-list .txt-stock {
  font-size: 13px;
}
.product-list ul li:hover {
  background: #fff;
}
.bx-wrapper {
  margin-bottom: 0 !important;
  background: unset !important;
}
.bx-wrapper .bx-viewport {
  height: auto !important;
}
a.img-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .2s;
}
a.img-link:hover::after {
  opacity: .3;
}
.product-list>ul {
  position: relative;
  min-height: 390px;
}
.product-list>ul:empty::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #87746c #44400010 #44400010;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: calc(50% - 20px);
  top: 30px;
  content: "";
}

/* ナビ固定 */
#special-content .btn-nav a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#special-content nav.navbar.navbar-default.n_a {
  border: none;
  border-radius: 0px;
}
#special-content .contain.fixed {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
#special-content .n_a{
  margin-bottom: 0px;
}
#special-content .navbar-nav {
  margin: 7.5px 0px;
  width: 90%;
  margin: 0 5%;
}
#special-content .navbar-nav1 li{
	width:16%;
}
#special-content .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  transition: all 0.5s;
}
#special-content .navbar-default .navbar-toggle {
  background-color: #444;
  border: 1px solid #fff;
  transition: all 0.3s;
}
#special-content .navbar-default .navbar-collapse, #special-content .navbar-header {
  background-color: #444 !important;
  border-bottom: 5px solid #878787;
}
#special-content .navbar-default .navbar-toggle:hover,
#special-content .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
#special-content .navbar-default .navbar-toggle:hover .icon-bar{
  background-color: #444 !important;
}
#special-content .navbar-default .navbar-toggle:focus .icon-bar{
  background-color: #444 !important;
}

#special-content .navbar-default .navbar-nav>.active>a, #special-content .navbar-default .navbar-nav>.active>a:focus, #special-content .navbar-default .navbar-nav>.active>a:hover{
  background-color: #878787 !important;
  letter-spacing: 2px;
  color: #fff !important;
  background-image: none !important;
}

/* intro文 */
.intro_txt,.intro_txt span,.point_ttl{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.intro_txt{
  font-size: 34px;
  padding: .8em 0 .1em 0;
}
.intro_txt span{
  font-size: 160%;
  padding-right: .1em;
  color: #ff1aa1;
}
.point_area > div{
  background-color: #f37ea7;
  border-radius: 15px;
  padding: 1em;
}
.wrap_whole .point_ttl{
  font-size: 30px;
  color: #fff;
  padding: 0 0 .3em 0;
}
.wrap_whole .point_txt{
  padding: 1em 0 0 0;
  font-size: 14px;
  color: #fff;
}
.pointCon{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px 70px 10px; 
}

/* ボタン */
a.btn_list{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 1em auto 0 auto;
  padding: 5px 0.5em;
  border-radius: 5px;
  background: #f37ea7;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  border: solid 2px #f37ea7;
  color: #fff;
  font-size: 18px;
  text-align: center;  
  /* transition: 0.3s; */
}
a.btn_list:hover{
  background-color: #fff;
  color: #f37ea7;
}
a.btn_list::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 7%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
a.btn_list:hover::after{
  border-top: 2px solid #f37ea7;
  border-right: 2px solid #f37ea7;
}

/* 新商品用調整 */
.newitemCon a.btn_list{
  padding: 0;
}
.newitemCon a.btn_list>p{
  padding: 5px 0.5em;
  color: #fff;
}
.newitemCon a.btn_list>p:hover{
  background-color: #fff;
  color: #f37ea7;
}

/* 探す */
.searchList>a{
  position: relative;
  display: inline-block;
  width: 18%;
  margin: 1em 1% 0 1%;
  padding: 5px 0.5em 5px 3px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  border: solid 2px #f37ea7;
  color: #f37ea7;
  font-size: 16px;
  font-weight: bold;
  text-align: center;  
  transition: 0.3s;
}
.searchList>a:hover{
  background-color: #f37ea7;
  color: #fff;
}
.searchList>a::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 7%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #f37ea7;
  border-right: 2px solid #f37ea7;
  transform: rotate(45deg);
}
.searchList>a:hover::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* bxslider 新製品 */
.catecon.newitemCon{
  background-image: url(../images/back_wave.png);
  padding-top: 0;
  margin-top: 0;
}
.new_item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
}
.newitemCon div.bx-wrapper{
	width:800px;
	margin:0 auto;
}

/* 価格自動取得pome */
.wrap_whole .pm__price{
  font-family: Impact,'Oswald',Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans-serif;
  font-size: 25px;
  color: #e60012;
}
.wrap_whole .pm__tax{
  font-size: 10px;
}
.wrap_whole .pm__zaiko{
  color: #00a459;
  font-weight: bold;
  font-size: 12px
}

/* メディア掲載・受賞 */
p.new_item_ttl{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #39736d;
}
.new_item_detail{
  padding: 0 0 0 15px;
  max-width: 60%;
}
p.new_item_name{
  margin-bottom: 0.5em;
  color: #e55185;
  font-size: 20px;
  font-weight: bold;
}
p.new_item_catch{
  font-size: 14px;
  line-height: 1;
  color: #f37ea7;
}
.mediaCon .new_item-wrap{
  padding: 0 0 40px 0;
}

/* NEWマーク */
.mark-box{
  position: relative;
}
.mark-box:before {
  position: absolute;
  content: "";
  left: calc(50% - 125px);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #f00 transparent transparent transparent;
  z-index: 50;
}
.mark-box:after {
  display: block;
  position: absolute;
  content: "NEW";
  transform: rotate(315deg);
  top: 13px;
  left: calc(50% - 121px);
  font-size: 14px;
  font-weight: bold;
  white-space: pre;
  color: #fff;
  text-align: center;
  z-index: 60;
  line-height: 1.2;
}


/****************************************/
/*              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:nth-of-type(2){
    border-right: none;
  }
  .pnav__list>li:nth-of-type(1),.pnav__list>li:nth-of-type(2){
    border-bottom: 1px solid #fff;
  }
  .pnav__list>li>a,
  .jaccsbn__ttl{
    font-size: 15px;
  }
  .catettl{
    font-size: 25px;
  }
  .wrap_whole h3{
    margin-bottom: 1.5rem;
    font-size: 24px;
  }
  a.lgbtn{
    font-size: 18px;
  }
  .cate__list a {
    font-size: 14px;
  }
  .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;
  }
  .coulist__kakaku{
    font-size: 20px;
  }
  .wrap_whole .outletCon{
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .leadCon{
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  a.lgbtn{
    width: 300px;
  }
  .kitchenCon .cate__list,.item_thumb{
    padding-top: 1em;
  }
  .cate__list__img {
    width: 30%;
  }
  .cate__list__nm {
    width: 70%;
    padding: 5px;
  }
  ul.cate__list.row>li:nth-of-type(odd){
    padding-right: 5px;
  }
  ul.cate__list.row>li:nth-of-type(even){
    padding-left: 5px;
  }
  .catecon{
    padding-top: 55px;
    margin-top: -55px;
  }
  .mediaCon{
    padding-top: 0;
  }
  .cateAll{
    padding-bottom: 50px;
  }
  .row_flex>.itemCon:nth-last-of-type(even){
    padding-right: 5px;
  }
  .row_flex>.itemCon:nth-last-of-type(odd){
    padding-left: 5px;
  }
  .item_thumb{
    flex-wrap: wrap;
  }
  #special-content .contain {
    display: none;
  }
  .point_area > div{
    margin-bottom: 15px;
  }
  .pointGroup{
    display: flex;
    align-items: center;
  }
  .pointGroup>img{
    width: 30%;
  }
  .wrap_whole .point_txt{
    width: 70%;
    padding: 0 0 0 10px;
    text-align: left;
  }
  .wrap_whole .point_ttl{
    font-size: 24px;
  }
  .searchList>a{
    width: 47%;
  }
  .new_item-wrap{
    display: block;
  }
  p.new_item_name{
    font-size: 18px;
  }
  .mediaCon .new_item-wrap{
    padding-left: 10px;
    padding-right: 10px;
  }
  .new_item_detail{
    max-width: 100%;
    padding-top: 1em;
    padding-left: 0;
    text-align: center;
  }
  .new_item_name,.new_item_txt{
    text-align: left;
  }
  .intro_txt{
    padding-bottom: .5em;
    font-size: 22px;
  }
  .intro_txt span{
    font-size: 120%;
  }
  #special-content .navbar-nav1 li{
    width: 100%;
  }
  #special-content .navbar-default .navbar-collapse{
    border-bottom: none;
  }
  p.new_item_ttl{
    font-size: 16px;
    height: 3.2em !important;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  /* bxslider 2つ並べる場合 */
  .double_sld {
    display: flex;
    justify-content: center;
  }
  .double_sld .product-list ul li{
    width: 48% !important;
    margin-left:1%;
    margin-right:1%;
  }
  .double_sld .product-browsedlist{
    margin: 0;
  }
}