/* CSS Document */


/************************ top *****************************/

#main{
	width:100%;
	height:calc(100vh - 80px);
	position:relative;
	text-align:center;
}

#main ul li{
	
	width:100%;
	height:calc(100vh - 80px);
	background:url(../images/top/main.jpg) no-repeat center top;
	background-size:cover;	
}

#main ul li.slide1{
	height:calc(100vh - 80px);
	background:url(../images/top/20210412_pic01.jpg) no-repeat center top;
	background-size:cover;		
}
#main ul li.slide2{
	height:calc(100vh - 80px);
	background:url(../images/top/20210412_pic02.jpg) no-repeat center top;
	background-size:cover;
}
#main ul li.slide3{
	height:calc(100vh - 80px);
	background:url(../images/top/20201214_pic03.jpg) no-repeat center top;
	background-size:cover;		
}
#main ul li.slide4{
	height:calc(100vh - 80px);
	background:url(../images/top/20201214_pic04.jpg) no-repeat center top;
	background-size:cover;		
}
#main ul li.slide5{
	height:calc(100vh - 80px);
	background:url(../images/top/20210730_pic01.jpg) no-repeat center top;
	background-size:cover;		
}


#main a{
	position:absolute;
	left:50%;
	bottom:5%;	
	font-size:12px;
	color:#ffffff;
	display:block;
	width:30px;
	margin-left:-15px;
	text-decoration:none;
}

#main a span{
	display:block;
	text-align:center;
	animation: anime3 2s ease infinite;
	position:relative;
	top:0px;
	left:8px;
}	




.zoomWindow{
	border:none !important;	
}

@keyframes anime3 {
  0% {
	top:0px;
  }
  
  50% {
	top:7px;
  }
  
  100% {
	top:0px;
  }
}


.block01{
	margin-top:60px;	
}

.block01 h2{
	text-align:center;
	font-size:24px;
	font-weight:normal;
	font-style: oblique;
}	

.block01 ul{
	margin-top:40px;
	text-align:center;
}

.block01 ul li{
	display:inline-block;
	margin-right:0px;
}

.block01 ul li.sp{
	display:none;	
}

.block01 ul li a{
	display:block;	
	color:#000000;
}

.block01 ul li a span.image{
	display:block;
	border:solid 1px #fff;	
	overflow:hidden;
	position:relative;
	width:298px;
	height:358px;
}

.block01 ul li a span.image img{
	transition: all 0.4s;	
}

.block01 ul li a:hover span.image img{

	transform:scale(1.3);		
}

.block01 ul li a span.ttl{
	display:block;
	text-align:center;
	font-size:12px;
	color:#000000;
	margin-top:12px;
}

.block01 ul li:nth-child(5){
	margin-right:0;	
}

@media screen and (max-width: 1080px) {
	.block01 ul li:nth-child(3),
	.block01 ul li:nth-child(4),
	.block01 ul li:nth-child(5){
		display:none;
	}
	
	.block01 ul li:nth-child(2){
		margin-right:0;
	}	
	
	#main ul li.slide1{
		height:calc(100vh - 80px);
		background:url(../images/top/20210412_pic01_sp.jpg) no-repeat center top;
		background-size:cover;		
	}
	#main ul li.slide2{
		height:calc(100vh - 80px);
		background:url(../images/top/20210412_pic02_sp.jpg) no-repeat center top;
		background-size:cover;		
	}
	#main ul li.slide3{
		height:calc(100vh - 80px);
		background:url(../images/top/20201214_pic03_sp.jpg) no-repeat center top;
		background-size:cover;		
	}
	#main ul li.slide4{
		height:calc(100vh - 80px);
		background:url(../images/top/20201214_pic04_sp.jpg) no-repeat center top;
		background-size:cover;		
	}
	#main ul li.slide5{
		height:calc(100vh - 80px);
		background:url(../images/top/20210730_pic01_sp.jpg) no-repeat center top;
		background-size:cover;		
	}
	
}

@media screen and (max-width: 1410px) {
	.block01 ul li:nth-child(4),
	.block01 ul li:nth-child(5){
		display:none;
	}
	
	.block01 ul li:nth-child(3){
		margin-right:0;
	}
}

@media screen and (max-width: 1770px) {
	.block01 ul li:nth-child(5){
		display:none;
	}
	
	.block01 ul li:nth-child(4){
		margin-right:0;
	}
}

.block01.block01_2{
	margin-top:160px;	
}

.block02 ul{
	margin:40px auto 0;
	text-align:center;
	width:1280px;
}

.block02 ul li{
	width:360px;
	float:left;
	display:inline-block;
	margin-right:100px;
	margin-bottom:50px;
}

.block02 ul li a{
	display:block;	
}

.block02 ul li img{
	width:100%;
	height:auto;	
}

.block02 ul li:nth-child(3n){
	margin-right:0;	
}

@media screen and (max-width: 1080px) {
	.block02 ul li:nth-child(3){
		/*display:none;*/
	}
	
	.block02 ul li:nth-child(2){
		margin-right:0;
	}	
}

.block02 ul li a{
	display:block;
	color:#000;
	text-decoration:none;
}

.block02 ul li .date{
	display:block;
	text-align:center;
	margin-top:8px;
	font-size:12px;
	
}

.block02 ul li .caption{
	display:block;
	text-align:left;
	margin-top:10px;
	font-size: 15px;
	line-height: 1.333;
}

.block02 ul li:last-child{
	margin-right:0;	
}

@media screen and (max-width: 840px) {
	
	.block01{
		margin-top:10%;	
	}
	
	.block01 h2{
		font-size:6vw;
	}	
	
	.block01 ul{
		margin:8% auto 0;
		width:90%;
		text-align:center;
	}
	
	.block01 ul li{
		display:block !important;
		width:45%;
		float:left;
		margin-right:0px;
		margin-bottom:8%;	
	}
	
	.block01 ul li:nth-child(2n){
		float:right;	
	}
	
	.block01 ul li a span.image{
		width:100%;
		height:auto;	
	}
	
	.block01 ul li a span.ttl{
		font-size:4vw;
		margin-top:4%;
	}
	
	.block01 ul li:last-child{
		margin-right:0;	
	}
	
	.block01.block01_2{
		margin-top:15%;	
	}
	
	.block02 ul{
		margin:8% auto 0;
		text-align:center;
		width:1280px;
	}

	
	
	.block02 ul{
		margin:15% auto 0;
		text-align:center;
		width:90%;
		min-width:90%;
		max-width:90%;
	}
	
	.block02 ul li{
		display:block;
		margin-right:0px;
		width:100%;
		float:none;
		margin-bottom:8%;
	}
	
	.block02 ul li a{
		display:block;
		color:#000;
		text-decoration:none;
	}
	
	.block01 ul li.sp{
		display:block;	
	}
	
	.block01 ul li .btn_more{
		height:49vw;
		width:100%;
		margin:0;
		color:#FFF;
		padding-top:22vw;
		box-sizing:border-box;
	}
	
	.block02 ul li .date{
		display:block;
		text-align:center;
		margin-top:3%;
		font-size:3.6vw;
	}
	
	.block02 ul li .caption{
		display:block;
		text-align:left;
		margin-top:3%;
		font-size: 4vw;
		line-height: 1.333;
	}
	
	.block02 ul li:last-child{
		margin-right:0;	
	}
}
/************************ /top *****************************/

/************************ history *****************************/

#sub_main{
	width:100%;
	height:120px;	
}

#sub_main h1{
	text-align:center;
	font-size:40px;
	color:#ffffff;
	padding-top:40px;	
}

#sub_main.history{
	background:url(../images/history/bg.jpg) no-repeat center top;
	background-size:cover;
}

#sub_main.collection{
	background:url(../images/collection/bg_collaection.jpg) no-repeat center top;
	background-size:cover;
}

.history_block{
	width:1120px;
	margin:45px auto 0;	
}

.history_block.top{
	margin-top:70px;
}	

.history_block .history_block_l{
	width:400px;
	float:left;
}



.history_block .history_block_r{
	width:580px;
	float:right;
}

.history_block.right .history_block_l{
	float:right;
}

.history_block.right .history_block_r{
	float:left;
}

.history_block .history_block_r .date{
	font-size:40px;
	color:#000000;
	line-height:1;
	font-weight:bold;	
}

.history_block .history_block_r h2{
	font-size:32px;
	line-height:1.2;
	margin-top:20px;
}

.history_block .history_block_r p{
	font-size: 16px;
	line-height: 1.5;
	margin-top:0px;
}

.history_block2{
	text-align:center;
	margin-top:70px;
	position:relative;
}

.history_block2:before{
	content:"";
	width:1px;
	height:55px;
	background:#000;
	position:absolute;
	left:50%;
	bottom:-62px;	
}

.history_block2 h2{
	font-size:24px;
	font-style:italic;	
}

.history_block2 p{
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
}

@media screen and (max-width: 840px) {
	#sub_main{
		width:100%;
		height:20vw;	
	}
	
	#sub_main h1{
		text-align:center;
		font-size:8vw;
		color:#ffffff;
		padding-top:5vw;	
	}
	
	
	.history_block{
		width:90%;
		margin:10% auto 0;	
	}
	
	.history_block.top{
		margin-top:15%;
	}	
	
	.history_block .history_block_l{
		width:100%;
		float:none;
	}
	
	.history_block .history_block_r{
		width:100%;
		float:none;
		margin-top:5%;
	}
	
	.history_block.right .history_block_l{
		float:none;
	}
	
	.history_block.right .history_block_r{
		float:none;
	}
	
	.history_block .history_block_r .date{
		font-size:7vw;
		color:#000000;
		line-height:1;
		font-weight:bold;	
	}
	
	.history_block .history_block_r h2{
		font-size:6.6vw;
		line-height:1.2;
		margin-top:3%;
	}
	
	.history_block2:before{
		content:"";
		width:1px;
		height:10vw;
		background:#000;
		position:absolute;
		left:2%;
		bottom:-10vw;	
	}
	
	.history_block .history_block_r p{
		font-size: 4.7vw;
		line-height: 1.5;
		margin-top:4%;
	}
	
	.history_block2{
		text-align:left;
		margin:10% auto 5%;
		width:90%;
	}
	
	.history_block2 h2{
		font-size:6vw;
		font-style:italic;	
	}
	
	.history_block2 p{
		font-size:5vw;
		font-weight:bold;
		line-height:1.4;
	}


}
/************************ /main *****************************/


/************************ detail *****************************/

#sub_main.detail{
	background:url(../images/detail/bg.jpg) no-repeat center top;
	background-size:cover;
}

.detail_block{
	width:960px;
	margin:80px auto 0;	
}

.detail_block .detail_block_l{
	width:600px;
	float:left;
	margin-left:25px;	
	position:relative;
}

.detail_block .detail_block_l ul{
	position:relative;	
}

.detail_block .detail_block_l ul li{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition: all 0.4s;
	z-index:1;
}

.detail_block .detail_block_l ul li.active{
	opacity:1;	
	z-index:20 !important;
}

.detail_block .detail_block_l ul li:nth-child(1){
	position:relative;	
}

.detail_block .detail_block_l .slide_l{
	position:absolute;
	left:-25px;	
	top:50%;
	margin-top: -12px;
}

.detail_block .detail_block_l .slide_r{
	position:absolute;
	right:-25px;	
	top:50%;
	margin-top: -12px;
}

.detail_block .detail_block_l .slide_l img,
.detail_block .detail_block_l .slide_r img{
	border:none;
}

.detail_block .detail_block_l img{
	border:solid 1px #fff;
}

.detail_block .detail_block_r{
	width:265px;
	float:right;
	position:relative;
}

.detail_block .detail_block_r.active{
}

.detail_block .detail_block_r h2{
	font-size:24px;
	line-height:1.4;
}

.detail_block .detail_block_r .money{
	margin-top:30px;
	font-size:24px;
	line-height:1.0;	
}
.detail_block .detail_block_r .money span{
	margin-top:-10px;
	font-size:16px;
	line-height:1.4;	
}
.detail_block .detail_block_r .number{
	margin-top:12px;
	font-size:16px;
	line-height:1.4;	
}

.detail_block .detail_block_r ul{
	margin-top:30px;	
}

.detail_block .detail_block_r ul li{
	width:75px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.detail_block .detail_block_r ul li img{
	border:solid 1px #e1e1e6;	
}

.detail_block .detail_block_r ul li a{
	display:block;
	position:relative;
}	

.detail_block .detail_block_r ul li a.active:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	border:solid 2px #000;
	box-sizing:border-box;
	left:0;
	top:0;	
}

.detail_block .detail_block_r ul li:nth-child(3n){
	margin-right:0;	
}

.detail_block .detail_block_r .size_select{
	margin-top:40px;
	position:relative;	
}

.detail_block .detail_block_r .size_select p{
	font-size:16px;	
}

.detail_block .detail_block_r .size_select select{
	width:180px;
	position:absolute;
	right:0;
	top:-3px;
	padding:5px;
	box-sizing:border-box;	
}

.detail_block .detail_block_r .btn_cart{
	margin-top:40px;
}

.detail_block2{
	margin:110px auto 0;
	width:960px;
}

.detail_block2 .txt01,
.detail_block2 .txt02{
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.5;
}

.detail_block2 .txt02{
	margin-top:35px;	
}

.detail_block3{
	margin-top:80px;	
}

.detail_block3 h3{
	text-align:center;
	font-size:16px;	
}

.detail_block3 table{
	width:960px;
	margin:20px auto 0;	
}

.detail_block3 table th{
	font-size:13px;
	text-align:center;
	background:#ebebeb;
	padding:6px 0 4px;	
	font-weight:normal;
}

.detail_block3 table th.th1{
	width:120px;	
}

.detail_block3 table th.th2{
	width:240px;	
}

.detail_block3 table th.th3{
	width:150px;	
}

.detail_block3 table th.th4{
	width:150px;	
}
.detail_block3 table th.th5{
	width:150px;	
}

.detail_block3 table td{
	font-size:16px;
	text-align:center;
	padding:12px 0 12px;
	border-bottom:solid 1px #ebebeb;
}

.detail_block4{
	margin:10px auto 0;
	width:960px;
}

.detail_block4 .txt01,
.detail_block4 .txt02{
	font-size: 12px;
	margin-left: 150px;
	color: rgb(0, 0, 0);
	line-height: 1.5;
}

.detail_block4 .txt02{
	margin-top:35px;	
}

@media screen and (max-width: 840px) {
	#sub_main.detail{
		background:url(../images/detail/bg.jpg) no-repeat center top;
		background-size:cover;
	}
	
	.detail_block{
		width:90%;
		margin:10% auto 0;	
	}
	
	.detail_block .detail_block_l{
		width:100%;
		float:none;
		margin-left:0px;	
		position:relative;
	}
	
	.detail_block .detail_block_l ul{
		position:relative;	
	}
	
	.detail_block .detail_block_l ul li{
		position:absolute;
		left:0;
		top:0;
		opacity:0;
		transition: all 0.4s;
	}
	
	.detail_block .detail_block_l ul li.active{
		opacity:1;	
	}
	
	.detail_block .detail_block_l ul li:nth-child(1){
		position:relative;	
	}
	
	.detail_block .detail_block_l .slide_l{
		position:absolute;
		left:-3%;	
		top:50%;
		margin-top: -12px;
		z-index:10;
	}
	
	.detail_block .detail_block_l .slide_r{
		position:absolute;
		right:-3%;	
		top:50%;
		margin-top: -12px;
		z-index:10;
	}
	
	.detail_block .detail_block_l .slide_l img,
	.detail_block .detail_block_l .slide_r img{
		border:none;
	}
	
	.detail_block .detail_block_l img{
		border:solid 1px #fff;
	}
	
	.detail_block .detail_block_r{
		width:100%;
		float:none;
		margin-top:10%;
		position:relative;
	}
	
	.detail_block .detail_block_r.active{
	}
	
	.detail_block .detail_block_r h2{
		font-size:6vw;
		line-height:1.4;
		margin-top:5%;
	}
	
	.detail_block .detail_block_r .number{
		margin-top:2%;
		font-size:4vw;
		line-height:1.4;	
	}
	
	.detail_block .detail_block_r .money{
		margin-top:5%;
		font-size:6vw;
		line-height:0.8;	
	}
	.detail_block .detail_block_r .money span{
		margin-top:5%;
		font-size:4vw;
		line-height:1.4;	
	}
	
	.detail_block .detail_block_r ul{
		margin-top:0;	
	}
	
	.detail_block .detail_block_r ul li{
		width:30%;
		margin-right:5%;
		margin-bottom:5%;
		float:left;
	}
	
	.detail_block .detail_block_r ul li img{
		border:solid 1px #e1e1e6;
		box-sizing:border-box;	
	}
	
	.detail_block .detail_block_r ul li a{
		display:block;
		position:relative;
	}	
	
	.detail_block .detail_block_r ul li a.active:before{
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		border:solid 2px #000;
		box-sizing:border-box;
		left:0;
		top:0;	
	}
	
	.detail_block .detail_block_r ul li:nth-child(3n){
		margin-right:0;	
	}
	
	.detail_block .detail_block_r .size_select{
		margin-top:5%;
		position:relative;	
	}
	
	.detail_block .detail_block_r .size_select p{
		font-size:4.7vw;	
	}
	
	.detail_block .detail_block_r .size_select select{
		width:100%;
		position:relative;
		right:auto;
		top:auto;
		padding:5px;
		margin-top:3%;
		box-sizing:border-box;	
	}
	
	.detail_block .detail_block_r .btn_cart{
		margin:5% auto 0;
		width:70%;
	}
	
	.detail_block2{
		margin:10% auto 0;
		width:90%;
	}
	
	.detail_block2 .txt01,
	.detail_block2 .txt02{
		font-size: 4.7vw;
		color: rgb(0, 0, 0);
		line-height: 1.5;
	}
	
	.detail_block2 .txt02{
		margin-top:5%;	
	}
	
	.detail_block3{
		margin-top:10%;	
	}
	
	.detail_block3 h3{
		text-align:center;
		font-size:4.7vw;	
	}
	
	.detail_block3 table{
		width:90%;
		margin:5% auto 0;	
	}
	
	.detail_block3 table th{
		font-size:4.7vw;
		text-align:center;
		background:#ebebeb;
		padding:3% 3% 2%;
		width:45% !important;
		box-sizing:border-box;
		font-weight:normal;
	}
	
	
	.detail_block3 table td{
		font-size:4.7vw;
		text-align:center;
		padding:3% 3% 2%;
		border-bottom:solid 1px #ebebeb;
	}
	.detail_block4{
		margin:10% auto 0;
		width:90%;
	}
	
	.detail_block4 .txt01,
	.detail_block4 .txt02{
		font-size: 3.5vw;
		margin: -20px 0 0 0px;
		color: rgb(0, 0, 0);
		line-height: 1.5;
	}
	
	.detail_block2 .txt02{
		margin-top:5%;	
	}
}
/************************ /detail *****************************/


/************************ products *****************************/

.products_list{
	width:1440px;
	margin:80px auto 0;	
}

.products_list li{
	width:400px;
	float:left;
	margin-right:120px;	
	margin-bottom:75px;	
}

.products_list li a{
	display:block;
}

.products_list li a span.image{
	display:block;
	border:solid 1px #fff;	
}

.products_list li a span.ttl{
	display:block;
	text-align:center;
	font-size:12px;
	color:#000000;
	margin-top:10px;
}

.products_list li:nth-child(3n){
	margin-right:0;	
}

@media screen and (max-width: 840px) {
	.products_list{
		width:90%;
		margin:10% auto 0;	
	}
	
	.products_list li{
		width:45%;
		float:left;
		margin-right:0px;	
		margin-bottom:8%;	
	}
	
	.products_list li:nth-child(2n){
		float:right;
	}
	
	.products_list li a{
		text-decoration:none;	
	}
	
	.products_list li a span.image{
		display:block;
		border:solid 1px #fff;	
	}
	
	.products_list li a span.ttl{
		display:block;
		text-align:center;
		font-size:3.6vw;
		color:#000000;
		margin-top:3%;
	}
	
	.products_list li:nth-child(3n){
		margin-right:0;	
	}
}
/************************ /products *****************************/


/************************ detail *****************************/

#sub_main.news{
	background:url(../images/news/bg.jpg) no-repeat center top;
	background-size:cover;
}

ul.news_list{
	margin:80px auto 0;
	text-align:center;
	width:1280px;
}

ul.news_list li{
	display:block;
	float:left;
	width:360px;
	float:left;
	display:inline-block;
	margin-right:100px;
	margin-bottom:50px;
}

ul.news_list li img{
	width:100%;
	height:auto;	
}

ul.news_list li:nth-child(3n){
	margin-right:0;	
}

ul.news_list li a{
	display:block;
	color:#000;
	text-decoration:none;
}

ul.news_list li .date{
	display:block;
	text-align:center;
	margin-top:8px;
	font-size:12px;
}

ul.news_list li .caption{
	display:block;
	text-align:center;
	margin-top:10px;
	font-size: 15px;
	line-height: 1.333;
	text-align: left;
}


@media screen and (max-width: 840px) {
	ul.news_list{
		margin:10% auto 0;
		text-align:center;
		width:90%;
	}
	
	ul.news_list li{
		display:block;
		margin-right:0px;
		width:100%;
		float:none;
		margin-bottom:8%;
	}
	
	
	.ul.news_list li a{
		display:block;
		color:#000;
		text-decoration:none;
	}
	
	ul.news_list li .date{
		display:block;
		text-align:center;
		margin-top:3%;
		font-size:3.6vw;
	}
	
	ul.news_list li .caption{
		display:block;
		text-align:center;
		margin-top:3%;
		font-size: 4vw;
		line-height: 1.333;
		text-align: left;
	}
	
	
}
/************************ /detail *****************************/


/************************ news_detail *****************************/

.news_detail{
	width:960px;
	margin:70px auto 0;	
}

.news_detail .date{
	text-align:center;
	font-size:16px;	
}

.news_detail h2{
	text-align:center;
	font-size:32px;	
	line-height: 1.125;
	margin-top:5px;
}

.news_detail .image01{
	margin-top:20px;	
}

.news_detail .txt01{
	margin-top:20px;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 840px) {
	.news_detail{
		width:90%;
		margin:10% auto 0;	
	}
	
	.news_detail .date{
		text-align:center;
		font-size:4.7vw;	
	}
	
	.news_detail h2{
		text-align:center;
		font-size:6.6vw;	
		line-height: 1.125;
		margin-top:2%;
	}
	
	.news_detail .image01{
		margin-top:5%;	
	}
	
	.news_detail .txt01{
		margin-top:5%;
		font-size: 4.7vw;
		line-height: 1.5;
	}

}
/************************ /news_detail *****************************/

/************************ about *****************************/

#sub_main.about{
	background:url(../images/about/bg.jpg) no-repeat center top;
	background-size:cover;
}

.about_block{
	width:960px;
	margin:60px auto 0;
}

.about_block table th{
	width:300px;
	padding:18px 0 15px 160px;
	box-sizing:border-box;
	border-bottom:solid 1px #ebebeb;
	font-size:16px;
	font-weight:normal;
	vertical-align:top;
}

.about_block table td{
	padding:18px 0 15px 0px;
	box-sizing:border-box;
	border-bottom:solid 1px #ebebeb;
	font-size:16px;	
}


.about_block table tr:last-child th,
.about_block table tr:last-child td{
	border-bottom:none;	
}

#map{
	width:960px;
	height:470px;	
	margin:70px auto 0;
}

@media screen and (max-width: 840px) {
	.about_block{
		width:90%;
		margin:10% auto 0;	
	}
	
	.about_block table th{
		width:30%;
		padding:5% 0 4%;
		font-size:4.7vw;
	}
	
	.about_block table td{
		padding:5% 0 4%;
		box-sizing:border-box;
		border-bottom:solid 1px #ebebeb;
		font-size:4.7vw;
	}
	
	
	#map{
		width:90%;
		height:300px;	
		margin:8% auto 0;
	}
}
/************************ /about *****************************/

/************************ contact *****************************/
#sub_main.contact{
	background:url(../images/contact/bg.jpg) no-repeat center top;
	background-size:cover;
}

.contact_block{
	width:1120px;
	margin:35px auto 0;	
}

.contact_block p.txt01{
	text-align:center;
	font-size:16px;
	color:#3c3c3c;
}	

.contact_block table{
	margin-top:30px;
	border:solid 1px #ebebeb;
	border-bottom:none;
	border-right:none;	
	width:100%;
	box-sizing:border-box;
}

.contact_block table th{
	width:260px;
	border-bottom:solid 1px #FFF;
	background:#ebebeb;
	padding-right:40px;	
	text-align:right;
	font-size:16px;
	color:#3c3c3c;
}

.contact_block table tr:last-child th{
	border-bottom:solid 1px #ebebeb;
}

.contact_block table td{
	font-size:16px;	
	color:#3c3c3c;
	padding:30px 40px; 
	border-bottom:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}

.contact_block table td input[type="text"],
.contact_block table td textarea{
	padding:10px 10px;
	width:100%;
	box-sizing:border-box;	
}

.contact_block table td textarea{
	height:240px;	
}

.contact_block table td select{
	padding:10px 10px;
	width:390px;
	box-sizing:border-box;	
}

.contact_block table td .error{
	color:#F00;
	margin-top:5px;
	font-size:16px;	
}

@media screen and (max-width: 840px) {
	.contact_block{
		width:90%;
		margin:5% auto 0;	
	}
	
	.contact_block p.txt01{
		text-align:center;
		font-size:4.7vw;
		color:#3c3c3c;
	}	
	
	.contact_block table{
		margin-top:5%;
		border:solid 1px #ebebeb;
		border-bottom:none;
		border-right:none;	
		width:100%;
		box-sizing:border-box;
	}
	
	.contact_block table th{
		width:100%;
		display:block;
		border-bottom:solid 1px #ebebeb;
		background:#ebebeb;
		padding:5%;
		box-sizing:border-box;	
		text-align:left;
		font-size:4.7vw;
		color:#3c3c3c;
	}
	
	.contact_block table tr:last-child th{
		border-bottom:solid 1px #ebebeb;
	}
	
	.contact_block table td{
		display:block;
		font-size:4.7vw;	
		color:#3c3c3c;
		padding:5%;
		border-bottom:solid 1px #ebebeb;
		border-right:solid 1px #ebebeb;
	}
	
	.contact_block table td input[type="text"],
	.contact_block table td textarea{
		padding:padding:5%;;
		width:100%;
		box-sizing:border-box;	
	}
	
	.contact_block table td textarea{
		height:200px;	
	}
	
	.contact_block table td select{
		padding:padding:5%;;
		width:100%;
		box-sizing:border-box;	
	}
	
	.contact_block table td .error{
		color:#F00;
		margin-top:3%;
		font-size:4.7vw;	
	}
}
/************************ /contact *****************************/

/************************ privacy *****************************/

#sub_main.privacy{
	background:url(../images/privacy/bg.jpg) no-repeat center top;
	background-size:cover;
}

.privacy_block{
	width:960px;
	margin:80px auto 0;	
	font-size:16px;
}

.privacy_block span{
	font-weight:bold;	
}

.privacy_block span.txt_right{
	text-align:right;
	font-weight:normal;
	margin-top:25px;	
	display:block;
}

@media screen and (max-width: 840px) {
	.privacy_block{
		width:90%;
		margin:10% auto 0;	
		font-size:4.7vw;
	}
	
	.privacy_block span{
		font-weight:bold;	
	}
	
	.privacy_block span.txt_right{
		text-align:right;
		font-weight:normal;
		margin-top:3%;	
		display:block;
	}
}
/************************ /privacy *****************************/


/************************ collection *****************************/

.collection_block{
	margin:80px auto 0;
	width:600px;
	position:relative;
	opacity:0;
	transition: all 0.4s;	
}

.collection_block.active{
	opacity:1;
}
	
.collection_block_ov{
	position:relative;	
}

.collection_block li{
	width:600px;
	margin-right:55px;	
}

.collection_block li p{
	margin-top:35px;
	font-size: 24px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.333;
	text-align: center;	
	opacity:0;	
	transition: all 0.4s;	
}

.collection_block li.active p{
	opacity:1;	
}

.collection_block:before{
	content:"";
	display:block;
	width:720px;
	height:600px;
	transform:rotate(90deg);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,1));
	background: linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,1));	
	position:absolute;
	left:50%;
	margin-left:-1014px;
	top:60px;
	z-index:100;
}

.collection_block:after{
	content:"";
	display:block;
	width:720px;
	height:600px;
	transform:rotate(270deg);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,1)));
	background: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,1));
	background: linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,1));	
	position:absolute;
	right:50%;
	margin-right:-1014px;
	top:60px;
	z-index:100;
}

.collection_block_ov:before{
	content:"";
	display:block;
	width:3000px;
	height:720px;
	background:#FFF;
	position:absolute;
	left:50%;
	margin-left:-3955px;
	top:0px;
	z-index:100;
}

.collection_block_ov:after{
	content:"";
	display:block;
	width:3000px;
	height:720px;
	background:#FFF;
	position:absolute;
	right:50%;
	margin-right:-3955px;
	top:0px;
	z-index:100;
}

@media screen and (max-width: 840px) {
	.collection_block{
		width:90% !important;
		margin:10% auto 0;	
		max-width:90% !important;
		position:relative;
	}
	
	.collection_block_ov{
		position:relative;	
	}
	
	.collection_block li{
		width:100% ;
		margin-right:2%;	
	}
	.bx-wrapper{
		max-width:100% !important;
	}
	
	.collection_block li p{
		margin-top:5%;
		font-size: 6vw	
	}
}
/************************ /collection *****************************/

/************************ main *****************************/

.insta{
	width:810px;
	margin:80px auto 0;	
}

.insta li{
	width:150px;
	float:left;	
	margin-right:15px;
	margin-bottom:15px;
}

.insta li:nth-child(5n){
	margin-right:0;	
}

.insta li.date{
	margin-top:5px;	
}

@media screen and (max-width: 840px) {
	.insta{
		width:90%;
		margin:10% auto 0;	
	}
	
	.insta li{
		width:49%;
		float:left;	
		margin-right:0;
		margin-bottom:5%;
	}
	
	.insta li img{
		width:100%;
		height:auto;	
	}
	
	.insta li:nth-child(2n){
		float:right;
	}

}
/************************ /main *****************************/

.history_block .history_block_l ul{
  position:relative; 
  margin-top:0;
}

.history_block .history_block_l ul li{
  position:absolute; 
  left:0;
  top:0;
  z-index:1;
  opacity:0;
  transition: all 0.4s;
  width:100% !important;
  display:block !important;
}

.history_block .history_block_l ul li.active{
  z-index:2;
  position:relative;
  opacity:1;
} 


