@charset "utf-8";

/* 見出しを非表示にする */
main h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* mainVisual */
.mainVisual .slick-slide img.sp {
	display: none;
}
@media (max-width: 768px) {
	.mainVisual .slick-slide img.pc {
		display: none;
	}
	.mainVisual .slick-slide img.sp {
		display: block;
	}
}
.mainVisual {
	position: relative;
	padding-bottom: 5.5rem;
}
.mainVisual .slide {
	width: 100%;
}
.mainVisual .slide .slickDots {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 31.5rem;
}
.mainVisual .slide .slickDots li {
	background: #8a8a8a;
	margin: 0 0.6rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
}
.mainVisual .slide .slickDots li.slick-active {
	background: #9c7949;
}
.mainVisual .slide .slickDots li button {
	display: none;
}
@media (max-width: 768px) {
	.mainVisual {
		padding-bottom: 10rem;
	}
	.mainVisual .slide .slickDots {
		margin-top: 5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.mainVisual .slide .slickDots li {
		margin: 0 1.2rem;
		width: 1.8rem;
		height: 1.8rem;
		border-radius: 0.9rem;
	}
}
@media (min-width: 1400px) {
	.mainVisual .slide .slickDots {
		left: 22.5vw;
	}
}
/* progress bar */
.sliderProgress {
	width: 100%;
	height: 0.4rem;
	background: #d4d4d4;
	position: relative;
}
.sliderProgress .progress {
	width: 0%;
	height: 0.4rem;
	background: #9a7749;
}
@media (max-width: 768px) {
	.sliderProgress {
		height: 0.8rem;
	}
	.sliderProgress .progress {
		height: 0.8rem;
	}
}

/* section */
section {
	padding-top: 7rem;
	max-width: 120rem;
	margin: 0 auto;
}
section + section {
	border-top: 1px solid #a98320;
}
@media (max-width: 768px) {
	section {
		padding-top: 5rem;
		max-width: 100%;
	}
	section .inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/* itemWrap */
.itemWrap {
	padding-bottom: 15rem;
}
.itemWrap h2 {
	text-align: center;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: bold;
	font-size: 4.3rem;
	color: #a98320;
	letter-spacing: 0.05em;
}
.itemWrap .lead {
	text-align: center;
	font-size: 1.8rem;
	color: #a98320;
	margin-top: 0.5rem;
}
.itemWrap .itemListWrap {
	margin-top: 6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 6.9rem;
}
.itemWrap .itemListWrap .itemList {
	width: 35.4rem;
}
.itemWrap .itemListWrap .itemList .num {
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "Noto Serif CJK JP", serif;
}
.itemWrap .itemListWrap .itemList a {
	display: block;
	width: 100%;
}
.itemWrap .itemListWrap .itemList .pic {
	position: relative;
	margin-top: 0.5rem;
}
.itemWrap .itemListWrap .itemList .pic .new {
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.itemWrap .itemListWrap .itemList .pic .picImg {
	width: 100%;
	height: 42.6rem;
}
.itemWrap .itemListWrap .itemList .pic .more {
	font-size: 1.1rem;
	font-weight: bold;
	color: #9c7949;
	line-height: 1;
	background: #fff;;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	width: 7.9rem;
	height: 2.6rem;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
.itemWrap .itemListWrap .itemList .brand {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	font-family: "Noto Serif CJK JP", serif;
	margin: 2rem -1rem 0;
	line-height: 1.15;
}
.itemWrap .itemListWrap .itemList .brand span {
	font-size: 1.8rem;
	text-align: center;
	font-weight: normal;
}
.itemWrap .itemListWrap .itemList .txt {
	font-size: 1.8rem;
	text-align: center;
	font-family: "Noto Serif CJK JP", serif;
	margin-top: 0.5rem;
	line-height: 2.7rem;
}
@media (max-width: 768px) {
	.itemWrap {
		padding-bottom: 8rem;
	}
	.itemWrap h2 {
		line-height: 1.5;
	}
	.itemWrap .itemListWrap {
		margin-top: 2rem;
		gap: 0 1.666666%;
	}
	.itemWrap .itemListWrap .itemList {
		width: 49.166667%;
	}
	.itemWrap .itemListWrap .itemList .num {
		font-size: 2.3rem;
	}
	.itemWrap .itemListWrap .itemList .pic {
		margin-top: 0;
	}
	.itemWrap .itemListWrap .itemList .pic .more {
		font-size: 1.4rem;
		width: 10.2rem;
		height: 3.4rem;
	}
	.itemWrap .itemListWrap .itemList .brand {
		letter-spacing: 0;
		margin: 2rem auto 0;
	}
}

/* life */
.itemWrap.life {
	padding-bottom: 8rem;
}
@media (max-width: 768px) {
	.itemWrap.life {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

/* fope */
.fope {
	padding-top: 4rem;
	padding-bottom: 10rem;
}
.fope h2 {
	text-align: center;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: bold;
	font-size: 5.6rem;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fope h2 span {
	font-weight: 600;
	font-size: 3rem;
	letter-spacing: 0;
	padding-top: 0.2rem;
	padding-left: 0.5rem;
}
.fope .leadWrap {
	text-align: center;
}
.fope .leadWrap .lead {
	text-align: left;
	display: inline-block;
	font-size: 1.7rem;
	line-height: 2.9rem;
	margin-top: 2.5rem;
}
.fope .box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 107rem;
	margin: 5.5rem auto 0;
	position: relative;
	padding: 0 2.5rem;
}
.fope .box .txt01 {
	font-size: 1.9rem;
	line-height: 3rem;
	font-weight: 600;
	width: 29rem;
}
.fope .box .txt02 {
	font-size: 1.7rem;
	line-height: 2.9rem;
}
.fope .box::before,
.fope .box::after {
	content: "";
	position: absolute;
	width: 2.2rem;
	height: 100%;
	display: inline-block;
}
.fope .box::before {
	border-top: solid 1px #a98320;
	border-left: solid 1px #a98320;
	border-bottom: solid 1px #a98320;
	top: 0;
	left: 0;
}
.fope .box::after {
	border-top: solid 1px #a98320;
	border-right: solid 1px #a98320;
	border-bottom: solid 1px #a98320;
	top: 0;
	right: 0;
}
.fope .fopeListWrap {
	margin: 6rem auto 0;
	width: 108rem;
}
.fope .fopeListWrap .fopeList {
	display: flex;
	align-items: center;
}
.fope .fopeListWrap .fopeList + .fopeList {
	margin-top: -5rem;
}
.fope .fopeListWrap .fopeList dl::before {
	content: "";
	position: absolute;
	height: 13.5rem;
	width: 1px;
	background: #a98320;
	top: 50%;
	transform: translateY(-50%);
}
.fope .fopeListWrap .fopeList dl::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 12.6rem;
	background: #a98320;
	top: 50%;
}
.fope .fopeListWrap .fopeList dt {
	font-size: 3.6rem;
	font-weight: bold;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 1;
}
.fope .fopeListWrap .fopeList dd {
	font-size: 1.7rem;
	line-height: 2.5rem;
	margin-top: 0.5rem;
}
.fope .fopeListWrap .fopeList .pic {
	width: 50rem;
	height: 46rem;
}
.fope .noteTxt {
	text-align: right;
	margin-top: 1rem;
}
.fope .noteTxt p {
	font-size: 1.5rem;
	line-height: 2.1rem;
	display: inline-block;
	text-align: left;
}
@media (max-width: 768px) {
	.fope {
		padding-top: 3rem;
		padding-bottom: 5rem;
	}
	section.fope .inner {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.fope h2 {
		font-size: 4.8rem;
	}
	.fope h2 span {
		font-size: 2.6rem;
	}
	.fope .leadWrap .lead {
		font-size: 1.5rem;
		line-height: 2.7rem;
		margin-top: 1rem;
	}
	.fope .box {
		flex-wrap: wrap;
		width: 100%;
		margin: 3.5rem auto 0;
		padding: 0.8rem 2rem 0.8rem 3rem;
	}
	.fope .box .txt01 {
		font-size: 1.8rem;
		line-height: 2.8rem;
		width: 100%;
	}
	.fope .box .txt02 {
		font-size: 1.6rem;
		line-height: 2.7rem;
		width: 100%;
		letter-spacing: 0;
		margin-top: 1rem;
	}
	.fope .box::before,
	.fope .box::after {
		width: 1.8rem;
	}
	.fope .fopeListWrap {
		margin: 4rem auto 0;
		width: 100%;
		padding-left: 3rem;
	}
	.fope .fopeListWrap .fopeList + .fopeList {
		margin-top: 2rem;
	}
	.fope .fopeListWrap .fopeList dl::before {
		content: none;
	}
	.fope .fopeListWrap .fopeList dl::after {
		content: none;
	}
	.fope .fopeListWrap .fopeList dt {
		font-size: 3rem;
	}
	.fope .fopeListWrap .fopeList dd {
		font-size: 1.4rem;
		line-height: 2.1rem;
		margin-top: 0.5rem;
	}
	.fope .fopeListWrap .fopeList .pic {
		width: 41rem;
		height: 37.7rem;
	}
	.fope .noteTxt {
		margin-top: 3rem;
	}
	.fope .noteTxt p {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
}
/* nth-child(2n-1) */
.fope .fopeListWrap .fopeList:nth-child(2n-1) {
	justify-content: right;
}
.fope .fopeListWrap .fopeList:nth-child(2n-1) dl {
	position: relative;
	padding-right: 14.2rem;
}
.fope .fopeListWrap .fopeList:nth-child(2n-1) dl::before {
	right: 12.6rem;
}
.fope .fopeListWrap .fopeList:nth-child(2n-1) dl::after {
	right: 0;
}
@media (max-width: 768px) {
	.fope .fopeListWrap .fopeList:nth-child(2n-1) {
		justify-content: space-between;
	}
	.fope .fopeListWrap .fopeList:nth-child(2n-1) dl {
		padding-right: 0;
	}
}
/* nth-child(2n) */
.fope .fopeListWrap .fopeList:nth-child(2n) {
	justify-content: left;
	flex-direction: row-reverse;
}
.fope .fopeListWrap .fopeList:nth-child(2n) dl {
	position: relative;
	padding-left: 14.2rem;
}
.fope .fopeListWrap .fopeList:nth-child(2n) dl::before {
	left: 12.6rem;
}
.fope .fopeListWrap .fopeList:nth-child(2n) dl::after {
	left: 0;
}
@media (max-width: 768px) {
	.fope .fopeListWrap .fopeList:nth-child(2n) {
		justify-content: space-between;
		flex-direction: row;
	}
	.fope .fopeListWrap .fopeList:nth-child(2n) dl {
		padding-left: 0;
	}
}

/* store */
.store {
	padding-bottom: 2rem;
}
.store h2 {
	text-align: center;
	font-size: 3.3rem;
	color: #a98320;
	letter-spacing: 0.325em;
}
.store .lead {
	text-align: center;
	font-size: 3.3rem;
	color: #a98320;
	letter-spacing: 0.25em;
	margin-top: 1rem;
}
@media (max-width: 768px) {
	section.store {
		padding-top: 4.5rem;
		padding-bottom: 3rem;
	}
	section.store .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.store h2 {
		font-size: 2.9rem;
	}
	.store .lead {
		font-size: 2.7rem;
		margin-top: 0;
		letter-spacing: 0.2em;
	}
}
/* storeMain */
.store .storeMain {
	border-top: 1px solid #a98320;
	margin-top: 8rem;
	padding: 5rem 0 5rem 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.store .storeMain .leftWrap {
	width: calc(100% - 41.9rem - 3rem);
}
.store .storeMain .leftWrap h3 {
	color: #a98320;
	font-size: 3.8rem;
	line-height: 5rem;
	font-weight: 600;
}
.store .storeMain .leftWrap h3 span {
	font-size: 2.6rem;
	font-weight: 500;
}
.store .storeMain .leftWrap .date {
	font-size: 3.3rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 2rem;
}
.store .storeMain .leftWrap .place {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.5rem;
	margin-top: 1rem;
}
.store .storeMain .leftWrap .txt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.8rem;
	margin-top: 1.5rem;
}
.store .storeMain .leftWrap .noteTxt {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-top: 2rem;
}
.store .storeMain .pic {
	width: 41.9rem;
}
@media (max-width: 768px) {
	.store .storeMain {
		margin-top: 5rem;
		padding: 1rem 4rem 3rem;
		display: block;
	}
	.store .storeMain .leftWrap {
		width: 100%;
	}
	.store .storeMain .leftWrap h3 {
		font-size: 3.6rem;
		line-height: 1.5;
	}
	.store .storeMain .leftWrap h3 span {
		font-size: 2.2rem;
	}
	.store .storeMain .leftWrap .date {
		font-size: 2.7rem;
		margin-top: 2rem;
	}
	.store .storeMain .leftWrap .place {
		font-size: 2rem;
		line-height: 1.5;
		margin-top: 1rem;
	}
	.store .storeMain .leftWrap .txt {
		font-size: 1.7rem;
		line-height: 2.6rem;
		margin-top: 1.5rem;
	}
	.store .storeMain .leftWrap .noteTxt {
		width: 51.6rem;
		font-size: 1.4rem;
		line-height: 2rem;
		margin: 1rem auto 0;
		text-indent: -2.5em;
		padding-left: 2.5em;
		letter-spacing: 0;
	}
	.store .storeMain .pic {
		width: 51.6rem;
		margin: 2.5rem auto 0;
	}
}
/* storeListWrap */
.store .storeListWrap {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #a98320;
}
.store .storeListWrap .storeList {
	border-top: 1px solid #a98320;
	padding: 3rem 1.5rem 2rem 2.5rem;
	width: 50%;
	position: relative;
}
.store .storeListWrap .storeList:nth-child(2n)::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #a98320;
	left: -1px;
	top: 0;
}
.store .storeListWrap .storeList h3 {
	color: #a98320;
	font-size: 3.3rem;
	line-height: 5.2rem;
	font-weight: 600;
}
.store .storeListWrap .storeList .flex {
	display: flex;
	justify-content: space-between;
}
.store .storeListWrap .storeList .flex .leftWrap {
	width: calc(100% - 19rem - 1rem);
	margin-top: 1.5rem;
}
.store .storeListWrap .storeList .flex .leftWrap .date {
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1;
}
.store .storeListWrap .storeList .flex .leftWrap .place {
	font-size: 1.65rem;
	font-weight: 600;
	line-height: 2.5rem;
	margin-top: 0.5rem;
	margin-right: -2.5rem;
}
.store .storeListWrap .storeList .flex .leftWrap .place span {
	letter-spacing: 0;
}
.store .storeListWrap .storeList .flex .leftWrap .place + .date {
	margin-top: 1.25rem;
}
.store .storeListWrap .storeList .flex .leftWrap .txt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.7rem;
	margin-top: 1.5rem;
}
.store .storeListWrap .storeList .noteTxt {
	font-size: 1.4rem;
	line-height: 2rem;
	margin-top: 2rem;
}
.store .storeListWrap .storeList .flex .pic {
	width: 19rem;
}
@media (max-width: 768px) {
	.store .storeListWrap {
		display: block;
		width: calc(100% - 8rem);
		margin: 0 auto;
	}
	.store .storeListWrap .storeList {
		padding: 2rem 0.5rem 2.5rem 0;
		width: 100%;
	}
	.store .storeListWrap .storeList:nth-child(2n)::before {
		content: none;
	}
	.store .storeListWrap .storeList h3 {
		font-size: 3rem;
	}
	.store .storeListWrap .storeList .flex .leftWrap {
		width: calc(100% - 17rem - 6rem);
		margin-top: 1.5rem;
	}
	.store .storeListWrap .storeList .flex .leftWrap .date {
		font-size: 2.3rem;
	}
	.store .storeListWrap .storeList .flex .leftWrap .place {
		font-size: 1.7rem;
		line-height: 2.5rem;
		margin-top: 0.5rem;
		margin-right: -2.5rem;
	}
	.store .storeListWrap .storeList .flex .leftWrap .place + .date {
		margin-top: 1.5rem;
	}
	.store .storeListWrap .storeList .flex .leftWrap .txt {
		font-size: 1.7rem;
		line-height: 2.6rem;
		margin-top: 1.5rem;
		letter-spacing: 0.04em;
	}
	.store .storeListWrap .storeList:nth-child(3) .flex .leftWrap .txt {
		width: calc(100% + 17rem + 6rem);
	}
	.store .storeListWrap .storeList .noteTxt {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-top: 2rem;
		letter-spacing: 0;
	}
	.store .storeListWrap .storeList .flex .pic {
		width: 17rem;
		margin-top: -4rem;
	}
}
/* storeTel */
.store .storeTel {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.store .storeTel dl {
	font-size: 1.5rem;
	line-height: 2.4rem;
	display: flex;
	letter-spacing: 0;
}
.store .storeTel dl {
	width: calc((100% / 3) + 0.5rem);
}
.store .storeTel dl:nth-of-type(3n) {
	width: calc((100% / 3) - 1rem);
}
.store .storeTel dl dt {
	font-weight: 600;
	min-width: 4em;
}
.store .storeTel dl .tel {
	font-weight: 600;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
@media (max-width: 768px) {
	.store .storeTel {
		width: calc(100% - 8rem);
		margin: 2.5rem auto 0;
		display: block;
	}
	.store .storeTel dl {
		font-size: 1.6rem;
		line-height: 3rem;
		letter-spacing: 0.03em;
	}
	.store .storeTel dl {
		width: 100%;
	}
	.store .storeTel dl:nth-of-type(3n) {
		width: 100%;
	}
	.store .storeTel dl dt {
		min-width: 4.5em;
	}
	.store .storeTel dl .tel {
		padding-right: 0.5em;
		padding-left: 1em;
	}
}
