@charset "UTF-8";
.wrp-contents-thin {
	max-width: 1092px;
}
.txt-common {
	color: #000;
}
.js_fullbg img{
	visibility: hidden;
}
.js-clone-append{
	display: none;
}
.js-clone-item{
	display: block;
}
@media only screen and (max-width: 767px){
	.js-clone-append{
		display: block;
	}
	.js-clone-item{
		display: none;
	}
}
/* style index */
.lst-produce-item{
	width: 33.333%;
	box-sizing: border-box;
}
.lst-produce-item:nth-child(1){
	width: 50%;
}
.lst-produce-item:nth-child(2){
	width: 50%;
}
.fs-c-pagination{
	flex-wrap: wrap;
}
.fs-c-pagination .fs-c-pagination__item--prev,
.fs-c-pagination .fs-c-pagination__item--next{
	font-size: 0;
	position: absolute;
	top: 50%;
	padding: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.fs-c-pagination .fs-c-pagination__item--prev{
	left: 0;
	width: 20px;
	height: 20px;
}
.fs-c-pagination .fs-c-pagination__item--next{
	right: 0;
	width: 20px;
	height: 20px;
}
.fs-c-pagination .fs-c-pagination__item--prev:before,
.fs-c-pagination .fs-c-pagination__item--prev:after{
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	background: #333;
	left: 0;
}
.fs-c-pagination .fs-c-pagination__item--prev:before{
	top: 60%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.fs-c-pagination .fs-c-pagination__item--prev:after{
	top: 30%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.fs-c-pagination .fs-c-pagination__item--next:before,
.fs-c-pagination .fs-c-pagination__item--next:after{
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	background: #333;
	right: 0;
	top: 50%;
}
.fs-c-pagination .fs-c-pagination__item--next:before{
	top: 30%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.fs-c-pagination .fs-c-pagination__item--next:after{
	top: 60%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
.fs-c-pagination__item{
	color: #333;
	padding: 0 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	width: auto;
	margin-left: 20px;
	margin-bottom: 20px;
	flex-basis: auto;
	text-align: center;
	display: block;
	flex-grow: 0;
}
.fs-c-pagination__item--prev + .fs-c-pagination__item{
	margin-left: 0;
}
@media only screen and (min-width: 768px){
	.fs-c-pagination{
		flex-wrap: nowrap;
	}
	.fs-c-pagination .fs-c-pagination__item--prev{
		left: 40px;
		width: 40px;
		height: 40px;
	}
	.fs-c-pagination .fs-c-pagination__item--next{
		right: 40px;
		width: 40px;
		height: 40px;
	}
	.fs-c-pagination .fs-c-pagination__item--prev:before,
	.fs-c-pagination .fs-c-pagination__item--prev:after{
		width: 30px;
	}
	.fs-c-pagination .fs-c-pagination__item--prev:before{
		top: 80%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}
	.fs-c-pagination .fs-c-pagination__item--prev:after{
		top: 30%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		-ms-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}
	.fs-c-pagination .fs-c-pagination__item--next:before,
	.fs-c-pagination .fs-c-pagination__item--next:after{
		width: 30px;
	}
	.fs-c-pagination .fs-c-pagination__item--next:before{
		top: 30%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}
	.fs-c-pagination .fs-c-pagination__item--next:after{
		top: 80%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		-ms-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}
	.fs-c-pagination .fs-c-pagination__item{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px){
	.lst-produce-item{
		width: 100%;
	}
	.lst-produce-item:nth-child(1){
		width: 100%;
	}
	.lst-produce-item:nth-child(2){
		width: 100%;
	}
}

/* style detail */
.style-detail-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 75px;
}
.style-detail-head .lbl-cat {
	margin-right: 5px;
}
.style-detail-bottom{
	padding: 100px 0;
}
.style-detail-bottom .hdg-ttl-c + .link-common{
	margin-top: 53px;
}
.style-detail-bottom .btn{
	margin: 21px 0 0;
	font-size: 12px;
	width: 200px;
	padding: 8px 0px;
}
@media only screen and (max-width: 767px){
	.style-detail-bottom{
		padding: 50px 0 20px;
	}
	.style-detail-bottom .btn{
		margin: 21px auto 0;
	}
	.style-detail-bottom .hdg-ttl-c + .link-common{
		margin-top: 26px;
	}
}
/* style/new-life.html */
.font-serif--yu {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "リュウミン L-KL", "Ryumin Light KL", serif, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Times New Roman", "ＭＳ Ｐ明朝", serif, "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif!important;
}
.new-life-wrp {
	max-width: 1094px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.fs-c-breadcrumb__list {
	position: relative;
	z-index: 1;
}
.new-life-box-mainvisual{
	background: #ffe1e1;
	background: -webkit-radial-gradient(circle, #fff, #FFE1E1);
	background: -ms-radial-gradient(circle,  #fff, #FFE1E1);
	background: radial-gradient(circle,  #fff, #FFE1E1);
	position: relative;
	margin-top: -76px;
}
.new-life-box-mainvisual__bg {
	height: 44.44vw;
}
.new-life-box-mainvisual__content {
	padding: 90px 60px 95px;
	position: static;
}
.new-life-box-mainvisual__title {
	letter-spacing: 0.1em;
	line-height: 1.67;
	font-size: 2.083vw;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 15.277vw;
	left: 10.5vw;
}
.new-life-box-mainvisual__text {
	font-size: 14px;
	color: #1f2c32;
	text-align: center;
	line-height: 2.5714;
	letter-spacing: 0.1em;
}
.new-life-box-mainvisual__time {
	text-align: center;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-life-box-mainvisual__time > span {
	display: inline-block;
	color: #f76b6b;
}
.new-life-box-mainvisual__time__text {
	font-size: 14px;
	line-height: 1;
	padding: 7px 12px;
	border: 1px solid #f76b6b;
	margin-right: 30px;
	letter-spacing: 0.1em;
}
.new-life-box-mainvisual__time__hours {
	font-size: 32px;
	font-family: 'Crimson Text', serif;
	line-height: 35px;
	letter-spacing: 0.1em;
	font-style: normal;
}
.new-life-box-mainvisual__time__day {
	font-size: 20px;
	font-family: 'Crimson Text', serif;
	line-height: 35px;
	padding: 0 5px;
	letter-spacing: 0.1em;
	font-style: normal;
	top: 5px;
}
.new-life-box-mainvisual__time__div {
	padding: 0 5px;
	font-size: 32px;
	font-family: 'Crimson Text', serif;
	line-height: 35px;
	letter-spacing: 0.1em;
	font-style: normal;
}
@media only screen and (max-width: 767px){
	.new-life-box-mainvisual {
		margin-top: 0;
		background: #fffbfb;
	}
	.new-life-box-mainvisual__bg {
		height: 108.3vw;
	}
	.new-life-box-mainvisual__content {
		padding: 12px 60px 55px;
	}
	.new-life-box-mainvisual__title {
		font-size: 20px;
		position: static;
		line-height: 1.5;
	}
	.new-life-box-mainvisual__text {
		margin-top: 16px;
		font-size: 12px;
		line-height: 2;
		text-align: left;
	}
	.new-life-box-mainvisual__time {
		padding-top: 8px;
		justify-content: flex-start;
	}
	.new-life-box-mainvisual__time__text {
		font-size: 10px;
		margin-right: 8px;
		padding: 7px;
	}
	.new-life-box-mainvisual__time__hours {
		font-size: 22px;
	}
	.new-life-box-mainvisual__time__day {
		font-size: 14px;
		padding: 0;
		top: 3px;
	}
	.new-life-box-mainvisual__time__div {
		font-size: 22px;
		padding: 0 3px;
	}
}

.new-life-box-produce {
	position: relative;
	margin-top: 100px;
	padding-bottom: 60px;
}
.new-life-box-produce::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100vw;
	height: calc(100% - 60px);
	left: 0;
	top: 60px;
}
.new-life-box-produce__pattern01{
	content: '';
	display: inline-block;
	position: absolute;
	width: 200vw;
	height: 39%;
	top: 0;
	background-color: #fff;
}
.new-life-box-produce__pattern02 {
	display: block;
	position: absolute;
	width: 46%;
	height: calc(60vw - 60px);
	top: 60px;
	background: transparent;
	transition: all 1s ease;
	opacity: 0;
}
.new-life-box-produce__pattern02:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: transparent;
	transition: all 1s ease-in-out;
}
.new-life-box-produce--ltr .new-life-box-produce__pattern02 {
	left: -20%;
}
.new-life-box-produce--rtl .new-life-box-produce__pattern02 {
	right: 20%;
	left: auto;
}
.new-life-box-produce.animated .new-life-box-produce__pattern02{
	opacity: 1;
}
.new-life-box-produce.animated .new-life-box-produce__pattern02:before{
	width: 100%;
}
.new-life-box-produce--ltr.animated .new-life-box-produce__pattern02 {
	left: 0;
}
.new-life-box-produce--rtl.animated .new-life-box-produce__pattern02 {
	right: 0;
}
.new-life-box-produce--bg01.animated .new-life-box-produce__pattern02::before{
	background: #ffedda;
}
.new-life-box-produce--bg02.animated .new-life-box-produce__pattern02::before{
	background: #dff0ed;
}
.new-life-box-produce--bg03.animated .new-life-box-produce__pattern02::before{
	background: #e3f4d4;
}
.new-life-box-produce--bg04.animated .new-life-box-produce__pattern02::before{
	background: #d4e5f7;
}
.new-life-box-produce--bg05.animated .new-life-box-produce__pattern02::before{
	background: #fff9c9;
}
.new-life-box-produce--bg06.animated .new-life-box-produce__pattern02::before{
	background: #ffd9da;
}
.new-life-box-produce--bg07.animated .new-life-box-produce__pattern02::before{
	background: #e8f2fb;
}
.new-life-box-produce--bg08.animated .new-life-box-produce__pattern02::before{
	background: #ffe6ea;
}
.new-life-box-produce--bg09.animated .new-life-box-produce__pattern02::before{
	background: #d7f9e8;
}
.new-life-box-produce--bg01,
.new-life-box-produce--bg01::before {
	background-color: #fff6ed;
}
.new-life-box-produce--bg02,
.new-life-box-produce--bg02::before {
	background-color: #f3f9f8;
}
.new-life-box-produce--bg03,
.new-life-box-produce--bg03::before {
	background-color: #f5fbef;
}
.new-life-box-produce--bg04,
.new-life-box-produce--bg04::before {
	background-color: #eef5fd;
}
.new-life-box-produce--bg05,
.new-life-box-produce--bg05::before {
	background-color: #fffce9;
}
.new-life-box-produce--bg06,
.new-life-box-produce--bg06::before {
	background-color: #fff1f1;
}
.new-life-box-produce--bg07,
.new-life-box-produce--bg07::before {
	background-color: #f6fafd;
}
.new-life-box-produce--bg08,
.new-life-box-produce--bg08::before {
	background-color: #fef4f5;
}
.new-life-box-produce--bg09,
.new-life-box-produce--bg09::before {
	background-color: #f2fdf8;
}
.new-life-box-produce__inner {
	display: flex;
	flex-wrap: wrap;
}
.new-life-box-produce--ltr .new-life-box-produce__inner {
	flex-direction: row;
	z-index: 2;
}
.new-life-box-produce--rtl .new-life-box-produce__inner {
	flex-direction: row-reverse;
	z-index: 2;
}
.new-life-box-produce__image {
	width: 49.71%;
	line-height: 1;
}
.new-life-box-produce__image img {
	box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.1);
	z-index: 4;
}
.new-life-box-produce__content {
	width: calc(100% - 49.71%);
	box-sizing: border-box;
}
.new-life-box-produce--ltr .new-life-box-produce__content {
	padding-left: 10%;
}
.new-life-box-produce--ltr .new-life-box-produce__detail{
	padding-left: 0;
}
.new-life-box-produce--rtl .new-life-box-produce__content {
	padding-right: 2%;
}
.new-life-box-produce--rtl .new-life-box-produce__detail{
	padding-right: 16%;
}
.new-life-box-produce__title {
	padding: 50px 0 65px;
	position: relative;
}
.new-life-box-produce__detail {
	padding: 70px 0 0;
}
.new-life-box-produce__title > p {
	font-size: 28px;
	padding-top: 25px;
	font-weight: bold;
	position: relative;
	z-index: 4;
	letter-spacing: 0.1em;
}
.new-life-box-produce__icn {
	position: relative;
	z-index: 4;
}
.new-life-box-produce__detail__title {
	font-size: 36px;
	line-height: 1;
	font-family: 'Crimson Text', serif;
	z-index: 3;
}
.new-life-box-produce__detail__subtitle {
	font-size: 12px;
	padding-top: 15px;
	line-height: 1;
	z-index: 3;
	letter-spacing: 0.1em;
}
.new-life-box-produce__detail__text {
	font-size: 14px;
	line-height: 2;
	color: #1f2c32;
	padding-top: 30px;
	z-index: 3;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1019px){
	.new-life-box-produce--ltr .new-life-box-produce__content {
		padding-left: 7%;
	}
	.new-life-box-produce--rtl .new-life-box-produce__content {
		padding-right: 7%;
	}
	.new-life-box-produce__title > p {
		padding-top: 15px;
		font-size: 24px;
	}
	.new-life-box-produce__detail {
		padding: 30px 0 0 0;
	}
	.new-life-box-produce--ltr .new-life-box-produce__detail {
		padding-left: 0;
	}
	.new-life-box-produce--rtl .new-life-box-produce__detail {
		padding-right: 0;
	}
	.new-life-box-produce__detail__subtitle {
		padding-top: 10px;
	}
	.new-life-box-produce__detail__text {
		padding-top: 15px;
	}
}
.new-life-box-produce--rtl .new-life-box-produce__detail:after{
	background: #f3f9f8;
}
.new-life-box-produce--ltr .new-life-box-produce__title:after{
	left: -100vw;
}
.new-life-box-produce--rtl .new-life-box-produce__title:after{
	right: -100vw;
}
.new-life-box-produce-items{
	padding-bottom: 125px;
}
.new-life-produce__box{
	position: relative;
	width: 100%;
	padding-top: 103px;
}
.new-life-produce__box > a {
	display: table;
	table-layout: fixed;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.new-life-produce__box > a:hover{
	opacity: 1;
}
.new-life-produce__box > a:hover,.new-life-produce__box > a:active,.new-life-produce__box > a:focus{
	outline: 0;
}
.new-life-produce__box__image,
.new-life-produce__box__content{
	display: table-cell;
	vertical-align: top;
}
.new-life-produce__box__image{
	width: 49%;
	padding-left: 15.7%;
	position: relative;
}
.new-life-produce__box__image__icon{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: absolute;
	top: -42px;
	left: 105px;
	color: #1f2c32;
	font-size: 18px;
	line-height: 1.28;
	font-weight: bold;
	border: 1px solid #1f2c32;
	text-align: center;
	padding-top: 26px;
}
.new-life-produce__box__image__icon--small{
	width: 80px;
	height: 80px;
	top: -50px;
	left: 10px;
	line-height: 1.4;
	font-size: 14px;
	padding-top: 20px;
	
}
.new-life-produce__box__content{
	width: calc(100% - 49%);
	padding-left: 60px;
}
.new-life-produce__box__title{
	font-size: 18px;
	line-height: 2.6;
	letter-spacing: 0.04em;
	color: #1f2c32;
	margin-top: 21px;
}
.new-life-produce__box__lbl{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.new-life-produce__box__lbl__item{
	font-size: 10px;
	padding: 2px 10px;
	color: #fff;
	background: #b8b8b8;
	margin-right: 5px;
	margin-bottom: 5px;
}
.new-life-produce__box__lbl__price{
	margin-top: 23px;
}
.new-life-produce__box__lbl__price__bytheway{
	font-size: 18px;
	color: #828282;
	letter-spacing: 0.01em;
	margin-right: 15px;
	position: relative;
}
/* .new-life-produce__box__lbl__price__bytheway::after{
	content: "";
	position: absolute;
	width: 50%;
	top: 50%;
	background: #828282;
	left: 0;
	display: inline-block;
	height: 2px;
} */
.new-life-produce__box__lbl__price__bytheway em{
	font-size: 14px;
}
.new-life-produce__box__lbl__price__taxincluded{
	font-size: 24px;
	color: #1f2c32;
	letter-spacing: 0.01em;
}
.new-life-produce__box__lbl__price__taxincluded em{
	font-size: 12px;
}
.new-life-produce__box__button{
	margin-top: 30px;
}
.new-life-produce__box__button .btn{
	position: relative;
	display: block;
	border-radius: 25px;
	width: 300px;
	font-size: 14px;
	color: #1f2c32;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.05);
	margin:0;
	padding: 12px 0;
	max-width: 100%;
	border:1px solid #fff;
	z-index: 2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.new-life-produce__box > a:hover .new-life-produce__box__button .btn{
	border: 1px solid #1f2c32;
	color: #1f2c32;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: -1px -1px 3px rgb(255 255 255 / 22%), 1px 1px 3px rgb(41 118 134 / 14%);
	box-shadow: -1px -1px 3px rgb(255 255 255 / 22%), 1px 1px 3px rgb(41 118 134 / 14%);
}
.new-life-lst-produce{
	display: flex;
	flex-wrap: nowrap;
	max-width: 1045px;
	margin: 0 auto;
}
.new-life-lst-produce__item{
	width: 50%;
}
.new-life-lst-produce__item:first-child{
	padding: 0 35px 0 0;
}
.new-life-lst-produce__item:last-child{
	padding: 0 0 0 35px;
}
.new-life-lst-produce__item .new-life-produce__box{
	padding-top: 60px;
}
.new-life-lst-produce .new-life-produce__box__image{
	padding-left: 0;
	width: 45%;
	padding-top: 45px;
}
.new-life-lst-produce .new-life-produce__box__image img{
	width: 215px;
}
.new-life-lst-produce .new-life-produce__box__lbl__price{
	margin-top: 5px;
}
.new-life-lst-produce .new-life-produce__box__content{
	width: calc(100% - 45%);
	padding-left: 18px;
}
.new-life-lst-produce .new-life-produce__box__title{
	font-size: 16px;
	line-height: 1.75;
}
.new-life-lst-produce .new-life-produce__box__lbl{
	margin-top: 16px;
}
.new-life-lst-produce .new-life-produce__box__lbl__price__taxincluded{
	font-size: 18px;
}
.new-life-lst-produce .new-life-produce__box__button{
	margin-top: 15px;
}
.new-life-lst-produce .new-life-produce__box__button .btn{
	max-width: 246px;
	border-radius: 20px;
	padding: 7px 0;
}
.new-life-box-button{
	text-align: center;
	margin-top: 70px;
}
.new-life-box-button a{
	font-size: 14px;
	line-height: 1.28;
	letter-spacing: 0.08em;
	color: #1f2c32;
	border-bottom: 1px solid #1f2c32;
	padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px){
	.new-life-produce__box__image__icon{
		top: -23%;
		left: 10%;
	}
	.new-life-lst-produce .new-life-produce__box__button .btn{
		max-width: 100%;
	}
	.new-life-lst-produce__item .new-life-produce__box{
		padding-top: 100px;
	}
}
@media only screen and (max-width: 767px){
	.new-life-produce__box{
		display: block;
		padding-top: 0;
	}
	.new-life-produce__box__image{
		width: 100%;
		display: block;
		padding-left: 0;
		text-align: center;
		padding-top: 40px;
	}
	.new-life-produce__box__image img{
		width: 275px;
	}
	.new-life-produce__box__content{
		width: 100%;
		display: block;
		padding-left: 0;
		margin-top: 0;
	}
	.new-life-produce__box__title{
		font-size: 14px;
		line-height: 1.42;
		margin-top: 19px;
	}
	.new-life-produce__box__lbl__price{
		margin-top: 5px;
	}
	.new-life-produce__box__lbl__item{
		padding: 0 6px;
	}
	.new-life-produce__box__lbl__price__bytheway{
		font-size: 14px;
		margin-right: 3px;
	}
	.new-life-produce__box__button{
		margin-top: 15px;
	}
	.new-life-produce__box__lbl__price__bytheway em{
		font-size: 10px;
	}
	.new-life-produce__box__lbl__price__taxincluded{
		font-size: 18px;
	}
	.new-life-produce__box__lbl__price__taxincluded em{
		font-size: 10px;
	}
	.new-life-produce__box__button .btn{
		width: 100%;
		font-size: 12px;
		border-radius: 20px;
		box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.025);
		max-width:100%;
		padding: 8px 0;
	}
	.new-life-produce__box__image__icon{
		width: 70px;
		height: 70px;
		font-size: 14px;
		line-height: 1.28;
		top: -25px;
		left: 0;
		padding-top: 15px;
	}
	.new-life-produce__box__image__icon--small{
		width: 56px;
		height: 56px;
		font-size: 11px;
		top: -15px;
		left: 0;
		padding-top: 12px;
	}
	.new-life-lst-produce__item{
		padding: 0 23px;
	}
	.new-life-lst-produce__item .new-life-produce__box{
		padding-top: 0;
	}
	.new-life-lst-produce .new-life-produce__box__image{
		width: 100%;
		padding-top: 58px;
	}
	.new-life-lst-produce .new-life-produce__box__image img{
		width: 100%;
	}
	.new-life-lst-produce .new-life-produce__box__content{
		width: 100%;
		padding-left: 0;
	}
	.new-life-lst-produce__item{
		margin-top: 60px;
	}
	.new-life-lst-produce__item:first-child{
		padding: 0 10px 0 0;
	}
	.new-life-lst-produce__item:last-child{
		padding: 0 0 0 10px;
	}
	.new-life-lst-produce .new-life-produce__box__title{
		font-size: 12px;
		margin-top: 3px;
		line-height: 1.5;
	}
	.new-life-lst-produce .new-life-produce__box__lbl{
		margin-top: 11px;
	}
	.new-life-lst-produce .new-life-produce__box__lbl__price__taxincluded{
		font-size: 14px;
	}
	.new-life-lst-produce .new-life-produce__box__lbl__price{
		margin-top: 2px;
	}
	.new-life-lst-produce .new-life-produce__box__button{
		margin-top: 10px;
	}
	.new-life-lst-produce .new-life-produce__box__button .btn{
		padding: 6px 0;
	}
	.new-life-box-button{
		margin-top: 45px;
	}
	.new-life-box-button a{
		font-size: 12px;
	}
	.new-life-box-produce-items{
		padding-bottom: 65px;
	}
}
@media screen and (max-width: 767px){
	.new-life-box-produce {
		margin-top: 29px;
	}
	.new-life-box-produce.new-life-box-produce--bg01{
		background-color: #fff6ed;
	}
	.new-life-box-produce.new-life-box-produce--bg02{
		background-color: #f3f9f8;
	}
	.new-life-box-produce__title {
		padding: 20px 0 23px;
	}
	.new-life-box-produce__title > p {
		font-size: 18px;
		padding-top: 11px;
		line-height: 1.56;
	}
	.new-life-box-produce__title:after {
		width: 100vw;
		height: calc(100% + 40px);
	}
	.new-life-box-produce--ltr .new-life-box-produce__title:after {
		left: -30px;
	}
	.new-life-box-produce--rtl .new-life-box-produce__title:after {
		right: -30px;
	}
	.new-life-box-produce__icn img {
		width: 20px;
	}
	.new-life-box-produce__inner {
		flex-direction: column;
	}
	.new-life-box-produce__image {
		width: 100%;
	}
	.new-life-box-produce__content {
		width: 100%;
	}
	.new-life-box-produce--ltr .new-life-box-produce__content {
		padding-left: 0;
	}
	.new-life-box-produce--rtl .new-life-box-produce__content {
		padding-right: 0;
	}
	.js-clone-append {
		width: 100%;
		text-align: center;
	}
	.new-life-box-produce:after {
		display: none;
	}
	.new-life-box-produce:before {
		display: none;
	}
	.new-life-box-produce__pattern02 {
		height: calc(120vw - 70px);
		top: 170px;
		z-index: 1;
	}
	.new-life-box-produce .new-life-box-produce__pattern02 {
		width: 82vw;
	}
	.new-life-box-produce.animated .new-life-box-produce__pattern02{
		opacity: 1;
	}
	.new-life-box-produce__detail__title {
		text-align: center;
		font-size: 24px;
	}
	.new-life-box-produce__detail__subtitle {
		text-align: center;
		font-size: 10px;
	}
	.new-life-box-produce__detail__text {
		font-size: 12px;
	}
}
.new-life-box-more{
	margin-top: 0;
	padding: 80px 0 100px;
	text-align: center;
}
.new-life-box-more__text{
	display: inline-block;
	position: relative;
	padding: 0 55px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	letter-spacing: 0.1em;
}
.new-life-box-more__text::before, .new-life-box-more__text::after{
	content: '';
	display: block;
	width: 31px;
	height: 58px;
	position: absolute;
	top: 0;
}
.new-life-box-more__text::before{
	background: url(/resource/images/style/new-life-linedot-left.png) no-repeat top left;
	left: 0;
}
.new-life-box-more__text::after{
	background: url(/resource/images/style/new-life-linedot-right.png) no-repeat top right;
	right: 0;
}
.new-life-box-more .new-life-box-more__btn--pink{
	display: block;
	width: 100%;
	max-width: 560px;
	padding: 17px 0;
	letter-spacing: 0.1em;
	margin: 35px auto 0;
	font-size: 16px;
	color: #fff;
	background: #f76b6b;
	-webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(90, 125, 136, 0.16), 3px 3px 24px 0 rgba(90, 125, 136, 0.32);
	box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(90, 125, 136, 0.16), 3px 3px 24px 0 rgba(90, 125, 136, 0.32);
	border-radius: 30px;
	border: 1px solid #f76b6b;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.new-life-box-more .new-life-box-more__btn--pink:hover{
	color: #f76b6b;
	background: #fff;
	-webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(90, 125, 136, 0.16), 1px 1px 4px 0 rgba(90, 125, 136, 0.32);
	box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(90, 125, 136, 0.16), 1px 1px 4px 0 rgba(90, 125, 136, 0.32);
}
@media only screen and (max-width: 767px){
	.new-life-box-more{
		padding: 60px 0;
	}
	.new-life-box-more__text{
		padding: 0 37px;
		font-size: 12px;
	}
	.new-life-box-more__text::before, .new-life-box-more__text::after{
		width: 22px;
		height: 42px;
	}
	.new-life-box-more .new-life-box-more__btn--pink{
		margin: 17px auto 0;
		font-size: 12px;
		padding: 16px 0
	}
}
.new-life-box-info{
	background: #f3f3f3;
	padding: 110px 0 120px;
}
.new-life-box-info-ttl01{
	margin-bottom: 38px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.new-life-box-info-ttl02{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.667;
	letter-spacing: 0.1em;
}
.new-life-box-info-ttl03{
	position: absolute;
	top: 90px;
	right: 30px;
	z-index: -1;
}
.new-life-box-info__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 73px;
}
.new-life-box-info__content:last-of-type{
	margin-bottom: 0;
}
.new-life-box-info__image{
	position: relative;
	z-index: 2;
	width: 59.48%;
}
.new-life-box-info__image02{
	order: 2;
}
.new-life-box-info__text{
	position: relative;
	z-index: 2;
	padding: 52px 60px 60px 60px;
	margin-left: -42px;
	width: 44.48%;
	background: #fff;
	box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.05);
}
.new-life-box-info__text02{
	margin-left: 0;
	margin-right: -42px;
	order: 1;
}
.new-life-box-info-link span{
	position: relative;
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
}
.new-life-box-info-link span::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -5px;

}
@media only screen and (max-width: 1000px){
	.new-life-box-info__content{
		display: block;
		width: 100%;
		max-width: 615px;
		margin: 0 auto 30px;
		background: #fff;
		box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.05);
	}
	.new-life-box-info__image{
		width: 100%;
	}
	.new-life-box-info__text{
		width: 100%;
		margin-left: 0;
		box-shadow: none;
	}
}
@media only screen and (max-width: 767px){
	.new-life-box-info{
		padding: 53px 0 60px;
	}
	.new-life-box-info-ttl01{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.new-life-box-info-ttl02{
		margin-bottom: 12px;
		font-size: 16px;
	}
	.new-life-box-info-ttl03{
		top: 50px;
		right: 17px;
	}
	.new-life-box-info__text{
		padding: 30px 30px 39px;
	}
	.new-life-box-info-link{
		display: block;
		text-align: center;
	}
	.new-life-box-info-link span{
		font-size: 12px;
	}
	.new-life-box-info__text01 .new-life-box-info-ttl03 img{
		width: 93px;
	}
	.new-life-box-info__text02 .new-life-box-info-ttl03 img{
		width: 106px;
	}
}


.new-life-box-guide{
	padding: 110px 0 160px;
}
.new-life-box-guide-ttl01{
	margin-bottom: 45px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.new-life-box-guide__content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new-life-box-guide__item{
	width: 46.1%;
}
.new-life-box-guide__item a{
	display: flex;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.new-life-box-guide__image{
	width: 46.22%;
}
.new-life-box-guide__text{
	width: 53.78%;
	padding: 10px 0 0 40px;
}
.new-life-box-guide-ttl02{
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
	.new-life-box-guide{
		padding: 52px 0 45px;
	}
	.new-life-box-guide-ttl01{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.new-life-box-guide__item{
		width: 100%;
		margin-bottom: 30px;
	}
	.new-life-box-guide__item:last-of-type{
		margin-bottom: 0;
	}
	.new-life-box-guide-ttl02{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.new-life-box-guide__text{
		padding: 0 0 0 20px;
	}
}
.txt-gray{
	color: #828282;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 1s ease;
}
.animated.fadeInUp {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.delay-lv1 {
	transition-delay: 0.2s;
}
.delay-lv2 {
	transition-delay: 0.4s;
}
.delay-lv3 {
	transition-delay: 0.6s;
}
.delay-lv4 {
	transition-delay: 0.8s;
}
.delay-lv5 {
	transition-delay: 1s;
}
@media only screen and (max-width: 767px){
	.no-animate-sp{
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transition: none;
	}
	.fadeInUp {
		opacity: 0;
		transition:all .8s cubic-bezier(.25,.46,.45,.94) .4s;
	}
	.delay-lv5 {
		transition-delay: 1s;
	}
}