@charset "utf-8";

/*-----------------------------------
■button_elements property
-------------------------------------*/

.btn{
	width:100%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    letter-spacing: 0.05em;
    padding: 0.75rem 3rem;
    font-size: 0.875rem;
    line-height: 1.7;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-sizing:border-box;
}

.btnPri{
	color: #fff;
	background-color: #000;
	border-color: #000;
	transition: all ease-in-out .3s;
}

.btnPri:hover {
	color: #000;
	background-color: #fff;
	border-color: #000;
	transition: all ease-in-out .3s;
}

.btnSec{
	color: #000;
	background-color: #FFF;
	border-color: #000;
	transition: all ease-in-out .3s;
}

a.btnSec{
	color: #000!important;
}

a.btn,
a.btn:hover
{
	text-decoration:none;
}

.btn_area li:last-child{
    padding-right: 0px;
}

/*-----------------------------------
■common_elements property
-------------------------------------*/

#header h1{
	text-align:center;
	border-top:1px solid #231815;
	border-bottom:1px solid #231815;
	padding:12px 0;
}

#header .mark ul{
	display:inline-block;
}

#header .mark ul li{
	display:inline-block;
	box-sizing: border-box;
	padding-top:12px;
}

#header .mark ul li a{
}

#header .gNav{
}

#header .gNav ul{
	width:100%;
	display:inline-block;
}

#header .gNav ul li{
	font-size:13px;
	line-height:52px;
	display:inline-block;
	padding:0 2em;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	text-align:center;
	box-sizing:border-box;
}

/*
#header .gNav ul li:nth-child(1){
	width:12%;
}

#header .gNav ul li:nth-child(2){
	width:22%;
}

#header .gNav ul li:nth-child(3){
	width:22%;
}

#header .gNav ul li:nth-child(4){
	width:13%;
}

#header .gNav ul li:nth-child(5){
	width:16%;
}

#header .gNav ul li:nth-child(6){
	width:16%;
}
*/

#header .gNav ul li:last-child{
}

#header .gNav ul li a{
	color:#000000;
}

#header .social{
}

#header .social ul{
	display:inline-block;
}

#header .social ul li{
	font-size:13px;
	line-height:52px;
	display:inline-block;
	padding:0 10px;
	box-sizing: border-box;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
}

#header .social ul li img{
	height:20px;
	vertical-align:middle;
}

#header .social ul li a{
	color:#000000;
}

#header .social ul li.cartView{
	position:relative;
}

#header .social ul li.cartView span{
	display:inline-block;
	padding:0 5px;
}

h2.title{
	font-size: 20px;
	color:#000000;
	padding-bottom:33px;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	text-align:left;
}


/*-----------------------------------
■footer_elements property
-------------------------------------*/

#footer .inner p{
	line-height:52px;
}

#footer .inner p a{
	color:#000000;
}
/*-----------------------------------
■index_elements property
-------------------------------------*/
.intro{
	position:relative;
	width:100%;
	overflow:hidden;
}

.intro video{
	width:100%;
	height:auto;
}

.intro #sound_button{
	position:absolute;
	right:30px;
	top:30px;
	display:none;
	padding:10px 0;
	width:48px;
	text-align:center;
	font-size:30px;
	background:rgba(255,255,255,0.25);
	color:#999;
	border-radius: 6px;
	cursor:pointer;
}

/*-----------------------------------
■products_list_elements property
-------------------------------------*/

.productList ul{
	font-size:0px;
	line-height:0;
	clear:both;
	margin-bottom:68px;
}

.productList ul > li {
	display: inline-block;
	/*float:left;*/
	width:50%;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	transition-duration: 0.6s;
	transition-property: width;
	transition-timing-function: ease;
	margin-bottom:68px;
}


/*3分割*/
/*
@media print, screen and (min-width:1000px) {
.productList ul > li{
	width:33.333%;
}
}
*/
/*4分割*/
/*
@media print, screen and (min-width:1300px) {
.productList ul > li{
	width:25%;
}
}
*/
/*5分割*/
/*
@media print, screen and (min-width:1600px) {
.productList ul > li{
	width:20%;
}
}
*/
/*6分割*/
/*
@media print, screen and (min-width:1900px) {
.modelList ul > li{
	width:16.666%;
}
}
*/
.productList ul > li a{
	display:inline-block;
	padding:0 10px;
	margin:0 auto;
	color:#000000;
}

.productList ul > li a:hover{
	color:#000000;
}

.productList ul > li span.soldout{
	width:100%;
	text-align:center;
	position:absolute;
	top:10px;
	left:0;
	display:none;
	font-size:18px;
	font-weight:bold;
	font-family: 'Archivo Narrow', "メイリオ","Meiryo",Sans-Serif;
	line-height:2;
	background-color:rgba(255,255,255,0.8);
}

.productList ul > li span.on{
	display:inline-block;
}

.productList ul > li span.thumb_{
	display:inline-block;
}

.productList ul > li span.thumb_ img{
	width:100%;
}

.productList ul > li span.name_{
	display:inline-block;
	font-size:13px;
	line-height:26px;
	font-weight:bold;
	width:287px;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	font-weight: 700;
}


/*-----------------------------------
■products_detail_elements property
-------------------------------------*/

.productDetail{
}

.productDetail .photo_{
	display:inline-block;
	float:left;
	width:555px;
}

.productDetail .photo_ ul.thumb_{
	display:inline-block;
	width:100%;
	font-size: 0;
}

.productDetail .photo_ ul.thumb_ li{
	display: inline-block;
	width: 21%;
	margin: 0 2% 10px;
	padding: 3px;
	box-sizing: border-box;
}

.productDetail .photo_ ul.thumb_ li img{
	width:100%;
	cursor:pointer;
}

.productDetail .photo_ .canvas_{
	display:inline-block;
	width:100%;
	float:right;
}

.productDetail .photo_ .canvas_ img{
	width:100%;
}

.productDetail .property_{
	display:inline-block;
	float:right;
	width:405px;
	box-sizing: border-box;
	padding-top:50px;
}

.productDetail h2.name_{
	color:#000000;
	font-size:22px;
	margin-bottom:22px;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	font-weight: 700;
	line-height:1.2;
}

.productDetail .caption_,
.productDetail .price_
{
	font-size:15px;
	line-height:1.2;
	margin-bottom:22px;
}

.productDetail .tax_{
	font-size:12px;
}

.productDetail .class_{
	margin-bottom:26px;
}

.productDetail .class_ ul li{
	line-height:26px;
}

.productDetail .class_ ul li select{
	width:100%;
	padding:1em;
}

.productDetail .class_ ul li select option{
	padding:1em;
}

.productDetail .class_ table{
	border-collapse:collapse;
}

.productDetail .class_ table th{
	color:#000000;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	border-bottom:2px solid #000;
	padding:0.5em;
	font-size:11px;
}

.productDetail .class_ table td{
	text-align:center;
	padding:0.5em;
	border-bottom:1px solid #dcdcdc;
}

.productDetail .class_ table td.product_class{
	color:#000000;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
}

.productDetail .class_ table td.price{
	color:#000000;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	text-align:right;
}

.productDetail .class_ table td input.skuquantity{
	padding:0.2em;
	width:3em;
	box-sizing: border-box;
}

.productDetail .guide_{
	margin-bottom:26px;
}

.productDetail .guide_ a{
	color:#000;
}

.productDetail .extra_{
}

.productDetail .extra_ p.comment_{
	text-align:left;
	padding:0 0 20px;
}

.productDetail .extra_ dl dt{
	font-size:15px;
	color:#000000;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	position: relative;
	margin-bottom:10px;
}

/*
.productDetail .extra_ dl dt:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -8px;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent transparent transparent #000000;
}

.productDetail .extra_ dl dt.disp:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #000000 transparent transparent transparent;
}
*/

.productDetail .extra_ dl dd{
	padding:0 0 22px 1em;
}

.productDetail .extra_ dl dd table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #000;
	border-left:1px solid #000;
}

.productDetail .extra_ dl dd table th{
	background-color:#CCC;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:center;
	padding:3px;
}

.productDetail .extra_ dl dd table td{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:center;
	padding:3px;
}

.productDetail .cartin_btn{
	margin-bottom:26px;
}

.productDetail .cartin_btn a{
	display:inline-block;
	width:100%;
	text-align:center;
	line-height:1;
	padding:16px 0;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	transition: all ease-in-out .3s;
}

.productDetail .cartin_btn a:hover{
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	transition: all ease-in-out .3s;
}

.attention.soldout{
	font-weight:bold;
	color:#000;
	line-height:2;
}

/*-----------------------------------
■remodal_layerSize_elements property
-------------------------------------*/

#layerSize{
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
}

#layerSize .modal-header {
    padding: 30px;
    padding-top: 50px;
    *zoom: 1;
}

#layerSize .modal-title {
    margin: 0;
    line-height: 1.7;
    text-align: center;
	font-size:18px;
}

#layerSize .modal-caption {
    line-height: 30px;
    text-align: center;
}

#layerSize .u-tt-capitalize {
	/*text-transform: capitalize;*/
}

#layerSize .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 30px 30px;
}

#layerSize .modal-body h4{
	font-size:15px;
	line-height:50px;
}

#layerSize .modal-body table {
    font-size: 0.875rem;
    width: 100% !important;
	margin-bottom:15px;
}

#layerSize .modal-body table td {
color: #555;
width: auto !important;
height: auto !important;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #aaa;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
}

/*-----------------------------------
■dealer_page_elements property
-------------------------------------*/

.dealer{
	text-align:left;
}

.dealer ul{
	display:table;
	clear:both;
	text-align:center;
	margin:0 auto;
}

.dealer ul li{
	display:table-row;
}

.dealer ul li span.col_{
	display:table-cell;
	text-align:center;
	padding-bottom:30px;
}

/*
.dealer ul li:nth-child(odd){
	float:left;
}

.dealer ul li:nth-child(even){
	float:right;
}
*/
.dealer ul li span{
	display:block;
}

.dealer ul li span.name_{
	font-size:15px;
	color:#000000;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	font-weight: 700;
	line-height:30px;
}

.dealer ul li span.jp_{
	display:inline!important;
	font-size:12.5px;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
}

.dealer table{
	border-collapse:collapse;
	margin:0 auto;
}

.dealer table td{
	vertical-align:top;
	padding:0 20px 30px;
	text-align:left;
	box-sizing: border-box;
}

.dealer table td span{
	display:block;
}

.dealer table td span.name_{
	font-size:15px;
	color:#000000;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	font-weight: 700;
	line-height:30px;
}

/*-----------------------------------
■mm_page_elements property
-------------------------------------*/

.newsletter-form{
	width:100%;
	position:relative;
	text-align:center;
}
.newsletter-form h3 {
	text-align:center;
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	width: 300px;
	background: #000;
	color: #FFF;
	padding: 10px;
	margin: 0 auto 12px;
}


/*-----------------------------------
■news_page_elements property
-------------------------------------*/

ul.news li {
    max-width: 232px;
    float: left;
    padding: 0.5%;
    width: 19%;
    min-height: 282px;
}

ul.news li img {
    max-width: 232px;
    width: 100%;
    height: auto;
}

ul.news li p{
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
	color:#000;
}

.newsContent{
	font-family: 'Helvetica Neue','Arial',"メイリオ","Meiryo",Sans-Serif;
}


/*-----------------------------------
■3n_page_elements property
-------------------------------------*/

.eventInstagramList ul {
    font-size: 0px;
    line-height: 0;
	text-align:left;
}
.eventInstagramList ul > li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	z-index: 5;
	width: 25%;
	transition-duration: 0.6s;
	transition-property: width;
	transition-timing-function: ease;
	clear:both;
	cursor:pointer;
}

.eventInstagramList ul > li img{
	width: 100%;
}

.eventInstagramList ul > li > div {
    background-color: #000;
    background-color: rgba(0,0,0,0.68);
    width: 100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
    opacity: 0.0;
    visibility: hidden;
    transition-duration: 0.4s;
    transition-property: opacity,visibility;
    transition-timing-function: ease;
	text-align:center;
}

.eventInstagramList ul > li:hover > div {
    opacity: 1.0;
    visibility: visible;
    transition-duration: 0.4s;
    transition-property: opacity,visibility;
    transition-timing-function: ease;
}

.eventInstagramList ul > li div span.view{
	display:inline-block;
	font-size:25px;
	color:#FFF;
	width:26px;
	height:26px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-13px;
	margin-top:-13px;
}

.eventInstagramList ul > li div span.view a{
	color:#FFF;
}

.eventInstagramList ul > li div span.meta{
	display:block;
	width:100%;
	position:absolute;
	bottom:10px;
	left:0;
	font-size:14px;
	text-align:left;
	padding:0 10px;
	box-sizing: border-box;
	color:#FFFFFF;
}

.eventInstagramList ul > li div span.meta span{
	display:inline-block;
	box-sizing: border-box;
}

.eventInstagramList ul > li div span.meta span.count{
	padding:0 10px 0 5px;
}

.eventInstagramList ul > li div span.meta span.links{
	float:right;
}

.eventInstagramList ul > li div span.meta span.links a{
	color:#FFF;
}

.ctrlSection{
	text-align:center;
	padding:16px 0;
}

.ctrlSection .load_more{
	display:inline-block;
	padding:10px 18px;
	background:#000;
	border-radius: 4px;
	color:#FFF;
	cursor:pointer;
}
