/*商品詳細用　商品コメント用テーブルデザイン 2023.08.14 改修*/
.-detailTbl01{
  margin: 2em 0;
  width: 100%;
}
.-detailTbl01 caption{
  font-size: 1.2em;
  background-color: transparent;
  margin: 0 0 0.5em;
  padding: 0;
  font-weight: bold;
}
.-detailTbl01 tr{
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-top: -1px;
}
.-detailTbl01 tr th{
  padding: 1em;
  font-weight: bold;
  width: 200px;
}
.-detailTbl01 tr td{
  padding: 1em 1em 1em 0;
  width: calc(100% - 200px);
}

/*----商品コメント２　バナー----*/
.-avcDetailBnr01:first-of-type{
  margin-top: 25px;
  border-top:none;
}
.-avcDetailBnr01{
  width: 100%;
  max-width: 540px;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
}
.-avcDetailBnr01>a{
  width: 100%;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
}
.-avcDetailBnr01>a:hover{
  opacity: .75;
}
.-avcDetailBnr01 .-detailImg01{
  width: 41.481%;
  height: auto;
  display: inline-block;
}
.-avcDetailBnr01 .-detailTxt01{
  width: 56%;
  font-size: 13px;
}
.-avcDetailBnr01 .-detailTxt01>.-red01{
  font-size: 1.2em;
  color: #c00;
  font-weight: bold;
}
@media screen and (max-width:767px){
  .-avcDetailBnr01{
    width: auto;
    margin: 0 4vw;
  }
  .-avcDetailBnr01 .-detailTxt01{
    font-size: 12px;
  }
}
/*----//商品コメント２　バナー----*/


/*--リンク01--*/
.-detailLink01{
  margin: 1em 0;
}

@media screen and (max-width:767px){
  .-detailLink01{
    margin: 1em 4vw;
  }
}
.-detailLink01>a{
  color: #034694;
  font-size: 13px;
  text-decoration: underline;
}
.-detailLink01>a:hover{
  text-decoration: none;
}
.-detailLink01>a:before {
  content: '';
  width: .75em;
  margin-left: .25em;
  display: inline-block;
  border-left: 5px solid #c00;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.block-goods-comment6 a{
  color: #034694;
    text-decoration: underline;
}
.block-goods-comment6 a:hover{
  text-decoration: none;
}

.block-goods-comment6 table.spec{
  border-collapse: collapse !important;
  padding: 0 !important;
}
.block-goods-comment6 table.spec td{
  padding: 1em;
  background-color: #fff;
  width: auto !important;
  border: #999 1px solid;
}

/* .block-goods-comment2{
  background-color: #eee;
  padding: 0 1.5em 0;
  margin: 1em 0;
  overflow: hidden;
} */
#camp,#camp_l{
  /* background-color: #eee; */
  padding: 1em 0;
  /* border-bottom: 1px dotted #bbb; */
  font-weight: bold;
  color: #c11;
  margin-bottom: -1px;
  margin-top: 1em;
}

.-pickupBnr01{
  margin: 10px 0;
  line-height: 0;
  font-size: 0;
}
.-pickupBnr01 a:hover{
  opacity: .75;
}
.-pickupBnr01 img{
  display: inline-block;
}

@media screen and (max-width:767px){
  .-pickupBnr01 img{
    width: 100%;
  }
}


.-txt_cmnt1_kaitori01{
  padding: 1em;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

.-txt_cmnt1_detail01{
  padding: 1em 0;
  color :#36a69b;
}

.block-goods-detail-img{
  margin-bottom: 1em !important;
  height: 690px;
}

@media screen and (max-width:767px){
  .-pickupBnr01 img{
    width: 100%;
  }
  .block-goods-detail-img{
    height: 117.87vw;
  }
  .block-goods-gallery--src-l{
    height: 100vw;
  }
}



/*--20200923 バリエーションボタン箇所--*/

.block-size--item-list{
  display: flex;
  flex-flow: row wrap;  
}
.block-size--item-list>.block-variation--item{
  margin-bottom: 8px;
  display: flex;
}
.block-size--item-list>.block-variation--item.active{
  font-weight: bold;
}
.block-size--item-list>.block-variation--item>dt{
  height: auto;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: normal;
}
.block-size--item-list>.block-variation--item.active>dt{
  background-color: #ccc;
}
.block-size--item-list>.block-variation--item>dt>span{
  width: auto;
  height: auto;
}

.block-size-with-cart--item>.block-size-with-cart--item-term{
  height: auto;
  width: 94px;
  border: 1px solid #ccc;
  display: flex;
}
.block-size-with-cart--item>.block-size-with-cart--item-term>span{
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: normal;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.block-size-with-cart--item>.block-variation-add-cart {
  flex-grow: 1;
}
.block-size-with-cart--item>.block-variation-add-cart>.block-variation-add-cart--btn {
  width: 100%;
}

.block-variation--item.active dt::before {
  border: 2px solid #fff;
}
.block-variation--item.active dt::after {
  border: 1px solid #202021;
}


@media screen and (max-width:767px){
  .block-goods-comment6{
    padding: 0 4vw;
  }
  .block-variation>.block-size-with-cart>.block-size-with-cart--item-list{
    margin: 1em 0;
    padding: 0 4vw;
  }
  .block-size-with-cart--item {
    justify-content: center;
  }

  .block-size-with-cart--item>.block-size-with-cart--item-term{
    width: 76px;
  }
}


/*-----ローンシミュレーター-----*/
.block-goods-loan-simulator{
  margin: 1em 0;
}
.block-goods-loan-simulator>ul>li{
  background-color: #eee;
  padding: 0.5em;
}
.block-goods-loan-simulator>ul>li .goods-loan-number,
.block-goods-loan-simulator>ul>li .goods-loan-monthly-price{
  /* font-size: 1.5em; */
  font-weight: bold;
  color: #c00;
}
.block-goods-loan-simulator>ul>li:nth-of-type(2n){
  background-color: #fff;
}

.block-goods-loan-simulator>.loan-simulator-link{
  margin: .5em 0;
}
.block-goods-loan-simulator>.loan-simulator-link>a {
  color: #034694;
}
.block-goods-loan-simulator>.loan-simulator-link>a:before {
  content: '';
  width: .75em;
  margin-left: .25em;
  display: inline-block;
  border-left: 5px solid #c00;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

@media screen and (max-width:767px){
  .block-goods-loan-simulator{
    margin: 1em 4vw;
  }
  .block-goods-loan-simulator>ul>li{
    border: 1px solid #eee;
  }
}
/*-----ローンシミュレーター-----*/


@media screen and (max-width:767px){
  .block-goods-comment1{
    margin: 1em 4vw;
  }
}



/*--20201015--*/

/* div.block-goods-comment6 .-cmrWrap01 h3,
div.block-goods-comment6 .-cmrWrap01 h4,
div.block-goods-comment6 .-cmrWrap01 h5 {
  margin: 2em 0 .5em;
  border:none;
  padding: 0;
}
div.block-goods-comment6 .-cmrWrap01 h4:before {
  content: '● ';
}

div.block-goods-comment6 .-cmrWrap01 dl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #eee;
}
div.block-goods-comment6 .-cmrWrap01 dl dt {
  padding: .5em 2em .5em .5em;
  font-weight: bold;
  width: 150px;
}
div.block-goods-comment6 .-cmrWrap01 dl dd {
  padding: 0.5em;
  width: calc(100% - 150px);
}

@media screen and (max-width:767px){
  div.block-goods-comment6 .-cmrWrap01 dl dt {
    padding: 0.5em 0.5em 0;
    width: 100%;
  }
  div.block-goods-comment6 .-cmrWrap01 dl dd {
    padding: 0.5em;
    width: 100%;
  }
}
div.block-goods-comment6 .-cmrWrap01 dl dt:nth-of-type(2n-1),
div.block-goods-comment6 .-cmrWrap01 dl dd:nth-of-type(2n-1){
  background-color: #eee;
}

div.block-goods-comment6 .-cmrWrap01 small {
  color: #8A6D3B;
} */
div.block-goods-comment6 .-cmrWrap01 h3,
div.block-goods-comment6 .-cmrWrap01 h4,
div.block-goods-comment6 .-cmrWrap01 h5 {
  margin: 2em 0 .5em;
  border:none;
  padding: 0;
  background-color: transparent;
}
div.block-goods-comment6 .-cmrWrap01 h4:before {
  content: '● ';
}

div.block-goods-comment6 .-cmrWrap01 dl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  /* border: 1px solid #eee; */
}
div.block-goods-comment6 .-cmrWrap01 dl dt {
  padding: .5em 2em .5em .5em;
  font-weight: bold;
  width: 200px;
  border-bottom: 1px solid #ddd;
}
div.block-goods-comment6 .-cmrWrap01 dl dd {
  padding: 0.5em;
  width: calc(100% - 200px);
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width:767px){
  div.block-goods-comment6 .-cmrWrap01 dl dt {
    padding: 0.5em 0.5em 0 0;
    width: 100%;
    border: none;
  }
  div.block-goods-comment6 .-cmrWrap01 dl dd {
    padding: 0.5em .5em .5em .75em;
    width: 100%;
  }
}

div.block-goods-comment6 .-cmrWrap01 small {
  color: #8A6D3B;
}
/*--/20201015--*/

/*-- youtube 560x315 のレスポンシブ対応--*/
.-wrap_mv01 {
  /* max-width:730px; */
  width: 100%;
  position: relative;
}
.-wrap_mv01Inner {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.-wrap_mv01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.-wrap_mv01 .-wrap_mv01Inner .-liteyoutube01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*--/ youtube 560x315 のレスポンシブ対応--*/

/*-- 2021.1.15　商品コメント６　ベースデザインCSS --*/
.block-goods-comment6 .-stit_h2{
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 1.5em 0 .5em;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.block-goods-comment6 .-stit_h3{
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 1.5em 0 .5em;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.block-goods-comment6 .-stit_h4{
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 1.5em 0 .5em;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.block-goods-comment6 .-txt_p{
  font-size: 13px;
  /* line-height: 1.7; */
  line-height: 2;
  font-weight: normal;
  padding: 0;
  margin: .5em 0;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.block-goods-comment6 .-txt_p strong{
  font-weight: bold;
}

.block-goods-comment6 .-list_ul01 li{
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: .5em;
  text-indent: -1em;
  margin-left: 1em;
}

.block-goods-comment6 .-table_tbl01{
  border: #ccc 1px solid;
  margin: 1em 0;
}
.block-goods-comment6 .-table_tbl01 tr{
  border-bottom: #999 dotted 1px;
}
.block-goods-comment6 .-table_tbl01 tr th{
  background-color: #eee;
  vertical-align: center;
  padding: 1em;
  font-size: 13px;
  line-height: 1.7;
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-comment6 .-table_tbl01 tr td{
  background-color: #fff;
  vertical-align: center;
  padding: 1em;
  font-size: 13px;
  line-height: 1.7;
}

.block-goods-comment6 .-table_tbl01 tr td .-txt_p {
  margin: 0;
}

@media screen and (max-width:767px){
  .block-goods-comment6 .-table_tbl01{
    /* border: #ccc 1px solid;
    margin: 1em 0; */
    width: 100%;
  }
  .block-goods-comment6 .-table_tbl01 tr{
    /* border-bottom: #999 dotted 1px; */
    border-bottom: none;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .block-goods-comment6 .-table_tbl01 tr th{
    width: 100%;
    white-space: normal;
    padding: 0.5em;
  }
  .block-goods-comment6 .-table_tbl01 tr td{
    width: 100%;
    padding: 0.5em;
  }

}



.block-goods-comment6 a{
  color: #034694;
}
.block-goods-comment6 .-red01{
  color: #c00;
}


.-preSmpl{
  font-size: 16px;
  padding: 20px;
  background-color: #eee;
  font-family: monospace, monospace;
}
.-preSmpl::selection {
  background: #000;
  color: #fff;
}


/*-- 2021.1.15　//商品コメント６　ベースデザインCSS --*/



/*-- 2021.8.11 商品一覧修正（後々、マージする？ /css/usr/block_goods.css ？？？※マージファイルは要確認 --*/

/*　PC　購入　サムネイル　*/
.block-thumbnail-t {
  margin-top: 60px;
}
.block-thumbnail-t--goods:not(:nth-child(-n+5)) {
  margin-top: 30px;
  padding-top: 40px;
}
.block-thumbnail-t--goods:not(:nth-child(-n+5))::before {
  display: none;
}
.block-thumbnail-t--goods-image figure {
  padding: 0;
  /* border: 1px solid #dedede; */
}
.block-thumbnail-t--goods:not(:nth-child(5n)) {
  width: 140px;
  margin-right: 10px;
}
.block-thumbnail-t--goods {
  width: 140px;
  margin-left: 0;
  padding-top: 0;
}
.block-thumbnail-t--goods-image figure {
  width: 140px;
  height: 140px;
  padding: 0;
  background: transparent;
}
.block-thumbnail-t .block-top-icon {
  width: 140px;
  height: 42px;
  position: absolute;
  top: -42px;
  left: 0;
  display: flex;
  /* flex-flow: row wrap-reverse; */
}
.block-top-icon img {
  height: 20px;
}
.block-thumbnail-t .block-top-icon span{
  height: 20px;
  margin: 0 0 1px;
}
/* .block-thumbnail-t .block-top-icon span:not(:nth-child(3n)) {
  margin-right: 0;
  margin-bottom: 0;
} */
.block-thumbnail-t--goods-description {
  margin: 0;
  padding: 0;
}
.block-thumbnail-t--goods-brand {
  margin-top: 0;
}
.block-thumbnail-t--goods-brand .txt-en {
  margin-top: .25em;
  font-size: 1.3rem;
  font-weight: normal;
  /* color: #428d9a; */
  line-height: 1.4;
}
.block-thumbnail-t--goods-brand .txt-ja{
  display: none;
}
.block-thumbnail-t--goods-name {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: bold;
  /* color: #007185; */
}
.block-thumbnail-t--goods a:hover {
  color: #007185;
}
.block-thumbnail-t .variation-name{
  /* display: none; */
}
.price {
  font-size: 1.3rem;
  /* color: #e60112; */
}
.block-thumbnail-t--sale-price {
  font-size: 1.6rem;
  color: #e60112;
}
.block-thumbnail-t .block-cart-small--btns {
  margin-top: 5px;
  /* display: none; */
}
.block-thumbnail-t a.block-list-add-cart-btn {
  background-color: #a40000;
  color: #fff;
}
.block-thumbnail-t .block-cart-small--btns .block-list-add-cart-btn {
  width: 110px;
}
.block-thumbnail-t a.block-list-add-cart-btn:hover {
  text-decoration: none;
  color: #fff;
}
.block-thumbnail-t .block-cart--add-favorite a {
  background-color: transparent;
}
.block-thumbnail-t--goods-condition .new_item {
  font-size:1.1rem;
  /* font-style: normal; */
  background-color: transparent;
  color: #00c1d4;
  text-align: center;
  border-bottom:2px solid #bef1f7;
  /* color: #5a5a5a; */
  /* border-bottom:2px solid #e2e2e2; */
  padding:.2em .33em;
  line-height: 1.2;
  /* visibility: hidden; */
}
.block-thumbnail-t--goods-condition .secondhand_item {
  background-color: transparent;
  padding:.2em .33em;
  font-size: 1.1rem;
  line-height: 1.1;
  text-align: center;
  /* color: #5a5a5a;
  border-bottom:2px solid #e2e2e2; */
  color: #c87b82;
  border-bottom:2px solid #efd7d9;
}
.block-thumbnail-t--goods-condition .outlet_item{
  background-color: transparent;
  padding:.2em .33em;
  font-size: 1.1rem;
  line-height: 1.1;
  text-align: center;
  color: #EeA500;
  border-bottom:2px solid #FFE1AB;
}
.block-thumbnail-t--goods-stock .block-goods-stock{
  color: #5a5a5a;
  font-size:1.1rem;
  font-style: normal;
}
.block-thumbnail-t .block-cart--trade-in a {
  display: block;
  /* border-radius:5px; */
  /* border:1px solid #5A5A5A; */
  /* color:#5A5A5A; */
  font-size:1.2rem;
  /* text-decoration: none; */
  /* background:#FFFFFF; */
  color: #202021;
  /* font-weight:bold; */
  text-align: center;
  /* padding: 0.5em 0; */
  line-height: 1.1;
  font-weight: normal;
  /* -webkit-transition: .2s ease-in-out; */
  /* transition: .2s ease-in-out; */
}
.block-thumbnail-t .block-cart--trade-in a:hover{
  /* background:#5A5A5A;
  color:#FFFFFF;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; */
  text-decoration: none;
}
.block-thumbnail-t--tradein_discount {
  font-size: 1.2rem;
  text-align: right;
}
.block-thumbnail-t--goods-condition {
  order: 10;
  /* justify-content: center; */
  padding: 0;
  /* background-color: #f3f3f3; */
  margin-top: 3px;
}
.block-thumbnail-t--goods-stock {
  margin-top: 0;
}
.block-thumbnail-t--goods-image a:hover img {
  opacity: .5;
}
.block-thumbnail-t--goods a:hover {
  text-decoration: none;
}
.block-thumbnail-t--goods a:hover .block-thumbnail-t--goods-name{
  text-decoration: underline;
}
.block-thumbnail-t--goods .block-thumbnail-t--price{
  font-size: 1.4rem;
}
/* /PC　購入　サムネイル */

/* PC　購入　ピックアップ */
.block-pickup-list-p{}
.block-pickup-list-p .block-pickup-list-p--image figure {
  width: 180px;
  height: 180px;
  /* border: 1px solid #dedede; */
  margin-bottom: 2px;
}
.block-pickup-list-p .block-pickup-list-p--image {
  position: relative;
  width: 180px;
  height: auto;
  margin-top: 0;
}
.block-pickup-list-p .block-pickup-list-p--image a img {
  width: 100%;
  height: auto;
}
.block-pickup-list-p .block-top-icon {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  /* height: 42px; */
  display: flex;
  flex-flow: row wrap;
  margin: 1px 0 0;
}
.block-pickup-list-p .block-top-icon span{
  height: 20px;
}
.block-pickup-list-p .block-pickup-list-p--goods-brand{
  margin-top: 0;
}
.block-pickup-list-p .block-pickup-list-p--goods-brand .txt-ja {
  display: none;
}
.block-pickup-list-p .block-pickup-list-p--goods-brand .txt-en {
  font-size: 1.5rem;
  font-weight: normal;
  /* color: #428d9a; */
  line-height: 1.4;
}
.block-pickup-list-p .block-pickup-list-p--goods-name {
  /* margin-top: .25em; */
  margin-top: 0;
  font-size: 2rem;
  font-weight: bold;
  /* color: #007185; */
}
.block-pickup-list-p .block-pickup-list-p--item-description {
  width: 540px;
  flex-flow: row wrap;
  /* justify-content: space-between; */
  align-content: flex-start;
  justify-content: flex-start;
}
.block-pickup-list-p .block-pickup-list-p--item-description a{
  width: 100%;
}
.block-pickup-list-p .block-goods-duein {
  /* color: #666;
  font-size: 1.2rem;
  font-weight: normal;
  width: 50%;
  order: 10; */
  display: none;
}
.block-pickup-list-p .block-pickup-list-p--price-items{
  width: 100%;
  order: 20;
  margin-top: 0;
  padding: 0 160px 0 0;
  flex-flow: row wrap;
}
.block-pickup-list-p .block-pickup-list-p--view-detail {
  /* display: none; */
}
.block-pickup-list-p .block-pickup-list-p--price-infos {
  width: 100%;
  border-top: 1px dotted #CDD0D1;
  display: flex;
  flex-flow: row wrap;
  margin-top: 10px;
  padding-top: 10px;
}
.block-pickup-list-p .block-goods-stock {
  font-style: normal;
  margin-right: 10px;
}
.block-pickup-list-p .block-goods-duein + .block-goods-stock {
  margin-top: 0;
  width: 100%;
  order: 0;
}
.block-pickup-list-p .price {
  font-size: 1.8rem;
  margin-right: 10px;
}
.block-pickup-list-p .block-pickup-list-p--sale-price {
  font-size: 2.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.block-pickup-list-p .block-pickup-list-p--tradein_discount {
  font-size: 1.4rem;
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}

.block-pickup-list-p .block-pickup-list-p--price-items{
  margin-top: 0 !important;
}

.block-pickup-list-p .block-cart--add-cart{
  order: 20;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* display: none; */
}
.block-pickup-list-p .block-cart--add-favorite{
  order: 30;
  position: absolute;
  right: 0;
  top: -28px;
}
.block-pickup-list-p .block-cart--trade-in{
  order: 30;
}
.block-pickup-list-p a.block-list-add-cart-btn {
  background-color: #a40000;
}
.block-pickup-list-p .block-cart--add-favorite a {
  background-color: transparent;
}
.block-pickup-list-p .block-cart-large--btns .block-list-add-cart-btn {
  width: 290px;
}
.block-pickup-list-p .block-cart-large--btns .block-cart--add-favorite a {
  width: 110px;
  font-size: 1.4rem;
  height: auto;
}
.block-pickup-list-p .block-cart-large--btns .block-cart--add-favorite img {
  margin-right: 5px;
}
.block-pickup-list-p .block-cart-large--btns .block-cart--trade-in {
  /* width: 140px; */
  text-align: right;
  display: flex;
  /* margin: 0 15px 0 0; */
  /* display: none; */
}
.block-pickup-list-p .block-cart--trade-in a {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  /* border-radius:5px; */
  /* border:1px solid #5A5A5A; */
  /* color:#5A5A5A; */
  font-size:1.3rem;
  text-decoration: underline;
  /* background:#FFFFFF; */
  color: #202021;
  /* font-weight:bold; */
  text-align: center;
  padding: 0.5em 0;
  line-height: 1.1;
  font-weight: normal;
  /* -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; */
}
.block-pickup-list-p .block-cart--trade-in a:hover {
  text-decoration: none;
}
.block-pickup-list-p .block-cart-large--btns {
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
  margin-top: 5px !important;
  position: relative;
}
.block-pickup-list-p .variation-name {
  /* display: none; */
  font-size: 12px;
  margin: 3px 0 0 1em;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}
.block-pickup-list-p .block-pickup-list-p--comment {
  font-size: 12px;
  margin: 3px 0 0 1em;
}
.block-pickup-list-p .block-pickup-list-p--goods-condition {
  margin-top: 3px;
}

.block-pickup-list-p .block-pickup-list-p--goods-condition .new_item {
  /* background-color: #f3f3f3; */
  background-color: transparent;
  /* padding: .33em 1.5em; */
  padding: .2em .33em;
  border-bottom: 2px solid #bef1f7;
  color: #00c1d4;
  font-size: 1.2rem;
  line-height: 1.1;
}
.block-pickup-list-p .block-pickup-list-p--goods-condition .secondhand_item {
  /* background-color: #f3f3f3;
  padding: .33em 1.5em; */
  background-color: transparent;
  padding: .2em .33em;
  border-bottom: 2px solid #efd7d9;
  color: #c87b82;
  font-size: 1.2rem;
  line-height: 1.1;
}
.block-pickup-list-p .block-pickup-list-p--goods-condition .outlet_item{
  background-color: transparent;
  padding: .2em .33em;
  border-bottom: 2px solid #FFE1AB;
  color: #EeA500;
  font-size: 1.2rem;
  line-height: 1.1;
}
.block-pickup-list-p .block-pickup-list-p--view-detail {
  /* position: absolute;
  top: inherit;
  bottom: -36px;
  right: 0;
  width: 175px; */
  display: none;
}
.block-pickup-list-p .block-pickup-list-p--view-detail a{
  display: block;
  background-color: #202021;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: center;
  text-decoration: none;
}
.block-pickup-list-p .block-pickup-list-p--view-detail a:hover{
  transition: .2s ease;
  opacity: .8;
}
.block-pickup-list-p .default-price{
  display: flex;
  align-items: center;
}
.block-pickup-list-p .max-purchase-price,
.block-pickup-list-p .fine-purchase-price {
  display: none;
}
.block-pickup-list-p .block-top-icon span:not(:nth-child(3n)) {
  margin-right: 2px;
  margin-bottom: 2px;
}
/* /PC　購入　ピックアップ */


/* PC　買取　ピックアップ */

.block-goods-list-d .block-goods-list-d--items > li {
  display: flex;
  /* align-items: flex-start;
  justify-content: space-between; */
  flex-flow: column wrap;

}
.block-goods-list-d .block-goods-list-d--items .block-goods-list-d--item-body {
  /* width: 180px;
  display: flex;
  flex-flow: row wrap; */
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 0 0 0 240px;
  display: block;
  margin: 0 0 15px;
}
.block-goods-list-d .block-goods-list-d--items .block-goods--valuation {
  width: 500px;
  /* margin: 0; */
  margin: 0 0 0 240px;
}

.block-goods-list-d .block-goods-list-d--image {
  /* width: 180px;
  margin-bottom: 5px; */
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
}
.block-goods-list-d .block-goods-list-d--image figure {
  background: trasnparent;
  width: 100%;
  height: auto;
  /* border: 1px solid #dedede; */
}
.block-goods-list-d .block-goods-list-d--goods-brand .txt-ja {
  display: none;
}
.block-goods-list-d .block-goods-list-d--item-description {
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
}
.block-goods-list-d .block-goods-list-d--items .block-goods-list-d--goods-brand {
  margin-bottom: 0;
}
.block-goods-list-d .block-goods-list-d--items .block-goods-list-d--goods-brand .txt-en {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: normal;
  /* color: #428d9a; */
}
.block-goods-list-d .block-goods-list-d--items  .block-goods-list-d--item-description .block-goods-list-d--goods-name{
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: bold;
  /* color: #007185; */
}
.block-goods-list-d .block-goods-list-d--items  .block-goods-list-d--item-description>a{
  text-decoration: none;
}
.block-goods-list-d .block-goods-list-d--items  .block-goods-list-d--item-description>a:hover .txt-en{
  text-decoration: none;
}
.block-goods-list-d .block-goods-list-d--items  .block-goods-list-d--item-description>a:hover .block-goods-list-d--goods-name{
  text-decoration: underline;
  /* color: #007185; */
}
.block-goods-list-d .block-goods-list-d--items  .block-goods-list-d--goods-comment {
  max-width: inherit;
  margin: 0;
  width: 100%;
  font-size: 1.3rem;
  color: #8F8F90;
  line-height: 1.4;
}
.block-goods-list-d .block-goods-list-d--items  .block-goods-list-d--item-details {
  margin: 0;
}

.block-goods-list-d .block-goods-list-d--items .block-goods--valuation .valuation-list {
  margin: 0;
}

.block-goods-list-d .block-goods-list-d--items .valuation-list .valuation-list-price dd {
  color: #E60112;
  font-size: 1.8rem;
}
.block-goods-list-d .block-goods-list-d--items .valuation-list .valuation-list-price dl {
  align-items: center;
}
/* .block-goods-list-d .block-goods-list-d--items .valuation-list .valuation-list-ttl{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
} */
.block-goods-list-d .valuation-list > li {
  display: flex;
  align-items: center;
}
.block-goods-list-d .valuation-list > li .valuation-list-ttl br{
  display: none;
}
.block-goods-list-d .valuation-list>li:first-of-type .valuation-list-price .price{
  font-size: 1.6rem;
  color: #202021;
}
.block-goods-list-d .valuation-list>li:last-of-type .valuation-list-price .price{
  font-size: 1.8rem;
  color: #E60112;
}
.block-goods-list-d .valuation-list > li .valuation-list-ttl .num,
.block-goods-list-d .valuation-list > li .valuation-list-ttl .percentage{
  color: #E60112;
  font-weight: bold;
}
.block-goods-list-d .block-goods-list-d--items .block-goods--valuation .valuation-btn a {
  width: 240px;
  font-size: 1.4rem;
  height: auto;
  padding: 1em;
  font-weight: bold;
}
/*.block-goods-list-d .block-goods-list-d--items > li:not(:last-child) {
  margin-bottom: 60px;
}
.block-goods-list-d .block-goods-list-d--items > li {
  padding-bottom: 60px;
}*/
/* /PC　買取　ピックアップ */


/* PC　買取　サムネイル */
.block-pickup-list-w .block-pickup-list-w--goods-brand .txt-ja {
  display: none;
}
.block-pickup-list-w .block-pickup-list-w--goods-brand {
  margin-bottom: 0;
}
.block-pickup-list-w .block-pickup-list-w--goods-brand .txt-en {
  font-size: 1.4rem;
  font-weight: normal;
  /* color: #428d9a; */
  line-height: 1.4;
}
.block-pickup-list-w .block-pickup-list-w--goods-name{
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  /* color: #007185; */
}
.block-pickup-list-w .variation-name {
  display: none;
}
.block-pickup-list-w .valuation-list .valuation-list-price dd {
  font-size: 1.6rem;
}
.block-pickup-list-w .valuation-list>li {
  align-items: center;
}
.block-pickup-list-w .valuation-list>li:first-of-type .valuation-list-price .price{
  color: #202021;
  font-size: 1.4rem;
}
.block-pickup-list-w .valuation-list>li:last-of-type .valuation-list-price .price{
  color: #E60112;
  font-size: 1.6rem;
}

.block-pickup-list-w .valuation-list>li .valuation-list-ttl .num,
.block-pickup-list-w .valuation-list>li .valuation-list-ttl .percentage{
  color: #E60112;
  font-weight: bold;
}

.block-pickup-list-w .valuation-list .valuation-list-price dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-pickup-list-w .valuation-list {
  margin: 0 0 15px;
}
.block-pickup-list-w .block-goods--valuation .valuation-btn {
  justify-content: center;
  margin: 0;
}

.block-pickup-list-w .block-goods--valuation .valuation-btn a {
  width: 280px;
  height: auto;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.4rem;
}
.block-pickup-list-w .block-pickup-list-w--image figure {
  border:1px solid #dedede;
  width: 100px;
  height: 100px;
}
.block-pickup-list-w .block-pickup-list-w--item-description a:hover{
  text-decoration: none;
}
.block-pickup-list-w .block-pickup-list-w--item-description a:hover .block-pickup-list-w--goods-name{
  text-decoration: underline;
  /* color: #007185; */
}

/* /PC　買取　サムネイル */


/* PC 商品詳細 */
.pane-goods-right-side .block-goods-condition .new_item{
  /* background-color: #f3f3f3; */
  background-color: transparent;
  /* padding: .33em 1.5em; */
  padding: .2em .33em;
  border-bottom: 2px solid #bef1f7;
  color: #00c1d4;
  font-size: 1.2rem;
  line-height: 1.1;
}
.pane-goods-right-side .block-goods-condition .secondhand_item {
  background-color: transparent;
  padding:.2em .33em;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
  /* color: #5a5a5a;
  border-bottom:2px solid #e2e2e2; */
  color: #c87b82;
  border-bottom:2px solid #efd7d9;
}
.pane-goods-right-side .block-goods-condition .outlet_item{
  background-color: transparent;
  padding:.2em .33em;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
  /* color: #5a5a5a;
  border-bottom:2px solid #e2e2e2; */
  color: #EeA500;
  border-bottom:2px solid #FFE1AB;
}
.pane-goods-right-side .block-goods-brand {
  margin-top: 0;
  /* margin-bottom: 1em; */
  margin-bottom: 35px;
}
.pane-goods-right-side .block-goods-brand .txt-ja {
  /* display: none; */
}
.pane-goods-right-side .block-goods-brand .txt-en {
  font-weight: normal;
}
.pane-goods-right-side .block-goods-price--price, .block-goods-price--sale-price {
  font-size: 2.4rem;
  font-weight: 700;
}
.pane-goods-right-side .block-goods-favorite--btn::before {
  width: 16px;
  height: 16px;
}
.pane-goods-right-side .block-goods-favorite--btn {
  background-color: transparent;
}

.pane-goods-right-side .block-add-cart--btn{
  background-color: #a40000;
}
.pane-goods-right-side .block-assessment--price{
  width: 100%;
}
.pane-goods-right-side .block-assessment--price-items{
  width: 100%;
}
.pane-goods-right-side .block-assessment--price-percent {
  width: auto;
}
.pane-goods-right-side .block-assessment--price-max-title {
  width: auto;
}
.pane-goods-right-side .block-assessment--price-percent br {
  /* display: none; */
}

.pane-goods-right-side .block-assessment--price-items tbody>tr:nth-of-type(n+3) .block-assessment--price-max-price,
.pane-goods-right-side .block-assessment--price-items tbody>tr:nth-of-type(n+3) .block-assessment--price-fine-price{
  color: #E60112;
  font-size: 16px;
  font-weight: bold;
}
.pane-goods-right-side .block-assessment--price-items tbody>tr:nth-of-type(2) .block-assessment--price-max-price,
.pane-goods-right-side .block-assessment--price-items tbody>tr:nth-of-type(2) .block-assessment--price-fine-price{
  font-size: 13px;
  color: #202021;
  font-weight: normal;
}

.pane-goods-right-side .block-goods-cart_favorite .block-add-cart .btn-primary {
  border: none;
}
/* //PC 商品詳細 */

/*-- //2021.8.11 商品一覧修正（後々、マージする？ /css/usr/block_goods.css ？？？※マージファイルは要確認 --*/

/*--コメント６内の注意書き用 2021.11.20--*/
.-ex01 {
  padding:15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin: 1em 0;
}

.-ex01Tit01 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  /* color: red; */
  height: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.-ex01Tit02 {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  height: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.-ex01Txt01{
  font-size: 12px;
  line-height: 1.7;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

/*--//コメント６内の注意書き用 2021.11.20--*/



/*--会員割引・JS算出、商品ページ表示--*/
#guest-price,
#guest-sell-price,
#guest-sell-start,
#guest-sell-end,
#member-price,
#member-sell-price,
#member-sell-start,
#member-sell-end{
  display: none;
  /* opacity: .25; */
}
/*--//会員割引・JS算出、商品ページ表示--*/


/*--キャンペーンバナー01--*/
.-cpBnr01{
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.-cpBnr01 a{
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.-cpBnr01 a img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/*--/キャンペーンバナー01--*/


/*-- 【商品ページ　デザイン調整】2023.08.29リニュー用--*/

.page-goods .pane-goods-center{
  /* margin-top: 100px; */
  margin-top: 3em;
  letter-spacing: 0.075em;
  line-height: 1.7;
}

.page-goods .block-goods-code {
  margin-top: 0;
}

/*--セール・キャンペーンバナー（商品コメント11）--*/
.page-goods .block-goods-comment11 .-bnr_ev01:nth-of-type(n+2){
  margin-top: 10px;
}
.page-goods .block-goods-comment11 .-bnr_ev01 a img{
  max-width: 100%;
  height: auto;
}

/*--ブログバナー（商品コメント12）--*/
.page-goods .block-goods-comment12 .-bnr_blog01:nth-of-type(n+2){
  margin-top: 10px;
}
.page-goods .block-goods-comment12 .-bnr_blog01 a img{
  max-width: 100%;
  height: auto;
}


/*--正規代理店特典（商品コメント1）--*/
.page-goods .block-goods-comment1 {
  padding: 1em;
  background-color: #f9f9f9;
  border: 1px solid #eee;

}

/*--注意事項（商品コメント2）--*/
.page-goods .block-goods-comment2{
  border: 1px solid #c33;
  padding: 1em;
  background-color: #f9edef;
  font-size: .9em;
  margin: 0 0 3em;
}

/*--大見出し（商品コメント3）--*/
.page-goods .block-goods-comment3{
  font-size: 1.75em;
  font-weight: bold;
  margin: 0 0 1em;
}

/*--概要（商品コメント4）--*/
.page-goods .block-goods-comment4{
  font-size: 1em;
  margin: 0 0 1em;
}

/*--埋め込み動画タグ（商品コメント5）--*/
.page-goods .block-goods-comment5{
  padding: 0;
  margin: 3em 0;
  background-color: transparent;
}
.page-goods .block-goods-comment5 .-wrap_mv01{
  width: 80%;
  margin: 0 auto;
}
.page-goods .block-goods-comment5 .-wrap_mv01:nth-of-type(n+2){
  margin-top: 1em;
}

/*--見出しと販促文（商品コメント7）--*/
.page-goods .block-goods-comment7{
  margin: 0 0 3em;
}
.page-goods .block-goods-comment7 h3{
  font-size: 1.5em;
  background-color: transparent;
  margin: 2em 0 .5em;
  padding: 0;
  min-height: auto;
  display: block;
  font-weight: bold;
}
.page-goods .block-goods-comment7 h3:first-of-type{
  margin-top: 0;
}
.page-goods .block-goods-comment7 h4{
  font-size: 1.33em;
  background-color: transparent;
  margin: 2em 0 .5em;
  padding: 0;
  min-height: auto;
  display: block;
  font-weight: bold;
  border: none;
}
.page-goods .block-goods-comment7  .-stit_h2{
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 1.5em 0 .5em;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.page-goods .block-goods-comment7  .-stit_h3{
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 1.5em 0 .5em;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.page-goods .block-goods-comment7  .-stit_h4{
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 1.5em 0 .5em;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.page-goods .block-goods-comment7  .-txt_p{
  font-size: 13px;
  line-height: 2;
  font-weight: normal;
  padding: 0;
  margin: .5em 0;
  border:none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  max-height: auto;
}
.page-goods .block-goods-comment7  .-txt_p strong{
  font-weight: bold;
}
.page-goods .block-goods-comment7  .-list_ul01 li{
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: .5em;
  text-indent: -1em;
  margin-left: 1em;
}
.page-goods .block-goods-comment7  .-table_tbl01{
  border: #ccc 1px solid;
  margin: 1em 0;
}
.page-goods .block-goods-comment7  .-table_tbl01 tr{
  border-bottom: #999 dotted 1px;
}
.page-goods .block-goods-comment7  .-table_tbl01 tr th{
  background-color: #eee;
  vertical-align: center;
  padding: 1em;
  font-size: 13px;
  line-height: 1.7;
  font-weight: bold;
  white-space: nowrap;
}
.page-goods .block-goods-comment7  .-table_tbl01 tr td{
  background-color: #fff;
  vertical-align: center;
  padding: 1em;
  font-size: 13px;
  line-height: 1.7;
}
.page-goods .block-goods-comment7  .-table_tbl01 tr td .-txt_p {
  margin: 0;
}
.page-goods .block-goods-comment7 a,
.page-goods .block-goods-comment8 a{
  color: #034694;
  text-decoration: underline;
}
.page-goods .block-goods-comment7  .-red01{
  color: #c00;
}
div.page-goods .block-goods-comment7 h3, div.page-goods .block-goods-comment7 h4, div.page-goods .block-goods-comment7 h5 {
    margin: 2em 0 .5em;
    border: none;
    padding: 0;
    background-color: transparent;
}
div.page-goods .block-goods-comment7 small {
  color: #8A6D3B;
}

/*--仕様（商品コメント8）--*/
.page-goods .block-goods-comment8{
  margin: 0 0 3em;
}
.page-goods .block-goods-comment8>p{
  font-size: 1.2em;
  background-color: transparent;
  margin: 0 0 .5em;
  padding: 0;
  font-weight: bold;
}
.page-goods .block-goods-comment8 dl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
.page-goods .block-goods-comment8 dl dt {
  padding: 1em;
  font-weight: bold;
  width: 200px;
  border-bottom: 1px solid #ddd;
}
.page-goods .block-goods-comment8 dl dd {
  padding: 1em 1em 1em 0;
  width: calc(100% - 200px);
  border-bottom: 1px solid #ddd;
}

.detailKaitoriWrap01{
  margin: 0 0 3em;
}

/*-- 【商品ページ　デザイン調整】2023.08.29リニュー用--*/


/*--【関連商品】表示調整 2024--*/
.pane-goods-center .block-accessory-list{
  margin-top: 0;
  margin-bottom: 5em;
  /* background: linear-gradient(to bottom, #f6f6f6 0%, #fff 5%, #fff 95%, #f6f6f6 100%); */
  /* padding: 30px 30px 0; */
  /* border: 1px solid #ddd; */
  /* background-color: #f9f9f9; */
}
.pane-goods-center .block-accessory-list .block-accessory-list--name{
  /* text-align: center; */
  font-size: 16px;
  font-weight: bold;
  /* background-color: #f6f6f6; */
}
.pane-goods-center .block-accessory-list .block-accessory-list--list{
  width: 100%;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-category-top-nav{
  display: none;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t{
  margin-top: 0;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t>li{
  width: 1020px;
  /* display: flex; */
  display: block;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t > li .block-thumbnail-t--goods{
  width: 170px;
  min-width: inherit;
  margin-right: 0;
  margin-top: 60px;
  padding: 0 5px;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t > li .block-thumbnail-t--goods:nth-of-type(5n){
  /* margin-right: 0; */
}

.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t .slick-next {
  z-index: 10;
  right: -10px;
  width: 25px;
  height: 25px;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t .slick-next:before {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  background: rgba(0,0,0,.1) url(/img/custom_page/top/slick/arw_slick_r.png) center no-repeat;
  background-size: 6px;
}

.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t .slick-prev{
  z-index: 10;
  left: -10px;
  width: 25px;
  height: 25px;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t .slick-prev:before {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  background: rgba(0,0,0,.1) url(/img/custom_page/top/slick/arw_slick_l.png) center no-repeat;
  background-size: 6px;
}
.pane-goods-center .block-accessory-list .block-accessory-list--list .block-thumbnail-t>li .slick-track {
  margin-left:initial;
  margin-right:initial;
}
/*--【関連商品】表示調整 2024--*/

/*--Revico 2024.09.20--*/
.pane-goods-right-side .revico-star-zone{
  height: 35px;
  margin-top: -35px;
}
/*--Revico 2024.09.20--*/

/*--商品ページショッピングローンバナー調整 2024.10.1--*/
.-shoppingloanDetailsBnr01{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 10px 0;
}
.-shoppingloanDetailsBnr01>a>img{
  height: 60px;
  width: auto;
}
/*--商品ページショッピングローンバナー調整 2024.10.1--*/