#productslist_view #pickup_block_area a {
	padding: 2%;
}
.door_view a h4 {
	margin-bottom: 0px;
}
.pickup_blcok_text {
	padding-top: 10px;
}

	/*ピックアップ*/
#pickup_main_visual {
	position: relative;
	overflow: hidden;
	background: #ECEDEE;
}

.btn_arrow {
	position: absolute;
	width: 8%;
	height: 100%;
	z-index: 100;
	top: 0px;
	cursor: pointer;
}

.btn_arrow:hover {
	background: url("/global/images/pickup_over.png");
}

.btn_arrow img {
	position: absolute;
	left: 50%;
	top: 50%;
}

#btn_prevL,
#btn_prevS {
	left: 0px;
}

#btn_prevL img,
#btn_nextL img {
	margin-top: -24px;
	margin-left: -13px;
}

#btn_prevS img,
#btn_nextS img {
	margin-top: -15px;
	margin-left: -9px;
}

#btn_nextL,
#btn_nextS {
	right: 0px;
}

#pickup_large_visual,
#pickup_small_visual {
	position: relative;
}

#large_flip a,
#small_flip a {
	display: block;
	float: left;
}

#small_flip {
	padding: 0 !important;
}

.pointer {
	position: absolute;
	left: 50%;
	bottom: 30px;
	text-align: center;
	z-index: 102;
}

#pointerS {
	bottom: -40px !important;
}

.nav_index {
	width: 8px;
	height: 0;
	padding-top: 8px;
	margin: 0 7px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 2px #7D8081;
	display: inline-block;
	background: #97999A;
	overflow: hidden;
	cursor: pointer;
}

.pointer .on {
	background: #FFF;
}

.overlay_line_black,
.overlay_line_white {
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
	width: 100%;
	height: 1px;
	z-index: 9
}

.overlay_line_white {
	background: #fff;
	top: 0
}

.products_category_block_fix,
.products_category_block {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.products_category_block_fix a,
.products_category_block a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	height: 180px;
	text-decoration: none
}

.over_fillter {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	z-index: 10;
}

.products_category_block a:hover .over_fillter {
	opacity: 0.5;
}

.products_category_block a:hover .btn_explore {
	opacity: 1;
}

.btn_explore {
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 20;
	padding-right: 16px;
	color: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background: url("/global/images/icon_arrow.png");
	background-position: right 51%;
	background-repeat: no-repeat
}

.overlay {
	width: 100%;
	height: 100%
}

.products_top_text {
	position: relative;
	width: 50%;
	display: block;
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1em;
	font-size: 3em;
	height: 180px;
}

@media only screen and (max-width: 1000px) {
	.products_top_text {
		font-size: 3em;
		height: 180px
	}
}

@media only screen and (min-width: 1001px) {
	.products_top_text {
		font-size: 3.5em;
		height: 180px
	}
}

.products_top_text h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1em;
	padding: 15px;
	letter-spacing: -.05em;
	line-height: 1.1em;
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
	.products_top_text h3 {
		padding: 20px
	}
}

@media only screen and (min-width: 1001px) {
	.products_top_text h3 {
		padding: 25px
	}
}

.products_top_image {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
	line-height: 100%;
	height: 180px;
	width: 50%;
	left: 50%
}

.products_top_image_screen {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	z-index: 100
}

.products_top_image img {
	position: absolute;
	left: 0;
	top: 0;
}

.products_category_block_fix {
	position: relative;
}

@media only screen and (min-width: 601px) {
	.products_category_block_fix {
		height: 141px
	}
	.products_category_block_fix .products_top_text {
		height: 141px
	}
}

.btn_appstore img {
	width: 150px
}

.ex-image {
	height: 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	overflow: hidden
}

.cf:after {
	display: table;
	clear: both;
	content: ""
}

.door_view a {
	position: relative;
}

#products_list_view .pickup_new {
	width: auto;
	position: absolute;
	right: 0px;
	top: 0px;
}

#pickup_block_area section {
	padding-bottom: 20px;
}

#pickup_block_area h3 {
	padding-bottom: 20px;
	padding-bottom: 20px;
}


/*製品詳細*/

#main_contents {
	opacity: 1;
}

#contents {
	position: relative;
	width: 100%;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.products {
	padding-right: 60px!important;
}
#contents_info {
	position: absolute;
	right: -200px;
	top: 0;
	background: #ECEDED;
	width: 260px;
	height: 100%;
	z-index: 3000;
}
#contents_info #info_container {
	padding: 50px 30px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	min-width: 240px;
}

.contents_info_img {
	padding: 0 0 30px;
	text-align: center;
}

#info_container h3 {
	font-size: 1.17em;
}

#sns_box_inner #st-plugin div {
	width: 100%;
	padding-bottom: 10px
}

.sns_inner span {
	display: initial;
	padding-bottom: 10px
}

.product_black .gradation_left,
.product_black .gradation_right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.product_black .gradation_left {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000)
}

.product_black .gradation_right {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000)
}

.product_black .cushion {
	border: solid 1px #000;
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

.product_black .cushion .cushion_inner {
	background: #000;
	opacity: .67;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
	filter: alpha(opacity=67)
}

.product_black #key_text_left {
	color: #fff
}

.product_black #key_text_right {
	color: #fff
}

.product_white .gradation_left,
.product_white .gradation_right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.product_white .gradation_left {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff)
}

.product_white .gradation_right {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff)
}

.product_white .cushion {
	border: solid 1px #fff;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.product_white .cushion .cushion_inner {
	background: #fff;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90)
}

.product_white #key_text_left {
	color: #000
}

.product_white #key_text_right {
	color: #000
}

#product_keyvisual {
	position: relative;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#product_keyvisual {
		max-height: 658px;
		/*min-height: 461px*/
		min-height: 400px
	}
}	/*160516*/

#product_keyvisual h1 {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 30
}
#product_keyvisual p {
	padding-bottom: 5px;
}

@media only screen and (max-width: 800px) {
	#product_keyvisual .text_lv3 {
		font-size: 1.6em !important
	}
}

#product_keyvisual .cushion {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: -1;
}

#product_keyvisual .cushion .cushion_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

#product_keyvisual #key_text_left {
	z-index: 50;
	position: absolute;
	line-height: 2.8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	left: 60px;
	bottom: 60px;
}

@media only screen and (max-width: 800px) {
	#product_keyvisual #key_text_left {
		-webkit-transform: scale(.85);
		-moz-transform: scale(.85);
		-o-transform: scale(.85);
		-ms-transform: scale(.85);
		transform: scale(.85);
		-webkit-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		transform-origin: 0% 100%
	}
}

@media only screen and (max-width: 1000px) {
	#product_keyvisual #key_text_left {
		left: 60px;
		bottom: 60px
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	#product_keyvisual #key_text_left {
		width: 40%;
		left: 70px;
		bottom: 70px
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
	#product_keyvisual #key_text_left {
		width: 40%;
		left: 90px;
		bottom: 90px
	}
}

@media only screen and (min-width: 1501px) {
	#product_keyvisual #key_text_left {
		width: 40%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		left: 110px;
		bottom: 110px
	}
}

#product_keyvisual #key_text_right {
	z-index: 51;
	position: absolute;
	line-height: 2.8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	right: 60px;
	bottom: 60px;
}

@media only screen and (max-width: 800px) {
	#product_keyvisual #key_text_right {
		-webkit-transform: scale(.85);
		-moz-transform: scale(.85);
		-o-transform: scale(.85);
		-ms-transform: scale(.85);
		transform: scale(.85);
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		transform-origin: 100% 100%
	}
}

@media only screen and (max-width: 1000px) {
	#product_keyvisual #key_text_right {
		right: 60px;
		bottom: 60px
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	#product_keyvisual #key_text_right {
		width: 40%;
		right: 70px;
		bottom: 70px
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
	#product_keyvisual #key_text_right {
		width: 40%;
		right: 90px;
		bottom: 90px
	}
}

@media only screen and (min-width: 1501px) {
	#product_keyvisual #key_text_right {
		width: 40%;
		right: 110px;
		bottom: 110px
	}
}

#product_keyvisual h2 {
	font-size: 3.7em;
	margin-bottom: 20px
}

#product_keyvisual hr {
	height: 1px;
	border: 0;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	margin: 10px 0
}

#product_keyvisual .btn_buy {
	position: relative;
	display: block;
	height: 40px;
	width: 70%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}

#product_keyvisual .btn_buy #buy_text {
	position: relative;
	padding-left: 40px;
	background: url("/global/images/icon_products.png");
	background-position: 1px -181px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.1em;
}

#product_keyvisual .btn_buy #buy_text hr {
	position: absolute;
	left: 40px;
	top: -1px;
	margin: 0;
	height: 40px;
	width: 1px;
	border-left: solid 1px #0f1416
}

#sns_sharethis,
#demo_song {
	position: absolute;
	right: -240px;
	top: 0;
	width: 240px;
	height: 100%;
	background: #eceded;
	z-index: 100;
}

#sns_sharethis h3,
#demo_song h3 {
	padding: 30px;
	font-size: 2.3em
}

#sns_sharethis #sns_box,
#demo_song #sns_box,
#sns_sharethis #sc_box,
#demo_song #sc_box {
	padding: 0px 30px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}







@media only screen and (max-width: 800px) {
	#demo_song #sc_box {
		height: 77%;
	}
}

@media only screen and (max-width: 1000px) {
	#demo_song #sc_box {
		height: 77%;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	#demo_song #sc_box {
		height: 77%;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
	#demo_song #sc_box {
		height: 80%;
	}
}

@media only screen and (min-width: 1501px) {
	#demo_song #sc_box {
		height: 80%;
	}
}







#sns_box_inner,
#sc_box_inner {
	height: 100%;
	overflow: auto;
}
#sc_box_inner {
	overflow-y: scroll;
}

#sns_box_inner ul,
#sc_box_inner ul {
	list-style: none;
}

#sns_box_inner ul li,
#sc_box_inner ul li {
	padding-bottom: 10px
}

#btn_demo_song,
#btn_sns {
	position: absolute;
	left: -60px;
	top: 61px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	text-indent: -200%;
	display: block;
	white-space: nowrap;
	background: url("/global/images/icon_products.png");
	background-position: left -60px;
	background-repeat: no-repeat;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90)
}

#sns_sharethis #btn_demo_song,
#demo_song #btn_demo_song {
	top: 0;
	background-position: left 0
}

.navi_icon {
	display: none;
	position: absolute;
	right: 30px;
	top: 40px;
	width: 15px;
	height: 9px;
	z-index:1000;
}

#keyvisual {
	overflow: hidden
}

#contents {
	position: relative;
	width: 100%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#contents_info #info_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: url("/global/images/icon_products.png");
	background-position: left -120px;
	background-repeat: no-repeat;
}

.to_list {
	position: absolute;
	right: 20px;
	top: 20px
}

.info_block {
	position: relative;
	padding: 0 0 30px
}

.info_block ul {
	list-style: none
}

.info_block li {
	/*margin-bottom: .2em;*/
	padding-bottom: 5px;
}

.info_block a {
	color:rgba(15,20,22,0.5);
/*	color: #0f1416;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
*/}

.info_block dd {
	margin: 0;
	padding: 0 0 1em
}

.info_block h3 {
	margin-bottom: .5em;
	font-weight:100;
}

.product_black {
	background: #0f1416;
}

.product_black .cushion {
	border: solid 1px #000;
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

.product_black .cushion .cushion_inner {
	background: #000;
	opacity: .67;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
	filter: alpha(opacity=67)
}

.product_black #key_text_left,
.product_black #key_text_right {
	color: #fff
}

.product_white {
	background: #fff;
}

.product_white .cushion {
	border: solid 1px #fff;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.product_white .cushion .cushion_inner {
	background: #fff;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90)
}

.product_white #key_text_left,
.product_white #key_text_right {
	color: #000
}

.nav_gold #navi_inner_menu li.contents_nav_select a {
	color: #655a3f !important;
	border-bottom: solid 3px #655a3f
}

.nav_gray #navi_inner_menu li.contents_nav_select a {
	color: #474f52 !important;
	border-bottom: solid 3px #474f52
}

.nav_yellow #navi_inner_menu li.contents_nav_select a {
	color: #856200 !important;
	border-bottom: solid 3px #856200
}

.nav_orange #navi_inner_menu li.contents_nav_select a {
	color: #9b4a00 !important;
	border-bottom: solid 3px #9b4a00
}

.nav_red #navi_inner_menu li.contents_nav_select a {
	color: #8e0000 !important;
	border-bottom: solid 3px #8e0000
}

.nav_green #navi_inner_menu li.contents_nav_select a {
	color: #315f00 !important;
	border-bottom: solid 3px #315f00
}

.nav_turquoise #navi_inner_menu li.contents_nav_select a {
	color: #066 !important;
	border-bottom: solid 3px #066
}

.nav_cyan #navi_inner_menu li.contents_nav_select a {
	color: #0073a0 !important;
	border-bottom: solid 3px #0073a0
}

.nav_blue #navi_inner_menu li.contents_nav_select a {
	color: #124f87 !important;
	border-bottom: solid 3px #124f87
}

.nav_navy #navi_inner_menu li.contents_nav_select a {
	color: #06405f !important;
	border-bottom: solid 3px #06405f
}

.nav_pink #navi_inner_menu li.contents_nav_select a {
	color: #8a3861 !important;
	border-bottom: solid 3px #8a3861
}

.nav_purple #navi_inner_menu li.contents_nav_select a {
	color: #4f3578 !important;
	border-bottom: solid 3px #4f3578
}

#contents #contents_nav {
	background: #fff;
	z-index: 1500;
	position: relative;
	height: 89px;
	overflow: visible;
	border-bottom: solid 1px #e5e5e5;
}

#contents #contents_nav a {
	color: #000
}

#contents #contents_nav #navi_inner_share {
	position: absolute;
	left: 95px;
	top: 35px
}

#contents #contents_nav #navi_inner_btn {
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 4500;
}

#contents #contents_nav #navi_inner_btn .arrow {
	left: 15px;
	top: 15px
}

#contents #contents_nav #navi_inner_btn a {
	color: #000;
	padding: 0;
	display: block;
	text-decoration: none
}

#contents_nav {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90)
}

#contents_nav a {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: .3s ease-in-out opacity;
	-moz-transition: .3s ease-in-out opacity;
	-o-transition: .3s ease-in-out opacity;
	-ms-transition: .3s ease-in-out opacity;
	transition: .3s ease-in-out opacity
}

#contents_nav a:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

#contents_nav li.contents_nav_select a {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

#contents #contents_footer_nav {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4em;
	height: auto;
	padding: 30px 10px;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

#contents #contents_footer_nav .page_ejection_left,
#contents #contents_footer_nav .page_ejection_right {
	width: 100%
}

#contents #contents_footer_nav .page_ejection_left {
	text-align: left;
	padding-bottom: 20px
}

#contents #contents_footer_nav .page_ejection_right {
	text-align: right
}

@media only screen and (max-width: 800px) {
	#contents #contents_footer_nav {
		line-height: 1.4em;
		height: auto;
		padding: 30px 10px
	}
	#contents #contents_footer_nav .page_ejection_left,
	#contents #contents_footer_nav .page_ejection_right {
		width: 100%
	}
	#contents #contents_footer_nav .page_ejection_left {
		text-align: left;
		padding-bottom: 20px
	}
	#contents #contents_footer_nav .page_ejection_right {
		text-align: right
	}
}

#contents #contents_footer_nav {
	line-height: 193px;
	height: 193px
}
#contents #contents_footer_nav .page_ejection_left,
#contents #contents_footer_nav .page_ejection_right {
	float: left;
	width: 50%;
	height: 50px
}
#contents #contents_footer_nav .page_ejection_left {
	text-align: right
}
#contents #contents_footer_nav .page_ejection_right {
	text-align: left;
	float: right
}
#contents_nav {
	max-width:1480px;
	min-width:680px;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90)
}
#contents_nav a {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-webkit-transition: .3s ease-in-out opacity;
	-moz-transition: .3s ease-in-out opacity;
	-o-transition: .3s ease-in-out opacity;
	-ms-transition: .3s ease-in-out opacity;
	transition: .3s ease-in-out opacity
}
#contents_nav a:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}
#contents_nav li.contents_nav_select a {
	opacity: 1;
	-ms-filter: none;
	filter: none
}
#nav_select_box {
	background:#EBEBEB;
	position:absolute;
	right:20px;
	top:25px;
	display: none;
	border:none;
	border-radius:6px;
	padding: 4px 15px;
	height: 40px;
	outline:0;
	font-size: 1.2em;
	width: 40%;
	cursor: pointer;
	text-indent: 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance:	none;
	appearance:		 none;
	/*Firefox用*/
	text-indent: .01px;
	text-overflow: "";
}
#navi_inner_menu {
	position: absolute;
	right: 0;
	top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
#navi_inner_menu li {
	float: left;
	font-size: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 89px;
	line-height: 86px;
}
#navi_inner_menu li a {
	text-decoration: none;
	padding: 0 20px;
	display: block
}
#navi_inner_menu li.contents_nav_select {
	font-weight: bold
}
#contents #contents_footer_nav {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4em;
	height: auto;
	padding: 30px 10px;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
#contents #contents_footer_nav .page_ejection_left,
#contents #contents_footer_nav .page_ejection_right {
	width: 100%
}
#contents #contents_footer_nav .page_ejection_left {
	text-align: left;
	padding-bottom: 20px
}
#contents #contents_footer_nav .page_ejection_right {
	text-align: right
}
@media only screen and (max-width: 800px) {
	#contents #contents_footer_nav {
		line-height: 1.4em;
		height: auto;
		padding: 30px 10px
	}
	#contents #contents_footer_nav .page_ejection_left,
	#contents #contents_footer_nav .page_ejection_right {
		width: 100%
	}
	#contents #contents_footer_nav .page_ejection_left {
		text-align: left;
		padding-bottom: 20px
	}
	#contents #contents_footer_nav .page_ejection_right {
		text-align: right
	}
}
@media only screen and (min-width: 801px) {
	#contents #contents_footer_nav {
		line-height: 193px;
		height: 193px
	}
	#contents #contents_footer_nav .page_ejection_left,
	#contents #contents_footer_nav .page_ejection_right {
		float: left;
		width: 50%;
		height: 50px
	}
	#contents #contents_footer_nav .page_ejection_left {
		text-align: right
	}
	#contents #contents_footer_nav .page_ejection_right {
		text-align: left;
		float: right
	}
}
#contents #contents_footer_nav .page_ejection_center,
#contents #contents_footer_nav .page_ejection_left,
#contents #contents_footer_nav .page_ejection_right {
	margin: 0 auto;
	font-size: 1.5em;
}
@media only screen and (max-width: 800px) {
	#contents #contents_footer_nav .page_ejection_center,
	#contents #contents_footer_nav .page_ejection_left,
	#contents #contents_footer_nav .page_ejection_right {
		font-size: 1.5em
	}
}
@media only screen and (min-width: 801px) {
	#contents #contents_footer_nav .page_ejection_center,
	#contents #contents_footer_nav .page_ejection_left,
	#contents #contents_footer_nav .page_ejection_right {
		font-size: 2em
	}
}
#contents #contents_footer_nav .page_ejection_center {
	text-align: center;
	width: 100%
}
#contents #contents_footer_nav a {
	padding: 0 30px;
	text-decoration: none;
	color: #0f1416
}
#contents_footer {
	position: relative;
	background: #eceded;
	color: #0f1416;
}
#contents_footer .footer_block {
	max-width: 42%
}
#contents_footer .footer_block,
#contents_footer .footer_block_long {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents_footer .footer_block div,
#contents_footer .footer_block_long div {
	float: left
}
#contents_footer .footer_block div #st-plugin div,
#contents_footer .footer_block_long div #st-plugin div {
	float: left;
	height: 22px;
	padding: 0 10px 10px 0
}
#contents_footer .footer_block ul,
#contents_footer .footer_block_long ul {
	list-style: none
}
#contents_footer .footer_block a,
#contents_footer .footer_block_long a {
	color:rgba(15,20,22,0.5);
/*
	color: #0f1416;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
*/
}
#contents_footer .footer_block h3,
#contents_footer .footer_block_long h3 {
	font-size: 1.2em;
	padding-bottom: 5px
}
#contents_footer dt {
	float: left;
	width: 20%;
	padding-right: 5%;
}
#contents_footer dd {
	float: left;
	width: 75%;
	margin: 0
}
#contents_footer #to_list {
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none
}
#contents_footer .footer_block_left {
	width: 200px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
}
#contents_footer .footer_block_left h3 {
	padding-top: 20px
}
#contents_footer .footer_block_left p {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}
.footer_block li,
x:-moz-any-link,
.footer_block_long dd,
x:-moz-any-link {
	padding: 5px 0
}
.footer_block_long dl,
x:-moz-any-link {
	padding: 5px 0 0
}

#productsarchive_view .contents_view{
	background: #eceded;
}
.achive_category_gr {
	padding: 50px 0 0;
}
.achive_category_gr h3 {
	padding: 0 0 20px;
}
.achive_category_gr ul {
	padding: 0 0 10px
}
.achive_category_gr li {
	display: block;
	font-size: 1.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
@media only screen and (max-width: 900px) {
	.achive_category_gr li {
		width:100%
	}
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
	.achive_category_gr li {
		width:50%
	}
}

@media only screen and (min-width: 1201px) {
	.achive_category_gr li {
		width:33.3%
	}
}
.achive_category_gr li a {
	padding: 7px 30px 7px 15px;
	display: block;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}
.achive_list_icon {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	font-weight: 100;
	-moz-transform: scaleY(1.8);
	-webkit-transform: scaleY(1.8);
	-o-transform: scaleY(1.8);
	-ms-transform: scaleY(1.8);
}
.achive_category_gr li a:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
	box-shadow: 0 0 3px rgba(0,0,0,.4)
}


/***/
/*.info_block a.relatedThumbLink{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}
.info_block a .relatedThumbLinkText {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}
.relatedThum {
	width: 130px;
	vertical-align: top;
	display: table-cell;
}*/

/*
#productsdetail_view #contents #contents_info #info_container .info_block li a .thumbImg,
#contents_footer .footer_block a .thumbImg {
*/
#productsdetail_view #contents #contents_info #info_container .thumbImg,
#contents_footer .thumbImg {
	display: block;
	/*text-align: center;*/
}
#productsdetail_view #contents #contents_info #info_container .info_block a .thumbName,
#contents_footer .thumbName {
	display: block;
	color: #0f1416;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	/*text-align: center;*/
}

#country_vn .products_top_text.color_b h3 {
	font-size: 0.85em;
}
#country_vn .products_top_text h3 {
	font-weight: 400 !important;
}

#country_nl .products_top_text.color_f h3 {
	font-size: 0.9em;
}

#product_key_spimg {
	display: none;
}

.acdA_btn {
	cursor: pointer;
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	color: rgba(15,20,22,0.5);
	padding: 0;
	margin: 0 0 0 20%;
	text-align: center;
	text-decoration: underline;
}
.acdA_btn:before {
	/*content: '全てを表示';
	content: '▼Show All';*/
}
.acdA_btn.open {
	display: none;
}
.acdB {
	width: 100%;
	/*display: none;*/
}
.hidden {
	display: none;
}
.info_block dl {
	margin: 1em 0 0;
}
.info_block .acdB dl {
	margin: 0;
}
.footer_block_long dl {
	margin: 1em 0 0 !important;
}
.footer_block_long .acdB dl {
	margin: 0 !important;
}


