/* CSS Document */

body {
	background: #000;
}


.h_thin{
	font-family: 'HelveticaNeueLTStd-Th';
}

sup {
	font-size: 0.6em;
}

.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 figure {
	text-align: center;
}

#main > p:last-child {
	padding: 70px 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 .borderbox {
	border:1px solid #000;
	padding:2em 4em;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
}

#main .borderbox .hl_center {
	margin-bottom: 1em;
}
#main .borderbox .flex {
	align-items: flex-start;
}
#main .borderbox .flex figure {
	width:25%;
	order:2;
}
#main .borderbox .flex div {
	flex:1;
	margin-right:4.5em;
}

#main .borderbox p.note {
	margin-top: 2em !important;
}

#main img {
	vertical-align: top;
}

#main #kv2 {
	max-width:750px;
	margin-left: auto;
	margin-right: auto;
}

#main #kv2 + .sec {
	padding-top: 70px !important;
}

#main > .sec {
	padding-top: 60px;
}

#main > section:not(.sec) + .sec {
	padding-top:50px;
}

.sec > figure {
	margin-bottom:70px;
}

#main > section > .vis {
	position: relative;
}
#main > section > .vis > .anchor {
	position: absolute;
	top:80px;
}



#main > section .secTit {
	font-size: 40px;
	margin-top:2em;
	margin-bottom: 1.6em;
	text-align: left;
	font-family: "HelveticaNeueLTStd-Th";
}
#main > section .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.6em 0.3em 0.3em;
	display: table;
	border: 1px solid #000;
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 0;
}


#main > section .secTit_s {
	font-size: 30px;
	font-family: 'HelveticaNeueLTStd-Th';
	margin-top: 3em;
	margin-bottom:1em;
}
#main > section .secTit_s_s {
	font-size: 26px;
	font-family: 'HelveticaNeueLTStd-Th';
}

#main > section .secDesc > * {margin-top: 2em;line-height: 2;}
#main > section .secDesc2 > * {margin-top: 2.5em;font-size: 15px;}
#main > section .secDesc2 > *.nm_price {
	font-size: 14px;
}

#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: 800px;
	margin: 0 auto;
}
#main > section:nth-of-type(1) > .inner {
	
}

.innerWrap {
	max-width: 700px;
	margin: 0 auto;
}

#main .hl_center {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

#main .items > div {
	display:flex;
	flex-wrap: wrap;
	font-size: 12px;
}
#main .items > div > * {width:100%;margin-top: 1em;}
#main .items p.lead {font-size: 12px;}
#main .items figure {margin-top: 1em;}
#main .items .info {margin-top:0;}
#main .items .info > * {
	margin-top: 1em;
}
#main .items .desc {font-size: 10px;}
#main .items .artist {font-size: 9px;}
#main .items .tags {
	font-size: 9px;
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .items .tags > * {
	display:block;
	border:1px solid #000;
	padding:0.3em 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
#main .items .boxButton {
	max-width:300px;
}

#main .items.typeB > div {
	font-size: 14px;
}
#main .items.typeB figure {
	width:40%;
}
#main .items.typeB .info {
	width:60%;
	padding-left: 1em;
}
#main .items.typeB .desc {font-size: 11px;}
#main .items.typeB .artist {font-size: 12px;}
#main .items.typeB .tags {font-size: 11px;}

#main .items + .secTit_s {
	margin-top: 3em;
}

#eal .secTit {
	text-align: center !important;
}
#eal ul {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
#eal ul li {
 padding: 0 40px;
}
#eal ul li {
 margin-bottom: 40px;
}
#eal ul li a {
 text-decoration: none;
}
#eal ul li .nm {
 margin-top: 0.5em;
}
#eal ul li figure {
 width: 185px;
}

.tabs {
	padding-top: 40px;
}

.CollectionTab__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  gap: 2px;
}
.CollectionTab__name {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-family: "HelveticaNeueLTStd-Th";
  letter-spacing: 0.02em;
}
.CollectionTab__button {
  text-decoration: none;
  display: block;
  padding: 1vw 0 0.7vw;
}
.CollectionTab__button--grey {
  background-color: #e5e5e5;
  color: #a0a0a0;
}
.current {
  color: #fff;
  background-color: #000;
}