@charset "UTF-8";

body {
	background: #FFF url(../products/images/bg.png) left top repeat;
}

/* ========================================
	header
======================================== */
.header {
	position: relative;
	z-index: 10;
	width: 100%;
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.header__title {
	position: absolute;
	top: 10px;
	left: 10px;
}
.header__3ds {
	position: absolute;
	top: 6px;
	right: 3px;
}


/* ========================================
	heading
======================================== */
.heading {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 52px;
}
.heading__entry {
	margin-bottom: 50px;
	text-align: center;
}
.heading__description {
	text-align: center;
}
.heading__btn {
	position: absolute;
	bottom: 11px;
	right: 0;
}


/* ========================================
  products
======================================== */
.products-icon {
	position: absolute;
	top: 50px;
	left: 89px;
	z-index: 11;
}


/* ========================================
  limited
======================================== */
.limited {
	position: relative;
	width: 960px;
	height: 1277px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background: url(../products/images/limited_bg.png) center top no-repeat;
}
.limited__title {
	position: absolute;
	top: 67px;
	left: 120px;
	z-index: 1;
}
.limited-pkg {
	position: absolute;
	top: 385px;
	left: 129px;
	z-index: 1;
	width: 679px;
	height: 185px;
	background: url("../products/images/limited_icon_plus02.png") no-repeat scroll 0 bottom;
}
.limited-pkg__title{
	margin-left: 18px;
}
.limited-benefit {
	position: absolute;
	top: 584px;
	left: 165px;
}
.limited-benefit__title {
	position: absolute;
	top: 0;
	left: 253px;
}
.limited-benefit__item01 {
	position: absolute;
	top: 62px;
	left: 0;
}
.limited-benefit__item02 {
	position: absolute;
	top: 218px;
	left: 0;
}
.limited-benefit__item02-link {
	position: absolute;
	top: 99px;
	left: 285px;
}
.limited-benefit__item03 {
	position: absolute;
	top: 391px;
	left: 0px;
}


/* ========================================
  valentia
======================================== */
.valentia {
	position: relative;
	width: 960px;
	height: 1370px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: url(../products/images/valentia_bg.png) center top no-repeat;
}
.valentia__store {
	position: absolute;
	top: 88px;
	left: 369px;
}
.valentia__title {
	position: absolute;
	top: 130px;
	left: 264px;
}
.valentia__price {
	position: absolute;
	top: 209px;
	left: 410px;
}
.valentia__logo {
	position: absolute;
	top: 250px;
	left: 117px;
	padding-bottom: 36px;
	background: url(../products/images/valentia_icon_plus.png) 337px bottom no-repeat;
}
.valentia-benefit {
	position: absolute;
	top: 353px;
	left: 122px;
}
.valentia-benefit__title {
	position: absolute;
	top: 0;
	left: 0;
}
.valentia-benefit__list {
}
.valentia-benefit__item01 {
	position: absolute;
	top: 35px;
	left: 0;
}
.valentia-benefit__item02 {
	position: absolute;
	top: 89px;
	left: 0;
}
.valentia-benefit__item03 {
	position: absolute;
	top: 122px;
	left: 0;
}
.valentia-benefit__item04 {
	position: absolute;
	top: 245px;
	left: 0;
}
.valentia-benefit__item05 {
	position: absolute;
	top: 364px;
	left: 0;
}
.valentia-benefit__item06 {
	position: absolute;
	top: 493px;
	left: 0;
}
.products-simple {
	position: absolute;
	top: 999px;
	left: 40px;
}
.products-simple__title {
	position: absolute;
	top: 0;
	left: 0;
}
.products-simple__body {
	position: absolute;
	top: 127px;
	left: 0;
}
.products-simple__store {
	position: absolute;
	top: 88px;
	left: 39px;
}

.products-supplement {
	position: relative;
	width: 417px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	text-align: center;
}
.products-supplement__text01 {
	position: absolute;
	top: 0;
	left: 0;
}
.products-supplement__text02 {
	position: absolute;
	top: 0;
	left: 88px;
}
.products-supplement__text03 {
	position: absolute;
	top: 0;
	right: 0;
}
.top-btn {
	margin-bottom: 30px;
	text-align: center;
}

#notes {
	width: 960px;
	margin: 35px auto;
	padding: 20px 25px;
	border: 2px solid #800000;
	font-size: 13px;
	line-height: 2em;
	color: #333;
}

#notes a {
	text-decoration: underline;
	color: #333;
	background: url(../products/images/blank.png) no-repeat right center;
	padding-right: 16px;
	margin: 0 2px;
}

#notes a:hover {
	color: #980101;
}
/* ========================================
	close
======================================== */
.close{
    text-align: center;
    position: relative;
    top:30px;
}



/* ========================================
	footer
======================================== */
.footer {
	position: relative;
	min-width: 960px;
	height: 50px;
	margin: 0 auto;
	background: #4e1212;
}
.fnav {
	padding-top: 18px;
	text-align: center;
	font-size: 0;
}
.fnav__item {
	display: inline-block;
	font-size: 14px;
}

/* ========================================
	modal
======================================== */
#products-list {
	left: 50%;
	width: 805px;
	padding-top: 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.products-list__body {
	position: relative;
}
.products-list__store {
	position: absolute;
	top: 87px;
	right: 45px;
}