@charset "UTF-8";

/** 商品紹介
---------------------------------------------**/
/* トップタイトル */
.products .title-area{
  background-image: url(../img/products_main_img.jpg);
}

.scroll-area{
  width: 100%;
  max-height: 290px;
  min-height: 200px;
  overflow-y: auto;
  margin-bottom: 70px;
}

.scroll-area.no-news{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.scroll-area .news-box{
  display: flex;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 15px 10px;
}

.scroll-area a.news-box:hover{
  color: #25B7C0;
}

.scroll-area .news-box time{
  color: #25B7C0;
  margin-right: 25px;
}

.scroll-area .news-box .f-icon{
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.scroll-area .news-box h4 span{
  margin-right: 20px;
}

.scroll-area .new-icon{
  color: #FC5959;
  display: inline;
}

.category-list{
  display: flex;
  flex-wrap: wrap;
}

.category-list li{
  width: 320px;
  margin-bottom: 40px;
}

.category-list li:not(:nth-of-type(3n)){
 margin-right: 20px;
}

.category-list .img-box{
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.category-list .img-box img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
}

.category-list a:hover img,
.product-category .products-list a:hover img{
  opacity: 0.85;
}

.category-list a{
  background-color: #25B7C0;
  height: 100%;
}

.category-list .text-box{
  background-color: #25B7C0;
  color: #fff;
  padding: 15px;
}

.category-list .text-box .title{
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.category-list .text-box p{
  margin-bottom: 0;
}

/* カテゴリーページ */
.product-category .content-area{
  padding-top: 20px;
}

.display-switching{
  display: flex;
  justify-content: flex-end;
}

.display-switching a{
  padding: 0 20px;
}

.display-switching a:hover,
.display-switching a.choice{
  color: #25B7C0;
}

.display-switching a:not(:last-of-type){
  border-right: 1px solid #C9C9C9;
}

.product-category .border-title{
  margin-bottom: 40px;
  font-size: 2.8rem;
}

.product-category .products-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.product-category .products-list.vertically{
  flex-direction: column;
  margin-bottom: 70px;
}

.product-category .product{
  width: 320px;
  background-color: #25B7C0;
  margin-bottom: 40px;
  position: relative;
}

.product-category .product a{
  height: 100%;
}

.product-category .products-list.vertically .product{
  width: 100%;
}

.product-category .products-list.vertically .product:last-child{
  margin-bottom: 0;
}

.product-category .products-list.vertically a{
  display: flex;
}

.product-category .product.consignment{
  background-color: #F8A580;
}

.product-category .product:not(:nth-of-type(3n)){
  margin-right: 20px;
}

.product-category .product .img-box{
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.products-list.vertically .product .img-box{
  width: 270px;
  height: 0;
  padding-top: 18%;
}

.product-category .product .img-box img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
}

.product-category .product .text-box{
  padding: 15px;
  color: #fff;
}

.product-category .product .text-box .sentence{
  margin-bottom: 0;
}

.product-category .product .product-name{
  font-size: 2.2rem;
  margin-bottom: 5px;
}

.product-category .model-product-number{
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.product-category .model-product-number .model,
.product-category .model-product-number .product-number{
  word-break: break-all;
}

.product-category .model-product-number span{
  white-space: nowrap;
}

.product-category .model-product-number div:not(:last-of-type){
  margin-right: 20px;
}

.wp-pagenavi{
  margin-bottom: 50px;
}

/* NEWアイコン */
.product-category .new-icon{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FC5959;
  color: #fff;
  font-size: 2.0rem;
  padding: 5px 15px;
}

/* 委託アイコン */
.product-category .handling-name{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FF7171;
  color: #fff;
  padding: 5px 20px;
}

/* 詳細ページ */
.product-detail .slider-area{
  margin-bottom: 40px;
}

.product-detail .slider-area .slider-img{
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.product-detail .slider-img .img-box{
  width: 100%;
  position: relative;
}

.product-detail .slider-img .img-box .caption{
  position: absolute;
  bottom: 10px;
  left: 20px;
  margin-bottom: 0;
  text-shadow: 1px -1px 5px #fff;
}

.slick-list{
  padding: 0!important;
  width: 100%;
}

.slider-nav .slick-track{
  display: flex;
  align-items: center;
  width: 100%!important;
  transform: initial!important;
}

.slider-nav .slick-track img{
  display: block;
  margin: 0;
  width: 100%;
}

.slider-nav .slider-nav img:hover{
  cursor: pointer;
}

.slider-nav .img-box:hover{
  cursor: pointer;
}

.slider-nav .img-box:not(:last-of-type){
  margin-right: 12.5px;
}

.product-detail .slider-img .img-box img{
  width: 100%;
  margin: 0;
  display: block;
}

.click-change-gallery .slider-area .detail-area{
  color: #fff;
  background-color: #25B7C0;
  position: relative;
  padding: 15px 25px;
  margin-bottom: 30px;
}

.click-change-gallery.consignment .slider-area .detail-area{
  background-color: #F8A580;
}

.click-change-gallery .detail-area .name-area{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.click-change-gallery.consignment .name-area .handling-name{
  background-color: #FF7171;
  padding: 2px 20px;
}

.click-change-gallery .slider-area .product-name{
  font-size: 3.0rem;
  margin-right: 20px;
}

.click-change-gallery .slider-area .model-product-number{
  display: flex;
}

.click-change-gallery .model-product-number div{
  font-size: 2.0rem;
}

.click-change-gallery .model-product-number div:not(:last-of-type){
  margin-right: 15px;
}

.click-change-gallery .slider-area .number-price{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.click-change-gallery .slider-area .price{
  font-size: 3.0rem;
  margin-bottom: 0;
  line-height: 1.4;
}

.click-change-gallery .description{
  background-color: #E8F8F9;
  padding: 15px 20px;
  line-height: 2.0;
}

.click-change-gallery.consignment .description{
  background-color: rgba(248, 165, 128, 0.15);
}

.click-change-gallery.consignment .sub-title.side-line{
  background-color: rgba(248, 165, 128, 0.2);
  border-left: 10px solid #F8A580;
}

.product-detail .spec-list{
  margin-bottom: 50px;
}

.product-detail .spec-list th{
  width: 230px;
  border-bottom: 1px solid #C9C9C9;
  padding: 25px 20px 15px;
  text-align: left;
}

.product-detail .spec-list td{
  border-bottom: 1px solid #C9C9C9;
  padding: 25px 20px 15px;
}

.product-detail .price-box{
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.product-detail .price-box span{
  background-color: rgba(255, 209, 209, 0.35);
  color: #FC5C5C;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 29.2px;
}

.product-detail .download-files{
  margin-bottom: 90px;
}

.click-change-gallery .disc-list li{
  display: flex;
  align-items: center;
}

.click-change-gallery .disc-list li::before{
  content: '●';
  margin-right: 10px;
  font-size: 1.2rem;
  color: #25B7C0;
}

.click-change-gallery.consignment .disc-list li::before{
  color: #F8A580;
}


.product-detail .contact-area{
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.8rem;
}

.product-detail .contact-area .sub-title{
  margin-bottom: 0;
}

.click-change-gallery.consignment .contact-area .sub-title{
  background-color: #FBC9B3;
}

.click-change-gallery .contact-area .content{
  border: 1px solid #A7E2E6;
  padding: 40px;
}

.click-change-gallery.consignment .contact-area .content{
  border: 1px solid rgba(248, 165, 128, 0.6);
}

.product-detail .contact-area p{
  margin-bottom: 30px;
}

.product-detail .contact-area .contact-content p{
  margin-bottom: 0;
}

.click-change-gallery .contact-area .contact-content{
  margin-bottom: 30px;
}

.click-change-gallery.consignment .contact-area .contact-content{
  margin-bottom: 0;
}

.product-detail .contact-area p.tel-mail{
  font-size: 2.6rem;
  margin-bottom: 0;
}

.product-detail .contact-area p.tel-mail a{
  display: inline;
}

.click-change-gallery .contact-area .contact-btn{
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  width: 400px;
  border-radius: 29px;
  background-color: #FFBE4E;
  border: 1px solid #FFBE4E;
  margin: 0 auto;
  padding: 8px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.click-change-gallery .contact-area .contact-btn::before{
  content: '';
  background-image: url(../img/mail_icon_white.png);
  background-size: cover;
  margin-right: 15px;
  padding: 40px 40px 0 0;
  width: 0;
  height: 0;
}

.click-change-gallery .contact-area .contact-btn:hover{
  background-color: #fff;
  color: #ffbe4e;
}

.click-change-gallery .contact-area .contact-btn:hover::before{
  background-image: url(../img/mail_icon_orange.png);
}

.click-change-gallery.consignment .contact-area .content-text{
  color: #FC5C5C;
}

/* 商品がない時 */
.not-message{
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 10px;
}
@media screen and (max-width: 1000px) {
  /** 商品紹介 スマホ
---------------------------------------------**/
  .scroll-area{
    max-height: 230px;
    min-height: 140px;
    margin-bottom: 35px;
  }

  .scroll-area .news-box{
    padding: 15px 10px 5px;
  }

  .scroll-area .news-box time{
    margin-right: 15px;
  }

  .scroll-area .news-box .f-icon{
    margin-right: 15px;
  }

  .scroll-area .news-box h4 span{
    margin-right: 15px;
  }

  .category-list li{
    margin-bottom: 20px;
  }

  .product-category .product{
    margin-bottom: 20px;
  }

  .category-list li,
  .product-category .product{
    width: 49%;
  }

  .category-list li:not(:nth-of-type(3n)),
  .product-category .product:not(:nth-of-type(3n)),
  .click-change-gallery .model-product-number div:not(:last-of-type){
    margin-right: 0;
  }

  .category-list li:nth-of-type(2n - 1),
  .product-category .product:nth-of-type(2n - 1){
    margin-right: 2%;
  }

  .category-list .img-box,
  .product-category .product .img-box{
    padding-top: 70%;
  }

  .product-category .products-list{
    margin-bottom: 15px;
  }

  .product-category .products-list.vertically{
    margin-bottom: 35px;
  }

  .product-category .products-list.vertically .product{
    margin: 0 0 20px;
  }

  .products-list.vertically .product .img-box{
    width: 40%;
    height: 0;
    padding-top: 53%;
  }

  .products-list.vertically .product .img-box img{
    width: auto;
    height: 100%;
  }

  .products-list.vertically .product .text-box{
    width: 70%;
  }

  .category-list .text-box{
    padding: 10px;
  }

  .category-list .text-box .title{
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .category-list .text-box p{
    font-size: 1.2rem;
  }

  /* カテゴリーページ */
  .display-switching{
    margin-bottom: 10px;
  }

  .product-category .border-title{
    font-size: 1.8rem;
  }

  .product-category .product .text-box{
    padding: 10px;
  }

  .product-category .product .text-box .sentence{
    font-size: 1.2rem;
  }

  .product-category .product .product-name{
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .product-category .model-product-number{
    font-size: 1.5rem;
    flex-direction: column;
    margin-bottom: 3px;
  }

  .product-category .model-product-number div:not(:last-of-type){
    margin-right: 0;
  }

  .wp-pagenavi{
    margin-bottom: 25px;
  }

  /* NEWアイコン */
  /* 委託アイコン */
  .product-category .new-icon,
  .product-category .handling-name{
    font-size: 1.4rem;
    padding: 2px 10px;
  }
  
  .product-detail .slider-area{
    margin-bottom: 20px;
  }

  .product-detail .slider-area .slider-img{
    /* max-height: 54vw; */
    height: 100%;
  }

  .product-detail .slider-img .img-box .caption{
    left: 10px;
    bottom: 5px;
  }
  
  .click-change-gallery .slider-area .product-name{
    margin-right: 10px;
    font-size: 2.0rem;
  }

  .click-change-gallery.consignment .name-area .handling-name{
    padding: 2px 15px;
    line-height: 1.4;
  }

  .click-change-gallery .slider-area .model-product-number{
    flex-direction: column;
    line-height: 1.4;
  }

  .click-change-gallery .slider-area .price{
    font-size: 2.0rem;
    line-height: 1.2;
  }

  .click-change-gallery .slider-area .detail-area{
    padding: 10px;
    margin-bottom: 15px;
  }

  .click-change-gallery .model-product-number div{
    font-size: 1.5rem;
  }

  .product-detail .price-box{
    margin-bottom: 25px;
  }

  .product-detail .price-box span{
    padding: 5px 20px;
    font-size: 1.8rem;
  }

  .click-change-gallery .description{
    padding: 10px;
  }

  .click-change-gallery .contact-area .content{
    padding: 20px;
    font-size: 1.6rem;
  }

  .product-detail .contact-area p,
  .click-change-gallery .contact-area .contact-content{
    margin-bottom: 15px;
  }

  .product-detail .contact-area p.tel-mail{
    font-size: 2.2rem;
  }

  .click-change-gallery .contact-area .contact-btn {
    width: 290px;
    padding: 5px 20px;
    font-size: 1.8rem;
    border-radius: 21.2px;
  }

  .click-change-gallery .contact-area .contact-btn::before {
    margin-right: 10px;
    padding: 30px 30px 0 0;
  }

  .slider-nav .img-box:not(:last-of-type){
    margin-right: 2% !important;
  }

  .product-detail .spec-list{
    margin-bottom: 25px;
  }

  .product-detail .spec-list th{
    width: 25%;
    padding: 15px 10px 5px;
  }

  .product-detail .spec-list td{
    width: 75%;
    padding: 15px 10px 5px;
  }

  .product-detail .download-files{
    margin-bottom: 45px;
  }

  .click-change-gallery .disc-list li{
    margin-bottom: 5px;
  }

  .click-change-gallery .disc-list li:last-child{
    margin-bottom: 0;
  }

  .product-detail .contact-area{
    margin-bottom: 40px;
  }

  .click-change-gallery.consignment .contact-area .content-text{
    font-size: 1.6rem;
  }

  .product-detail .contact-area p.tel-mail{
    margin-bottom: 5px;
  }

  .click-change-gallery.consignment .contact-area .contact-content p:last-child{
    margin: 5px 0 0;
    font-size: 1.6rem;
  }
}