@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@500&display=swap");
html {}
@media print, screen and (min-width:641px) {
	.headerArea {
		position: fixed;
		top: 0
	}
}
main {
	background-image: none;
	background-color: #fff
}
main .comBtn01 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
a {
	color: #3c3c3c
}
.pc_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width:640px) {
	.pc_flex {
		display: block
	}
}
@media print, screen and (min-width:641px) {
	.pb_180 {
		padding-bottom: 180px
	}
}
@media screen and (max-width:640px) {
	.pb_180 {
		padding-bottom: 60px
	}
}
@media print, screen and (min-width:641px) {
	.pb_120 {
		padding-bottom: 120px
	}
}
@media screen and (max-width:640px) {
	.pb_120 {
		padding-bottom: 60px
	}
}
@media print, screen and (min-width:641px) {
	.pt_120 {
		padding-top: 120px
	}
}
@media screen and (max-width:640px) {
	.pt_120 {
		padding-top: 60px
	}
}
@media print, screen and (min-width:641px) {
	.pt_100 {
		padding-top: 100px
	}
}
@media screen and (max-width:640px) {
	.pt_100 {
		padding-top: 50px
	}
}
.c-blue {
	color: #003764
}
.c-red {
	color: #891313
}
@media print, screen and (min-width:641px) {
	.w1160 {
		margin: 0 auto;
		width: 100%;
		max-width: 1160px
	}
}
.more_link .link span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color: #81cddf;
	text-decoration: underline
}
.more_link .link span.arrow {
	display: inline-block
}
.more_link .link span.arrow:before {
	top: 1px;
	bottom: 0;
	margin: auto 0;
	right: -10px;
	border-top: 1px solid #81cddf;
	border-right: 1px solid #81cddf
}
.no-touchevents .more_link .link:hover span {
	text-decoration: none
}
.link_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1
}
.link_wrap .bg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.link_wrap .bg:after {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
	transition: 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
	z-index: 10
}
.link_wrap .bg .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	background-size: cover;
	background-position: center center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), -webkit-transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
	-webkit-transition: border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), -webkit-transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
	transition: transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
	transition: transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), -webkit-transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995)
}
.no-touchevents .link_wrap:hover .bg .img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04)
}
.no-touchevents .link_wrap:hover .bg:after {
	opacity: 0.2
}
.arrow {
	position: relative;
	display: block
}
.arrow:before {
	position: absolute;
	content: "";
	display: inline-block;
	border-top: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 10
}
@media print, screen and (min-width:641px) {
	.arrow:before {
		width: 7px;
		height: 7px;
		-webkit-transform: rotate(45deg) skew(-25deg, -25deg);
		transform: rotate(45deg) skew(-25deg, -25deg)
	}
}
@media screen and (max-width:640px) {
	.arrow:before {
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg) skew(-15deg, -15deg);
		transform: rotate(45deg) skew(-15deg, -15deg)
	}
}
@media print, screen and (min-width:641px) {
	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px)
	}
}
@media screen and (max-width:640px) {
	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px)
	}
}
@media print, screen and (min-width:641px) {
	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px)
	}
}
@media screen and (max-width:640px) {
	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px)
	}
}
.bnr_area {
	margin: 0 auto
}
@media print, screen and (min-width:641px) {
	.bnr_area {
		max-width: 980px
	}
}
@media screen and (max-width:640px) {
	.bnr_area {
		max-width: 89%
	}
}
.bnr_area .bnr_link {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.no-touchevents .bnr_area .bnr_link:hover {
	opacity: 0.8
}
.bnr_area .bnr_link .img {
	width: 100%;
	vertical-align: bottom
}
body {
	padding-top: 150px
}
.comLayout05Wrap .comBtn03 {
	background: none
}
.comLayout05Wrap .comBtn03:before {
	opacity: 1
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comBtn03.next:before {
		background-image: url(../cuisine/img/arrow_next.svg);
		background-size: cover;
		width: 2.5rem;
		height: 1.2rem;
		background-color: transparent;
		right: -15%
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comBtn03.next:after {
		display: none
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comBtn03.prev:before {
		background-image: url(../cuisine/img/arrow_prev.svg);
		background-size: cover;
		width: 2.5rem;
		height: 1.2rem;
		background-color: transparent;
		left: -15%
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comBtn03.prev:after {
		display: none
	}
}
.sec_ttl {
	text-align: center
}
@media print, screen and (min-width:641px) {
	.sec_ttl {}
}
.sec_ttl .en {
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 4rem;
	font-family: "Amiri", serif;
	font-weight: 400;
	color: #7e6606
}
@media screen and (max-width:640px) {
	.sec_ttl .en {
		display: block;
		margin-bottom: 10px;
		font-size: 9.7vw
	}
}
@media print, screen and (min-width:641px) {
	.sec_ttl .en {
		line-height: 1
	}
}
.sec_ttl .ja {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
@media print, screen and (min-width:641px) {
	.sec_ttl .ja {
		margin-top: 1rem
	}
}
@media screen and (max-width:640px) {
	.sec_ttl .ja {
		font-size: 3.6vw
	}
}
.sec_sttl {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
@media print, screen and (min-width:641px) {
	.sec_sttl {
		font-size: 2.4rem;
		line-height: calc(40/24);
		letter-spacing: 0.1em
	}
}
@media screen and (max-width:640px) {
	.sec_sttl {
		font-size: 5vw;
		line-height: calc(70/36);
		letter-spacing: 0.1em
	}
}
.sec_sttl.ver02 {
	text-align: center;
	color: #bca06b;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.sec_sttl.ver02 .en {
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 3.4rem;
	font-family: "Amiri", serif;
	font-weight: 400
}
@media screen and (max-width:640px) {
	.sec_sttl.ver02 .en {
		display: block;
		margin-bottom: 10px;
		font-size: 9.7vw
	}
}
@media print, screen and (min-width:641px) {
	.sec_sttl.ver02 .en {
		line-height: 1
	}
}
.sec_sttl.ver02 .ja {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500
}
@media print, screen and (min-width:641px) {
	.sec_sttl.ver02 .ja {}
}
@media screen and (max-width:640px) {
	.sec_sttl.ver02 .ja {
		font-size: 3.6vw
	}
}
.sec_txt {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
@media print, screen and (min-width:641px) {
	.sec_txt {
		font-size: 1.4rem;
		line-height: calc(26/14);
		letter-spacing: 0.05em
	}
}
@media screen and (max-width:640px) {
	.sec_txt {
		font-size: 3.6vw;
		line-height: calc(46/26);
		letter-spacing: 0.05em
	}
}
@media screen and (max-width:640px) {
	.mt-none {
		margin-top: 0!important
	}
}
@media print, screen and (min-width:641px) {
	.mainArea {
		margin-top: 7.4rem
	}
}
@media screen and (max-width:640px) {
	.mainArea {
		margin-top: calc(100vw * (126 / 720))
	}
}
.titleArea .ph {
	display: block;
	object-fit: cover;
}
@media print, screen and (min-width:641px) {
	.titleArea .ph {
		width: 100%;
		height: 66rem;
		margin-top: 7rem;
	}
}
@media screen and (max-width:640px) {
	.titleArea .ph {
		width: 100%;
		height: calc(100vw * (680 / 720));
		margin-top: calc(100vw * (60 / 720));
	}
}
@media print, screen and (min-width:641px) {
	.titleArea .ph {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}
}
.mainArea .titleArea {
	position: relative
}
@media print, screen and (min-width:641px) {
	.mainArea .titleArea {
		padding-bottom: 9.2rem;
		margin-bottom: 8.6rem
	}
}
@media screen and (max-width:640px) {
	.mainArea .titleArea {
		padding-bottom: calc(100vw * (120 / 720));
		margin-bottom: calc(100vw * (114 / 720))
	}
}
.mainArea .titleArea:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background-image: url(../cuisine/img/decoration.svg);
	background-size: contain
}
@media print, screen and (min-width:641px) {
	.mainArea .titleArea:before {
		width: 17rem;
		height: 1.8rem
	}
}
@media screen and (max-width:640px) {
	.mainArea .titleArea:before {
		width: 9rem;
		height: 1rem
	}
}
@media print, screen and (min-width:641px) {
	.mainArea .titleArea .sec_ttl .en {
		font-size: 4.6rem
	}
}
.mainArea .titleArea .sec_sttl {
	text-align: center
}
@media print, screen and (min-width:641px) {
	.mainArea .titleArea .sec_sttl {
		margin-top: 6rem
	}
}
@media screen and (max-width:640px) {
	.mainArea .titleArea .sec_sttl {
		margin-top: calc(100vw * (80 / 720))
	}
}
@media screen and (max-width:640px) {
	.mainArea .titleArea .sec_ttl .en {
		margin-bottom: calc(100vw * (12 / 720))
	}
}
.mainArea .titleArea .sec_txt {
	text-align: center
}
@media print, screen and (min-width:641px) {
	.mainArea .titleArea .sec_txt {
		margin-top: 2.4rem
	}
}
@media screen and (max-width:640px) {
	.mainArea .titleArea .sec_txt {
		margin-top: calc(100vw * (50 / 720))
	}
}
.comPageTit {
	padding: 0
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap {
		margin-top: 6rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap {
		margin: 0 auto;
		margin-top: calc(100vw * (80 / 720));
		padding: 0;
		max-width: calc(100% - (100vw * (120 / 720)))
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 116rem
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .phootarea {
		width: calc(100% - 40rem - 6rem)
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .phootarea .slide {
		height: 42.6rem;
		max-height: none
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .phootarea .slide {
		height: calc(100vw - (100vw * (160 / 720)));
		padding-top: 0
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .phootarea .slide .img {
		opacity: 1;
		max-width: calc(100% - (100vw * (40 / 720)));
		margin-left: calc(100vw * (20 / 720))!important;
		background-size: contain
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info {
		width: 40rem;
		margin-left: 6rem;
		padding: 0
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info .txt_box {
		margin-top: -1rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .txt_box {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
.comLayout05Wrap .comLayout05 .info .txt_box dl dt {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	letter-spacing: 0.1em
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info .txt_box dl dt {
		font-size: 2.4rem;
		line-height: calc(40/24)
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .txt_box dl dt {
		font-size: 5vw;
		line-height: calc(60/36);
		text-align: center
	}
}
.comLayout05Wrap .comLayout05 .info .txt_box dl dd {
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info .txt_box dl dd {
		font-size: 1.4rem;
		line-height: calc(26/14);
		margin-top: 2.5rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .txt_box dl dd {
		font-size: 3.6vw;
		line-height: calc(46/26);
		padding-left: calc(100vw * (20 / 720));
		padding-right: calc(100vw * (20 / 720));
		margin-top: calc(100vw * (32 / 720));
		text-align: justify
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info>.in {
		margin-top: 4.6rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info>.in {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .pager {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.comLayout05Wrap .comLayout05 .info .pager .imgWrap {
	padding: 0;
	margin: 0
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap {
		width: 12rem;
		height: 8rem;
		background: #cd96c6
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap {
		background: transparent;
		width: calc(100vw * (20 / 720));
		height: calc(100vw * (20 / 720));
		margin-left: calc(100vw * (20 / 720));
		margin-right: calc(100vw * (20 / 720));
		margin-top: calc(100vw * (30 / 720))
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap+.imgWrap {
		margin-left: 2rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap+.imgWrap {
		margin-left: calc(100vw * (20 / 720))
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap:nth-child(4n) {
		margin-left: 0
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap:nth-child(n+4) {
		margin-top: 2rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap .img {
		background-image: none!important;
		background-color: #3c3c3c;
		border-radius: 2px
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap .comLayout05 .info .pager .imgWrap.active .img {
		background: #bca06b;
		-webkit-transform: none;
		transform: none
	}
}
.comLayout05Wrap.reverse {
	position: relative
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap.reverse {
		padding-bottom: 13rem;
		margin-bottom: 9.6rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap.reverse {
		padding-bottom: calc(100vw * (90 / 720));
		margin-bottom: calc(100vw * (110 / 720))
	}
}
.comLayout05Wrap.reverse:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	background-image: url(../cuisine/img/decoration.svg);
	background-size: cover
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap.reverse:before {
		width: 17rem;
		height: 1.8rem
	}
}
@media screen and (max-width:640px) {
	.comLayout05Wrap.reverse:before {
		width: 9rem;
		height: 1rem
	}
}
.comLayout05Wrap.reverse .comLayout05 {
	margin-bottom: 0
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap.reverse .comLayout05 .phootarea {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
@media print, screen and (min-width:641px) {
	.comLayout05Wrap.reverse .comLayout05 .info {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: 0;
		margin-right: 6rem
	}
}
.chefLayoutWrap {
	background-image: url(../img/texture_bg3.png)
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 98rem;
		margin: 0 auto;
		padding: 6rem 5rem 4.6rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap {
		width: calc(100vw - (100vw * (160 / 720)));
		padding-left: calc(100vw * (40 / 720));
		padding-right: calc(100vw * (40 / 720));
		padding-top: calc(100vw * (40 / 720));
		padding-bottom: calc(100vw * (40 / 720));
		margin: 0 auto
	}
}
.chefLayoutWrap .ph {
	object-fit: cover;
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .ph {
		width: 100%;
		max-width: 33rem;
		height: 25.8rem;
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .ph {
		width: 100%;
		height: calc(100vw * (360 / 720));
		background-size: cover;
	}
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box {
		max-width: 49rem;
		width: 100%
	}
}
.chefLayoutWrap .txt_box .position {
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	line-height: 1;
	color: #3c3c3c
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box .position {
		font-size: 1.4rem;
		letter-spacing: 0.05em
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box .position {
		font-size: 2.8vw;
		letter-spacing: 0.07em;
		margin-top: calc(100vw * (40 / 720))
	}
}
.chefLayoutWrap .txt_box .name {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #7e6606
}
.chefLayoutWrap .txt_box .name .jp {
    display: inline-block;
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box .name {
		font-size: 2.5rem;
		margin-top: 1rem
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box .name {
		font-size: 5.1vw;
		margin-top: calc(100vw * (18 / 720))
	}
}
.chefLayoutWrap .txt_box .name .en {
	font-family: "Amiri", serif;
	font-weight: 400
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box .name .en {
		padding-left: 1.1rem;
		font-size: 1.8rem
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box .name .en {
		padding-left: 5px;
		font-size: 3.6vw
	}
}
.chefLayoutWrap .txt_box .txt {
	text-align: justify;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box .txt {
		font-size: 1.4rem;
		line-height: calc(26/14);
		letter-spacing: 0.05em;
		margin-top: 1rem
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box .txt {
		font-size: 3.6vw;
		line-height: calc(46/26);
		letter-spacing: 0.05em;
		margin-top: calc(100vw * (18 / 720));
		text-align: justify
	}
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box dl {
		margin-top: 2.1rem
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box dl {
		margin-top: calc(100vw * (34 / 720))
	}
}
.chefLayoutWrap .txt_box dl dt {
	font-family: "Amiri", serif;
	font-weight: 700;
	position: relative;
	line-height: 1;
	letter-spacing: 0.05em;
	position: relative;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #7e6606
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box dl dt {
		font-size: 1.4rem
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box dl dt {
		font-size: 3.5vw
	}
}
.chefLayoutWrap .txt_box dl dt:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #7e6606;
	height: 1px;
	margin: auto
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box dl dt:before {
		width: calc(100vw * (426 / 720))
	}
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box dl dt:before {
		width: 41.5rem
	}
}
.chefLayoutWrap .txt_box dl dd {
	letter-spacing: 0.05em;
	text-align: justify;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400
}
@media print, screen and (min-width:641px) {
	.chefLayoutWrap .txt_box dl dd {
		font-size: 1.2rem;
		line-height: calc(22/12);
		margin-top: 0.8rem
	}
}
@media screen and (max-width:640px) {
	.chefLayoutWrap .txt_box dl dd {
		font-size: 2.8vw;
		line-height: calc(35/20);
		margin-top: calc(100vw * (10 / 720))
	}
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 98rem;
		margin: 0 auto;
		padding: 2rem;
		padding-left: 4rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border: 1px solid #a18100;
		margin-top: 12rem
	}
}
@media screen and (max-width:640px) {
	.movieLayoutWrap {
		width: calc(100vw - (100vw * (80 / 720)));
		padding-left: calc(100vw * (40 / 720));
		padding-right: calc(100vw * (40 / 720));
		padding-top: calc(100vw * (30 / 720));
		padding-bottom: calc(100vw * (40 / 720));
		margin: 0 auto;
		margin-top: calc(100vw * (122 / 720));
		border: 1px solid #a18100;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap .txt_box {
		max-width: 27.8rem;
		width: 100%
	}
}
.movieLayoutWrap .txt_box .tit {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	color: #a18100;
	position: relative
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap .txt_box .tit {
		font-size: 2.4rem;
		line-height: calc(40/24);
		text-align: center;
		margin-top: 3.3rem;
		padding-bottom: 1.8rem;
		margin-bottom: 1.4rem
	}
}
@media screen and (max-width:640px) {
	.movieLayoutWrap .txt_box .tit {
		font-size: 5vw;
		line-height: calc(60/36);
		text-align: center;
		padding-bottom: calc(100vw * (26 / 720))
	}
}
.movieLayoutWrap .txt_box .tit:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #a18100;
	height: 1px;
	margin: auto
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap .txt_box .tit:before {
		width: 45px
	}
}
@media screen and (max-width:640px) {
	.movieLayoutWrap .txt_box .tit:before {
		width: calc(100vw * (45 / 720))
	}
}
.movieLayoutWrap .txt_box .txt {
	letter-spacing: 0.05em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap .txt_box .txt {
		font-size: 1.4rem;
		line-height: calc(26/14);
		text-align: justify
	}
}
@media screen and (max-width:640px) {
	.movieLayoutWrap .txt_box .txt {
		font-size: 3.6vw;
		line-height: calc(46/26);
		margin-top: calc(100vw * (26 / 720))
	}
}
.movieLayoutWrap [data-inviewyoutube].movie {
	position: relative;
	z-index: 1
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap [data-inviewyoutube].movie {
		width: 100%;
		max-width: 60.4rem
	}
}
@media screen and (max-width:640px) {
	.movieLayoutWrap [data-inviewyoutube].movie {
		height: calc(100vw * (310 / 720));
		margin: 0 auto;
		margin-top: calc(100vw * (26 / 720));
		overflow: hidden
	}
}
.movieLayoutWrap [data-inviewyoutube].movie .thum {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: 1s;
	transition: 1s;
	background-position: center;
	background-size: cover;
	z-index: 1
}
.movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1
}
.movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: url(../cuisine/img/movie_arrow.png);
	background-size: cover;
	cursor: pointer;
	z-index: 1
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn:after {
		width: 8rem;
		height: 8rem
	}
}
@media screen and (max-width:640px) {
	.movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn:after {
		width: calc(100vw * (80 / 720));
		height: calc(100vw * (80 / 720))
	}
}
@media print, screen and (min-width:641px) {
	.movieLayoutWrap [data-inviewyoutube].movie iframe {
		width: 100%;
		height: 34rem;
		-o-object-fit: cover;
		object-fit: cover;
		vertical-align: bottom
	}
}
@media screen and (max-width:640px) {
	.movieLayoutWrap [data-inviewyoutube].movie iframe {
		position: relative;
		left: -2px;
		width: 102%;
		height: calc((100vw * (310 / 720) * 1.02));
		vertical-align: bottom
	}
}
@media print, screen and (min-width:641px) {
	.comPageTit {
		margin-top: 11.5rem
	}
}
@media screen and (max-width:640px) {
	.comPageTit {
		margin-top: calc(100vw * (240 / 720))
	}
}
.recommend {
	text-align: center
}
@media print, screen and (min-width:641px) {
	.recommend {
		padding-bottom: 12rem
	}
}
@media screen and (max-width:640px) {
	.recommend {
		padding-bottom: calc(100vw * (120 / 720))
	}
}
@media print, screen and (min-width:641px) {
	.recommend .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-top: 4rem
	}
}
@media screen and (max-width:640px) {
	.recommend .row {
		padding-left: calc(100vw * (40 / 720));
		padding-right: calc(100vw * (40 / 720));
		margin-top: calc(100vw * (62 / 720))
	}
}
@media print, screen and (min-width:641px) {
	.recommend .row .column {
		width: 36rem
	}
}
@media print, screen and (min-width:641px) {
	.recommend .row .column .ph {
		height: 24rem
	}
}
@media screen and (max-width:640px) {
	.recommend .row .column .ph {
		min-height: auto;
		width: 100%;
		vertical-align: bottom
	}
}
.recommend .row .column dl {
	background-color: #f7f4f2;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15)
}
@media print, screen and (min-width:641px) {
	.recommend .row .column dl {
		padding: 0;
		height: auto;
		padding-bottom: 4rem
	}
}
@media screen and (max-width:640px) {
	.recommend .row .column dl {
		padding: 0;
		padding-bottom: calc(100vw * (40 / 720))
	}
}
.recommend .row .column dl dt {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500
}
@media print, screen and (min-width:641px) {
	.recommend .row .column dl dt {
		font-size: 2.4rem;
		line-height: calc(40/24);
		letter-spacing: 0.1em;
		margin: 0;
		padding-top: 1.5rem
	}
}
@media screen and (max-width:640px) {
	.recommend .row .column dl dt {
		font-size: 5vw;
		letter-spacing: 0.1em;
		line-height: calc(60/36);
		margin: 0;
		padding-top: calc(100vw * (40 / 720))
	}
}
.recommend .row .column dl .txt {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400
}
@media print, screen and (min-width:641px) {
	.recommend .row .column dl .txt {
		font-size: 1.4rem;
		line-height: calc(26/14);
		letter-spacing: 0.05em;
		text-align: center;
		margin-top: 1.6rem;
		padding: 0 3rem
	}
}
@media screen and (max-width:640px) {
	.recommend .row .column dl .txt {
		font-size: 3.6vw;
		letter-spacing: 0.05em;
		line-height: calc(46/26);
		margin-top: calc(100vw * (14 / 720));
		text-align: center;
		padding-left: calc(100vw * (40 / 720));
		padding-right: calc(100vw * (40 / 720))
	}
}
.recommend .row .column dl .num {
	font-family: "Amiri", serif;
	font-weight: 400;
	position: relative;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #a18100;
	position: relative
}
@media print, screen and (min-width:641px) {
	.recommend .row .column dl .num {
		font-size: 3rem;
		padding-top: 2.5rem
	}
}
@media screen and (max-width:640px) {
	.recommend .row .column dl .num {
		font-size: 5.8vw;
		padding-top: calc(100vw * (46 / 720))
	}
}
.recommend .row .column dl .num:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #a18100
}
@media print, screen and (min-width:641px) {
	.recommend .row .column dl .num:before {
		height: 2px;
		bottom: -0.4rem;
		width: 2.2rem
	}
}
@media screen and (max-width:640px) {
	.recommend .row .column dl .num:before {
		height: 1px;
		width: 1.1rem;
		bottom: calc(100vw * (-12 / 720))
	}
}
@media screen and (max-width:640px) {
	.recommend .row .column+.column {
		margin-top: calc(100vw * (40 / 720))
	}
}