 
.cart-button-souryou{
  margin-bottom:0.5em;
}

.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 10px;
}
.product__thumb__unit img {
  max-height: 120px;
  cursor: pointer;
}

.product__name {
  text-align: left;
}

.product__price {
  font-size: 1.5em;
  letter-spacing: .05em;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  padding: .7em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  background: #ffffff;
  /* background: #f5f5f5; */
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 0.5em 0;
    margin: 0.5em 0;
     /*  padding: 1.5em 0;
    margin: 1.5em 0; */
  }

  .product__info__list:first-child {
    margin-top: 0em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

  /* ここからvisage編集 */
  /* 境界線 */
div.border01 {
border: 1px solid #ddd;
width: 100%;
margin-bottom: 40px;
}

  /* パンくず＆サムネイルのマージン */
.section__blockss {
margin: 1em auto ;
}

/* サムネイルの画像幅 */
.csheight {
width: auto !important;
}

  /* 商品画像下ボタン（カートへ） */
/* SP用 */
.ft-cartback {
background: #ff9900;
color: #fff;
display: block;
width: 100%;
margin: auto;
vertical-align: middle;
text-align: center;
font-size: 14px;
cursor: pointer;
line-height: 10px;
margin-bottom: 2em;
box-sizing: border-box;
font-weight: 600;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.ft-cartback a {
display: block;
width: 100%;
line-height: 4;
box-sizing: border-box;
color: #fff;
text-decoration: none;
}
.ft-cartback:hover {
color: #fff;
opacity: 1.0;
} 

/* PC用 */
@media (min-width: 769px){
.ft-cartback {
width: 80%;
font-size: 16px;
line-height: 16px;
margin-bottom: 1.5em;
}
.ft-cartback:hover {
  opacity: 0.8;
}
}

  /* 右下ボタン（トップへ） */
/* SP用 */
.go-top {
background: #624c3f;
color: #fff;
display: block;
position: fixed;
bottom: 8px;
right: 8px;
vertical-align: middle;
text-align: center;
font-size: 10px;
cursor: pointer;
line-height: 10px;
padding: 6px 8px;
font-weight: 600;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
z-index: 2147483647;
}
  
.go-top a {
display: block;
width: 100%;
color: #fff;
text-decoration: none;
}
.go-top:hover {
color: #fff;
opacity: 1.0;
} 

/* PC用 */
@media (min-width: 769px){
.go-top {
bottom: 10px;
right: 16px;
font-size: 12px;
line-height: 16px;
padding: 7px 10px;
}
.go-top:hover {
  opacity: 0.8;
}  
}

  /* ジュエリーテーブル(PC) */
table.jewtable {
width:550;
font-size: 13px;
color: #6f543d;
line-height: 1.3em;
text-align :center ;
border: 1px solid #e1e1ce;
border-collapse: collapse;
}

table.jewtable th {
width :95px ;
border: 1px solid #e1e1e1;
background: #f8f8f8;
font-weight: bold;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
padding: 5px;
}

table.jewtable td {
color :#666666 ;
width: 400px;
text-align :left ;
padding:10px;
border: 1px solid #e1e1e1;
}

@media (max-width: 980px){
  /* ジュエリーテーブル(TB) */
table.jewtable {
max-width:100%;
width: 100%;
font-size: 13px;
color: #6f543d;
line-height: 1.3em;
text-align :center ;
border: 1px solid #e1e1e1;
}

table.jewtable th {
display: block;
width: auto;
background: #f8f8f8;
font-weight: bold;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
padding: 11px;
border: 1px solid #f8f8f8;
}

table.jewtable td {
display: block;
width: auto;
color :#666666 ;
text-align :left ;
padding:10px;
border: 0px;
}
}

@media (max-width: 768px){
  /* ジュエリーテーブル(SP) */
table.jewtable {
max-width:100%;
width: 100%;
font-size: 13px;
color: #6f543d;
line-height: 1.3em;
text-align :center ;
border: 1px solid #e1e1e1;
}
  
table.jewtable th {
display: block;
max-width:100%;
width: auto;
background: #f8f8f8;
font-weight: bold;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
padding: 11px;
border: 1px solid #f8f8f8;
}

table.jewtable td {
display: block;
max-width:100%;
width: auto;
color :#666666 ;
text-align :left ;
padding:10px;
border: 0px;
}
}

  /* 心葉テーブル(PC) */
table.kkstable {
width:610;
font-size: 13px;
color: #FFFFFF;
line-height: 1.4em;
text-align :center ;
border-collapse: collapse;
border-right:1px solid #95684f;
}

table.kkstable th {
width :90px ;
background: #552e27;
font-weight: bold;
background: -moz-linear-gradient(top, rgba(149,104,79,1) 0%, rgba(85,46,39,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,104,79,1)), color-stop(100%,rgba(85,46,39,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95684f', endColorstr='#552e27',GradientType=0 );
padding: 5px;
}

table.kkstable td {
color :#666666 ;
width: 400px;
text-align :left ;
padding:10px;
border-right: 1px solid #c1c1c1;
border-bottom: 1px solid #c1c1c1;
}

@media (max-width: 980px) {
  /* 心葉テーブル(TB) */
table.kkstable {
max-width:100%;
width: 100%;
font-size: 13px;
color: #FFFFFF;
line-height: 1.4em;
text-align :center ;
border: 1px solid #c1c1c1;
}

table.kkstable th {
display: block;
width: auto;
background: #552e27;
font-weight: bold;
background: -moz-linear-gradient(top, rgba(149,104,79,1) 0%, rgba(85,46,39,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,104,79,1)), color-stop(100%,rgba(85,46,39,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95684f', endColorstr='#552e27',GradientType=0 );
padding: 11px;
border: 0;
}

table.kkstable td {
display: block;
width: auto;
color :#666666 ;
text-align :left ;
padding:10px;
border: 0;
}
} 

@media (max-width: 768px){
  /* 心葉テーブル(SP) */
table.kkstable {
max-width:100%;
width: 100%;
font-size: 13px;
color: #FFFFFF;
line-height: 1.4em;
text-align :center ;
border: 1px solid #c1c1c1;
}

table.kkstable th {
display: block;
max-width:100%;
width: auto;
background: #552e27;
font-weight: bold;
background: -moz-linear-gradient(top, rgba(149,104,79,1) 0%, rgba(85,46,39,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,104,79,1)), color-stop(100%,rgba(85,46,39,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95684f', endColorstr='#552e27',GradientType=0 );
padding: 11px;
border: 0;
}

table.kkstable td {
display: block;
max-width:100%;
width: auto;
color :#666666 ;
text-align :left ;
padding:10px;
border: 0;
}
}

  /* キティテーブル(PC) */
table.kittytable {
width:550;
font-size: 13px;
line-height: 1.3em;
text-align :center ;
border: 1px solid #FFaaaa;
border-collapse: collapse;
}

table.kittytable th {
width :95px ;
border: 1px solid #FFaaaa;
font-weight: bold;
padding: 5px;
}

table.kittytable td {
width: 400px;
text-align :left ;
padding:10px;
border: 1px solid #FFaaaa;
}

@media (max-width: 980px){
  /*キティテーブル(TB) */
table.kittytable {
max-width:100%;
width: 100%;
font-size: 13px;
line-height: 1.3em;
text-align :center ;
border: 1px solid #FFaaaa;
}

table.kittytable th {
display: block;
width: auto;
font-weight: bold;
padding: 11px;
border: 1px solid #fdebeb;
}

table.kittytable td {
display: block;
width: auto;
text-align :left ;
padding:10px;
border: 0px;
}
}

@media (max-width: 768px){
  /* キティテーブル(SP) */
table.kittytable {
max-width:100%;
width: 100%;
font-size: 13px;
line-height: 1.3em;
text-align :center ;
border: 1px solid #FFaaaa;
}
  
table.kittytable th {
display: block;
max-width:100%;
width: auto;
font-weight: bold;
padding: 11px;
border: 1px solid #fdebeb;
}

table.kittytable td {
display: block;
max-width:100%;
width: auto;
text-align :left ;
padding:10px;
border: 0px;
}
}

div.pd01 {
  margin-bottom:2em;
}

@media (max-width: 980px) {
  /* 画像可変(TB) */
div.pd01 {
max-width:100%;
width:100%;
height:auto;
margin-bottom:2em;
}
div.pd01 img {
width:100%;
height:auto;
}
div.pd02 {
max-width:100%;
width:100%;
height:auto;
}
div.pd02 img {
width:32%;
height:auto;
}
}
@media (max-width: 768px){
  /* 画像可変(SP) */
div.pd01 {
max-width:100%;
width:100%;
height:auto;
margin-bottom:2em;
}
div.pd01 img {
width:100%;
height:auto;
}
div.pd02 {
max-width:100%;
width:100%;
height:auto;
}
div.pd02 img {
width:32%;
height:auto;
}
}

h2.section__title-h2-2 {
  text-align: left;
  font-size: 1.5em;
  font-weight:bold;
  margin-bottom: 1.1em;
  font-family:游明朝,游明朝体,Yu Mincho,YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
  color:#5e4b3d;
  letter-spacing:0.1em;
}

@media (max-width: 768px){
h2.section__title-h2-2 {
  font-size: 1.2em;
}
}

.img-100 {
  width: 100%;
}
.img-top1 {
  margin-top: 1em;
}
.img-top2 {
  margin-top: 2em;
}
/* ↓table下banner */
h2.sedai_pd{
    display: block;
    text-align: left;
    font-size: 2em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0px 0px 2% 3%;
    font-family: 游明朝, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: rgb(94, 75, 61);
    letter-spacing: 0.1em;
    background: url(https://img21.shop-pro.jp/PA01371/655/etc/title_bg.png) 10% / 100% no-repeat;
    background-position: bottom;
}
@media (max-width: 730px){
h2.sedai_pd{
    padding: 3px 0px 3% 4%;
    font-size: 1em;
}
}
/* ↑table下banner */

/* 友達に教えるハート↓*/
.icon-b.icon-heart {
  background-position: -32px -16px;
}

@media (max-width: 768px){
.icon-b.icon-heart {
  background-position: -48px -24px;
}
}
/* 友達に教えるハート↑*/

/* お気に入り↓
.xxfavorite-button {
    text-decoration:none;
    text-align:center;
    padding:3px 8px;
    color:#333;
    border:0px solid #CCC;
    background-color:#FFF;
}

.xxfavorite-button:hover {
    text-decoration:underline;
    color:#666;
}
お気に入り↑*/

/* お気に入り2↓*/
.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 13px;
  height: 13px;
  vertical-align: -.10em;
  fill: currentColor;
}
/* お気に入り2↑*/

/* ページ内テキスト用 */
.sho_txt {
  width:100%;
  margin:auto;
}

@media (min-width: 981px){
.sho_txt {
  width:600px;
}
  
}
.sho_h3 {
  color:#333;
  text-align:left;
  font-size:1.3em;
}
.sho_p {
  color:#333;
  text-align:left;
  line-height:1.4;
}
.sho_b {
  font-weight:bold;
}

/* ページ内テキスト用 */
@media (max-width: 768px){
.txtmargin {
  width:600px;
}
}

/* カート下バナー用 */
@media (max-width: 768px){
.crt_bnr {
  max-width: 60% !important;
}
}

/* パスワード入力用 */
.password_field {
  width: 100%;
  padding: inherit;
}

/* サムネイルスライダー調整 */
.bx-wrapper {
  max-width: 760px !important;
}