.item {
	padding: 100px 0;
}

.item_wrap {
}

.item_col {
	width: 46%;
}

.item_col.-img {
	float: left;
}

.item_col.-cnt {
	float: right;
}

.item_images {
	position: relative;
}

.item_images:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.item_images > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
}

.item_images > li:first-child {
	opacity: 1;
}

.item_thumbnail {
	font-size: 0;
	margin-top: 30px;
}

.item_thumbnail > li {
	position: relative;
	width: 14.5%;
	display: inline-block;
	margin-left: 2.6%;
	margin-top: 2.6%;
	border: 1px solid #ccc;
	cursor: pointer;
}

.item_thumbnail > li:nth-child(6n+1) {
	margin-left: 0;
}

.item_thumbnail > li:nth-child(-n+6) {
	margin-top: 0;
}

.item_thumbnail > li:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.item_thumbnail > li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	transition: opacity 0.3s;
}

.item_thumbnail > li span:hover {
	opacity: 0.6;
}

.item_thumbnail > li.-current span {
	opacity: 0.6;
}

.item_head {
}

.item_ttl {
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}

.item_num {
	display: inline-block;
}

.item_price {
}

.item_price_cnt {
	display: inline-block;
}

.item_price_cnt span {
	font-size: 30px;
}

.item_price_memo {
	font-size: 12px;
	display: inline-block;
}

.item_select {
	margin-top: 10px;
}

.item_select_head {
	display: inline-block;
	margin-right: 10px;
}

.item_select_cnt {
	position: relative;
	display: inline-block;
	width: 60%;
}

.item_select_cnt:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -4.5px;
	right: 15px;
	pointer-events: none;
}

.item_select_cnt select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 6px;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: 14px;
	color: inherit;
	box-sizing: content-box;
	outline: none;
	border: 1px solid #ccc;
	width: 100%;
	padding: 8px 30px 8px 15px;
	box-sizing: border-box;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.item_btn {
	font-size: 0;
	margin-top: 20px;
}

.item_btn button {
	font-size: 18px;
	width: 49%;
	display: inline-block;
	padding: 10px 0;
	cursor: pointer;
	transition: opacity 0.3s;
}

.item_btn button:hover {
	opacity: 0.7;
}

.item_btn button.-cart {
	background: #000;
	color: #fff;
	border: 1px solid #ccc;
}

.item_btn button.-fav {
	border: 1px solid #ccc;
	margin-left: 2%;
	background: #fff;
}

.item_btn button.-fav.fav-items span {
	font-size: 0;
}

.item_btn button.-fav.fav-items span:before {
	font-size: 18px;
	content: "お気に入りから削除";
}

.item_btn button.-cart:before,
.item_btn button.-fav:before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	background-size: contain;
	vertical-align: -3px;
}

.item_btn button.-cart:before {
	background-image: url(https://file002.shop-pro.jp/PA01387/803/common/img/icn-cart-w.png);
	width: 25px;
	height: 20px;
}

.item_btn button.-fav:before {
	background-image: url(https://file002.shop-pro.jp/PA01387/803/common/img/icn-heart.png);
	width: 25px;
	height: 20px;
}

.item_about {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

.item_about_ttl {
	font-weight: bold;
}

.item_about_ttl:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background-image: url(https://file002.shop-pro.jp/PA01387/803/common/img/icn-circle.png);
	background-size: contain;
	width: 9px;
	height: 9px;
}

.item_about_txt {
	line-height: 2;
	margin-top: 10px;
}

.item_size {
	text-align: right;
	margin-top: 20px;
}

.item_size > a {
	background: #959595;
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	padding: 5px 50px;
}

.item_size > a:hover {
	opacity: 0.7;
}

.item_size > a:before {
	content: "";
	display: inline-block;
	margin-right: 12px;
	background-image: url(https://file002.shop-pro.jp/PA01387/803/common/img/icn-arrowhead-w.png);
	background-size: contain;
	width: 10px;
	height: 7px;
	vertical-align: middle;
}

.other {
	margin-bottom: 60px;
}

.other_ttl {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.other_ttl:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background-image: url(https://file002.shop-pro.jp/PA01387/803/common/img/icn-circle.png);
	background-size: contain;
	width: 9px;
	height: 9px;
	vertical-align: 1px;
}

.other_wrap {
}

.other_list {
	font-size: 0;
}

.other_list_item {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	padding: 0 16px;
}

.other_list_item > a {
	font-size: 14px;
	display: block;
	outline: none;
}

.other_list_item > a:hover {
	opacity: 0.7;
}

.other_list_img {
	position: relative;
}

.other_list_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.other_list_img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
}

.other_list_ttl {
	color: #F46464;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}

.other_list_color {
	color: #F46464;
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}

.other_list_price {
	margin-top: 10px;
	text-align: center;
}

.review {
	margin-top: 25px;
}

.review_ttl {
}

.review_entry {
	margin-top: 20px;
	text-align: right;
}

.review_entry a {
}

.review_entry a:before {
	content: "＞";
}

.reviewlist_datas {
	overflow: hidden;
	zoom: 1;
}

.review_head {
}

.review_date {
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	font-size: 12px;
}

.icon_star {
	display: inline-block;
	width: 75px;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 10px;
}

.icon_star img {
	max-width: inherit;
}

.review_poster {
	font-size: 0;
	margin-top: 5px;
}

.review_poster li {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	list-style: none;
}

.review_poster li.-name {
	font-weight: bold;
}

.review_poster li:first-child {
	margin-left: 0;
}

.reviewlist {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #ccc;
}

.review_ttl,
.shopcomment_ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
}

.review_img {
	float: right;
	margin: 0 0 10px 10px
}

.reviewlist_content {
	overflow: hidden;
	zoom: 1;
}

.shopcomment {
	margin-top: 10px;
	background: #eee;
	padding: 15px;
	border-radius: 5px;
}

.shopcomment_text {
}

.shopcomment_text small {
	font-size: 12px;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
	.item {
	}

	.item_wrap {
	}

	.item_col {
	}

	.item_col.-img {
	}

	.item_col.-cnt {
	}

	.item_images {
	}

	.item_images:before {
	}

	.item_images > li {
	}

	.item_images > li.-current {
	}

	.item_thumbnail {
	}

	.item_thumbnail > li {
		width: 19%;
		margin-left: 1.25%;
		margin-top: 1.25%;
	}

	.item_thumbnail > li:nth-child(6n+1) {
		margin-left: 1.25%;
	}

	.item_thumbnail > li:nth-child(5n+1) {
		margin-left: 0;
	}

	.item_thumbnail > li:nth-child(-n+6) {
		margin-top: 0;
	}

	.item_thumbnail > li:nth-child(-n+5) {
		margin-top: 1.25%;
	}

	.item_thumbnail > li:before {
	}

	.item_thumbnail > li span {
	}

	.item_thumbnail > li.-current span {
	}

	.item_head {
	}

	.item_ttl {
	}

	.item_num {
	}

	.item_price {
	}

	.item_price_cnt {
	}

	.item_price_cnt span {
	}

	.item_price_memo {
	}

	.item_select {
	}

	.item_select_head {
	}

	.item_select_cnt {
	}

	.item_select_cnt:after {
	}

	.item_select_cnt select {
	}

	.item_btn {
	}

	.item_btn button,
	.item_btn button.-fav.fav-items span:before {
		font-size: 14px;
	}

	.item_btn button.-cart {
	}

	.item_btn button.-fav {
	}

	.item_btn button.-cart:before,
	.item_btn button.-fav:before {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.item_btn button.-cart:before {
		width: 19px;
		height: 14px;
	}

	.item_btn button.-fav:before {
		width: 19px;
		height: 14px;
	}

	.item_about {
	}

	.item_about_ttl {
	}

	.item_about_ttl:before {
	}

	.item_about_txt {
	}

	.item_size {
	}

	.item_size > a {
	}

	.item_size > a:before {
	}

	.other {
	}

	.other_ttl {
	}

	.other_ttl:before {
	}

	.other_wrap {
	}

	.other_list {
	}

	.other_list_item {
		padding: 0 10px;
	}

	.other_list_item > a {
	}

	.other_list_img {
	}

	.other_list_img:before {
	}

	.other_list_img span {
	}

	.other_list_ttl {
		text-align: left;
		font-size: 13px;
	}

	.other_list_color {
		text-align: left;
		font-size: 13px;
	}

	.other_list_price {
		text-align: left;
		font-size: 12px;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.item {
		padding: 50px 0;
	}

	.item_wrap {
	}

	.item_col {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	.item_col.-img {
		float: none;
	}

	.item_col.-cnt {
		float: none;
		margin-top: 30px;
	}

	.item_images {
	}

	.item_images:before {
	}

	.item_images > li {
	}

	.item_images > li.-current {
	}

	.item_thumbnail {
	}

	.item_thumbnail > li {
	}

	.item_thumbnail > li:nth-child(6n+1) {
	}

	.item_thumbnail > li:nth-child(-n+6) {
	}

	.item_thumbnail > li:before {
	}

	.item_thumbnail > li span {
	}

	.item_thumbnail > li.-current span {
	}

	.item_head {
	}

	.item_ttl {
		font-size: 20px;
	}

	.item_num {
	}

	.item_price {
	}

	.item_price_cnt {
	}

	.item_price_cnt span {
		font-size: 24px;
	}

	.item_price_memo {
	}

	.item_select {
	}

	.item_select_head {
	}

	.item_select_cnt {
	}

	.item_select_cnt:after {
	}

	.item_select_cnt select {
	}

	.item_btn {
	}

	.item_btn button {
	}

	.item_btn button.-cart {
	}

	.item_btn button.-fav {
	}

	.item_btn button.-cart:before,
	.item_btn button.-fav:before {
		font-size: 16px;
		margin-right: 3px;
	}

	.item_btn button.-cart:before {
	}

	.item_btn button.-fav:before {
	}

	.item_about {
	}

	.item_about_ttl {
	}

	.item_about_ttl:before {
	}

	.item_about_txt {
	}

	.item_size {
		text-align: left;
	}

	.item_size > a {
	}

	.item_size > a:before {
	}

	.other {
		margin-bottom: 40px;
	}

	.other_ttl {
		margin-bottom: 10px;
	}

	.other_ttl:before {
	}

	.other_wrap {
	}

	.other_list {
	}

	.other_list_item {
		padding: 0 5px;
	}

	.other_list_item > a {
	}

	.other_list_img {
	}

	.other_list_img:before {
	}

	.other_list_img span {
	}

	.other_list_ttl {
	}

	.other_list_color {
	}

	.other_list_price {
	}

}