@charset "UTF-8";
/*181129 IE対策*/

/*商品詳細ページ*/
.prdtable {
	margin-top: 0;
}
/*仕様表に注釈追加 20181213*/
table.prdtable caption {
	caption-side: bottom;
	text-align: left;
	font-size: .9em;
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

/*製品比較表*/

span.nowrap {display: inline-block;}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding-left: 25px;
}
table.comparison {
	margin-top: 30px;
}
table.comparison em {
	font-weight: bold;
	font-style: normal;
}
table.comparison a {
	display: block;
}
table.comparison a img::after {
 content:'';
 width: 100%;
 height:1px;
 display: block;
}
table.comparison a span {
	font-weight: bold;
	border-bottom: 1px solid #d00;
	color: #d00;
 position: relative;
 z-index: 10;
}
.modelname td {
	vertical-align: top;
	position: relative;
 font-size;
.9em;
}
.modelname td img {
	width: 100%;
	max-width: 280px;
}
table.comparison .tax {
	font-size: .8em;
	font-weight: normal;
}
table.comparison th {
	white-space: nowrap;
	padding: .8em .5em;
	border-bottom: 1px solid #bbb;
	font-size: .9em;
	line-height: 1.6;
	width: 6.5em;
}
table.comparison td {
	font-size: .9em;
	padding: .8em .5em;
	line-height: 1.6;
	text-align: center;
	min-width: 100px;
	border-bottom: 1px solid #bbb;
	border-left: 1px dotted #ccc;
}
table.comparison.cell2 td {
	min-width: 100px;
}
table.comparison tr:first-child th, table.comparison tr:first-child td {
	border-top: 1px solid #bbb;
}
table.comparison td.dummy {
	width: 1px !important;
	border: none !important;
	padding: 0;
	min-width: 25px;
}
table.comparison .currentProducts {
	position: absolute;
	top: -2em;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	background: #d00;
	font-size: .8rem;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	z-index: 10;
}
table.comparison .currentProducts::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #d00;
}

table.comparison .currentProducts {display: none;}
/*ホールスロージューサー*/
#JSG-821 table.comparison .currentProducts.jsg-821 {display: inline !important;}
#JSG-721 table.comparison .currentProducts.jsg-721 {display: inline !important;}
#EVO-820 table.comparison .currentProducts.evo-820 {display: inline !important;}
#CS520SM table.comparison .currentProducts.cs520sm {display: inline !important;}
#CS600SM table.comparison .currentProducts.cs600sm {display: inline !important;}
#CS700SM table.comparison .currentProducts.cs700sm {display: inline !important;}
/*サイレントジューサー*/
#NS-993PSM table.comparison .currentProducts.ns-993psm {display: inline !important;}
#JSG-620 table.comparison .currentProducts.jsg-620 {display: inline !important;}
/*ブレンダー*/
#KPB-351SP table.comparison .currentProducts.kpb-351sp {display: inline !important;}
#SV-500P table.comparison .currentProducts.sv-500p {display: inline !important;}


@media print, screen and (max-width: 767px) {
.spec.bw {
	padding: 0;
}
}

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
table.comparison td {
	width: 28%;
	font-size: .95em;
}
table.comparison.cell2 td {
	width: 42%;
}
}

@media print, screen and (min-width: 768px)/*タブレットタテ*/ {
.table-responsive {
	padding-left: 0px;
}
table.comparison {
	table-layout: fixed !important;
	border-collapse: collapse;
	width: 100%;
}
table.comparison th {
	font-size: .9em;
}
table.comparison td {
	font-size: .9em;
	padding: .8em 1em;
}
table.comparison td.dummy {
	display: none;
}
table.comparison.cell2 td img {
	max-width: 250px;
}
}

@media print, screen and (min-width: 961px)/*小型PC*/ {
}

@media print, screen and (min-width: 1280px)/*PC*/ {
table.comparison a, table.comparison a span, table.comparison a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
table.comparison a:hover img {
	transform: scale(1.05);
	transition-duration: 0.3s;
	opacity: 1!important;
}
table.comparison a:hover span {
	border-bottom: 1px solid #fff;
}
table.comparison {
	margin-top: 30px;
}
table.comparison th {
	width: 8em;
}
}
.productHead {
	position: relative;
	overflow: hidden;
	height: 350px;
}
.productHead .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.2);
}
.productHead .bg {
	background-size: cover;
	background-position: 50% 50%;
	height: 800px;
	margin-top: -400px
}
.productHead h2 {
	position: absolute;
	z-index: 3;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 2.5em;
	letter-spacing: 1px;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
#about {
	background-image: linear-gradient(125deg, rgba(223, 238, 240,1) 20%, rgba(223, 238, 240,1) 20%, rgba(219, 237, 202,0.5) 100%);
	background-size: cover;
	/*linear-gradient(125deg, rgba(240, 247, 228,1) 0%, rgba(240, 247, 228,1) 10%, rgba(255, 237, 242,1) 50%, rgba(255, 234, 166,0.6) 100%)*/
	margin: 150px 0 0 0;
	position: relative;
	padding: 0 0 80px 0;
	overflow: hidden;
}
#about .sp-videolink {
	position: relative;
}
#about .youtube-play {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	top: 0;
	left: 0;
}
#about .youtube-play > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
#about .youtube-play span {
	font-size: 80px;
}
#about .youtube-play p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 8px;
}
/** .box-movie */
#about .mov-wrap {
	position: relative;
	width: 100%;
}
#about .box-movie {
	position: relative;
	line-height: 0;
	width: 100%;
}
#about .box-movie .wrp-mov {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#about .box-movie .wrp-mov iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#about .box-movie .btn-play {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
#about .box-movie .btn-play a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -92px;
	margin-left: -70px;
	display: block;
	padding-top: 160px;
	font-size: 16px;
	letter-spacing: 0.15em;
	color: #ffffff;
	background-image: url(../img/icon_play.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
#about .box-movie .btn-play a:hover {
	opacity: 0.6;
}
#about .abouthead {
	position: relative;
	padding: 20px 0 0 0;
}
#about .abouthead h3 > span {
	display: block;
}
#about .abouthead h3 > span > span {
	display: inline-block;
	padding: 5px 0 5px 20px;
	background: none;
	font-size: 1.25rem;
	font-weight: 500;
	border-bottom: 1px solid;
	margin-bottom: 5px;
}
#about .abouthead p {
	width: 100%;
	padding: 15px 20px 30px;
	line-height: 1.7;
	color: #111;
}
#about .point {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#about .point > li {
	width: 100%;
	margin-bottom: 20px;
}
#about .point li:nth-child(2), #about .point li:nth-child(5) {
	margin-top: 0px;
}
#about .point li > div {
	background: #fff;
	position: relative;
	z-index: 2 !important;
}
#about .point li > div::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background:rgba(200,0,0,0.1);*/
 /*border:1px solid rgba(200,0,0,1);*/
	top: 20px;
	left: 20px;
	z-index: -1 !important;
}
#about .point li > div div.txt {
	background: #fff;
	padding: 25px 25px 25px;
}
#about .point li > div h4 {
	font-size: 1.1em;
	padding-bottom: 20px;
	position: relative;
}
#about .point li > div h4::after {
	position: absolute;
	content: '';
	width: 35%;
	height: 1px;
	background-image: url(../product-images/line.png);
	background-size: cover;
	bottom: 10px;
	left: -25px;
}
#about .point li > div h4 span {
	position: absolute;
	top: -20px;
	left: -13px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: .95rem;
	font-weight: 600;
	letter-spacing: .1em;
}
#about .point li > div h4 span span {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	border-bottom: none;
}
#about .point li > div p {
	font-size: .9em;
}

@media print, screen and (min-width: 569px)/*SP横*/ {
#about .point > li {
	width: 48%;
	margin-bottom: 20px;
	background: #fff;
}
}

@media print, screen and (min-width: 768px)/*タブレット縦*/ {
#about::before {
	content: '';
	position: absolute;
	background: #fff;
	width: 100%;
	height: 60px;
}
#about .abouthead {
	position: relative;
	padding: 20px 0 0 0;
}
#about .abouthead h3 {
	display: inline-block;
}
#about .abouthead h3 > span {
	display: block;
	margin-bottom: 10px;
}
#about .abouthead h3 > span > span {
	display: inline-block;
	padding: 10px 20px 10px 40px;
	background: #fff;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: none;
	margin-bottom: 0;
}

/*KGY-81ASM用カスタマイズ　20200302追加 */
#about .abouthead h3 > span > .emphasize-81asm {
	display: inline-block;
	padding: 10px 20px 10px 40px;
	background: #D6000F;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: none;
	margin-bottom: 0;
	color:#FFF;
}



#about .abouthead p {
	width: 100%;
	padding: 15px 6% 30px;
	line-height: 1.7;
	color: #111;
}
}

@media print, screen and (max-width: 959px)/*モバイル用*/ {
#about .mov-wrap {
	display: none;
}
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
#about .sp-videolink {
	display: none;
}
#about .mov-wrap {
	position: absolute;
	width: 100%;
}
#about .box-movie {
	position: relative;
	width: 70%;
	margin-right: 0;
	margin-left: auto;
}
#about .box-movie .wrp-mov {
	background-size: cover;
}
#about .abouthead {
	position: relative;
	padding: 120px 0 0 0;
	pointer-events: none;
}
#about .abouthead p {
	width: 30%;
	padding: 15px 40px 30px;
	line-height: 1.7;
	color: #111;
}
#about .point > li {
	width: 31%;
	margin-bottom: 20px;
	background: none;
}
#about .point > li:nth-child(2), #about .point > li:nth-child(5) {
	margin-top: 50px;
}
#about .point li > div h4 {
	font-size: 1.2em;
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
#about .point {
	margin-top: 120px;
}
}

@media print, screen and (min-width: 769px) {
table.prdtable {
	width: 75%;
	margin: 1rem auto 3rem auto;
}
}
.item-optionselect dt {
	font-weight: bold;
}
.item-optionselect span {
	display: inline-block;
	margin: 3px 5px 2px 0;
	position: relative;
	height: 36px;
	padding: 0 5px 0 45px
}
.item-optionselect span input[type="radio"] {
	display: none;
}
.item-optionselect span label {
	font-size: .9em;
	line-height: 36px;
	font-weight: bold;
	color: #777;
}
.item-optionselect span::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #c00;
	display: block;
}
.item-optionselect span.red::before {
	background: #b00000;
}
.item-optionselect span.white::before {
	background: #fff;
	border: 1px solid #ccc;
}
.item-optionselect span.silver::before {
	background-image: linear-gradient(to top left, #ccc, #aaa, #f3f3f3, #ccc);
}
.item-optionselect span.gold::before {
	background-image: linear-gradient(to top left, #f2e1c0, #c0a570, #fffaf1, #f2e1c0);
}
.item-optionselect span input[type="radio"]:checked + label {
	/*border-bottom: 2px solid #000;*/
	color: #111;
}
.item-optionselect span input[type="radio"] + label::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: block;
}
.item-optionselect span input[type="radio"]:checked + label::after {
	border: 2px solid #333;
}
.recipebook {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 30px 0;
	color: #fff;
	overflow: hidden;
}
.recipebook.wholeslow {
	background-image: url(../product-images/recipe-bg-wholeslow.jpg);
}
.recipebook.blender {
	background-image: url(../product-images/recipe-bg-blender.jpg);
}
.recipebook.silentjuiser {
	background-image: url(../product-images/recipe-bg-silentjuiser.jpg);
}
.recipebook.yogult {
	background-image: url(../product-images/recipe-bg-yogult.jpg);
}
.recipebook h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 2.3em;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 12px;
}

.recipebook .bookcover {
	text-align: center;
}
.recipebook .bookcover img {
	/*border: 1px solid #fff;*/
	width: 65%;
	height: auto;
	-moz-box-shadow: 0px 5px 15px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 5px 15px rgba(000,000,000,0.5);
	box-shadow: 0px 5px 15px rgba(000,000,000,0.5);
}
.recipebook .bookcover ul {
	display: flex;
	list-style: none;
}
.recipebook .bookcover ul li {
	width: 50%;
	padding: 0 10px
}
.recipebook .bookcover ul li img {
	border: 5px solid #fff;
	width: 100%;
}
.recipebook .bookcover.wsj img {
	border: none;
	width: 440px;
	height: auto;
	-moz-box-shadow: 0px 5px 15px rgba(000,000,000,0);
	-webkit-box-shadow: 0px 5px 15px rgba(000,000,000,0);
	box-shadow: 0px 5px 15px rgba(000,000,000,0);
	position: relative;
	z-index: 2;
}
.recipebook .bookcover.wsj {
}
.samplerecipe {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin-top: 2em;
	position: relative;
	z-index: 2;
	width: 100%;
}
.samplerecipe li {
	width: 30%;
}
.samplerecipe li img {
	-moz-box-shadow: 0px 5px 15px rgba(000,000,000,0.2);
	-webkit-box-shadow: 0px 5px 15px rgba(000,000,000,0.2);
	box-shadow: 0px 5px 15px rgba(000,000,000,0.2);
	width: 100%;
}
.recipebook .bw > div > div.recipetxt p {
	font-size: .9em;
	margin-top: 1em;
}

@media print, screen and (min-width: 569px)/*SP横*/ {
}

@media print, screen and (min-width: 768px)/*タブレット縦*/ {
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
.recipebook {
	padding: 70px 0;
}
.recipebook h3 {
	font-size: 2.5em;
	text-align: left;
	margin-top: 0px;
}
.recipebook .bookcover {
	padding-right: 50px !important;
	background: none;
}
.recipebook .bookcover img {
	/*border: 1px solid #fff;*/
	width: 292px;
}
.recipebook .bookcover li img {
	width: 250px;
}
.recipebook .bw > div {
	display: flex;
	margin: auto;
 justify-content: center;
 align-items: center;
	position: relative;
}
.recipebook .bw > div > div {
}
.recipebook .bw > div > div.recipetxt {
	width: 50%;
}
.recipebook .bw > div > div.recipetxt p {
	font-weight: bold;
	font-size: 1rem;
	margin-top: 1em;
}

.recipebook.wholeslow .bookcover {
	background: none;
	padding: 0 0;
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
.recipebook .bw > div > div.recipetxt {
	width: 600px;
}
.recipebook.wholeslow.pro .bw > div::before {
	width: 103%;
}
}

/*181129 IE対策*/
@media all and (-ms-high-contrast: none)and (min-width: 960px) {
/*JSG-721*/
.samplerecipe li img {
	width: 250px;
}
/*JSG-120*/
.recipebook .bookcover {
}
.recipebook .bookcover li img {
	width: 250px!important;
}
/*CS520*/
.recipebook .bw > div {
	display: flex;
	margin: auto;
	position: relative;
	width: 100%;
}
.recipebook .bw > div > div {
	display: block;
	vertical-align: middle;
}
}

/*EVO-820ユーザーレビュー*/
.userReview {
	padding: 60px 0 0 0;
	/*background: rgba(255,242,244,1);*/
	/*background: #f5f5f5;	*/
 background-image: linear-gradient(125deg, rgba(223, 238, 240,1) 20%, rgba(223, 238, 240,1) 20%, rgba(219, 237, 202,0.5) 100%);
	background-size: cover;
}
.userReview h3 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 2.3em;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 20px;
}
.userReview ul {
	list-style: none;
}
.userReview ul:last-child {
 padding-bottom: 50px;
}
.userReview ul li {
	/*border:1px solid #ddd;*/
	padding: 1.5em;
	margin: .8em 0;
	background: #fff;
	-moz-box-shadow: 0px 1px 5px rgba(145,000,000,0.2);
	-webkit-box-shadow: 0px 1px 5px rgba(145,000,000,0.5);
	box-shadow: 0px 1px 5px rgba(000,000,000,0.2);
}
.userReview p {
	font-size: .9em;
	line-height: 1.7;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	color: #222;
}
.userReview p a {
	color: #d60000;
	border-bottom: 1px solid;
	font-weight: bold;
}
.userReview p.source {
	font-size: .85em;
	margin-top: .8em;
}
.userReview img.flag {
	width: 40px;
	height: auto;
	float: right;
	margin: 0 0 .5em 1em;
}
.userReview img.award {
	width: 160px;
	height: auto;
	margin: 0 1em 1em 0;
}
.userReview .cp_box *, .userReview .cp_box *:before, .userReview .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.userReview .cp_box {
	position: relative;
}
.userReview .cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 160px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(226,240,237, 0) 0%, rgba(226,240,237, 1) 45%);
}
.userReview .cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.userReview .cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 60px;
	left: 50%;
	width: 14rem;
	font-weight: bold;
	font-size: .95rem;
	content: 'すべてを表示';
	transform: translate(-50%, 0);
	color: #ffffff;
	border-radius: 20px;
	background-color: #d60000/*rgba(27, 37, 56, 1)*/;
}
.userReview .cp_box input {
	display: none;
}
.userReview .cp_box .cp_container {
	overflow: hidden;
	height: 450px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.userReview .cp_box input:checked + label {
/* display: none ; 閉じるボタンを消す場合解放 */
}
.userReview .cp_box input:checked + label:after {
	content: '閉じる';
}
.userReview .cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

@media print, screen and (min-width: 740px) {
.userReview .bw {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.userReview ul {
	width: 49%;
 padding-bottom: 50px;
}
}
@media print, screen and (min-width: 370px) {
 .userReview img.award {
	width: 180px;
 }
 }
@media print, screen and (min-width: 960px) {
.userReview h3 {
	font-size: 2.5em;
}
.userReview ul {
	width: 49.5%;
}
.userReview ul li {
	padding: 2em 2em;
 }
.userReview img.award {
	float: left;
}
}
