#yf-main article {
	background-color: var(--c_bg);
}
/* grow__cont
----------------------------------------------------------*/
#yf-main .grow__cont .article__title {
	display: flex;
	align-items: center;
}
#yf-main .grow__cont .article__title small { font-size: 0.52em;}
#yf-main .grow__cont .article__title sup { font-size: 0.6em;}
#yf-main .grow__cont .article__title.txt-w::before {
	background-image: url('/ysfarm/common/img/bg_txt_b.svg');
}
#yf-main .grow__cont .article__tag {
	display: flex;
}
#yf-main .grow__cont .article__tag li {
	z-index: 5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c_white);
	font-weight: 700;
}
#yf-main .grow__cont .article__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%;
}
#yf-main .grow__cont .article__tag .tag-free {
	text-indent: 1em;
	color: var(--c_primary);
	letter-spacing: 1em;
}
#yf-main .grow__cont .article__tag .tag-paid {
	text-indent: 1em;
	letter-spacing: 1em;
}
#yf-main .grow__cont .article__tag .tag-free::before {
	background-image: url('/ysfarm/common/img/bg_tag_02.svg');
}
#yf-main .grow__cont .article__tag .tag-before::before {
	background-image: url('/ysfarm/common/img/bg_tag_03.svg');
}
#yf-main .grow__cont .article__tag .tag-irregular {
	color: var(--c_primary);
}
#yf-main .grow__cont .article__tag .tag-irregular::before {
	background-image: url('/ysfarm/common/img/bg_tag_04.svg');
}
#yf-main .grow__cont .article__info {
	position: relative;
}
#yf-main .grow__cont .article__info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background-color: var(--c_primary);
}
#yf-main .grow__cont .article__info div {
	display: flex;
}
#yf-main .grow__cont .article__info div dt {
	flex-shrink: 0;
}
#yf-main .grow__cont .link__btnimg p {
	text-align: center;
}
@media screen and (max-width: 640px) {
	#yf-main .grow__cont {
		padding-bottom: 53px;
	}
	#yf-main .grow__cont .article__mv {
		margin-right: -25px;
		height: 256px;
	}
	#yf-main .grow__cont .article__title {
		margin: -15px -10px 0 -2px;
		padding-inline: .3em;
		font-size: min(calc(23 / 375 * 100vw), 23px);
	}
	#yf-main .grow__cont .article__txt {
		margin: 15px -25px 20px -3px;
		font-size: min(calc(14 / 375 * 100vw), 14px);
		letter-spacing: -0.04em;
	}
	#yf-main .grow__cont .article__tag {
		gap: 5px;
		margin-left: -3px;
		padding-bottom: 10px;
	}
	#yf-main .grow__cont .article__tag li {
		width: 87px;
		height: 27px;
		font-size: 9px;
	}
	#yf-main .grow__cont .article__info {
		padding-top: 8px;
		font-size: min(calc(10.5 / 375 * 100vw), 10.5px);
	}
	#yf-main .grow__cont .article__info::before {
		width: min(100%, 277px);
	}
	#yf-main .grow__cont .article__note {
		margin-top: 10px;
		font-size: 9px;
	}
	#yf-main .grow__cont .btn-reserve {
		margin-top: 37px;
	}
	#yf-main .grow__cont .link__btnimg {
		width: 267px;
		margin: 14px auto 0;
	}
	#yf-main .grow__cont .link__btnimg p {
		margin-top: 7px;
		font-size: 11px;
	}
}
@media screen and (min-width: 641px) {
	#yf-main .grow__cont {
		padding-bottom: 130px;
	}
	#yf-main .grow__cont .article__mv {
		height: 540px;
	}
	#yf-main .grow__cont .article__title {
		margin: -40px 0 0 110px;
		padding-inline: .2em;
		font-size: 49px;
	}
	#yf-main .grow__cont .article__txt {
		margin: 10px 0 50px 110px;
		font-size: 22px;
		letter-spacing: -0.04em;
	}
	#yf-main .grow__cont .article__tag {
		gap: 5px;
		width: 555px;
		margin-left: 110px;
		padding-bottom: 14px;
	}
	#yf-main .grow__cont .article__tag li {
		width: 140px;
		height: 44px;
		font-size: 15px;
	}
	#yf-main .grow__cont .article__info {
		margin: 0 0 0 110px;
		padding-top: 12px;
		font-size: 17px;
	}
	#yf-main .grow__cont .article__info::before {
		width: 555px;
	}
	#yf-main .grow__cont .article__note {
		margin: 16px 0 0 110px;
		font-size: 13px;
	}
	#yf-main .grow__cont .btn-reserve {
		margin-block: 37px 2px;
	}
	#yf-main .grow__cont .link__btnimg {
		width: 430px;
		margin: 52px auto 0;
	}
	#yf-main .grow__cont .link__btnimg p {
		margin-top: 13px;
		font-size: 17px;
	}
}

/* #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 62px;
		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 110px;
		font-size: 28px;
	}
}

/* #lineup
----------------------------------------------------------*/
#lineup {
	text-align: left;
	position: relative;
}
#lineup::before {
	z-index: 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--c_bg);
}
#lineup .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
}
#lineup .lineup__lead {
	font-weight: 900;
}
@media screen and (max-width: 640px) {
	#lineup::before {
		height: calc(100% - ((100% - 203px) / 2));
	}
	#lineup .swiper-wrapper .swiper-slide a {
		font-size: min(calc(12 / 375 * 100vw), 12px);
	}
	#lineup .lineup__lead {
		margin-block: 48px 37px;
		padding-left: 50px;
		font-size: 14px;
	}
}
@media screen and (min-width: 641px) {
	#lineup::before {
		height: calc(100% - ((100% - 290px) / 2));
	}
	#lineup .swiper-wrapper .swiper-slide a {
		font-size: 17px;
	}
	#lineup .lineup__lead {
		margin-block: 50px 120px;
		font-size: 26px;
		translate: calc(50% - 370px);
	}
}

/* #other_content
----------------------------------------------------------*/
#other_content {
	background-color: var(--c_bg);
}
#other_content .oc__hd {
	box-sizing: content-box;
}
@media screen and (max-width: 640px) {
	#other_content .oc__hd {
		height: 150px;
		padding-block: 15px 64px;
	}
	#other_content .grow__cont {
		padding-bottom: 36px;
	}
	#other_content .grow__cont .article__title {
		font-size: min(calc(22 / 375 * 100vw), 22px);
	}
	#other_content .grow__cont .article__txt {
		margin-top: 18px;
	}
	#other_content .grow__cont .article__info {
		line-height: 1.63;
	}
}
@media screen and (min-width: 641px) {
	#other_content {
		margin-top: -13px;
	}
	#other_content .oc__hd {
		height: 400px;
		padding-bottom: 115px;
	}
	#other_content .grow__cont .article__mv {
		height: 498px;
	}
	#other_content .grow__cont .article__title {
		font-size: 47px;
	}
	#other_content .grow__cont .article__txt {
		font-size: 20px;
	}
	#other_content .grow__cont .article__info {
		font-size: 16px;
	}
}

/* #workshop
----------------------------------------------------------*/
@media screen and (min-width: 641px) {
	#yf-main #workshop.grow__cont .article__mv {
		height: 498px;
	}
	#yf-main #workshop.grow__cont .article__title {
		font-size: 47px;
	}
	#yf-main #workshop.grow__cont .article__txt {
		font-size: 20px;
	}
	#yf-main #workshop.grow__cont .article__info {
		font-size: 16px;
	}
}

/* #experience
----------------------------------------------------------*/
#experience .ex-detail__title {
	line-height: 1.5;
	font-weight: 500;
}
#experience .ex-detail__img {
	display: flex;
}
@media screen and (max-width: 640px) {
	#experience .ex__detail {
		margin-top: -7px;
		padding: 0 25px 55px 50px;
	}
	#experience .ex-detail__title {
		padding-bottom: 12px;
		font-size: min(calc(29 / 375 * 100vw), 29px);
	}
	#experience .ex-detail__txt p {
		font-size: min(calc(11 / 375 * 100vw), 11px);
	}
	#experience .ex-detail__pic {
		margin-top: 22px;
	}
	#experience .ex-detail__img {
		gap: 8px;
		margin-top: 10px;
	}
	#experience .ex-detail__img li:first-child {
		display: none;
	}
}
@media screen and (min-width: 641px) {
	#experience .ex__detail {
		max-width: 1300px;
		margin-inline: auto;
		padding: 0 0 120px 100px;
		translate: -18px;
	}
	#experience .ex__detail .inner {
		display: flex;
		align-items: center;
	}
	#experience .ex-detail__txt {
		flex-shrink: 0;
		width: 550px;
	}
	#experience .ex-detail__title {
		margin-left: -20px;
		padding-bottom: 22px;
		font-size: 60px;
		letter-spacing: -0.07em;
	}
	#experience .ex-detail__txt p {
		margin-left: 60px;
		padding-bottom: 2em;
		font-size: 18px;
	}
	#experience .ex-detail__pic {
		width: calc(100% - 550px);
		height: 420px;
	}
	#experience .ex-detail__img {
		gap: 20px;
		margin-top: 20px;
		margin-left: 60px;
	}
}

/* #vegicheck
----------------------------------------------------------*/
@media screen and (min-width: 641px) {
	#yf-main #vegicheck .inner {
		display: flex;
		flex-direction: row-reverse;
		gap: 60px;
		max-width: 1300px;
		margin-inline: auto;
		padding-left: 100px;
		translate: -18px;
	}
	#yf-main #vegicheck.grow__cont .article__mv {
		width: 440px;
		height: 780px;
		flex-shrink: 0;
	}
	#yf-main #vegicheck.grow__cont .article__title {
		margin-top: 10px;
	}
}

/* #tomato
----------------------------------------------------------*/
#yf-main #tomato.grow__cont .article__title {
	letter-spacing: -0.04em;
}


