@charset "UTF-8";

/*商品詳細
----------------------------------------------------------*/

#item_detail .row {
	padding-bottom: 10px;
}

/*パンくず*/
#topicpath {
	height: auto;
	padding: 0 0 0 3px;
	border: none !important;
}

#topicpath ol {
	border-bottom: none !important;
}

#topicpath ol:not(:first-child) {
	display: none !important;
}

#topicpath ol br {
	display: none;
}

#topicpath li {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
}

#topicpath li a {
	padding: 0 5px;
	color: #999;
}

#topicpath li:first-child a {
	padding-left: 0;
}

#topicpath li:last-child {
	padding-left: 5px;
	font-weight: normal;
}

#topicpath li:after {
	content: " / ";
	color: #999;
}

#topicpath span {
	padding-left: 5px;
}

/*コンテンツ*/

#item_detail_area {
	padding: 0 5px 0 60px;
}

.control-label {
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
}

.cart_area dt {
	line-height: 1;
}

.cart_area dd {
	padding-top: 8px;
}

.cart_area span.required {
	display: none;
}

.form-group {
	padding-bottom: 17px;
}

#quantity {
	width: 130px;
	margin-bottom: 48px;
	text-align: center;
	color: #000;
}

.quantity {
	padding: 17px 0 9px;
	color: #000;
}

.form-control {
	background: none;
	border: 1px solid #000;
	-o-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#detail_cart_box__cart_class_category_id li .errormsg {
	display: none;
}

#item_photo_area .slick-dots li.slick-active button:before {
	display: none;
}

#item_photo_area .slick-dots li button:before {
	display: none;
}

#detail_cart_box__cart_quantity {
	margin-top: -7px;
}

#detail_cart_box select {
	background: url(../img/common/icon-option-arrow.png) no-repeat;
	background-size: 39px auto;
	-webkit-background-size : 39px auto;
	background-position: right 15px;
}

#item_detail_area .item_detail .sale_pricequantity-box {
	padding-top: 40px;
}

#quantity {
	padding: 0 36px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance:textfield;
}

input[type="text"] {
	width: 100%;
  border: 1px solid #000;
	padding: 6px 12px;
}

.quantity-box {
	position: relative;
	width: 130px;
	height: 40px;
	margin-bottom: 59px;
}

.btn-plus,
.btn-minus {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.btn-plus {
	top: 0;
	right: 0;
	background: url(../img/common/btn-plus.png) no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-position: center center;
} 

.btn-minus {
	top: 0;
	left: 0;
	background: url(../img/common/btn-minus.png) no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-position: center center;
}

#item_detail .row {
	margin: 0 !important;
}

#add-cart {
	width: 100%;
	height: 52px;
	line-height: 52px;
	-moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#detail_cart_box .col-xs-12,
#detail_cart_box .col-sm-12 {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#detail_cart_box select {
		background-position: 98% 15px;
	}
}

/*オプションプラグイン*/

.option-inner {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 1px 0 12px;
}

.classcategory_list .control-label {
	font-size: 16px;
	font-size: 1.6rem;
}

.class-text {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Roboto', "NotoSansCJKjp", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.control-label[for="classcategory_id1"],
.control-label[for="classcategory_id2"] {
	display: none;
}

.classcategory_list li:nth-child(2) {
	margin-top: 0;
}

.classcategory_list li:nth-child(4) {
	margin-top: 7px;
}

.classcategory_list li:nth-child(5) {
	margin-top: 35px;
}

.classcategory_list li:nth-child(6) {
	margin-top: 7px;
}

.classcategory_list li:nth-child(7) {
	margin-top: 37px;
}

.classcategory_list li:nth-child(8) {
	margin-top: 7px;
}

.classcategory_list li:nth-child(9) {
	margin-top: 37px;
}

.classcategory_list li:nth-child(10) {
	margin-top: 7px;
}

.classcategory_list li:nth-child(11) {
	margin-top: 37px;
}

.classcategory_list li:nth-child(12) {
	margin-top: 7px;
}

.classcategory_list li:nth-child(13) {
	margin-top: 37px;
}

.classcategory_list li:nth-child(14) {
	margin-top: 7px;
}

.classcategory_list li a {
	padding-left: 14px;
	font-size: 14px;
	font-size: 1.4rem;
}

#option_description_link_2:hover,
#option_description_link_4:hover,
#option_description_link_5:hover,
#option_description_link_6:hover {
	color: #e60012;
}


#productoption1 {
	padding: 6px 0 28px;
}

#productoption1 input {
	display: none;
}

#productoption1 label{
	display: block;
	float: left;
	cursor: pointer;
	width: 50%;
	margin: 0;
	padding: 10px;
	color: #000;
	text-align: center;
	line-height: 1;
	transition: .2s;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #000;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#productoption1 .radio + .radio label {
	border-left: 0;
}

#productoption7 {
	width: 100%;
	border: 1px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cart_area .classcategory_list li select {
	width: 100%;
}

/*商品画像*/

#item_photo_area {
	width: 540px;
	margin-left: 2px;
	padding: 0;
}
#item_photo_area .slick-dots {
	width: 115%;
	margin: 0;
	padding: 20px 0 0;
}

#item_photo_area .slick-dots li {
	position: relative;
	width: 9.8%;
	margin: 0 19px 20px 0;
	padding: 0 ;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#item_photo_area .slick-dots li .thumbnail {
	display: block !important;
	position: relative !important;
	width: 100%;
	height: 100%;
}

#item_photo_area .slick-dots .slick-active:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #e60012;
	z-index: 10;
}

#item_photo_area .slick-dots .slick-active:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: #e60012;
}

#item_photo_area .slick-dots .slick-active .thumbnail:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 97%;
	height: 2px;
	background: #e60012;
	z-index: 20;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-top: 97%;
}

#item_photo_area .slick-dots .slick-active .thumbnail:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #e60012;
	z-index: 20;
	border-radius: 0;
	-webkit-border-radius: 0;
}

@media only screen and (max-width: 1210px) {
	#item_photo_area {
		width: 57.3%;	
	}
	#item_photo_area .slick-dots {
		width: 100%;
		position: relative;
    bottom: 0;
	}
	#item_photo_area .slick-dots:after {
		content: "";
		clear: both;
		display: block;
	}
	#item_photo_area .slick-dots li {
		float: left;
		width: 12%;
    height: 13%;
    margin: 0 1.13% 2%;	
	}
	#item_photo_area .slick-dots li .thumbnail {
		padding: 0;
	}
	#detail_not_stock_box__description_detail {
		margin-top: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	#item_photo_area .slick-dots li:hover:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		height: 100%;
		background: #e60012;
	}

	#item_photo_area .slick-dots li:hover:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 2px;
		height: 100%;
		background: #e60012;
		z-index: 10;
	}
	#item_photo_area .slick-dots li:hover .thumbnail:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 97%;
		height: 2px;
		background: #e60012;
		z-index: 20;
		border-radius: 0;
		-webkit-border-radius: 0;
		margin-top: 97%;
	}

	#item_photo_area .slick-dots li:hover .thumbnail:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background: #e60012;
		z-index: 20;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
}

@media only screen and (max-width: 767px) {
	#item_photo_area {
		width: 100%;	
	}
	#detail_not_stock_box__description_detail {
		margin-top: 0;
		padding-bottom: 30px !important;
	}
	#product_review_area {
		border-top: 0 !important;
	}
	#item_detail_area {
		padding: 0;
	}
	#product_review_area {
		padding: 0 0 30px 0 !important;
	}
}

/*スライダー部分*/

.slick-prev {
	display: none !important;
	position: absolute;
	top: 34%;
	width: 30px;
	height: 50px;
	background: url(../img/detail/slider-arrow-l.png) no-repeat;
	-moz-background-size: 30px 50px;
	-o-background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	background-size: 30px 50px;
	font-size: 0;
}

.slick-next {
	display: none !important;
	position: absolute;
	top: 34%;
	right: 0;
	width: 30px;
	height: 50px;
	background: url(../img/detail/slider-arrow-r.png) no-repeat;
	-moz-background-size: 30px 50px;
	-o-background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	background-size: 30px 50px;
	font-size: 0;
}

#item_photo_area .slick-dots li button:after {
	display: none;
}

/*商品レビュー*/
#product_review_area {
	padding: 7px 16px;
}

#product_review_area .review_btn {
	width: 220px;
	margin-bottom: 9px;
	padding: 0;
	text-align: left;
}

#product_review_area .review_btn a {
	position: relative;
	min-width: 220px !important;
	padding: 8px 10px !important;
	color: #000;
	background: #fff;
	border: 1px solid #000 !important;
	font-weight: normal;
	z-index: 1;
}

#product_review_area .review_btn a:after {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 8px;
	height: 12px;
	content: "";
	background: url(../img/common/btn-review.png) no-repeat;
	background-size: 8px 12px;
	-webkit-background-size: 8px 12px;
	z-index: 2;
}

#product_review_area .review_btn:hover a:after {
	background: url(../img/common/btn-review-on.png) no-repeat;
	width: 8px;
	height: 12px;
	background-size: 8px 12px;
	-webkit-background-size: 8px 12px;
	z-index: 2;
}

#product_review_area .review_btn a:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000 !important;
}

#product_review_area dl dd {
	padding: 0 !important
}

#product_review_area .review-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 24px 0 11px;
}

#product_review_area .review_list .review_date {
	padding: 8px 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

#product_review_area .review_list .comment {
	font-size: 14px;
	font-size: 1.4rem;
}

#product_review_area .review_list .title-01 {
	padding-right: 12px;
}

#product_review_area .review_list .title-02 {
	padding-right: 14px;
}

#product_review_area .review_list .title-03 {
	margin:  0 14px 0 -4px;
	color: #000;
}

#product_review_area .review_btn a {
	font-size: 14px;
	font-size: 1.4rem;
}

#product_review_area .review_list {
	padding: 8px 0 12px;
}

#product_review_area .review_list .recommend_level {
	margin-left: 4px !important;
}

#productoption1:after {
	content: "";
	clear: both;
	display: block;
}

/*価格*/

.price-box {
	padding-top: 53px;
}

.price01_default {
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: line-through;
}

#detail_description_box__name {
	font-family: 'Noto Sans';
}

#detail_description_box__class_normal_range_price {
	padding: 0 0 0 4px;
	color: #000;
}

#detail_description_box__class_normal_price .small {
	text-decoration: none;
	color: #000;
}

#detail_description_box__class_range_sale_price {
	color: #000;
}

.price02_default {
	padding-left: 4px;
	font-size: 30px;
	font-size: 3rem;
	color: #000;
	font-weight: normal;
	font-family: 'Noto Sans';
}

.small {
	padding-left: 4px;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	color: #000;
}

.price02_default:nth-child(2) {
	display: none;
}

#detail_cart_box__button_area .btn-primary {
	background-color: #000;
	border: 1px solid #000 !important;
}

#detail_cart_box__button_area .btn-primary:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000 !important;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*カートへ入れるボタン*/
#detail_cart_box__button_area {
	position: relative;
	margin-top: 34px;
}

#cover-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
  line-height: 54px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	cursor: pointer;
}

.custom-error {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #e60012;
}

.custom-error + .errormsg,
.custom-error + .custom-error{
	display: none;
}


/*商品説明*/
#detail_not_stock_box__description_detail {
	margin: -13px 0 23px;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.8;
}

/*フリーページ*/
.sub-area-inner {
	margin: 0;
}

#product_review_area .col-sm-offset-1 {
	margin-left: 0 !important;
}

#product_review_area .col-sm-10 {
	padding: 0 !important;
}

.heading02 {
	display: none !important;
}

.btn .btn-info {
	color: #000 !important;
	font-size: 14px;
	border: 1px solid #000 !important;
	background: #fff !;
}

.free-area-wrap {
	width: 100%;
}

.free-area {
	max-width: 980px;
	margin: 0 auto;
	padding: 36px 0 !important;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
}

.free-area .sub-area-inner {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.free-area-wrap {
		margin: 0;	
	}
}

/*オプション*/

.option_description .modal-body img {
	width: 370px;
}

/*最近チェックした商品*/
.h2-heading {
	padding: 32px 0 16px;
	font-size: 20px;
	font-size: 2rem;
	color: #000;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control {
	-webkit-appearance: none;
}

#checkeditem {
	padding-bottom: 16px;
	background: #eee;
}

#checkeditem .inner {
	max-width: 980px;
	padding: 0;
}

#checkeditem .col-sm-2 {
	padding: 0 10px;
}

#checkeditem .row {
	margin-left: -10px;
    margin-right: -10px;
}

#checkeditem .inner {
	width: 100%;
	padding: 0;
}

@media only screen and (max-width: 1150px) {
	#checkeditem .h2-heading {
		text-align: center;
	}
	#checkeditem .inner {
		padding: 0 20px;
	}
	#checkeditem .col-sm-2 {
    padding: 0 10px 20px;
	}
}

.has-error .form-control {
	border-color: #e60012;
}

.text-danger {
	color: #e60012;
}
