@charset "euc-jp";
.page-container{
max-width: 1000px;
}
.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 5px;
    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-text{
  padding-left: 30px;
  position: relative;
}
.product-text h2{
  text-align: left;
  font-weight: 900;
  margin: 50px 0;
  padding: 0 5px;
}
.product-order-price {
  margin: 40px 0;
  color: #333;
  text-align: left;
  font-size: 24px;
  line-height: 40px;
}
.product-order-price::after {
  content: '(税込)';
  font-size: 1rem;
}
  .product-order-price li {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 900;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 40px 0;
  text-align: center;
  margin-bottom: 80px;
}
/* .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;
    width: 90%;
    border-radius: 0;
    background-color: #3C1600;
    display: block;
    margin-left: auto;
}
.disable_cartin{
  padding: 0;
}
  .btn-addcart i,.btn-fav i {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
    font-family: 'Zen Old Mincho', serif;
  }

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

.product-order-exp {
  padding: 40px 80px 60px;
  border-bottom: 2px #DED5C5 solid;
}

.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;
}
.btn-addcart i{
      margin-left: 1rem;
    margin-top: 2px;
}
@media (max-width: 768px) {
  
.btn-addcart i{
      margin-left: 0;
}
.disable_cartin{
  padding: 0 1%;
}
.product-order-exp {
  padding: 40px 1rem;
}
  .product-image-main {
    margin-bottom: 20px;
    min-height: 300px;
  }
  .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%;
    }
    .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;
}
.srhbtn-flex {
    display: flex;
    margin: 80px auto;
    max-width: 1000px;
}
.srhbtn-flex .btn.btn-rg {
    margin: 0;
    font-size: 16px;
    background-color: #DED5C5;
    color: #333333;
    width: 100%;
}

.srhbtn-flex .btn.btn-rg::before{
  content: '';
  border-color: #333;
}

.srhbtn-flex .btn.btn-rg:first-of-type{
  margin-right: 1rem;
}
.srhbtn-flex .btn.btn-rg:last-of-type{
  margin-left: 1rem;
}
.srh-contain{
  border-bottom: 2px #DED5C5 solid;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.btn.btn-02{
  padding-top: 6px;
}


@media (max-width: 768px) {
  
.srhbtn-flex{
  width: 90%;
    margin: 40px auto;
}
.srhbtn-flex .btn.btn-rg:first-of-type{
  margin-right: 0;
}
.srhbtn-flex .btn.btn-rg:last-of-type{
  margin-left: .5rem;
}
.srhbtn-flex .btn.btn-rg {
    padding: 10px;
    font-size: 12px;
    padding-bottom: 30px;
    text-align: center;
}
.srhbtn-flex .btn.btn-rg::before{
  content: '';
  left: 50%;
  transform: skewX(60deg) translateX(-50%);
  top: auto;
  bottom: 12px;
  width: 46px;
}
}
.icon-lg-b.icon-plus {
  background-position: -312px -120px;
}
.icon-lg-b.icon-minus {
  background-position: -288px -120px;
}
.product-order-num .input-prepend{
  display: inline-block;
  border: 1px solid #d8d8d8;
  padding: 1px;
}
.product-order-num .btn{
  display: inline-block;
  padding: 10px 2px;
  background-color: #fff;
}
.product-order-num input{
  text-align: center;
  border: 0;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child{
  border-radius: 0;
  border: 0;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child{
  border-radius: 0;
  border: 0;
}
.share .sns-style a{
  font-size: 23px;
  color: #DED5C5;
  cursor: pointer;
}
@media (max-width: 768px) {
.product-order-num input {
    padding: 12px 2px;
    width: 40%;
}
}
.product-about{
  padding: 100px 0;
background-color: #3C1600;
background: url('https://img21.shop-pro.jp/PA01482/411/etc/bg_pt.jpg') repeat;
}
.p-about-wrap{
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
.p-about-wrap{
  width: 90%;
  text-align: left;
}
.p-about-wrap h2,
.p-about-wrap h3{
  text-align: center;
}
.p-about-wrap p{
  padding: 0 1rem;
}

.product-order-input{
  margin-bottom: auto;
  margin: 30px 0;
}
.product-about{
  padding: 50px 0;
}
}
#container{
  margin-bottom: 0;
}

.share a{
  padding: .2rem 1rem;
  cursor: pointer;
}
.btn-fav{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 900;
  padding: 0.5rem 1rem 0.4rem;
  width: 100%;
  font-size: 14px;
  border: #DED5C5 1px solid;
  background: #fff;
  border-radius: 0;
}
@media (hover: hover) {
.btn-fav:hover{
  opacity: .6;
}
.btn-addcart:hover{
  background: #3C1600;
  opacity: .8;
}
}
.btn-fav::after{
content: 'お気に入りに追加する';
}
.fav-items.btn-fav{
  background: #DED5C5;
}
.fav-items.btn-fav::after{
content: 'お気に入りから除く';
}
.sns-pin{
  padding-top: 4px;
}
@media (max-width: 768px) {
.btn-fav{
  padding: 0.5rem 0.4rem;
  font-size: 12px;
}
}

/* recommend items */
.seller-items{
background-color: #fff;
padding: 40px 0 80px;
}
.seller-items p{
text-align: center;
margin-bottom: 60px;
}
.prd-lst-span {
display: block;
margin: .3em 0;
font-size: 1rem;
text-align: left;
}
.prd-lst-price {
font-size: 1.4rem;
color: #404042;
}
.prd-lst-name {
font-size: 1.2rem;
}
ul.prd-lst {
width: 90%;
margin: 0 auto;
}
@media (max-width: 768px) {
ul.prd-lst {
width: 100%;
margin: 0;
padding: 0;
}
.seller-items{
padding: 40px 0 60px;
}
.ttl-h2 span{
    font-size: 36px;
}
}
.about-images-wrap{
 display: inline-block;
 padding: 60px 40px;
 margin: 60px 0;
 background-color: #E6DDCD;
 text-align: center;
}
.p-about-wrap h2{
  margin-top: 50px;
  font-weight: 900;
}
.p-about-wrap h3{
  margin-bottom: 40px;
  font-weight: 900;
}
.share_line{
  border-bottom: 1px solid #DED5C5;
  margin-bottom: 1rem;
  padding-bottom: .6rem;
}
@media (max-width: 768px) {
.about-images-wrap{
 padding: 40px 20px 40px 40px;
 display: block;
 margin: 60px 1rem 0;
}
.product-text{
  padding-left: 0;
}
.product-text h2{
  margin: 0;
}
.product-order{
  margin: 0;
}
.product-order-price{
  margin: 0;
}
.cg_freespace_01 h2{
  margin: .5rem 0;
}
}

.gift{
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
}
.gift .sp_carousel{
  max-width: 1200px;
  margin: 0 auto;
}

.share_flex{
  display: flex;
  justify-content: flex-start;
}
.fav-style{
  width: 50%;
  *width: 47.5%;
  margin-left: auto;
}
.item-limited::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
content: "";
background: #5a5a5a;
border-radius: 12px;
mix-blend-mode: multiply;
}
.item-limited {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
top: 0;
  left:0;
     width: 100%;
    height: 120%;
}
.item-limited-title {
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 44px;
  margin-bottom: 24px;
width: 420px;
}
.item-limited-desc {
position: relative;
z-index: 1;
color: #fff;
text-align: center;
  margin-bottom: 34px;
}
.item-limited-link {
position: relative;
z-index: 1;
margin-bottom: 20px;
}
.item-limited-link-label {
color: #fff;
text-align: center;
}
.item-limited-link.-register .item-limited-link-btn {
background: #fff;
display: block;
width: 340px;
padding: 0.75rem 0;
     position: relative;
}
.item-limited-link {
position: relative;
z-index: 1;
}
.item-limited-link-label {
color: #fff;
text-align: center;
}
.item-limited-link.-login .item-limited-link-btn {
    background: #fff;
    display: block;
    width: 340px;
    padding: 0.75rem 0;
position: relative;
}
.item-limited-link.-register .item-limited-link-btn::before{
content: "";
background: url("https://img21.shop-pro.jp/PA01482/411/etc/limited-cl.png?cmsp_timestamp=20230210015955") no-repeat;
background-size: 40px;
width: 40px;
height: 7px;
top: 50%; 
transform: translateY(-50%);
right: 10px;
position: absolute;
}
.item-limited-link.-login .item-limited-link-btn::before{
content: "";
background: url("https://img21.shop-pro.jp/PA01482/411/etc/limited-cl.png?cmsp_timestamp=20230210015955") no-repeat;
background-size: 40px;
width: 40px;
height: 7px;
top: 50%; 
transform: translateY(-50%);
right: 10px;
position: absolute;
}
@media (max-width: 768px) {
.item-limited {
    height: 125%;
}
.item-limited-title {
width: 310px;
margin-top: 20px;
margin-bottom: 13px;
}
.item-limited-desc {
line-height: 1.75;
margin-bottom: 15px;
}
.item-limited-link {
margin-bottom: 10px;
}
.item-limited-link.-register .item-limited-link-btn {
width: 284px;
}
.item-limited-link-label {
margin-bottom: 0;
}
.item-limited-link.-login .item-limited-link-btn {
width: 284px;
}
}