@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------
index
------------------------------------------ */
.chefs-home .mainvisual {
	margin-bottom: 250px;
	background: url("../img/index_pic_mainvisual01.jpg") center center no-repeat;
	background-size: cover;
	z-index: 1;
}
.chefs-home .mainvisual h2 {
	position: absolute;
	left: 70px;
	bottom: 70px;
	z-index: 1;
}
.chefs-home .mainvisual img.mainvisual__catch {
	position: absolute;
	width: 40vw;
	min-width: 450px;
	max-width: 800px;
	right: 50px;
	bottom: -8vw;
	z-index: 1;
}
.chefs-home .h-pagelinks {
	margin: 0 0 150px;
	padding: 80px 0;
	background: #F5F6F7;
}
.chefs-home .h-pagelinks .h-pagelinks__list01 {
	width: 640px;
	margin: auto;
}
.chefs-home .h-pagelinks .h-pagelinks__list01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.chefs-home .h-pagelinks .h-pagelinks__list01 ul li {
	width: 200px;
}
.chefs-home .h-pagelinks .h-pagelinks__list01 ul li a.buttonEasing01 {
	width: 100%;
	height: 45px;
}
.chefs-home section h2 {
	margin-bottom: 40px;
}
.chefs-home .section__header {
	margin-bottom: 120px;
}
.chefs-home .section__header h2 {
	margin-bottom: 40px;
}
/* intro */
.chefs-home .h-intro {
	margin: 0 0 150px;
}
.chefs-home .h-intro .h-intro__block {
	width: 750px;
	margin: 0 auto;
	padding: 60px 40px;
	border: solid 2px #000;
	position: relative;
}
.chefs-home .h-intro .h-intro__block:before, .chefs-home .h-intro .h-intro__block:after {
	content: "";
	width: 135px;
	height: 2px;
	background: #000;
	position: absolute;
	z-index: 1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.chefs-home .h-intro .h-intro__block:before {
	top: 20px;
	left: -50px;
}
.chefs-home .h-intro .h-intro__block:after {
	bottom: 20px;
	right: -50px;
}
.chefs-home .h-intro h2 {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
}
.chefs-home .h-intro p {
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.5;
}
/* appeal */
.chefs-home .h-appeal .h-appeal__block {
	width: 1400px;
	min-height: 600px;
	margin: 0 auto 100px;
	padding: 380px 0 0;
	position: relative;
}
.chefs-home .h-appeal .h-appeal__txtbox {
	width: 940px;
	text-align: left;
	padding: 50px 200px;
	background: #fff;
	position: relative;
}
.chefs-home .h-appeal .h-appeal__txtbox div.h-appeal__txtbox__catch {
	position: absolute;
	bottom: 94%;
	left: 150px;
}
.chefs-home .h-appeal .h-appeal__txtbox h2 {
	margin: 0 0 15px;
}
.chefs-home .h-appeal .h-appeal__txtbox p {
	font-size: 1.8rem;
	line-height: 2;
}
.chefs-home .h-appeal--01 .h-appeal__block {
	margin: 0 auto 150px;
}
.chefs-home .h-appeal--01 .h-appeal__block {
	background: url("../img/index_pic_appeal01.jpg") no-repeat left top;
	background-size: 1400px auto;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
}
.chefs-home .h-appeal--02 .h-appeal__block {
	background: url("../img/index_pic_appeal02.jpg") no-repeat left top;
	background-size: 1400px auto;
	transform: translateX(150px);
	-webkit-transform: translateX(150px);
}
.chefs-home .h-appeal--01 .h-appeal__block:after {
	content: "";
	width: 420px;
	height: 420px;
	background: url("../img/index_pic_appeal03.png") no-repeat center center;
	background-size: 420px 420px;
	position: absolute;
	top: 280px;
	right: -200px;
}


.chefs-home .h-appeal__btn {
	width: 1060px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
}


.chefs-home .h-appeal--02 .h-appeal__txtbox {
	width: 1190px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
}
.chefs-home .h-appeal--02 .h-appeal__txtbox div.h-appeal__txtbox__catch {
	left: 250px;
}
.chefs-home .h-appeal--02 .buttonEasing01:hover {
	border: 1px solid #000;
}
.chefs-home .h-concept__block {
	margin: 0 0 100px;
}
.chefs-home .h-concept__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.chefs-home .h-concept__list li {
	width: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	border-right: 1px solid #D8D8D8;
	font-size: 1.4rem;
}
.chefs-home .h-concept__list li:last-child {
	border-right: none;
}
.chefs-home .h-concept__list li img {
	margin: auto;
}
.chefs-home .h-concept__list li span {
	height: 60px;
	margin: 0 0 15px;
}
.chefs-home .h-concept__list li span:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 143px;
	margin-bottom: 30px;
}
.chefs-home .h-concept__list li p {
	text-align: left;
	margin-bottom: 0;
	/* margin-top: auto; */
}
.chefs-home .h-concept__list li p em {
	font-style: normal;
	text-indent: -1em;
	padding: 0 0 0 1em;
	display: inline-block;
}
.chefs-home .h-voice__block {
	margin: 0 0 100px;
}
.chefs-home .h-voice__block .note {
	font-size: 1.1rem;
	text-align: right;
	width: 1200px;
	margin: 0 auto 60px;
}
.chefs-home .h-voice__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	margin-top: 100px;
}
.chefs-home .h-voice__list li {
	text-align: left;
	width: 380px;
	margin: 0 20px;
	position: relative;
}
.chefs-home .h-voice__list li:before {
	content: "";
	width: 93px;
	height: 37px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.chefs-home .h-voice__list li:nth-child(1):before {
	background: url("../img/index_label_voice01.svg")no-repeat center center;
	background-size: 100%
}
.chefs-home .h-voice__list li:nth-child(2):before {
	background: url("../img/index_label_voice02.svg")no-repeat center center;
	background-size: 100%
}
.chefs-home .h-voice__list li:nth-child(3):before {
	background: url("../img/index_label_voice03.svg")no-repeat center center;
	background-size: 100%
}
.chefs-home .h-voice__list li .h-voice__list__pic {
	margin: 0 0 20px;
}
.chefs-home .h-voice__list li .h-voice__list__tit {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	transform: translateY(-45px);
	background: #fff;
	display: inline-block;
}
.chefs-home .h-voice__list li .h-voice__list__txt {
	padding: 0 15px;
	transform: translateY(-35px);
}
.chefs-home .h-voice__list li .h-voice__list__txt p {
	font-size: 1.3rem;
}
.chefs-home .s-trial {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
.chefs-home .s-trial__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 45px;
}
.chefs-home .s-trial__box__left {
	width: 700px;
}
.chefs-home .s-trial__box__left__title {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.chefs-home .s-trial__box__left__recommend {
	width: 270px;
	height: 40px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.chefs-home .s-trial__box__left__recommend img {
	width: 30px;
	margin-right: 10px;
}
.chefs-home .s-trial__box__left ul {
	list-style-type: disc;
	margin-left: 30px;
}
.chefs-home .s-trial__box__right {
	background: url("../img/session-plan/vegetable2.jpeg") center center no-repeat;
	background-size: cover;
	width: 447px;
	position: relative;
}
.chefs-home .s-trial__box__right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	border: 1px solid #fff;
	z-index: 2;
}
.chefs-home .s-trial__box__right__inner {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}
.chefs-home .s-trial__box__right__inner p {
	font-size: 32px;
}
.chefs-home .s-trial__box__right__inner small {
	font-size: 18px;
}
.chefs-home .s-trial__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.chefs-home .s-trial__list__item {
	width: 280px;
	background-color: #FAFAFA;
}
.chefs-home .s-trial__list__item:not(:last-of-type) {
	margin-right: 26.67px;
}
.chefs-home .s-trial__list__item img {
	margin-top: 15px;
}
.chefs-home .s-trial__list__item:nth-of-type(1) img {
	width: 110px;
}
.chefs-home .s-trial__list__item:nth-of-type(2) img {
	width: 100px;
	margin-bottom: 10px;
}
.chefs-home .s-trial__list__item:nth-of-type(3) img {
	width: 90px;
	margin-top: 45px;
	margin-bottom: 10px;
}
.chefs-home .s-trial__list__item:nth-of-type(4) img {
	width: 110px;
	margin-top: 25px;
}
/* thought */
.chefs-home .h-thought {
	margin-bottom: 250px;
}
.chefs-home .h-thought__mainvisual {
	width: 100%;
	height: 700px;
	margin-bottom: 120px;
	background: url("../img/index_pic_thought01.jpg")center center no-repeat;
	background-size: cover;
	z-index: 1;
}
.chefs-home .h-thought__list01 {
	width: 1100px;
	margin: 0 auto 120px;
}
.chefs-home .h-thought__list01 ul li {
	text-align: left;
	margin: 0 0 30px;
	border: solid 1px #D3D3D3;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.chefs-home .h-thought__list01 ul li:last-child {
	margin: 0;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__pic {
	width: 270px;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__name {
	width: 318px;
	padding: 0 40px 0 60px;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__name h3 {
	font-size: 2.4rem;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__name h3 b {
	font-size: 1.8rem;
	line-height: 1;
	display: block;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__name h3 span {
	font-size: 1.2rem;
	margin: 5px 0 0;
	display: block;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__txt {
	width: 510px;
	padding: 0 50px 0 10px;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__txt h4 {
	font-size: 1.6rem;
	margin: 0 0 10px;
}
.chefs-home .h-thought__list01 ul li .h-thought__list01__txt p {
	font-size: 1.3rem;
	margin: 0;
}
.chefs-home .h-thought__list01 ul li:nth-child(2) .h-thought__list01__pic, .chefs-home .h-thought__list01 ul li:nth-child(4) .h-thought__list01__pic {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}
.chefs-home .h-thought__list02 {
	position: relative;
	margin-bottom: 125px;
}
.chefs-home .h-thought__list02 h3 {
	margin: 0 0 20px;
}
.chefs-home .h-thought__list02 > p {
	font-size: 1.8rem;
	margin: 0 0 60px;
}
.chefs-home .h-thought__list02::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 600px;
	background-color: #000;
	top: 290px;
	left: 0;
	z-index: -1;
}
.chefs-home .h-thought__list02 ul {
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	color: #FFF;
}
.chefs-home .h-thought__list02 ul li {
	width: 286px;
}
.chefs-home .h-thought__list02 ul li img.h-thought__list02__photo {
	width: 100%;
}
.chefs-home .h-thought__list02 ul li img.h-thought__list02__catch {
	width: 98%;
	margin: -18% 0 20px;
}
.chefs-home .h-thought__list02 ul li ul {
	width: 286px;
	display: block;
}
.chefs-home .h-thought__list02 ul li li {
	position: relative;
	padding-left: 1em;
	font-size: 1.4rem;
	text-align: left;
}
.chefs-home .h-thought__list02 ul li li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}





.chefs-home .h-thought__btn {
	width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
}





/* media */
.chefs-home .h-media {
	margin-bottom: 150px;
}
.chefs-home .h-media__list {
	width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.chefs-home .h-media__list li {
	width: 453px;
}
.chefs-home .h-media__list li:nth-of-type(2) {
	width: 353px;
}
.chefs-home .h-media__list p {
	text-align: left;
	margin-bottom: 20px;
}
.chefs-home .h-media__list .photo {
	position: relative;
	width: 100%;
	height: 177px;
}
.chefs-home .h-media__list .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.chefs-home .h-media__list .photo + p {
	margin-top: 60px;
}
.chefs-home .h-media__list p.title span {
	font-size: 2rem;
}
.chefs-home .h-media__list p.sup {
	font-size: 1.2rem;
}
.chefs-home .h-media__list a {
	display: inline-block;
	width: 100%;
	font-size: 1.8rem;
	text-align: left;
	font-weight: 700;
}
/* match */
.chefs-home .h-match {
	margin: 0 0 150px;
	padding: 120px 0;
	background: #F5F6F7;
}
.chefs-home .h-match .h-match__sliderlist01 {
	width: 1100px;
	margin: 60px auto 0;
}
.chefs-home .h-match .bx-wrapper {
	margin-bottom: 0 !important;
}
.chefs-home .h-match .h-match__sliderlist01 img {
	width: 285px;
	height: 401px;
	object-fit: cover;
	margin: 0 0 20px;
}
.chefs-home .h-match a {
	text-decoration: none;
}
.chefs-home .h-match p.name {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 15px;
	text-align: center;
}
.chefs-home .h-match p.name span {
	font-weight: 700;
	font-size: 1.5rem;
}
.chefs-home .h-match p.shop {
	font-size: 1.3rem;
	text-align: left;
	margin: 0;
}
/* session */
.chefs-home .s-session {
	margin-bottom: 150px;
}
.chefs-home .s-session--bg_gray {
	padding: 120px 0;
	background: #F5F6F7;
}
.chefs-home .s-session__list {
	width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 auto !important;
}
.chefs-home .s-session__list.negative--bottom {
	margin: 0 auto -100px !important;
}
.chefs-home .s-session__list li {
	text-align: left;
	font-size: 1.5rem;
	width: 384px;
	margin: 0 24px 100px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.chefs-home .s-session__list li:nth-child(3n) {
	margin: 0 0 100px;
}
.chefs-home .s-session__list li a {
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
.chefs-home .s-session__list li a.s-session__list__btn01 {
	width: 100%;
	height: 57px !important;
	margin-bottom: 20px;
}
.chefs-home .s-session__list li a.s-session__list__btn01 span.icon01 {
	display: block;
	width: 29px;
	height: 34px;
	margin-right: 14px;
	background: url("../img/common/icon_speaker01-black.svg") 0 0 no-repeat;
	background-size: 29px 34px;
}
.chefs-home .s-session__list li a.s-session__list__btn01 span.icon01 img {
	width: 29px;
}
.chefs-home .s-session__list li a.s-session__list__btn01 span.icon02 {
	position: absolute;
	display: block;
	left: 50%;
	width: 51px;
	height: 51px;
	margin-left: 138px;
	background: url("../img/common/icon_click01-black.svg") 0 0 no-repeat;
	background-size: 51px;
}
.chefs-home .s-session__list li a.s-session__list__btn01 span.icon01 img {
	width: 51px;
}
.chefs-home .s-session__list li a.s-session__list__btn01 span.icon01 + span {
	display: inline-block;
	font-size: 2.2rem;
	margin-right: 12px;
}
.chefs-home .s-session__list__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #FFF;
	padding: 7px 130px 7px 20px;
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.8rem;
}
.chefs-home .s-session--original .s-session__list__title, .chefs-home .s-session--plan .s-session__list__title, .chefs-home .s-session--tips .s-session__list__title {
	padding: 7px 20px;
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.8rem;
}
.chefs-home .s-session--tips {
	margin-bottom: 50px;
}
.chefs-home .s-session__list__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	height: 260px;
	overflow: hidden;
	margin-bottom: 20px;
}
.chefs-home .s-session__list__photo img {
	width: 100%;
}
.chefs-home .s-session__list__text {
	margin-bottom: 30px;
}
.chefs-home .s-session__list__chef {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.chefs-home .s-session__list__chef p {
	width: 224px;
	line-height: 1.6;
}
.chefs-home .s-session__list__chef p span.area {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px dotted #999;
}
.chefs-home .s-session__list__chef div.chef {
	width: 150px;
	font-size: 1.1rem;
	line-height: 1.4;
}
.chefs-home .s-session__list__chef div.chef__info {
	width: 100%;
}
.chefs-home .s-session__list__chef div.chef__info a.box {
	display: table;
	padding: 5px;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #000;
	box-sizing: border-box;
}
.chefs-home .s-session__list__chef div.chef__info a.btn {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #000;
	padding: 2px 5px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
}
.chefs-home .s-session__list__chef div.chef__info img {
	display: table-cell;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	object-fit: cover;
	vertical-align: middle;
}
.chefs-home .s-session__list__chef div.chef__info span {
	display: table-cell;
	width: 85px;
	vertical-align: middle;
	text-align: center;
}
.chefs-home .s-session__list__category {
	border-top: 1px solid #D9D9D9;
	font-size: 1.2rem;
	padding-top: 10px;
	margin: 0;
}
.chefs-home .s-session__list__date {
	position: absolute;
	max-width: 110px;
	font-family: 'Bebas Neue', cursive;
	text-align: center;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 8px 10px 15px;
	font-size: 2.8rem;
	line-height: 0.7;
	top: -10px;
	right: 10px;
	z-index: 10;
}
.chefs-home .s-session__list__date span {
	display: inline-block;
	width: 100%;
	padding: 0 8px;
}
.chefs-session .s-session__list__date span.day {
	border-bottom: 1px solid #D0D0D0;
	font-size: 2.2rem;
	/*   padding-bottom: 7px; */
	/*   margin-bottom: 7px; */
	padding-bottom: 7px;
}
.chefs-session .s-session__list__date span.month {
	/*   border-bottom: 1px solid #D0D0D0; */
	/*   border-top: 1px solid #D0D0D0; */
	font-size: 2.2rem;
	/*   padding-bottom: 7px; */
	/*   margin-bottom: 7px; */
	padding-top: 7px;
}
.chefs-home .s-session__list__date span.year {
	border-bottom: 1px solid #D0D0D0;
	font-size: 2rem;
	padding-bottom: 7px;
}
.chefs-home .s-session__list__date span.time {
	font-size: 1.2rem;
	padding-bottom: 7px;
}
.chefs-home .s-session .buttonEasing01:hover {
	border: 1px solid #000;
}
@media only screen and (max-width: 960px) {
	.chefs-home .mainvisual {
		margin-bottom: 150px;
	}
	.chefs-home .mainvisual h2 {
		left: 15px;
		bottom: 30px;
	}
	.chefs-home .mainvisual h2 img {
		width: 40vw;
		min-width: 240px;
	}
	.chefs-home .mainvisual img.mainvisual__catch {
		width: 50vw;
		min-width: 240px;
		right: 15px;
		bottom: -80px;
	}
	.chefs-home .h-pagelinks {
		margin: 0 -15px 60px;
		padding: 30px 0;
	}
	.chefs-home .h-pagelinks .h-pagelinks__list01 {
		width: auto;
	}
	.chefs-home .h-pagelinks .h-pagelinks__list01 ul {
		display: block;
	}
	.chefs-home .h-pagelinks .h-pagelinks__list01 ul li {
		width: 200px;
		margin: 0 auto 10px;
	}
	.chefs-home .h-pagelinks .h-pagelinks__list01 ul li:last-child {
		margin: 0 auto;
	}
	.chefs-home .h-pagelinks .h-pagelinks__list01 ul li a.buttonEasing01 {
		font-size: 1.4rem;
		height: 40px;
	}
	.chefs-home section h2, .chefs-home .section__header h2 {
		margin-bottom: 10px;
	}
	.chefs-home .section__header {
		margin-bottom: 30px;
	}
	/* intro */
	.chefs-home .h-intro {
		margin: 0 15px 80px;
	}
	.chefs-home .h-intro .h-intro__block {
		width: 100%;
		padding: 30px;
		border: solid 1px #000;
	}
	.chefs-home .h-intro .h-intro__block:before, .chefs-home .h-intro .h-intro__block:after {
		content: "";
		width: 70px;
		height: 1px;
	}
	.chefs-home .h-intro .h-intro__block:before {
		top: 10px;
		left: -30px;
	}
	.chefs-home .h-intro .h-intro__block:after {
		bottom: 10px;
		right: -30px;
	}
	.chefs-home .h-intro h2 {
		text-align: center;
		top: -30px;
	}
	.chefs-home .h-intro h2 img {
		width: 195px;
		margin: auto;
	}
	.chefs-home .h-intro p {
		font-size: 1.4rem;
		line-height: 2;
		margin: 0;
	}
	/* appeal */
	.chefs-home .h-appeal .h-appeal__block {
		width: auto;
		min-height: initial;
		margin: 0 -15px 60px;
		padding: 400px 0 0;
	}
	.chefs-home .h-appeal .h-appeal__txtbox {
		width: auto;
		padding: 30px 15px 0;
	}
	.chefs-home .h-appeal--01 .h-appeal__txtbox div.h-appeal__txtbox__catch {
		width: 450px;
		padding: 0 15px;
		top: -58px;
		bottom: initial;
		left: 0;
	}
	.chefs-home .h-appeal .h-appeal__txtbox h2 {
		margin: 0;
	}
	.chefs-home .h-appeal .h-appeal__txtbox p {
		font-size: 1.2rem;
		margin: 0;
	}
	.chefs-home .h-appeal--01 .h-appeal__txtbox h2 img {
		width: 250px;
	}
	.chefs-home .h-appeal--02 .h-appeal__txtbox h2 img {
		width: 265px;
	}
	.chefs-home .h-appeal--01 .h-appeal__block {
		margin: 0 -15px 60px;
		background-position: 70% 0;
		background-size: auto 410px;
		overflow: hidden;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	
	
	
		.chefs-home .h-appeal__btn {
    width: 100%;
		
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
	.chefs-home .h-appeal__btn a {
    margin-bottom: 15px;
	}
	.chefs-home .h-appeal__btn a:last-child {
    margin-bottom: 0;
	}
	
	
	
	
	
	
	
	.chefs-home .h-appeal--02 .h-appeal__block {
		background-position: 80% 0;
		background-size: auto 410px;
		overflow: hidden;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	.chefs-home .h-appeal--01 .h-appeal__block:after {
		width: 210px;
		height: 210px;
		background: url("../img/index_pic_appeal03.png") no-repeat center center;
		background-size: 210px 210px;
		top: 220px;
		right: -50px;
	}
	.chefs-home .h-appeal--02 .h-appeal__txtbox {
		width: auto;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
	.chefs-home .h-appeal--02 .h-appeal__txtbox div.h-appeal__txtbox__catch {
		width: 430px;
		padding: 0 15px;
		top: -58px;
		bottom: initial;
		left: 0;
	}
	.chefs-home .h-appeal--02 .buttonEasing01 {
		border: 1px solid #000;
	}
	.chefs-home .h-concept__block {
		margin: 0 0 60px;
	}
	.chefs-home .h-concept__block h3 img {
		width: 260px;
	}
	.chefs-home .h-concept__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 45px;
	}
	.chefs-home .h-concept__list li {
		width: 100%;
		padding: 30px 0;
		border-bottom: 1px solid #D8D8D8;
		border-right: none;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.chefs-home .h-concept__list li:first-child {
		padding-top: 0;
	}
	.chefs-home .h-concept__list li:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	.chefs-home .h-concept__list li img {
		margin: auto;
	}
	.chefs-home .h-concept__list li span {
		height: auto;
		margin-bottom: 20px;
	}
	.chefs-home .h-concept__list li span:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.chefs-home .h-concept__list li p {
		max-width: 300px;
		margin: 0 auto;
	}
	.chefs-home .h-voice__block {
		margin: 0 0 60px;
	}
	.chefs-home .h-voice__block h3 img {
		width: 270px;
	}
	.chefs-home .h-voice__block .note {
		width: auto;
		margin: -15px auto 45px;
	}
	.chefs-home .h-voice__list {
		display: block;
		margin-top: 30px;
	}
	.chefs-home .h-voice__list li {
		width: auto;
		margin: 0 0 15px;
	}
	.chefs-home .h-voice__list li:last-child {
		margin: 0;
	}
	.chefs-home .h-voice__list li .h-voice__list__tit {
		font-size: 1.8rem;
		font-weight: normal;
		text-align: left;
		padding: 10px;
		transform: translateY(-45px);
		background: #fff;
		display: inline-block;
	}
	.chefs-home .h-voice__list li .h-voice__list__pic img {
		width: 100%;
	}
	.chefs-home .h-voice__list li .h-voice__list__txt {
		padding: 0;
		transform: translateY(-35px);
	}
	.chefs-home .h-voice__list li .h-voice__list__txt p {
		font-size: 1.3rem;
	}
	.chefs-home .s-trial {
		width: 100%;
		margin-bottom: 60px;
	}
	.chefs-home .s-trial__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.chefs-home .s-trial__box__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.chefs-home .s-trial__box__right {
		background-position: 0 80%;
		width: 100%;
		height: 210px;
	}
	.chefs-home .s-trial__box__right__inner p {
		font-size: 26px;
	}
	.chefs-home .s-trial__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.chefs-home .s-trial__list__item {
		width: calc(50% - 13px);
	}
	.chefs-home .s-trial__list__item:not(:last-of-type) {
		margin-right: 0;
	}
	.chefs-home .s-trial__list__item:nth-of-type(2n+1) {
		margin-right: 26px;
	}
	.chefs-home .s-trial__list__item:nth-of-type(n+1):nth-of-type(-n+2) {
		margin-bottom: 25px;
	}
	/* thought */
	.chefs-home .h-thought {
		margin-bottom: 100px;
	}
	.chefs-home .h-thought h2 img {
		max-width: 160px
	}
	.chefs-home .h-thought__mainvisual {
		width: auto;
		height: 150px;
		margin: 0 -15px 30px;
	}
	.chefs-home .h-thought__list01 {
		width: auto;
		margin: 0 auto 45px;
	}
	.chefs-home .h-thought__list01 ul li {
		margin: 0 0 30px;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__pic {
		width: 40%;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__pic img {
		width: 100%;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__name {
		width: 57%;
		padding: 0 1% 0 2%;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__name h3 {
		font-size: 2.0rem;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__name h3 b {
		font-size: 1.2rem;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__name h3 span {
		font-size: 1.0rem;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__txt {
		width: auto;
		padding: 30px 15px;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__txt h4 {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.chefs-home .h-thought__list01 ul li .h-thought__list01__txt p {
		font-size: 1.3rem;
		margin: 0;
	}
	.chefs-home .h-thought__list01 ul li:nth-child(2) .h-thought__list01__pic, .chefs-home .h-thought__list01 ul li:nth-child(4) .h-thought__list01__pic {
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		-webkit-order: initial;
		order: initial;
	}
	.chefs-home .h-thought__list02 {
		width: auto;
		margin: 0 -15px 100px;
		padding: 0 15px;
	}
	.chefs-home .h-thought__list02 h3 img {
		width: 70vw;
		max-width: 250px;
	}
	.chefs-home .h-thought__list02 > p {
		font-size: 1.4rem;
		margin: 0 0 30px;
	}
	.chefs-home .h-thought__list02::before {
		top: 200px;
		height: calc(100% - 150px);
	}
	.chefs-home .h-thought__list02 ul {
		width: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.chefs-home .h-thought__list02 ul li {
		width: 48%;
		margin-bottom: 50px;
	}
	.chefs-home .h-thought__list02 ul li:nth-child(3), .chefs-home .h-thought__list02 ul li:nth-child(4) {
		margin-bottom: 0;
	}
	.chefs-home .h-thought__list02 ul li img.h-thought__list02__photo {
		width: 100%;
	}
	.chefs-home .h-thought__list02 ul li img.h-thought__list02__catch {
		width: 98%;
		margin: -18% 0 20px;
	}
	.chefs-home .h-thought__list02 ul li ul {
		width: auto;
	}
	.chefs-home .h-thought__list02 ul li li {
		width: 100%;
		margin-bottom: 0;
	}
	.chefs-home .h-thought__btn {
    width: 100%;
		
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
	.chefs-home .h-thought__btn a:first-child {
    margin-bottom: 15px;
	}
	/* media */
	.chefs-home .h-media {
		margin-bottom: 60px;
	}
	.chefs-home .h-media h2 img {
		width: 139px;
	}
	.chefs-home .h-media__list {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.chefs-home .h-media__list li {
		width: 100% !important;
	}
	.chefs-home .h-media__list li + li {
		margin-top: 50px;
	}
	.chefs-home .h-media__list p {
		text-align: left;
		margin-bottom: 15px;
	}
	.chefs-home .h-media__list .photo {
		position: relative;
		width: 100%;
		height: auto;
	}
	.chefs-home .h-media__list .photo img {
		position: static;
		transform: none;
	}
	.chefs-home .h-media__list li:nth-of-type(2) img {
		max-width: 40%;
	}
	.chefs-home .h-media__list .photo + p {
		margin-top: 20px;
	}
	.chefs-home .h-media__list p.title span {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.chefs-home .h-media__list p.sup {
		font-size: 1.2rem;
	}
	.chefs-home .h-media__list a {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	/* match */
	.chefs-home .h-match {
		margin: 0 -15px 60px;
		padding: 45px 15px;
	}
	.chefs-home .h-match h2 img {
		width: 165px;
		margin: auto;
	}
	.chefs-home .h-match .h-match__sliderlist01 {
		width: 82vw;
		margin: auto;
	}
	.chefs-home .h-match .h-match__sliderlist01 ul {
		margin: 0 0 -30px;
	}
	.chefs-home .h-match .h-match__sliderlist01 ul li {
		margin: 0;
		width: 46vw;
	}
	.chefs-home .h-match .h-match__sliderlist01 img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
		margin: 0 0 20px;
	}
	.chefs-home .h-match .h-match__sliderlist01 .bx-controls-direction a {
		width: 10vw !important;
		height: 10vw !important;
		margin: 0 !important;
		position: absolute;
	}
	.chefs-home .h-match .h-match__sliderlist01 .bx-controls-direction .bx-prev:before, .chefs-home .h-match .h-match__sliderlist01 .bx-controls-direction .bx-next:before {
		width: 20px !important;
		height: 20px !important;
		border-bottom: none !important;
		top: 50vw;
	}
	.chefs-home .h-match .h-match__sliderlist01 .bx-controls-direction .bx-prev {
		left: -10vw;
	}
	.chefs-home .h-match .h-match__sliderlist01 .bx-controls-direction .bx-next {
		right: -10vw;
	}
	.chefs-home .h-match .h-match__sliderlist01 .bx-controls-direction .bx-prev:before {
		left: 5.4vw;
		transform: rotate(-135deg) !important;
	}
	.chefs-home .h-match .h-match__sliderlist01 .bx-controls-direction .bx-next:before {
		right: 5.4vw;
		transform: rotate(45deg);
	}
	.chefs-home .h-match p.name {
		font-size: 1.6rem;
		text-align: left;
		margin: 0 0 10px;
	}
	.chefs-home .h-match p.name span {
		font-size: 1.2rem;
	}
	.chefs-home .h-match p.shop {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	/* session */
	.chefs-home .s-session {
		margin-bottom: 60px;
	}
	.chefs-home .s-session--bg_gray {
		margin: 0 -15px 60px;
		padding: 45px 15px;
		background: #F5F6F7;
	}
	.chefs-home .s-session h2 img {
		width: 165px;
	}
	.chefs-home .s-session--original h2 img {
		width: 205px;
	}
	.chefs-home .s-session--plan h2 img {
		width: 160px;
	}
	.chefs-home .s-session--tips h2 img {
		width: 175px;
	}
	.chefs-home .s-session__list {
		width: 100%;
		margin: 0 0 60px !important;
	}
	.chefs-home .s-session__list.negative--bottom {
		margin: auto !important;
	}
	.chefs-home .s-session__list li, .chefs-home .s-session__list li:nth-child(3n) {
		font-size: 1.3rem;
		width: 100%;
		margin: 0 0 45px;
	}
	.chefs-home .s-session__list li:last-child {
		margin: 0;
	}
	.chefs-home .s-session__list__photo {
		margin-bottom: 10px;
		/*height: 100%;*/
	}
	.chefs-home .s-session__list__title {
		height: auto !important;
		padding: 7px 120px 7px 10px;
	}
	.chefs-home .s-session__list__text {
		height: auto !important;
		margin-bottom: 15px;
	}
	.chefs-home .s-session__list__chef p {
		width: calc(100% - 160px);
	}
	.chefs-home .s-session__list__chef p.chef {
		width: 80px;
		padding: 0;
	}
	.chefs-home .s-session__list__chef p.chef span {
		width: 80px;
		border-radius: 40px;
	}
	.chefs-home .s-session__list__date {
		padding: 6px 8px 12px;
		font-size: 2.2rem;
	}
	.chefs-home .s-session__list__date span {
		padding: 0 6px;
	}
	.chefs-home .s-session__list__date span.month {
		font-size: 1.8rem;
	}
	.chefs-home .s-session__list__date span.year {
		font-size: 1.6rem;
	}
	.chefs-home .s-session .buttonEasing01 {
		/*margin-top: 45px;*/
		border: 1px solid #000;
	}
	.chefs-home .s-session__list li a.s-session__list__btn01 {
		max-width: 100%;
	}
	.chefs-home .s-session__list li a.s-session__list__btn01 span.icon02 {
		top: 1px;
		left: auto;
		right: 3px;
		margin: 0;
	}
	.chefs-home .s-session--tips .s-session__list li p {
		margin: 0;
	}
}
.acc-btn {
	width: 200px;
	margin: 0 auto 60px;
	padding: 10px;
	background: #fff;
	border: solid 1px #000;
}
.acc-btn:hover {
	cursor: pointer;
}