@charset "UTF-8";

/*================================================
商品詳細ページ専用CSS
================================================*/
#contents.product-detail {
	width: 1200px;
}

#contents.product-detail .bread {
	width: 1200px;
	margin: 0 auto;
}

.section_inner {
	width: 1200px;
	margin: 0 auto;
}

/* main
--------------------------------------------------------------------*/

#main {
	width: 1200px;
	margin: 0 auto;
}

#main:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* item_detail
--------------------------------------------------------------------*/

#item_detail {
	margin-bottom: 90px;
}

#item_detail:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* item_detail_left
--------------------------------------------------------------------*/

#item_detail_left {
	width: 476px;
	float: left;
}

#item_detail_left_02 {
	width: 476px;
	float: left;
}


/* item_detail_right
--------------------------------------------------------------------*/

#item_detail_right {
	width: 640px;
	float: right;
	text-align: left;
}

#item_detail_right:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* item_detail_photo
--------------------------------------------------------------------*/

.item_detail_photo {
	position: relative;
	width: 476px;
	margin: 0 auto 50px;
	text-align: left;
}

.item_detail_photo .item_color {
	padding: 10px 0 0;
	display: block;
	text-align: center;
}


/* item_detail_thumb
--------------------------------------------------------------------*/

.item_detail_thumb {
	border-bottom: 1px solid #d2d2d2;
}

.item_detail_thumb ul {
	padding: 0 0 48px;
}

.item_detail_thumb ul li {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}

.item_detail_thumb li:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.item_detail_thumb .flex-active {
	background: #000;
}

.item_detail_thumb .flex-active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* item_detail_info
--------------------------------------------------------------------*/

.item_detail_info {
	padding: 20px 15px 40px;
	border-bottom: 1px solid #d2d2d2;
}

.item_detail_info .sub_text {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}

.item_detail_info .catch_copy {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.item_detail_info .detail_text {
	margin-bottom: 15px;
	line-height: 1.6em;
}

.item_detail_info .item_detail_table {
	padding: 15px 20px;
	background: #f5f5f5;
	display: inline-block;
}
.item_detail_table table th {
	width:80px;
	line-height: 1.4;
	padding:5px 0;
}
.item_detail_table table td {
	line-height: 1.4;
	padding: 5px 5px 5px 15px;
	position: relative;
}
.item_detail_table table td:before {
	content: ":";
	display: block;
	position: absolute;
	top: 6px;
	left: 5px;
}
.item_detail_hashtags {
	margin-top: 20px;
}

.detail_hashtags_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.detail_hashtags_item {
	width: auto;
	margin-right: 7px;
	margin-bottom: 7px;
}

.detail_hashtags_link {
	display: block;
	font-size: 13px;
	color: #3e3e3e;
	background-color: #eae9e7;
	border-radius: 3px;
	padding: 9px 15px 8px;
}

/* item_detail_date*/
#item_detail_right .reserve_caution,
#item_detail_right .coommingsoon_caution {
	background-color: #f5f5f5;
	text-align: center;
	line-height: 25px;
	padding: 15px 0px;
	margin: 15px auto;
}

#item_detail_right .reserve_caution p,
#item_detail_right .coommingsoon_caution p {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#item_detail_right .reserve_caution span,
#item_detail_right .coommingsoon_caution span {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

/* item_detail_size
--------------------------------------------------------------------*/

.item_detail_size {
	padding: 20px 15px 0;
}

.item_detail_size .sub_text {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
}

.item_detail_sizescroll {
	display:flex;
	margin-bottom: 0;
}

#sizescroll-non {
	margin-bottom: 20px;
}

#sizescroll-non .item_img {
	width: 54px;
}

.item_detail_size .item_img img {
	width: 100%;
	padding-bottom: 5px;
}

.item_detail_size_table {
	position: relative;
	/*width: 250px;TODO： 疑似的にスクロール出すためにサイズ指定してます。いらなくなったら削除 */
}

.item_detail_size_table_01 {
	/*width: 74px;
	position: absolute;
	top: 0;
	left: 0;*/
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.item_detail_size_table_01 table {
	width: 100%;
}

#sizescroll-non {
	opacity: 0;
	transition: opacity 0.5s;
}

.item_detail_size_table_02 {
	/*margin-left: 73px;*/
	overflow-x: scroll;
	border-right: 1px solid #d2d2d2;
	margin-bottom: 20px;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.item_detail_size_table_02::-webkit-scrollbar:horizontal {
	width: 2px;
	background: #eee;
}

.item_detail_size_table_02::-webkit-scrollbar:horizontal {
	width: 2px;
	background: #eee;
}

.item_detail_size_table_02::-webkit-scrollbar-thumb:horizontal {
	background: #666;
	border-radius: 2px;
}

.item_detail_size_table_02 table {
	min-width: 150%;
	width: auto;
	margin: 0;
}

.item_detail_size table th {
	min-width: 54px;
	padding: 15px 10px;
	border: 1px solid #d2d2d2;
	background: #eeeeee;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.item_detail_size table td {
	padding: 15px 10px;
	border: 1px solid #d2d2d2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.item_detail_size_table_02 table th:first-child,
.item_detail_size_table_02 table td:first-child {
	border-left: none;
}
.item_detail_size_table_02 table th {
	border-right: none;
	white-space: nowrap;
}

.item_detail_size_table_02 table td {
	border-right: none;
	white-space: nowrap;
}

.item_detail_size .size_caution {
	margin: 15px 0 30px;
	line-height: 1.6em;
}

.item_detail_size .size_page a {
	text-decoration: underline;
}

.item_detail_size .size_page a:hover {
	text-decoration: none;
}

.item_detail_size_text {
	margin-top: 10px;
	line-height: 1.6em;
}

/* item_detail
--------------------------------------------------------------------*/

.item_detail_icon {
	margin: 0 0 17px 0;
}
.detail_icon_list {
	letter-spacing: -.4em;
	margin-left: -4px;
	margin-right: -4px;
}
.detail_icon_item {
	display: inline-block;
	max-width: 100%;
	vertical-align: baseline;
	letter-spacing: 0;
	margin-bottom: 5px;
	padding: 0 4px;
}
.detail_icon {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	padding: 4px 12px;
	border: 1px solid transparent;
}
.detail_icon.detail_icon_new {
	background-color: #999;
}
.detail_icon.detail_icon_sale {
	background-color:#e94141;
}
.detail_icon.detail_icon_magazine {
	background-color: #999;
}
.detail_icon.detail_icon_reserve {
	background-color: #999;
}
.detail_icon.detail_icon_restock {
	background-color: #999;
}
.detail_icon.detail_icon_comingsoon {
	background-color: #999;
}
.detail_icon.detail_icon_lot_production {
	background-color: #fc3075;
}
.detail_icon.detail_icon_stretch {
	background-color:#fc3075;
}
.detail_icon.detail_icon_uniform {
	background-color:#fc3075;
}
.detail_icon.detail_icon_setdiscount {
	background-color:#fc3075;
}
.detail_icon.detail_icon_cartindiscount {
	background-color:#fc3075;
}

/* 販促アイコン */
.detail_icon_promotion .detail_icon {
	color: #333;
	border: solid 1px #333;
}

.detail_sales_icon_group{
	position:absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
.detail_sales_icon_list {
	display:-webkit-box;/*--- legacy Android ---*/
	-webkit-box-pack:justify;/*--- legacy Android ---*/
	-webkit-flex-wrap:wrap;/*--- legacy Android ---*/
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.detail_sales_icon_item {
	max-width: 100%;
	margin-left: 5px;
	margin-bottom: 5px;
}

.detail_sales_icon {
	display: block;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 6px 10px;
	background-color: transparent;
}

/* 販促アイコン カラー */
.detail_sales_icon.detail_sales_icon_hotitem {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_coupon {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_novelty {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_freeshipping {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_pointup {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_timesale {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_flatprice {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_markdown {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_weblimited {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_medama {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_magazine {
	background-color: rgba(0, 0, 0, 0.6);
}

.detail_sales_icon.detail_sales_icon_timesalelom {
	background-color: rgba(0, 0, 0, 0.6);
}

.item_detail_brandname {
	font-size: 14px;
	color: #000;
	margin-bottom: 17px;
}

.item_detail_brandname a {
	font-size: 14px;
	color: #000;
}

.item_detail_productname {
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 1.2em;
	letter-spacing: 2px;
}

.item_detail_pricebox {
	margin-bottom: 15px;
}

.item_detail_pricebox .proper {
	font-size: 32px;
}

.item_detail_pricebox .proper .tax {
	padding: 0 5px;
	font-size: 14px;
}

.item_detail_pricebox .sale del {
	font-size: 16px;
	color: #000;
	position: relative;
	text-decoration: none;
}

.item_detail_pricebox .sale del:after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
}

.item_detail_pricebox del .tax {
	font-size: 12px;
}

.item_detail_pricebox .sale .sale_price {
	color: #ff0000;
	font-size: 24px;
}

.item_detail_pricebox .sale_price .tax {
	padding: 0 5px;
	color: #ff0000;
	font-size: 14px;
}

.item_detail_pricebox .discount_rate {
	padding: 1px 10px;
	color: #ff0000;
	display: inline-block;
}


/* item_detail_otherinfo
--------------------------------------------------------------------*/

.item_detail_otherinfo {
	margin: 0 0 30px;
}

.item_detail_getpoint {
	margin-bottom: 120px;
}

.item_detail_getpoint dt {
	float: left;
}

.item_detail_getpoint dd {
	float: left;
}

.item_detail_favorite_enrollment {
	display: none;
	margin-top: 10px;
}

.item_detail_favorite_enrollment dt {
	float: left;
	line-height: 15px;
}

.item_detail_favorite_enrollment dd {
	float: left;
	line-height: 15px;
}

.item_detail_magazine {
	margin-top: 15px;
}

.detail_magazine_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.detail_magazine_list {}

.detail_magazine_item {}

.detail_magazine_item+.detail_magazine_item {
	margin-top: 2px;
}


/* shopping_area
--------------------------------------------------------------------*/

.shopping_area {
	border-bottom: 2px #9ea4a4 solid;
	clear: both;
}

/* 通常カート */
.product_color_item {
	border-top: 2px #9ea4a4 solid;
	padding: 0 0 0 8px;
	word-break: break-all;
}

.product_color_item:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.product_color_photo {
	width: 86px;
	padding: 16px 0;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.product_color_photo .photo {
	position: relative;
	display: block;
}

.product_color_photo .photo:hover:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}

.product_color_photo.flex-active .photo {
	background: #000;
}

.product_color_photo.flex-active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.product_color_photo img {
	width: 100%;
	height: auto;
}

.product_color_photo .color {
	display: block;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}

.product_color_data {
	/* width: 520px; */
	display: table-cell;
	vertical-align: top;
	padding-left: 34px;
}

.choose_list {}

.choose_item {
	border-top: 1px solid #d2d2d2;
}

.choose_item:first-child {
	border-top: none;
}

.choose_item_dl {
	display: table;
	padding: 16px 0;
}

.choose_item_dt {
	width: 270px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

.choose_item_dt .alert {
	color: #ef201e;
}

.choose_item_dt .soldout {
	color: #707070;
}

.choose_item_dt .shippingdate {
	clear: both;
	padding: 0;
	text-align: left !important;
	line-height: 1.6;
	display: block;
	font-size: 11px;
	padding-top: 1em;
	letter-spacing: -0.07em;
}

.selldate+.shippingdate {
	padding-top: 0 !important;
}

.choose_item_dt .selldate {
	clear: both;
	padding: 0;
	text-align: left !important;
	line-height: 1.6;
	display: block;
	font-size: 11px;
	padding-top: 1em;
	letter-spacing: -0.07em;
}

.choose_item_dd {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.choose_item_dd.soldout {
	width: 180px;
	color: #000;
	line-height: 42px;
	height: 42px;
	border: 1px solid #fff;
	font-size: 15px;
	letter-spacing: 1px;
}

.choose_item_dd.addCart,
.choose_item_dd.reserve {
	width: 180px;
}

.choose_item_dd.restockMail {
	width: 180px;
}

.choose_item_dd.favorite {
	width: 40px;
	height: 40px;
	padding: 0 0 0 30px;
}

/* プルダウン式カート */
.shopping_area.product_pulldown {
	border: none !important;
}

.product_pulldown_select {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 1;
	background: url("../../images/common/bg_select_arrow.png") no-repeat right;
	margin-bottom: 15px;
	padding: 12px;
	border: 1px solid #cacaca;
}

.product_pulldown_option {
	width: 100%;
	font-size: 14px;
	line-height: 1em;
	height: 42px;
	padding: 12px;
}

.product_pulldown_list {}

.product_pulldown_item {
	display: none;
}

.choose_pulldown_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.choose_pulldown_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	padding: 0 5px;
}

.choose_pulldown_info {
	display: none;
}

.choose_pulldown_info .alert {
	color: #ef201e;
}

.choose_pulldown_info .soldout {
	color: #707070;
}

.choose_pulldown_info .shippingdate,
.choose_pulldown_info .selldate {
	clear: both;
	text-align: center;
	padding: 16px !important;
	background: #f2f2f2;
	line-height: 1.6;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: normal;
}

.choose_pulldown_cart {
	display: block;
	text-align: center;
}

.choose_pulldown_favorite {
	display: block;
	text-align: center;
}

/* カートボタン */
.button_cart {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 11px 5px 10px;
	border: 1px solid transparent;
}

.button_cart:hover {
	color: inherit;
	text-decoration: none;
}

.button_cart.cart_in,
.button_cart.reserve,
.button_cart.dummy_cart {
	background-color: #284982;
	border: 1px solid #284982;
}

.button_cart.comingsoon,
.button_cart.rearrival,
.button_cart.restock {
	background: #fff;
	border: 1px solid #000;
}

.button_cart.comingsoon .button_cart_text,
.button_cart.rearrival .button_cart_text,
.button_cart.restock .button_cart_text {
	color: #000;
}

.button_cart.soldout {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
}

.button_cart_text {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.button_cart_text.button_cart_text_normal {
	font-weight: normal;
}

.button_cart.soldout .button_cart_text {
	color: #000;
}

.button_cart.cart_in .button_cart_text,
.button_cart.reserve .button_cart_text,
.button_cart.dummy_cart .button_cart_text {
	background: url(../../images/detail/detail_icon_01.png) left center no-repeat;
	padding-left: 30px;
}

.button_cart.comingsoon .button_cart_text,
.button_cart.rearrival .button_cart_text,
.button_cart.restock .button_cart_text {
	background: url(../../images/detail/detail_icon_02.png) left center no-repeat;
	padding-left: 30px;
}

/* お気に入りボタン 通常 */
.button_favorite {
	display: block;
}

.button_favorite:hover {
	color: inherit;
	text-decoration: none;
}

.button_favorite .button_favorite_text {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../../images/detail/detail_favorite_01.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.button_favorite .button_favorite_text.on {
	background: url(../../images/detail/detail_favorite_02.jpg) no-repeat;

}

/* お気に入りボタン プルダウン式*/
.button_favorite_pulldown {
	display: inline-block;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 11px 5px 10px;
	border: 1px solid #cacaca;
}

.button_favorite_pulldown:hover {
	color: inherit;
	text-decoration: none;
}

.button_favorite_pulldown .button_favorite_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	background: url(../../images/detail/detail_favorite_03.png) no-repeat left center;
	background-size: 20px 17px;
	padding-left: 28px;
}

.button_favorite_pulldown .button_favorite_text.on {
	background: url(../../images/detail/detail_favorite_04.png) no-repeat left center;
	background-size: 20px 17px;
}

/* section_recommend
--------------------------------------------------------------------*/

.section_recommend {
	margin-bottom: 90px;
}

/* section_samecategory
--------------------------------------------------------------------*/

.section_samecategory {
	margin-bottom: 90px;
}

.item_box_samecategory .goods_rank {
	display: none;
}

/* section_checkitem
--------------------------------------------------------------------*/

.section_checkitem {
	margin-bottom: 110px;
}

.section_checkitem .item_box {}

.checkitem_title {
	margin: 0 0 45px;
	padding: 0 0 20px;
	font-size: 42px;
	font-family: "Helvetica Neue", Helvetica, Arial, メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.checkitem_title .sub_text {
	padding: 5px 0 0;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
}

/* section_relateditem
--------------------------------------------------------------------*/

.section_relateditem {
	margin-bottom: 110px;
}

.section_relateditem .item_box {}

/* section_ranking
--------------------------------------------------------------------*/
.section_ranking {}

.item_box_ranking .goods_rank.rank_01,
.item_box_ranking .goods_rank.rank_02 {
	background-color: #898783;
}

/* section_pastfav
--------------------------------------------------------------------*/
.section_pastfav {
	margin-top: 110px;
}

/*以前購入したアイテム*/
#notExistOrderHistory {
	display: block;
	padding: 15px;

}

#loadarea {
	border-left: 1px #d2d2d2 solid;
	border-right: 1px #d2d2d2 solid;
	border-bottom: 1px #d2d2d2 solid;
	width: 100%;
}

.before_list {}

.before_list table tr {
	border-bottom: 1px #d2d2d2 solid;
}

.before_list table th {
	background-color: #eeeeee;
	border-bottom: 1px #d2d2d2 solid;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.before_list table td {
	background-color: #fff;
	padding: 15px;
	white-space: normal;
	border: none;
	vertical-align: middle;
	text-align: left;
}

.before_list table td.item_img {
	background-color: #eeeeee;
	text-align: center;
	padding: 15px;
	border-right: 1px #d2d2d2 solid;
	width: 100px;
}

.before_list table td img {
	width: 100px;
}

.before_list table td table {
	width: inherit;
}

.before_list table td table tr {
	border-bottom: none;
}

.before_list table td table td {
	line-height: 1.6;
	padding: 0;
}

p.history {
	margin-top: 20px;
	text-align: center;
}

p.history a {
	color: #fff;
	text-decoration: none;
	border: 1px #b4b4b4 solid;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #b4b4b4;
	line-height: 40px;
	font-size: 16px;
	position: relative;
}

p.history a:before {
	content: "";
	position: absolute;
	left: 69%;
	top: -5px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

p.history a.open:before {
	content: "";
	position: absolute;
	left: 69%;
	top: 5px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

p.history a span {
	display: block;
	font-size: 10px;
	line-height: 30px;
	margin-top: -15px;
}

.before_list p {
	text-align: center;
}

.before_list p a {
	color: #5a5a5a;
	text-decoration: none;
	border: 1px #bfbfbf solid;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(https://rookieusa.jp/static/full/images/product/btn_more.gif);
	background-repeat: no-repeat;
	background-position: 520px center;
	line-height: 40px;
}

.slides_item {
	position: relative;
}

/*#26275*/
.item_detail_photo .item_detail_slider {
	position: relative;
}

.slides_image {
	display: block;
	width: 100%;
	height: auto;
}

.item_detail_slider .slick-arrow {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item_detail_slider .slick-prev {
	left: 0;
}

.item_detail_slider .slick-prev:after {
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}

.item_detail_slider .slick-next {
	right: 0;
}

.item_detail_slider .slick-next:after {
	right: -15px;
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-right: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}

.item_detail_slider .slick-slide img {
	opacity: 1 !important;
}

.item_detail_slider .slick-dots {
	display: none !important;
}

/* 販促アイコン */
.detail_sales_group {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.detail_sales_list {}

.detail_sales_item {
	display: block;
}

.detail_sales_item+.detail_sales_item {
	margin-top: 2px;
}

.detail_sales_icon_image {}

#item_detail_right {
	position: relative;
}

#img_large_container {
	display: none;
	position: absolute;
	z-index: 98;
	overflow: hidden;
}

#img_large {
	position: absolute;
	zoom: 1;
}

#img_large_area {
	display: none;
	position: absolute;
	left: -100px;
	z-index: 99;
	pointer-events: none;
}

/* 最小ロット受注オーダー商品の進捗バー
---------------------------------------------------------------*/
.item_orderProgress .percentage {
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	background-color: #e0e0e0;
	overflow: hidden;
	border-radius: 4px;
}

.item_orderProgress p {
	display: block;
	border: 0px solid #fff;
	margin: 0 0 20px 0;
}

.item_orderProgress p.label {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	display: inline-block;
	padding: 4px 8px;
}

.item_orderProgress p.lead {
	font-size: 1.8rem;
	color: #000;
}

.item_orderProgress p.percentage span {
	z-index: 1;
	display: block;
	padding: 6px 4px;
	text-align: left;
	width: 0%;
	background-color: #1f193f;
}

.product_pulldown_item .item_orderProgress {
	margin-top: 20px;
}

.item_orderProgress .lead b em {
	font-size: 2rem;
}

/************ prepare ****************/
.item_orderProgress.prepare p.label {
	background-color: #aaa;
}

.item_orderProgress.prepare p.lead {
	color: #aaa;
}

.item_orderProgress.prepare p.percentage span {
	background-color: #aaa;
}

/************ accepting ****************/
.item_orderProgress.accepting p.label {
	background-color: #fc3075;
}

.item_orderProgress.accepting p.lead {
	color: #fc3075;
}

.item_orderProgress.accepting p.percentage span {
	background-color: #fc3075;
}

.item_orderProgress.accepting p.remaining span.remainingDateTime {
	font-weight: bold;
	color: #fc3075;
}

/************ fix_accepting ****************/
.item_orderProgress.fix_accepting p.label {
	background-color: #ff302a;
}

.item_orderProgress.fix_accepting p.lead {
	color: #ff302a;
}

.item_orderProgress.fix_accepting p.percentage span {
	background-color: #ff302a;
}

.item_orderProgress.fix_accepting p.remaining span.remainingDateTime {
	font-weight: bold;
	color: #fc3075;
}

/************ fix_close ****************/
.item_orderProgress.fix_close p.label {
	background-color: #ff302a;
}

.item_orderProgress.fix_close p.lead {
	color: #ff302a;
}

.item_orderProgress.fix_close p.percentage span {
	background-color: #ff302a;
}

/************ failure ****************/
.item_orderProgress.failure p.label {
	background-color: #000;
}

.item_orderProgress.failure p.lead {
	color: #000;
}

.item_orderProgress.failure p.percentage span {
	background-color: #000;
}

.item_orderProgress p.percentage[data-value='0'] span {
	background-color: #e0e0e0;
}

.item_orderProgress p.percentage[data-value='1'] span {
	width: 1%;
}

.item_orderProgress p.percentage[data-value='2'] span {
	width: 2%;
}

.item_orderProgress p.percentage[data-value='3'] span {
	width: 3%;
}

.item_orderProgress p.percentage[data-value='4'] span {
	width: 4%;
}

.item_orderProgress p.percentage[data-value='5'] span {
	width: 5%;
}

.item_orderProgress p.percentage[data-value='6'] span {
	width: 6%;
}

.item_orderProgress p.percentage[data-value='7'] span {
	width: 7%;
}

.item_orderProgress p.percentage[data-value='8'] span {
	width: 8%;
}

.item_orderProgress p.percentage[data-value='9'] span {
	width: 9%;
}

.item_orderProgress p.percentage[data-value='10'] span {
	width: 10%;
}

.item_orderProgress p.percentage[data-value='11'] span {
	width: 11%;
}

.item_orderProgress p.percentage[data-value='12'] span {
	width: 12%;
}

.item_orderProgress p.percentage[data-value='13'] span {
	width: 13%;
}

.item_orderProgress p.percentage[data-value='14'] span {
	width: 14%;
}

.item_orderProgress p.percentage[data-value='15'] span {
	width: 15%;
}

.item_orderProgress p.percentage[data-value='16'] span {
	width: 16%;
}

.item_orderProgress p.percentage[data-value='17'] span {
	width: 17%;
}

.item_orderProgress p.percentage[data-value='18'] span {
	width: 18%;
}

.item_orderProgress p.percentage[data-value='19'] span {
	width: 19%;
}

.item_orderProgress p.percentage[data-value='20'] span {
	width: 20%;
}

.item_orderProgress p.percentage[data-value='21'] span {
	width: 21%;
}

.item_orderProgress p.percentage[data-value='22'] span {
	width: 22%;
}

.item_orderProgress p.percentage[data-value='23'] span {
	width: 23%;
}

.item_orderProgress p.percentage[data-value='24'] span {
	width: 24%;
}

.item_orderProgress p.percentage[data-value='25'] span {
	width: 25%;
}

.item_orderProgress p.percentage[data-value='26'] span {
	width: 26%;
}

.item_orderProgress p.percentage[data-value='27'] span {
	width: 27%;
}

.item_orderProgress p.percentage[data-value='28'] span {
	width: 28%;
}

.item_orderProgress p.percentage[data-value='29'] span {
	width: 29%;
}

.item_orderProgress p.percentage[data-value='30'] span {
	width: 30%;
}

.item_orderProgress p.percentage[data-value='31'] span {
	width: 31%;
}

.item_orderProgress p.percentage[data-value='32'] span {
	width: 32%;
}

.item_orderProgress p.percentage[data-value='33'] span {
	width: 33%;
}

.item_orderProgress p.percentage[data-value='34'] span {
	width: 34%;
}

.item_orderProgress p.percentage[data-value='35'] span {
	width: 35%;
}

.item_orderProgress p.percentage[data-value='36'] span {
	width: 36%;
}

.item_orderProgress p.percentage[data-value='37'] span {
	width: 37%;
}

.item_orderProgress p.percentage[data-value='38'] span {
	width: 38%;
}

.item_orderProgress p.percentage[data-value='39'] span {
	width: 39%;
}

.item_orderProgress p.percentage[data-value='40'] span {
	width: 40%;
}

.item_orderProgress p.percentage[data-value='41'] span {
	width: 41%;
}

.item_orderProgress p.percentage[data-value='42'] span {
	width: 42%;
}

.item_orderProgress p.percentage[data-value='43'] span {
	width: 43%;
}

.item_orderProgress p.percentage[data-value='44'] span {
	width: 44%;
}

.item_orderProgress p.percentage[data-value='45'] span {
	width: 45%;
}

.item_orderProgress p.percentage[data-value='46'] span {
	width: 46%;
}

.item_orderProgress p.percentage[data-value='47'] span {
	width: 47%;
}

.item_orderProgress p.percentage[data-value='48'] span {
	width: 48%;
}

.item_orderProgress p.percentage[data-value='49'] span {
	width: 49%;
}

.item_orderProgress p.percentage[data-value='50'] span {
	width: 50%;
}

.item_orderProgress p.percentage[data-value='51'] span {
	width: 51%;
}

.item_orderProgress p.percentage[data-value='52'] span {
	width: 52%;
}

.item_orderProgress p.percentage[data-value='53'] span {
	width: 53%;
}

.item_orderProgress p.percentage[data-value='54'] span {
	width: 54%;
}

.item_orderProgress p.percentage[data-value='55'] span {
	width: 55%;
}

.item_orderProgress p.percentage[data-value='56'] span {
	width: 56%;
}

.item_orderProgress p.percentage[data-value='57'] span {
	width: 57%;
}

.item_orderProgress p.percentage[data-value='58'] span {
	width: 58%;
}

.item_orderProgress p.percentage[data-value='59'] span {
	width: 59%;
}

.item_orderProgress p.percentage[data-value='60'] span {
	width: 60%;
}

.item_orderProgress p.percentage[data-value='61'] span {
	width: 61%;
}

.item_orderProgress p.percentage[data-value='62'] span {
	width: 62%;
}

.item_orderProgress p.percentage[data-value='63'] span {
	width: 63%;
}

.item_orderProgress p.percentage[data-value='64'] span {
	width: 64%;
}

.item_orderProgress p.percentage[data-value='65'] span {
	width: 65%;
}

.item_orderProgress p.percentage[data-value='66'] span {
	width: 66%;
}

.item_orderProgress p.percentage[data-value='67'] span {
	width: 67%;
}

.item_orderProgress p.percentage[data-value='68'] span {
	width: 68%;
}

.item_orderProgress p.percentage[data-value='69'] span {
	width: 69%;
}

.item_orderProgress p.percentage[data-value='70'] span {
	width: 70%;
}

.item_orderProgress p.percentage[data-value='71'] span {
	width: 71%;
}

.item_orderProgress p.percentage[data-value='72'] span {
	width: 72%;
}

.item_orderProgress p.percentage[data-value='73'] span {
	width: 73%;
}

.item_orderProgress p.percentage[data-value='74'] span {
	width: 74%;
}

.item_orderProgress p.percentage[data-value='75'] span {
	width: 75%;
}

.item_orderProgress p.percentage[data-value='76'] span {
	width: 76%;
}

.item_orderProgress p.percentage[data-value='77'] span {
	width: 77%;
}

.item_orderProgress p.percentage[data-value='78'] span {
	width: 78%;
}

.item_orderProgress p.percentage[data-value='79'] span {
	width: 79%;
}

.item_orderProgress p.percentage[data-value='80'] span {
	width: 80%;
}

.item_orderProgress p.percentage[data-value='81'] span {
	width: 81%;
}

.item_orderProgress p.percentage[data-value='82'] span {
	width: 82%;
}

.item_orderProgress p.percentage[data-value='83'] span {
	width: 83%;
}

.item_orderProgress p.percentage[data-value='84'] span {
	width: 84%;
}

.item_orderProgress p.percentage[data-value='85'] span {
	width: 85%;
}

.item_orderProgress p.percentage[data-value='86'] span {
	width: 86%;
}

.item_orderProgress p.percentage[data-value='87'] span {
	width: 87%;
}

.item_orderProgress p.percentage[data-value='88'] span {
	width: 88%;
}

.item_orderProgress p.percentage[data-value='89'] span {
	width: 89%;
}

.item_orderProgress p.percentage[data-value='90'] span {
	width: 90%;
}

.item_orderProgress p.percentage[data-value='91'] span {
	width: 91%;
}

.item_orderProgress p.percentage[data-value='92'] span {
	width: 92%;
}

.item_orderProgress p.percentage[data-value='93'] span {
	width: 93%;
}

.item_orderProgress p.percentage[data-value='94'] span {
	width: 94%;
}

.item_orderProgress p.percentage[data-value='95'] span {
	width: 95%;
}

.item_orderProgress p.percentage[data-value='96'] span {
	width: 96%;
}

.item_orderProgress p.percentage[data-value='97'] span {
	width: 97%;
}

.item_orderProgress p.percentage[data-value='98'] span {
	width: 98%;
}

.item_orderProgress p.percentage[data-value='99'] span {
	width: 99%;
}

.item_orderProgress p.percentage[data-value="100"] span {
	text-align: center;
	width: 100%;
}