/*===============================
  Base
===============================*/
html {
	height: 100%;
	font-size: 62.5%;
	overflow-y: auto!important;
}
body {
  color: #333333;
  font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	height: 100%;
	font-size: 1.6rem;
	line-height: 1;
}
a {
    color: #0c72c1;
    text-decoration: none;
}
a:hover {
	color: #0c72c1;
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, li {
	line-height: 1.5;
}

/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
}
/*===============================
  Container
===============================*/
.container {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.container {
		max-width: 1074px;
		padding: 0 25px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
}

/*===============================
  Main image
===============================*/
.main {
	overflow: hidden;
}
.main__image {
	width: 100%;
	height: auto;
}
.main__lead {
	display: inline-block;
	position: relative;
}
.switch {
    visibility: hidden;
}
@media screen and (min-width: 769px) {
	.main {
		padding: 30px 0 45px;
	}
	.main__lead {
		padding-top: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 768px) {
	.main__lead {
		padding: 20px 6.25% 35px;
		font-size: 1.4rem;
	}
}
/*===============================
  Section
===============================*/
.section__title {
	margin-bottom: 15px;
	padding: 0 0 0 17px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}
.section__title--category-kitchen {
	color: #263996;
}
.section__title--category-compact-kitchen {
	color: #269596;
}
.section__title--category-other-kitchen {
	color: #8b2f8c;
}
.section__title img {
	width: 100%;
	height: auto;
}
.section__title--search {
	font-size: 1.6rem;
}
.section__title--search span {
	color: #0849a2;
}

.section__title .txt_small {
	font-size: 80%;
}

@media screen and (min-width: 769px) {
	.section {
		padding: 0 1.46484375% 45px;
	}
	.section_last {
		padding-top: 45px;
	}
	.section__title {
		height: 31px;
		font-size: 2.4rem;
	}
	.section__title--category-kitchen {
		background: url(../image/bg-title_category-kitchen.png) left top no-repeat;
	}
	.section__title--category-compact-kitchen {
		background: url(../image/bg-title_category-compact-kitchen.png) left top no-repeat;
	}
	.section__title--category-other-kitchen {
		background: url(../image/bg-title_category-other-kitchen.png) left top no-repeat;
	}
	.section__title .small {
		font-size: 2rem;
	}
	.section__title .br {
		display: none;
	}
	.section__inner {
		padding: 0 1.509054325955734%;
	}
}
@media screen and (max-width: 768px) {
	.section {
		padding: 0 3.125% 35px;
	}

	.section_last {
		padding-top: 35px;
	}
	.section__title {
		font-size: 2rem;
	}
	.section__title--category-kitchen {
		background: url(../image/bg-title_category-kitchen_sp.png) left top no-repeat;
		height: 26px;
	}
	.section__title--category-compact-kitchen {
		background: url(../image/bg-title_category-compact-kitchen_sp.png) left top no-repeat;
		height: 48px;
	}
	.section__title--category-other-kitchen {
		background: url(../image/bg-title_category-other-kitchen_sp.png) left top no-repeat;
		height: 48px;
	}
	.section__title span {
		font-size: 1.4rem;
	}
	.section__inner {
		padding: 0 3.333333333333333%;
	}
	.section__lead {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
}

/*===============================
  Category
===============================*/
.category-3rows:after,
.category-2rows:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.category-3rows li img,
.category-2rows li img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
}
.category-3rows li img:hover,
.category-2rows li img:hover {
	opacity: .75;
}
.category-btn:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.category-btn li {
	border: 2px solid #0e71c2;
	border-radius: 5px;
	padding: 2px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
	overflow: hidden;
	background: -webkit-linear-gradient(top, #ffffff 0%,#d2e2fc 91%,#d1e2fc 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#d2e2fc 91%,#d1e2fc 100%);
}
.discontinued {
	border-top: 1px solid #dcdcdc;
	text-align: right;
}
.discontinued__toggle {
	font-size: 1.4rem;
	display: inline-block;
	width: 180px;
	text-align: left;
	background-color: #0c72c1;
	background-image: url(../../../images/arrow_discontinued-down.png);
	background-position: 145px center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 12px 24px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 20px;
}
.discontinued__toggle:hover {
	opacity: .75;
}
.discontinued__toggle--close {
	background-image: url(../images/arrow_discontinued-up.png);
}

.view_sp {
	display: block;
}

@media screen and (min-width: 769px) {
	.category-3rows li {
		float: left;
		width: 31.12033195020747%;
		margin-top: 3.319502074688797%;
	}
	.category-2rows li {
		float: left;
		width: 48.3402489626556%;
		margin-top: 3.319502074688797%;
	}
	.category-3rows li:nth-of-type(1),
	.category-3rows li:nth-of-type(2),
	.category-3rows li:nth-of-type(4),
	.category-3rows li:nth-of-type(5),
	.category-2rows li:nth-of-type(odd) {
		margin-right: 3.319502074688797%;
	}
	.discontinued {
		padding: 1.509054325955734%;
	}
}
@media screen and (max-width: 768px) {
	.category-3rows li,
	.category-2rows li {
		margin-top: 10px;
		text-align: center;
	}
	.discontinued {
		padding: 15px 3.333333333333333%;
	}
	.discontinued__toggle {
		margin-bottom: 5px;
	}
	.view_sp {
		display: none;
	}
}
/*===============================
  none Category
===============================*/
img.sashie {
	opacity: 1 !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
img.sashie:hover {
	opacity: 1 !important;
}