﻿
/*色*/
/*テキストカラー*/
/*タブレット幅*/
/*影*/
/*線*/
/*ベースカラー*/
/*背景*/
/*ボタン*/
/* -----------------------------------------------------------------------
## 商品一覧ページ ############################################################
----------------------------------------------------------------------- */
/*--------------------------
全体
---------------------------*/
body.list {
  background: #e8f3ff;
}

/*--------------------------
キービジュアル
---------------------------*/
.kv {
  height: 55.0666666667vw;
  overflow: hidden;
  position: relative;
  background: #e7e7ed url(../image/list_kv_sp.jpg) no-repeat center center;
  background-size: 100% auto;
}

/*--------------------------
ページタイトルアイコン
---------------------------*/
.products_text {
  margin-bottom: 2vw;
}
.products-listColumn_note {
  padding-bottom: 2.6666666667vw;
}
.products .cmn-sec_ttl {
  line-height: 13.3333333333vw;
}
.products .cmn-sec_ttl:before {
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  content: "";
  margin-right: 3.8666666667vw;
  display: inline-block;
  vertical-align: middle;
}
.products .cmn-sec_ttl.is-ippan:before {
  background: url(../image/icon_ippan.png) no-repeat center center;
  background-size: 100% auto;
}
.products .cmn-sec_ttl.is-iryou:before {
  background: url(../image/icon_iryou.png) no-repeat center center;
  background-size: 100% auto;
}
.products .cmn-sec_ttl.is-kougyou:before {
  background: url(../image/icon_kougyou.png) no-repeat center center;
  background-size: 100% auto;
}
.products .cmn-sec_ttl.is-menkyu:before {
  background: url(../image/icon_menkyu.png) no-repeat center center;
  background-size: 100% auto;
}

.is-and .products-listColumn_note .mark-cp {
  font-family: "Roboto";
}

/*--------------------------
タブメニュー
---------------------------*/
.cmn-tabmenu {
  height: 20vw;
}

.cmn-tabitem .btn {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  font-weight: 600;
  height: 17.3333333333vw;
}
.cmn-tabitem .btn:after {
  bottom: 0.8vw;
}
.cmn-tabitem.is-active .btn {
  height: 16vw;
}
.cmn-tabitem.is-active .btn:after {
  bottom: 3vw;
}

/*--------------------------
商品一覧
---------------------------*/
.products {
  padding: 10.6666666667vw 0 14.6666666667vw;
}
.products .cmn-tabbody {
  padding: 0;
}
.products-item_icon {
  padding-top: 0;
}
.products-item_textDetail {
  width: 35.3333333333vw;
  text-align: left;
  padding-right: 5.3333333333vw;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.6153846154;
  font-weight: 400;
}
.products-item_textDetail .detail-txt {
  text-decoration: underline;
}
.products-item_textDetail:after {
  display: inline-block;
  content: "ú";
  font-family: "CONDENSEicon";
  position: absolute;
  right: 1.3333333333vw;
  top: calc(50% - 0.5em);
}
.products-list.is-sp-1Column .products-item .products-item_icon {
  -webkit-transform: translateX(-3.7333333333vw);
      -ms-transform: translateX(-3.7333333333vw);
          transform: translateX(-3.7333333333vw);
}
.products-list.is-sp-1Column .products-item .products-item_text {
  padding-right: 7.3333333333vw;
}
.products-list.is-sp-1Column .products-item .products-item_textArea {
  padding-right: 6.6666666667vw;
}
.products-list.is-sp-1Column .products-item_textDetail {
  width: 34.6666666667vw;
  margin-top: 4.6666666667vw;
}

/*一般用*/
.ippan .products-item {
  height: 81.3333333333vw;
  background: #fff;
}
.ippan .products-item_textDetail {
  width: 38vw;
  margin-top: 2.6666666667vw;
  min-height: 17vw;
}

/*医療用*/
.iryou {
  background: #f4f9ff;
}
.iryou .products_text {
  margin-bottom: 6.6666666667vw;
}
.iryou .products-item {
  height: 85.3333333333vw;
  background: #fff;
  border-bottom: none;
}
.iryou .products-item .btn {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.iryou .products-item_textDetail {
  margin-top: 3.3333333333vw;
  width: 38vw;
}

/*工業用*/
.kougyou .products_text {
  margin-bottom: 6.6666666667vw;
}
.kougyou .products-item {
  height: 70.5333333333vw;
  background: #fff;
  border-bottom: none;
  border-top: none;
}
.kougyou .products-item .btn {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kougyou .products-item_textDetail {
  margin-top: 9.3333333333vw;
}

/*綿球用*/
.menkyu {
  background: #f4f9ff;
}
.menkyu .products_text {
  margin-bottom: 6.6666666667vw;
}
.menkyu .products-item {
  height: 70.6666666667vw;
  background: #fff;
  border-bottom: none;
  border-top: none;
}
.menkyu .products-item_textDetail {
  margin-top: 9.3333333333vw;
}

@media screen and (min-width: 769px) {
  /*--------------------------
  キービジュアル
  ---------------------------*/
  .kv {
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #e7e7ed url(../image/list_kv.jpg) no-repeat center center;
    background-size: auto 100%;
  }
  /*--------------------------
  ページタイトル
  ---------------------------*/
  .cmn-sec_ttl {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 500;
  }
  /*--------------------------
  アンカーメニュー
  ---------------------------*/
  .cmn-anchor {
    margin-top: 33px;
  }
  .cmn-anchor_item .btn {
    width: 235px;
  }
  .cmn-anchor_item:nth-child(2n), .cmn-anchor_item:nth-child(2n+1) {
    margin-right: 23px;
  }
  .cmn-anchor_item:nth-last-child(1) {
    margin-right: 0;
  }
  /*--------------------------
  ページタイトルアイコン
  ---------------------------*/
  .products .cmn-sec_ttl {
    line-height: 1;
    margin-bottom: 30px;
  }
  .products .cmn-sec_ttl:before {
    width: 70px;
    height: 70px;
    content: "";
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .products-listColumn_note {
    padding-bottom: 0;
  }
  /*--------------------------
  タブメニュー
  ---------------------------*/
  .cmn-tabmenu {
    height: 100px;
  }
  .cmn-tabitem .btn {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
    height: 75px;
  }
  .cmn-tabitem .btn:after {
    bottom: 0.8vw;
  }
  .cmn-tabitem.is-active .btn {
    height: 95px;
  }
  .cmn-tabitem.is-active .btn:after {
    bottom: 0.88vw;
  }
  /*--------------------------
  商品一覧
  ---------------------------*/
  .products {
    padding: 80px 0;
  }
  .products .cmn-tabbody {
    padding: 50px 0;
  }
  .products .cmn-tabbodys {
    -webkit-box-shadow: 4px 4px 0 0px #dae5f0;
            box-shadow: 4px 4px 0 0px #dae5f0;
    border-radius: 0 0 12px 18px;
    overflow: hidden;
  }
  .products-item .btn:hover {
    text-decoration: none;
  }
  .products-item .btn:hover .products-item_textDetail .detail-txt {
    text-decoration: none;
  }
  .products-item_text {
    font-size: 1.8rem;
    letter-spacing: -0.04em;
    line-height: 1.4444444444;
    font-weight: 600;
  }
  .products-item_img {
    height: 150px;
  }
  .products-item_textDetail {
    width: 210px;
    text-align: left;
    padding-right: 20px;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.625;
    font-weight: 400;
  }
  .products-item_textDetail:after {
    display: inline-block;
    content: "ú";
    font-family: "CONDENSEicon";
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
  }
  .products-item_textArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .products-list.is-pc-1Column .products-item .products-item_icon {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .products-list.is-pc-1Column .products-item .products-item_text {
    padding-right: 0;
  }
  .products-list.is-pc-1Column .products-item .products-item_textArea {
    padding-right: 0;
  }
  .products-list.is-pc-1Column .products-item_textDetail {
    width: auto;
    margin-top: 15px;
  }
  /*一般用*/
  .ippan {
    background: transparent;
    padding: 47px 0 80px;
  }
  .ippan .products-item {
    height: 370px;
    background: #fff;
  }
  .ippan .products-item .btn {
    padding-top: 10px;
  }
  .ippan .products-item.is-sanrio {
    padding-top: 23px !important;
  }
  .ippan .products-item_textDetail {
    width: auto;
    margin-top: 23px;
    min-height: auto;
  }
  .ippan .products-list.is-pc-1Column .products-item {
    width: 100%;
  }
  .ippan .products-list.is-pc-1Column .products-item .btn {
    padding: 30px 0 0;
  }
  .ippan .products-list.is-pc-1Column .products-item_textArea {
    max-width: 340px;
  }
  .ippan .products-list.is-pc-1Column .products-item_img {
    height: 150px;
    margin-left: 0;
  }
  .ippan .is-pc-1Column .products-item_textDetail {
    width: auto;
    padding-left: 0;
    margin-top: 15px;
  }
  .ippan .is-pc-1Column-list.is-pc-1Column .products-item {
    width: 100%;
  }
  .ippan .is-pc-1Column-list.is-pc-1Column .products-item_textArea {
    max-width: 325px;
    margin-right: 30px;
  }
  /*医療用*/
  .iryou {
    background: #f4f9ff;
  }
  .iryou .products_text {
    margin-bottom: 25px;
  }
  .iryou .products-listColumn {
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
    border-radius: 10px;
    border-right: 4px solid #e6eaf0;
    border-bottom: 4px solid #e6eaf0;
  }
  .iryou .products-list {
    margin: 0 50px;
  }
  .iryou .products-item {
    height: 300px;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .iryou .products-item .btn {
    padding-top: 10px;
  }
  .iryou .products-item_textDetail {
    margin-top: 15px;
    width: 288px;
  }
  .iryou .products-list.is-pc-1Column .products-item {
    width: 100%;
  }
  .iryou .products-list.is-pc-1Column .products-item_textArea {
    max-width: 320px;
    margin-right: 0;
  }
  /*工業用*/
  .kougyou .products_text {
    margin-bottom: 25px;
  }
  .kougyou .products-listColumn {
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
    border-radius: 10px;
    border-right: 4px solid #e6eaf0;
    border-bottom: 4px solid #e6eaf0;
  }
  .kougyou .products-list {
    margin: 0 50px;
  }
  .kougyou .products-item {
    height: 280px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .kougyou .products-item_icon {
    padding-top: 0;
  }
  .kougyou .products-item_img {
    height: 170px !important;
  }
  .kougyou .products-item_textDetail {
    margin-top: 15px;
    width: auto;
  }
  /*綿球用*/
  .menkyu {
    background: #f4f9ff;
  }
  .menkyu .products_text {
    margin-bottom: 25px;
  }
  .menkyu .products-listColumn {
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
    border-radius: 10px;
    border-right: 4px solid #e6eaf0;
    border-bottom: 4px solid #e6eaf0;
  }
  .menkyu .products-list {
    margin: 0 50px;
  }
  .menkyu .products-item {
    height: 280px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .menkyu .products-item_icon {
    padding-top: 0;
  }
  .menkyu .products-item_img {
    height: 150px !important;
    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px);
  }
  .menkyu .products-item_textDetail {
    margin-top: 15px;
    width: auto;
  }
  /*--------------------------
  お買い求め
  ---------------------------*/
  .shopping {
    padding: 80px 0 80px;
  }
  .shopping_item {
    width: 235px;
  }
  .shopping_item .btn {
    height: 87px;
  }
  .shopping_item .btn:after {
    right: 10px;
    bottom: 9px;
  }
  .shopping_item .btn.is-amazon img {
    width: 96px;
  }
  .shopping_item .btn.is-rakuten img {
    width: 111px;
  }
  .shopping_item .btn.is-kenko img {
    width: 177px;
  }
  .shopping_item .btn.is-lohaco img {
    width: 160px;
  }
}