@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap');

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	color: #231815;
}
@media (max-width: 980px) {
	html {
		font-size: 1.02vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3vw;
	}
}
body {
	font-size: 1.6rem;
	line-height: 1;
	font-family: "Noto Sans CJK JP", sans-serif;
}
a {
	color: #231815;
	text-decoration: none;
	transition: opacity 0.3s ease-out;
}
a img {
	transition: opacity 0.3s ease-out;
}
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
a img:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* a[href^="tel:"]:hover {
	opacity: inherit;
	color: inherit;
	cursor: default;
} */

.wrapper {
	margin: 0 auto;
	max-height: 100%; /*for android*/
}

.sp {
	display: none;
}

/*非表示設定*/
.invisible {
	display: none;
}

main {
	margin: 0 auto 8rem;
}

@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}


/* font
--------------- */
.aoboshiFont {
	font-family: "Aoboshi One", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.06em;
	/* transform: scale(1.25, 1);
	padding-left: 0.15em; */
}
.minchoFont {
	font-family: "Noto Serif CJK JP", serif;
}


/* menu
--------------- */
#menu {
	position: sticky;
	top: 0;
	z-index: 110;
	background: #fff;
}
#menu .container {
	position: relative;
	max-width: 98rem;
	margin: 0 auto 3rem;
	margin: -1rem auto 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
	color: #522f1c;
}
#menu .container a,
#menu-content,
#menu-content a {
	color: #522f1c;
}
#menu .menu-button {
	display: none;
}
#menu .menu-button a {
	display: block;
}
#menu-content {
	text-align: right;
}
#menu-content.mfp-hide {
	display: block !important;
}
#menu-content .menu-ls > ul > li {
	display: inline-block;
}
#menu-content .menu-ls .navList {
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 2.5rem;
	position: relative;
}
#menu-content .menu-ls .navList:hover::after {
	content: "";
	position: absolute;
	width: calc(100% - 0.4rem);
	height: 2px;
	border-radius: 2px;
	left: 0.2rem;
	bottom: -0.8rem;
	background: #b27956;
}
#menu-content .menu-ls-lineup {
	display: none;
	position: absolute;
	top: 1.9rem;
	left: 0;
	width: 22.5rem;
	background: linear-gradient(180deg, transparent 0%, transparent 1.6rem, #b27956 1.6rem, #b27956 100%);
	padding: 3rem 2rem 1.5rem;
	text-align: left;
	z-index: 120;
}
#menu-content .menu-ls-lineup li a {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	display: block;
	padding: 1.4rem 0;
	position: relative;
}
#menu-content .menu-ls-lineup li a::after {
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/farm/2025/img/common/icon_arrow04.png) no-repeat top center;
	background-size: contain;
	width: 1.4rem;
	height: 2.1rem;
	top: calc(50% + 0.1rem);
	right: 0;
	transform: translateY(-50%);
}
#menu-content .menu-ls-lineup li + li {
	border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
	.wrapper {
		overflow: visible;
	}
	#menu .container {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	#menu-content {
		position: relative;
		top: auto;
		right: auto;
		padding: 11.5rem 9rem 10rem;
		text-align: left;
		margin-bottom: 0;
		max-height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#menu-content.mfp-hide {
		display: none !important;
	}
	#menu-content .menu-ls > ul > li {
		display: block;
	}
	#menu-content .menu-ls .navList {
		font-size: 3.6rem;
		margin-right: 0;
		border-bottom: 0.2rem solid #b27956;
	}
	#menu-content .menu-ls .navList a {
		display: block;
		width: 100%;
		padding: 4.1rem 0.5rem;
		position: relative;
	}
	#menu-content .menu-ls .navList a::after {
		content: "";
		position: absolute;
		background: url(/base/pc/store/special/farm/2025/img/common/icon_arrow02.png) no-repeat top center;
		background-size: contain;
		width: 1.6rem;
		height: 2rem;
		top: 50%;
		right: 1rem;
		transform: translateY(-50%);
	}
	#menu-content .menu-ls .navList a .aoboshiFont {
		transform: scale(1.25, 1);
		display: inline-block;
		margin-left: 2.5rem;
	}
	#menu-content .menu-ls .navList:nth-child(1) a .aoboshiFont {
		margin-left: 1.5rem;
	}
	#menu-content .menu-ls .navList:nth-child(5) a .aoboshiFont {
		margin-left: 2rem;
	}
	#menu-content .menu-ls .navList.navSlide a::after {
		top: calc(50% - 0.8rem);
		right: 2.25rem;
		transform: rotate(90deg) translateY(-50%);
	}
	#menu-content .menu-ls .navList:hover::after {
		content: none;
	}
	#menu-content .menu-ls .menu-ls-lineup {
		display: block;
		position: static;
		width: 100%;
		background: none;
		padding: 0;
		text-align: left;
	}
	#menu-content .menu-ls .menu-ls-lineup li a {
		color: #522f1c;
		font-size: 3.2rem;
		font-weight: 600;
		display: block;
		padding: 4.1rem 5rem;
		position: relative;
	}
	#menu-content .menu-ls .navList.navSlide .menu-ls-lineup li a::after {
		content: "";
		position: absolute;
		background: url(/base/pc/store/special/farm/2025/img/common/icon_arrow02.png) no-repeat top center;
		background-size: contain;
		width: 1.6rem;
		height: 2rem;
		top: 50%;
		right: 4rem;
		transform: rotate(0) translateY(-50%);
	}
	#menu-content .menu-ls .menu-ls-lineup li {
		border-top: 0.6rem dotted #b27956;
	}
	#menu-content .menu-ls .menu-ls-lineup li + li {
		border-top: 0.6rem dotted #b27956;
	}
	.tks-theme-com-simple-page__header {
		border-bottom: 0.2rem solid #b1b1b2;
	}
	#menu .menuHeader {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.9rem 2.5rem;
		border-bottom: 0.2rem solid #b1b1b2;
	}
	#menu .menuHeader .menu-ttl {
		width: 37.9rem;
	}
	#menu .menuHeader .menu-ttl a {
		display: block;
	}
	#menu .menuHeader .menu-button {
		display: block;
	}
	#menu .menuHeader .menu-button img {
		width: 7rem;
	}
	#menu-content .menu-ls .btn {
		width: 49.5rem;
		margin: 5rem auto 0;
	}
	#menu-content .menu-ls .btn a {
		display: block;
		width: 100%;
		background: #522f1c;
		font-size: 3.4rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 1.8rem 1rem 2rem 0;
		border-radius: 7rem;
		position: relative;
	}
	#menu-content .menu-ls .btn a::after {
		content: "";
		position: absolute;
		background: url(/base/pc/store/special/farm/2025/img/common/icon_arrow01.png) no-repeat top center;
		background-size: contain;
		width: 2.4rem;
		height: 1.9rem;
		top: calc(50% - 1rem);
		right: 1rem;
		transform: rotate(-90deg) translateY(-50%);
	}
}


/* ハンバーガー
--------------- */
.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0;
}
.mfp-bg.mfp-menu,
.mfp-wrap.mfp-menu {
	display: none;
}

.mfp-bg.mfp-menu {
	background-color: rgba(255, 255, 255, 1);
}
.mfp-bg.mfp-popup {
	background-color: rgba(0, 0, 0, 0.8);
}
.mfp-wrap.mfp-menu.mfp-close-btn-in .mfp-close,
.mfp-wrap.mfp-popup.mfp-close-btn-in .mfp-close {
	top: 16px;
	right: 16px;
	width: 78px;
	height: 78px;
	padding: 0;
	opacity: 1;
	cursor: pointer;
	transition: opacity 0.3s ease-out;
	background: url(/base/pc/store/special/farm/2025/img/common/icon_menuclose.png);
	background-size: contain;
}
.mfp-wrap.mfp-popup.mfp-close-btn-in .mfp-close:hover {
	opacity: 0.8;
}
.mfp-close:focus {
	outline: auto;
}
@media screen and (max-width: 768px) {
	.mfp-bg.mfp-menu,
	.mfp-wrap.mfp-menu {
		display: block;
	}
	.mfp-wrap.mfp-menu.mfp-close-btn-in .mfp-close,
	.mfp-wrap.mfp-popup.mfp-close-btn-in .mfp-close {
		top: 4.6rem;
		right: 4.6rem;
		width: 4.8rem;
		height: 4.8rem;
	}
}

/* pageTop
--------------- */
.pageTop {
	position: fixed;
	width: 9.2rem;
	height: 9.2rem;
	bottom: 5rem;
	right: 5rem;
	z-index: 200;
}
.pageTop a {
	display: block;
}
@media (max-width: 768px) {
	.pageTop {
		bottom: 13rem;
		bottom: 5rem;
		right: 2.5rem;
	}
}


/* 下層ページ共通
--------------- */
/* lineupList */
.lineupList {
	position: sticky;
	top: 4.4rem;
	z-index: 100;
	margin-top: 3rem;
	background: #fff;
}
.lineupList ul {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ded2c3;
	border-radius: 5rem;
	padding: 1rem;
}
.lineupList ul li a {
	color: #61402a;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0.6rem 2rem;
	display: block;
}
.lineupList ul li + li {
	border-left: 1px solid #fff;
}

/* returnBtn */
.returnBtn {
	width: 31.2rem;
	margin: 4.5rem auto 0;
}
.returnBtn a {
	display: block;
	width: 100%;
	background: #522f1c;
	text-align: center;
	padding: 1.5rem 0 1.7rem 0;
	border-radius: 5rem;
}
.returnBtn a span {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.3em;
	position: relative;
	padding-left: 3.5rem;
	padding-right: 1rem;
}
.returnBtn a span::after {
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/farm/2025/img/common/icon_arrow01.png) no-repeat top center;
	background-size: contain;
	width: 1.8rem;
	height: 1.4rem;
	top: calc(50% + 0.1rem);
	left: 0;
	transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 768px) {
	.returnBtn {
		width: 40rem;
		margin: 8rem auto 0;
	}
	.returnBtn a {
		padding: 1.8rem 0 2rem 0;
		border-radius: 5rem;
	}
	.returnBtn a span {
		font-size: 2.6rem;
		padding-left: 4.5rem;
		padding-right: 1rem;
	}
	.returnBtn a span::after {
		width: 2.2rem;
		height: 1.7rem;
	}
}
