.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.pro-detail{
  margin-bottom: 50px;
  position: relative;
}

.detail-w55{
  width: 55%;
  margin: 0 0 50px auto;
}
@media only screen and (max-width:767px){
  .detail-w55{
    width: 100%;
    margin: 0 0 20px auto;
  }
}

.detail-title{
  margin: 0 0 10px 0;
  font-size: 32px;
  line-height: 1.4;
  color: #333;
}

.detail-sns{
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.detail-sns li{
  margin-right: 5px;
}
.detail-sns .facebook{
  width: 88px;
}
.detail-sns .review-number{
  font-size: 14px;
}
.detail-sns .review-number a{
  line-height: 1;
  color: #007ab8;
}
.detail-sns .review-number span{
  font-size: 18px;
}

.detail-price-top{
  margin: 5px 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.detail-price-btm{
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  color: #E10016;
}
.detail-price-btm span:nth-of-type(1){
  font-size: 36px;
}
.detail-price-btm span:nth-of-type(2){
  font-size: 20px;
}
@media only screen and (max-width:1024px){
  .detail-price-btm{
    text-align: left;
  }
}

.detail-img{
  width: 40%;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #707070;
}
.detail-img .main-img-wrap{
  width: 100%;
  box-sizing: border-box;
}
.detail-img .main-img-wrap .squere-wrap{
  border: 1px solid #707070;
}
.detail-img .main-img-wrap img{
  width: 100%;
}
.detail-img .detail-img-list{
  margin: 20px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.detail-img .detail-img-list li{
  width: 18%;
  margin: 0 2.5% 2.5% 0;
}
.detail-img .detail-img-list li:nth-of-type(5n){
  margin-right: 0;
}
.detail-img a{
  display: none;
}
.detail-img p{
  font-weight: bold;
}
.detail-img p:nth-of-type(2){
  color: #E10016;
}
.detail-img.fixed {
  position: fixed;
  top: 75px;
  left: auto;
}
.detail-img.fixed-end {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
}
@media only screen and (max-width:767px){
  .detail-img{
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    border: none;
  }
  .detail-img a{
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }
  .detail-img p{
    display: none;
  }
}

.detail-txt{
  margin-bottom: 50px;
}
.detail-txt h3{
  display: inline;
  font-size: 18px;
  background: linear-gradient(transparent 50%, #FEF48B 0%);
}
.detail-txt h3::before,
.detail-txt h3::after{
  content: "";
  display: block;
}

.detail-txt h3::before{
  margin-top: 3em;
}
.detail-txt h3::after{
  margin-bottom: 1em;
}
.detail-txt p{
  margin-bottom: 1em;
}
.detail-txt img{
  margin-bottom: 20px;
}
.detail-txt .flex{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.detail-txt .flex *{
  display: inline-block;
}
.detail-txt .flex * + *{
  margin-left: 20px;
}
.detail-txt table{
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
  table-layout: fixed;
}
.detail-txt table tr{
  padding: 15px;
  display: flex;
  border-bottom: 1px solid #333;
}
.detail-txt table tr:first-of-type{
  border-top: 2px solid #333;
}
.detail-txt table tr:last-of-type{
  border-bottom: 2px solid #333;
}
.detail-txt table th{
  width: 80px;
  margin-right: 20px;
  display: block;
  text-align: left;
  flex-shrink: 0;
}
.detail-txt table td{
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.detail-txt .simple-table{
  margin-top: 0;
  table-layout: fixed;
  border-left: 1px solid #aaa;
}
.detail-txt .simple-table tr{
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border-bottom: 1px solid #aaa;
}
.detail-txt .simple-table th,
.detail-txt .simple-table td{
  width: auto;
  padding: 15px;
  display: table-cell;
  vertical-align: inherit;
  border-right: 1px solid #aaa;
}
.detail-txt .simple-table th{
  margin: 0;
}
.detail-txt .simple-table tr:first-of-type{
  border-top: 1px solid #aaa;
}
.detail-txt .simple-table tr:last-of-type{
  border-bottom: 1px solid #aaa;
}
.detail-txt dt,
.detail-txt dd{
  padding: 5px 0;
  line-height: 1.7;
}
.detail-txt dt{
  border-bottom: 1px solid #333;
}
.detail-txt dd{
  margin: 0;
  border-bottom: 1px dotted #ccc;
}
.detail-txt dd::before{
  content: " ";
  width: 5px;
  height: 5px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 0;
  background: #ccc;
  transform: translateY(-50%);
}
.detail-txt dd + dt{
  margin-top: 10px;
}
@media only screen and (max-width:767px){
  .detail-txt .flex{
    display: block;
  }
  .detail-txt .flex *{
    max-width: 100%;
    margin: auto;
    display: block;
  }
  .detail-txt .flex * + *{
    margin: 20px auto 0;
  }
  .detail-txt table tr{
    flex-wrap: wrap;
  }
  .detail-txt table th{
    width: 100%;
    margin: 0;
  }
  .detail-txt .simple-table tr{
    padding: 0;
    display: flex;
  }
  .detail-txt .simple-table th,
  .detail-txt .simple-table td{
    width: 100% !important;
    box-sizing: border-box;
  }
  .detail-txt .simple-table th{
    padding-bottom: 5px;
  }
  .detail-txt .simple-table td{
    padding-top: 0;
  }
}

.detail-link{
  margin-bottom: 50px;
}
.detail-link ul{
  list-style: circle;
}

.detail-stock{
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width:767px){
  .detail-stock{
    width: 100%;
  }
}

.detail-option{
  margin-bottom: 20px;
}
.detail-option-list{
  width: 50%;
  margin-left: auto;
}
.detail-option-list + .detail-option-list{
  margin-top: 10px;
}
@media only screen and (max-width:1024px){
  .detail-option-list{
    width: 100%;
  }
}

.quantity-btn{
  width: 50%;
  margin-left: auto;
}
.quantity-btn p{
  margin: 0;
}
.quantity-btn input{
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.quantity-btn span{
  position: relative;
  display: block;
}
.quantity-btn .form-up,
.quantity-btn .form-down{
  height: 15px;
  width: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quantity-btn .form-up{
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
.quantity-btn .form-down{
 position: absolute;
 top: 18px;
 right: 0;
 text-decoration: none;
}
@media only screen and (max-width:1024px){
  .quantity-btn{
    width: 100%;
  }
}

.cart-btn{
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #fd7f23;
}
.cart-btn:hover{
  color: #fff;
}
.cart-btn i{
  margin-right: 5px;
}
@media only screen and (max-width:1024px){
  .cart-btn{
    width: 100%;
  }
}

.detail-fav button{
  margin: 10px 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  background: none;
  color: #aaa;
  fill: #aaa;
}
.detail-fav svg{
  width: 24px;
  height: 22px;
  margin-right: 3px;
}
.detail-fav button.fav-items{
  color: #ff7373;
  fill: #ff7373;
}

.review-list{
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
}
.review-list:nth-of-type(1){
  padding-top: 0;
}
.review-title-wrap{
  margin-bottom: 2px;
  display: flex;
}
.review-star{
  width: 75px;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  top: 10px;
  overflow: hidden;
}
.review-star img{
  max-width: inherit;
}
.review-title{
  width: 100%;
  font-size: 24px;
}
.review-date{
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.review-date li{
  margin-right: 10px;
}
.review-img{
  margin-bottom: 10px;
}
@media only screen and (max-width:1023px){
  .review-title-wrap{
    flex-wrap: wrap;
  }
  .review-star{
    margin-bottom: 7px;
    top: 0;
  }
}

.review-shop{
  margin-top: 50px;
}
.shop-title{
  margin: 0 0 2px 0;
}
.shop-date{
  margin-bottom: 10px;
}

.review-edit{
  width: 240px;
  margin: 50px 0 80px 0;
}
.review-edit::after{
  content: "\f303";
  left: 12px;
}



/* 2019/11/25 追記 */
.detail-txt .style-reset dt,
.detail-txt .style-reset dd{
  border: none;
}
.detail-txt .style-reset dd::before{
  content: none;
}


/* 2022/02/09 追記 */
.product-page-ui.relative {
position: relative;
}

/* 汎用<br> */
.product-page-ui .sp-inline-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-page-ui .sp-inline-block {
    display: inline-block;
  }
}

/* 汎用背景 */
.product-page-ui.box.style-1 {
background-color: #F7F7F7;
border-top: 2px solid #707070;
border-bottom: 2px solid #707070;
}

/* 複数セット商品への誘導セクション用 */
.product-page-ui .set-product-ttl {
  background: none;
  padding: 1em;
  position: absolute;
  left: 0;
  top: -78px;
}
@media only screen and (max-width: 1365px) {
  .product-page-ui .set-product-ttl {
    top: -6vw;
  }
}
@media only screen and (max-width: 1239px) {
  .product-page-ui .set-product-ttl {
    top: -6.5vw;
  }
}
@media only screen and (max-width: 1023px) {
  .product-page-ui .set-product-ttl {
    top: -7vw;
  }
}
@media only screen and (max-width: 767px) {
  .product-page-ui .set-product-ttl {
    top: -10vw;
  }
}
@media only screen and (max-width: 539px) {
  .product-page-ui .set-product-ttl {
    top: -12vw;
  }
}
.product-page-ui .set-product-ttl::before {
  content: none;
}
.product-page-ui .set-product-list {
  margin: 100px 1em 2em;
}
@media only screen and (max-width: 1365px) {
  .product-page-ui .set-product-list {
    margin: 7vw 1em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .product-page-ui .set-product-list {
    margin: 16vw 1em 2em;
  }
}
.product-page-ui .set-product-item {
  width: 100%;
  margin: 0.5em 0 0;
}
.product-page-ui .set-product-link {
  display: flex;
  width: 100%;
}
.product-page-ui .set-product-link .img {
  flex: 0 0 100px;
  border: 1px solid #707070;
  margin: 0 1em 0 0;
  height: 100px;
}
.product-page-ui .set-product-link .text {
  text-align: left;
  font-size: 16px;
}
.product-page-ui .set-product-link .text .set-product-name {
  margin: 0.25em 0 1em;
  line-height: 1.3;
}
.product-page-ui .set-product-link .text .set-product-price {
  margin: 0 0 1em;
}
/* フキダシ */
.product-page-ui .set-product-link .text .fukidashi {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  margin: 0 0;
  padding: 0.5em 1em;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 3em;
  background: #C9171E;
}
@media only screen and (max-width: 539px) {
  .product-page-ui .set-product-link .text .fukidashi {
    font-size: 10px;
  }
}
.product-page-ui .set-product-link .text .fukidashi::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 4em;
  margin-left: -15px;
  border: 6px solid transparent;
  border-bottom: 10px solid #C9171E;
}
.product-page-ui .set-product-link .text .fukidashi .strong {
  font-size: 1.166em;
}
































