@charset "euc-jp";
/*slick*/
.slide > li:not(:first-child){
  display: none;
}
div.slider > ul.slick-initialized > div.slick-prev > img,div.slider > ul.slick-initialized > div.slick-next > img{
  width: 28px;
  height: 28px;
}

/*トップ*/
#top-wrap{
  width: 100%;
}

#top-wrap-child{
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
.red-arrow{
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.red-arrow:hover, .red-arrow:focus{
  color: #333;
}
.red-arrow::after{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://file003.shop-pro.jp/PA01446/368/img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
}
.red-arrow:hover{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.red-btn{
  padding: 12px;
  background-color: #b3000f;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  width: 60%;
  max-width: calc(100% - 20px);
  display: block;
  margin: 10px auto;
  text-align: center;
}
.red-btn span{
  /*margin: 0 0 0 -12px;*/
}
.red-btn span::after{
  content: "";
  background-image: url(https://file003.shop-pro.jp/PA01446/368/img/menu-w-next.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px;
  padding: 0 12px;
}
.red-btn:hover{
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.red-btn:focus{
  color: #fff;
  text-decoration: none;
}

/*左カラム*/
#top-left{
  width: 640px;
  float: left;
}

/*オープンラボの人気商品*/
#top-left .product-seller ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  }
#top-left .product-seller ul li{
  width: 290px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#top-left .product-seller ul li:nth-child(n + 5){
  display: none;
}


#top-left .product-seller ul li h3{
  flex: 1;
  color: #333;
  font-weight: bold;
}
#top-left .product-seller ul li .text{
  /*flex-shrink: 0;
  flex: 1;*/
  height: 100%;
  min-height: 0%;
}
#top-left .product-seller ul li p.expl{
  flex: 2;
  color: #808080;
  font-size: 14px;
}
#top-left .product-seller ul li p.price{
  color: #333;
  font-size: 14px;
}
#top-left .product-seller ul li a:first-child{
  display: flex;
  flex-direction: column;
}
#top-left .product-seller ul li a:last-child{
  display: flex;
  margin: auto auto 0 auto;
}
#top-left .product-seller ul li a span{
  margin: 0 auto;
}

/*キャンペーンバナー*/
  #campaign-banner{
  margin: 0px auto 60px;
  }
  #campaign-banner li{
  margin-bottom: 10px;
  }
  #campaign-banner li:last-child{
  margin-bottom: 0px;
  }

/*商品を探す*/
#top-left .product-search{
  background-color: #fff7f7;
  padding: 10px 20px;
}
#top-left .product-search ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top-left .product-search ul li{
  display: inline-flex;
  text-align: center;
  flex-direction: column;
}
#top-left .product-search ul li p{
  text-align: center;
  margin: 10px auto 0px auto;
}
#top-left .product-search.search-form{
  padding: 20px 40px;
}

#top-left .product-search.search-form ul{
  padding: 10px 0px;
  display: inline-block;
}
#top-left .product-search.search-form ul li:first-child{
  font-weight: bold;
  margin: 0 20px 0 0;
}
#top-left .product-search.search-form ul li:nth-child(n + 2) {
  background-color: #ffffff;
  padding: 0.25em 0.7em;
  border-radius: 20px;
  border: 1px solid #b4010f;
  color: #b4010f;
  margin: 0 3px 0px 0px;
}
#top-left .product-search.search-form ul li a{
  color: #b4010f!Important;
}


/*おすすめ商品*/
#top-left .reccomend-product ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-left .reccomend-product ul li{
  width: 290px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
#top-left .reccomend-product ul li .comment{
  background-color: #d65c58;
  color: #fff;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex: 1;
  min-height: 3em;
  margin: 0 auto 1.5em auto;
  padding: 0.5em;
  min-width: calc(290px - 1em);
  text-align: center;
  max-width: 100%;
  line-height: 1.4;
  font-size: 13px;
}
#top-left .reccomend-product ul li .comment:hover{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
#top-left .reccomend-product ul li .comment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% + 7px);
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 14px solid #d65c58;
}
#top-left .reccomend-product ul li .comment p{
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#top-left .reccomend-product ul li:last-child, #top-left .reccomend-product ul li:nth-last-child(2){
  margin: 0 0 0 0;
}
#top-left .reccomend-product ul li .hover img{
  width: 100%;
}

/*悩みから商品を探す*/
#top-left .tabs {
  margin-top: 50px;
  /*padding-bottom: 40px;*/
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 0 auto;
}
#top-left .tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #d65b57;
  border-radius: 5px 5px 0px 0px;
  background-color: #f1f1f1;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
#top-left .tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
#top-left .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#probrem-001:checked ~ #probrem-001_content,
#probrem-002:checked ~ #probrem-002_content,
#probrem-003:checked ~ #probrem-003_content {
  display: block;
}
#top-left .tabs input:checked + .tab_item {
  background-color: #d65b57;
  color: #fff;
}
#top-left ul.c-txtsp{
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-flow: column;
}
#top-left ul.c-txtsp li{
  display: inline-flex;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  background: url(https://file003.shop-pro.jp/PA01446/368/img/menu-next.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 22px;
}
#top-left ul.c-txtsp li::before{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://file003.shop-pro.jp/PA01446/368/img/icon-talk.svg);
  background-repeat: no-repeat;
  background-size: 155%;
  background-position: 50% 35%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75em;
}
#top-left ul.c-txtsp li a{
  color: #333;
  width: 100%;
  height: 100%;
  display: block;
}
#top-left ul.c-txtsp li a:hover{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

/*健康と美容のコラム*/
#top-left .column{
  font-size: 14px;
}
#top-left .column ul li{
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  background: url(https://file003.shop-pro.jp/PA01446/368/img/menu-next.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 22px;
  width: 100%;
  list-style: none;
  display: table;
  color: #333;
  line-height: 0px;
  overflow: hidden;
  position: relative;
}
/*#top-left .column ul li:nth-child(n + 4){
  display: none;
}*/
/*#top-left .column ul li p.news-date{
  margin-bottom: 0.25em;
}*/
/*#top-left .column ul li p.news-date::after{
  content: "新着";
  font-size: 11px;
  margin: 0 0 0 1em;
  padding: 0.25em 0.6em;
  background-color: #d65c58;
  color: #ffffff;
}*/
#top-left .column ul li .column-thumb{
  width: 110px;
  height: 80px;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
}
#top-left .column ul li p.title{
  width: calc(100% - 40px);
  line-height: 1.5;
}
#top-left .column ul li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: underline;
  color: #333;
}
#top-left .column ul li a:hover{
  text-decoration: none;
}
#top-left .column ul li div.title{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  padding: 0 10px 0 10px;
  line-height: 1.5;
}



/*オープンラボからのお知らせ*/
#top-left .news{
  font-size: 14px;
}
#top-left .news ul li{
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  background: url(https://file003.shop-pro.jp/PA01446/368/img/menu-next.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 22px;
}
#top-left .news ul li:nth-child(n + 4){
  display: none;
}
#top-left .news ul li p.news-date{
  margin-bottom: 0.25em;
}
#top-left .news ul li p.news-date::after{
  content: "新着";
  font-size: 11px;
  margin: 0 0 0 1em;
  padding: 0.25em 0.6em;
  background-color: #d65c58;
  color: #ffffff;
}
#top-left .news ul li p.news-child{
  width: calc(100% - 40px);
  line-height: 1.5;
}
#top-left .news ul li p.news-child a{
  text-decoration: underline;
  color: #333;
}
#top-left .news ul li p.news-child a:hover{
  text-decoration: none;
}


/*右カラム*/
#top-right{
  width: calc(100% - 670px);
  float: right;
}
#top-right h2{
  font-size: 1.286em;
  font-weight: bold;
  border-bottom: 1px solid #575757;
  padding-bottom: 0.25em;
  margin: 0px 0px 20px 0px;
}
#top-right .banner p{
  color: #808080;
  font-size: 14px;
}
#top-right .new-items ul li{
  margin: 0 0 20px 0px;
}
#top-right .new-items ul li:nth-child(n + 3){
  display: none;
}
#top-right .new-items ul li p.name{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 10px 0 0 0;
}
#top-right .new-items ul li p.expl{
  color: #808080;
  font-size: 14px;
}
#top-right .new-items span.price{
  display: none;
}
#top-right .banner ul{
  display: block;
}
#top-right .banner ul li{
  display: inline-block;
  margin-bottom: 10px;
}
#top-right .sns{
  width: calc(100% - 40px);
  background-color: #f6f6f6;
  padding: 20px;
}
#top-right .sns ul{
  display: flex;
  justify-content: space-evenly;
}
#top-right .sns ul li{
  display: inline-flex;
}

/*コンテンツ下*/
#top-left #product-seller{
  margin: 0 0 30px 0;
}
#top-left #product-search, #top-left #reccomend-product, #top-left #recommend-contents, #top-left #probrem, #top-left #news, #top-left #column{
  margin: 0 0 60px 0;
}


/*店舗情報*/
/*.store-infomation {
  display: block;
  margin-bottom: 60px;
}

.store-infomation h3 span{
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 0 0.5em 1.5em;
  border-left: 8px solid #B3000f;
}
.store-infomation h3 span::after{
  margin-bottom: 20px;
}

.store-infomation .shop-wrap-001{
  display: table;
  margin: 20px 0px;
  vertical-align: top;
}

.store-infomation .shop-image{
  display: table-cell;
  width: 40%;
  padding-right: 20px;
}

.store-infomation .shop-image img{
}

.store-infomation .shop-text{
  display: table-cell;
  width: calc(100% - 40% - 30px);
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
.store-infomation .shop-text p{
  margin-bottom: 10px;
}
.store-infomation .shop-text p:last-child{
  margin-bottom: 0px;
}

.store-infomation p.btn_news a{
  margin: 20px auto;
  text-align: center;
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-indent: inherit;
  text-decoration: none;
  letter-spacing: 1px;
  color: #B3000f;
  border: solid 1px #B3000f;
  position: relative;
  background: #fff;
}*/

@media (max-width: 980.9px) {
  /*.store-infomation{
    display: block;
    margin: 20px auto;
  }
  .store-infomation:nth-child(2n){
    display: block;
    margin: 40px auto 60px;
  }
  .store-infomation .shop-wrap-001{
    width: 100%;
  }
  .store-infomation .shop-image{
    height: 100px;
    padding-right: 20px;
  }*/

  /*トップ TAB&SP横幅等調整*/
  #shopping-guide-wrap .mainarea, #top-wrap-child{
  width: 100%!Important;
  }
  
  #top-left .product-seller ul li, #top-left .reccomend-product ul li{
    width: 49%;
    margin-bottom: 30px;
  }
  #top-left .reccomend-product ul li .comment{
    min-width: calc(46% - 2em);
  }
  #top-left ul.c-txtsp li{
    padding: 15px 30px 15px 15px;
  }
  /*SP版背景色調整*/
  #top-left #banner, #top-left #topics{
    padding: 10px;
    margin: 0 0 20px 0;
  }
  
  #top-left #product-seller{
    padding: 10px;
    margin: 0 0 20px 0;
  }
  #top-left #product-search, #top-left #reccomend-product, #top-left #recommend-contents, #top-left #probrem, #top-left #news, #top-left #column{
    padding: 10px;
    margin: 0 0 60px 0;
  }
  #top-left #product-search h2, #top-left #reccomend-product h2, #top-left #recommend-contents h2, #top-left #probrem h2, #top-left #news h2{
    margin: 0 0 10px 0;
  }
  #top-left #product-seller h2{
    margin: 0 0 10px 0px;
  }
  #top-left #product-search h2{
    margin: 10px 0px -10px 20px;
  }
  #top-left #product-search, #top-left #recommend-contents{
    background-color: #fff7f7;
    padding: 20px 10px 20px 10px;
  }

  /*オープンラボについて*/
  #product-seller .red-btn{
    width: calc(100% - 24px);
  }

  /*おすすめコンテンツ*/
  #top-left #recommend-contents ul{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #top-left #recommend-contents ul li{
    display: inline-flex;
    margin-bottom: 10px;
  }
  #top-left #recommend-contents ul li:last-child{
    margin-bottom: 0px;
  }
  #top-left #recommend-contents ul li a, #top-left #recommend-contents ul li img{
    width: 100%;
  }
  
  /*キャンペーンバナー*/
  #campaign-banner{
  	width: calc(100% - 20px);
	margin: -30px auto 40px;
  }


  /*商品を探す*/
  #top-left .product-search{
    padding: 10px;
  }
  #top-left .product-search ul{
    width: 100%;
    flex-flow: wrap;
    align-items: initial;
  }
  #top-left .product-search ul li{
    width: calc(50% - 0.5px)
  }
  #top-left .product-search ul li:nth-child(1){
    border-bottom: 1px solid #f0cccf;
    border-right: 1px solid #f0cccf;
    padding: 0 0 10px 0;
  }
  #top-left .product-search ul li:nth-child(2){
    border-bottom: 1px solid #f0cccf;
  }
  #top-left .product-search ul li:nth-child(4){
    border-left: 1px solid #f0cccf;
    padding: 0 0 10px 0;
  }
  #top-left .product-search ul li img{
    width: 100%;
  }

  #top-left .product-search.search-form{
    padding: 10px;
  }
  #top-left .search-form ul{
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
  }
  #top-left .search-form ul li:first-child{
    border: 0px;
    width: auto!Important;
  }
  #top-left .search-form ul li:nth-child(n + 2) {
    width: auto!Important;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {

  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {

  }
}
