/* ************************************************
*  product_detail_page
* ************************************************ */

#zoomer {
    text-align: center;
}

/* お気に入り */
button.detail__favBtn {
    font-size: 12px;
    border-radius: 5px;
    color: #000 !important;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    width: 100%;
  display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  cursor: pointer;
}
button.detail__contactBtn, a.detail__contactBtn{
  font-size: 12px !important;
  line-height: 40px !important;
  height: 40px !important;
  margin-bottom: 0 !important;
}
button.detail__favBtn.is-added {
  color: #000 !important;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}

button.detail__favBtn:after {
  content:"お気に入りに追加する";
}
button.detail__favBtn.is-added:after {
  content:"お気に入りを解除する";
}
form[name="product_form"] {
    margin-bottom: 60px;
}
@media screen and (max-width:767px){
	form[name="product_form"] {
	    margin-bottom: 40px;
	}
}
#productDetail{
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;

}
.product_images{
  max-width: 50%;
  flex: 0 0 50%;
}
.product_detail_area{
/*  max-width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px); */
      width: 55%;
}
@media screen and (min-width:992px){
  .product_detail_area{
      width: 55%;
}
}
@media screen and (max-width:991px){
  #productDetail{
    flex-wrap: wrap;
  }
  .product_images{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .product_detail_area{
    max-width: 100%;
    flex: 0 0 100%;
  }
}
#itemName {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
  #itemName {
    font-size: 16px;
  }
}

#option_area1 {
    margin-bottom:15px;
    }

#option_area1 h3,
#option_area2 h3{
    margin-bottom:5px;
    font-size:18px;
}
#option_area2 {
    padding:10px;
    }
.op1{
    margin-bottom:10px;
    }
.op2{
    margin-bottom:10px;
    }
.op2_ttl {
    font-weight:bold;
    color:#666666;
    margin-bottom:5px;
    }
.stock_comment {
    font-size:12px;
    color:#dd0000;
    }
#option_table {
    line-height:1;
    }
#option_table table{
    border-top:1px solid #999;
    border-right:1px solid#999;
    width:100%;
    }
#option_table table th {
    text-align:left;
    background:#eeeeee;
    border-left:1px solid #999;
    border-bottom:1px solid #999;
    font-size:14px;
    font-weight:normal;
    width:30%;
    padding:5px;
    }
#option_table table td {
    text-align:right;
    color:#dd0000;
    background:#ffffff;
    border-bottom:1px solid #999;
    font-size:14px;
    font-weight:bold;
    width:70%;
    padding:5px;
    line-height:1.2;
    }
div#box_together .zoom__title {
    margin-bottom: 30px;
}

.price{
  font-weight: bold;
}


h2.product_name {
  margin-bottom: 0.8em;
  font-size: 18px;
}
h3.zoom__title{
  font-size:14px;
  font-weight:bold;
  border-bottom:solid 1px #ddd;
}

.product_form{
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
/*  width: 100%;*/
}


.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border: 1px solid #ddd;margin:auto;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 42%;
}

table.add_cart_table {
  margin: 15px 0 30px 0;
  width: 100%;
  /* border-left: solid 1px #ccc; */
  table-layout:fixed;

}
table.add_cart_table th {
  overflow: hidden;
  padding: 15px 0;
  width: 15%;
  text-align: left;
  line-height: 2;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
table.add_cart_table td {
/*  overflow: hidden;*/
  padding: 15px 0 15px 1em;
  width: 75%;
  text-align: left;
  vertical-align: middle;
  line-height: 2;
  font-size: 14px;
}

table.add_cart_table td {
}
@media (max-width: 767px) {
  table.add_cart_table td ,
  table.add_cart_table th {
    font-size: 12px;
  }
}

#productNumWrap{
  width: 30px;
}

/* オプション */
table.add_cart_table td input {
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 1 !important;
  height: auto !important;
  width: 30px;
}
.optionSelect{
  margin-bottom: 10px;
}
.optionSelect span{
  display: inline-block;
  margin-right: 5px;

}
.optionSelect select {
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.productNum__changeWrap{

}

.productNum__changeWrap {
  width: 15px;
  margin-left: 5px;
}
.productNum__changeWrap a {
  display: block;
  margin: 5px 0;
}

table#option_tbl {
  margin-bottom: 20px;
  width: calc(100% - 1px);
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
  font-size:12px;
}
@media (max-width: 767px) {
  .option_box{
  font-size:10px;
}
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 24px;
      max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width:767px){
  .product_description {
    font-size: 12px;
    line-height: 20px;
  }
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
 margin-right: 10px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 100px;
}
.product_link_area ul.other_link {
  clear: both;
  padding-top:20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 5px;
  list-style: none;
  vertical-align: middle;
  line-height: 24px;
}

.product_link_area ul.other_link li i{
  vertical-align: middle;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

#detail__productImage .slick-dots{
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
  bottom: auto;
  margin-top: 12px;
}
#detail__productImage .slick-dots li{
  max-width: 16.666%;
  flex: 0 0 16.666%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
  width: auto;
  height: auto;
  margin: 0;
}
#detail__productImage .slick-dotted.slick-slider{
  margin-bottom: 0;
}
#detail__productImage .slick-next:before, #detail__productImage .slick-prev:before{
  content: none;
}
#detail__productImage .slick-next{
  right: 15px;
}
#detail__productImage .slick-prev{
  left: 15px;
}

#detail__productImage .slick-prev ,
#detail__productImage .slick-next {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    z-index: 11;
}

.stockCell,.stockCell center{
  text-align: left;
  display: inline-block;
}

.product_detail_area .sold_out {
    text-align: center;
    background: #f2f2f2;
    font-size: 16px;
    border-radius: 5px;
    color: #1b1b1b !important;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    line-height: 56px;
    height: 56px;
    text-decoration: none;
    margin: 0px 0 15px;
}
br.clear {
    clear: both;
}

.ranking,
#box_together,
#box_recommend{
  margin-bottom:40px;
}

#detail__productImage .detailSlider{
  opacity: 0;
}
#detail__productImage .detailSlider.slick-initialized{
  opacity: 1;
}
.detailSlider img {
    width: auto;
}

/*
  詳細itemTag
*/
.itemTag_area {
  margin-bottom: 20px;
}
.itemTag {
  display: inline-block;
  border: 1px solid;
  border-radius: 10px;
  padding: 3px 20px;
  font-size: 12px;
  margin: 0 2px;
}

#itemName,
.price {
  font-weight: 500;
}
#itemName {
  margin-bottom: 10px;
}
.price {
}
.itemPriceArea {
  padding-bottom: 30px;
}
.itemPriceArea .price{
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .itemPriceArea .price{
    font-size: 20px;
  }
}
.quantity,
.quantity > dd > span {
  display: flex;
}
.quantity {
  align-items:center;
}
.quantityTitle {
  padding-right:14px;
  display: inline-block;
}
a.quantity-down,
a.quantity-up {
  border: 1px solid;
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background: #efefef;
  color: #000;
  line-height: 1.6;
}
.quantity input {
  display: inline-block;
  border: 1px solid #ccc;
  border-right: 0px;
  border-left: 0px;
  width: 80px;
  text-align: center;
  line-height: 37px;height: 37px;
}

.cell_2 > div,
.cell_2 > label {
  display: inline-block !important;
  cursor: pointer;
}
table#option_tbl th {
  font-weight: 500;
}
.cell_2 > div {
  margin-right: 2px;
}
.itemCartTitle {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}

button.detail__cartBtn {
  cursor: pointer;
  transition: 0.2s;
  border-radius: 0;
}

button.detail__cartBtn:hover,
a.detail__contactBtn:hover {
  opacity: 0.8;
  transition: 0.2s;
}


.product_link_area {
  border-top: none;
  margin: 0;
  padding: 0;
}

.product_link_area ul.other_link li {
  line-height: 14px;
}
.product_link_area ul.other_link li > a {
  font-size: 14px;
}
.product_link_area ul.other_link li > a > i{
  font-size: 18px;
}
@media (max-width: 767px) {
  .product_link_area ul.other_link li > a {
    font-size: 12px;
  }
}
table.add_cart_table tr{
  border-bottom: 1px solid #ccc;
}


ul.review_poster {
    display: block;
    margin-bottom: 10px;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  overflow: hidden;
  width: 75px;
}
.icon_star img {
  max-width: inherit;
}
.review_name{
  margin-bottom: 10px;
}
.review_poster li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
  color: #999;
  font-size: 12px;
}


.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.review_ttl{
  font-size: 16px;
  margin-top: 12px;
}
.review_img {
  float: left;
  margin: 0 16px 16px 0;
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

article.reviewBox {
    padding: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    margin-bottom: 24px;
}
.container--min {
    width: 910px;
    max-width: 100%;
}
.container--min ,
.searchForm__inner--container {
  margin-left: auto;
  margin-right: auto;
}
.searchForm__inner--container {
    width: 700px;
    max-width: 100%;
}

.cartBtnRow {
  display: flex;
  margin: 0 -7px;
}

.cartBtnRow > *{
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 7px;
}
.cartBtnRow a.questionBtn {
    font-size: 12px;
    padding: 0 5px;
      height: 40px
}
.cartBtnRow a.questionBtn i.material-icons {
    font-size: 16px;
}

@media (max-width: 991px){
button.detail__favBtn:after {
    white-space: nowrap;
  }
}

.product_description strong {
    font-weight: 700;
}


ul.breadcrumb:not(:first-child) li, ul.breadcrumb:not(:first-child) li a {
    font-size: 11px;
    color: #999;
}
#breadcrumbWrap ul.breadcrumb:not(:first-child) {
    margin-bottom: 5px;
}
@media (max-width: 767px) {
  #breadcrumbWrap ul.breadcrumb:not(:first-child) {display:none}
}

.floatCart_wrap {
  position: fixed; 
  bottom: 100px;
  right: 15px;
  z-index: 99;
  width: 100%;
  max-width: 300px;
  display: none;
}
.floatCart_inner {
  padding: 20px;
  background:rgba(255,255,255,0.9);
  box-shadow: 0px 2px 6px -1px #0000006e;
}
.floatCart_inner .productName {
  font-size: 14px;
  margin-bottom: 10px;
}
.floatCart_inner .itemPriceArea {
  padding-bottom: 20px;
}
.floatCart_inner .price {
  font-size: 20px;
}
.cartBtn_optionAnchor {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 60px;
 background-color: var(--cta-color);
 border: 1px solid var(--cta-color);
 text-align: center;
 line-height: 20px;
 font-size: 18px;
 text-decoration: none;
 color: #fff !important;
 font-weight: 500;
 -webkit-box-align: center;
 box-align: center;
 border-radius: 5px;
 margin: 0 0 10px;
 padding: 0 15px;
}
.floatCart_inner .detail__cartBtn {
  margin: 0 0 10px;
}
.floatCart_inner .detail__cartBtn:hover {
 opacity: 0.8;
 transition: 0.2s;
}
.cartBtn_optionAnchor span {
  text-align: left;
}
.cartBtn_optionAnchor span em {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.floatCart_inner--button i {
  margin-right: 5px;
}
.link_anchor {
  /* hdrFixedの高さによって */
  margin-top: -131px;
  padding-top: 131px;
  pointer-events: none;
}
@media (max-width: 991px){
  .floatCart_wrap {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;  
  }
  .floatCart_inner {
    box-shadow: none;
    padding: 0;
    display: flex;
    background: #fff;
    min-height: 60px;
  }
  /*.floatCart_inner > * {
    flex: 0 0 50%;
    max-width: 50%;
  }*/
  .floatCart_inner .floatCart_inner--product {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .floatCart_inner .floatCart_inner--button {
    flex: 0 0 calc(50% + 20px);
    max-width: calc(50% + 20px);
  }
  .floatCart_inner--product {
    padding: 11px 15px 30px;
    padding-right: 5px;
  }
  .floatCart_inner .productName {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .floatCart_inner .itemPriceArea {
    padding: 0;
  }
  .floatCart_inner .price {
    font-size: 13px;
  }
  .floatCart_inner dd s {
    font-size: 10px;
  }
  .floatCart_inner .detail__cartBtn {
    margin: 0;
    border-radius: 0;
    height: 100%;
    font-size: 16px;
    padding: 0 10px 25px;
  }
  .floatCart_inner--button {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .floatCart_inner button.detail__favBtn {
    border: none;
    padding: 10px;
  }
  .floatCart_inner button.detail__favBtn i,
  .floatCart_inner .detail__cartBtn i {
    display: none;
  }
  .floatCart_inner button.detail__favBtn:after {
   font-family: 'Material Icons';
   content: "favorite_outline";
   -webkit-font-feature-settings: 'liga'; 
   font-size: 24px;
  }
  .floatCart_inner button.detail__favBtn.is-added {
    background: transparent;
  }
  .floatCart_inner button.detail__favBtn.is-added:after {
   font-family: 'Material Icons';
   content: "favorite";
   -webkit-font-feature-settings: 'liga';
  }
  #toTop {
    bottom: 100px !important;
  }
  #ftr {padding-bottom: 60px;}
}

/* REVIEW MODAL */
.reviewInfo {
 display: flex;
 align-items: center;
 font-size: 12px;
 margin-bottom: 20px;
}
.reviewInfo span + #stars2 {
  padding-left: 10px;
}
.reviewInfo .reviewScore {display: none;}
.reviewInfo .reviewRate {
    padding-left: 10px;
}
.review-score {display: none;}
.item-review-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}
.review-list-empty + .item-review-footer {
    margin-top: 60px;
}
.review-list + .item-review-footer {
    margin-top: 30px;
}
.item-review-footer > div {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 767px) {
    .item-review-footer {
        display: block;
    }
    .item-review-footer > div {
        max-width: 100%;
    }
    .item-review-footer .button:not(.write-review-button) {
        margin-top: 10px;
    }
}
.write-review-button::after {
    content: none !important;
}
.reviewlist .reviewInfo--modal {
 display:none;
}
.reviewModal--trigger > * {
    cursor: pointer;
    transition: .3s;
}
.reviewModal--trigger .reviwRes i, #stars i, #stars2 i {
 font-size: 1.5rem;
 color: #f8d803;
}
.reviewModal--trigger:hover span {
 transition: .3s;
 text-decoration: underline;
}
#js-reviewModal {
 display: none;
}
#js-reviewModal.open {
 display: block;
}
#js-reviewModal .overlay {
 position: fixed;
 display: block;
 z-index: 999;
 inset: 0;
 background: rgba(0, 0, 0, 0.25);
 opacity: 0;
 pointer-events: none;
 padding: 15px;
 cursor: pointer;
 transition: 0.3s;    
}
#js-reviewModal.open .overlay {
 opacity: 1;
 pointer-events: all;
 transition: 0.3s;
}
#js-reviewModal .reviewlist {
 position: fixed;
 height: 78%;
 width: 92%;
 max-width: 800px;
 top: 10%;
 left: 0;
 right: 0;
 margin: 0 auto;
 overflow: auto;
 border-radius: 8px;
 padding: 40px 30px;
 background: #fff;
 box-sizing: border-box;
 z-index: 1001;
}

#js-reviewModal .reviewlist::-webkit-scrollbar {
  width: 10px;
}
#js-reviewModal .reviewlist::-webkit-scrollbar-track {
  background: #f2f2f2; 
}
#js-reviewModal .reviewlist::-webkit-scrollbar-thumb {
  background: #ccc; 
}
#js-reviewModal .reviewlist::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}
@media (max-width: 767px) {
    #js-reviewModal .reviewlist {
        padding: 30px 15px;
        font-size: 12px;
    }
}
#js-reviewModal .reviewInfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 110%;
}
#js-reviewModal .reviewInfo span {
  flex: 0 0 100%;
}
#js-reviewModal .reviewInfo span + #stars2 {
  padding: 10px 0 0;
}
#js-reviewModal .reviewInfo .reviewScore {
  display: inline-block;
  font-style: normal;
  color: #f8d803;
  padding-top: 10px;
  padding-left: .5em;
}
.reviewRate {
  display: flex;
  align-items: center;
}
.reviewRateStar {
    display: inline-block;
    font-size: 20px;
    color: #f8d803;
}
.reviewRateStar::before {
 font-family: 'Material Icons';
  content: "grade";
  -webkit-font-feature-settings: 'liga';
}

.btn-pdf {
  text-align: center;
  margin: 20px auto 50px;
}
.btn-pdf a {
  text-decoration:none !important;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 15px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  width: 60%;
  max-width: 330px;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  color: #ffffff !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-pdf:hover {
  opacity: 0.6;
  text-decoration: none;
}

.secBox ul {
  list-style: none;
}
.secBox ul li a {
  text-decoration: underline;
  color: #365df4;
}

/******************************/
/* Product */
/******************************/
.p-product {
  margin-bottom: 90px;
}
/* form */
.p-product select {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
}
.p-product-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .p-product-main {
    display: block;
  }
}
.p-product-img {
  width: 40%;
}
.p-product-info__link {
  font-weight: bold;
  color: #00adff;
  text-decoration: underline;
  transition: .2s;
}
a.p-product-info__link:hover {
  color: #00adff;
	opacity: .6; 
}
  .p-product-info__addedimg {
    margin-top: 8px;
    display: block;
    padding: 8px 0 16px;
  }
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}
/***** 商品情報 *****/
.p-product-info {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-info {
    width: auto;
  }
}
.p-product-info__ttl {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-product-info__ttl {
    font-size: 16px;
  }
}
.p-product-info__ttl img {
  vertical-align: middle;
}
.p-product-info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-product-info__id {
    margin-top: 5px;
    font-size: 10px;
  }
}
.p-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-price__sell {
  font-size: 18px;
}
.p-product-price__normal {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__normal {
    font-size: 12px;
  }
}
.p-product-price__list-price {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-product-price__list-price {
    font-size: 12px;
  }
}
/* オプション table */
.p-product-option-tbl {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: auto;
}
.p-product-option-tbl table {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
.p-product-option-tbl table div {
  display: inline-block !important;
}
.p-product-option-tbl th {
  min-width: 100px;
}
.p-product-option-tbl th, .p-product-option-tbl td {
  padding: 12px 5px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
}
.p-product-option-tbl label {
  display: inline-block !important;
  margin-left: 5px;
  margin-bottom: 0;
}
.p-product-option-tbl input {
  margin-top: 0;
}
/* オプション select */
.p-product-option-select {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-option-select__box {
  margin-top: 15px;
}
.p-product-option-select__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
/* 名入れ */
.p-product-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-product-name__box {
  margin-top: 15px;
}
.p-product-name__ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-product-name__body input {
  width: 100%;
}
/* 数量 */
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-product-form-stock__input {
  display: flex;
  align-items: center;
}
.p-product-form-stock__input input {
  width: 60px;
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  margin-left: 25px;
}
/* ボタン */
.p-product-form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product-form-btn__cart {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-product-form-btn__cart {
    flex: none;
    width: 100%;
  }
}
.p-product-form-btn__favorite {
  width: 50px;
}
.p-product-form-btn__favorite-btn {
  display: inline-block;
  margin-top: 22px;
  margin-left: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
  color: #000000;
}
.p-product-form-btn__favorite-btn svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}
.p-product-form__error-message {
  margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-product-sns-list__item {
  margin-right: 20px;
}
/* link */
.p-product-link-list {
  margin-top: 0px;
}
.p-product-link-list__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-link-list__item {
    margin-bottom: 15px;
  }
}
/***** 商品詳細 *****/
.p-product__ttl {
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-product__ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-product-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 1030px) {
  .p-product-detail {
    display: block;
  }
}
.p-product-explain {
  width: 410px;
}
@media screen and (max-width: 1030px) {
  .p-product-explain {
    margin-bottom: 60px;
    width: auto;
  }
}
.p-product-explain__body {
  line-height: 2;
}
.p-product-other {
  width: 530px;
  order: -1;
}
@media screen and (max-width: 1030px) {
  .p-product-other {
    width: auto;
  }
}
/* おすすめ商品 */
.p-product-recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 60px;
  }
}
.p-product-recommend-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-product-recommend-list__img {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__img {
    margin-bottom: 5px;
    text-align: center;
  }
}
.p-product-recommend-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-recommend-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-recommend-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-recommend-list__price {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .p-product-recommend-list__price {
    margin-top: 0;
  }
}
.p-product-recommend-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.p-product-recommend-list__expl {
  margin-top: 15px;
  font-size: 12px;
}
/* レビュー */
.p-product-review {
  margin-bottom: 60px;
}
.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}
.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}
.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}
.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}
.p-product-review__rate.is-color {
  fill: #000000;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
#menu-item-4285 {
  font-size: 40px;
}
/*20210621 追記*/
.p-product-info2 {
  width: 500px;
}
.p-product-main2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1030px) {
  .p-product-main2 {
    display: block;
  }
  .p-product-info2 {
    width: auto;
  }
}
.product-txt {
  /*color: #114551;*/
  font-size: 90%;
  margin-top: 20px;
}
.product-txt2 {
  /*color: #114551;*/
}
.p-product-info-txtwrap {
  margin: 0;
  font-weight: normal;
  width: 55%;
}

@media screen and (max-width: 991px) {
  .p-product-info-txtwrap {
    /*font-size: 21px;*/
    width: 100%;
  }
}
.img-list {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin: 70px auto 50px;
}
.img-list li {
  width: 24%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .img-list {
    margin: 30px auto 20px;
  }
  .img-list li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.product-form-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: none;
  border-top: 1px solid #888888;
  margin-bottom: 20px;
}
.product-form-dl dt, .product-form-dl dd {
  font-size: 16px !important;
  font-weight: normal;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.5rem;
}
.product-form-dl dt {
  width: 30%;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
}
.product-form-dl dd {
  border-bottom: 1px solid #888888;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .product-form-dl {
    display: block;
  }
  .product-form-dl dt {
    font-size: 14px !important;
    border-top: none;
    border-right: none;
    width: 100%;
    background: #eeeeee;
  }
  .product-form-dl dd {
    font-size: 14px !important;
    border-top: none;
    width: 100%;
  }
}
.p-product-thumb-list-accordion {
  margin: 20px 0;
}
.p-product-thumb-list-accordion dt {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2rem;
  color: #333E48;
  border-bottom: 1px solid #333E48;
  padding: 10px 0;
  margin: 0;
}
.p-product-thumb-list-accordion dd {
  margin: 0;
  padding: 10px 0;
}
.font-gold {
  font-weight: bold;
  color: #988A56;
}
.font-bold {
  font-weight: bold;
}
.icon_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  list-style:none;
}

@media screen and (max-width: 767px) {
.icon_list li {
  width: 100%;
  margin: 5px 0;
  vertical-align: middle;
}
}

@media screen and (min-width: 768px) {
.icon_list li {
  width: 100%;
  margin: 5px 0;
  vertical-align: middle;
}
}





.icon_list li i {
  font-size: 25px;
  padding-right: 5px;
  position: relative;
  top: 5px;
}
/*アイコン*/
@font-face {
font-family: 'icomoon';
src:  url(//www.urbaniki.com/wp-content/themes/urbaniki/assets/font/icomoon.eot?iaimst);
src:  url(//www.urbaniki.com/wp-content/themes/urbaniki/assets/font/icomoon.eot?iaimst#iefix) format('embedded-opentype'),
url(//www.urbaniki.com/wp-content/themes/urbaniki/assets/font/icomoon.ttf?iaimst) format('truetype'),
url(//www.urbaniki.com/wp-content/themes/urbaniki/assets/font/icomoon.woff?iaimst) format('woff'),
url(//www.urbaniki.com/wp-content/themes/urbaniki/assets/font/icomoon.svg?iaimst#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-months_to_6_years:before {
content: "\e900";
}
.icon-to22kg:before {
content: "\e901";
}
.icon-to_28_mm:before {
content: "\e902";
}
.icon-to_175mm:before {
content: "\e903";
}
.icon-affordable_price:before {
content: "\e904";
}
.icon-camera:before {
content: "\e905";
}
.icon-click_and_co:before {
content: "\e906";
}
.icon-create_your_own:before {
content: "\e907";
}
.icon-creditcard:before {
content: "\e908";
}
.icon-dutch_design:before {
content: "\e909";
}
.icon-e-bike_fitting:before {
content: "\e90a";
}
.icon-keyboard:before {
content: "\e90b";
}
.icon-map-marker:before {
content: "\e90c";
}
.icon-mounting_parts_incl_1:before {
content: "\e90d";
}
.icon-mounting_parts_incl_2:before {
content: "\e90e";
}
.icon-news:before {
content: "\e90f";
}
.icon-no_5_incl:before, .icon-no-5-incl:before {
content: "\e910";
}
.icon-numeric_code_lock_incl:before {
content: "\e911";
}
.icon-question:before {
content: "\e912";
}
.icon-returns:before {
content: "\e913";
}
.icon-safe_1:before {
content: "\e914";
}
.icon-safe_2:before {
content: "\e915";
}
.icon-share:before {
content: "\e916";
}
.icon-technology_from_japan:before {
content: "\e917";
}
.icon-truck:before {
content: "\e918";
}
.icon-urban_iki:before {
content: "\e919";
}
.icon-warranty_and_service:before {
content: "\e91a";
}
body.lb-disable-scrolling {
overflow: hidden;
}



.thumb-item{
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  width: 100%;
}

.thumb-item > li{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.thumb-item > li.ons{
  opacity: 1;
  z-index: 1;
}
.thumb-item > li img{
  width: 100%;
  display: block;
}

.thumb-item-nav{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.thumb-item-nav li{

}

.thumb-item-nav li a{

}

.change_box_wp > dl{
  display: none;
}

.change_box_wp > dl.ons{
  display: block;
}


.cl25 > li,
.cl25 > a {
  float: left;
  width: 23%;
  margin-bottom: 2.666%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.cl25 > li:not(:nth-child(4n)),
.cl25 > a:not(:nth-child(4n)) {
  margin-right: 2.666%;
}

.thumb-item-nav > li {
  box-sizing: border-box;
}

.thumb-item-nav .af_lis_sum a {
    display: block;
    box-sizing: border-box;
}
.thumb-item-nav .af_lis_sum:only-child {
    display: none;
}
.rela{
  position: relative;
}

.cf::after{
  display: block;
  clear: both;
  content: "";
}

#txt_chengx_Box{
      word-break: break-all;
}

/* テキストリンク */
a.txt-link {
	color: #FF2C06;
	text-decoration: underline;
}
a.txt-link:hover {
	text-decoration: none;
}
/* PDFボタン */
.btn-pdf {
	text-align: right;
	margin: 20px auto 50px;
}
.btn-pdf a {
  text-decoration:none !important;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 15px;
	margin: 0 auto;
  border: none;
  border-radius: 0;
  width: 60%;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  color: #ffffff !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-pdf:hover {
  opacity: 0.6;
  text-decoration: none;
}
.product-top-CP a {
    transition: .2s;
}
.product-top-CP a:hover {
    opacity: .6;
}


/* ---------------------------------------------------------------------------

  スマホ（ブラウザの横幅が指定したpx以下の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (max-width : 959px) {
.p-product-main {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.product-logobox {
  width: 200px;
  margin: 0 auto 40px;
}
.btn-pdf {
	text-align:center;
	margin: 20px auto;
}

.youtubeIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeIn iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtubeWrapper {
  width: 96%;
  margin: 20px auto 40px;
}

.CamImgWrap {
}

.CamImgWrap img {
  width: 100%;
  margin-bottom: 10px;
}

.product-top-CP {
    width: 94%;
    margin: 0 auto 2em;
}

}


/* ---------------------------------------------------------------------------

  パソコン（ブラウザの横幅が指定したpx以上の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (min-width : 960px) {

.product-logobox {
  width: 200px;
  margin: 0 auto 60px;
}

.youtubeIn {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeIn iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtubeWrapper {
  width: 560px;
  margin: 40px auto 60px;
}

.CamImgWrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.CamImgWrap img {
  width: 49%;
}

.product-top-CP {
    width: 760px;
    margin: 0 auto 72px;
}

/* 初期状態ではSP非表示 */
.bnr-sp {
  display: none;
}

}

/*20231109 add*/

.dlBox{
    display: flex;
  }
  .dlBox dt{
    width: 17%;
  }
  .dlBox dd{
    width: 70%;
  }
  .cation li{
    display: flex;
  }
  .cation li:before{
    content: "※";
  }
  .txt_red{
    color: #f00;
  }
  .txt_strong{
    font-weight: bold;
  }
  .list_disc li{
    list-style: disc;
    margin-left: 20px;
  }
  .p-product-info-txtwrap a{
    color: #00adff;
    text-decoration: underline;
  }
  .mT10{
    margin-top: 10px;
  }
  .secBox{
    margin-bottom: 20px;
  }
  .p-product-info-txtwrap p{
    margin-bottom: 0;
  }
  .mB20{
    margin-bottom: 20px !important;
  }
@media screen and (max-width: 600px){
  .dlBox{
    display: block;
  }
  .dlBox dt,.dlBox dd{
    width: 100%;
  }
}
.bikouBox .bikouRan dd{
    margin: 0;
   }
  .bikouBox .bikouRan{
    margin-bottom: 30px;
  }
  .bikouBox .bikouRan .ttl{
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .bikouBox .bikouRan .ttl >dt{
    font-size: 30px;
    color: #707070;
  }
  .bikouBox .bikouRan .ttl >dd{
    color: #f00;
    font-size: 90%;
    font-weight: bold;
  }
  .bikouBox .bikouRan .ttl >dd li dl{
    display: flex;
  }
  .bikouBox .bikouRan .box{
    border: 1px solid #707070;
    background: #f1f1f1;
    color: #f00;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
  }
  .bikouBox .bikouRan .box ul > li dl{
    display: flex;
    font-weight: bold;
  }
  .bnrBox{
    text-align: center;
    margin-bottom: 50px;
  }
  .bnrBox img{
    display: inline-block;
  }
  @media screen and (max-width: 900px){
    .bikouBox .bikouRan .ttl >dd li dl dd,.bikouBox .bikouRan .box ul > li dl dd{
      flex: 1;
    }
    .bikouBox .bikouRan .ttl > dt{
      margin: 10px 0;
    }
    .bikouBox .bikouRan .ttl{
      align-items: flex-start;
    flex-direction: column-reverse;
    }
    .bnrBox{
      text-align: center;
      margin-bottom: 0px;
    }
  }
.p-product-info__ttl2{
  font-weight:bold;
  font-size:1.2em;
  margin:1em 0  0.5em;
}

/* 768px以下の画面でPC非表示、SP表示 */
@media screen and (max-width: 768px) {
  .bnr-pc {
    display: none;
  }
  .bnr-sp {
    display: block;
  }
}