/* CSS Document */

body {
	background: #000;
}

.sec:last-child {
	padding-bottom:125px;
}

.addCartButton.disabled {
	pointer-events: none;
	background: #fff;
	color:#999999 !important;
	border:1px solid #999;
}

.commonSlide .slick-prev, .commonSlide .slick-next {
	border-color:#000;
}


.jAnchor .arrow {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translateY(-0.2em) rotate(135deg);
}



#main {
	background: #fff;
	line-height: 1.8;
}

#main figure {
	text-align: center;
}

#main > p:last-child {
	padding: 130px 0 110px;
}

#main > p:last-child a {
	display:inline-block;
	padding-bottom:0.5em;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#main .note {
	font-size: 11px !important;
	margin-top: 0.5em !important;
}


#main img {
	vertical-align: top;
}

#main > .sec {
	padding-top: 120px;
	max-width:710px;
	margin-left: auto;
	margin-right: auto;
}


#main > section .secTit {
	font-size: 40px;
	padding-bottom: 0.3em;
	margin-bottom: 0.4em;
	text-align: left;
	font-family: "HelveticaNeueLTStd-Th";
	border-bottom:1px solid #000;
}
.secTit + .lead {
	margin-bottom: 5em;
}

.itemSlider .slider {
	max-width:400px;
	margin-left: auto;
	margin-right: auto;
}

#main .mainSlider.itemSlider .slider {
	max-width:442px;
}

.itemSlider .slider .item figure img {
	max-height:300px;
	width:auto;
	display:inline-block;
}

.itemSlider .item .imgGroup {
	display:flex;
	justify-content: center;
	margin-top: 4em;
}
.itemSlider .item .imgGroup li {
	width:70px;
	margin: 0 5px;
	box-sizing: content-box;
}
.itemSlider .item .imgGroup li.stay {
	border:1px solid #000;
}

.itemSlider .item .imgGroup li img {height:auto;}



.itemSlider .sliderNav {text-align: center;}
.itemSlider .sliderNav ul {
	text-align: left;
	display:flex;
	flex-wrap: wrap;
	max-width:540px;
	margin:2.5em auto 0;
	align-items: center;
}


.itemSlider .sliderNav li {
	width:77px;
	height: 77px;
	padding:15px;
	margin:0 2px 10px;
	border:1px solid transparent;
	margin-right: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.itemSlider.tools .sliderNav li {
	padding:5px;
}


.itemSlider .sliderNav li.stay {
	border:1px solid #000;
}

.itemSlider .sliderNav li a {
	position: relative;
	display:block;
	text-decoration: none;
}
.itemSlider .sliderNav li a p.num {
	position: absolute;
	top:50%;
	width:100%;
	text-align: center;
	transform:translateY(-50%);
	font-size: 12px;
	color:#fff;
	opacity:0;
	transition: all 0.3s linear;
}
.itemSlider .sliderNav li a p.num.btm {
	top:auto;
	bottom:20%;
	transform:translateY(50%);
	color:#fff;
}


.itemSlider .sliderNav li.stay a p.num {
	opacity:1;
	color:#fff;
}
.itemSlider .sliderNav li.stay a p.num.btm {
	color:#000;
}

.itemSlider .sliderNav li a:hover p.num {
	opacity:1;
}

.itemSlider .boxButton {
	margin-top: 40px;
}
.itemSlider .textlink {
	display: inline-block;
	margin-top: 2em;
	font-size: 13px;
}

.itemSlider .slider.commonSlide .slick-prev,
.itemSlider .slider.commonSlide .slick-next {
	border-color:#000;
	max-width:30px;
	max-height:30px;
	top:150px;
}

.itemSlider .slider.commonSlide .slick-prev {
	left:auto;
	right:100%;
}
.itemSlider .slider.commonSlide .slick-next {
	right:auto;
	left:100%;
}



#intro {
	position: relative;
	padding-bottom: 90px;
	margin-bottom: 70px;
	overflow: hidden;
}

#kv {
	display: flex;
	align-items: center;
}
#kv > div:first-child {
	flex:1;
	margin-right: 20px;
}
#intro #kv .secTit {
	border:0;
	padding-bottom: 0;
	padding-top: 1.5em;
	padding-left: 0.6em;
}
#kv p {
	font-size: 0.98em;
	margin-top: 60px;
}
#kv p span {
	display: inline-block;
	background: #000;
	color:#fff;
	padding: 0.5em 0.9em;
}
#kv span:last-child {padding-top: 0;}

#intro p.lead {
	margin-top: 3.5em;
	text-align: center;
}

#intro::after {
	content:"";
	display:block;
	width:1px;
	height:0;
	background: #000;
	position: absolute;
	top:calc(100% - 70px);
	left:50%;
	animation-name:expansion;
  animation-duration:3s;
  animation-timing-function:cubic-bezier(0.25, 1, 0.5, 1);;
  animation-delay:1s;
  animation-iteration-count:infinite;
  animation-direction:initial;
}

@keyframes expansion {
	0% {
		height:0;
		top:calc(100% - 70px);
	}
	50% {
		height:5em;
		top:calc(100% - 70px);
	}
	100% {
		height:5em;
		top:100%;
	}
}



#intro + .sec {
	margin-top: 0;
	padding-top: 0;
}

#main .itemList + * {
	margin-top: 3em;
}

#main .itemList .item p.name {
	text-align: center;
	margin-top: 0.5em;
	line-height: 1.4;
}
#main .itemList .item p.price {
	text-align: center;
	margin-top: 0.2em;
	line-height: 1.4;
}
#main .itemList.eyeshadow .item figure {
	width:130px;
	margin-left: auto;
	margin-right: auto;
}

#main .itemList .grid {
	justify-content: center;
	flex-wrap: wrap;
	max-width:460px;
	margin-left: auto;
	margin-right: auto;
	align-items: baseline;
}
#main .itemList .grid .item {
	width:33.3%;
}
#main .itemList .grid .item {
}
#main .itemList .grid .item:nth-child(n+4) {
	margin-top: 30px;
}

.itemSlider.itemList {
	padding: 0 50px;
}

.itemSlider.itemList.eyeshadow .slider {
	max-width:none;
}

.itemSlider.eyeshadow .slider.commonSlide .slick-prev {
	left:-30px;
	top:70px;
}
.itemSlider.eyeshadow .slider.commonSlide .slick-next {
	right:-30px;
	top:70px;
}

.setList {
	margin-top: 3.3em;
	font-size: 13px;
}
.setList li label {
	padding-left: 1.5em;
	position: relative;
	display:block;
}
.setList li + li {
	margin-top: 0.5em;
}
.setList li input {
	display:none;
}
.setList li i {
	display:block;
	width:1em;
	height:1em;
	border:1px solid #000;
	position: absolute;
	left:0;
	top:0.5em;
}
.setList li i::after {
	content:"";
	display:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	width:0.6em;
	height:0.4em;
	position: absolute;
	top:calc(50% - 0.1em);
	left:50%;
	transform:translate(-50%, -50%) rotate(-45deg);
}
.setList li input:checked + i::after {
	display:block;
}

.boxButton.cartButton,.boxButton.achordion {
	max-width:300px;
}


.combinationSlider .item figure {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width:350px;
}
.combinationSlider .item figure .layout {
	font-size: 0.8em;
	width:50px;
	border:1px solid #000;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	bottom:0;
	height: 3.7em;
}
.combinationSlider .item figure .layout span {
	display:flex;
	text-align: center;
	position: relative;
	/*! padding-top: 0.3em; */
	height: 50%;
	justify-content: center;
	align-items: center;
}

.combinationSlider .item figure.layout4 .layout {width:40px;left:0;}
.combinationSlider .item figure.layout6 .layout {width:55px;left:-40px;}
.combinationSlider .item figure.layout4 .layout span {width:50%;}
.combinationSlider .item figure.layout6 .layout span {width:33.3%;}
.combinationSlider .item figure.layout4 .layout span:nth-child(2n)::before,
.combinationSlider .item figure.layout6 .layout span:nth-child(3n)::before,
.combinationSlider .item figure.layout6 .layout span:nth-child(3n-1)::before {
	content:"";
	width:1px;
	height:0.7em;
	background: #000;
	display:block;
	position: absolute;
	top:50%;
	left:-1px;
	transform: translateY(-50%);
}

.combinationSlider .item.main figure img {
	margin: 0 2%;
}
.combinationSlider .item figure img {
	max-height:240px !important;
	vertical-align: bottom;
}

.combinationSlider .item.main figure img.mas {
	width:10%;
	margin-right:0;
}
.combinationSlider .item.main figure img.compact {
	margin-left:0;
}
.combinationSlider .item.main figure.layout4 img.compact {
	width:56% !important;
}
.combinationSlider .item.main figure.layout6 img.compact {
	width:83% !important;
}

.itemSlider.combinationSlider .slider.commonSlide .slick-prev, .itemSlider.combinationSlider .slider.commonSlide .slick-next {
	top:119px;
}
.itemSlider.combinationSlider .slider.commonSlide .slick-prev {
	left:-30px;
}
.itemSlider.combinationSlider .slider.commonSlide .slick-next {
	left:auto;
	right:-30px;
}

.modaal-content-container > .tabs {
	display:flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 0;
}
.modaal-content-container > .tabs div {
	width:50%;
}
.modaal-content-container > .tabs div a {
	display:block;
	padding:1em;
	color:#000;
	background: #fff;
	text-decoration: none;
}
.modaal-content-container > .tabs div a.current {
	color:#fff;
	background: #000;
}



.modalLook {
	display: flex;
	justify-content: center;
}
.modalLook .itemSlider.itemList {
	padding: 0;
}
.modalLook .itemSlider.itemList .slider {
	max-width:100%;
}
.modalLook .itemSlider.combinationSlider .slider.commonSlide .slick-next {
	right:15px;
}
.modalLook .itemSlider.combinationSlider .slider.commonSlide .slick-prev {
	left:15px;
}

.modalLook > div:first-child {
	width:446px;
}
.modalLook > div:first-child > div:last-child {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
.modalLook > div:last-child {
	width:320px;
	margin-left: 100px;
}
.modalLook .itemlink {
	padding: 1em 0 0;
}
.modalLook .itemlink li {
	position: relative;
	padding-left: 1.2em;
	font-size: 13px;
	margin-top: 0.5em;
}
.modalLook .itemlink li::before {
	content:"";
	border:0.25em solid #000;
	border-top-color: transparent;
	border-left-color: transparent;
	display:block;
	position: absolute;
	left:0;
	transform:translateY(0.6em) rotate(-45deg);
}

.modalLook .boxButton.cartButton {
	margin-top: 2em;
}
.modalLook .boxButton.cartButton + .boxButton.achordion {
	margin-top: 1em;
}
.modalLook .boxButton.achordion i {
	right:2em;
}
.modalLook .boxButton.achordion:hover {
	background: #fff;
	color:#000 !important;
}

.modalLook .looksImg {
	display:flex;
	justify-content: space-between;
}
.modalLook .looksImg figure {
	width:48.5%;
}
.modalLook .looksImg figure.clickable {
	cursor: pointer;
	transition: opacity 0.3s linear;
}
.modalLook .looksImg figure.clickable:hover {
	opacity: 0.8;
}
.modalLook .looksImg figcaption {
	font-size: 12px;
	text-align: left;
	line-height: 1.8;
	margin-top: 0.5em;
}
.modalLook .looksImg figcaption span {
	font-size: 14px;
	font-family: "HelveticaNeueLTStd-Th";
}

.modalLook .tit {
	font-size: 26px;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	font-family: "HelveticaNeueLTStd-Th";
}

.modalLook .tabs {
	font-family: "HelveticaNeueLTStd-Th";
	border-color:#000;
	display:flex;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 1em;
}
.modalLook .tabs > div a {
	display:block;
	padding: 0.7em 2em 0.4em;
	text-decoration: none;
}
.modalLook .tabs > div a.current {
	color:#fff;
	background: #000;
}

.modalLook .tabArea ul.ol li {
	position: relative;
	padding-left: 1.5em;
}
.modalLook .tabArea ul.ol li + li {
	margin-top: 0.5em;
}
.modalLook .tabArea ul.ol li i:first-child {
	position: absolute;
	left:0;
	top:0.2em;
	font-style:normal;
}



#main .itemSlider.tools .item p.name {
	margin-top: 3em;
}
#main .itemSlider.tools .item .textlink {
	margin-top: 1em;
}
#main .itemSlider.tools .sliderNav ul {
	max-width:440px;
	margin-top: 4em;
}
#main .itemSlider.tools .relatedArea a.boxButton {
	margin-top: 2em;
}
#main .itemSlider.tools .item figure {
	margin-left: auto;
	margin-right: auto;
	height:300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .itemSlider.tools .item.compact1 figure {width:200px;}
#main .itemSlider.tools .item.compact2 figure {width:300px;}


#combination .itemSlider .slider .item figure img {
	max-height: 220px !important;
}
#combination .combinationSlider .item figure.layout4 .layout {
	left:30px;
}
#combination .combinationSlider .item figure.layout6 .layout {
	left:-23px;
}


.tabs {
	margin-top: 30px;
	margin-bottom: 45px;
	border-bottom:1px solid #e5e5e5;
	font-family: "HelveticaNeueLTStd-Th";
}
.tabs ul {
	display:flex;
	text-align: center;
	justify-content: space-between;
	padding:0 20px;
}
.tabs ul li a {
	text-decoration: none;
	position: relative;
	display:block;
}
.tabs ul li a p {
	padding: 1em 0;
}
.tabs ul li figure {
	padding:0 10%;
}
.tabs ul li a.current::after,
.tabs ul li a:hover::after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background: #000;
	position: absolute;
	botttom:0;
	left:50%;
	transform:translateX(-50%);
}

.tabArea > div {
	display:none;
}
.tabArea > div.show {
	display:block;
}


