@charset "euc-jp";
/* ------------------------------------- 
 *  旧モーダルウィンドウ
 * ------------------------------------- */
/*
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position:fixed; top:0; left:0; right:0; bottom:0; z-index:999; opacity:0; line-height:1.3; display: none;}

.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;}

.is-active.modal-window {display: block;}

.modal-window:target {display: block;}
.modal-window .modal-inner {position:absolute; top:100px; width:80%; left:5%; z-index:10001; padding:5%; margin:0 auto; overflow-x: hidden; border-radius: 6px; background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);}

.modal-window .modal-close {display: block; text-indent: -1000px; overflow: hidden;}
.modal-window .modal-close:before {content:''; position:absolute; top:0; left:0; right:0; bottom:0; z-index:10000; background: #333; -moz-opacity:0.7; opacity:0.7;}
.modal-window .modal-close:after {content:'\00d7'; position:absolute; top:65px; right:10%; z-index:10002; margin:0 auto; background:#fff; border-radius:2px;
padding:2px 15px 2px 15px; text-decoration: none; font-size:25px; text-indent: 0;}

.modal-window {-webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; transition: opacity 0.4s;}
*/

/* ------------------------------------- 
 *  新モーダルウィンドウ
 * ------------------------------------- */
/* .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
  display: flex;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s ease;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s ease;
}

.modal-wrapper::after {
  display: block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.modal-overlay {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38;
}*/





.ads {position:fixed; bottom:0; z-index:10000; width:100%; height:45px; background:#ffffff; border-top:#9fa1a6 1px solid;}

.adsLeft { height:45px; float:left; width:50%; background-image:-webkit-gradient(linear, left top, left bottom, from(#344787),to(#182964));}
.adsLeft a {height:45px; line-height:45px; border-right: #9fa1a6 1px solid; text-decoration:none; position:relative; display:block; letter-spacing:0;
padding:0px 0px 0px 25px; color:#ffc000; font-size:18px; font-weight:bold;
background:url(https://file001.shop-pro.jp/PA01157/252/sp/icon_tel.png) no-repeat; background-position:0px 6px; -webkit-background-size: 27px 27px;}


.adsRight { float:right; width:50%; background-image:-webkit-gradient(linear, left top, left bottom, from(#ffd801),to(#ffc000));}
.adsRight input {height:45px; line-height:45px; text-decoration:none; color:#081d60; position:relative; display:block; letter-spacing:0;
padding:0px 0px 0px 28px; border:none; font-size:18px; font-weight:bold;
background:url(https://file001.shop-pro.jp/PA01157/252/sp/kago.png) no-repeat; background-position:2px 10px; -webkit-background-size: 23px 23px;}

.adsRight a {height:45px; line-height:45px; border-right: #9fa1a6 1px solid; text-decoration:none; position:relative; display:block; letter-spacing:0;
padding:0px 0px 0px 28px; color:#081d60; font-size:18px; font-weight:bold;
background:url(https://file001.shop-pro.jp/PA01157/252/sp/kago.png) no-repeat; background-position:2px 10px; -webkit-background-size: 24px 24px;}

#tyuui{font-size: 14px; width: 100%;}
.tyuui-fs{font-size: 18px;}
.fc-red{color: #ff0000;}

#product_detail .dtl_tbl th.dtl_tbl_th{background: #E1DAC8;}
#product_detail .dtl_tbl td.dtl_tbl_td{background: #F0F0F0;}


/* ------------------------------------- 
 *  view
 * ------------------------------------- */
.now_view, .booster, .reverb{
    width:100%;
    position: relative;
}

.view_text, .booster_text, .reverb_text{
    position: absolute;
    /*border: 1px #999 dotted;*/
    border: none;
    /*box-shadow:1px 1px 2px #FFF;*/
    border-radius: 10px;
    padding: 0.5em 2em;
    color: #000000;
    background: #FFC000;
    right: 0;
    opacity: 0.9;
}


/* ------------------------------------- 
 *  商品画像の続きを見る
 * ------------------------------------- */
div.vm_box_img *, div.vm_box_img *:before, div.vm_box_img *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.vm_box_img {
  position: relative;
}
div.vm_box_img label.vm_box_btn {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 50px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 0%);
  -webkit-tap-highlight-color: rgba(0,0,0,0);　/*ハイライト色を透明に変更する*/
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout:none;　/*デフォルトのタッチした時のハイライトを消す*/
  touch-callout:none;
}
div.vm_box_img input:checked + label.vm_box_btn {
  background: inherit; /* 開いた時にグラデーションを消す */
}
div.vm_box_img label.vm_box_btn:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 16rem;
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  content: '\f13a'' VIEW MORE';
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  border: solid 1px rgb(27, 37, 56);
  /*color: rgb(27, 37, 56);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);*/
  /*color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);*/
  color: #ffffff;
  border-radius: 0;
  background-color: rgba(27, 37, 56, 1);
}
div.vm_box_img input {
  display: none;
  -webkit-appearance: none;
  vertical-align:middle;
}
div.vm_box_img div.vm_container {
  display: block;  
  overflow: hidden;
  height: 45px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-bottom: 20px;
}
div.vm_box_img input:checked + label.vm_box_btn {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
div.vm_box_img input:checked + label.vm_box_btn:after {
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  content: '\f139'' CLOSE';
  bottom: 0;
}

div.vm_box_img input:checked ~ div.vm_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* ------------------------------------- 
 *  品質階級
 * ------------------------------------- */
.quality_class_h3{font-size: 16px; line-height: 1.5; /*border: #000 1px solid; border-width: 0 0 0 5px; */padding: 0 10px; color: #585957; margin-top: 20px;}
.quality_class_txtbox{box-sizing: border-box; width: 100%; font-size: 14px; padding: 0 10px; margin: 20px 0;}
.quality_class_txtbox .note{font-size: 12px; padding: 0 10px;}

.quality_element_table_warp{margin-top: 20px;}
.quality_element_table{width: 100%; border: 1px solid #BBBBBB; /*color: #757575;*/ border-collapse: collapse; font-size: 12px;}
.quality_element_table td{box-sizing: border-box; border: 1px solid #BBBBBB; padding: 15px 10px; vertical-align: middle;}
.quality_element_table tr{box-sizing: border-box; border: 1px solid #BBBBBB;}
.quality_element_td_l{width: 25%;}
.quality_element_td_r{width: 75%;}

.quality_class_table_warp{/*padding: 0 10px;*/ margin-top: 20px;}
.quality_class_table{width: 100%; border: 1px solid #BBBBBB; /*color: #757575;*/ border-collapse: collapse; font-size: 12px;}
.quality_class_table td{box-sizing: border-box; border: 1px solid #BBBBBB; padding: 15px 5px; vertical-align: middle;}
.quality_class_table tr{box-sizing: border-box; border: 1px solid #BBBBBB;}
.quality_class_td_l{width: 30%;}
.quality_class_td_r{width: 70%;}

/* ------------------------------------- 
 *  サイズ比較ガイド
 * ------------------------------------- */
.guide_table_warp{padding: 0 10px; margin-top: 20px;}
.guide_table{width: 60%; border: 1px solid #BBBBBB; border-collapse: collapse; font-size: 12px;}
.guide_table td{box-sizing: border-box; border: 1px solid #BBBBBB; padding: 15px 5px; vertical-align: middle;}
.guide_table tr{box-sizing: border-box; border: 1px solid #BBBBBB;}
.guide_td_l{width: 30%;}
.guide_td_r{width: 30%;}

/* ------------------------------------- 
 *  続きを読む
 * ------------------------------------- */
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  content: '\f13a'' 続きを読む';
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
  display: none;
  -webkit-appearance: none;
  vertical-align:middle;
}
.cp_box .cp_container {
  display: block;  
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
  content: '\f139'' 閉じる';
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* ------------------------------------- 
 *  アンダーライン
 * ------------------------------------- */
.dotted-x{
  height: 2px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.dotted-x::before {
  content: "";
  background-image: linear-gradient(to right, #CCC, #CCC 2px, transparent 3px, transparent 5px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ------------------------------------- 
 *  表示・非表示
 * ------------------------------------- */
.viewmore-mrsk{
display: block;
margin: 0 auto;
margin-top: 14px;
/*background: #FFFFFF;*/
color: #333333;
font-size: 18px;
width: 100%;
height: 45px;
line-height: 45px;
box-sizing: border-box;
vertical-align: middle;
position: relative;
}

.contact-info{font-size: 16px; /*margin-bottom: 30px;*/ padding: 0 0 10px 0;}
 p.contact-info a{color: #333333; border-bottom: 1px solid #9d9d9d; text-decoration: none;}

.viewmore-mrsk .info_l{position: absolute; top: 0; left: 0;}
.viewmore-mrsk span.zdo_drawer_nav_next{position: absolute; top: 0; right: 0;}


/*ボックス全体*/
.vm-box {/*border-top: solid 1px #7f8386;*/ border-bottom: solid 1px #7f8386; -webkit-box-sizing: content-box; box-sizing: content-box;}
.vm-box.twobox { border-top: none; border-bottom: solid 1px #7f8386; /*margin-bottom: 20px;*/}

.pad{
  padding: 0 10px;
}


/*ラベル*/
.vm-box label {
/*    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;*/
}

/*ラベルホバー時*/
.vm-box label:hover {
/*    background :#85baef;*/
}

/*チェックは隠す*/
.vm-box input {
    display: none;
}

/*中身を非表示にしておく*/
.vm-box .vm-show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.vm-box input:checked ~ .vm-show{
    /*box-sizing: border-box;*//*テキストが微妙に収まらない*/
    height: auto;
    padding: 0;
    /*background: #2d2c54;*/
    opacity: 1;
    color: #333333;
    width: 100%;
}

/*クリックで中身表示*/
.vm-box.twobox input:checked ~ .vm-show{
    /*box-sizing: border-box;*//*テキストが微妙に収まらない*/
    padding: 0;
    /*background: #2d2c54;*/
    opacity: 1;
    color: #333333;
    width: 100%;
    /*height: 320px*/;
    height: max-content;
}


/*アイコンを表示*/
.vm-box label .zdo_drawer_nav_next::before{
    font-weight: 500;
    content:" \＋";
    transition: 0.2s;
    display: inline-block;
    vertical-align: center;  
    /*padding: 0 10px;*/
    margin-left: 4px; 
  }

/*アイコンを切り替え*/
.vm-box input:checked ~ div label .zdo_drawer_nav_next::before{
    color: #333333;
    font-weight: 500;
    content:" \−";
    margin-left: 4px; 
  }

.vm-show-ext{height: 300px;}


.include_itme_wrap{width: 100%; height: 160px; display: inline-block; padding: 0 10px; position: relative; border-top: solid 1px #7f8386; border-bottom: solid 1px #7f8386; box-sizing: border-box;}
.include_itme{background-image: url("https://file001.shop-pro.jp/PA01157/252/bracelet_case.png"); background-repeat: no-repeat; background-size: 40%; background-position: left; height: 160px;}
.include_itme_txt{width: 60%; position: absolute; top: 10px; right: 15px; display: block; vertical-align: middle;}

.include_itme_wrap{width: 100%; height: 160px; display: inline-block; padding: 0 10px; position: relative; border-top: solid 1px #7f8386; border-bottom: solid 1px #7f8386; box-sizing: border-box;}
.include_itme{background-image: url("https://file001.shop-pro.jp/PA01157/252/bracelet_case.png"); background-repeat: no-repeat; background-size: 40%; background-position: left; height: 160px;}
.include_itme_txt{width: 60%; position: absolute; top: 10px; right: 15px; display: block; vertical-align: middle;}

.include_itme_wrap.b_none{ border-top: none; height: 155px;}
/*.include_itme_sezi{background-image: url("https://file001.shop-pro.jp/PA01157/252/se-zi.png"); background-repeat: no-repeat; background-size: 38%; background-position: left; height: 155px;}*/
.include_itme_sezi{background-image: url("https://file001.shop-pro.jp/PA01157/252/sp_crystal_chip.png"); background-repeat: no-repeat; background-size: 50%; background-position: left; height: 150px;}
.include_itme_txt.twotxt{position: absolute; top: 5px; right: 15px;}

.gemreport_wrap{ border: none; width: 100%; height: 155px; margin: 0 auto; position: relative;}
.gemreport{background-image: url("https://file001.shop-pro.jp/PA01157/252/gemreport_img.jpg"); background-repeat: no-repeat; background-size: 45%; background-position: left; height: 155px;}
.gemreport_txt{position: absolute; top: 5px; right: 15px; width: 60%; display: block;}
.include_itme_title{font-family: "Lora",Yu Mincho,YuMincho,Hiragino Mincho ProN,serif; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

#product_mail_info{padding: 6px;}
.product_mail_info_btns p.product_mail_info_p .pmi_btn {
    color: #FFFFFF;
    background-color: #0e1017;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7d7c),to(#949494));
    border: 1px solid #666;
}

.product_mail_info_btns .pmi_btn {
    font-size: 16px;
    padding: 10px 5px;
    width: 80%;
    text-align: center;
    margin: 0 auto 10px;
    -webkit-box-shadow: 0 2px 1px #ddd;
    box-shadow: 0 4px 2px #666;
}

.pmi_btn {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px #111111;
    padding: 6px 4px 7px 4px;
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#777777),to(#333333));
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
    box-shadow: 0 1px 2px rgba(255,255,255,0.5);
    border: 1px solid #111111;
}

/* smart photo js */





.viewmore-mrsk.popup_info{
display: block;
margin-top: -10px;
height: 10px;
/*margin: 0 auto;*/
/*background: #FFFFFF;*/
color: #333333;
font-size: 12px;
width: 100%;
box-sizing: border-box;
vertical-align: middle;
}

 p.popup_info_txt{font-size: 12px; margin-top: 5px;}

/*ボックス全体*/
.vm-box.popup_info_box {border: none; height: auto;}

/*ラベル*/
.vm-box.popup_info_box label {
/*    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;*/
}

/*ラベルホバー時*/
.vm-box.popup_info_box label:hover {
/*    background :#85baef;*/
}

/*チェックは隠す*/
.vm-box.popup_info_box input {
    display: none;
}

/*中身を非表示にしておく*/
.vm-box.popup_info_box .vm-show.popup_info_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.5s;*/
}

/*クリックで中身表示*/
.vm-box.popup_info_box input:checked ~ .vm-show.popup_info_show{
    /*box-sizing: border-box;*//*テキストが微妙に収まらない*/
    height: auto;
    padding: 0;
    /*background: #2d2c54;*/
    opacity: 1;
    color: #333333;
    width: 100%;
/*    margin-top: 20px;*/
}

/*アイコンを表示*/
.vm-box.popup_info_box label .popup_info_icon::before{
  font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content: '\f05a';
    transition: 0.2s;
    display: inline-block;
    vertical-align: center;  
    /*padding: 0 10px;*/
    margin-left: 4px; 
    color: #ffc000;
    font-size: 16px;
    position: absolute;
    top: -23px;
    right: 0;
  }


.viewmore-mrsk.popup_info2{
display: block;
margin-top: -30px;
height: 10px;
/*margin: 0 auto;*/
/*background: #FFFFFF;*/
color: #333333;
font-size: 12px;
width: 100%;
box-sizing: border-box;
vertical-align: middle;
}

 p.popup_info_txt2{font-size: 12px; margin-top: 5px;}

/*ボックス全体*/
.vm-box.popup_info_box2 {border: none; height: auto;}

/*ラベル*/
.vm-box.popup_info_box2 label {
/*    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;*/
}

/*ラベルホバー時*/
.vm-box.popup_info_box2 label:hover {
/*    background :#85baef;*/
}

/*チェックは隠す*/
.vm-box.popup_info_box2 input {
    display: none;
}

/*中身を非表示にしておく*/
.vm-box.popup_info_box2 .vm-show.popup_info_show2 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.5s;*/
}

/*クリックで中身表示*/
.vm-box.popup_info_box2 input:checked ~ .vm-show.popup_info_show2{
    /*box-sizing: border-box;*//*テキストが微妙に収まらない*/
    height: auto;
    padding: 0;
    /*background: #2d2c54;*/
    opacity: 1;
    color: #333333;
    width: 100%;
    margin-top: 20px;
}

/*アイコンを表示*/
.vm-box.popup_info_box2 label .popup_info_icon2::before{
  font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content: '\f05a';
    transition: 0.2s;
    display: inline-block;
    vertical-align: center;  
    /*padding: 0 10px;*/
    margin-left: 4px; 
    color: #ffc000;
    font-size: 16px;
    position: absolute;
    top: -4px;
    right: 0;
  }


.viewmore-mrsk.popup_info3{
display: block;
margin-top: -10px;
height: 10px;
/*margin: 0 auto;*/
/*background: #FFFFFF;*/
color: #333333;
font-size: 12px;
width: 100%;
box-sizing: border-box;
vertical-align: middle;
}

 p.popup_info_txt3{font-size: 12px; margin-top: 5px;}

/*ボックス全体*/
.vm-box.popup_info_box3{border: none; height: auto;}

/*ラベル*/
.vm-box.popup_info_box3 label {
/*    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;*/
}

/*ラベルホバー時*/
.vm-box.popup_info_box3 label:hover {
/*    background :#85baef;*/
}

/*チェックは隠す*/
.vm-box.popup_info_box3 input {
    display: none;
}

/*中身を非表示にしておく*/
.vm-box.popup_info_box3 .vm-show.popup_info_show3 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.5s;*/
}

/*クリックで中身表示*/
.vm-box.popup_info_box3 input:checked ~ .vm-show.popup_info_show3{
    /*box-sizing: border-box;*//*テキストが微妙に収まらない*/
    height: auto;
    padding: 0;
    /*background: #2d2c54;*/
    opacity: 1;
    color: #333333;
    width: 100%;
    /*margin-top: 20px;*/
}

/*アイコンを表示*/
.vm-box.popup_info_box3 label .popup_info_icon3::before{
  font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content: '\f05a';
    transition: 0.2s;
    display: inline-block;
    vertical-align: center;  
    /*padding: 0 10px;*/
    margin-left: 4px; 
    color: #ffc000;
    font-size: 16px;
    position: absolute;
    top: -24px;
    right: 0;
  }




.detail_showroom_wrap{width: 100%; display: block; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.detail_showroom_h3{width: 100%; color: #FFFFFF; background-color: #293855; height: 50px; line-height: 50px; font-family: "Lora",Yu Mincho,YuMincho,Hiragino Mincho ProN,serif; font-weight: 400; vertical-align: middle; text-align: center; font-size: 28px;}
.detail_showroom_txtbox{width: 100%; color: #FFFFFF; background-color: #293855; font-family: "Noto Sans Japanese","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif; font-weight: 500; padding: 20px 10px 0 10px; width: 100%; box-sizing: border-box;}
.detail_showroom_txt{font-size: 16px;}
.detail_showroom_wrap a{color: #FFFFFF; border-bottom: 1px solid #FFFFFF; text-decoration: none;}

.brs_charm_wrap{width: 100%; height: auto; box-sizing: border-box; display: block; position: relative; margin-top: -6px;}
.brs_charm_img{background-image: url("https://file001.shop-pro.jp/PA01157/252/FR_bracelet_charm.jpg"); background-repeat: no-repeat; background-size: 100%; height: 140px;}
.brs_charm_txt{position: absolute; top: 5px; right: 8px; width: 80%; text-align: center; color: #FFFFFF; font-weight: 500;}

/* smart photo fix */

.smartphoto {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  　tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout:none !important;
    touch-callout:none;
}
.smartphoto-header{
  top: 44px !important;
  background-color: rgba(0,0,0,0) !important;
}
.smartphoto-list {
    top: 10px !important;
}



.info_note_wrap{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.info_note_txt{
    font-size: 12px; 
    height: 20px; 
    padding-left: 22px;
}
.info_note_icon:before{  
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content: '\f05a';
    display: inline-block;
    vertical-align: center;  
    margin-left: 4px; 
    color: #ffc000;
    font-size: 15px;
    position: absolute;
    top: -3px;
    left:0;
}

.product_price {
    font-size: 18px !important;
}



.shop_cart{
    display: block; 
    position: relative;
    width: 240px;
    margin: 0 auto;
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-box-shadow: 0 2px 1px #ddd;
    box-shadow: 0 4px 2px #c9c9c9;
    transition: all 0.3s ease 0s;
}
/*.shop_cart input[type="submit"]{*/
#add_to_cart{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #091C5E;
    width: 240px;
    height: 62px;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    /*text-align: center;*/
    text-align: right;
    padding-right: 10px;
    background: -webkit-linear-gradient(top, #ffd800 50%,#2989d8 50%,#ffd800 50%,#ffd800 50%,#ffc000 50%);
    background: linear-gradient(to bottom, #ffd800 50%,#2989d8 50%,#ffd800 50%,#ffd800 50%,#ffc000 50%);
    border: 2px solid #091C5E;
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    /*-webkit-box-shadow: 0 2px 1px #ddd;
    box-shadow: 0 4px 2px #c9c9c9;*/
 　 -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}
.cart_btn{
    background-color: #091c5e;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 7px;
    width: 47px;
    height: 47px;
}
.shop_cart .cart_btn .cart_icon::before{
    /*display: inline-block;
    transform: scaleX(-1);
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content: '\f07a';
    color: #FFF;
    font-size: 30px;
    content: url(https://file001.shop-pro.jp/PA01157/252/shoppingcart.png);*/
    position: absolute;
    top: 7px;
    left: 4px;
    content:" ";
    display:inline-block;
    width: 35px;
    height: 35px;
    background: url(https://file001.shop-pro.jp/PA01157/252/shoppingcart.png) no-repeat;    
    background-size:contain;
    vertical-align:middle;
}
.shop_cart:hover{
    /*border-bottom: none;
    transform: translateY(5px);
    -webkit-box-shadow: none;
    box-shadow: none;*/
}
#add_to_cart:hover{
    /*-webkit-box-shadow: none;
    box-shadow: none;*/  
}
.shop_cart:active{
    -webkit-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
    transform: translate(0,5px);
    -webkit-box-shadow: none;
    box-shadow: none; 
    }
/*#add_to_cart:active{
    -webkit-box-shadow: none;
    box-shadow: none;  
}*/



/* ------------------------------------- 
 *  タブ切り替え
 * ------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  /*padding-bottom: 40px;*/
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  /*border-bottom: 3px solid #5ab4bd;*/
  border-bottom: 3px solid #1B2538;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*.tab_item:hover {
  opacity: 0.75;
}*/
.tab_item_3 {
  width: calc(100%/3);
  height: 50px;
  /*border-bottom: 3px solid #5ab4bd;*/
  border-bottom: 3px solid #1B2538;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*.tab_item_3:hover {
  opacity: 0.75;
}*/

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  /*padding: 40px 40px 0;*/
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#characteristics:checked ~ #characteristics_content,
#point:checked ~ #point_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  /*background-color: #5ab4bd;*/
  background-color: #1B2538;
  color: #fff;
}
.tabs input:checked + .tab_item_3 {
  /*background-color: #5ab4bd;*/
  background-color: #1B2538;
  color: #fff;
}


/* ------------------------------------- 
 *  new-nav-wrap
 * ------------------------------------- */
.new-nav-wrap {
  position: relative;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.new-scroll-nav {
  /*width: 100%;*/
  /*background: #000;*/ /* メニューの背景色 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.new-scroll-nav ul {
  /*max-width: 1140px;*/ /* メニューの最大幅 */
  /*min-width: 1140px;*/ /* メニューの最小幅 */
  width: max-content; /* 望ましい固有の幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 5px;
  list-style: none;
  padding-right: 25px; /* 右側の固定分余白を空ける */
  font-weight: 900;
  font-size: 14px;
  box-sizing: border-box;
}
.new-scroll-nav ul li {
  max-width: max-content;
  min-width: 80px;
  float: left;
  /*width: 10%;*/ /* メニューの個別の幅 */
  text-align: center;
  margin-right: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 5px;
  /*background: #000000;*/
  background: rgb(76,76,76); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(37,37,37,1) 0%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 100%, rgba(43,43,43,1) 100%, rgba(28,28,28,1) 100%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.new-scroll-nav ul li:hover {
  background: #222; /* マウスホバー時の背景色 */
}
.new-scroll-nav ul a {
  /*display: inline-block;*/
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}

.new-scroll-nav .round {
  /*max-width: 1140px;*/ /* メニューの最大幅 */
  /*min-width: 1140px;*/ /* メニューの最小幅 */
  width: max-content; /* 望ましい固有の幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 5px;
  list-style: none;
  padding-right: 25px; /* 右側の固定分余白を空ける */
  font-weight: 900;
  font-size: 14px;
  box-sizing: border-box;
}
.new-scroll-nav .round li {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 50%;
  /*background: #000000;*/
  background: rgb(76,76,76); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(37,37,37,1) 0%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 100%, rgba(43,43,43,1) 100%, rgba(28,28,28,1) 100%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.new-scroll-nav .round li:hover {
  background: #222; /* マウスホバー時の背景色 */
}
.new-scroll-nav .round a {
  /*display: inline-block;*/
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}

.new-next-btn { /* 右側に固定する部分 */
  /*display: none;*/ /* 右側の固定部分を非表示 */
  position: absolute;
  top: 0;
  right: 0;
  width: 20px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #ffffff;
  color: #9e9e9e;
  font-weight: 900;
}

.new-next-btn::after { /* 右側に固定する部分 */
  /*display: none;*/ /* 右側の固定部分を非表示 */
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #ffffff;
  color: #9e9e9e;
  font-weight: 900;
  font-size: 25px;
}

.round-next { /* 右側に固定する部分 */
  /*display: none;*/ /* 右側の固定部分を非表示 */
  position: absolute;
  top: 0;
  right: 0;
  width: 20px; /* 固定部分の幅 */
  height: 60px; /* メニューの高さに合わせる */
  line-height: 60px;
  background: #ffffff;
  color: #9e9e9e;
  font-weight: 900;
}

.round-next::after { /* 右側に固定する部分 */
  /*display: none;*/ /* 右側の固定部分を非表示 */
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px; /* 固定部分の幅 */
  height: 60px; /* メニューの高さに合わせる */
  line-height: 60px;
  background: #ffffff;
  color: #9e9e9e;
  font-weight: 900;
  font-size: 25px;
}

.premium_clown{
    width: 100%;
    height: 100%;
}

/* ------------------------------------- 
 *  call_order
 * ------------------------------------- */
.call_order{
    margin: 0px auto;
    margin-top: 20px;
    /*padding: 10px 0px;*/
    color: #333;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}
.call_order .call_text{
    font-weight: bold;
    font-size: 16px;
}
.call_order .model_col{
    color: #e60000;
    font-size: 14px;
}
/* ------------------------------------- 
 *  call_order
 * ------------------------------------- */
.secure_sll_wrap{
    width: 100%;
    display: flex;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.secure_sll_img{
  display: flex;
  width: 20%;
  height: auto;
  align-items: flex-start;
}
.secure_sll_img img{
  width: 90%;
}
.secure_sll_text{
  display: flex;
  width: 80%;
  font-size: 10px;
  /*color: #2AB27B;*/
  color: #333;
  font-weight: 900;
}


/* ------------------------------------- 
 *  商品詳細説明画像の横並び
 * ------------------------------------- */
.description_img_box{
  display: flex;
  overflow-x: scroll;
  width: 100%;
}
.description_img_box div{
  width: 30%;
  margin: 5px;
  flex-shrink: 0;
}


/* ------------------------------------- 
 *  オプション
 * ------------------------------------- */
.quantity select {
    height: 30px;
} 
.opt_gemreport{
  background: #e6e6e6;
    position: relative;
    height: 40px;
 } 
.opt_gemreport select{
    font-size: 16px;
    white-space: normal;
    width: 100%;
    height: 30px;
    margin: -15px;
}

/* ------------------------------------- 
 *  リンク_アイコン
 * ------------------------------------- */
.link_wrap{width: 100%;}
.link_wrap img{ width: 14px; vertical-align: baseline;}
.f22_box-text span{font-size: 16px; color: #3987C7;}
.f22_box-text i{margin-left: 6.5px; color: #3987C7;}
.external_link_label{margin-left: 6.5px;}
.a_visi:visited{color: #0000ff;}
.link_wrap a{text-decoration: none;}

/* ------------------------------------- 
 *  最近チェックした商品
 * ------------------------------------- */

h2.sttl {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
    padding: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-left: #FC6 4px solid;
    text-shadow: 0 1px 1px #666666;
}

.scroll_nav_wrap {
  position: relative;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll_nav {
  /*background: #000;*/ /* メニューの背景色 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */

  scroll-behavior: smooth;
  width: 100%; /* スライダーの幅を指定 */
  max-width: 429px;
}

.scroll_nav ul {
  /*max-width: 1140px;*/ /* メニューの最大幅 */
  /*min-width: 1140px;*/ /* メニューの最小幅 */
  width: max-content; /* 望ましい固有の幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 5px;
  list-style: none;
  /*padding-right: 25px;*/ /* 右側の固定分余白を空ける */
  box-sizing: border-box;
}

section ul .li_scroll{
  float: left;
  /*width: 10%;*/ /* メニューの個別の幅 */
  width: 160px; /* メニューの個別の幅 */
  text-align: center;
  margin-right: 5px;
  padding: 15px 5px;
  box-sizing: border-box;
}

.scroll_nav ul li:hover {
  /*background: #222;*/ /* マウスホバー時の背景色 */
}

.scroll_nav ul .pfrbtn:hover {
  background: #f5e19a;
}

.scroll_nav ul a {
  /*display: inline-block;*/
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}

.scroll_history_img{
  width: 100%;
}

.scroll_history_img img{
  width: 150px;
}

.scroll_history_txt{
  width: 100%;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

.scroll_history_name{
  line-height: 1.2;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.scroll_history_price{
  line-height: 1.2;
  margin-top: 10px;
}

.history_chuck_price {
  font-size: 13px !important;
}

.history_chuck_price_regular {
  font-size: 13px;
  font-weight: normal !important;
  color: #333 !important;
}

.history_chuck_price_discount{
  font-size: 12px;
}

.tax{
  font-size: 10px;
}

.scroll_arrow_r{ /* 右側に固定する部分 */
  /*display: none;*/ /* 右側の固定部分を非表示 */
  position: absolute;
  /*top: 70px;
  right: 0;*/
  width: 20px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #ffffff;
  padding: 0 0 0 5px;
}

/*.arrow_r::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  position: absolute;
  font-weight: 900;
  font-size: 25px;

  top: 80px;
  right: 5px;
  color: #4f4f4f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff99;
  align-items: center;
  justify-content: center;
  display: flex;
}*/

.scroll_arrow_l{ /* 左側に固定する部分 */
  /*display: none;*/ /* 左側の固定部分を非表示 */

  position: absolute;
  /*top: 70px;
  left: : 0;*/
  width: 20px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #ffffff;
  padding: 0 0 0 5px;
}


/*.arrow_l::after {
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  content: '';
  position: absolute;
  font-weight: 900;
  font-size: 25px;
  top: 80px;
  left: 5px;
  color: #4f4f4f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff99;
  align-items: center;
  justify-content: center;
  display: flex;
}
*/

.arrow-wrap_l {
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  border-radius: 50%;
  background-color: #ffffff99;
  width: 40px;
  height: 40px;
/*  top: 80px;*/
  top: 70px;
  left: 5px;
}

.arrow-wrap_l::before{
  content: '';
  border-top: solid 3px #4f4f4f;
  border-right: solid 3px #4f4f4f;
  position: absolute;
  width: 12px;
  height: 12px;
}

.arrow-wrap_l.arrow_l::before{
  transform: rotate(-135deg);
  top: 12px;
  left: 15px;
}

.arrow-wrap_r {
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  border-radius: 50%;
  background-color: #ffffff99;
  width: 40px;
  height: 40px;
/*  top: 80px;*/
  top: 70px;
  right: 5px;
}

.arrow-wrap_r::before{
  content: '';
  border-top: solid 3px #4f4f4f;
  border-right: solid 3px #4f4f4f;
  position: absolute;
/*  align-items: center;
  justify-content: center;*/
  width: 12px;
  height: 12px;
}

.arrow-wrap_r.arrow_r::before{
  transform: rotate(45deg);
  top: 12px;
  right: 15px;
}

.arrow.hidden {
  opacity: 0; /* 非表示状態 */
  pointer-events: none;
}


/* ------------------------------------- 
 *  お気に入りボタン
 * ------------------------------------- */
 .product_model{
  width: 100%;
  position: relative;
}

.product__fav-item {
  /*margin-top: 10px;*/
  position: absolute;
  top: 0;
  right: 0;
  transition: transform .2s;
 &:active{
  transform: scale(1.5);
 }
}

.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;*/
  color: #f59f01;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}


.favorite_note_wrap {
  font-size: 12px; 
  margin-left: 4px;
}
.favorite_note_wrap svg{
  width: 15px;
  height: 15px;
  vertical-align: -.35em;
  fill: currentColor;
  color: #f59f01;
  margin-right: 3px;
}

/* ------------------------------------- 
 *  注釈
 * ------------------------------------- */
 .notes_no {
  font-size: 8px;
}
.notes {
  color: #666;
}

/* ------------------------------------- 
 *  YouTube 埋め込み
 * ------------------------------------- */
 .video {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}