/* common
----------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#yf-main .title-mark {
		margin: -23px 0 0 -2px;
		font-size: min(calc(40 / 375 * 100vw), 40px);
		line-height: 1.55;
	}
}
@media screen and (min-width: 641px) {
	#yf-main .title-mark {
		margin-top: -53px;
		font-size: 77px;
		line-height: 1.7;
	}
}

/* #yf-header
----------------------------------------------------------*/
#yf-header {
	height: 0;
}
#yf-header .header-inner {
	transition: background-color .5s;
}
.is-noscroll #yf-header .header-inner {
	background-color: inherit;
}
.is-noscroll #yf-header .header__logo {
	background-color: var(--c_white);
	-webkit-mask-image: url('/ysfarm/common/img/logo_ysfarm.svg');
	mask-image: url('/ysfarm/common/img/logo_ysfarm.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	display: inline-block;
}
#yf-header .header__logo img {
	transition: visibility .3s;
}
.is-noscroll #yf-header .header__logo img {
	visibility: hidden;
}
#header-btn span::before,
#header-btn::before,
#header-btn::after {
	transition: all .5s;
}
.is-noscroll #header-btn span::after {
	color: var(--c_white);
}
.is-noscroll #header-btn span::before,
.is-noscroll #header-btn::before,
.is-noscroll #header-btn::after {
	background-color: var(--c_white);
	color: var(--c_white);
}
.is-noscroll #header-btn.is-active span::after {
	color: var(--c_primary);
}
.is-noscroll #header-btn.is-active span::before,
.is-noscroll #header-btn.is-active::before,
.is-noscroll #header-btn.is-active::after {
	background-color: var(--c_primary);
	color: var(--c_primary);
}
@media screen and (max-width: 640px) {
	.is-noscroll #yf-header .header__logo {
		width: 122px;
		height: 43px;
	}
}
@media screen and (min-width: 641px) {
	.is-noscroll #yf-header .header__logo {
		width: 258px;
		height: 91px;
	}
}
/* #yf-mv
----------------------------------------------------------*/
#yf-mv .inner {
	overflow: hidden;
}
#yf-mv .mv__video {
	width: 100%;
	overflow: hidden;
}
#yf-mv video,
#yf-mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#yf-mv .mv__title {
	text-align: center;
	z-index: 5;
	position: absolute;
	color: var(--c_white);
	line-height: 1;
	letter-spacing: -0.03em;
	white-space: nowrap;
}
@media screen and (max-width: 640px) {
	#yf-mv .mv__video {
		aspect-ratio: 750/810;
	}
	#yf-mv .mv__title {
		bottom: 11px;
		left: 13px;
		font-size: 11vw;
	}
}
@media screen and (min-width: 641px) {
	#yf-mv .mv__video {
		height: calc(var(--vh, 1vh) * 100);
	}
	#yf-mv .mv__title {
		bottom: 21px;
		right: 0;
		left: 0;
		margin-inline: auto;
		font-size: 108px;
		translate: 23px;
	}
}

/* #lead
----------------------------------------------------------*/
#lead .js-fade {
	transition-delay: 0.5s;
}
#lead .lead__txt p:first-child {
	font-weight: 500;
	line-height: 1.55;
}
#lead .lead__txt p:nth-of-type(2) {
	font-weight: 900;
}
@media screen and (max-width: 640px) {
	#lead .inner {
		padding: 0 0 65px 50px;
	}
	#lead .lead__txt p:first-child {
		padding: 27px 0 0 10px;
		font-size: 24px;
	}
	#lead .lead__txt p:nth-of-type(2) {
		padding: 18px 0 0 12px;
		font-size: 17px;
	}
	#lead .lead__pic {
		margin-top: 15px;
	}
}
@media screen and (min-width: 641px) {
	#lead .inner {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		padding-block: 110px 140px;
	}
	#lead .lead__txt {
		width: 400px;
	}
	#lead .lead__txt p:first-child {
		padding-top: 27px;
		font-size: 44px;
	}
	#lead .lead__txt p:nth-of-type(2) {
		padding: 34px 0 0 4px;
		font-size: 28px;
	}
	#lead .lead__pic {
		width: calc(50% + 80px);
		height: 504px;
	}
}

/* #grow
----------------------------------------------------------*/
#grow {
	background-color: var(--c_bg);
}
#grow .grow__txt {
	font-weight: 900;
}
#grow .grow__pic li:last-child {
	z-index: 3;
	position: relative;
}

/* ↓ 26.4.29 added*/
#grow .article__tag {
	display: flex;
}
#grow .article__tag li {
	z-index: 5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c_white);
	font-weight: 700;
}
#grow .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%;
}
#grow .article__tag .tag-free {
	text-indent: 1em;
	color: var(--c_primary);
	letter-spacing: 1em;
}
#grow .article__tag .tag-paid {
	text-indent: 1em;
	letter-spacing: 1em;
}
#grow .article__tag .tag-free::before {
	background-image: url('/ysfarm/common/img/bg_tag_02.svg');
}
#grow .article__tag .tag-before::before {
	background-image: url('/ysfarm/common/img/bg_tag_03.svg');
}
#grow .article__tag .tag-irregular {
	color: var(--c_primary);
}
#grow .article__tag .tag-irregular::before {
	background-image: url('/ysfarm/common/img/bg_tag_04.svg');
}
#grow .tour__txt p+p {
	margin-top: 0.8em;
}
/* ↑ 26.4.29 added*/

@media screen and (max-width: 640px) {
	#grow {
		padding-bottom: 42px;
	}
	#grow .inner {
		padding-inline: 50px 25px;
	}
	#grow .grow__hd {
		height: 156px;
		margin-inline: -50px -25px;
	}
	#grow .grow__txt {
		padding-block: 4px 20px;
		font-size: 14px;
	}
	#grow .grow__pic li {
		width: calc(169 / 375 * 100vw);
	}
	#grow .grow__lineup li+li {
		margin-top: 13px;
	}
	#grow .grow__pic li:first-child { /*26.4.29 edited*/
		margin: 0 0 -38px 0; /*0 0 -115px auto*/ /*26.4.29 edited*/
	}
	#grow .grow__pic li:last-child { /*26.4.29 added*/
		margin: 0 0 0 auto; /*0 0 -38px auto*/
	}
	#grow .grow__lineup li p {
		font-size: 10px;
	}
	#grow .btn-reserve {
		margin-top: 38px;
	}
	#grow .btn-more {
		margin-block: 28px 17px;
	}
	#grow .grow__ft {
		height: 150px;
		margin-inline: -50px -25px;
	}

	/* ↓ 26.4.29 added*/
	#grow .article__tag {
		gap: 5px;
		margin-left: -2px;
		padding: 25px 0 10px;
	}
	#grow .article__tag li {
		width: 87px;
		height: 27px;
		font-size: 9px;
	}

	#grow .tour {
		margin-top: 25px;
	}
	#grow .tour__title.alice {
		width: 200px;
		margin: 20px 0 0 -1px;
	}
	#grow .tour__title.factory {
		width: 270px;
		margin: 20px 0 0 0;
	}
	#grow .tour__txt {
		margin-top: 0;
		padding-block: 10px 13px;
		font-size: 10.5px;
	}
	#grow .tour__pic {
		display: flex;
		margin-top: 10px;
		gap: 8px;
	}

	#grow .tour_wrap {
		margin-top: 30px;
	}
	#grow .tour__pic {
		font-size: 11px;
	}
	#grow .tour__title {
		margin-top: 16px;
		font-size: 22px;
	}
	#grow .tour__note {
		margin-top: 1em;
		font-size: 10px;
	}
	#grow .tour__title+.eat-ex__txt {
		margin-top: 6px;
	}
	/* ↑ 26.4.29 added*/
}
@media screen and (min-width: 641px) {
	#grow {
		padding-bottom: 100px;
	}
	#grow .grow__hd {
		width: calc(50% + 370px);
		height: 500px;
	}
	#grow .grow__lead { /*26.4.29 added*/
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	#grow .grow__txt_wrap {
		max-width: 960px;
		margin-inline: auto;
	}
	#grow .grow__txt {
		padding-top: 2px;
		font-size: 28px;
		line-height: 1.78;
	}
	#grow .grow__pic { /*26.4.29 added*/
		width: calc(50% + 67px);
		margin-top: 88px;
	}
	#grow .grow__pic li { /*26.4.29 added*/
		width: 56.5%;
	}
	#grow .grow__pic li:first-child {
		margin: 0 0 -115px 0; /*margin: 0 0 -115px auto*/ /*26.4.29 edited*/
	}
	#grow .grow__pic li:last-child { /*26.4.29 added*/
		margin: 0 0 0 auto; /*0 0 -115px auto*/ /*26.4.29 edited*/
	}
	#grow .grow__lineup {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
	}
	#grow .grow__lineup li {
		width: calc(50% - 70px);
		margin-top: -190px;
		padding-bottom: 28px;
	}
	#grow .grow__lineup li:nth-of-type(2) {
		text-align: right;
		align-self: flex-start;
	}
	#grow .grow__lineup li p {
		font-size: 21px;
	}
	#grow .grow__lineup li .grow__pic {
		height: 420px;
	}
	#grow .grow__reserve_wrap {
		margin-top: 25px;
	}
	#grow .btn-more {
		margin-block: 112px 45px;
	}
	#grow .grow__ft {
		height: 400px;
	}

	/* ↓ 26.4.29 added*/
	#grow .article__tag {
		gap: 5px;
		width: 555px;
		margin-left: 5px;
		padding: 45px 0 14px;
	}
	#grow .article__tag li {
		width: 140px;
		height: 44px;
		font-size: 15px;
	}
	#grow .tour {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 55px;
		margin-top: 140px; /*60px*/
	}
	#grow .tour.right {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		gap: 55px;
		margin-top: 140px; /*60px*/
	}
	#grow .tour.right .tour__txt_wrap {
		margin: 0 0 0 0;
	}
	#grow .tour__title {
		grid-column: span 2 / span 2;
		padding-left: 8px;
	}
	#grow .tour__title.alice {
		width: 350px;
		margin: 0 0 10px -2px;
	}
	#grow .tour__title.factory {
		width: 500px;
		margin: 0 0 0 0;
	}
	#grow .tour__txt_wrap {
/*		grid-row-start: 2;*/
		display: inline-flex; /*flex*/
		flex-direction: column;
		justify-content: center; /*space-between*/
		order: 2;
	}
	#grow .tour__txt p {
		margin: -9px 0 0 7px;
		font-size: 21px;
		line-height: 1.75;
	}
	#grow .tour__pic {
/*		grid-row-start: 2;*/
		order: 1;
		height: 420px;
		overflow: hidden;
	}
	#grow .tour__pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	#grow .tour__pic {
		height: 420px;
	}
	#grow .tour__title {
		margin: 26px 0 0 -2px;
		font-size: 43px; /*28px*/
	}
	#grow .tour__txt {
		margin-top: 26px;
		font-size: 21px;
	}
	#grow .tour__note {
		margin-top: 1em;
		font-size: 18px;
	}
	#grow .tour__title+.tour__txt {
		margin-top: 18px;
	}
	/* ↑ 26.4.29 added*/
}

/* #eat
----------------------------------------------------------*/
#eat .eat__txt {
	font-weight: 900;
}
#eat .eat__pic li:first-child {
	z-index: 3;
	position: relative;
}
#eat .eat-ex__title {
	font-weight: 900;
}
#eat .eat-ex__note {
	padding-left: 1em;
	text-indent: -1em;
}
#eat .eat-il__title {
	font-weight: 700;
	letter-spacing: -0.02em;
}
#eat .eat-il__txt p+p {
	margin-top: 0.8em;
}

/* ↓ 26.4.29 added*/
.eat-ex .article__tag {
	display: flex;
}
.eat-ex .article__tag li {
	z-index: 5;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c_white);
	font-weight: 700;
}
.eat-ex .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%;
}
.eat-ex .article__tag .tag-free {
	text-indent: 1em;
	color: var(--c_primary);
	letter-spacing: 1em;
}
.eat-ex .article__tag .tag-paid {
	text-indent: 1em;
	letter-spacing: 1em;
}
.eat-ex .article__tag .tag-free::before {
	background-image: url('/ysfarm/common/img/bg_tag_02.svg');
}
.eat-ex .article__tag .tag-before::before {
	background-image: url('/ysfarm/common/img/bg_tag_01.svg');
}
.eat-ex .article__tag .tag-irregular {
	color: var(--c_primary);
}
.eat-ex .article__tag .tag-irregular::before {
	background-image: url('/ysfarm/common/img/bg_tag_04.svg');
}

.eat-ex .tour__title {
	font-weight: 700;
	letter-spacing: -0.02em;
}
.eat-ex .tour__txt p+p {
	margin-top: 0.8em;
}
/* ↑ 26.4.29 added*/

@media screen and (max-width: 640px) {
	#eat .inner {
		padding-inline: 50px 25px;
	}
	#eat .eat__hd {
		height: 156px;
		margin-inline: -50px -25px;
	}
	#eat .eat__txt {
		margin-right: -25px;
		padding-block: 4px 16px;
		font-size: 14px;
	}
	#eat .eat__pic li {
		width: calc(169 / 375 * 100vw);
	}
	#eat .eat__pic li:first-child {
		margin: 0 0 -38px auto;
	}
	#eat .eat-ex {
		margin-top: 25px;
	}
	#eat .eat-ex__pic {
		font-size: 11px;
	}
	#eat .eat-ex__title {
		margin-top: 16px;
		font-size: 22px;
	}
	#eat .eat-ex__txt {
		margin-top: 16px;
		font-size: 10.5px;
	}
	#eat .eat-ex__note {
		margin-top: 1em;
		font-size: 10px;
	}
	#eat .eat-ex__title+.eat-ex__txt {
		margin-top: 6px;
	}
	#eat .eat-il {
		margin-top: 25px;
	}
	#eat .eat-il__title {
		margin-right: -20px;
		font-size: 22px;
	}
	#eat .eat-il__txt {
		padding-block: 10px 13px;
		font-size: 10.5px;
	}
	#eat ul.eat-il__pic {
		display: flex;
		margin-top: 10px;
		gap: 8px;
	}
	#eat .btn-reserve {
		margin-top: 28px;
	}
	#eat .btn-more {
		margin-block: 28px 17px;
	}

	/* ↓ 26.4.29 added*/
	.eat-ex .article__tag {
		gap: 5px;
		margin-left: -3px;
		padding: 25px 0 10px;
	}
	.eat-ex .article__tag li {
		width: 87px;
		height: 27px;
		font-size: 9px;
	}
	/* ↑ 26.4.29 added*/
}
@media screen and (min-width: 641px) {
	#eat {
		overflow: hidden;
	}
	#eat .eat__hd {
		width: calc(50% + 370px);
		height: 500px;
	}
	#eat .eat__lead {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	#eat .eat__txt_wrap {
		width: 413px;
	}
	#eat .eat__txt {
		padding-top: 2px;
		font-size: 26px;
		line-height: 1.78;
	}
	#eat .eat__pic {
		width: calc(50% + 67px);
		margin-top: 88px;
	}
	#eat .eat__pic li {
		width: 56.5%;
	}
	#eat .eat__pic li:first-child {
		margin: 0 0 -115px auto;
	}
	#eat .eat-ex {
		display: flex;
		justify-content: flex-start;
		gap: 55px;
		margin-top: 170px; /*60px*/
	}
	#eat .eat-ex__pic_wrap { /*26.4.29 edited*/
		width: 100%; /*calc(50% - 70px)*/
		font-size: 21px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#eat .eat-ex__pic {
		height: 420px;
	}
	#eat .eat-ex__title { /*26.4.29 edited*/
		margin: 0 0 0 -2px;
		font-size: 43px; /*28px*/
	}
	#eat .eat-ex__txt {
		text-align: left;
		margin-top: 26px;
		font-size: 21px;
	}
	#eat .eat-ex__note {
		margin-top: 1em;
		font-size: 18px;
	}
	#eat .eat-ex__title+.eat-ex__txt {
		margin-top: 18px;
	}
	#eat .eat-il {
		display: grid;
		grid-template-columns: auto 750px;
		grid-template-rows: auto 1fr;
		row-gap: 30px;
		max-width: 1170px;
		margin: 119px auto 0;
		translate: 98px;
	}
	#eat .eat-il__title {
		grid-column: span 2 / span 2;
		padding-left: 8px;
		font-size: 43px;
		line-height: 1.6;
	}
	#eat .eat-il__txt_wrap {
		grid-row-start: 2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#eat .eat-il__txt p {
		margin: -9px 0 0 7px;
		font-size: 21px;
		line-height: 1.75;
	}
	#eat .eat-il__txt_wrap .btn-reserve {
		width: calc(100% - 30px);
		margin-left: 0;
	}
	#eat .eat-il__txt_wrap .btn-reserve a {
		width: 100%;
		margin-bottom: -2px;
	}
	#eat div.eat-il__pic {
		grid-row-start: 2;
	}
	#eat ul.eat-il__pic {
		grid-column: span 2 / span 2;
		display: flex;
		gap: 30px;
		margin-left: 140px;
	}
	#eat .btn-reserve {
		margin-top: 28px;
	}
	#eat .btn-more {
		margin-block: 104px 94px;
	}

	/* ↓ 26.4.29 added*/
	.eat-ex .article__tag {
		gap: 5px;
		width: 555px;
		margin-left: 0;
		padding: 50px 0 14px;
	}
	.eat-ex .article__tag li {
		width: 140px;
		height: 44px;
		font-size: 15px;
	}
/* ↑ 26.4.29 added*/
}

/* #share
----------------------------------------------------------*/
#share {
	background-color: var(--c_bg);
}
#share .share__item__title {
	font-weight: 900;
}
#share .share__txt {
	font-weight: 900;
}

@media screen and (max-width: 640px) {
	#share {
		padding-bottom: 40px;
	}
	#share .inner {
		padding-inline: 50px 25px;
	}
	#share .share__hd {
		height: 156px;
		margin-inline: -50px -25px;
	}
	#share .share__txt {
		padding-block: 4px 16px;
		font-size: 14px;
	}
	#share .share__pic {
		display: flex;
		gap: 8px;
	}
	#share .share__item_wrap {
		margin-top: 8px;
	}
	#share .share__item {
		margin-block: 18px 20px;
		font-size: 9px;
	}
	#share .share__ft {
		height: 150px;
		margin-inline: -50px -25px;
	}

	/* ↓ 26.4.29 added*/
	/*	#share .share__item_wrap .share__shop_txt_wrap {
			margin: 0;
		}*/
		#share .share__item__title {
			margin-top: 14px;
			margin-bottom: 6px;
			font-size: 22px;
		}
		#share .share__item__txt {
			margin-top: 0;
			margin-bottom: 30px;
			font-size: 10.5px;
		}
	/* ↑ 26.4.29 added*/

}
@media screen and (min-width: 641px) {
	#share {
		padding-bottom: 100px;
	}
	#share .share__hd {
		width: calc(50% + 370px);
		height: 500px;
	}
	#share .share__txt_wrap {
		max-width: 960px;
		margin-inline: auto;
	}
	#share .share__txt {
		padding-top: 2px;
		font-size: 28px;
		line-height: 1.78;
	}
	#share .share__pic {
		display: flex;
		gap: 30px;
		width: calc(50% + 210px);
	}
	#share .share__txt_wrap+.share__pic {
		margin: -78px 0 0 auto;
	}
	#share .share__item_wrap {
		display: flex;
		align-items: flex-end;
		gap: 44px;
		margin-block: 58px 70px;
	}
	#share .share__item {
		font-size: 15px;
	}
	#share .share__ft {
		height: 400px;
	}

	/* ↓ 26.4.29 added*/
	#share .share__item_wrap .share__shop_txt_wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		/*margin: 0 0 40px 0;*/
	}
	#share .share__item__title {
		margin-top: 0;
		font-size: 43px;
	}
	#share .share__item__txt {
		margin-top: 0;
		font-size: 21px;
	}
	/* ↑ 26.4.29 added*/
}

/* #about
----------------------------------------------------------*/
#about .title-mark::before {
	background-image: url('/ysfarm/common/img/bg_txt_b.svg');
}
#about .about__txt {
	font-weight: 900;
}
#about ul {
	display: flex;
}
#about ul .txt-mark {
	display: block;
}
#about .about__catch {
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	#about .about__hd {
		height: 156px;
	}
	#about .title-mark {
		margin: -18px 0 0 50px;
		font-size: min(calc(18 / 375 * 100vw), 18px);
		line-height: 1.8;
	}
	#about .about__txt {
		padding: 15px 25px 12px 50px;
		font-size: 14px;
	}
	#about .about__img {
		margin: 4px 26px 0 26px;
	}
	#about ul {
		gap: 8px;
		margin-top: 16px;
	}
	#about ul .txt-mark {
		margin: -9px auto 0;
		padding-inline: 0.5em;
		font-size: 12px;
	}
	#about .about__catch {
		font-size: min(calc(19 / 375 * 100vw), 19px);
		padding: 12px 0 0 25px;
	}
	#about .btn-more {
		margin-block: 16px 23px;
		padding-inline: 50px 25px;
	}
}
@media screen and (min-width: 641px) {
	#about .about__hd {
		width: calc(50% + 370px);
		height: 500px;
	}
	#about .title-mark {
		margin-top: -40px;
		font-size: 50px;
		line-height: 1.8;
	}
	#about .about__txt_wrap {
		max-width: 960px;
		margin-inline: auto;
	}
	#about .about__txt {
		padding-top: 30px;
		font-size: 28px;
		line-height: 1.78;
	}
	#about .about__img {
    width: calc(50% + 218px);
    margin: -261px 0 0 auto;
	}
	#about .about__img img {
    width: min(100%, 768px);
	}
	#about ul {
		gap: 30px;
		max-width: 1560px;
		margin: 36px auto 0;
	}
	#about ul .txt-mark {
		margin: -38px auto 0;
		font-size: 56px;
	}
	#about .about__catch {
		font-size: 60px;
		padding: 12px 0 0 25px;
	}
	#about .btn-more {
		margin-block: 14px 52px;
	}
}
/* #experience
----------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#experience {
		margin-bottom: 22px;
	}
	#experience .ex__pdfarea {
		display: flex;
		flex-wrap: wrap;
		gap: 12px 10px;
	}
	#experience .ex__pdfarea li {
		width: calc(50% - 5px);
	}
	#experience .ex__pdfarea li:nth-of-type(1) { order: 0;}
	#experience .ex__pdfarea li:nth-of-type(2) { order: 1;}
	#experience .ex__pdfarea li:nth-of-type(3) { order: 3;}
	#experience .ex__pdfarea li:nth-of-type(4) { order: 2;}
}
@media screen and (min-width: 641px) {
	#experience {
		margin-bottom: 53px;
	}
	#experience .ex__pdfarea {
		display: flex;
		justify-content: space-between;
		width: calc(100% + 10px);
		margin-inline: -5px;
	}
	#experience .ex__pdfarea li {
		width: 240px;
	}
}

/* #news
----------------------------------------------------------*/
#news {
	background-color: var(--c_bg);
}
@media screen and (max-width: 640px) {
	#news {
		padding-block: 37px 40px;
	}
	#news .news__title {
		padding-bottom: 7px;
		font-size: 22px;
	}
	#news .btn-more {
		margin-top: 36px;
	}
}
@media screen and (min-width: 641px) {
	#news {
		padding-block: 24px 30px;
	}
	#news .news__title {
		padding-bottom: 12px;
		font-size: 35px;
	}
	#news .btn-more {
		margin-top: 42px;
	}
}

/* #calendar
----------------------------------------------------------*/
#calendar .calendar__title {
	font-weight: 500;
}
#calendar .calendar__img {
	overflow-x: auto;
	white-space: nowrap;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--c_link) var(--c_white);
	-webkit-overflow-scrolling: touch;
}
#calendar .calendar__img::-webkit-scrollbar {
	display: block;
}
#calendar .calendar__img li {
	display: inline-block;
	scroll-snap-align: start;
}

@media screen and (max-width: 640px) {
	#calendar .calendar__title {
		margin: 26px 0 0 6px;
		font-size: 14px;
	}
}
@media screen and (min-width: 641px) {
	#calendar .inner {
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	#calendar .inner .link__btn {
		width: 366px;
		margin-inline: 0;
	}
	#calendar .inner .link__btn a {
		position: relative;
		height: 100%;
		min-height: 250px;
		width: 100%;
		padding-bottom: 24px;
		background: url('/ysfarm/common/img/bg_btn_l.svg') no-repeat 50% 50% / 100% 100%;
		color: var(--c_white);
		line-height: 1;
	}
	#calendar .inner .link__btn a::before {
		content: '';
		position: absolute;
		right: 0;
		bottom: 85px;
		left: 0;
		width: 20px;
		height: 20px;
		margin: auto;
		background: url('/ysfarm/common/img/ico_ar_w.svg') no-repeat 50% 50% / contain;
	}
	#calendar .inner .link__btn a span {
		position: relative;
		display: block;
		width: fit-content;
		font-size: 22px;
	}
	#calendar .inner .link__btn a span::before {
		content: '';
		position: absolute;
		bottom: -5px;
		width: 100%;
		height: 0.5px;
		background-color: var(--c_white);
	}
	#calendar .calendar__wrap {
		width: 357px;
		translate: 10px;
	}
	#calendar .calendar__title {
		margin: -4px 0 0 3px;
		font-size: 17px;
	}
}

/* #insta
----------------------------------------------------------*/
#insta .insta__btn {
	text-align: center;
}
#insta-gallery {
	display: flex;
}
#insta-gallery a {
	overflow: hidden;
}
#insta-gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	#insta {
		margin-block: 68px 38px;
	}
	#insta .insta__btn a img {
		width: 215px;
	}

	#insta-gallery {
		flex-wrap: wrap;
		gap: 28px 32px;
		margin-top: 20px;
	}
	#insta-gallery a {
		width: calc(50% - 16px);
		aspect-ratio: 266 / 333;
	}
}
@media screen and (min-width: 641px) {
	#insta {
		margin-block: 73px 95px;
	}
	#insta .insta__btn a img {
		width: 430px;
	}

	#insta .insta__title,
	#insta .insta__title a {
		gap: 3%;
		font-size: 18px;
	}
	#insta .insta__title img:first-child {
		width: 197px;
	}
	#insta .insta__title a img {
		width: 56px;
	}

	#insta-gallery {
		justify-content: space-between;
		gap: 50px;
		margin-top: 27px;
	}
	#insta-gallery a {
		width: 200px;
		aspect-ratio: 200 / 250;
	}
}

/* #access
----------------------------------------------------------*/
#access {
	background-color: var(--c_bg);
}
#access .access__lead {
	font-weight: 500;
	letter-spacing: -0.03em;
}
#access .access__txt .access__subtitle {
	font-weight: 900;
}
#access .access__map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 640px) {
	#access {
		padding-bottom: 26px;
	}
	#access .access__lead {
		margin: 22px -25px 0 0;
		font-size: min(calc(21 / 375 * 100vw), 21px);
	}
	#access .access__txt .access__subtitle {
		margin-top: 24px;
		font-size: 13px;
	}
	#access .access__txt p {
		margin: 3px -25px 0 0;
		font-size: 10px;
		line-height: 1.65;
	}
	#access .access__map {
		margin-block: 12px 24px;
	}
	#access .access__map iframe {
		aspect-ratio: 375 / 150;
	}
	#access .btn-more {
		padding-inline: 50px 25px;
	}
}
@media screen and (min-width: 641px) {
	#access {
		padding-bottom: 50px;
	}
	#access .access__hd {
		width: calc(50% + 370px);
		height: 500px;
	}
	#access .access__lead {
		text-align: center;
		margin: 60px -58px 0 0;
		font-size: 63px;
	}
	#access .access__txt .access__subtitle {
		margin-top: 30px;
		font-size: 23px;
	}
	#access .access__txt p {
		margin-top: 12px;
		font-size: 15px;
		line-height: 1.75;
	}
	#access .access__map {
		margin-block: 30px 47px;
	}
	#access .access__map iframe {
		width: 100%;
		height: 400px;
	}
}
