@charset "UTF-8";
/* CSS Document */


.top_brand_big {
	width: 960px;
	margin: 15px 0 0 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
	/* BIG BANNER
---------------------------------------------------------------------------------------- */

/*--------------------- BIG BANNER - MAIN (slide image) --------------------*/
	.top_brand_big .big_main {
		width: 636px;
		float: left;
		display: inline;
		position: relative;
	}
		.big_main .img_mask {
			width: 636px;
			height: 372px;
			overflow: hidden;
			position: relative;
		}
		.big_main .nivo-prevNav,
		.big_main .nivo-nextNav {
			position: absolute;
			top: 167px;
			height: 31px;
			width: 31px;
			padding:5px;
			overflow: hidden;
			text-indent: 100%;
			white-space: nowrap;
			background: url("/public/images/UI/v3/sprite_btns.png") 0 0 no-repeat;
			display: block;
		}
		.big_main .img_mask a:hover img {
			opacity: 0.6;
			filter: alpha(opacity=60);
			zoom: 1;
			background-color: #f5f5f5;
		}
		.btn:hover,
		.nivo-prevNav:hover,
		.nivo-pextNav:hover {
			cursor: pointer;
		}
		.big_main .nivo-prevNav { background-position: 5px -75px;}
		.big_main .nivo-nextNav { background-position: 5px -125px;}
		.big_main .nivo-prevNav:hover,
		.big_main .nivo-nextNav:hover {
			background-color: #bfbfbf;
			opacity: 0.75;
			filter: alpha(opacity=75);
			zoom: 1;
		}

		.big_main span.sale_info {
			display: block;
			width: 621px;
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 10px 0 10px 15px;
			opacity: 0.85;
			filter: alpha(opacity=85);
			zoom: 1;
			background: #fff url("/public/images/UI/v3/arrow_lg.png") right 5px no-repeat;
			z-index: 50;
		}
		.sale_info_container a {
			text-decoration: none;
			}
		.big_main span.sale_info:hover {
			cursor: pointer;
		}
			.big_main .sale_info strong {
				display: block;
				font-size: 130%;
				color: #330033;
				margin: 3px 0;
				width: 550px;
				line-height: 1.1;
			}
			.big_main .sale_info span.date {
				display: block;
				font-size: 110%;
				color: #535353;
			}
			.big_main .nivo-controlNav {
				margin-top: 10px;
				z-index: 80;
				position: relative;
				left: 50%;
				float: left;
			}
			.big_main .nivo-controlNav .nivo-control {
				position: relative;
				left: -50%;
				float: left;
				display: inline;
				height: 7px;
				width: 7px;
				padding: 0 2px;
				background: url("/public/images/UI/v3/sprite_btns.png?v=20160818") 0 -670px no-repeat;
				text-indent: 100%;
				white-space: nowrap;
				overflow: hidden;
				font-size:0px;
			}
			.big_main .nivo-controlNav a.nivo-control {
				text-indent: 100%;
				white-space: nowrap;
				overflow: hidden;
			}

			.big_main .nivo-controlNav .active {
				background: url("/public/images/UI/v3/sprite_btns.png?v=20160818") 0 -650px no-repeat;
			}
			.big_main .slideimages .nivoSlider {
				background-size: 636px 372px !important;
			}
			.big_main .nivo-slice {
				background-size: 636px 372px !important;
			}

/*-------------------- BIG BANNER - SIDE (list) --------------------*/
	.big_side {
		width: 314px;
		height: 372px;
		margin: 0;
		float: right;
		display: block;
	}
	.big_side ul {
		height: 372px;
	}
	.big_side ul li {
		height: 74px;
		position: relative;
	}
	.big_side .thumb {
		width: 129px;
		height: 74px;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		border: 0;
		z-index: 20;
	}
	.big_side .info {
		display: block;
		padding: 6px 10px 5px 139px;
		width: 162px;
		height: 63px;
		position: absolute;
		left: 0;
		top: 0;
		border-left: solid 3px #f5f5f5;
		overflow: hidden;
	}
	.big_side .first {
		border-top: none;
	}
	.big_side .current .info {
		background: #fff;
		cursor: pointer;
		-webkit-transition: all 1s ease;
	 -moz-transition: all 1s ease;
	 -o-transition: all 1s ease;
	 transition: all  1s ease;
	}
	.big_side .info .inner {
		display: block;
		height: 3.2em;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.big_side .info strong {
		display: block;
		font-size: 108%;
		font-weight: bold;
		color: #292815;
		max-height: 2em;
		line-height: 1;
		margin-bottom: 3px;
		overflow: hidden;
	}
	.big_side .info .text {
		display: block;
		font-size: 85%;
		color: #7d7d7d;
		line-height: 1.2;
	}
	.big_side .info .date {
		display: block;
		color: #8b7b8f;
		height: 1em;
		font-size: 85%;
		overflow: hidden;
		line-height: 1.1;
	}
	*+html .big_side .thumb {
		height: 73px;
	}
	*+html .big_side ul li {
		height: 71px;
	}
	.big_side .info {
		height: 62px;
	}

.top_brand_medium{
	border:0 !important;
	min-height: 285px;
}

.big_main_medium{
	border:solid 1px #ebebeb;
	height: 285px !important;
	width: 636px;
	float: left;
	display: inline;
	position: relative;
}
.big_main_medium p a img{
	width: 636px;
}
.big_side_medium{
	width:314px !important;
	height: 285px !important;
	border:solid 1px #ebebeb !important;
	float: right !important;
	display: inline !important;
	margin-left: 0 !important;
}
.big_side_medium p a img{
	width: 314px;
	height: 285px;
}

/*-------------------- BIG BANNER - SIDE (history) --------------------*/

#viewd_items.top_brand_big {
	min-height: 287px;
	border-top: none;
	border-bottom: none;
}
.information_area>#viewd_items.top_brand_big {
	margin-top: 0;
}
#viewd_items+.top_news {
	margin-top: 15px;
}
#viewd_items.top_brand_big {
	height: 287px;
	margin-bottom: 15px;
}
#viewd_items.top_brand_big .big_main img {
	border: 1px solid #ebebeb;
}

#sales_current.sale_list{
	margin-top: 0;
}

/*------- 最近チェックしたアイテム (Viewed Items) --------*/

.big_side._vi {
	float: right;
	width: 314px;
	height: 285px;
	margin: 0;
	color: #555;
	border: 1px solid #ebebeb;
	background: #fff;
	line-height: 1.2;
}
.chapter_title._vi {
	display: inline-block;
	width: 185px;
	padding: 5px 0 0 10px;
	height: 19px;
	margin: 0;
	font-size: 100%;
}
	.chapter_title._vi a {
		text-decoration: none;
		color:#999;
	}
	.chapter_title._vi ~ .button {
		float: right;
	}
.big_side._vi ul {
	height: 346px;
}
	.big_side._vi li {
		height: 87px;
		-webkit-transition: background-color 0.2s ease-out;
		transition: background-color 0.2s ease-out;
	}
	.big_side._vi li:hover {
		background: #eee;
		color: #555;
	}
	.big_side._vi li a {
		display: block;
		height: 86px;
		color: #555;
	}
	.big_side._vi li:hover a {
		color: #555;
	}
.big_side._vi li img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 60px;
	height: 75px;
	border: 1px solid #ebebeb;
}
.big_side._vi li .inner {
	position: absolute;
	top: 8px;
	left: 80px;
	width: 225px;
}
.big_side._vi .vi_brand {
	font-size: 90%;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #444;
}
.vi_name {
	position: relative;
	margin: 5px 0;
	height: 30px;
	font-size: 95%;
	text-decoration: none;
	overflow: hidden;
	line-height: 1.3;
}
	.big_side._vi li:hover .vi_name {
		color: #000;
	}
.big_side._vi .full_price {
	color: #888;
}
.big_side._vi .full_price s {
	position: relative;
	font-size: 14px;
	text-decoration: none;
}
.big_side._vi .full_price s::before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	border-top: 1px solid #888;
}
.big_side._vi .gls_price {
	color: #d8263c;
	font-weight: bold;
}
.big_side._vi .yen {
	font-size: 10px;
	margin-left: 3px;
}
.big_side._vi .tax {
	font-size: 10px;
}



/* SALE LIST ( 共通 )
---------------------------------------------------------------------------------------- */
.sale_list {
	margin: 15px -30px 15px 0;/*for browser zoom*/
	text-align:left;
}
.sale_list:after {
	content: "";
	display: block;
	clear: both;
}
	.sale_list li {
		float: left;
		position: relative;
		display: block;
		margin: 0 6px 8px 0;
		border: solid 1px #ebebeb;
		width: 314px;
		height: 184px;
	}
	.sale_list li:hover {
		background-color: #000;
	}
	.sale_list li:before {
		content: '\e651';
		bottom: 10px;
	    z-index: 5;
	    color: #bbb;
	    font-size: 22px;
	}

	.sale_list li:before {
		position: absolute;
	    right: 6px;
	    bottom: 10px;
	    content: '\e651';
	    color: #bbb;
	    font-size: 30px;
	    z-index: 3;
	}

	.sale_list li:hover:before {
	    color: #fff;
	}
	.sale_list li a {
		text-decoration:none;
	}
	.sale_list img {
		width: 100%;
		max-width: 314px;
		height: auto;
	}
	.sale_list img[src$="spacer.gif"] {
		height: 100%;
	}
	.sale_list li:not(.sale_li-member_only):hover img {
		opacity: 0.9;
	}

	.sale_list .info {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #fff;
		opacity: 0.85;
		padding: 10px;
		width: 294px;
		-webkit-transition: background-color 0.5s ease-out;
		-moz-transition: background-color 0.5s ease-out;
		-o-transition: background-color 0.5s ease-out;
		transition: background-color  0.5s ease-out;
		color: #555;
	}
		.sale_list .info strong {
			display: block;
			width: 268px;
			height: 16px;
			overflow: hidden;
			margin-bottom: 3px;
			color: #333;
		}
		.sale_list .info strong.name_exp {
			width: auto;
		}
		.sale_list .info strong  small {
			margin: 0 -5px 0 -3px;
			font-size: 10px;
		}
		.sale_list .info .type {
			line-height: 1;
			font-size: 11px;
		}
		.sale_list .info .type b {
			margin-left: 6px;
			padding-left: 6px;
			border-left: 1px solid #ddd;
		}
		.info .wf-location {
			margin-bottom: 3px;
			line-height: 1.5;
		}
		.info .wf-location::before {
			margin-right: 2px;
			font-size: 10px;
		}
		.info .wf-location:empty {
			display: none;
		}
		.info .hover_open {
			display: none;
		}
		.info:hover .hover_open {
			display: block;
		}
		.info:not(hover) .top_categories-notification {
			font-weight: bold;
			color: black;
		}
	.info_discount-notification:not(:hover) {
		/* sale_list .info strong { height: 16px; white-space: nowrap; } を打ち消す */
		height: auto !important;
		white-space: inherit !important;
	}
	.info_discount-notification {
		font-weight: bold;
		border: none;
		text-align: left;
	}
	.sale_list li:not(.sale_li-member_only):hover .info {
		color: #fff;
		background-color: rgba(0,0,0,.80);
	}
	.sale_list li:not(.sale_li-member_only):hover .info strong {
		color: #fff;
		height: auto;
	}
	.sale_list li:not(:hover) .info strong {
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.sale_list__tag {
		margin: 0 2px;
		padding: 0 4px;
		font-size: 10px;
		background-color: #eee;
		color: #666;
	}
		.sale_list li:not(:hover) .sale_list__tag {
			opacity: .8;
		}
		.sale_list__tag._men{ background-color: #e1f3ff;}
		.sale_list__tag._women{ background-color: #ffe1e1;}
		.sale_list__tag._kids{ background-color: #ffffcd;}

	/* 特別セールページの関連セール */
	.sale_list._special li {
		height: 66px;
	}
	.sale_list._special li::before {
		bottom: 17px;
	}
	.sale_list._special li:hover .info {
		background-color: #666;
	}
	.sale_list._special .info strong {
		height: 32px !important;
		white-space: inherit !important;
		text-overflow: inherit !important;
	}

.sale_flag {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	display: inline-block;
	opacity: 0.85;
	color: #fff;
	padding: 5px 7px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 1px;
}
	.sale_flag + .sale_flag {
		top: 23px;
	}
	.sale_flag._early_bird {
		background-color: #d8263c;
	}
	.sale_flag.-experience {
		background-color: #89a;
	}
	.sale_flag._new {
		background-color: #d8263c;
	}
	.sale_flag._rest {
		background-color: #888;
	}
	.sale_flag._rest_short {
		background-color: #011d46;
	}
	.sale_flag.-experience {
		letter-spacing: .5px;
	}
.member-only-overlay_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: 184px;
	text-align: center;
	pointer-events: none;
	background-color: rgba(0,0,0,0.4);
}
	.member-only-overlay_inner {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		box-sizing: border-box;
		background-color: #fff;
		width: 154px;
		height: 54px;
		padding-top: 8px;
		color: #333;
		font-size: 16px;
		line-height: 1.4;
	}
	.member-only-overlay_cta {
		display: block;
		color: #666;
		font-size: 13px;
	}
	.sale_list li:hover .member-only-overlay_cta {
		color: #d8263c;
	}

.category_list_top .category_list_heading {
	font-size: 115%;
	margin: 30px 0 10px;
	color: #333;
}
	.category_list_top .lead {
		margin-bottom: 15px;
		color: #555;
	}
	.category_list_top .category_list {
		margin: 0;
	}
	.category_list_top-lst li {
		float: left;
		display: block;
		width: 316px;
		margin: 0 6px 6px 0;
		border-radius: 2px;
	}
	.category_list_top-lst li:nth-of-type(3n) {
		margin-right: 0;
	}
	.category_list_top-lst li a {
		display: block;
		box-sizing: border-box;
		width: 316px;
		padding: 8px 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
		color: #555;
		text-decoration: none;
		background-color: #e8e8e8;
		opacity: 0.8;
	}
	.category_list_top-lst li a:hover {
		opacity: 1;
	}

/* PROMO BOX
---------------------------------------------------------------------------------------- */
.top_bnrs {
	width: 316px;
	float: right;
	display: inline;
	margin-left: -12px;/*for browser zoom*/
}
	.bnr {
		border: solid 1px #ebebeb;
		margin-bottom: 8px;
		overflow: hidden;
		width: 314px;
		height: 100%;
		position: relative;
	}
	.bnr:hover {
		background-color: #000;
	}
	.bnr a:hover img {
		opacity: 0.9;
		filter: alpha(opacity=90);
		zoom: 1;
	}
	.top_bnrs .bnr_s,
	.top_bnrs .bnr_s img {
		width: 314px;
		height: 184px;
	}
	.top_bnrs .bnr_m,
	.top_bnrs .bnr_m img {
		width: 314px;
		height: 378px;
	}
	.top_bnrs .bnr_m {
		margin-bottom: 8px;
	}
	.top_brand_big .top_bnrs .bnr_m,
	.top_brand_big .top_bnrs .bnr_m img {
		width: 314px;
		height: 378px;
	}
	.top_bnrs .bnr_l,
	.top_bnrs .bnr_l img {
		width: 314px;
		height: 572px;
	}
	.top_bnrs .bnr .nivo-prevNav,
	.top_bnrs .bnr .nivo-nextNav {
		position: absolute;
		top: 45%;
		display: block;
		width: 31px;
		height: 31px;
		padding:5px;
		white-space: nowrap;
		overflow: hidden;
		text-decoration: none;
	}
		.top_bnrs .bnr .nivo-prevNav:before,
		.top_bnrs .bnr .nivo-nextNav:before {
			position: absolute;
			color: #cacaca;
			font-size: 26px;
		}
		.top_bnrs .bnr .nivo-prevNav:hover:before,
		.top_bnrs .bnr .nivo-nextNav:hover:before {
			color: #fff;
		}
		.top_bnrs .bnr .nivo-prevNav:before {
			content: '\e610';
			top: 7px;
			right: 6px;
		}
		.top_bnrs .bnr .nivo-nextNav:before {
			content: '\e609';
			top: 7px;
			right: 6px;
		}
		.top_bnrs .bnr .nivo-prevNav {
			left: 0;
			background-position: 5px -174px;
		}
		.top_bnrs .bnr .nivo-nextNav {
			right: 0;
			background-position: 5px -222px;
		}
		.top_bnrs .bnr .nivo-prevNav:hover,
		.top_bnrs .bnr .nivo-nextNav:hover {
			background-color: #bfbfbf;
			opacity: 0.75;
			filter: alpha(opacity=75);
			zoom: 1;
		}
		.top_bnrs .bnr .nivo-prevNav:hover { background-position: 5px -76px;}
		.top_bnrs .bnr .nivo-nextNav:hover { background-position: 5px -126px;}
		.top_bnrs .bnr .nivo-controlNav {
			margin-top: 10px;
		}
			.top_bnrs .bnr .nivo-controlNav {
				position: absolute;
				top: 10px;
				left: 50%;
				margin: 0 auto;
			}
			.top_bnrs .bnr .nivo-controlNav .nivo-control {
				position: relative;
				left: -50%;
				float: left;
				display: inline;
				height: 3px;
				width: 3px;
				border-radius: 100px;
				overflow: hidden;
				text-indent: 100%;
				white-space: nowrap;
				font-size: 0px;
				border: 1px solid #eee;
				background: #eee;
				margin: 0 3px;
			}
			.top_bnrs .bnr .nivo-controlNav .active {
				border: 1px solid #d8263c;
				background: #d8263c;
			}
	.top_bnrs .bnr .nivo-control {
		position: absolute;
		left: 0;
		top: 96%;
		z-index: 80;
	}

/* UPCOMING
---------------------------------------------------------------------------------------- */

.top_sale_upcoming .heading {
	position: relative;
	height: 38px;
}
.top_sale_upcoming .heading h2 {
	padding: 5px 5px 0;
	font-size: 115%;
}
.top_sale_upcoming .heading .date_tabs .tab_menu {
	background: none;
	position: absolute;
	left: 260px;
	top: 0;
}
.top_sale_upcoming .flag_all {
	position: absolute;
	left: 150px;
	top: 0;
}
.top_sale_upcoming .btn {
	width: 17px;
	height: 17px;
	cursor: pointer;
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.top_sale_upcoming .btn {
	background-image: url("/public/images/UI/v3/sprite_btns.png");
}
.top_sale_upcoming .arrow_prev {
	left: 230px;
	top: 7px;
	background-position: left -515px;
}
.top_sale_upcoming .arrow_next {
	left: 930px;
	top: 7px;
	background-position: left -591px;
}
.top_sale_upcoming .arrow_prev:hover { background-position: left -477px;}
.top_sale_upcoming .arrow_next:hover { background-position: left -553px;}

.top_sale_upcoming .sale_list {
	margin-top: 0;
	margin-bottom: 0;
}
.top_sale_upcoming .sale_list li {
	width: 233.5px;
	height: 137px;
	line-height: 1.3;
}
.top_sale_upcoming .sale_list li:before {
    z-index: 5;
    color: #fff;
    font-size: 22px;
}
.top_sale_upcoming .sale_list li .info {
	opacity: 0.9;
	background: #a8a8a8;
	width: 213.5px;
	color: #fff;
}
.top_sale_upcoming .sale_list li:hover .info {
	background: #6f6f6f;
	}
.top_sale_upcoming .sale_list .info strong {
	width: 200px;
	color: #fff;
}

#sales_upcoming {
	margin-bottom: -8px;
}


/**----------------------------------------------------------------------------------------
 SECONDARY TOP CONTENTS
---------------------------------------------------------------------------------------- */

/*--------------------- BIG BANNER - MAIN  --------------------*/
.secondary_top_contents #viewd_items.top_brand_big {
	width: 960px;
	min-height: 374px;
	border: none;
	margin: 15px 0;
}
.secondary_top_contents .big_main .slideimages {
	width: 636px;
	height: 372px;
}
.secondary_top_contents .top_brand_big .big_main {
	border: solid 1px #ebebeb;
	height: 372px;
	width: 636px;
}
.secondary_top_contents .big_main .img_mask,
.secondary_top_contents .big_main .img_mask img {
	width: 636px;
	height: 372px;
}
.secondary_top_contents .big_main .img_mask a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	zoom: 1;
	background-color: #f5f5f5;
}
.secondary_top_contents .big_main span.sale_info {
	width: 620px;
	padding: 10px 0 10px 16px;
}
.secondary_top_contents #viewd_items.top_brand_big .big_main img {
	border: none;
}
/*--------------------- BIG BANNER - PROMOBOX  --------------------*/
.secondary_top_contents .bnr {
	margin-bottom: 0px;
}
.secondary_top_contents .top_brand_big {
	position: relative;
}
.secondary_top_contents .bnr.bnr_m {
	width: 316px;
	height: 380px;
}
.secondary_top_contents .promoboxes_slider.nivoSlider {
	width: 316px;
	height: 380px;
	position: absolute;
	top: -4px;
	right: 0;
}
.secondary_top_contents .top_brand_big .top_bnrs .bnr_m,
.secondary_top_contents .top_brand_big .top_bnrs .bnr_m img {
	width: 314px;
	height: 372px;
}


/*--------------------- PREVIEW CONTENTS --------------------*/

.secondary_top_contents .top_sale_upcoming ~ #rankings {
	margin-top: 40px;
}
.preview_contents {
	line-height: 1.5;
}
.landing_page_intro {
	padding: 25px 50px 35px;
	background: #FFF;
}
.landing_title {
	padding-bottom: 10px;
	font-size: 22px;
	background: none;
}
.landing_page_intro_focus {
  line-height: 1.5;
  margin: 42px 0 5px;
}
.landing_page_intro_focus h3 {
  color: #d8263c;
  font-size: 17px;
  margin-bottom: 6px;
}
.landing_page_intro_focus p {
	padding-bottom: 28px;
}
.bullet {
	background: transparent url(/public/images/UI/landing_about_bullet.gif) 0 6px no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
}

div.landing_page {
	margin: 0 50px;
}
div.landing_cta {
	padding-top: 10px;
}
div.landing_cta img {
	display: block;
	margin: 0 auto;
}
#logo_container {
	padding-top: 8px;
}
.navigation {
	padding-bottom: 4px /*8px*/;
}
#vip_form_container_div {
	width: 888px;
	margin: 0 auto;
}

#vip_form_container_div div.vip_form {
	margin: 0 auto;
	width: 410px;
	display: inline;
	margin-top: 10px;
}
div.vip_form_inner {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 20px;
	min-height: 400px;
	height: auto !important;
	line-height:1.5;
}
div.vip_form h3 {
	margin-left: 15px;
	font-size: 110%;
}
div.vip_form h3 strong {
	font-weight: bold;
}

/*--------------------- REGISTER FORM - PREVIEW CONTENTS --------------------*/
.vip_form_container {
	padding: 25px 50px 50px;
}

/*--------------------- BRANDS CONTAINER - PREVIEW CONTENTS --------------------*/
.brands_container_outer {
	padding: 35px 20px 20px;
	height: 580px;
	background: #FFF;
}
.brands_container {
	width: 100%;
	height: auto !important;
	min-height: 400px;
	float: left;
}
.brands_content {
	margin-right: 10px;
	float: left;
	width: 185px;
	text-align: left;
}
.brands_content_no {
	float: left;
}
.brands_container div:nth-child(odd) {
	width: 255px;
}
.brands_content h3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.brands_content li,
.brands_content_no li {
	color: #999;
	font-size: 12px;
	text-align: left;
}
.brands_content ul {
	margin-bottom: 10px;
}
.brands_content h4 {
	font-size: 12px;
	color: #363636;
}
/*--------------------- PROMOBOX_REG_FRM - PREVIEW CONTENTS --------------------*/

.category_description {
	display: none;
}
#register_guide {
	padding: 20px 0px;
	text-align: center;
	font-size: 13px;
	background: #f5f5f5;
	color: #555;
	line-height: 1.5;
}
#register_form_area {
	padding: 0 0 0 20px;
	height: 540px;
	background-color: #ffffff;
	color: #000000;
}
#register_form_area h4 {
	text-align: center;
	color: #999;
}
span.goto_form {
	text-decoration: underline;
	color: #e98d2a;
}
span.goto_form:hover {
	cursor: pointer;
}
#catch_desc_area {
	padding: 20px 0 0 20px;
	background-color: #ffffff;
	overflow:auto;
}
#catch_desc_wrap {
	float:left;
	width:300px;
	background-color:#ffffff;
	padding-bottom: 50px;
}
#catch_desc_area h4 {
	margin: 8px 0 5px;
	font-size: 12px;
	text-align: center;
}
#catch_desc p {
}
.error_container_wide div.error{
	width: 500px;
}
#popup_register_form_ajax_response div.error{
	width: 270px;
}


/**----------------------------------------------------------------------------------------
 PREVIEW SALE PAGE
---------------------------------------------------------------------------------------- */


/* MAIN CONTAINER
---------------------------------------------------------------------------------------- */
.main_container.preview_sale {
	width: 100%;
}
.preview_sale .main_container_inner,
.preview_sale_contents,
.preview_contents {
	width: 100%;
	margin: 0 auto;
}
.preview_sale .main_container_inner .top_heading,
.preview_sale .main_container_inner .category_menu,
.preview_sale .preview_sale_contents .preview_sale_contents_inner,
.preview_sale .preview_contents .vip_form_container {
	width: 990px;
	margin: 0 auto;
}
.preview_sale .main_container_inner .information_area {
	width: 960px;
	margin: 0 auto;
}
.preview_sale .main_container_inner .main {
	margin:-1px auto 50px;
	width: 988px;
	background-color: whiteSmoke;
	border: solid 1px #EBEBEB;
}
.preview_sale .main_container_inner .main_inner {
	margin:0 auto;
	padding: 0;
	border: none;
}
.preview_sale_contents_inner {
	zoom:1;
}
.preview_sale_contents_inner:after {
	content: "";
	display: block;
	clear: both;
}

/*------------------- preview_sale_contents --------------------*/

.preview_sale .preview_sale_contents {
	padding: 20px 0;
}
.preview_sale .preview_sale_contents .preview_sale_contents_inner {}
.preview_sale .preview_sale_contents_inner img.catch_image {
	width: 638px;
	height: 374px;
	float: left;
}
.preview_sale .preview_sale_contents_inner .sale_summary {
	width: 320px;
	height: 370px;
	padding: 0px 10px 4px 20px;
	float: left;
	font-size: 96%;
	line-height: 1.5;
	background: #fff;
}
.preview_sale .preview_sale_contents_inner .sale_summary h3 {
	text-align: center;
	font-size: 18px;
	color: black;
	margin: 20px 15px 10px 0;
	line-height: 1;
}
.preview_sale .preview_sale_contents_inner .sale_summary h4 {
	margin: 0 10px 10px 0;
	text-align: left;
	color: #d8263c;
}
.preview_sale .preview_sale_contents_inner .sale_summary h4 .emphasized {
	display: inline-block;
	padding-right: 5px;
}
.preview_sale .preview_sale_contents_inner .sale_summary h5 {
	margin: 5px 0 10px;
	text-align: left;
	font-size: 100%;
	letter-spacing: -1px;
	color: #d8263c;
}
.preview_sale .preview_sale_contents_inner #sale_desc {
	width: 330px;
	height:260px;
	padding: 0 0 10px 0;
	position: relative;
	overflow:hidden;
}
.preview_sale .preview_sale_contents_inner #sale_desc .sale_outline {
	width: 300px;
}

/*-------------------- register_guide --------------------*/

.preview_sale #register_guide {
	background: #ebebeb;
	clear: both;
}
.preview_sale #register_guide p {
	width: 990px;
	margin: 0 auto;
}
.preview_sale #register_guide p:last-of-type {
	margin-top: 10px;
}

/*-------------------- about_glamour_sales --------------------*/

#register_guide ~ .preview_contents > #about_glamour_sales {
	width: 850px;
	margin: 0 auto;
}


/*-------------------- preview_contents --------------------*/
.preview_sale .preview_contents {
	background: #fff;
}
.preview_sale .preview_contents .vip_form_container {
	padding: 40px 50px;
}
.preview_sale .preview_contents .vip_form_container div.brands_container,
.preview_sale .preview_contents .vip_form_container div.vip_form {
	width: 340px;
	margin:0;
	padding:0;
}
.preview_sale .preview_contents .vip_form_container div.brands_container {
	margin-left: 70px;
}
.preview_sale .preview_contents .vip_form_container div.brands_content,
.preview_sale .preview_contents .vip_form_container div.vip_form_inner {
	min-height: 388px!important;
}
.preview_sale .preview_contents .vip_form_container div.vip_form {
	margin-left: 12px;
}
.preview_sale .preview_contents .vip_form_container div.brands_container h3,
.preview_sale .preview_contents .vip_form_container div.vip_form h3 {
	text-align: center;
}
.preview_sale .preview_contents .vip_form_container ~ div {
	min-height: 42px;
	text-align:center;
	padding: 35px 20px;
}
.preview_contents .vip_form_container ~ #back_current_sale {
	padding: 20px;
}
.preview_sale .preview_contents .guest-pc_login {
	border: none;
}

/*+++++++++++++++ brands_container */

.preview_sale .preview_contents .vip_form_container div.brands_container {
	float: left;
}
.preview_sale .preview_contents .vip_form_container div.brands_content {
	width: 360px;
	border: 1px solid #ddd;
	background: white;
	padding: 20px;
	min-height: 370px;
	line-height: 1.5;
}
.preview_sale .preview_contents .vip_form_container div.brands_content ul {
	height: 340px;
	overflow: hidden;
}
.preview_sale .preview_contents .vip_form_container div.brands_content li {
	color: #999;
	font-size: 12px;
	width: 278px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.preview_sale .preview_contents .vip_form_container div.brands_content p {
	text-align: right;
	font-size: 90%;
}

/*+++++++++++++++ .vip_form_inne */

#about_glamour_sales ~ .vip_form_container {
	background: #fff;
}
.preview_contents div.vip_form_inner div.vip_register_info {
	margin: 12px 0px;
	text-align: center;
}
.preview_contents div.vip_form_inner form[id^="registration_form"] label.title {
	width: 70px;
}
.preview_contents div.vip_form_inner form.generic_form input.textbox_large {
	width: 170px;
}
.preview_contents .vip_form_container div.vip_form_inner input[type="image"] {
	margin-bottom: 10px;
}
.preview_contents .vip_form_container div.vip_form_inner input[type="image"] ~ p {
	padding-bottom: 5px;
}


/**----------------------------------------------------------------------------------------
 REGISTER PAGE
---------------------------------------------------------------------------------------- */

/* MAIN CONTAINER
---------------------------------------------------------------------------------------- */

.main_container.register_vip {
	width: 100%;
}

.register_vip .main_container_inner .top_heading,
.register_vip .main_container_inner .information_area,
.register_vip .preview_contents .vip_form_container {
	width: 990px;
	margin: 0 auto;
}

.register_vip .main_container_inner .main {
	margin:1px auto 20px;
	width: 100%;
	border-top: solid 1px #ebebeb;
}
.register_vip .main_container_inner .main_inner {
	margin:0 auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

.register_vip div.vip_header {
	font-size: 21px;
}


/*-------------------- preview_contents --------------------*/

.register_vip .preview_contents .vip_form_container {
	padding: 25px 0px;
}
.register_vip .preview_contents .vip_form_container div.vip_form {
	margin-left: 120px;
}
.register_vip .preview_contents .vip_form_container div.vip_form h3,
.register_vip .preview_contents .vip_form_container div.vip_benefits h3 {
	text-align: center;
}
.register_vip .preview_contents .vip_form_container div.vip_benefits div.vip_benefits_inner{
	background: #f9f9f9;
}
.register_vip .preview_contents .vip_form_container ~ div {
	text-align:center;
	padding-bottom: 10px;
}


/**----------------------------------------------------------------------------------------
 ACCESS_PAGE
---------------------------------------------------------------------------------------- */

/* MAIN CONTAINER
---------------------------------------------------------------------------------------- */
.main_container.access_page {
	width: 100%;
	background-position:center 105px;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
.access_page .main_container_inner .top_heading,
.access_page .main_container_inner .information_area,
.access_page .preview_contents .vip_form_container {
	width: 990px;
	margin: 0 auto;
}
.access_page .main_container_inner .main {
	margin:1px auto 20px;
	width: 100%;
	border-top: solid 1px #ebebeb;
}
.access_page .main_container_inner .main_inner {
	margin:0 auto;
	padding: 0;
	border: none;
	background-color: transparent;
}

/*--------------------access_contents --------------------*/

.access_page .access_contents {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.access_contents {
	zoom:1;
}
.access_contents:after {
	content: "";
	display: block;
	clear: both;
}
#slider_navi_list:hover {
	cursor: pointer;
}
#ranking_loopslider #ranking_loopleft {
	top: -10px;
	left: 0;
	width: 40px;
	height: 140px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
#ranking_loopslider #ranking_loopright {
	top: -10px;
	right: 0;
	width: 40px;
	height: 140px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
#sale_upcoming_navi li {
	width: 95px;
}
#sale_upcoming_navi li.overflown {
	display: none;
}
div.simply-scroll-container {
	position: relative;
}
div.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	width: 958px;
	height: 200px;
}
ul.simply-scroll-list {
	overflow: hidden;
}

/*--------------------- POSITION -------------------- */
.form_top {
	margin: 0 auto 0;
}
.form_top_bottom {
	margin: auto 0;
}
.form_popup {
	color: black;
}
.form_login_top {
	margin: 30px 30px 50px 550px;
}

/*--------------------- INFORMATION AREA -------------------- */
.information_area {
	padding: 15px 14px 2px 14px;
	position: relative;
	line-height: 1.5em;
}
	.information_area .title {
		font-size:110%;
		font-weight: bold;
		margin-bottom: 5px;
	}
.information_area_inner_alert {
	position: relative;
	display: block;
	padding: 15px 20px;
	color: #333;
	background-color: #f0f0f0;
	border-radius: 2px;
	text-decoration: none;
	margin-top: 15px;
}
	.information_area_inner_alert:first-child {
		margin-top: 0px;
	}
	a.information_area_inner_alert {
		padding-right: 40px;
		opacity: 0.8;
	}
	a.information_area_inner_alert:hover {
		color: #333;
		opacity: 1;
	}
	a.information_area_inner_alert::before {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -8px;
		font-family: 'gls-font';
		content: '\e651';
		color: #bbb;
		font-size: 30px;
		z-index: 1;
	}
	.information_area_inner_alert:hover::before {
		color: #555;
	}

/*--------------------- PROMOBOX_REG_FRM - PREVIEW CONTENTS -------------------- */
#catch_image {
	background-color: #FFF;
	padding: 20px 63px 25px;
}
#catch_desc {
	font-size: 13px;
	padding: 10px;
	height: auto;
	overflow: auto;
	line-height: 1.5;
}
.catch_desc_form_title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0 0;
}

.flag_register {
	background-color:#AD7B26 !important;
}

span[class^=flag_last] {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #d8263c;
	opacity: 0.80;
	filter: alpha(opacity=80);
	zoom: 1;
	color: #fff;
	padding: 5px 7px;
	font-size: 11px;
	pointer-events: none;
	z-index: 1;
}
span.flag_last_1 {
	background-color: #d8263c;
}
span.flag_last_2 {
	background-color: #888;
}
span.flag_last_3 {
	background-color: #888;
}

.slick-early-bird-sale {
	margin: 15px 15px 15px 0;
}

.slick-early-bird-sale li {
	margin: -22px 6px 8px 0;
	height: 147px;
}
.slick-early-bird-sale .slick-prev{
	height: 178px;
	top: 0;
	left: 0;
	background-color: #bfbfbf !important;
}
.slick-early-bird-sale .slick-prev:host{
	background: #aaa;
	opacity:0.85;
}
.slick-early-bird-sale .slick-next{
	height: 178px;
	top: 0;
	right: -15px;
	background-color: #bfbfbf !important;;
}
.slick-early-bird-sale .slick-next:host{
	background: #aaa;
	opacity:0.85;
}
