.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}



/*.titleBg {
width: 700px;
margin-bottom: 40px;
padding: 11px 5px ;
color: #fff;
font-size: 17px;
font-size: 1.7rem;
background: url(
https://file001.shop-pro.jp/PA01209/458/bg.jpg) 0 0 no-repeat; }*/

.titleBg {
width: auto;  
margin-bottom: 20px;
padding: 15px 10px!important;/* 211021修正_15px 0 15px */
color: #fff;
font-size: 18px;
font-size: 1.8rem;
line-height: 1;
background-color: #000000!important;
}



.titleBg span {
display: inline-block;
/display: inline;
/zoom: 1;
padding: 0 20px 0 5px;
line-height: 130%;}

.left {
width: 700px;
margin-bottom:50px;}

.left p{
font-size: 18px;  /*210113_15px→18px*/
font-size: 1.8rem;  /*210113_1.5rem→1.8rem*/
font-weight: bold;
margin: 20px 0 50px 0; }

.left dt {
color: #008db7;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
/*margin-bottom: 15px;*/ /*220127_コメントアウト*/}

.left dd {
font-size: 18px;  /*210113_15px→18px*/
font-size: 1.8rem;  /*210113_1.5rem→1.8rem*/
/*margin-bottom: 30px;*/ /*220127_コメントアウト*/}

.moreI {
background: #def3fa;
margin: 30px 0; }

.moreI p {
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
margin: 0;
padding: 0 20px; }

.caption p {
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
margin: 0;
padding: 0 20px; }

.right {
height: 160vh;/*240308_105vh→115vh→125vh→160vh*/
padding-left: 250px;
position: relative;}

.right .itemImage {
width: 230px;
position: absolute;
top: 0;
left: 0;}

.name {
color: #004b91;
margin: 15px 0;}

.right table {
width: 400px;
border-collapse: collapse;
font-size: 12px;
font-size: 1.2rem; }

.right th {
padding-right: 5px;
white-space: nowrap; }

.right th,.right td {
text-align: left;
vertical-align: middle;
font-weight: bold;
border-top: 1px solid #ccc;
padding: 10px 0;
font-size: 1.6rem; }

.right table .price {
font-size: 20px;
font-size: 2rem; }

.right td table { width: auto;}

.right td table th,
.right td table td {
border: none; }

.disable_cartin { padding: 20px 0; }

.disable_cartin input {
border: none;
cursor: pointer;
text-indent: -9999px;
width: 220px;
height: 55px;
background: url(
https://file001.shop-pro.jp/PA01209/458/acv/btn.jpg) 0 0 no-repeat; }

.emp {
border: 1px solid #FF0000;
padding: 1em;
}

p.nihon-set {
  font-size: 40px;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: 15px !important;
}




#floatBox {
 width:1010px; /*240729_80px→1010px*/
 /*height:40px;*/ /*240729_80px→コメントアウト*/
 position:fixed;
 bottom:0px; /*240729_116px→0px*/
 right:-590px; /*240729_70px→-770px*/
 align-content:space-evenly; /*240729_追加*/
 text-align:center; 
}

#floatBox a {
 display:inline-block;
 width:120px;
 height:120px;
 border-radius:50%;
 background: #f5de00;
 color: #006eb5;
 /*box-shadow: 5px 5px 0px black;*/ /*250509_コメントアウト*/
 text-align:center;
 line-height: 120px;
 margin:8px;
}

#tab {
  width: 40px;/* 最初に表示されるバナーの幅 */
  height: 100px;/* バナーの高さ */
  background:url(https://img15.shop-pro.jp/PA01209/458/etc/t_chain_reg4l.png) right top no-repeat;/* 画像のURL と左右どっちから残りの画像部が出てくるか*/
  position: fixed;/* バナーを固定します */
  left: 0;/* 左から0pxの位置に指定 */
  bottom: 100px;/* 下から100pxの位置に指定 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tab a {
  /* リンクするエリアをバナー全体に広げる設定 */
  display: block;
  width: 100%;
  height: 100%;
}

#tab:hover {
  /* カーソルが乗った時の動きを指定 */
  width: 200px;/* バナーが伸びた時の幅 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

/* 横からカーソルオンで出てくるバナー設定2 */

#tab2 {
  width: 40px;/* 最初に表示されるバナーの幅 */
  height: 146px;/* バナーの高さ */
  background:url(https://img15.shop-pro.jp/PA01209/458/etc/20181218_yl.png)right top no-repeat;/* 画像のURL と左右どっちから残りの画像部が出てくるか */
  position: fixed;/* バナーを固定します */
  left: 0;/* 左から0pxの位置に指定 */
  bottom: 210px;/* 下から210pxの位置に指定 */
  

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.4s;
  -moz-transition: width ease-in-out 0.4s;
  -ms-transition: width ease-in-out 0.4s;
  -o-transition: width ease-in-out 0.4s;
  transition: width ease-in-out 0.4s;
}

#tab2 a {
  /* リンクするエリアをバナー全体に広げる設定 */
  display: block;
  width: 100%;
  height: 100%;
}

#tab2:hover {
  /* カーソルが乗った時の動きを指定 */
  width: 175px;/* バナーが伸びた時の幅 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.4s;
  -moz-transition: width ease-in-out 0.4s;
  -ms-transition: width ease-in-out 0.4s;
  -o-transition: width ease-in-out 0.4s;
  transition: width ease-in-out 0.4s;
}

#tab-sat {
  width: 40px;/* 最初に表示されるバナーの幅 */
  height: 90px;/* バナーの高さ */
  background:url(https://img15.shop-pro.jp/PA01209/458/etc/saturday_bn.png) right top no-repeat;/* 画像のURL */
  position: fixed;/* バナーを固定します */
  left: 0;/* 左から0pxの位置に指定 */
  bottom: 150px;/* 下から150pxの位置に指定 */
  
#tab-sat a {
  /* リンクするエリアをバナー全体に広げる設定 */
  display: block;
  width: 100%;
  height: 100%;
}

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tab-sat:hover {
  /* カーソルが乗った時の動きを指定 */
  width: 180px;/* バナーが伸びた時の幅 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tab-rc {
  width: 57px;/* 最初に表示されるバナーの幅 */
  height: 145px;/* バナーの高さ */
  background:url(https://img15.shop-pro.jp/PA01209/458/etc/cpon_right.jpg) left no-repeat;/* 画像のURL */
  background-size: cover;/* バックグラウンド画像の縦横比を保持。背景領域から溢れないようにツラで表示します */
  position: fixed;/* バナーを固定します */
  right : 0px;/* 右から0pxの位置に指定 */
  bottom: 150px;/* 下から150pxの位置に指定 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tab-rc:hover {
  /* カーソルが乗った時の動きを指定 */
  width: 202px;/* バナーが伸びた時の幅 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tab-rc a {
  /* リンクするエリアをバナー全体に広げる設定 */
  display: block;
  width: 100%;
  height: 100%;
}

#tab-can{
  width: 77px;/* 最初に表示されるバナーの幅 */
  height: 220px;/* バナーの高さ */
  background:url(https://img15.shop-pro.jp/PA01209/458/etc/tab-can_12.png) right no-repeat;/* 画像のURL */
  position: fixed;/* バナーを固定します */
  left: 0px;/* 右から0pxの位置に指定 */
  bottom: 270px;/* 下から270pxの位置に指定 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tab-can:hover {
  /* カーソルが乗った時の動きを指定 */
  width: 480px;/* バナーが伸びた時の幅 */

  /* 以下アニメーションの設定 */

  -webkit-transition: width ease-in-out 0.5s;
  -moz-transition: width ease-in-out 0.5s;
  -ms-transition: width ease-in-out 0.5s;
  -o-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tab-can a {
  /* リンクするエリアをバナー全体に広げる設定 */
  display: block;
  width: 100%;
  height: 100%;
}
/* 外部リンクゾーン */
div.link p:not(.link_title){
  margin-bottom: 10px;
}
p.link_title{
    background: #d9d9d9;
    font-size: 16px;
    font-size: 1.4rem;
    padding: 5px 10px;
  	margin-bottom: 20px;
}

/* 外部リンクゾーン */
/* 注意書きゾーン */
.caution_area p{
  font-size: 17px
}    
/* 注意書きゾーン */