figure#main-img { display:none; }
ul.d-free { top: 110px!important; }
#footer-wrapper {
    margin-top: 30px;
}
.outer-box {
    margin: 0;
    padding: 0;
}
/*商品ページヘッダー*/
.category-header {
    width: 100%;
    min-width: 980px;
    background-color: #1f0032;
    overflow: hidden;
    padding: 0;
    
}
.all-items {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.all-items li {
    float: left;
    width: 252px;
    margin: 0 4px;
}

.all-items li.side {
    width: 360px!important;
    margin: 0!important;
} 
.all-items li img {
    width: 100%;
    height: auto;
    display: block;
}
.all-items a {
    display: block;
}
.all-items li a:nth-of-type(2n) {
    margin-top: 5px!important;
}

.history {
    width: 980px;
    margin: 5px auto 0;
    overflow: hidden;
}
.all-items a img {
    width: 100%;
    display: block;
}


.maincategory-menu {
    width: 800px;
    margin: 40px auto;
    padding: 1.5em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    list-style: none;
}

.maincategory-menu li {
    width: 48%;
    font-size: 16px;
    background-color: #381d50;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 1.5em;
}
.maincategory-menu li a {
    color: #fff;
    display: block;
    -webkit-transition:0.3s;
    transition: 0.3s;
}
.maincategory-menu li a:hover {
    text-decoration: none;
    color: yellow;
    -webkit-transition:0.3s;
    transition: 0.3s;
}
.maincategory-menu li a:after {
    content: "一覧　>>";
}

.cate-menu {
/*
    border-top: #1f0531 4px solid;
*/
    background-color: #381d50;
    overflow: hidden;
    width: 100%;
    padding: 1.5em 0;
    display: none;
}
.cate-menu:last-of-type {
    display: block;
}
.cate-menu ul {
    width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    list-style: none;
}
.cate-menu ul li {
    display: inline;
    margin: 0 0.5rem;
}

.cate-menu a:link , .cate-menu a:visited {
    color: #fff;
}

.inner-box h2 {
    width: 100%!important;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 22px;
    line-height: 150%;
    padding: 0;
    display: block!important;
    color: #333!important;
    padding-top: 40px;
    padding-bottom: 0.4em;
    border-bottom: #381d50 2px solid;
    margin: 0 0 4em;
}
.about-kiyoharu-bland {
    width: 980px;
    margin: 40px auto;
}
.about-kiyoharu-bland img {
    width: 100%;
}
.result {
    text-align: center;
    font-size: 15px;
}
.result span {
}
/*楽天へのボタン*/
.rakuten {
    text-align: center;
    width: 980px;
    margin: 0 auto 4rem;
}
.raku-go {
    display: inline-block;
    padding: 10px 1.5em;
    text-align: center;
    background-color: #c31313;
    color: #fff;
    margin: 1em auto;
    -webkit-transition:0.5s;
    transition: 0.5s;
    border-radius: 10px;
}
.raku-go a:link ,
.raku-go a:visited {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.raku-go:hover {
    -webkit-transition:0.5s;
    transition: 0.5s;
    opacity: 0.5;
}

/*商品一覧*/
.kiyoharu-list {
    width: 100%;
}
.kiyoharu-list ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}
.kiyoharu-list li {
    width: 20%;
    margin: 0 2.5% 1em;
    float: left;
    box-sizing: border-box;
}
.kiyoharu-list .kiyoharu-name {
    margin: 0.5rem 0 0.3rem;
    font-size: 16px;
}
.item-description {
    font-size: 12px;
    color: #666;
    text-align: justify;
}
/*商品閲覧*/
.inner-box h3 {
    margin-bottom: 2em;
    line-height: 160%;
    text-align: center;
    padding-bottom: 0.3em;
    border-bottom: #1f0032 1px solid;
}
.item-history {
    width: 100%;
    padding: 0 2.5%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.item-history ul {
    width: 100%;
    margin: 0 auto;
    list-style: none;
}
.item-history li {
    width: 15%;
    float: left;
    margin-right: 2%;
    font-size: 12px;
    box-sizing: border-box;
}
.item-history .kiyoharu-name {
    margin: 0.5rem 0 0.15rem;
    font-size: 13px;
}
.item-history li:last-of-type {
    margin-right: 0;
}
/*ページ送り*/
.page-list {
    width: 100%;
    overflow: hidden;
    margin: 30px auto 20px;
}
.page-list-after {
    width: 100%;
    overflow: hidden;
    margin: 30px auto 60px;
}
.page-list-after .prd-lst-pos {
    margin-top: 20px;
}

.prd-lst-none {
    font-size: 14px;
    color: #1f0032;
    overflow: hidden;
    margin-bottom: 3em;
    text-align: center;
}
 .nodata {
    font-size: 14px;
    color: #1f0032;
    margin: 12em 0 20em;
    text-align: center;
}

/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.cg_freespace_02 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 0;
	padding:0;
}

/* 商品一覧部分のcss*/
.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
  margin: 30px 0;
}
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  margin: 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 40px 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}
