#mainimage{
	padding:0 4dvw;
	height:85dvh;
	max-height:1144px;
	margin:0 auto 160px;
	display:flex;
}
#mainimage figure{
	width:50%;
	height:100%;
	flex:none;
}
#mainimage figure video{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:5px;
	filter: brightness(1.2);
}
#slide{
	width:calc(100% - 50%);
	height:100%;
}
.slick-list,.slick-track{
	height:100%;
}
.slide_wrap{
	height:100%;
}
.slide_wrap .comment{
	flex:none;
	position:relative;
	display:flex;
	justify-content:center;
}
.slide_wrap .comment h2{
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-feature-settings: 'pkna';
	font-size:28px;
	padding:10% 0 0;
	line-height:1.8em;
}
.slide_wrap .comment h3{
	position:absolute;
	line-height:1.8em;
	bottom:10%;
	right:10%;
}
.slick-dots{
	list-style:none;
	gap:20px;
	display:flex;
	justify-content:center;
	padding:20px 0 0;
}
.slick-dots li{
	width:10px;
	flex:none;
}
.slick-dots li button{
	width:10px !important;
	height:10px;
	padding:0 !important;
	box-sizing:border-box;
	border-radius:50%;
	border:0;
	text-indent:-9999px;
	background:#7d7d7d;
	display:block;
}
.slick-dots li.slick-active button{
	background:#222222;
}
#pickup{
	background:url('../images/common/bg_brown.png');
	height:90dvh;
	max-height:670px;
	display:flex;
	align-items:center;
	gap:7dvw;
}
#pickup h2{
	writing-mode: vertical-rl;
	font-size:18px;
	background:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	padding:0 40px 0 0;
	width:14dvw;
	flex:none;
	height:270px;
	display:flex;
	justify-content:center;
}
#pickup article{
	width:calc(100% - 21dvw);
	padding:0 4dvw;
	overflow:hidden;
}
#pickup article figure{
	padding:0 10px;
}
#pickup article figure img{
	display:block;
	width:100%;
	height:210px;
	object-fit:cover;
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	margin:0 auto 10px;
}
.slick-prev{
	display:block;
	border:0;
	width:40px;
	height:40px;
	background:url('../images/common/arrow_left.svg') no-repeat;
	text-indent:-9999px;
	position:absolute;
	left:-50px;
	top:50%;
	transform:translateY(-50%);
}
.slick-next{
	display:block;
	border:0;
	width:40px;
	height:40px;
	background:url('../images/common/arrow_right.svg') no-repeat;
	text-indent:-9999px;
	position:absolute;
	right:-50px;
	top:50%;
	transform:translateY(-50%);
}
#news{
	height:90dvh;
	max-height:670px;
	display:flex;
	align-items:center;
	gap:7dvw;
}
#news h2{
	writing-mode: vertical-rl;
	font-size:18px;
	background:#d7d8dc;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	padding:0 40px 0 0;
	width:14dvw;
	flex:none;
	height:270px;
	display:flex;
	justify-content:center;
}
#news article{
	width:calc(100% - 21dvw);
	padding:0 4dvw;
	overflow:hidden;
}
#news article figure{
	padding:0 10px;
}
#news article figure img{
	display:block;
	width:100%;
	height:210px;
	border:1px solid #d7d8dc;
	box-sizing:border-box;
	object-fit:cover;
	margin:0 auto 10px;
}
#top1{
	padding:0 4dvw;
	height:85dvh;
	margin:0 auto 160px;
	display:flex;
}
#top1_slide{
	width:48.863%;
	height:100%;
	flex:none;
}
#top1_slide_inner{
	height:100%;
}
#top1_slide figure{
	width:100%;
	height:100%;
}
#top1_slide figure img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:5px;
}
#top1 article{
	width:calc(100% - 48.863%);
	box-sizing:border-box;
	flex:none;
	position:relative;
	padding:8.3dvh 0 5dvh 6.77dvw;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
#top1 article h2{
	font-size:18px;
}
#top1 article ul{
	list-style:none;
}
#top1 article ul li{
	margin-bottom:30px;
}
#top1 article ul a{
	color:#222;
	text-decoration:none;
	display:block;
	padding:0 0 0 140px;
	background:url('../images/common/arrow1.svg') no-repeat left center;
}
#top1 article ul a:hover{
	color:#fff;
	background:#ad4b5a url('../images/common/arrow2.svg') no-repeat left center;
}
#top1 article ul a:hover img{
	filter: invert(1) brightness(1.2);
}
#top1 article ul a img{
	display:block;
}
#top2{
	padding:0 2px;
	display:flex;
	gap:2px;
	margin:0 auto 160px;
}
#top2 article{
	width:calc((100% - 6px) / 4);
	flex:none;
	background:url('../images/common/bg_blue.png');
}
#top2 article img{
	display:block;
}
#top2 .inner{
	padding:100px 2.6dvw;
}
#top2 .inner h3{
	font-size:21px;
	font-weight:700;
	margin-bottom:90px;
}
#top2 .inner ul{
	padding:0 0 0 0px;
}
#top2 .inner ul li{
	display:flex;
	gap:15px;
}
#top2 .inner ul li .shikaku{
	width:150px;
	flex:none;
}
#top3{
	display:flex;
	margin:0 auto 160px;
}
#top3_l{
	order:1;
	width:50%;
	padding:0 4dvw;
	box-sizing:border-box;
	flex:none;
}
#top3_l h3{
	font-weight:700;
	text-align:center;
	line-height:200px;
}
#top3_r{
	order:2;
	width:50%;
	flex:none;
	background:url('../images/index/brand_img.webp') no-repeat;
	position:relative;
}
#top3_l img{
	display:block;
}
#top3_r h2{
	width:149px;
	line-height:149px;
	background:#38211a;
	text-align:center;
	font-size:18px;
	font-weight:700;
	color:#fff;
}
#top3_r a{
	display:flex;
	width:299px;
	display:flex;
	flex-wrap:wrap;
	gap:1px;
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:300px;
	left:300px;
}
#top3_r a span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:149px;
	height:149px;
	background:#38211a;
}
#top3_r a:hover span{
	background:#ad4b5a;
	transition:0.5s;
}
#top3_r a span:nth-child(3){
	justify-content:flex-start;
}
#top3_r a span img{
	width:80px;
	display:block;
}
#top4{
	padding:0 4dvw;
	margin:0 auto 160px;
}
#top4 h2{
	font-size:18px;
	text-align:center;
	margin:0 auto 80px;
}
#top4 article{
	display:flex;
	gap:3dvw;
}
#top4 .more{
	width:calc(80dvw / 5);
	flex:none;
}

#top4 .more a{
	color:#fff;
	text-decoration:none;
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:flex-end;
	text-align:right;
	padding:0 20px 0 0;
	box-sizing:border-box;
	background:#38211a url('../images/common/arrow2.svg') no-repeat center left;
}
#top4 .more a:hover{
	background:#ad4b5a url('../images/common/arrow2.svg') no-repeat center left;
}
#top4 .onlineshop{
	display:flex;
	gap:3dvw;
}
#top4 .onlineshopitem{
	width:calc(80dvw / 5);
	position:relative;
}
.cartjs_product_name{
	white-space:nowrap;
}
.cartjs_product_img{
	margin:0 auto 10px;
}
.cartjs_product_img img{
	display:block;
	border:1px solid #ccc;
	border-radius:10px;
	box-sizing:border-box;
}
.cartjs_cart_in{
	position:absolute;
	bottom:0;
	right:0;
}
@media screen and (max-width: 1520px) {
	.cartjs_cart_in {
		position:relative;
		float:right;
	}
}
.cartjs_cart_in input{
	border:1px solid #666 !important;
	display:block !important;
	padding:0 0 0 20px !important ;
	border-radius:3px !important ;
	font-size:14px;
	background:#fcf5e0 url('../images/index/icon_cart.svg') no-repeat left 2px center!important ;
}
#top5{
	padding:0 2px;
	margin:0 auto 160px;
}
#top5 h2{
	font-size:18px;
	text-align:center;
	margin:0 auto 80px;
}
#top5 #gallery{
	display:flex;
	gap:2px;
	list-style:none;
}
#top5 #gallery li{
	width:calc((100% - 14px) / 8);
	height:12.291dvw;
}
#top5 #gallery li a{
	display:block;
	width:100%;
	height:100%;
}
#top5 #gallery li a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top center;
}
#top5 .more{
	padding:70px 0 0;
}
#top5 .more img{
	display:block;
	margin:0 auto;
}
#top6{
	display:flex;
	gap:60px;
	margin:0 auto 160px;
}
#top6_l{
	width:52.8dvw;
	flex:none;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-end;
}
.top6_l_inner{
	text-align:center;
	padding:0 5.2dvw 0 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.top6_l_inner h2{
	font-size:28px;
	writing-mode: vertical-rl;
	margin-bottom:150px;
}
#top6_l .more{
	width:100%;
}
#top6_l .more a{
	background:#e1e1e1;
	height:90px;
	display:flex;
	width:100%;
	align-items:center;
	justify-content:flex-end;
	padding:0 5.2dvw 0 0;
	box-sizing:border-box;
	font-size:18px;
	color:#222;
	text-decoration:none;
	gap:40px;
}
#top6_l .more a:hover{
	color:#fff;
	background:#ad4b5a;
}
#top6_l .more a:hover img{
	filter: invert(1) brightness(1.2);
}
#top6_r{
	width:calc(100% - (52.8dvw + 60px));
	flex:none;
	position:relative;
}
#top6_r figure{
	z-index:5;
	position:relative;
}
#top6_r .box1{
	background:#e1e1e1;
	height:90px;
	width:100%;
	top:30px;
	left:0;
	position:absolute;
	z-index:1;
}
#top6_r .box2{
	background:#e1e1e1;
	height:90px;
	width:90%;
	top:200px;
	left:0;
	position:absolute;
	z-index:1;
}
#top6_r .box3{
	background:#e1e1e1;
	height:90px;
	width:100px;
	bottom:200px;
	left:-100px;
	position:absolute;
	z-index:1;
}
#top7{
	display:flex;
	margin:0 auto 160px;
}
#top7 figure{
	width:50%;
}
#top7 figure img{
	display:block;
	width:100%;
	max-width:initial !important;
	height:100%;
	object-fit:cover;
}
#top7 article{
	width:50%;
	min-width:700px;
	padding:0 0 0 20px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	background:url('../images/common/bg_blue.png');
}
.top7_inner{
	width:700px;
	height:700px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:url('../images/common/circle.png') no-repeat;
	background-size:contain;
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
}
.top7_inner h2{
	font-size:28px;
	margin-bottom:40px;
}
.top7_inner .more{
	padding:50px 0 0;
	text-align:center;
}
.top7_inner a{
	display:flex;
	gap:50px;
	color:#222;
	text-decoration:none;
	align-items:center;
	font-size:18px;
}
.top7_inner .more a:hover{
	color:#fff;
	background:#ad4b5a;
}
.top7_inner .more a:hover img{
	filter: invert(1) brightness(1.2);
}
.brand_logo{
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.brand_logo li{
	width:calc((100% - 60px) / 4);
}
.brand_logo li img{
	display:block;
	width:100%;
	height:45px;
	object-fit:contain;
}
.brand_logo li a{
	opacity:0.3;
}
.brand_logo li a:hover{
	opacity:1;
}