@charset "utf-8";
/* CSS Document */


/* ----------------------
   products
---------------------- */


#products section {
  margin-bottom: 42px;
}
#products section:after {
  content: "";
  display: block;
  clear: both;
}

/* main slider */
#products #main_slider .slider {
  height: 740px;
  margin-bottom: 10px;
  background: url(../img/slider_bg.gif) 0 0;
}
#products #main_slider .slider .slick-slide {
  position: relative;
  height: 740px;
  outline: 0;
}
#products #main_slider .slider .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#products #main_slider .navi {
  margin-right: -10px;
}
#products #main_slider .navi .slick-slide {
  height: 65px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: 0;
}
#products #main_slider .navi .slick-slide:nth-child(10) {
  margin-right: 0;
}
#products #main_slider .navi .slick-slide.slick-current {
  opacity: 0.5;
}

#products #main_slider .navi .slick-track { /* ナビの動き固定 */
  transform: translate3d(0px, 0px, 0px) !important;
}

/* title */
#products #title {
  margin-bottom: 50px;
}

#products #title h1 {
  margin: 42px 0 15px;
  font-size: 26px;
  text-align: center;
}

#products #title .description {
  padding-top: 15px;
  font-size: 16px;
  text-align: center;
  position: relative;
}
#products #title .description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  border-top: 1px solid #000;
}

/* entry body */
#products #entry_body {
  overflow: hidden;
}

#products #entry_body_text {
  width: 420px;
  float: left;
}

#products #entry_spec {
  width: 420px;
  margin: 30px 0;
  padding: 1px 20px 25px;
  background-color: #f7f5f2;
  overflow: hidden;
  box-sizing: border-box;
}
#products #entry_spec h2 {
  margin: 10px 0 2px;
  font-size: 18px;
}
#products #entry_spec dl {
  margin-top: 25px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
#products #entry_spec dl dt {
  width: 20%;
  padding: 6px 20px 6px 0;
  color: #8c7954;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  clear: both;
  float: left;
}
#products #entry_spec dl dd {
  width: 80%;
  padding: 6px 0;
  border-top: 1px solid #e0e0e0;
  float: left;
}

#products #cart_area_01 {
  width: 230px;
  float: right;
}

/* cart */
#products .entry_cart .cart_box {
  margin-bottom: 30px;
}
#products .entry_cart h2 {
  margin: 0 0 5px;
  font-size: 16px;
}
#products .entry_cart dl {
  margin-bottom: 8px;
  overflow: hidden;
}
#products .entry_cart dl dt {
  width: 66px;
  margin: 0 10px 7px 0;
  color: #666;
  clear: both;
  float: left;
}
#products .entry_cart dl dd {
  margin-bottom: 7px;
}
#products .entry_cart dl dd input {
  width: 30px;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
}

#products .entry_cart .btn_cart {
  width: 100%;
  height: 40px;
  padding: 0;
  background-color: #c12a17;
  color: #fff;
  font-family: YakuHanMPs, "Noto Serif Japanese mac", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s;
  backface-visibility: hidden;
}
#products .entry_cart .btn_cart::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 21px;
  padding-right: 10px;
  background: url(../img/products_icon_cart.png) 0 top no-repeat;
  background-size: 19px;
  vertical-align: text-bottom;
}

#products .entry_cart .btn_soldout {
  padding: 10px;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  border: 1px dashed #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#products .entry_cart .btn_soldout.mail_magazine span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: left;
}
#products .entry_cart .btn_soldout.mail_magazine .btn {
  display: block;
  height: 38px;
  margin-top: 15px;
  border: 1px solid #b4b4b4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  color: #000;
  line-height: 38px;
}
#products .entry_cart .btn_soldout.mail_magazine .btn:hover {
  background-color: #f4f1ec;
  opacity: 1;
}
#products .entry_cart .btn_soldout.mail_magazine .btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  padding-right: 10px;
  background: url(../img/products_icon_mailmagazine.png) 0 top no-repeat;
  background-size: 24px;
  vertical-align: text-bottom;
}

/* sns box */
#products .sns_box {
  padding-top: 30px;
  border-top: 1px solid #ececec;
  letter-spacing: normal;
}
#products .sns_box .btn_contact {
  display: block;
  height: 50px;
  background-color: #ae7c58;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 50px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#products .sns_box .btn_contact::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  padding-right: 6px;
  background: url(../img/products_icon_contact.png) 0 top no-repeat;
  background-size: 24px;
  vertical-align: text-bottom;
}

#products .sns_box ul {
  margin-top: 20px;
  overflow: hidden;
}
#products .sns_box ul li {
  display: block;
  width: 73px;
  height: 44px;
  padding-top: 8px;
  margin-right: 5px;
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
}
#products .sns_box ul li:last-child {
  margin-right: 0;
}

#products .sns_box ul li a {
  color: #fff;
  border: 0;
}
#products .sns_box ul .btn_twitter {
  background-color: #1b95e0;
}
#products .sns_box ul .btn_facebook {
  background-color: #3b5998;
}
#products .sns_box ul .btn_line {
  background-color: #00b900;
}
#products .sns_box ul li span {
  display: block;
  font-size: 12px;
}

/* notes list */
#products .notes_list {
  margin-bottom: 38px;
  clear: both;
}
#products .notes_list li {
  padding-left: 13px;
  margin-bottom: 7px;
  background: url(../../common/img/list_icon_01.png) 0 0.6em no-repeat;
  background-size: 6px;
}

/* free area */
#products #free_area {
  margin-bottom: 40px;
}
#products #free_area h2 {
  margin-bottom: 38px;
  font-size: 20px;
  text-align: center;
}
#products #free_area h2 span {
  padding-bottom: 4px;
  border-bottom: 1px solid #c12a17;
  line-height: 2;
}

#products #free_area .notes {
  color: #c12a17;
}

/* figure */
#products #free_area figure {
  display: table;
  width: 150px; /* minimum width */
}
#products #free_area figure img {
  display: block;
  height: auto;
  margin: 0 auto 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#products #free_area figure figcaption {
  font-size: 13px;
}
#products #free_area figure.left {
  margin: 0 55px 28px 0;
  float: left;
}
#products #free_area figure.right {
  margin: 0 0 28px 55px;
  float: right;
}

/* bnr */
#products .bnr_free_shipping {
  height: 50px;
  margin-bottom: 40px;
  background-color: #fbf2f1;
  color: #c12a17;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#products .bnr_free_shipping p {
  display: inline-block;
  padding-left: 55px;
  background: url(../img/products_icon_free_shipping.png) 0 center no-repeat;
  background-size: 45px;
}

#products .bnr_free_shipping span {
  font-size: 13px;
}


/* cart 02 */
#products #cart_area_02 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 240px;
  letter-spacing: -.4em;
}
#products #cart_area_02 .main_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#products #cart_area_02 .cart_box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 230px;
  margin-left: 20px;
}
#products #cart_area_02 .sns_box {
  display: none;
}



@media screen and (max-width: 480px) {

  #products {
    margin-bottom: 12%;
  }

  #products section {
    margin-bottom: 8.5%;
  }

  /* main slider */
  #products #main_slider {
    margin: 0 -7.143%;
  }
  #products #main_slider .slider {
    height: auto;
    margin-bottom: 50px;
  }
  #products #main_slider .slider .slick-slide {
    height: auto;
  }
  #products #main_slider .slider .slick-slide .img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
  }
  #products #main_slider .slider .slick-slide img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  #products #main_slider .slider .slick-prev,
  #products #main_slider .slider .slick-prev:before,
  #products #main_slider .slider .slick-next,
  #products #main_slider .slider .slick-next:before {
    height: 60px;
    width: 40px;
  }
  #products #main_slider .slider .slick-dots {
    bottom: -30px;
    transform: scale(0.7);
  }
  #products #main_slider .slider .slick-dots li {
    margin: 0;
  }

  #products #main_slider .navi {
    display: none;
  }


  /* title */
  #products #title {
    margin-bottom: 10%;
  }
  #products #title h1 {
    margin: 0 0 12px;
    font-size: 22px;
  }
  #products #title .description {
    padding-top: 10px;
    font-size: 15px;
  }
  #products #title .description::before {
    width: 10px;
    margin-left: -5px;
  }

  /* entry body */
  #products #entry_body {
    overflow: visible;
  }

  #products #entry_body_text {
    width: 100%;
    float: none;
  }

  #products #entry_spec {
    width: 100%;
    margin: 10% 0;
    padding: 0 4%;
  }
  #products #entry_spec h2 {
    margin: 5% 0 2px;
    font-size: 17px;
  }
  #products #entry_spec .spec_category {
    margin-bottom: 6%;
    font-size: 13px;
  }
  #products #entry_spec dl {
    margin-bottom: 7%;
    font-size: 11px;
  }
  #products #entry_spec dl dt {
    width: 20%;
    padding: 1.5% 10px 1.5% 0;
  }
  #products #entry_spec dl dd {
    width: 80%;
    padding: 1.5% 0;
  }

  #products #cart_area_01 {
    display: none;
    float: none;
  }

  /* cart */
  #products .entry_cart .cart_box {
    margin-bottom: 30px;
  }
  #products .entry_cart h2 {
    margin: 0 0 1.5%;
    font-size: 16px;
  }
  #products .entry_cart dl {
    margin-bottom: 5%;
    font-size: 13px;
  }
  #products .entry_cart dl dt {
    width: 62px;
    margin: 0 10px 0 0;
  }
  #products .entry_cart dl dd {
    margin-bottom: 0;
  }
  #products .entry_cart dl dd input {
    vertical-align: middle;
  }

  #products .entry_cart .btn_cart {
    font-size: 14px;
  }
  #products .entry_cart .btn_cart::before {
    width: 17px;
    height: 18px;
    padding-right: 8px;
    background-size: 17px;
  }

  #products .entry_cart .btn_soldout {
    padding: 3% 7%;
    font-size: 14px;
  }

  #products .entry_cart .btn_soldout.mail_magazine span {
    font-size: 11px;
  }
  #products .entry_cart .btn_soldout.mail_magazine .btn {
    margin-top: 15px;
    font-size: 13px;
  }
  #products .entry_cart .btn_soldout.mail_magazine .btn::before {
    width: 22px;
    height: 17px;
    padding-right: 8px;
    background-size: 22px;
  }

  /* sns box */
  #products .sns_box {
    padding-top: 2%;
    border-top: 0;
  }
  #products .sns_box .btn_contact {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  #products .sns_box .btn_contact::before {
    width: 22px;
    height: 16px;
    padding-right: 8px;
    background-size: 22px;
  }

  #products .sns_box ul {
    margin-top: 6%;
  }
  #products .sns_box ul li {
    width: 32.1%;
    height: 48px;
    padding-top: 8px;
    margin-right: 1.7%;
    font-size: 12px;
  }
  #products .sns_box ul li:last-child {
    margin-right: 0;
  }
  #products .sns_box ul li span {
    font-size: 14px;
  }

  /* notes list */
  #products .notes_list {
    margin: 8.5% 0;
    clear: both;
  }
  #products .notes_list li {
    padding-left: 10px;
    margin-bottom: 9px;
    background: url(../../common/img/list_icon_01.png) 0 0.75em no-repeat;
    background-size: 5px;
    font-size: 13px;
  }

  /* free area */
  #products #free_area {
    margin-bottom: 10%;
  }
  #products #free_area h2 {
    margin-bottom: 8.5%;
    font-size: 16px;
  }
  #products #free_area h2 span {
    padding-bottom: 3px;
  }

  /* figure */
  #products #free_area figure {
    width: 100%;
  }
  #products #free_area figure img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #products #free_area figure figcaption {
    font-size: 11px;
  }

  #products #free_area figure.left,
  #products #free_area figure.right {
    margin: 0 0 5% 0;
    float: none;
  }


  /* cart 02 */
  #products #cart_area_02 {
    margin-bottom: 9%;
    padding-left: 0;
    letter-spacing: normal;
  }
  #products #cart_area_02 .main_img {
    display: none;
  }
  #products #cart_area_02 .cart_box {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #products #cart_area_02 .sns_box {
    display: block;
  }

}



  /* bnr 追記20190927 */
  #products .bnr_free_shipping {
    height: 44px;
    margin-bottom: 12%;
    line-height: 44px;
    font-size: 12px;
  }
  #products .bnr_free_shipping p {
    padding-left: 37px;
    background-size: 30px;
  }

  #products .bnr_free_shipping span {
    font-size: 10px;
  }