@charset "euc-jp";
.prd-opt-src {
  display: none !important;
}
.product-image {
  /*padding-right: 40px;*/
}
.product-image-main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product-image-thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dbdbdb;
}
.thumb-active {
  border: 1px solid #ecd062;
}
.product-exp {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  /*border-top: 1px solid #dbdbdb;*/
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
}
.product-spec-block {
  margin-bottom: 3em;
}
  .product-spec-block table {
    width: 100%;
  }
    .product-spec-table {
      margin-bottom: 20px;
      border-top: 1px solid #dbdbdb;
    }
    .product-spec-table th {
      padding-top: 1em;
      padding-right: .5em;
      padding-bottom: 1em;
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em;
      border-bottom: 1px solid #dbdbdb;
    }
      .product-spec-table th {
        width: 33.333%;
      }
      .product-spec-table td {
        width: 66.666%;
      }
        .product-spec-table select {
          width: 90%;
        }
        .product-order-form input {
          float: left;
          margin-right: .3em;
          padding: .3em;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
          .product-init-num {
            width: 3em;
            text-align: right;
          }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 15px 0;
	font-size: 12px;
  }
  .product-info-lst a {
    color: #444;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    text-decoration: underline;
  }
  .product-info-lst a:before {
      content: "";
      width: 5px;
      height: 10px;
      margin-right: 10px;
      background-image: url(https://img21.shop-pro.jp/PA01456/732/etc/arrow01.png?cmsp_timestamp=20200915170301);
      background-position: center;
      background-size: 5px;
      background-repeat: no-repeat;
      display: inline-block;
  }
  .product-review {
    margin-bottom: 30px;
  }
  .product-review a {
    font-weight: bold;
  }
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 1.6em;/*3*/
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}
.text-titles-list__detail-text {
  width: 85%;
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}
.disable_cartin .btn-02 {
    border: 1px solid #147FCD;
    background-color: #147FCD;
    font-size: 18px;
}
.product-exp + .mar_b_50 {
    margin: 0 0 60px 0;
}

/* ========================================
      追加CSS
======================================== */
.t_cau_con {
   padding-bottom: 40px;
}
.t_cau01,.t_cau02,.t_cau03 {
    width: 47%;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ad1000;
}
.t_cau01 {
    padding: 27px 0;
    border: 1px solid #ad1000;
}
.t_cau02 {
    padding: 15px 0;
    background-color: #ffe485;
}
.t_cau02 img {
    width: 25px;
    margin-right: 5px;
}
.t_cau02 span {
    margin-top: 5px; 
    font-size: 13px;
    color: #5e532d;
    font-weight: normal;
    display: block;
}
.t_cau03 {
    width: 48%;
    font-size: 16px;
    margin-top: 10px;
}
.t_doukon {
	padding: 30px 0 10px 0;
	border-top: 1px solid #dbdbdb
}
.t_doukon h2 {
	width: 30%;
    margin: 0; 
	font-size: 18px;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.t_doukon .t_button {
  	width: 70%;
    margin: 0; 
}

.prd_lst {
    margin: 0;
}
.prd_lst li {
    width: 32%;
	padding: 0;
}
.t_check {
    font-size: 12px;
    font-weight: bold;
}
.t_check a {
    display: block;
    margin-top: 5px;
    font-weight: normal;
}

.t_detail {
     padding-top: 20px;
     border-top: 1px solid #dbdbdb
}
.t_detail .td_con01,.t_detail .td_con02 {
    width: 45%;
    padding: 0 20px;
}
.t_detail .td_con01 {
    border-right: 1px solid #ddd;
}
.t_detail .td_con03,.t_detail .td_con02 dl dt,.t_detail .td_con02 dl dd {
	border-top: 1px solid #ddd;
}
.t_detail .td_con02 dl dt {
    width: 30%;
}
.td_con03 dl dt {
    width: 27%;
}
.t_detail .td_con02 dl dd,.td_con03 dl dd {
    width: 70%;
    margin: 0;
}
.td_con03 dl dd {
    width: 70%;
}
.t_detail .td_con03 {
	margin-top: 20px;
	padding-top: 20px;
}
.t_detail .td_con01 p,.td_con04 h3,.td_con04 p {
    margin-top: 20px;
}
.t_detail h3 {
	/*font-weight: 500;*/
}
.t_detail .td_con01 h3 {
    font-size: 20px;
}
.t_detail .td_con01 p {
    font-size: 14px;
    line-height: 2em;
}
.td_con02 dl dd,.td_con02 dl dt {
    padding: 10px 0;
}
.t_detail .td_con02 dl dt:nth-child(1),.t_detail .td_con02 dl dd:nth-child(2) {
    border-top: none;
}
.td_con03 dl dt {
    width: 23%;
    padding-left: 10px; 
    font-size: 18px;
}
.td_con03 dl dt img {
    width: 50px;
}
.td_con03 dl dd a {
    text-decoration: underline;
}
.td_con04 .t_img {
    margin-top: 40px;
}
.td_con04 h3 {
    margin-top: 35px;
    font-size: 25px;
}
.td_con04 p {
    font-size: 16px;
    line-height: 2em;
}
.t_ubutton {
	margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
}
.t_ubutton h3 {
    padding: 15px 0;
	text-align: center;
    background-color: #f9f9f9;
    border-radius: 3px;
}
.t_ubutton .cartjs_cart_in input {
	border: 1px solid #147FCD!important;
    background-color: #147FCD!important;
    font-size: 18px!important;
}
#twitter-widget-0 {
	margin-right: 15px;
}
.txt_cau01 {
	width: 100%;
	border: 1px solid red;
	color: red;
	padding: 3px;
	text-align: center;
}

/** 商品紹介 **/
.t_intr1 {
  margin: 30px 0;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #dbdbdb;
}
.t_intr2 p {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.t_product_intr h2 {
  font-size: 30px;
}
.t_product_intr p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8em;
}
.t_product_intr h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.t_product_intr h3 span {
  display: block;
  margin-bottom: -5px;
  font-size: 16px;
  font-family: "Helvetica Neue",Arial,"游ゴシック Medium",'Yu Gothic Medium',"游ゴシック",'Yu Gothic',"游ゴシック体",YuGothic,"メイリオ",'Meiryo','Hiragino Kaku Gothic ProN','Hiragino Sans',"ヒラギノ角ゴ ProN W3",sans-serif;
  color: #91a7bb;
}
.t_product_intr .img {
  margin: 40px 0;
}
.t_product_intr .img p {
  margin: 20px 0;
  text-align: center;
  color: #979797;
}
.t_product_intr .t_button {
  width: 96%;
  margin-left: 18px;
  box-sizing: border-box;
}
.t_button.theme_blue a {
  border: 2px solid #147fcd;
  color: #147fcd;
  font-weight: bold;
}
/** 商品紹介ここまで **/

@media screen and (max-width: 1150px) {
  .t_detail .td_con01,.t_detail .td_con02 {
      width: 100%;
	  border: none;
	  padding: 0;
  }
  .t_detail .td_con02 {
	  margin-top: 20px;
  }
  .td_con03 dl dt,.td_con03 dl dd {
      width: 100%;
  }
  .td_con03 dl dd {
      margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  .t_cau01,.t_cau02 {
    width: 100%;
    font-size: 18px;
  }
  .t_cau02 {
    margin-top: 20px;
  }
  .t_cau03 {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 767px) {
  .prd_lst.t_yoko2:after {
      content: "";
      width: 32%;
  }
  .td_con03 dl dt {
      display: -moz-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .prd_lst li {
      width: 48%;
  }
  .t_detail .td_con02 dl dt {
      width: 40%;
  }
  .t_detail .td_con02 dl dd {
      width: 60%;
  }
  .t_detail .td_con03 dl dt,.t_doukon h2 {
     font-size: 16px;
     padding: 5px 0;
     text-align: center;
     background-color: #f9f9f9;
     border-radius: 3px;
  }
  .t_detail .td_con03 dl dt img {
     width: 38px;
  }
  .td_con04 h3 {
     font-size: 20px;
  }
   .td_con04 p {
     font-size: 14px;
  }
  .cartjs_product_table table,.t_ubutton .cartjs_cart_in input {
	  width: 100%!important;
  }
  .t_ubutton h3 {
	  font-size: 13px;
  }
  .t_ubutton h3 span,.t_doukon h2 {
	  display: block;
  }
  .t_doukon h2, .t_doukon .t_button {
	  width: 100%;
  }
  .t_doukon h2, .t_doukon .t_button {
	  padding: 10px 0;
  }
  .t_doukon .t_button {
	  margin-top: 20px;
  }
  .t_button.theme_blue {
      width: 100%;
      margin-left: 0;
  }
}