/* #mv
----------------------------------------------------------*/
#mv .title-mark {
	letter-spacing: 0.1em;
}
#mv .lead__txt {
	font-weight: 900;
	line-height: 1.79;
}
@media screen and (max-width: 640px) {
	#mv {
		padding-top: 45px;
	}
	#mv .inner {
		padding-left: 50px;
	}
	#mv .mv__title {
		margin: 0 0 -10px 17px;
	}
	#mv .mv__title .title-mark {
		font-size: 52px;
		letter-spacing: 0.1em;
		padding-inline: 0.4em 0.2em;
	}
	#mv .mv__pic {
		height: 256px;
	}
	#mv .lead__txt {
		margin-block: 13px 18px;
		font-size: 14px;
	}
}
@media screen and (min-width: 641px) {
	#mv {
		padding-top: 117px;
	}
	#mv .inner {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
	}
	#mv .mv__title {
		width: min(100%, 1440px);
		margin: 0 auto -23px;
		padding-inline: 100px;
	}
	#mv .mv__title .title-mark {
		font-size: 120px;
		line-height: 1.55;
		letter-spacing: -0.05em;
		padding-inline: 0.2em;
	}
	#mv .mv__pic {
		width: calc(50% + 370px);
		height: 500px;
	}
	#mv .lead__txt {
		width: calc(50% + 370px);
		margin-block: 22px 70px; /*22px 87px*/ /*26.4.29 edited*/
		font-size: 28px;
	}
}

/* #experience
----------------------------------------------------------*/
#experience {
	text-align: left;
	position: relative;
}
#experience::before {
	z-index: 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--c_bg);
}
#experience .ex__title {
	font-weight: 500;
}
#experience .ex__txt {
	font-weight: 900;
}
#experience .link__btn.btn-pdf a {
	position: relative;
	background: url('/ysfarm/common/img/bg_btn_res.svg') no-repeat 50% 50% / 100% 100%;
	color: var(--c_white);
	line-height: 1;
}
#experience .link__btn.btn-pdf a::before {
	content: '';
	position: absolute;
	background: url('/ysfarm/common/img/ico_ar_w.svg') no-repeat 50% 50% / contain;
}
#experience .link__btn.btn-pdf a span {
	position: relative;
	display: block;
	width: fit-content;
}
#experience .link__btn.btn-pdf a span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.5px;
	background-color: var(--c_white);
}
#experience .ex__outro {
	font-weight: 900;
}
@media screen and (max-width: 640px) {
	#experience {
		padding-top: 20px; /*50px*/ /*26.4.29 edited*/
	}
	#experience::before {
		height: calc(100% - 40px); /*calc(100% - 50px - 52px)*/ /*26.4.29 edited*/
	}
	#experience .ex__cont {
		padding-inline: 50px 25px;
	}
	#experience .ex__title {
		font-size: 30px;
	}
	#experience .ex__txt {
		margin: 7px -20px 23px 0;
		font-size: 14px;
	}
	#experience .ex__pic {
		margin: 0 -25px 30px 0;
		height: 256px;
	}
	#experience .link__btn {
		margin-top: 14px; /*-2px*/ /*26.4.29 edited*/
	}
	#experience .link__btn li+li {
		margin-top: 9px;
	}
	#experience .link__btn.btn-pdf a {
		width: min(calc(255 / 375 * 100vw), 255px);
		height: 62px;
	}
	#experience .link__btn.btn-pdf a::before {
		right: 18px;
		width: 13px;
		height: 13px;
		margin-bottom: -1px;
	}
	#experience .link__btn.btn-pdf a span {
		font-size: min(calc(11 / 375 * 100vw), 11px);
	}
	#experience .link__btn.btn-pdf a span::before {
		bottom: -2px;
	}
	#experience .ex__ft {
		margin-top: 27px;
		height: 150px;
	}
	#experience .ex__outro {
		padding: 23px 5px 20px 50px;
		font-size: 14px;
	}
}
@media screen and (min-width: 641px) {
	#experience {
		padding-top: 0; /*50px*/ /*26.4.29 edited*/
	}
	#experience::before {
		height: calc(100% + 80px); /*calc(100% - 50px - 135px)*/ /*26.4.29 edited*/
	}
	#experience .ex__cont {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	#experience .ex__cont+.ex__cont {
		align-items: flex-end;
		margin-top: -10px;
	}
	#experience .ex__txt_wrap {
		width: 515px;
	}
	#experience .ex__title {
    font-size: 49px;
    padding-block: 38px;
	}
	#experience .ex__txt {
		margin-block: 7px 23px;
		font-size: 21px;
	}
	#experience .ex__pic {
		width: calc(50% - 70px);
		height: 420px;
	}
	#experience .link__btn {
		margin: 52px auto -5px; /*0 auto -5px 128px*/ /*26.4.29 edited*/
	}
	#experience .link__btn li+li {
		margin-top: 9px;
	}
	#experience .link__btn.btn-pdf a {
		padding-bottom: 3px;
		width: 390px;
		height: 100px;
	}
	#experience .link__btn.btn-pdf a::before {
		right: 30px;
		width: 20px;
		height: 20px;
		margin-bottom: -3px;
	}
	#experience .link__btn.btn-pdf a span {
		font-size: 16px;
	}
	#experience .link__btn.btn-pdf a span::before {
		bottom: -3px;
	}
	#experience .ex__ft {
		margin-top: 110px;
		height: 400px;
	}
	#experience .ex__outro {
		max-width: 960px;
		margin-inline: auto;
		padding-block: 56px 40px;
		font-size: 26px;
	}
}

/* #harvest */
#harvest .harvest__title {
	display: flex;
	align-items: center;
}
#harvest .harvest__tag {
	display: flex;
	border-bottom: 1px solid var(--c_primary);
}
#harvest .harvest__tag li {
	z-index: 5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c_white);
	font-weight: 700;
}
#harvest .harvest__tag li::before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/ysfarm/common/img/bg_tag_01.svg') no-repeat 50% 50% / 100% 100%;
	translate: 0 -50%;
}
#harvest .harvest__tag .tag-paid {
	text-indent: 1em;
	letter-spacing: 1em;
}
#harvest .harvest__info div {
	display: flex;
}
#harvest .harvest__info div dt {
	flex-shrink: 0;
}
#harvest .link__btnimg p {
	text-align: center;
}
@media screen and (max-width: 640px) {
	#harvest {
		margin-top: 53px;
	}
	#harvest .harvest__mv {
		margin-right: -25px;
		height: 256px;
	}
	#harvest .harvest__title {
		margin: -15px -10px 0 -2px;
		padding-inline: .3em;
		font-size: 23px;
	}
	#harvest .harvest__txt {
		margin: 15px -25px 20px -3px;
		font-size: 14px;
		letter-spacing: -0.04em;
	}
	#harvest .harvest__tag {
		gap: 5px;
		max-width: 277px;
		margin-left: -3px;
		padding-bottom: 10px;
	}
	#harvest .harvest__tag li {
		width: 87px;
		height: 27px;
		font-size: 9px;
	}
	#harvest .harvest__info {
		margin-top: 8px;
		font-size: 10.5px;
	}
	#harvest .harvest__note {
		margin-top: 10px;
		font-size: 9px;
	}
	#harvest .link__btnimg {
		width: 254px; /*215px*/ /*26.4.29 edited*/
		margin: 9px auto 0; /*14px auto 0*/ /*26.4.29 edited*/
	}
	#harvest .link__btnimg p {
		margin-top: 7px;
		font-size: 11px;
	}
}
@media screen and (min-width: 641px) {
	#harvest {
		margin-top: 130px;
	}
	#harvest .harvest__mv {
		height: 540px;
	}
	#harvest .harvest__title {
		margin: -40px 0 0 110px;
		padding-inline: .2em;
		font-size: 49px;
	}
	#harvest .harvest__txt {
		margin: 10px 0 50px 110px;
		font-size: 22px;
		letter-spacing: -0.04em;
	}
	#harvest .harvest__tag {
		gap: 5px;
		width: 555px;
		margin-left: 110px;
		padding-bottom: 14px;
	}
	#harvest .harvest__tag li {
		width: 140px;
		height: 44px;
		font-size: 15px;
	}
	#harvest .harvest__info {
		margin: 12px 0 0 110px;
		font-size: 17px;
	}
	#harvest .harvest__note {
		margin: 16px 0 0 110px;
		font-size: 13px;
	}
	#harvest .link__btnimg {
		width: 390px; /*430px*/ /*26.4.29 edited*/
		margin: 14px auto 0; /*52px auto 0*/ /*26.4.29 edited*/
	}
	#harvest .link__btnimg p {
		margin-top: 13px;
		font-size: 17px;
	}
}

/* #ilfaggio
----------------------------------------------------------*/
#ilfaggio {
	padding-top: 50px;
	background-color: var(--c_bg);
}
#ilfaggio .il__title {
	font-weight: 700;
	letter-spacing: -0.02em;
}
#ilfaggio .il__title span {
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	#ilfaggio .inner {
		padding: 0 25px 50px 50px;
	}
	#ilfaggio .il {
		margin-top: 28px;
	}
	#ilfaggio .il__title {
		margin-right: -20px;
		font-size: min(calc(24 / 375 * 100vw), 24px);
	}
	#ilfaggio .il__txt {
		padding-block: 8px 24px;
		font-size: 14px;
		font-weight: 900;
	}
	#ilfaggio ul.il__pic {
		display: flex;
		margin-top: 10px;
		gap: 8px;
	}
	#ilfaggio .il__info {
		margin-top: 17px;
		font-size: 11.5px;
		line-height: 1.6;
	}
	#ilfaggio .il__info p+p {
		margin-top: 19px;
	}
	#ilfaggio .btn-reserve {
		margin-top: 25px;
	}
}
@media screen and (min-width: 641px) {
	#ilfaggio {
		overflow: hidden;
	}
	#ilfaggio .inner {
		display: grid;
		grid-template-columns: auto 750px;
		grid-template-rows: auto 1fr;
		row-gap: 30px;
		max-width: 1170px;
		margin: 37px auto 0;
		padding-bottom: 130px;
		translate: 98px;
	}
	#ilfaggio .il__title {
		grid-column: span 2 / span 2;
		padding: 0 0 22px 8px;
		font-size: 43px;
		line-height: 1.6;
	}
	#ilfaggio .il__txt {
		grid-row-start: 2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-right: 30px;
	}
	#ilfaggio .il__txt p:first-child {
		margin: -9px 0 0 7px;
		font-size: 21px;
		line-height: 1.75;
	}
	#ilfaggio div.il__pic {
		grid-row-start: 2;
	}
	#ilfaggio ul.il__pic {
		grid-column: span 2 / span 2;
		display: flex;
		gap: 30px;
		margin-left: 140px;
	}
	#ilfaggio .il__info {
		grid-column: span 2 / span 2;
		margin: 21px 0 0 140px;
		font-size: 22px;
	}
	#ilfaggio .il__info p+p {
		margin-top: 1.5em;
	}
	#ilfaggio .btn-reserve {
		grid-column: span 2 / span 2;
		margin: 45px 0 0 292px; /*45px 0 0 135px*/ /*26.4.29 edited*/
	}
}
