/* * * * * * * * * * * * * * *
		#transCover
* * * * * * * * * * * * * * */
#transCover {
	position: fixed;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	background: #000;
	z-index: 1000;
	overflow: hidden;
	-webkit-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-moz-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-ms-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-o-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
}
#transCover.in {
	width: 100%;
}
#transCover.top {
	background: #fff;
}
/* * * * * * * * * * * * * * *
		#loading
* * * * * * * * * * * * * * */
#loading {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 200;
	overflow: hidden;
	-webkit-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-moz-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-ms-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-o-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
}
#loading.in {
	width: 100%;
}
#loading.out {
	right: 0;
	width: 0;
}
/* #loading01 */
#loading01 {
	position: fixed;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	background: #000;
	z-index: 200;
	overflow: hidden;
	-webkit-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-moz-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-ms-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-o-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
}
#loading01.in {
	width: 100%;
}
#loading01.out {
	right: 0;
	width: 0;
}
/* #loading02 */
#loading02 {
	position: fixed;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	background: #000;
	z-index: 200;
	overflow: hidden;
	-webkit-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-moz-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-ms-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-o-transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	transition: all 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
}
#loading02.in {
	width: 100%;
}
#loading02.out {
	left: 0;
	width: 0;
}
/* * * * * * * * * * * * * * *
		#detail
* * * * * * * * * * * * * * */
#detail {
	overflow: hidden;
	width: 100%;
}
/* * * * * * .visualArea * * * * * */
#detail .visualArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#detail .visualArea .visual01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
#detail .visualArea .visual01 .image {
	width: 100%;
	height: 100%;
	transform: scale(1);
	-webkit-transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-moz-transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-o-transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710); /* custom */
}
#detail.smooth .visualArea .visual01 .image {
	background: url(../images/detail_smooth_visual_01.jpg) no-repeat center center;
	background-size: cover;
}
#detail.moisture .visualArea .visual01 .image {
	background: url(../images/detail_moisture_visual_01.jpg) no-repeat center center;
	background-size: cover;
}
#detail.repair .visualArea .visual01 .image {
	background: url(../images/detail_repair_visual_01.jpg) no-repeat center center;
	background-size: cover;
}
#detail .visualArea .visual01 .image.show {
	transform: scale(1.05);
}
#detail .visualArea .visual02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
#detail .visualArea .visual02 .image {
	width: 100%;
	height: 100%;
	transform: scale(1);
	-webkit-transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-moz-transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	-o-transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710);
	transition: all 1.5s cubic-bezier(1.000, 0.150, 0.190, 0.710); /* custom */
}
#detail.smooth .visualArea .visual02 .image {
	background: url(../images/detail_smooth_visual_02.jpg) no-repeat center center;
	background-size: cover;
}
#detail.moisture .visualArea .visual02 .image {
	background: url(../images/detail_moisture_visual_02.jpg) no-repeat center center;
	background-size: cover;
}
#detail.repair .visualArea .visual02 .image {
	background: url(../images/detail_repair_visual_02.jpg) no-repeat center center;
	background-size: cover;
}
#detail .visualArea .visual02 .image.show {
	transform: scale(1.05);
}
#detail .visualArea .scroll {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -42px;
	width: 84px;
	height: 84px;
	opacity: 0;
	-webkit-transition: all 1.0s ease-out;
	-moz-transition: all 1.0s ease-out;
	-o-transition: all 1.0s ease-out;
	transition: all 1.0s ease-out;
}
#detail .visualArea .scroll.show {
	opacity: 1;
}
#detail .visualArea .scroll .scroll01 {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.4);
	width: 84px;
	height: 84px;
	transform: scale(1.2);
	opacity: 0;
	border-radius: 50%;
	-webkit-animation: scroll01 1.5s ease-out 4;
	-moz-animation: scroll01 1.5s ease-out 4;
	-ms-animation: scroll01 1.5s ease-out 4;
	-o-animation: scroll01 1.5s ease-out 4;
	animation: scroll01 1.5s ease-out 4;
}
@-webkit-keyframes scroll01 {
0% {
 transform:scale(0);
 opacity:0;
}
50% {
 transform:scale(1);
 opacity:1;
}
100% {
 transform:scale(1.2);
 opacity:0;
}
}
@keyframes scroll01 {
0% {
 transform:scale(0);
 opacity:0;
}
50% {
 transform:scale(1);
 opacity:1;
}
100% {
 transform:scale(1.2);
 opacity:0;
}
}
#detail .visualArea .scroll .scroll02 {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(255,255,255,1.0);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#detail .visualArea .scroll:hover .scroll02 {
	transform: scale(1.2);
}
#detail .visualArea .scroll .scroll03 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -10px;
	width: 21px;
	height: 9px;
	background: url(../images/detail_arrow_scroll.png) no-repeat center center;
}
#detail .visualArea .scroll:hover .scroll03 {
	-webkit-animation: scroll03 0.6s ease-out 1;
	-moz-animation: scroll03 0.6s ease-out 1;
	-ms-animation: scroll03 0.6s ease-out 1;
	-o-animation: scroll03 0.6s ease-out 1;
	animation: scroll03 0.6s ease-out 1;
}
@-webkit-keyframes scroll03 {
0% {
 transform:translate(0, 0);
 opacity:1;
}
20% {
 opacity:1;
}
50% {
 transform:translate(0, 16px);
 opacity:0;
}
51% {
 transform:translate(0, -16px);
 opacity:0;
}
80% {
 opacity:1;
}
100% {
 transform:translate(0, 0);
 opacity:1;
}
}
@keyframes scroll03 {
0% {
 transform:translate(0, 0);
 opacity:1;
}
15% {
 opacity:1;
}
50% {
 transform:translate(0, 16px);
 opacity:0;
}
51% {
 transform:translate(0, -16px);
 opacity:0;
}
85% {
 opacity:1;
}
100% {
 transform:translate(0, 0);
 opacity:1;
}
}
#detail .visualArea .toLineup {
}
/* .toLineup */
#detail .visualArea .toLineup {
	position: absolute;
	bottom: 85px;
	left: 0;
	display: inline-block;
	padding: 0 10px;
	opacity: 0;
	line-height: 15px;
	font-size: 15px;
}
#detail .visualArea .toLineup.show {
	opacity: 1;
	-webkit-transition: opacity 1.0s ease-out;
	-moz-transition: opacity 1.0s ease-out;
	-o-transition: opacity 1.0s ease-out;
	transition: opacity 1.0s ease-out;
}
#detail .visualArea .toLineup.show:hover {
}
#detail .visualArea .toLineup .line {
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	background: #000;
	height: 2px;
}
#detail .visualArea .toLineup:hover .line {
	-webkit-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-moz-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-ms-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-o-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
}
#detail .visualArea .toLineup .line_ {
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
	width: 0%;
	background: #000;
	height: 2px;
}
#detail .visualArea .toLineup:hover .line_ {
	-webkit-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-moz-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-ms-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-o-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
}
@-webkit-keyframes backBtn {
0% {
 width:100%;
}
50% {
 width:0%;
}
100% {
 width:0%;
}
}
@keyframes backBtn {
0% {
 width:100%;
}
50% {
 width:0%;
}
100% {
 width:0%;
}
}
@-webkit-keyframes backBtn_ {
0% {
}
35% {
 width:0%;
}
100% {
 width:100%;
}
}
@keyframes backBtn_ {
0% {
}
35% {
 width:0%;
}
100% {
 width:100%;
}
}
/* * * * * * .main1 * * * * * */
#detail .main1 {
	position: relative;
	background: #fff;
}
#detail .main1 .inner {
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding: 85px 0 0;
	text-align: center;
}
#detail .main1 .inner > .title {
	font-family: OptimaLTPro-Roman;
	line-height: 114px;
	font-size: 114px;
	letter-spacing: 0.04em;
}
#detail.smooth .main1 .inner > .title {
	color: #004f9d;
}
#detail.moisture .main1 .inner > .title {
	color: #00712f;
}
#detail.repair .main1 .inner > .title {
	color: #a91055;
}
#detail .main1 .inner > .lead {
	font-size: 20px;
	line-height: 37px;
	margin-top: 10px;
}
#detail .main1 .inner > .lead1 {
	font-size: 20px;
	line-height: 37px;
	margin-top: 10px;
}
#detail .main1 .inner > .lead2 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
/* * * .itemArea * * */
#detail .main1 .itemArea {
	position: relative;
	margin-top: 45px;
	clear:both;
}
#detail .main1 .itemArea ul {
	letter-spacing: -0.4em;
}
#detail .main1 .itemArea ul li {
	width: 25%;
	padding-left:8.3%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#detail .main1 .itemArea ul li .image {
width:150px;
}
#detail .main1 .itemArea ul li .image img {
width:100%;
}
#detail .main1 .itemArea ul li .textArea {
	margin-top: 10px;
}
#detail .main1 .itemArea ul li .textArea .price {
	font-size: 12px;
	line-height: 19px;
	height: 38px;
}
#detail .main1 .itemArea ul li .textArea .name {
	font-size: 13px;
	line-height: 20px;
	text-align:left;
}
#detail .main1 .itemArea ul li .textArea .detail01 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
	/*letter-spacing: -0.08em;*/
}
#detail .main1 .itemArea ul li .textArea .detail02 {
	margin-top: 10px;
	font-size: 13px;
	line-height: 22px;
}
#detail .main1 .itemArea ul li .textArea .detail03 {
	margin-top: 10px;
	font-size: 11px;
	line-height: 20px;
}
/* * * .smooth * * */
#detail .main1 .itemArea ul li.smooth03 .textArea .detail02 {
}
#detail .main1 .itemArea ul li.smooth03 .textArea .detail03 {
	margin-top: 0;
}
/* * * .smooth * * */
#detail .main1 .itemArea ul li.repair01 {
	width: 100%;
}
/* * * .fragrance * * */
#detail .main1 .fragrance {
	position: relative;
	margin-top: 80px;
	padding-bottom: 150px;
}
#detail .main1 .fragrance .tilte {
	font-family: OptimaLTPro-Roman;
	line-height: 35px;
	font-size: 25px;
	letter-spacing: 0.04em;
}
#detail .main1 .fragrance ul {
	letter-spacing: -0.4em;
	margin-top: 20px;
}
#detail .main1 .fragrance ul li {
	width: 350px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-left: 40px;
	-webkit-transform: scale3d(0, 0, 0);
	-moz-transform: scale3d(0, 0, 0);
	-ms-transform: scale3d(0, 0, 0);
	-o-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}
#detail .main1 .fragrance ul li.show {
	opacity: 1;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-ms-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
#detail .main1 .fragrance ul li:first-child {
	margin-left: 0;
}
#detail .main1 .fragrance .detail {
	margin-top: 15px;
	font-size: 15px;
}
/* * * .detailNav * * */
.detailNav {
	background: #fff;
	position: relative;
	width: 100%;
	padding-bottom: 80px;
}
.detailNav ul {
	letter-spacing: -0.4em;
	margin-left: 200px;
}
.detailNav ul li {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 38px;
	margin-right: 80px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	letter-spacing: normal;
	font-family: OptimaLTPro-Roman;
	line-height: 15px;
	font-size: 15px;
	text-align:center;
}
.detailNav ul li:first-child {
	margin-left: 0;
}
.detailNav ul li.current {
	opacity: 0.4;
}
.detailNav ul li.current .lineL,
.detailNav ul li.current .lineR {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}
.detailNav ul li .lineL {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 50.5%;
	background: #000;
	height: 2px;
}
.detailNav ul li:hover .lineL {
	-webkit-animation: detailBtnL 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	-moz-animation: detailBtnL 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	-ms-animation: detailBtnL 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	-o-animation: detailBtnL 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	animation: detailBtnL 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
}
.detailNav ul li .lineL_ {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 50.5%;
	background: #000;
	height: 2px;
}
.detailNav ul li:hover .lineL_ {
	-webkit-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-moz-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-ms-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-o-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
}
@-webkit-keyframes detailBtnL {
0% {
 left:0;
 width:50.5%;
}
50% {
 left:50%;
 width:0;
 opacity:0;
}
100% {
 left:50.5%;
 width:0;
}
}
@keyframes detailBtnL {
0% {
 left:0;
 width:50.5%;
}
50% {
 left:50%;
 width:0;
 opacity:0;
}
100% {
 left:50.5%;
 width:0;
}
}
@-webkit-keyframes detailBtnL_ {
0% {
 left:0%;
 width:0;
}
35% {
 left:0%;
 width:0;
 opacity:0;
}
80% {
 opacity:1;
}
100% {
 width:50.5%;
}
}
@keyframes detailBtnL_ {
0% {
 left:0%;
 width:0;
}
35% {
 left:0%;
 width:0;
 opacity:0;
}
80% {
 opacity:1;
}
100% {
 width:50.5%;
}
}
.detailNav ul li .lineR {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 50.5%;
	background: #000;
	height: 2px;
}
.detailNav ul li:hover .lineR {
	-webkit-animation: detailBtnR 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	-moz-animation: detailBtnR 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	-ms-animation: detailBtnR 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	-o-animation: detailBtnR 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
	animation: detailBtnR 1.5s cubic-bezier(1.000, 0.095, 0.000, 0.995);
}
.detailNav ul li .lineR_ {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 50.5%;
	background: #000;
	height: 2px;
}
.detailNav ul li:hover .lineR_ {
	-webkit-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-moz-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-ms-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-o-animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	animation: detailBtnR_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
}
@-webkit-keyframes detailBtnR {
0% {
 right:0;
 width:50.5%;
 opacity:1;
}
50% {
 right:50%;
 width:0;
 opacity:0;
}
100% {
 right:50%;
 width:0;
}
}
@keyframes detailBtnR {
0% {
 right:0;
 width:50.5%;
 opacity:1;
}
50% {
 right:50%;
 width:0;
 opacity:0;
}
100% {
 right:50%;
 width:0;
}
}
@-webkit-keyframes detailBtnR_ {
0% {
 right:0;
 width:0;
}
35% {
 right:0;
 width:0;
 opacity:0;
}
80% {
 opacity:1;
}
100% {
 width:50.5%;
 opacity:1;
}
}
@keyframes detailBtnR_ {
0% {
 right:0;
 width:0;
}
35% {
 right:0;
 width:0;
 opacity:0;
}
80% {
 opacity:1;
}
100% {
 width:50.5%;
 opacity:1;
}
}
.detailNav ul li a {
	display: block;
	height: 100%;
	width: 100%;
}
/* .toLineup */
.detailNav .toLineup {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 0 10px 0 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: OptimaLTPro-Roman;
	line-height: 15px;
	font-size: 15px;
}
.detailNav .toLineup:hover {
}
.detailNav .toLineup .line {
	display: block;
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	background: #000;
	height: 2px;
}
.detailNav .toLineup:hover .line {
	-webkit-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-moz-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-ms-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	-o-animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
	animation: backBtn 1.5s cubic-bezier(0.980, 0.005, 0.025, 0.995);
}
.detailNav .toLineup .line_ {
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
	width: 0%;
	background: #000;
	height: 2px;
}
.detailNav .toLineup:hover .line_ {
	-webkit-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-moz-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-ms-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	-o-animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
	animation: backBtn_ 1.5s cubic-bezier(0.135, 0.475, 0.000, 0.980);
}
.detailNav .toLineup a {
	display: block;
	height: 100%;
	width: 100%;
}
