@charset "UTF-8";
/* クビンストップCSS */
/* 190523スライダー画像リンク追加 */

#toppage main {
	padding: 0;
}
#toppage .breadcrumb {
	display: none;
}
a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.mainimage {
	width: 100%;
	height: 70vh;/*background: #fff1f3;*/
}
.swiper-container.mainimage {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 0 0px 0;
	z-index: 1;
}
.mainimage .swiper-wrapper .swiper-slide {
	background-size: cover;
	background-position: 70% 50%;
	position: relative;
}
.mainimage .swiper-wrapper .swiper-slide {
	background-size: cover;
	background-position: 70% 50%;
	position: relative;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text {
	display: flex;
	align-items: center;
	height: 100%;
	right: 25px;
	position: absolute;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text a {
	display: block;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text p span {
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background: rgba(0,0,0,0.2);
	padding: .5em .8em;
	line-height: 1;
	margin-bottom: 1px;
	font-size: .95em;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text p.new span {
	background: #d6000f;
	font-size: .85em;
	font-family: 'Montserrat';
	margin-bottom: 5px;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text h3 {
	font-family: 'Montserrat';
	font-size: 2.2em;
	letter-spacing: 1px;
	font-weight: 400;
	color: #fff;
	/*border-bottom:2px solid #fff;*/
	display: inline-block;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text p.link {
	color: #fff;
	border: 2px solid #fff;
	display: inline-block;
	padding: .5em 1em;
	font-size: .82em;
	margin-top: 10px;
	line-height: 1;
	font-weight: bold;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
/*EVO-820*/
.mainimage .swiper-wrapper .swiper-slide.slide1 {
	background-position: left center;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text1 {
	display: flex;
	align-items: center;
	height: 100%;
	position: absolute;
}
.evo820 {
	position: absolute;
	right: -10px;
	top: 0px;
}
.evo820 img {
	height: 72vh;
	width: auto;
}
.evo820copy {
	width: 270px;
	height: auto
}
.evo820txt {
	width: 230px;
	height: auto
}

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
.mainimage {
	height: 80vh;
}
.evo820 {
	position: absolute;
	left: 50%;
	right: auto;
	top: -5px;
}
.evo820 img {
	height: 93vh;
	width: auto;
}
}

@media print, screen and (min-width: 768px)/*タブレットタテ*/ {
.mainimage .swiper-wrapper .swiper-slide {
	background-size: cover;
	background-position: 50% 50%;
}
.mainimage .swiper-wrapper .swiper-slide.slide1 {
	background-position: center center;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text {
	left: 63%;
}
.evo820copy {
	width: 420px;
	height: auto
}
.evo820txt {
	width: 300px;
	height: auto
}
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
.mainimage .swiper-wrapper .swiper-slide .slider-text p span {
	font-size: 1.05em;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text p.new span {
	font-size: 1em;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text h3 {
	font-size: 2.5em;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text p.link {
	font-size: 1em;
}
.mainimage .swiper-wrapper .swiper-slide .slider-text a:hover p.link {
	background: #fff;
	color: #d6000f;
}
.evo820 {
	display: none;
}
.slider-text1.bw {
	background: url(../home-images/mainslider/evo820pc-min.png);
	background-size: contain;
	background-position: 68% center;
	background-repeat: no-repeat;
}
.slider-text1.bw > div {
	padding-left: 7%;
}
.evo820copy {
	width: 460px;
	height: auto
}
.evo820txt {
	width: 340px;
	height: auto;
	margin: 0px 0 0 15px;
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
.slider-text1.bw > div {
	padding-left: 10%;
}
.evo820copy {
	width: 580px;
	height: auto
}
}
/* 190523スライダー画像リンク追加 */
.mainimage .swiper-wrapper .swiper-slide .imagelink {
	align-items: center;
	height: 100%;
	width: 100%;
}

@media print, screen and (max-width: 520px)/*スマホのみ*/ {
	.mainimage .swiper-wrapper .swiper-slide.sp{
		background-image: var(--bg-image-sp)!important;
		background-position: center!important;
	}
}

/* -----------トピックス---------------- */
.topics {
	width: 95%;
	display: flex;
	flex-wrap: nowrap;
	background: #fff;
	-moz-box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	-webkit-box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	margin: -25px 0 0 auto;
	position: relative;
	z-index: 10;
}
.topics a {
	color: #111;
}
.topics .text {
	padding: 0 20px 20px 20px;
	position: relative;
	width: 440px;
}
.topics h3 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding-bottom: 12px;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 600;
}
.topics h3 span {
	background: #d6000f;
	display: inline-block;
	padding: 0 30px;
	line-height: 50px;
	letter-spacing: 1px;
}
.topics .text {/*font-size:.95em;*/
	line-height: 1.7;
}
.topics a {
	display: block;
}
.topics .text .topicstitle {
	display: inline !important;
	font-weight: bold;
}
.topics .text p {
	font-size: .95em;
	line-height: 1.6;
}
.topics .text a .link {
	box-shadow: 0 2px 0 #d6000f;
	transition: all .3s ease-out;
	font-weight: bold;
	background-color: rgba(214,0,15,0);
}
.topics .text .linkbtn {
	font-size: .85em;
	font-weight: bold;
	position: absolute;
	top: 15px;
	right: 20px;
}
.topics .text .linkbtn a {
	display: inline-block;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 0 1em 0 1.5em;
	white-space: nowrap;
	color: #111;
	border-radius: 20px;
}
.topics .linkbtn a span.icon-chevron-thin-down {
	margin-left: .8em;
}
.topics .image {
	display: none;
}

@media print, screen and (max-width: 320px)/*小型SP*/ {
.topics .linkbtn a span.smallsp {
	display: none;
}
}

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

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
.topics .text {
	padding: 0 30px 20px 30px;
}
.topics .text .linkbtn {
	right: 30px;
}
.topics .image {
	display: block;
	width: 160px;
	background-size: cover;
}
}

@media print, screen and (min-width: 665px)/*タブレットタテ小*/ {
.topics {
	width: 600px;
	margin: -50px 0 0 auto;
}
}

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

@media print, screen and (min-width: 960px)/*小型PC*/ {
.topics .text .linkbtn {
	top: 15px;
	right: 30px;
}
.topics .linkbtn a:hover {
	border: 1px solid #ff676a;
	color: #fff;
	background: #ff676a;
}
.topics .text a:hover .link {
	color: #fff;
	background-color: rgba(214,0,15,1);
}
/*.topics p a span {
	position: relative;
}
.topics p a span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	transition: .3s;
}
.topics p a:hover span::after {
	width: 100%;
}*/
}
/* -----------コンセプト---------------- */
.consept {
	margin: 140px auto auto;
}
.consept h2 {
	position: absolute;
	top: -100px;
	right: 10%;
	left: 10%;
	z-index: 2;
	text-align: center;
}
.consept h2 img {
	width: 90%;
}
.consept .bw {
	position: relative;
	width: 100%;
	padding: 0 0;
	margin: auto;
}
.consept .bg {
	background-image: url(../home-images/catchBg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-color: #043c5e;
	padding: 150px 30px 45px;
	position: relative;
	overflow: hidden;
}
.consept .bg > div > div:nth-child(2) {
	padding: 30px 0;
}
.consept h3, .consept p {
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.consept h3 {
	font-size: 1.3em;
	font-feature-settings: normal;
	padding-bottom: 10px;
}
.consept p {
	margin-top: 1em;
	font-size: .95em;
	line-height: 1.9;
}
.consept .linkbtn {
}
.consept .linkbtn a {
	display: block;
	line-height: 42px;
	border: 2px solid #fff;
	padding: 0 0 0 1em;
	white-space: nowrap;
	color: #fff;
	border-radius: 25px;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
}
.consept .linkbtn a span {
	margin-left: 1em;
}

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
}

@media print, screen and (min-width: 768px)/*タブレットタテ*/ {
.consept {
	margin: 100px auto auto;
}
.consept .bg {
	padding: 100px 40px;
}
.consept h2 img {
	width: 320px;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: -30px;
}
.consept .bg > div {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
.consept .bg > div > div {
	width: 50%;
}
.consept .bg > div > div:nth-child(1) {
	padding: 0 0 100px 30px;
}
.consept .bg > div > div:nth-child(2) {
	padding: 160px 30px 0 0;
}
.consept h3 {
	font-size: 1.7em;
}
.consept p {
	font-size: 1.06em;
}
.consept .linkbtn {
	position: absolute;
	right: 70px;
	bottom: 80px;
}
.consept .linkbtn a {
	display: inline-block;
	line-height: 60px;
	border: 2px solid #fff;
	padding: 0 2em 0 3em;
	white-space: nowrap;
	color: #fff;
	border-radius: 40px;
	font-weight: bold;
	font-size: 1.1em;
}
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
.consept {
	margin: 140px auto auto;
}
.consept .bg {
	padding: 100px 70px;
}
.consept .linkbtn a:hover {
	border: 2px solid #fff;
	color: #033b5b;
	background: #fff;
}
.consept h2 img {
	width: 380px;
	position: absolute;
	z-index: 2;
	top: -10px;
	left: -20px;
}
.consept .bg {
	background-attachment: fixed;
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
.consept {
	margin: 140px auto auto;
}
.consept .bw {
	width: 100%;
	padding: 0 6%;
	margin: auto;
}
.consept h2 img {
	width: 380px;
	position: absolute;
	z-index: 2;
	top: -10px;
	left: 10px;
}
}
/* -----------製品情報---------------- */
.products {
	margin: 150px 0 70px 0
}
.products .bw {
	position: relative;
	z-index: 10;
}
.products .bw h2 {
	text-align: right;
}
.products .bw h2 img {
	width: 220px;
	height: auto;
	float: right
}
.products .bw h2 span {
	display: inline-block;
	line-height: 60px;
	font-size: 1.2rem;
	margin-right: 30px;
	height: 68px;
}
.products a {
	color: #111;
}
.products .swiper-slide {
	padding: 0 0 30px 0;
}
.swiper-slide {
	position: relative;
}
.proructsCate.products01::before {
	background-image: url(../home-images/product-bg-01.jpg);
	background-color: #d4e2f2;
}
.proructsCate.products02::before {
	background-image: url(../home-images/product-bg-02.jpg);
	background-color: #f9d2d3;
}
.proructsCate.products03::before {
	background-image: url(../home-images/product-bg-03.jpg);
	background-color: #ffe5b1;
}
.proructsCate.products04::before {
	background-image: url(../home-images/product-bg-04.jpg);
	background-color: #d4e3f2;
}
.products .items {
	padding: 0 0 0 20px;
	position: relative;
	z-index: 2;
}
.products .items::before {
	position: absolute;
	top: -40px;
	left: 0;
	display: block;
	content: '';
	width: 90%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1;
}
.products .products01 .items::before {
	background-image: url(../home-images/product-recipe-01.jpg);
}
.products .products02 .items::before {
	background-image: url(../home-images/product-recipe-02.jpg);
}
.products .products03 .items::before {
	background-image: url(../home-images/product-recipe-03.jpg);
}
.products .products04 .items::before {
	background-image: url(../home-images/product-recipe-04.jpg);
}
.products .items .productCatch {
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0 20px 0;
	line-height: 1.5;
}
.products .items ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin: 10px 0 0 0;
}
.products .items li {
	width: 50%;
	padding-right: 20px;
	padding-bottom: 20px;
}
.products .items li .image {
	padding: 20px 0;
	background: #fff;
	-moz-box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	-webkit-box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	overflow: hidden;
}
.products .items h4 {
	font-size: .9rem;
	font-weight: 400;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.products .items h4 span.en {
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	display: inline;
	font-size: 1rem;
	font-weight: 600;
	padding-bottom: 0;
}
.products .items li p {
	font-size: .85rem;
	height: 50px;
	margin: 0 0 10px 0;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 0 80px 0;
	z-index: 1;
}

@media print, screen and (max-width: 320px)/*小型スマホ*/ {
.swiper-container {
	padding: 0 0 110px 0;
}
}

@media print, screen and (max-width: 520px)/*スマホ*/ {
.products {
	margin: 70px 0 70px 0;
}
.products .bw h2 img {
	width: 220px;
	height: auto;
	float: none;
}
.products .bw h2 span {
	height: 46px;
	line-height: 46px;
	margin-right: 0px;
	display: block;
	position: relative;
	margin-top: 10px;
}
.products .bw h2 span::before {
	content: '';
	width: 30px;
	height: 2px;
	background: #c00;
	display: block;
	right: 5px;
	top: -3px;
	position: absolute;
}
.products .items {
	padding: 0 0 15px 0;
	position: relative;
	z-index: 2;
}
.products .items > div {
	padding: 40px 0 0 0;
}
.products .items h3 {
	font-weight: normal !important;
	font-size: 1.2rem;
	padding-top: 35px;
}
.products .items .productCatch {
	margin: 10px 15px 0 15px;
	padding: 10px 20px 5px 20px;
	font-weight: bold;
	background: rgba(255,255,255,0.8)
}
.products .items h3 span.en, .products .items h4 span {
	font-size: 1.8em;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	/*letter-spacing: 1px;*/
	display: inline-block;
	padding-bottom: 7px;
	font-weight: normal !important;
}
.products .items h4 {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products .items h4 span {
	font-size: 1.1rem;
	display: inline;
	font-weight: 600 !important;
}
.products .items::before {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 500px;
}
.products .products01 .items::before {
	background-image: url(../home-images/product-recipe-01.jpg);
}
.products .products02 .items::before {
	background-image: url(../home-images/product-recipe-02.jpg);
}
.products .products03 .items::before {
	background-image: url(../home-images/product-recipe-03.jpg);
}
.products .products04 .items::before {
	background-image: url(../home-images/product-recipe-04.jpg);
}
.products .items::after {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 90%;
	z-index: -1;
}
.products .products01 .items::after {
	background-image: linear-gradient(180deg, rgba(219,214,80,0) 40%, rgba(219,214,80,1));
}
.products .products02 .items::after {
	background-image: linear-gradient(180deg, rgba(183,189,205,1) 40%, rgba(221,215,228,1));
	z-index: -2;
}
.products .products03 .items::after {
}
.products .products04 .items::after {
}
.products .items h3 {
	font-size: 1.2rem;
	padding: 0 20px 0 20px;
}
.products .items h3 span {
	background: #fff;
	display: inline-block;
	padding: 3px 6px;
	margin-bottom: 2px;
}
.products .items ul {
	padding: 10px 0px 0 20px;
	margin: 0 15px;
	background: rgba(255,255,255,0.8)
}
.products .items li p {
	font-size: .85rem;
	line-height: 1.5;
	margin: 5px 0 0 0;
}
.products .items li .image {
	padding: 10px 0;
}
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .3em .6em;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.swiper-pagination-bullet {
	width: auto !important;
	height: auto;
	display: inline-block;
	border-radius: 25px;
	background: none;
	opacity: 1;
	color: #111;
	font-weight: bold;
	line-height: 32px;
	padding: 0 15px;
	border: 2px solid #ddd;
	font-size: .8rem;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #aaa;
	border: 2px solid #aaa;
	color: #fff;
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(1)::before {
	content: 'ホールスロージューサー';
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(2)::before {
	content: 'サイレントジューサー';
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(3)::before {
	content: 'ブレンダー';
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(4)::before {
	content: 'ヨーグルト＆チーズメーカー';
}
/*animation*/
.products .swiper-slide-active h3 {
	animation: slideFromRight 2.0s ease 0s 1 normal;
}
.products .swiper-slide-active .productCatch {
	animation: slideFromRightSub 2.5s ease 0s 1 normal;
}
.products .swiper-slide-active ul {
	animation: slideFromRightBtn 3s ease 0s 1 normal;
}
@keyframes slideFromRight {
 0%, 50% {
 transform: translateX(50px);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
@keyframes slideFromRightSub {
 0%, 60% {
 transform: translateX(100px);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
@keyframes slideFromRightBtn {
 0%, 65% {
 transform: translateY(50px);
 opacity: 0;
}
 100% {
 transform: translateY(0px);
 opacity: 1;
}
}
.products .items h3 span.en, .products .items h4 span {
	font-size: 1.8em;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	/*letter-spacing: 1px;*/
	display: inline-block;
	padding-bottom: 7px;
	font-weight: normal !important;
}
.products .items h4 span {
	font-size: 1.1rem;
	font-weight: 600 !important;
}
.products .items h4 {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media print, screen and (min-width: 521px)/*SPヨコ*/ {
.products .bw h2 img {
	width: 284px;
	height: auto;
	float: right
}
.products .items h4 span {
	font-size: 1.1rem!important;
	display: inline;
	font-weight: 600 !important;
}
}

@media print, screen and (min-width: 768px)/*タブレットタテ*/ {
.products .items {
	padding: 0 13px 0 40%;
	position: relative;
	z-index: 2;
}
.products .items::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 36%;
	height: 460px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.proructsCate::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	width: 100%;
	height: 460px;
}
.products .items li {
	width: 33.33%;
	padding-right: 12px;
}
.products .items h3 {
	padding-top: 30px;
	font-weight: normal;
}
.products .items h3 span.en, .products .items h4 span {
	font-size: 2.2em;
}
.products .items .productCatch {
	font-size: 1.3em;
}
.products .items h3 span {
	font-size: 1em;
}
.swiper-container {
	padding: 0 0 20px 0;
}
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
.products {
	margin: 100px 0 70px 0
}
.products .bw {
	position: relative;
	z-index: 10;
}
.products .bw h2 {
	text-align: right;
}
.products .bw h2 img {
	width: 284px;
	height: auto;
	float: right
}
.products .bw h2 span {
	display: inline-block;
	line-height: 60px;
	font-size: 1.2rem;
	margin-right: 30px;
	height: 68px;
}
.products a {
	color: #111;
}
.products .swiper-slide {
	padding: 0 0 30px 0;
}
.swiper-slide {
	position: relative;
}
.proructsCate::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	width: 100%;
	height: 580px;
}
.proructsCate.products01::before {
	background-image: url(../home-images/product-bg-01.jpg);
	background-color: #d4e2f2;
}
.proructsCate.products02::before {
	background-image: url(../home-images/product-bg-02.jpg);
	background-color: #dcd8e5;
}
.proructsCate.products03::before {
	background-image: url(../home-images/product-bg-03.jpg);
	background-color: #ffeeaf;
}
.proructsCate.products04::before {
	background-image: url(../home-images/product-bg-04.jpg);
	background-color: #d4ecd0;
}
.products .items {
	padding: 0 5% 0 40%;
	position: relative;
	z-index: 2;
}
.products .items::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 36%;
	height: 580px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.products .products01 .items::before {
	background-image: url(../home-images/product-recipe-01.jpg);
}
.products .products02 .items::before {
	background-image: url(../home-images/product-recipe-02.jpg);
}
.products .products03 .items::before {
	background-image: url(../home-images/product-recipe-03.jpg);
}
.products .products04 .items::before {
	background-image: url(../home-images/product-recipe-04.jpg);
}
.products .items h3 {
	font-weight: normal !important;
	font-size: 1.2rem;
	padding-top: 35px;
	font-weight: 600;
}
.products .items h3 span:not(en) {
	font-weight: normal !important;
	font-size: 1.3rem;
}
.products .items h3 span.en, .products .items h4 span {
	font-size: 3rem;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	white-space: nowrap;
}
.products .items .productCatch {
	font-size: 1.7em;
	font-weight: bold;
	padding: 15px 0 20px 0;
	line-height: 1.5;
}
.products .items ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 10px 0 0 0
}
.products .items li {
	width: 33.33%;
	padding-right: 30px;
}
.products .items li .image {
	padding: 20px 0;
	background: #fff;
	-moz-box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	-webkit-box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	box-shadow: 0px 5px 18px rgba(000,000,000,0.20);
	overflow: hidden;
}
.products .items h4 {
	font-size: .95rem;
	font-weight: normal;
}
.products .items h4 span {
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 600;
}
.products .items li p {
	font-size: .9rem;
	height: 50px;
	margin: 5px 0 10px 0;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 0 50px 0;
	z-index: 1;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .6em;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.swiper-pagination-bullet {
	width: auto !important;
	height: auto;
	display: inline-block;
	border-radius: 25px;
	background: none;
	opacity: 1;
	color: #111;
	font-weight: bold;
	line-height: 40px;
	padding: 0 24px;
	border: 2px solid #ddd;
	font-size: .9rem;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #aaa;
	border: 2px solid #aaa;
	color: #fff;
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(1)::before {
	content: 'ホールスロージューサー';
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(2)::before {
	content: 'サイレントジューサー';
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(3)::before {
	content: 'ブレンダー';
}
.swiper-pagination span.swiper-pagination-bullet:nth-child(4)::before {
	content: 'ヨーグルト＆チーズメーカー';
}
/*animation*/
.products .swiper-slide-active h3 {
	animation: slideFromRight 2.0s ease 0s 1 normal;
}
.products .swiper-slide-active .productCatch {
	animation: slideFromRightSub 2.5s ease 0s 1 normal;
}
.products .swiper-slide-active ul {
	animation: slideFromRightBtn 3s ease 0s 1 normal;
}
@keyframes slideFromRight {
 0%, 50% {
 transform: translateX(50px);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
@keyframes slideFromRightSub {
 0%, 60% {
 transform: translateX(100px);
 opacity: 0;
}
 100% {
 transform: translateX(0px);
 opacity: 1;
}
}
@keyframes slideFromRightBtn {
 0%, 65% {
 transform: translateY(50px);
 opacity: 0;
}
 100% {
 transform: translateY(0px);
 opacity: 1;
}
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
.products .items li p {
	font-size: .9rem;
	height: 50px;
	margin: 0px 0 10px 0;
}
.products .items h4 span {
	font-size: 1.2rem !important;
	line-height: 1;
}
}
/* -----------レシピ---------------- */
.recipe .bw {
	margin-bottom: -13px;
	position: relative;
	z-index: 10;
}
.recipe .bw h2 {
	text-align: left;
	padding-bottom: 30px
}
.recipe .bw h2 img {
	width: 201px;
	height: auto;
	float: left
}
.recipe .bw h2 span {
	display: inline-block;
	line-height: 93px;
	font-size: 1.2rem;
	margin-left: 10px;
	height: 93px;
}

@media print, screen and (max-width: 520px)/*スマホのみ*/ {
.recipe .bw h2 img {
	width: 160px;
	height: auto;
	float: none;
}
.recipe .bw h2 span {
	height: 46px;
	line-height: 46px;
	margin-right: 0px;
	display: block;
	position: relative;
}
.recipe .bw h2 span::before {
	content: '';
	width: 30px;
	height: 2px;
	background: #c00;
	display: block;
	left: 0px;
	top: -3px;
	position: absolute;
}
}
.recipe .bg {
	background-image: linear-gradient(180deg, rgba(255, 246, 194,0) 0%, rgba(255, 220, 167,0.7) 45%, rgba(255, 216, 143,1) 65%, rgba(255, 210, 205,1) 94%);
	padding: 0 0 70px 0;
}
.recipe .linkbtn {
	text-align: center;
	padding: 30px 0 0
}
.recipe .linkbtn a {
	background: #ff6e31;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	padding: 0 2em 0 3em;
	line-height: 60px;
	border-radius: 35px;
}
.recipe .linkbtn a span {
	margin-left: 1em;
}
.recipe .swiper-container {
	padding: 0 0 0 0;
}
.recipe .swiper-wrapper {
	padding: 0 0 20px 0
}
.recipe .swiper-slide {
	width: 180px;
	background: #fff;
	-moz-box-shadow: 0px 5px 18px rgba(000,000,000,0.15);
	-webkit-box-shadow: 0px 5px 18px rgba(000,000,000,0.15);
	box-shadow: 0px 5px 18px rgba(000,000,000,0.15);
}
.recipeName {
	padding: 10px 10px 22px 15px;
}
.recipeName h3 {
	font-size: .95rem;
	padding: 5px 0;
	font-weight: normal;
	font-size: 1.1rem;
	color: #000;
}
.recipeProducts {
	line-height: 1;
}
.recipeProducts span:not(:last-child) {
	margin-right: .5em;
}
.recipeProducts span {
	display: inline-block;
	/*border: #d00 solid 1px;*/
	padding: 5px .8em;
	border-radius: 19px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: -0.1em;
	margin-top: 5px;
	background-image: linear-gradient(90deg, rgba(255, 104, 66,1) 0%, rgba(239, 59, 114,1)100%);
}

@media print, screen and (min-width: 568px)/*SPヨコ*/ {
}

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

@media print, screen and (min-width: 960px)/*小型PC*/ {
.recipe .linkbtn a:hover {
	background: #ff3649;
}
.recipe a .image {
	overflow: hidden;
}
.recipe a .image p img {
	transition-duration: 0.4s;
}
.recipe a:hover .image p img {
	transform: scale(1.1);
	transition-duration: 0.4s;
	opacity: 1!important;
}
.recipe .swiper-slide {
	width: 240px;
	background: #fff;
	-moz-box-shadow: 0px 5px 18px rgba(000,000,000,0.15);
	-webkit-box-shadow: 0px 5px 18px rgba(000,000,000,0.15);
	box-shadow: 0px 5px 18px rgba(000,000,000,0.15);
}
}

@media print, screen and (min-width: 1280px)/*PC*/ {
}
/* -----------お知らせ---------------- */
.homeNews {
	padding-top: 80px;
	padding-bottom: 50px;
}
.homeNews h2 {
	text-align: center;
}
.homeNews h2 img {
	width: 177px;
	height: auto;
}
.homeNews h2 span {
	display: block;
	line-height: 1;
	font-size: 1.2rem;
	margin-top: 10px;
}

@media print, screen and (max-width: 520px)/*スマホのみ*/ {
.homeNews h2 img {
	width: 150px;
	height: auto;
	float: none;
}
.homeNews h2 span {
	height: 46px;
	line-height: 46px;
	margin-right: 0px;
	display: block;
	position: relative;
}
.homeNews h2 span::before {
	content: '';
	width: 30px;
	height: 2px;
	background: #c00;
	display: block;
	left: 50%;
	top: -3px;
	position: absolute;
	margin-left: -15px;
}
}
.newslist-li {
	list-style: none;
	padding: 20px 0px 0px;
}
.newslist-li li {
	padding: 10px 0
}
.newslist-li a {
	color: #111;
}
.newslist-li .newsthum {
	width: 120px;
	height: 120px;
	background-size: cover;
	float: left
}
.newslist-li .newslisttext {
	padding: 0 0 0 15px;
	overflow: hidden;
}
.newslist-li .genre {
	display: inline-block;
	font-size: .85rem;
	margin-bottom: 7px;
	padding: 5px 20px;
	line-height: 1;
	background-color: #F3F3F3;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
}
.newslist-li .genre.event {
	background-color: #EF3936;
	color: #fff;
}
.newslist-li .genre.news {
	background-color: #FFA61A;
	color: #fff;
}
.newslist-li .genre.media {
	background-color: #78A936;
	color: #fff;
}
.newslisttext h3 {
	line-height: 1.5;
	font-size: 1em;
}
.newslist-li a h3 span {
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.newslisttext p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .95em;
}
.newslisttext p.date {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
}

@media print, screen and (min-width: 960px)/*小型PC*/ {
.homeNews {
	padding-top: 80px;
	padding-bottom: 50px;
}
.newslist-li {
	list-style: none;
	padding: 20px 50px 50px;
}
.newslist-li li {
	padding: 20px 0
}
.newslisttext h3 {
	line-height: 1;
	font-size: 1.05rem;
	margin-bottom: 5px;
}
.newslist-li .newslisttext {
	padding: 0 0 0 30px;
	overflow: hidden;
}
.newslist-li a h3 span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
	transition: .3s;
}
.newslist-li a:hover h3 span::after {
	width: 100%;
}
}


/*20190614追加*/
.heroSlider {
	position: relative;
	background-image: url(../home-images/mainslider/heroBg.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.loadingsvg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.swiper-container.mainimage {
	transition: opacity .6s ease;
	z-index: 2;
}
.swiper-container.mainimage.loading {
	opacity: 0;
	visibility: hidden;
}
.mainimage .swiper-wrapper .tateCenter {
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}
.mainimage .swiper-wrapper .boldtxt {
	color: #000;
	font-weight: bold;
}

/*キャンペーンTOP用画像*/ /* タブレットタテ */
@media print, screen and (max-width: 768px){
	.mainimage .swiper-wrapper .swiper-slide.sale-campaign{
	background: url(../home-images/mainslider/20211215_main_visual_m.jpg) no-repeat center/cover!important;
	}
}
.mainimage .swiper-wrapper .swiper-slide.sale-campaign{background-color:#09102c;background-size:cover;background-repeat: none;}

/*メインスライダー：cs700sm*/
.mainimage .swiper-wrapper .swiper-slide.cs700sm {
	background-position: 45% 50%;
}
.mainimage .swiper-wrapper .swiper-slide.cs700sm .boldtxt {
	font-size: .85em;
	margin-top: 1em;
	line-height: 1.6;
}
@media print, screen and (min-width: 375px) {
.mainimage .swiper-wrapper .swiper-slide.cs700sm .boldtxt {
	padding-right: 15%;
}
}
@media print, screen and (min-width: 768px) {
.mainimage .swiper-wrapper .swiper-slide.cs700s {
	background-position: 60% 50%;
}
.mainimage .swiper-wrapper .swiper-slide.cs700sm img {
	width: 500px;
}
}

@media print, screen and (min-width: 960px) {
.mainimage .swiper-wrapper .swiper-slide.cs700s {
	background-position: 50% 50%;
}
.mainimage .swiper-wrapper .swiper-slide.cs700sm img {
	width: 640px;
}
.mainimage .swiper-wrapper .swiper-slide.cs700sm .boldtxt {
	font-size: .9em;
	padding-right: 0;
}
}

@media print, screen and (min-width: 1280px) {
.swiper-slide.cs700sm > a > div > div {
	padding-left: 5%;
}
}
