/*----------------------------------------------------
	.gg-chevron-double-right-o アテンション文字のアイコン
----------------------------------------------------*/

.gg-chevron-double-right-o {
    box-sizing: border-box;
    position: relative;
    display: inline-flex  !important;
    transform: scale(var(--ggs,1));
    border: 2px solid;
    border-radius: 40px;
    width: 22px;
    height: 22px;
	margin-right: 10px;
    vertical-align: text-bottom;
}

/*----------------------------------------------------
	.table-sizedata-scroll サイズ換算表
----------------------------------------------------*/
.table-sizedata-scroll th  {
	width: 13%;
	padding:7px;
	text-align: center;
	 background-color: #ffcccc;
	}
.table-sizedata-scroll td  {
	text-align: center;
	padding: 5px;
	white-space: nowrap;
	}

.table-sizedata-scroll{
	overflow: auto;
	white-space: nowrap;
}
.table-sizedata-scroll::-webkit-scrollbar{
	height: 5px;
}
.table-sizedata-scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.table-sizedata-scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
table#option_tbl span.table_price, td.cell_2 br {
    display: none;
}
/** パンくず 20160211 **/
#breadcrumbs {
	width: 800px;
	margin: 0px auto;
    font-size: 12px;
    margin-bottom: 15px;
}

#breadcrumbs ol li:first-child {
    padding: 0;
}
#breadcrumbs ol li {
    float: left;
    padding-left: 0.5em;
    line-height: 2;
}

#breadcrumbs ol li:first-child:before {
    content: "";
    padding: 0;
}
#breadcrumbs ol li:before {
    content: ">";
    padding-right: 0.5em;
}
#breadcrumbs ol:after {
    content: "";
    display: table;
    clear: both;
}


/*----------------------------------------------------
	.item_details-table 商品詳細テーブル
----------------------------------------------------*/
.item_details-table {
    width: 98%;
    margin: 10px;
    table-layout: fixed;
    border-top: 1px solid #d7d7d7;
}
.item_details-table::before {
    background-color: #e1005b;
    content: "";
    width: 3rem;
    height: 1px;
    position: absolute;
/*    left: 0;
    top: -1px;
*/}
.item_details-table table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.item_details-table tr td:first-child {
    width: 104px;
    font-weight: bold;
}
.item_details-table td {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #d7d7d7;
    min-width: 72px;
}
.item_details-breadcrumbs li {
    display: inline-block;
}
img.item_color_text {
    vertical-align: middle;
    padding-right: 5px;
}



/*----------------------------------------------------
	#item_detail_area
----------------------------------------------------*/

#item_detail_area {
	/*仮外しびゅー確認*/
    /*idth: 800px;*/
    margin: 40px auto 0;
}
.item_detail_area {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e1005b;
}
.clearfix {
    display: block;
}

div.inner {
    margin: 0 auto;
    padding: 8px 0;
    text-align: left;
}
.item_detail_area .left_box {
    float: left;
    width: 420px;
}
.item_detail_area .center_box {
	/*仮外しびゅー確認*/
   /* width: 800px;*/
}

.item_detail_area .detail_top_title {
    font-size: 24px;
    color: #e1005b;
    line-height: 1.79;
    font-weight: 700;
}
.detail_top_title_last {
    font-size: 24px;
    color: #e1005b;
    line-height: 1.79;
    font-weight: 700;
    margin-bottom: 30px;
}

.item_detail_area .product_title {
    font-size: 24px;
    color: #e1005b;
    line-height: 1.79;
    font-weight: 700;
}
.item_detail_area .catchcopysubtext {
    font-size: 18px;
    color: #e1005b;
    line-height: 1.79;
}
.item_detail_area .name {
    margin-top: 10px;
}
.left_box .text {
    font-size: 107.7%;
    line-height: 23px;
    margin-top: 8px;
    width: 375px;
}
.center_box .text {
    line-height: 23px;
    margin-top: 10px;
}
.item_detail_area .img_color {
    margin: 20px 0 20px 0;
}

@media screen and (min-width:0px) and ( max-width:767px) {
	.item_detail_area .img_color {
	    margin: 20px 0 20px 0;
	}
}
@media screen and (min-width:768px) {
	.item_detail_area .img_color {
	    width: 420px;
	    margin: 20px 0 20px 0;
	}
}


.item_detail_area .btn_online {
    margin-top: 40px;
}

.item_detail_area .right_box {
    float: left;
    width: 400px;
    margin-left: 30px;
}
.item_detail_area .right_box img {
    margin-left: 0px;
}

.item_detail_area .right_box .img_color ul li {
    float: left;
    margin-top: 21px;
    margin-left: 20px;
    position: relative;
}
.img_color ul li img {
	border-radius: 10px;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /* vertical-align: bottom; */
    vertical-align: top;
    background: transparent;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.text_small{
	font-size: 0.8em;
    line-height: 23px;
    margin-top: 10px;
}
.text_last{
	margin-bottom: 25px;
    line-height: 23px;
    margin-top: 10px;
}

/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
a.fadeIn:hover {
	opacity: 0.7;
}
a.fadeIn {
	opacity: 1;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}



/*----------------------------------------------------
	.shank シャンクセクション
----------------------------------------------------*/

.center_box .img_color ul li.shank
 {
    float: left;
    margin-top: 21px;
    margin-left: 15px;
    position: relative;
}
.img_color ul li.shank img {
    border-radius: 0px;
}



/*----------------------------------------------------
	.tablesizecolor サイズセクション
----------------------------------------------------*/
#detail_pointe_size .img_color {
    margin: 20px 0 0 0;
}
colgroup col.tablesizecolor{
	background-color: #ffe0ed;
}
.center_box .img_color ul .gmpointe_size{

}
@media screen and (min-width:0px) and ( max-width:767px) {
	.center_box .img_color ul .gmpointe_size{
	    float: left;
	    margin-left: 0px;
	    margin: 15px 0px;
	    background: #e1005b;
	    color: #fff;
	    width: 100%;
	    height: 100%;
	    border-radius: 18px;
	}
}
@media screen and (min-width:768px) {
	.center_box .img_color ul .gmpointe_size{
	    float: left;
	    margin-left: 0px;
	    height: 36px;
	    margin: 15px 25px;
	    background: #e1005b;
	    color: #fff;
	    width: 750px;
	    border-radius: 18px;
	}
}

.center_box .img_color ul .gmpointe_size p{
  line-height: 24px
  }

.gmpointe_size{
	font-size:24px;
}
@media screen and (min-width:0px) and ( max-width:767px) {
	.gmpointe_size{
		font-size:24px;
	}
}
@media screen and (min-width:768px) {
	.gmpointe_size{
		font-size:24px;
		width: 750px;
	}
}


/*----------------------------------------------------
	.gmpointe_width 幅セクション
----------------------------------------------------*/
.center_box .img_color ul .gmpointe_width{
    float: left;
    margin-left: 0px;
    height: 32px;
    margin: 15px 40px;
    background: #e1005b;
    color: #fff;
    width: 186px;
    border-radius: 18px;
}
.center_box .img_color ul .gmpointe_width p{
  line-height: 24px
  }



/*----------------------------------------------------
	.gmpointe_box ボックスセクション
----------------------------------------------------*/
.center_box .img_color ul .gmpointe_box{
    float: left;
    margin-left: 0px;
    height: 32px;
    margin: 15px 40px;
    background: #e1005b;
    color: #fff;
    width: 114px;
    border-radius: 18px;
}
.center_box .img_color ul .gmpointe_box p{
  line-height: 24px
  }




/*----------------------------------------------------
	.table-sizedata-scroll サイズ換算表
----------------------------------------------------*/
div.table-sizedata-scroll{
	margin: 0 auto;
  	margin-bottom: 20px;
}
.table-sizedata-scroll th  {
	width: 13%;
	padding:7px;
	text-align: center;
	background-color: #ffcccc;
	}
.table-sizedata-scroll tr.bottomdashed  {
	border-bottom:1px dashed #e1005b;
}
.table-sizedata-scroll td  {
	text-align: center;
	border: 0px ridge #ffcccc;
	padding: 5px;
	white-space: nowrap;
	}
.table-sizedata-scroll table {
    width: 93%;
    margin: 0 auto;
    border-collapse: collapse;
	background-color: white;
}
.table-sizedata-scroll{
	overflow: auto;
	white-space: nowrap;
}
.table-sizedata-scroll::-webkit-scrollbar{
	height: 5px;
}
.table-sizedata-scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.table-sizedata-scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
table#option_tbl span.table_price, td.cell_2 br {
    display: none;
}
#item_detail_area .table-sizedata-scroll table {
	border-style: none;
}

.left_box .img_color {
    width: 420px;
    margin-top: 20px;
}

.center_box .img_color {
    margin-top: 20px;
}
@media screen and (min-width:0px) and ( max-width:767px) {
	.center_box .img_color {
		margin-top: 20px;
	}
}
@media screen and (min-width:768px) {
	.center_box .img_color {
		width: 800px;
		margin-top: 20px;
	}
}

.img_color ul {
    margin-top: -3px;
    /*margin-left: -20px;*/
}
.left_box .img_color ul li,
.center_box .img_color ul li
 {
    float: left;
    margin-top: 21px;
    margin-left: 20px;
    position: relative;
}
.img_color ul li p {
    text-align: center;
    font-size: 0.6em;
    line-height: 14px;
    margin-top: 8px;
}


/*----------------------------------------------------
	itemudetail_table 商品詳細テーブル
----------------------------------------------------*/

.itemudetail_table table {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
}
 
.itemudetail_table table th {
    vertical-align: middle;
    width: 20%;
    padding: 10 5% 10 5%;
    border-right: 1px dashed #e1005b;
    margin: 0;
    text-align: center;
    color: #e1005b;
    font-weight: bold;
	white-space: nowrap;
}
 
.itemudetail_table table td.data {
    padding: 10px 0 10px 5%;
    margin: 0;
    width: 100px;
    border: none;
    color: #333;
    line-height: 16px;
    vertical-align: middle;
    overflow: hidden;
}
 
.itemudetail_table table td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
.itemudetail_table table td.bar {
    height: 1px;
    width: 100%;
    border-top: 1px solid #e1005b;
}

/*----------------------------------------------------
	item_details_tactel_info タクテルファイバー案内
----------------------------------------------------*/
.item_details_tactel_info {
    margin: 60px 0 60px 0;
}
/*----------------------------------------------------
	item_details_lycra_info ライクラファイバー案内
----------------------------------------------------*/
.item_details_lycra_info {
    margin: 60px 0 60px 0;
}
/*----------------------------------------------------
	item_details_yupacket_info ゆうパケット案内
----------------------------------------------------*/
.item_details_yupacket_info{
margin: 60px 0 60px 0;}


/*----------------------------------------------------
	購入数
----------------------------------------------------*/
.product_form_num_input {
    border: none;
    background-color: #fff;
    width: 70px;
    height: 40px;
    outline: none;
    text-align: center;
    font-size: 2.0rem;
}

/*----------------------------------------------------
	Product Image slider
----------------------------------------------------*/

#product_image_slider .sp-selected-thumbnail {
	border: 2px solid #dcdcdc;
}



/*----------------------------------------------------
	特注フォームエリア　ゲイナーミンデン
----------------------------------------------------*/
.detail_txt_block .stockSizeInfo {
    letter-spacing: normal;
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
}
.detail_txt_block .selectArea .stockSizeInfo b {
    margin-bottom: 10px;
    display: block;
}
.detail_txt_block .stockSizeInfo .wrap {
    letter-spacing: -0.4em;
    width: 100%;
    text-align: left;
}
.detail_txt_block .stockSizeInfo .wrap .sizeSelect {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    margin-right: 5%;
    position: relative;
    letter-spacing: normal;
}
.detail_txt_block .stockSizeInfo .wrap .sizeSelect:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 100%;
    background-color: #000;
    right: 0;
    top: 0;
}
.detail_txt_block .stockSizeInfo .wrap .sizeSelect select {
    width: 100%;
    padding: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    text-align: left;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
}
select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

select option {
    background-color: #fff;
    color: #333;
}
.detail_txt_block .stockSizeInfo .wrap .sizeSelect:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    background: url(/app/img/common/arrow_down_white.png) center center no-repeat;
    background-size: 15px 8px;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}


/*----------------------------------------------------
	.star5_rating レビュー星
----------------------------------------------------*/
.star5_rating{
  font-size: 1.3em;
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #e41056; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

span.reviews_text_s {
    font-size: 12px;
    padding-left: 8px;
}
.reviewlist {
    padding: 25px 0 22px;
    margin: 0 10px;
    border-top: 1px solid #e3e3e3;
}


/************************************
** 比較棒グラフ
************************************/
.ub-bar-graph{
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rating_left{
    text-align: center;
    position: relative;
    margin-top: 7px;
    width: fit-content;
    height: 175px;
    padding-inline-end: 39px;
    float: left;
}

.rating_right{
    height: 175px;
    float: left;
    padding-inline-end: 43px;
    margin-top: 5px;
    padding-left: 8px;

}
.ub-bar-graph rating_right .bottom-line-items-wrapper .bottom-line-items {
    text-align: center;
    position: relative;
    margin-top: 7px;
    width: fit-content;
    height: 98px;
    padding-inline-end: 39px;
    float: left;
}

.ub-bar-graph rating_right .bottom-line-items-wrapper .avg-score {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 45px;
    line-height: 0.69;
    text-align: center;
    position: relative;
    top: 8px;
    left: 6px;
}








.ub-bar-graph{
  margin:0 auto 2rem !important;
  padding:2em !important;
    /* background: #fafafa; */
    /* box-shadow: 0 3px 5px rgba(0,0,0,.07); */
  color: #333;
  width: 180px;
}
.ub-bar-graph__title{
  letter-spacing: 1.5px !important;
  line-height:1.8 !important;
  font-size: 1em  !important;
  margin: 0 auto 2.5em !important;
  padding: 5px 0 !important;
  border-bottom: 1px dashed #aaa;
  text-align:center;
  font-weight:600 !important;
}
.ub-bar-graph dl > div {
    margin: 0 auto 1.3em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 12px;
    height: 9px;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    box-shadow: 0 0px 0px rgba(0,0,0,.03);
    background: #CCC;
}
.ub-bar-graph dl > div:last-child{
  margin: 0 !important;
}
.ub-bar-graph dl > div dt{
  background:#fbd366;
  border-right: 2px solid #fff;
}
.ub-bar-graph dl > div .ub-bar-graph__em{
  background:#e41056;
}
.ub-bar-graph dl > div dd{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex:1;
  margin:0 !important;
  font-size:1em;
  background:#e3e3e3;
}
.ub-bar-graph dl > div dt > span,.ub-bar-graph dl > div dd > span{
  position:absolute;
  z-index: 1;
  color:#333;
  font-size: 1em;
  line-height: 1.5;
}
.ub-bar-graph dl > div dt > .ub-bar-graph__content{
  left:0px;
  top:-20px;
}
.ub-bar-graph dl > div dd >  .ub-bar-graph__value{
  right:5px;
  top:5px;
}
@media screen and (max-width: 560px) {
  .ub-bar-graph{
    padding:2em 1em !important;
  }
  .ub-bar-graph dl > div{
    margin: 0 auto 2em !important;
  }
}

.ub-bar-graph__val{
    background:#fff;
  }
div.clear {
    clear: both;
}
.bottom-line-items {
    text-align: center;
}

.bottom-line-items p.rating_heikin {
    /* font-size: 34px; */
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 45px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    top: 5px;
    left: 0px;
}

.bottom-line-items p.rating_total{
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #6A6C77;
    height: 20px;
    font-size: 15px;
    line-height: 1.47;
    position: relative;
    display: block;
    top: 5px;
    padding-inline-start: 5px;
}