@charset "UTF-8";
/* css [home] */

@import url("slick.css");
@import url("slick-theme.css");
@import url("home/mislider.css");
@import url("home/mislider-skin-cameo.css");
@import url("home/category.css");
@import url("home/info.css");
@import url("home/sidebnr.css");


/* PC/Tablet(Landscape) */
/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	width: 100%;
	min-height: 260px;
	max-height: 640px;
	margin: 0;
	padding: 0;
	background-color: #000e30;
	font-size: 0; /* for bottom space */
	line-height: 0; /* for bottom space */
	position: relative;
}

#mainbanner img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	max-height: 640px;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 30px;
}

.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}

.slick-dots li + li {
	margin-left: 20px;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}

.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 12px;
	height: 12px;
	color: #b7bac6;
	background-color: #fff;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	color: #0297e0;
	background-color: #095eb5;
	opacity: 1;
}

/*---------------------------------------------------- */
/* Products Block */
/*---------------------------------------------------- */
/*== Waku ==*/
#prd-block {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: -30px;
	background-color: #fcfaf5;
}

/*== h2 ==*/
#prd-block .main-title {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#prd-block .main-title h2 {
	font: 42px/1 "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
	line-height: 1.3;
}

#prd-block .main-title h2 small {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-style: normal;
	display: block;
}

/*== Carousel Slider custom setting ==*/
.mis-stage {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: transparent;
}

.mis-slider {
	margin-top: 140px;
	height: 70px;
	background-color: transparent;
}

.mis-slider li a {
	text-decoration: none;
	color: #666;
	display: block;
}  

.mis-slider li figcaption h3 {
	padding: 0;
	margin: 0;
	font-size: 22px;
}

.mis-slider li figcaption p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	display: block;
}

.mis-slider li img {
	max-width: 340px;
	width: 100%;
	max-height: 340px;
	margin-bottom: 18px;
	border-radius: 50%;
	border: 7px solid #e9d7ac;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
}

.mis-slide {
	width: 400px;
	height: auto;
	padding: 40px;
	margin-top: -140px;
}

.mis-container {
	padding-bottom: 30px;
}

.mis-slide img, .mis-slide figcaption {
	opacity: .6;
	webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.mis-slide.mis-current img, .mis-slide.mis-current figcaption {
	opacity: 1;
	webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.mis-nav-list {
	bottom: 0;
}

.mis-nav-buttons {
	top: -70px;
}

.mis-nav-buttons a {
	color: rgba(0, 0, 0, .2); 
}

.mis-nav-buttons a:hover {
	color: rgba(0, 0, 0, .6); 
}

.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
	content: "\f104";
	font: 72px/1 "Font Awesome 5 Free";
	display: block;
    text-indent: 0;
}

.mis-nav-buttons a.mis-next:after {
    content: "\f105"; 
}

/*== Contents fullscreen-overlay Navigation ==*/
#navi_all-prd {
	position: relative;
	right: 0;
	margin: auto;
	left: 0;
	max-width: 1080px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#navi_all-prd > a {
	color: #45413d;
	font-size: 138.5%;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	padding: 16px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(220, 215, 208, .5);
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#navi_all-prd > a:before {
	content:"\f00e";
	font-family: "Font Awesome 5 Free";
	color: #b8b3af;
	margin-right: 10px;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

#navi_all-prd > a:hover:before {
	color:#fff;
}

#navi_all-prd > a:hover {
	color: #fff;
	background-color: rgba(11, 61, 94, .98);
	border: 1px solid rgba(11, 61, 94, .98);
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
}

#maincontainer #contents {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin: 0;
}

/*== Slider Custom ==*/
.slick-dots li {
	width: 16px;
	height: 16px;
}

.slick-dots li button {
	width: 16px;
	height: 16px;
}

.slick-dots li button:before {
	width: 16px;
	height: 16px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 700px) {
/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
}

#maincontainer #contents {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin: 0;
}

/*== Slider Custom ==*/
.slick-dots li {
	width: 14px;
	height: 14px;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
}

.slick-dots li button:before {
	width: 14px;
	height: 14px;
}

/*---------------------------------------------------- */
/* Products Block */
/*---------------------------------------------------- */
/*== Waku ==*/
#prd-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*== h2 ==*/
#prd-block .main-title h2 {
	font-size: 34px;
}

#prd-block .main-title h2 small {
	font-size: 19px;
}

/*== Carousel Slider custom setting ==*/
.mis-stage {
	margin-bottom: 20px;
}

.mis-slider {
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
}
	
.mis-slider li figcaption h3 {
	font-size: 18px;
}

.mis-slider li figcaption p {
	font-size: 14px;
}

.mis-slide {
	margin-top: -70px;
}

.mis-nav-buttons {
	top: -20px;
}

.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
	font-size: 60px;
	margin-left: 5px;
	margin-right: 0;
}

.mis-nav-buttons a.mis-next:after {
	margin-left: 0;
	margin-right: 5px;
}

/*== Contents fullscreen-overlay Navigation ==*/
#navi_all-prd {
	padding: 0;
	margin: 0 auto;
	width: 92%;
}

#navi_all-prd > a {
	color: #45413d;
	font-size: 16px;
	padding: 20px 20px;
	background-color: rgba(227, 223, 219, .85);
	border-style: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#navi_all-prd > a:before {
	color: #b8b3af;
	margin-right: 10px;
}

#navi_all-prd > a:hover:before {
	color:#fff;
}

#navi_all-prd > a:hover {
	color: #fff;
	background-color: rgba(11, 61, 94, .98);
	border-style: none;
}


}

/* SP */
@media all and (max-width: 699px)  {
/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
}

#maincontainer #contents {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Waku ==*/
#mainbanner {
	margin: 0 0 0;
}

/*== Slider Custom ==*/
.slick-dots {
	bottom: 20px;
}

.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0;
}

.slick-dots li + li {
	margin-left: 20px;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
	padding: 0;
}

.slick-dots li button:before {
	font-family: "";
	font-size: 0;
	line-height: 0;
	content: "";
	width: 14px;
	height: 14px;
	color: #b7bac6;
	background-color: #fff;
	opacity: 1;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	color: #0297e0;
	background-color: #095eb5;
	opacity: 1;
}

/*---------------------------------------------------- */
/* Products Block */
/*---------------------------------------------------- */
/*== Waku ==*/
#prd-block {
	padding-top: 35px;
	padding-bottom: 35px;
}

/*== h2 ==*/
#prd-block .main-title h2 {
	font-size: 29px;
}

#prd-block .main-title h2 small {
	font-size: 17px;
}

/*== Carousel Slider custom setting ==*/
.mis-stage {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	height: 440px;
}

.mis-slider {
	margin-top: 100px;
	margin-bottom: 0;
} 

.mis-slider li figcaption h3 {
	font-size: 18px;
}

.mis-slider li figcaption p {
	font-size: 14px;
}

.mis-slide {
	margin-top: -120px;
}

.mis-nav-list {
	//display: none;
	top: 420px;
	bottom: auto;
}

.mis-nav-buttons {
	top: -70px;
}

.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
	font-size: 60px;
	margin-left: 5px;
	margin-right: 0;
}

.mis-nav-buttons a.mis-next:after {
	margin-left: 0;
	margin-right: 5px;
}

/*== Contents fullscreen-overlay Navigation ==*/
#navi_all-prd {
	padding: 0;
	margin: 0 auto;
	margin-top: -80px;
	width: 92%;
}

#navi_all-prd > a {
	color: #45413d;
	font-size: 14px;
	padding: 18px 20px;
	background-color: rgba(227, 223, 219, .85);
	border-style: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#navi_all-prd > a:before {
	color: #b8b3af;
	margin-right: 10px;
}

#navi_all-prd > a:hover:before {
	color:#fff;
}

#navi_all-prd > a:hover {
	color: #fff;
	background-color: rgba(11, 61, 94, .98);
	border-style: none;
}



}