@charset "euc-jp";

section h2 {
  border-bottom: #e6d990 1px solid;
  margin: 2em 0 1.4em;
  padding: 0 0 .6em;
}

.btn-02[disabled]{font-size:110%;}

.product-exp p {
  margin: 10px 0 30px;
}

.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 #fff;
}
.product-exp {
  clear: both;
  margin: 10px 0 20px 0;
  padding: 10px 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;
          width: 3em;
          text-align: right;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 15px 0;
  }
  .product-info-lst a {
    color: #444;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    text-decoration: underline;
  }
  .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: 3;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}

@media only screen and (max-width: 768px) {
.product-image {
  padding-right: 0px;
}
}



/* ダックワーズ */

	.dac-bg {
		background-color:#ffe3c2;
		padding:20px;
	}
	.dac-title {
		margin-bottom: 0;
	}
	.dac-box1,
	.dac-box2,
	.dac-box3 {
		background-color:#f5f0e5;
		border-radius: 10px;
		padding: 30px;
		margin: 15px 0 30px;
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
	.dac-box1 {
		background: #f5f0e5 url(https://file001.shop-pro.jp/PA01289/835/assets/dac/dac2.png) right center / auto 80% no-repeat;
	}
	.dac-box2 {
		background: #f5f0e5 url(https://file001.shop-pro.jp/PA01289/835/assets/dac/dac3.png) center bottom / 100% auto no-repeat;
		padding-bottom: 25vw;
	}
	.dac-h3 {
		color: #5a3114;
		font-weight: bold;
		font-size: 21px;
	}
	.dac-read {
		line-height: 35px;
		background: url(https://file001.shop-pro.jp/PA01289/835/assets/dac/border.png) left top / auto 35px repeat;
		margin: 30px 0;
	}
	.dac-read .dac-h4,
	.dac-read p {
		margin: 0;
	}
	.dac-read .dac-h4 {
		font-size: 21px;
	}
	.dac-materialImg {
		text-align: center;
	}
	.dac-materialImg img {
		max-width: 80%;
	}
	@media screen and (max-width:767px) {
		.dac-box1 {
			background: #f5f0e5 url(https://file001.shop-pro.jp/PA01289/835/assets/dac/dac2.png) right center / 45% auto no-repeat;
		}
	}

.upsell {
  padding: 10px 0;
}

.upsell .prd_lst {
  overflow: hidden;
}

.upsell .prd-lst-unit {
  margin-bottom: 0;
}

.balloon2 {
    position: relative;
    margin: 1.5em 0;
    padding: 7px 10px;
    color: #555;
    font-size: 21px;
    background: #FFF;
    border: solid 2px #aaa;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}

.balloon2:before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -16px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
}

.balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #aaa;
    z-index: 1;
}

.balloon2 span {
  margin: 0;
  padding: 0;
}
.buy-jump{
  display: none;
}
@media screen and (max-width:767px){
  .buy-jump{
    display: block;
    position: fixed;
    right: 10px;
    bottom: 30px;
    height: 70px;
    width: 70px;
    line-height: 1.2;
    color: white;
    font-size: 11px;
    text-align: center;
    display: block;
    background-color: #f09f41;
    border-radius: 100%;
    z-index: 1;
    text-decoration: none;
  }
  .buy-jump:hover{
    color: white;
  }
  .buy-jump:focus{
    color: white;
  }
  .buy-jump-inner{
    width: 25px;
    height: 25px;
    background-image: url(https://g-spoon.co.jp/ec/img/product/icon/img_button_cart.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px auto;
  }
  .container-section .itemDetail-title{
    padding-top: 150px;
    margin-top: -150px;
  }
}

.floating-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  background: #f4f2f3d9;
  padding-block: 12px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.floating-btn .floating-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.floating-btn .floating-item input {
  width: 1em;
}

.floating-btn .floating-item p {
  margin-bottom: unset;
}

.floating-btn .cartBtn {
	width: 300px;
  	margin: 0 auto;
}

.floating-btn.fade-out {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:767px){
  .floating-btn {
   gap: 16px;
  }
  .floating-btn .disable_cartin{
    margin-right: 8px;
  }
  .floating-btn .cartBtn {
	width: 165px;
    padding: 0.8em;
    border-bottom: #d27d1c 4px solid;
    font-size: 14px;
    padding-right: unset;
}
  .floating-btn .floating-item {
  margin-left: 8px;
  }
  .floating-btn .floating-item:not(:first-of-type) {
        margin-top: 4px;
  }
  .floating-btn .floating-item p {
    font-size: 12px;
    flex-shrink: 0;
  }
  .floating-btn .cartBtn::after {
    width: 20px;
    height: 20px;
    margin-top: -11px;
    left: 10px;
  }
}