@charset "utf-8";

/*---- item_page_title ---*/

#item-detail {
	padding: 40px 0;
}

.item_page_title {
	display: none;
	font-size: 3rem;
	margin: 0 0 20px;
}


/*---- img-box ---*/
#itempage #img-box {
	margin-bottom: 40px;
}

#itempage {
	margin-top: 0;
}

#itempage .itemimg {
	margin-bottom: 15px;
	text-align: center;
	line-height: 0;
}
#itempage .itemimg a {
	display: block;
}
#img-box .itemimg img {
	width: 100%;
	height: auto;
}
#itempage .itemsubimg {
	margin: 3% -3% 0 0;
	overflow: hidden;
	line-height: 0;
}
#itempage .itemsubimg a, 
#itempage .itemsubimg .subimg {
	display: inline-block;
	width: 22%;
	float: left;
	margin: 0 3% 3% 0;
	text-align: center;
}
#itempage .itemsubimg img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.sku_color_panels {
	width: 100%;
}
.sku_color_panels .sku_color_panel {
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

.sku_color_panels .sku_color_panel:hover {
	cursor: pointer;
}

/*---- detail-box ---*/
.item-name {
	margin: 0;
	padding-bottom: 5px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
}
.item-en-name {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 200;
	line-height: 1;
	padding: 0;
}

/*---- item-info ---*/
#itempage .item-info {
	padding-top: 10px;
}

/*---- itemcode ---*/
#itempage .itemcode {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

/*---- sku-name ---*/

.sku_select {
	width: 100%;
	font-size: 0;
}

.item-info .skuname {
	box-sizing: border-box;
	display: inline-block;
	width: 49.2%;
	padding: 18px 30px;
	margin-right: 1.6%;
	margin-bottom: 1.6%;
	font-size: 1.6rem;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.item-info .skuname:nth-child(2n) {
	margin-right: 0;
}
.item-info .skuname:hover, 
.item-info .skuname.active {
	background: #f0f0f0;
	cursor: pointer;
}

.item-info .sku_color_panel {
	box-sizing: border-box;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	border: 1px solid #cdcdcd;
	vertical-align: middle;
}
.item-info .sku_label {
	display: inline-block;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	vertical-align: bottom;
}

/*---- skuform ---*/
.item-info form {
	clear: both;
}
.item-info .skuform {
	margin-bottom: 20px;
}
.item-info form .skuform:last-child {
	margin-bottom: 0;
}
.item-info .skuform form {
	clear: both;
}

/*---- zaikostatus ---*/
.item-info .zaikostatus {
	float: left;
}

/*---- field ---*/
.item-info .field {
	padding: 0 0 15px;
	overflow: hidden;
}

/*---- price ---*/
.item-info .field_price {
	font-size: 3rem;
	float: right;
}
.item-info .field_cprice {
	color: #999;
	font-size: .6em;
	font-weight: normal;
	margin-right: .666667em;
	text-decoration: line-through;
}
.item-info .field_price em {
	font-size: .8em;
	font-style: normal;
}

/*---- itemGpExp ---*/
.item-info .itemGpExp {
	margin: 15px 0;
	padding: 15px 15px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.item-info .itemGpExp dt {
	font-weight: bold;
}
.item-info .itemGpExp .price {
	font-size: 1.14286em;
	font-weight: bold;
	padding: 0 0 0 .625em;
}
.item-info .itemGpExp em {
	font-size: .5em;
}

/*---- item-option ---*/
.item-info .item-option {
	box-sizing: border-box;
	max-width: 360px;
	width: 70%;
	margin: 10px 0;
	padding: 14px 0 14px 64px;
	background: url("../images/item/ico_option_gift.png") no-repeat left top;
}

.item-info .item-option .option {
	margin: 0;
	font-size: 1.2rem;
}
.item-info .item-option select option {
	background-color: #fff;
}
.item-info .item-option input[type="text"] {
	width: 60%;
}
.item-info .item-option .iopt_radio_label {
	display: block;
}
.item-info .item-option textarea {
	width: 100%;
	height: 100px;
}

.item-info .item-option label,
.item-info .item-option input {
	cursor: pointer;
}
.iopt_checkbox_label {
	position: relative;
	top: -6px;
}
.iopt_checkbox_label input[type="checkbox"] {
	position: relative;
	top: 8px;
	left: -6px;
	width: 24px;
	height: 24px;
}

/*---- c-box ---*/
.item-info .c-box {
	margin-bottom: 20px;
	padding: 0;
}

/*---- quantity ---*/
.item-info .quantity {
	display: inline-block;
	margin-top: 6px;
	margin-right: 8px;
}
.item-info input.skuquantity {
	display: none;
}

.addCartWrap {
	margin: 19px 0;
}

.addCartWrap .sku_quantity_select {
	box-sizing: border-box;
	display: inline-block;
	width: 80px;
	padding: 2px 0 2px 32px;
	font-size: 1.6rem;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
}
.sku_quantity_select::-ms-expand {
  display: none;
}

.addCartWrap .sku_quantity_select:hover {
	cursor: pointer;
	opacity: 0.8;
	transition: 0.35s;
}

/*---- cart-btn ---*/
.item-info .skubutton {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px;
	font-size: 1.8rem;
	color: #fff;
	background-color: #0999d8;
	border: none;
	letter-spacing: 1px;
	text-align: center;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.item-info .skubutton:hover {
	cursor: pointer;
	background-color: #0666b2;
}

/*---- incart-btn ---*/
.item-info .incart-btn {
	text-align: left;
}

/*---- itemsoldout ---*/
.item-info .itemsoldout {
	color: #0999d8;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.5px;
}

/*---- item_custom_field ---*/
.item-info ul.item_custom_field {
	margin-bottom: 20px;
	float: right;
	line-height: 200%;
}
.item-info ul.item_custom_field li {
	padding: 0 15px;
	border-bottom: 1px dotted #999;
}

/*---- item-info table ---*/
.item-info table.item_custom_field {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: right;
}
.item-info .item_custom_field th {
	width: 40%;
	padding: 15px;
	background-color: #eee;
	border: 1px solid #ccc;
}
.item-info .item_custom_field td {
	border: 1px solid #ccc;
	padding: 15px;
}

/*---- assistance_item ---*/
.assistance_item h3 {
	color: #000;
	margin: 15px 0 0;
	border-bottom: 3px solid #eee;
}
.assistance_item ul {
	overflow: hidden;
	letter-spacing: -.5em;
}
.assistance_item li {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 15px 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.assistance_item li:nth-child(even) {
	margin-right: 0;
}
.assistance_item li .slit a {
	display: block;
	margin-bottom: 15px;
}
.assistance_item li .slit img {
	width: 100%;
	height: auto;
}
.assistance_item li .detail h4 {
	font-weight: normal;
	height: 43px;
	margin: 0;
	overflow: hidden;
}
.assistance_item li .detail p {
	height: 60px;
	overflow: hidden;
}
.assistance_item li .detail .assist_price {
	font-weight: bold;
	height: 22px;
	text-align: right;
}

/*---- .date sku-form ---*/
.date .item-info .skuform {
	border: none;
}

/*---- dlseller ---*/
.item-info .frequency {
	text-align: right;
    margin-bottom: 20px;

}
.item-info .field_frequency {
	display: inline-block;
    color: #fff;
	font-size: 13px;
    font-weight: bold;
	background-color: #d3222a;
	padding: 0 20px;
	letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
#itempage table.dlseller {
	width: 100%;
	margin: 15px 0 0;
}
#itempage table.dlseller th {
	width: 50%;
	padding: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
}
#itempage table.dlseller td {
	padding: 20px;
	border: 1px solid #ccc;
}


@media screen and (min-width: 46.25em) {
/* =item-single.php
-------------------------------------------------------------- */
	/*.item-info .item-option dt,*/
	.item-info .itemGpExp dt {
		width: 25%;
		display: inline-block;
		margin-bottom: 20px;
		vertical-align: top;
	}
	/*.item-info .item-option dd,*/
	.item-info .itemGpExp dd {
		width: 65%;
		display: inline-block;
		margin-bottom: 20px;
		padding-left: 3%;
		border-left: 1px solid #ccc;
	}
	.item-info .field {
		padding-bottom: 0;
	}
}/* @media screen and (min-width: 46.25em) */

@media screen and (min-width: 768px) {

	#itempage #img-box {
		width: 40%;
		float: left;
		margin-bottom: 0;
	}
	#img-box .itemsubimg a {
		width: 30.333%;
	}
	.detail-box {
		max-width: 600px;
		width: 53%;
		margin-left: 2%;
		float: right;
	}
	#itempage .item-info {
		clear: both;
	}
	.item-info .skuform {
		margin: 0 0 2.85714em;
	}
	.item-info .skubutton {
		padding: 1.071428em 20px;
	}
	.item-info .field {
		text-align: right;
	}
	.item-info .zaikostatus,
	.item-info .field_price {
		margin-bottom: 15px;
		float: none;
	}
	.assistance_item li {
		width: 22%;
		margin-right: 4%;
		padding: 15px 0 0;
	}
	.assistance_item li:nth-child(even) {
		margin-right: 4%;
	}
	.assistance_item li:nth-child(4n) {
		margin-right: 0;
	}

}/* @media screen and (min-width: 641px) */

@media screen and (min-width: 1001px) {
	#itempage #img-box {
		max-width: 500px;
		width: 45%;
		margin-bottom: 20px;
	}
	#itempage .item-description {
		margin-bottom: 20px;
	}
	#itempage .item-description:empty {
		margin-bottom: 0;
	}

	/*---- item-option ---*/
	.item-info .item-option select[multiple] {
		width: 100%;
	}

	/*---- assistance_item ---*/
	.assistance_item h3 {
		margin: 20px 0 0;
	}

}/* @media screen and (min-width: 1001px) */


#itempage .itemimg {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
	#itempage .itemimg .thumb {
		display: block;
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
	}
	#img-box .itemimg .thumb img {
		display: block;
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}

	#itempage .itemsubimg {
		display: none;
	}
	#itempage .subimg {
		cursor: pointer;
	}
	#itempage .subimg:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
	}

#itempage .option-lbl, 
#itempage .option-val {
	display: inline-block;
	vertical-align: middle;
}
#itempage .option-lbl {
	margin-right: 1em;
}

@media screen and (max-width: 1000px) {
	.item-info .skuname {
		padding: 18px;
	}
}/* @media screen and (max-width: 1000px) */
@media screen and (max-width: 767px) {
	#item-detail {
		padding: 30px 0 20px;
	}
	.sku_color_panels {
		margin-bottom: 30px;
		text-align: center;
	}
	.sku_color_panels .sku_color_panel {
		width: 20px;
		height: 20px;
		margin: 10px 10px 0;
	}
}
@media screen and (max-width: 640px) {
	#itempage {
		/*margin-top: 20px;*/
	}
	#itempage #img-box {
		margin-bottom: 20px;
	}
	
	.item-info .skuname {
		width: 100%;
		padding: 12px 24px;
	}
	.item-info .skuname:nth-child(2n) {
		margin-right: auto;
		margin-left: auto;
	}
	.item-info .item-option {
		max-width: none;
		width: 100%;
		float: none;
	}
	.item-info .c-box {
		box-sizing: border-box;
		width: 100%;
		margin: 10px 0 20px;
		float: none;
	}
	.item-info .c-box .addCartWrap {
		box-sizing: border-box;
		margin: 0 0 20px;
		float: right;
	}
	.item-info .c-box .addCartWrap .quantity {
		margin-right: 6px;
	}
	.itemsoldout {
		margin-bottom: 20px;
	}
}/* @media screen and (max-width: 640px) */
@media screen and (max-width: 480px) {
	.item-name,
	.item-info .field_price {
		font-size: 2.2rem;
	}
	.item-en-name {
		font-size: 1.4rem;
	}
	.item-info .item-option {
		max-width: 320px;
		margin-top: 0;
		padding-left: 60px;
		background: url("../images/item/ico_option_gift.png") no-repeat left top 15px;
	}
	.item-info .skubutton {
		padding: 10px 15px;
	}
}/* @media screen and (max-width: 480px) */

.at-usces-ordercompletion #cart_completion .order_number {
	color: #0999d8;
	font-size: 1.8rem;
}


/**************************************
* content group tab
**************************************/

#item_sub_menu {
	float: right;
	display: inline-block;
}
#item_sub_menu .tab_list {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
@media screen and (max-width: 1000px) {
	#item_sub_menu .tab_list{
		display: none;
	}
}
#item_sub_menu li {
	display: inline-block;
	padding: 9px 0;
	vertical-align: middle;
}
#item_sub_menu li a {
	display: inline-block;
	padding: 0 15px;
	font-size: 1.2rem;
	line-height: 1;
	border-left: 2px solid #cdcdcd;
	vertical-align: middle;
}
#item_sub_menu li:first-child a {
	border-left: 0;
}
#item_sub_menu li a.show-content {
	color: #cdcdcd;
}
#tab_sp_icon {
	box-sizing: border-box;
	display: inline-block;
	width: 64px;
	height: 48px;
	margin-right: 4px;
	border: 2px solid #cdcdcd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
}
#tab_sp_icon span {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
#tab_sp_icon span::before,
#tab_sp_icon span::after {
	content: "";
	position: absolute;
	top: 21px;
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #aaaaaa;
}
#tab_sp_icon span::before{
	left: 16px;
	-moz-transform: translateY(0) rotate(-35deg);
	-ms-transform: translateY(0) rotate(-35deg);
	-webkit-transform: translateY(0) rotate(-35deg);
	transform: translateY(0) rotate(-35deg);
}
#tab_sp_icon span::after {
	left: auto;
	right: 16px;
	-moz-transform: translateY(0) rotate(35deg);
	-ms-transform: translateY(0) rotate(35deg);
	-webkit-transform: translateY(0) rotate(35deg);
	transform: translateY(0) rotate(35deg);
}
#tab_sp_icon span.is_open::before{
	-moz-transform: translateY(4px) rotate(35deg);
	-ms-transform: translateY(4px) rotate(35deg);
	-webkit-transform: translateY(4px) rotate(35deg);
	transform: translateY(4px) rotate(35deg);
}
#tab_sp_icon span.is_open::after {
	-moz-transform: translateY(4px) rotate(-35deg);
	-ms-transform: translateY(4px) rotate(-35deg);
	-webkit-transform: translateY(4px) rotate(-35deg);
	transform: translateY(4px) rotate(-35deg);
}

@media screen and (min-width: 1001px) {
	#tab_sp_icon {
		display: none!important;
	}
}
#item_sub_menu .to_cart {
	box-sizing: border-box;
	display: inline-block;
	width: 116px;
	padding: 6px 0;
	font-size: 1.2rem;
	color: #ffffff;
	background: #0999d8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	transition: 0.35s;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 1000px) {
	#item_sub_menu .to_cart {
		height: 48px;
		padding: 0;
		font-size: 1.8rem;
		line-height: 48px;
	}
}

#item_sub_menu_sp {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	border-top: 1px solid #cdcdcd;
	text-align: center;
	z-index: 2;
}
#item_sub_menu_sp .tab_list {
	position: relative;
	display: block;
}
#item_sub_menu_sp .tab_list li {
	position: relative;
	display: block;
	border-top: 1px solid #cdcdcd;
}
#item_sub_menu_sp .tab_list li:first-child {
	border-top: 0;
}
#item_sub_menu_sp .tab_list li a {
	display: block;
	padding: 3.6% 0;
	font-size: 2.2rem;
	text-decoration: none;
}

@media screen and (min-width: 1001px) {
	#item_sub_menu_sp {
		display: none!important;
	}
}

@media screen and (max-width: 767px) {
	#item_sub_menu_sp .tab_list li a {
		padding: 18px 0;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 640px) {
	#item_sub_menu_sp .tab_list li a {
		padding: 12px 0;
		font-size: 1.6rem;
	}
}

/**************************************
* opening group
**************************************/
#opening_groups {
	width: 100%;
}
#item-opening {
	width: 100%;
}
#opening_visual {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 46%;
	background-size: cover;
	text-align: center;
}

#opening_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	/*display: table;*/
	display: none;
	width: 100%;
	height: 100%;
	font-size: 4rem;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
}
#opening_title span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.opening_section {
	width: 100%;
	padding: 60px 0;
	border-top: 1px solid #cdcdcd;
}
.opening_section p {
	font-size: 1.4rem;
	margin: 0 0 15px;
}
.opening_section a {
	display: inline-block;
	font-size: 1.6rem;
	margin: 0 25px 25px 0;
	vertical-align: top;
}
.opening_section_title {
	margin: 0 0 15px;
	font-size: 3.6rem;
	font-weight: 300;
}
#opening_point {
	border-top: 0;
}
#opening_point .content-width {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#opening_point .opening_point_left,
#opening_point .opening_point_right {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#opening_point .opening_point_right {
	text-align: center;
}
#opening_gallery {
	padding: 0;
}
#opening_gallery .gallery_row {
	box-sizing: border-box;
	display: table;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
}
#opening_gallery .gallery_col {
	box-sizing: border-box;
	display: table-cell;
	width: 33.333%;
	text-align: center;
	vertical-align: middle;
}
#opening_gallery .gallery_col_left {
	padding-left: 4.6%;
	text-align: left;
	vertical-align: middle;
}
@media screen and (min-width: 1151px) {
	#opening_gallery .gallery_col_left {
		padding-left: 125px;
		text-align: left;
		vertical-align: middle;
	}
}

#opening_accessory .content-width {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#opening_accessory .opening_accessory_left,
#opening_accessory .opening_accessory_right {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#opening_accessory .opening_accessory_right {
	text-align: center;
}

@media screen and (max-width: 767px) {
	#opening_title {
		width: 92%;
		font-size: 3.2rem;
	}
	.opening_section {
		padding: 30px 0 20px;
	}
	#opening_point .content-width,
	#opening_point .opening_point_left,
	#opening_point .opening_point_right,
	#opening_accessory .content-width,
	#opening_accessory .opening_accessory_left,
	#opening_accessory .opening_accessory_right {
		display: block;
		width: 100%;
	}
	.opening_section_title {
		font-size: 2.8rem;
	}
	#opening_gallery {
		padding-top: 30px;
	}
	#opening_gallery .gallery_row {
		display: block;
		font-size: 0;
		text-align: center;
	}
	#opening_gallery .gallery_col {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	#opening_gallery .gallery_col_left {
		display: block;
		width: 100%;
		padding: 0 4.6%;
	}
}
@media screen and (max-width: 480px) {
	#opening_visual {
		padding-bottom: 60%;
	}
	#opening_title {
		font-size: 2.6rem;
	}
}

/**************************************
* content group
**************************************/
.content_group h1,
.content_group h2,
.content_group h3,
.content_group h4 {
	font-weight: 300;
	margin: 0;
}

.content_group {
	padding: 40px 0;
}
.content_group .group_title {
	font-size: 2rem;
	margin-bottom: 10px;
}
.content_group .item_group_title {
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 40px;
}
.content_group .group_common {
	padding: 40px 0;
	border-top: 1px solid #cdcdcd;
}

.content_group .section_title {
	box-sizing: border-box;
	margin-bottom: 40px;
	font-size: 3rem;
	line-height: 1.8;
	text-align: center;
}

.content_group .align_left {
	text-align: right;
}
.content_group .align_center {
	text-align: right;
}
.content_group .align_right {
	text-align: right;
}

@media screen and (max-width: 1000px) {
	.content_group .group_title {
		margin-bottom: 5px;
	}
	.content_group {
		padding: 30px 0;
		border-top: 1px solid #cdcdcd;
	}
	.content_group .item_group_title {
		font-size: 3rem;
		margin-bottom: 30px;
	}
	.content_group .section_title {
		padding: 0 4.6%;
	}
}
@media screen and (max-width: 767px) {
	.content_group {
		padding: 20px 0;
	}
	.content_group .item_group_title {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.content_group .section_title {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
}

/**************************************
* point
**************************************/
#point_content_groups {
	padding-bottom: 0;
}
.content_group .point_top_wrap .content-width {
	font-size: 0;
}
.content_group .content-half {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.content_group .content-left {
	padding-right: 5%;
}
.content_group .free_text p {
	margin-bottom: 20px;
}
.content_group .free_text img {
	margin-bottom: 20px;
}
.content_group .to_cart {
	font-size: 1.6rem;
	text-align: right;
}

.content_group .point_common_wrap {
	padding: 40px 0 20px;
}
.content_group .point_top_wrap {
	padding: 0 0 80px;
}
.content_group .point_movie_wrap {
	padding: 30px 0 50px;
}
.content_group .point_slider_wrap {
	margin-bottom: 10px;
	background: #f0f0f0;
}
.content_group .point_slider_width {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.content_group .point_slider_width .sp-mask {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.content_group .sp-slide .sp-img {
	opacity: 0.3;
	transition: 0.35s;
}
.content_group .sp-selected .sp-img {
	opacity: 1;
}

.sp-slide-caption {
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 90px;
	background: #ffffff;
	text-align: center;
}
.sp-slide-caption .caption_inner {
	box-sizing: border-box;
	display: table-cell;
	width: 100%;
	padding: 10px 10%;
	font-size: 1.8rem;
	vertical-align: middle;
}

.content_group .point_list {
	font-size: 0;
}
.content_group .point_list .point_item {
	box-sizing: border-box;
	display: inline-block;
	width: 48.8%;
	margin-bottom: 2.8%;
	vertical-align: top;
}
.content_group .point_list .point_item:nth-child(2n) {
	margin-left: 2.4%;
}
.content_group .point_list .point_item_inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.content_group .point_list .point_item_left,
.content_group .point_list .point_item_right {
	box-sizing: border-box;
	display: table-cell;
	width: 50%;
	background: #f0f0f0;
	vertical-align: top;
}
.content_group .point_list .point_item_left {
	padding: 2% 4%;
}
.content_group .point_list .point_item_title {
	font-size: 2.4rem;
	margin: 10px 0 8px;
}
.content_group .point_list p {
	font-size: 1.8rem;
	margin: 0 0 15px;
}
.content_group .point_list small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.8;
}
/* one column*/
.content_group .one_box_container .point_list .point_item {
	display: block;
	width: 100%;
}
.content_group .one_box_container .point_list .point_item:nth-child(2n) {
	margin-left: 0;
}
.content_group .one_box_container .point_list .point_item_left {
	width: 75%;
	padding: 1.2% 2.4%;
}
.content_group .one_box_container .point_list .point_item_right {
	width: 25%;
}

@media screen and (min-width: 1251px) {
	.content_group .point_list .point_item_right {
		background: #fff;
	}
}

/* iframe wrap*/
.content_group .movie_wrap {
	text-align: center;
}

.content_group .point_visual_wrap {
	padding: 40px 0 0;
	text-align: center;
}
.content_group .point_visual_wrap .section_title {
	margin-bottom: 0;
}
.content_group .visual_text {
	margin: 0;
	padding: 15px 0;
	font-size: 1.8rem;
}
.content_group .visual_style_black {
	color: #ffffff;
	background: #0f0d0c;
}
.content_group .visual_style_white {
	color: #000000;
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	.has_spImg .visual_img {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.content_group .content-half {
		display: block;
		width: 100%;
	}
	.content_group .content-left {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.content_group .point_common_wrap {
		padding: 30px 0 20px;
	}
	.content_group .point_top_wrap {
		padding: 0 0 40px;
	}
	.content_group .point_visual_wrap {
		padding: 30px 0 0;
	}
	.content_group .point_list .point_item {
		display: block;
		max-width: 560px;
		width: 100%;
		margin: 0 auto 20px;
	}
	.content_group .point_list .point_item:nth-child(2n) {
		margin: 0 auto 20px;
	}
	.content_group .visual_text {
		font-size: 1.5rem;
	}

	.content_group .one_box_container .point_list .point_item {
		max-width: none;
	}
	.content_group .one_box_container .point_list .point_item:nth-child(2n) {
		margin: 0 auto 20px;
	}

}
@media screen and (max-width: 480px) {
	.content_group .point_list .point_item_inner {
		position: relative;
		display: block;
		width: 100%;
	}
	.content_group .point_list .point_item_left,
	.content_group .point_list .point_item_right {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	.content_group .point_list .point_item_left {
		padding-top: 265px;
	}
	.content_group .point_list .point_item_right {
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
	}
	.content_group .point_list .point_item_right img {
		max-width: 240px;
	}

	.content_group .one_box_container .point_list .point_item_left {
		width: 100%;
		padding: 265px 4% 2%;
	}
	.content_group .one_box_container .point_list .point_item_right {
		width: 100%;
	}
}

/**************************************
* spec
**************************************/
.content_group .variation_title {
	font-size: 1.6rem;
	margin: -20px 0 10px;
}
.content_group .sku_img_wrap {
	font-size: 0;
	text-align: left;
}
.content_group .variation_item {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	text-align: center;
}
.content_group .variation_label {
	font-size: 1.4rem;
	padding: 8px 0;
}

.content_group .spec_table {
	table-layout: fixed;
	margin: 0 auto 50px;
	border: 0;
}
.content_group .spec_table th {
	width: 220px;
	font-size: 1.6rem;
}
.content_group .spec_table td {
	font-size: 1.4rem;
}
.content_group .spec_table th,
.content_group .spec_table td {
	padding: 20px 0;
	font-weight: normal;
	line-height: 2;
	background: #ffffff;
	border: 0;
	border-top: 1px solid #cdcdcd;
	text-align: left;
	vertical-align: middle;
}
.content_group .spec_table tr:last-child th,
.content_group .spec_table tr:last-child td {
	border-bottom: 1px solid #cdcdcd;
}

.content_group .spec_note_wrap .spec_note {
	margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
	.content_group .variation_title {
		font-size: 1.8rem;
	}
	.content_group .variation_item {
		width: 50%;
	}
	.content_group .variation_label {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.content_group .spec_table {
		display: block;
		margin-bottom: 30px;
	}
	.content_group .spec_table tbody,
	.content_group .spec_table tr {
		display: block;
	}
	.content_group .spec_table th,
	.content_group .spec_table td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
	}
	.content_group .spec_table th {
		padding: 15px 0 5px;
	}
	.content_group .spec_table td {
		padding: 0 0 15px;
		border: 0;
	}
	.content_group .spec_table tr:last-child th {
		border-bottom: 0;
	}

}

/**************************************
* accessary
**************************************/
#itempage .relation-img-box {
	margin-bottom: 40px;
}
.relation-img-box .itemimg img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	#itempage .relation-img-box {
		width: 40%;
		float: left;
		margin-bottom: 0;
	}
	.relation-img-box .itemsubimg a {
		width: 30.333%;
	}
}
@media screen and (min-width: 1001px) {
	#itempage .relation-img-box {
		max-width: 500px;
		width: 45%;
		margin-bottom: 20px;
	}
}

.relation-img-box .itemimg .thumb img {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#itempage .relation-img-box {
		margin-bottom: 20px;
	}
}

/**************************************
* accessary
**************************************/
.special_img {
	margin: 20px auto;
	text-align: center;
}


/**************************************
* 20170203 修正
**************************************/
#item_sub_title_wrap {
	display: none;
}
@media screen and (max-width: 640px) {
	#header_sub_menu {
		padding-top: 8px;
	}
	#tab_sp_icon {
		width: 42px;
		height: 36px;
	}
	#tab_sp_icon span::before,
	#tab_sp_icon span::after {
		content: "";
		position: absolute;
		top: 16px;
		display: inline-block;
		width: 10px;
		height: 1px;
		background: #aaaaaa;
	}
	#tab_sp_icon span::before{
		left: 10px;
		-moz-transform: translateY(0) rotate(-35deg);
		-ms-transform: translateY(0) rotate(-35deg);
		-webkit-transform: translateY(0) rotate(-35deg);
		transform: translateY(0) rotate(-35deg);
	}
	#tab_sp_icon span::after {
		left: auto;
		right: 10px;
		-moz-transform: translateY(0) rotate(35deg);
		-ms-transform: translateY(0) rotate(35deg);
		-webkit-transform: translateY(0) rotate(35deg);
		transform: translateY(0) rotate(35deg);
	}
	#item_sub_menu .to_cart {
		width: 72px;
		height: 36px;
		font-size: 1.6rem;
		line-height: 36px;
	}
	#item_sub_title_wrap {
		float: left;
		display: table;
		max-width: 55%;
	}
	#item_sub_title_wrap .item_sub_name {
		display: table-cell;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	#item_sub_menu {
		max-width: 45%;
	}
	/* 20170215 start */
	/*.at-single-item #breadcrumbs_wrap {
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #cdcdcd;
		overflow: auto;
	}
	.at-single-item #breadcrumbs {
		min-width: 480px;
		padding: 8px 10px 12px 0;
	}*/
	/* 20170215 end */
}