/*ピックアップ*/
#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 {
	display: none;
}
#btn_prevS {
	left: 0px;
}
#btn_prevS img,
#btn_nextS img{
	margin-top: -15px;
	margin-left: -9px;
}
#btn_nextS {
	right: 0px;
}
#pickup_large_visual {
	display: none;
}
#pickup_small_visual {
	position: relative;
}
#small_flip a {
	display: block;
	float: left;
}
.pointer {
	position: absolute;
	left:50%;
	bottom:0px;
	text-align: center;
	z-index: 102;
}
#pointerS {/*151208	*/
	width: 85%;/*151208	*/
	max-width: 85%;/*151208	*/
}
.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 8px;
	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 (max-width: 480px) {
	.products_top_text h3 {
		padding:15px
	}
}

@media only screen and (min-width: 481px) 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: -100px;
	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 {
	display: block;
	margin-top: 10px;
}
.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: ""
}

@media only screen and (max-width: 600px) {
		#products_category_block_fix,#products_category_block_fix .products_top_text {
		height:100px
	}
}

@media only screen and (max-width: 600px) {
	.products_category_block_fix,.products_category_block {
		height:100px!important
	}

	.over_fillter {
		width: 30%!important
	}

	.products_top_text {
		width: 70%!important;
		font-size: 2em!important;
		height: 100px!important
	}

.products_top_image {
	height: 100px!important;
	width: 30%!important;
	left: 70%!important
	}
}


#products_list_view .pickup_new {
	width: auto;
	position: absolute;
	right:0px;
	top:0px;
}

@media only screen and (max-width: 480px) {
	.door_view a {
		width:100%;
		padding-bottom: 0px;
		height: 100px;
	}
	#products_list_view .pickup_new {
		height: 20px;
		right:auto;
		left:0px;
		top:0px;
		z-index: 10;
	}
	#products_pickup #products_pickup_inner #pickup_block_area a .pickup_blcok {
		height: 100px;
	}
	#products_pickup #products_pickup_inner #pickup_block_area a .pickup_blcok .pickup_blcok_text {
		text-align: left;
		width: 50%!important;
		position: absolute;
		left: 50%;
		top:40px;
	}
	#products_pickup #products_pickup_inner #pickup_block_area a .pickup_blcok .pickup_img {
		height: 80px;
		position: absolute;
		left: 10px;
		top: 10px;
		width: auto;
	}
}
.door_view a {
	position: relative;
}

#pickup_block_area section {
	padding-bottom: 20px;
}
#pickup_block_area h3 {
	padding-bottom: 20px;
	padding-bottom: 20px;
}


/*製品詳細*/
#main_contents {
	opacity: 1;
}

#sns_box_inner #st-plugin div {
	width: 100%;
	padding-bottom: 10px
}
.sns_inner span {
	display: initial;
	padding-bottom: 10px;
/* if use large button on mobile uncomment here
	padding-bottom: 0;
*/
}
#stToolPop {
	display: none;
}

.product_black .gradation_left,.product_black .gradation_right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
display: none;
}
.product_black .gradation_left {
	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: -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 {
	background-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: -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: -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) {*/
/* 160520(L441) ------ */
@media only screen and (min-width: 768px) {
	#product_keyvisual {
		max-height:658px;
		min-height: 461px
	}
}
#product_keyvisual h1 {
	display: none
}/* ------160520 */
/*#product_keyvisual h1 {
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 30
}*/

@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 p {
	padding-bottom: 5px;
}
#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 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 105px 30px 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
#sns_sharethis #sns_box #sns_box_inner,#demo_song #sns_box #sns_box_inner,#sns_sharethis #sc_box #sns_box_inner,#demo_song #sc_box #sns_box_inner,#sns_sharethis #sns_box #sc_box_inner,#demo_song #sns_box #sc_box_inner,#sns_sharethis #sc_box #sc_box_inner,#demo_song #sc_box #sc_box_inner {
	height: 100%;
	overflow: auto;
}
#sns_sharethis #sns_box #sns_box_inner ul,#demo_song #sns_box #sns_box_inner ul,#sns_sharethis #sc_box #sns_box_inner ul,#demo_song #sc_box #sns_box_inner ul,#sns_sharethis #sns_box #sc_box_inner ul,#demo_song #sns_box #sc_box_inner ul,#sns_sharethis #sc_box #sc_box_inner ul,#demo_song #sc_box #sc_box_inner ul {
	list-style: none;
}
#sns_sharethis #sns_box #sns_box_inner ul li,#demo_song #sns_box #sns_box_inner ul li,#sns_sharethis #sc_box #sns_box_inner ul li,#demo_song #sc_box #sns_box_inner ul li,#sns_sharethis #sns_box #sc_box_inner ul li,#demo_song #sns_box #sc_box_inner ul li,#sns_sharethis #sc_box #sc_box_inner ul li,#demo_song #sc_box #sc_box_inner ul li {
	padding-bottom: 10px
}
#sns_sharethis #btn_demo_song,#demo_song #btn_demo_song,#sns_sharethis #btn_sns,#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
}
#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;
}
#navi_inner_share {
	display: none;
}
#navi_inner_share {
	display: none;
}
#nav_select_box {
	background:#EBEBEB;
	position:absolute;
	right:2%;
	top:25px;
	display: none;
	border:none;
	border-radius:6px;
	padding: 4px 2%;
	margin: 0px 2%;
	height: 40px;
	outline:0;
	font-size: 1.2em;
	width: 92%;
	cursor: pointer;
	text-indent: 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance:	none;
	appearance:		 none;
	/*Firefox用*/
	text-indent: .01px;
	text-overflow: "";
	z-index:90;
}
.navi_icon {
	display: block;
	position: absolute;
	right: 6%;
	top: 40px;
	background: url("/global/images/icon_arrow_navi.png");
	width: 15px;
	height: 9px;
	z-index:100;
}
#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;
	display: none;
}
#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 #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 .page_ejection_right {
		text-align: right
	}
}

@media only screen and (min-width: 801px) {
	#contents #contents_footer_nav {
		line-height:140px;
		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 {
				margin: 0 auto;
				font-size: 1.5em;
}

@media only screen and (min-width: 801px) {
	#contents #contents_footer_nav {
	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
}
#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_selecter {
	display: block;
	padding: 10px;
	-webkit-appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 15px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	outline: 0;
	position: absolute;
	color: #0e1315;
	background: #ebebeb;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	-o-text-overflow: "";
	text-overflow: ""
}
#navi_inner_title {
	position: absolute;
	left: 85px;
	top: 28px
}
#contents_footer {
	position: relative;
	background: #eceded;
	color: #0f1416;
	padding-bottom: 20px;
	padding-top: 40px;
}

/*
#contents_footer .footer_block_left {
	width: 92%;
	padding: 0px 4% 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#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)
}
#contents_footer .footer_block {
	width: 92%;
	padding: 20px 4%;
}
#contents_footer .footer_block,#contents_footer .footer_block_long {
	width: 92%;
	padding: 20px 4%;
}	0520*/

/* 160520(L953) ------ */
@media only screen and (max-width: 480px) {
	#contents_footer .footer_block_left {
		width: 92%;
		padding: 0px 4% 20px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#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)
	}
	#contents_footer .footer_block {
		width: 92%;
		padding: 20px 4%;
	}
	#contents_footer .footer_block,#contents_footer .footer_block_long {
		width: 92%;
		padding: 20px 4%;
	}
}
@media only screen and (min-width: 481px) {
	#contents_footer .footer_block_left {
		width: 200px !important;
		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;
		font-size: 1.17em;
	}
	#contents_footer .footer_block_left p {
		opacity: .5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50)
	}
	#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
	}
}/* ------ 160520 */

#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: #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%;
	min-width:80px;
}
#contents_footer dd {
	float: left;
	width: 75%;
	margin: 0;
	padding-bottom:10px;
}
/* 160520(L1046) ------ */
@media only screen and (min-width: 481px) {
	#contents_footer dd {
		width: 75% !important;
	}
}/* ------ 160520 */
#contents_footer #to_list {
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none
}
.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
}
#product_keyvisual #buy_text {
	padding-left: 0!important;
	background: none!important
}
#sns_sharethis,#demo_song {
	display: none
}

@media only screen and (max-width: 480px) {
	#products_pickup #products_pickup_inner {
	padding:0 15px!important
	}
}

@media only screen and (min-width: 481px)and (max-width:799px) {
	#products_pickup #products_pickup_inner {
	padding:0 30px!important
	}
}

@media only screen and (max-width: 480px) {
	#products_pickup #products_pickup_inner .pickup_blcok {
		width:100%!important;
		height: 120px;
		text-align: left
	}

	#products_pickup #products_pickup_inner .pickup_blcok .pickup_new {
		left: 0;
		height: 20px
	}

	#products_pickup #products_pickup_inner .pickup_blcok .pickup_blcok_text {
		text-align: left;
		width: 50%!important;
		position: absolute;
		left: 50%;
		top: 34px
	}
}

@media only screen and (min-width: 481px)and (max-width:1000px) {
	#products_pickup #products_pickup_inner .pickup_blcok {
		width:50%
	}
}

@media only screen and (max-width: 480px) {
	#products_pickup #products_pickup_inner h4 {
		font-size:1em!important
	}
}
@media only screen and (max-width: 480px) {
	#pickup_block_area h3 {
		font-size:1.6em!important
	}
}

@media only screen and (max-width: 480px) {
	#product_keyvisual {
		/* 160520(L1124) ------ */
		/*padding-top:200px;*/
		padding-top: 83.3%;
		/* ------160520  */
		overflow: hidden
	}
	#product_keyvisual .cushion {
		left: 0;
		top: 0;
		padding: 0
	}
	/*#product_keyvisual h1 {
		display: none
	}*/
	#product_keyvisual #key_text_left {
		position: relative;
		width: 100%;
		padding: 20px;
		left: 0;
		bottom: 0
	}
	#product_keyvisual #key_text_right {
		position: relative;
		width: 100%;
		padding: 15px;
		left: 0;
		bottom: 0
	}
	#product_keyvisual .text_lv1_9 {
		font-size: 1.4em;
		line-height: 1.4em
	}
	#product_keyvisual .text_lv1 {
		margin-top: 10px;
		line-height: 1.8em
	}
	#product_keyvisual h2 {
		margin-bottom: 20px
	}
	#product_keyvisual #key_text_left,#product_keyvisual #key_text_right {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	#product_keyvisual hr {
		display: none
	}
	#product_keyvisual .btn_buy {
		margin-top: 15px;
		width: 100%
	}
	#product_keyvisual #buy_text {
		padding-left: 0!important;
		background: none!important
	}
	#sns_sharethis,#demo_song {
		display: none
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	#product_keyvisual {
		/*padding-top: 400px !important;*/
		/* 160520(L1192) ------ */
		height: 400px !important;
		/* ------160520  */
	}
}


.colorA {
				background-color: #3cb98d
}
.colorB {
				background-color: #87c75b
}
.colorC {
				background-color: #ffa162
}
.colorD {
				background-color: #ff8e9e
}

#productsarchive_view .contents_view{
	background: #eceded;
}
.achive_category_gr {
	padding: 20px 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 {
	text-align: center;
}*/

.info_block a .thumbImg,
.footer_block a .thumbImg {
	display: block;
	/*text-align: center;*/
}
.info_block a .thumbName,
.footer_block a .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_img {
	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 1em;
	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;
}
.footer_block_long dl {
	margin: .5em 0 0;
}
.footer_block_long .acdB dl {
	margin: 0;
}

