/* 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;
	width: 540px;
}

#main > .sec-W {
	padding-top: 40px;
	max-width:800px;
	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;
}

.proTit {
	position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 13px;
    margin-bottom: 20px;
}

.proTit:before, .proTit:after {
	content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #000;
}

.proTit:before {
	left: 0;
}

.proTit:after {
	right: 0;
}

.secTit + .lead {
	margin-bottom: 5em;
}

#intro {
	position: relative;
	margin-bottom: 50px;
	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: 1em;
	padding-left: 0.8em;
	margin-bottom: 30px;
}
#kv p {
	font-size: 0.98em;
}
#kv p span {
	padding-left: 2.3em;
}
#kv span:last-child {padding-top: 0;}

#intro p.lead {
	margin-top: 3.5em;
	text-align: center;
}

#intro + .sec {
	margin-top: 0;
	padding-top: 0;
}

.Col2 {
	display: flex;
}

.conAria {
	margin-right: 50px;
	justify-content: center;
	align-items:center;
}

.conAria img{
	margin-bottom: 10px;
}

.conAria a{
	font-size: 13px;
}

.read {
	font-size: 12px;
    margin-top: 15px;
    text-align: center;
}
