/* 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;
}

#main {
	background: #fff;
}

#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 img {
	vertical-align: top;
}

#main > section {
	/*padding-bottom: 80px;*/
}

#main > section > .vis {
	position: relative;
}
#main > section > .vis > .anchor {
	position: absolute;
	top:80px;
}

/*#main > section:nth-of-type(1) .secTit {
	font-size: 55px;
}*/
#main > section .secTit {
	font-size: 40px;
	margin-top:2em;
	margin-bottom: 0.8em;
	text-align: left;
	font-family: "HelveticaNeueLTStd-Th";
}

#main > section:nth-of-type(n+2) .secTit:first-child {
	margin-top: 0;
}

#main > section .secTit span {
	font-size: 60%;
	padding-left: 20px;
}
#main > section .secTit span.sub {
	font-size: 17px;
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
#main > section .secTit span.tag {
	font-size: 10px;
	padding: 0.3em 0.3em 0.3em;
	display: inline-block;
	border: 1px solid #000;
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 0;
}


#main > section .secTit_s {
	font-size: 30px;
}
#main > section .secTit_s_s {
	font-size: 26px;
}

#main > section .secDesc > * {margin-top: 2em;line-height: 2;}
#main > section .secDesc2 > * {margin-top: 1.5em;font-size: 15px;}

#main > section .secDesc2 .tag {
	font-size: 10px;
	padding: 0.3em 0.3em 0.3em;
	display: inline-block;
	border: 1px solid #000;
	line-height: 1;
	margin-bottom: 10px;
}

.secTit_s + .secDesc > *:first-child,
#main > section .secTit_s_s + .secDesc > *:first-child {
	margin-top: 1em;
}

#main > section .secLead {
	font-size: 19px;
}

#main > section .itemData {
	margin-top: 3em;
}
#main > section .itemData p:nth-of-type(n+2) {
	margin-top: 1em;
}

#main > section .itemData .boxButton.wht {
	font-size: 13px;
	margin-left: 0;
	margin-top: 2em;
	max-width: 150px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#main > section .setitemTit {
	font-size: 24px;
	text-align: center;
	margin-top: 3em;
}
#main > section .setitemTit::before,
#main > section .setitemTit::after {
	content:"";
	width:2em;
	height:1px;
	background: #000;
	display:inline-block;
	margin: 0 0.5em;
	vertical-align: middle;
}

#main > section > .inner {
	max-width: 702px;
	margin: 0 auto;
}

.innerWrap {
	max-width: 700px;
	margin: 0 auto;
}

#main .lineup {
	margin-top: 50px;
}
#main .lineup > .tit {
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
}
#main .lineup ul {
	display:flex;
	justify-content: space-between;
}
#main .lineup ul li {
	margin-bottom: 20px;
	text-align: center;
}
#main .lineup ul li a {
	text-decoration: none;
	display:block;
}
#main .lineup ul li a::after {
	content:"";
	display: inline-block;
	width:0.8em;
	height:0.8em;
	border-top:1px solid #000;
	border-right:1px solid #000;
	transform: rotate(135deg);
	margin-top: 0.5em;
}
#main .lineup ul li .tag {
	font-size: 10px;
	padding:0.3em 0.3em 0.3em;
	display:inline-block;
	border:1px solid #000;
	line-height: 1;
	margin-bottom: 10px;
}
#main .lineup ul li .tit {
	font-size: 13px;
	margin-top: 1em;
}
#main .lineup ul li .date {
	font-size: 14px;
	margin-top: 1em;
}
#main .lineup ul li .desc {
	font-size: 14px;
	margin-top: 1em;
}

#main .itemSlider {
	margin-top: 70px;
}
#main .itemSlider .slider {
	max-width:310px;
	margin-left: auto;
	margin-right: auto;
}

#main .mainSlider.itemSlider .slider {
	max-width:442px;
}

#main .itemSlider .item {
	text-align: center;
}
#main .itemSlider .item p.name {
	font-size: 16px;
	margin-top: 1em;
}
#main .itemSlider .item p.desc {
	font-size: 12px;
	margin-top: 1em;
}
#main .itemSlider .item .imgGroup {
	display:flex;
	justify-content: center;
	margin-top: 4em;
}
#main .itemSlider .item .imgGroup li {
	width:70px;
	margin: 0 5px;
	box-sizing: content-box;
}
#main .itemSlider .item .imgGroup li.stay {
	border:1px solid #000;
}

#main .itemSlider .item .imgGroup li img {height:auto;}

#main .itemSlider.setitem {
	margin-top: 30px;
}
#main .itemSlider.setitem .slider {
	max-width:630px;
}
#main .itemSlider.setitem .slider .item {
	display:flex;
	align-items: center;
}
#main .itemSlider.setitem .slider .item > * {
	vertical-align: middle;
}
#main .itemSlider.setitem .slider .item > figure {
	width:292px;
}
#main .itemSlider.setitem .slider .item > .inner {
	flex:1;
	text-align: left;
	padding-left: 20px;
}
#main .itemSlider.setitem .slider .item > .inner .name {
	font-size: 26px;
	margin-top: 0;
}
#main .itemSlider.setitem .slider .item > .inner .desc {
	font-size: 13px;
}
#main .itemSlider.setitem .slider .item > .inner .color {
	font-size: 17px;
	margin-top: 2em;
}

#main .itemSlider .sliderNav {text-align: center;}
#main .itemSlider .sliderNav ul {
	text-align: left;
	display:inline-block;
	max-width:595px;
	margin:2.5em auto 0;
}

#main #a02 .itemSlider .sliderNav ul {
	text-align: center;
	max-width:430px;
}

#main .itemSlider .sliderNav li {
	display:inline-block;
	width:84px;
	padding:4px;
	margin:0 5px 10px;
	border:1px solid transparent;
}
#main .itemSlider .sliderNav li.stay {
	border:1px solid #000;
}

#main .itemSlider .sliderNav li a {
	position: relative;
	display:block;
	text-decoration: none;
}
#main .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;
}
#main .itemSlider .sliderNav li a p.num.btm {
	top:auto;
	bottom:20%;
	transform:translateY(50%);
	color:#fff;
}


#main .itemSlider .sliderNav li.stay a p.num {
	opacity:1;
	color:#fff;
}
#main .itemSlider .sliderNav li.stay a p.num.btm {
	color:#000;
}

#main .itemSlider .sliderNav li a:hover p.num {
	opacity:1;
}

#main .itemSlider .boxButton {
	margin-top: 40px;
}
#main .itemSlider .textlink {
	display: inline-block;
	margin-top: 28px;
	font-size: 13px;
}

#main .itemSlider .slider.commonSlide .slick-prev,
#main .itemSlider .slider.commonSlide .slick-next {
	border-color:#000;
	max-width:30px;
	max-height:30px;
	top:150px;
}

#main .itemSlider .slider.commonSlide .slick-prev {
	left:auto;
	right:100%;
}
#main .itemSlider .slider.commonSlide .slick-next {
	right:auto;
	left:100%;
}


#itemsUsed .tabs {
	margin-top: 30px;
	margin-bottom: 45px;
}
#itemsUsed .tabs ul {
	display:flex;
	text-align: center;
	justify-content: space-between;
	border-bottom:1px solid #e5e5e5;
	padding:0 20px;
}
#itemsUsed .tabs ul li a {
	text-decoration: none;
	position: relative;
	display:block;
}
#itemsUsed .tabs ul li a p {
	padding: 1em 0;
}
#itemsUsed .tabs ul li figure {
	padding:0 10%;
}
#itemsUsed .tabs ul li a.current::after,
#itemsUsed .tabs ul li a:hover::after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background: #000;
	position: absolute;
	botttom:0;
	left:50%;
	transform:translateX(-50%);
}

#itemsUsed .tabArea > .inner > .flex {
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#itemsUsed .tabArea > .inner > .flex > * {
	width:50%;
}
#itemsUsed .tabArea > .inner > .flex > *.fit {
	width:100%;
}
#itemsUsed .tabArea > .inner > .flex.col3 > * {
	width:33.333%;
}

#itemsUsed .tabArea .item {
	text-align: center;
}
#itemsUsed .tabArea .item a {
	text-decoration: none;
}
#itemsUsed .tabArea .name {
	font-size: 18px;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
}
#itemsUsed .tabArea .item .color {
	font-size: 13px;
}
#itemsUsed .tabArea .item a .color {
	/*! text-decoration: underline; */
}
#itemsUsed .tabArea .item figure:not(:first-child) {
	/*! margin-top: 1em; */
}

#itemsUsed .tabArea > .inner > .flex:not(.col3) > *:nth-child(n+3) {
	margin-top: 50px;
}
#itemsUsed .tabArea > .inner > .flex .item figure {
	max-width:135px;
	margin-left: auto;
	margin-right: auto;
}

#itemsUsed .tabArea > .inner > .flex .flex {
	max-width:285px;
	margin-left: auto;
	margin-right: auto;
}


.simpleSlider {
	position: relative;
}
.simpleSlider > figure {
	pointer-events: none;
	position: absolute;
	top:20px;
	left:50%;
	margin-left: -350px;
	z-index: 1;
}

.slick-dots {
	position: static;
}
.slick-dots li {
	width:10px;
}
.slick-dots li button {
	background: #fff !important;
	border:1px solid #000;
}
.slick-dots li.slick-active button {
	background: #000 !important;
}

.imageModal.modalInner {
	max-height:none;
	overflow: visible;
	text-align: center;
}
.imageModal.modalInner img {
	max-height:80vh;
}

.squareSlider_org .slick-dotted.slick-slider {
	margin-bottom: 10px;
}
.squareSlider_org ul .slick-slide {
	padding: 0 20px;
}

.squareSlider_org .boxButton.achordion {
	font-size: 13px;
	width:180px;
	margin-top: 0;
}
.squareSlider_org .boxButton.achordion i {
	display:inline-block;
	width:1em;
	height:1em;
	position: relative;
	margin-right: 2em;
	top:auto;
	right:auto;
	transform: none;
}
.squareSlider_org .boxButton.achordion i::before,
.squareSlider_org .boxButton.achordion i::after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background: #000;
	position: absolute;
	top:50%;
	left:0;
	transition:all 0.3s linear;
}
.squareSlider_org .boxButton.achordion i::after {
	transform:rotate(90deg);
}
.squareSlider_org .boxButton.achordion:hover i::before,
.squareSlider_org .boxButton.achordion:hover i::after {
	background: #fff;
}
.squareSlider_org .boxButton.achordion.open i::after {
	transform:rotate(0deg);
}

.tabArea > div {
	display:none;
}
.tabArea > div.show {
	display:block;
}

#combination .tabArea {
	text-align: center;
}

#combination .tabArea .tit {
	font-size: 16px;
	margin-bottom: 20px;
}

#combination .tabArea ul {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	margin-top: 30px;
}
#combination .tabArea ul li {
	width:244px;
}
#combination .tabArea ul li:nth-child(2n) {
	margin-left: 2%;
}
#combination .tabArea ul li:nth-child(n+3) {
	margin-top: 20px;
}
#combination .tabArea ul li a {
	display:flex;
	text-align: left;
	text-decoration: none;
}
#combination .tabArea ul li a figure {
	width:45px;
}
#combination .tabArea ul li a div {
	flex:1;
	padding-left: 1em;
}

#combination .tabArea .desc {
	margin-top: 35px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width:500px;
}

#combination .com {
	text-decoration: underline;
}


#compactSlider.itemSlider .slider.commonSlide .slick-prev, #compactSlider.itemSlider .slider.commonSlide .slick-next {
	top:210px;
}

#compactCaseSlider.itemSlider .slider {
	max-width:500px;
}
#compactCaseSlider.itemSlider .slider .item figure {
	max-width:340px;
	margin: 0 auto;
}
#compactCaseSlider.itemSlider .slider.commonSlide .slick-prev, #compactCaseSlider.itemSlider .slider.commonSlide .slick-next {
	top:90px;
}
#compactCaseSlider.itemSlider .slider.commonSlide .slick-prev {
	left:50%;
	right:auto;
	transform:translateX(-175px) rotate(-135deg);
}
#compactCaseSlider.itemSlider .slider.commonSlide .slick-next {
	right:50%;
	left:auto;
	transform:translateX(175px) rotate(45deg);
}
#compactCaseSlider.itemSlider .slider .item p.name,
#compactCaseSlider.itemSlider .slider .item p.desc {
	font-size: 14px;
}

#brushSlider.itemSlider .slider {
	max-width:500px;
}
#brushSlider.itemSlider .slider.commonSlide .slick-prev, #brushSlider.itemSlider .slider.commonSlide .slick-next {
	top:120px;
}
#brushSlider.itemSlider .slider.commonSlide .slick-prev {
	left:50%;
	right:auto;
	transform:translateX(-175px) rotate(-135deg);
}
#brushSlider.itemSlider .slider.commonSlide .slick-next {
	right:50%;
	left:auto;
	transform:translateX(175px) rotate(45deg);
}
#brushSlider.itemSlider .slider .item p.name,
#brushSlider.itemSlider .slider .item p.desc {
	font-size: 14px;
}
#brushSlider.itemSlider .item figure img {
	max-width:85px;
	margin-left: auto;
	margin-right: auto;
	width:auto;
}

#brushSlider.itemSlider .sliderNav li.tit {
	width:100%;
	display:block;
	font-size: 15px;
}
#brushSlider.itemSlider .sliderNav li.tit:not(:first-child) {
	margin-top: 2em;
}

#brushSlider.itemSlider .sliderNav li {
	position: relative;
}
#brushSlider.itemSlider .sliderNav li a p.num {
	position: absolute;
	text-align: center;
	color:#000 !important;
	opacity: 1;
	top:auto;
	bottom:-2em;
	transform:none;
}

.allLook{
	border: 1px solid #ccc;
	padding: 2em;
	margin-top: 40px;
}

.allLook h5 {
	margin: 0 !important;
}

.LayerTag{
	color: #fff;
    background-color: #000;
    padding: 3px 10px;
    font-size: 12px;
    display: block;
    width: 87px;
    margin-bottom: 5px;
}

ul.list li {
	position: relative;
	padding-left:1.5em;
}
ul.list li + li {
	margin-top: 0.2em;
}
ul.list li::before {
	content:"";
	display:block;
	width:0.5em;
	height:0.5em;
	background: #000;
	border-radius:100px;
	position: absolute;
	left:0;
	top:0.45em;
}