@charset "utf-8";

html {
	scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 0px; 
}

.row-reverse {
	flex-direction: row-reverse;
}

.main_area {
	background-color: #292524;
}

/* グロナビのライン */
.pc_gnav_item.top::before {
	width: 70%;
}


/* mv
===================================== */
.mv {
	position: relative;
}
.mv img {
	width: 100%;
}

/* merit_areea
===================================== */
.merit_areea {
	padding: 30px 0;
	background-color: #000;
}

@media only screen and (max-width:768px) {
	.merit_areea {
		padding: 16px 0 16px;
	}
}


/* info_area
===================================== */
.info_area {
	background: url(../images/info_bg.jpg) no-repeat center right / cover;
	border-top: 1px solid #735e43;
	padding-top: 68px;
	padding-bottom: 60px;
}
.info_wrap {
	display: flex;
	align-items: flex-end;
	column-gap: 63px;
	margin-bottom: 20px;
}
.info_body {
	color: #fff;
}
.info_title_en {
	font-size: 16px;
	font-family: "EB Garamond", serif;
	letter-spacing: 0.5em;
}
.info_title {
	margin-top: 47px;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.info_text {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.info_text2 {
	color: #fff;
	margin-top: 30px;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.info_btn_wrap {
	width: 100%;
	max-width: 388px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.info_btn {
	display: block;
	max-width: 388px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 25px 10px;
	background: #988e79;
	background: linear-gradient(90deg, #988e79 0%, #d8cbac 50%, #988e79 100%);
	transition: all .5s ease-out;
}
.info_btn.req {
	color: #fff;
	background: rgb(99,81,41);
	background: linear-gradient(90deg, rgba(99,81,41,1) 0%, rgba(159,135,81,1) 50%, rgba(99,81,41,1) 100%);
}
.info_btn:hover {
	opacity: .8;
}

@media only screen and (max-width:768px) {
	.info_area {
		background: url(../images/info_bg_sp.jpg) no-repeat center bottom / cover;
		padding-top: 40px;
		padding-bottom: 130px;
	}
	.info_wrap {
		flex-direction: column;
		align-items: start;
		row-gap: 30px;
	}
	.info_title_en {
		font-size: 14px;
		letter-spacing: 0.5em;
	}
	.info_title {
		margin-top: 20px;
		font-size: 18px;
	}
	.info_text {
		margin-top: 14px;
		font-size: 11px;
		letter-spacing: normal;
	}
	.info_text2 {
		margin-top: 30px;
		font-size: 11px;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}
	.info_btn {
		width: 90%;
		margin-inline: auto;
		font-size: 16px;
		padding: 18px 10px;
	}
}

/* contents_area
===================================== */
.contents_area {
	padding-top: 120px;
	padding-bottom: 110px;
	overflow: hidden;
	border-top: 1px solid #735e43;
}
.contents_wrap {
	display: flex;
	column-gap: 110px;
	align-items: center;
}
.contents_body {
	flex-shrink: 0;
}
.contents_title01 {
	max-width: 270px;
}
.contents_lead {
	margin-top: 48px;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #c1ad93;
}
.contents_text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.25;
	color: #fff;
}
.contents_img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
}
.contents_img_left {
	margin-right: auto;
	margin-left: calc(50% - 50vw);
}

@media only screen and (max-width:768px) {
	.contents_area {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.contents_wrap {
		flex-direction: column;
		row-gap: 40px;
	}
	.contents_title01 {
		width: 70%;
		margin-inline: auto;
	}
	.contents_title02 {
		width: 76%;
	}
	.contents_lead {
		margin-top: 30px;
		font-size: 16px;
	}
	.contents_text {
		margin-top: 30px;
		font-size: 11px;
		letter-spacing: normal;
		line-height: 2;
		color: #fff;
	}
	.contents_img {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.contents_img_left {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}


/* link_area
===================================== */
.link_area {
	position: relative;
	border-top: 1px solid #54432c;
	border-bottom: 1px solid #54432c;
	padding-top: 80px;
}
.link_area01 {
	background: url(../images/link_area_bg01.jpg) no-repeat center center / cover;
	padding-bottom: 60px;
}
.link_area02 {
	background: url(../images/link_area_bg02.jpg) no-repeat center center / cover;
	padding-bottom: 100px;
}
.link_area .inner {
	position: relative;
}
.link_area_title {
	position: absolute;
	left: -10px;
	top: -105px;
	font-family: "EB Garamond", serif;
	font-size: 36px;
	letter-spacing: 0.05em;
	color: #c1ad93;
	background-color: #292524;
	padding-inline: 30px;
}
.link_area_title span {
	font-size: 46px;
	line-height: 0.8;
}
.link_item_wrap {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 44px;
}
.link_item_wrap2 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 44px;
}
.link_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.link_item_body {
	margin-top: 14px;
}
.link_item_title {
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #c1ad93;
}
.link_item_text {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.2em;
	color: #fff;
}
.link_item_btn {
	position: relative;
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.2em;
	color: #fff;
	border: 1px solid #54432c;
	padding: 10px 0;
	transition: all .5s ease-out;
}
.link_item_btn::before {
	content: '';
	background: url(../assets/images/link_arrow.png) no-repeat center center / contain;
	position: absolute;
	top: 16px;
	right: 30px;
	width: 30px;
	height: 7px;
	transition: all .5s ease-out;
}
.link_item_btn:hover {
	opacity: .7;
}
.link_item_btn:hover::before {
	right: 20px;
}
.link_item_btn2 {
	position: relative;
	display: block;
	max-width: 500px;
	margin-inline: auto;
	margin-top: 60px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #fff;
	border: 1px solid #54432c;
	padding: 16px 0;
	transition: all .5s ease-out;
}
.link_item_btn2::before {
	content: '';
	background: url(../assets/images/link_arrow.png) no-repeat center center / contain;
	position: absolute;
	top: 24px;
	right: 30px;
	width: 30px;
	height: 7px;
	transition: all .5s ease-out;
}
.link_item_btn2:hover {
	opacity: .7;
}
.link_item_btn2:hover::before {
	right: 20px;
}

@media only screen and (max-width:768px) {
	.link_area {
		position: relative;
		border: 1px solid #54432c;
		padding-top: 40px;
	}
	.link_area01 {
		background: url(../images/link_area_bg01_sp.jpg) no-repeat center center / cover;
		padding-bottom: 200px;
	}
	.link_area02 {
		background: url(../images/link_area_bg02_sp.jpg) no-repeat center bottom / cover;
		margin-top: 70px;
		padding-bottom: 190px;
	}
	.link_area_title {
		left: 20px;
		top: -60px;
		font-size: 24px;
		padding-inline: 20px;
	}
	.link_area_title span {
		font-size: 32px;
	}
	.link_item_wrap {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
	.link_item_wrap2 {
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 30px;
	}
	.link_item {
		flex-direction: row;
	}
	.link_item_img {
		width: 48%;
	}
	.link_item_body {
		width: 48%;
		margin-top: 0;
	}
	.link_item2 .link_item_body {
		width: 100%;
		margin-top: 10px;
	}
	.link_item_title {
		font-size: 14px;
	}
	.link_item_text {
		margin-top: 6px;
		font-size: 11px;
		letter-spacing: normal;
	}
	.link_item_btn {
		margin-top: 10px;
		font-size: 12px;
		padding: 4px 0;
	}
	.link_item_btn::before {
		top: 12px;
		right: 10px;
		width: 20px;
		height: 5px;
		transition: all .5s ease-out;
	}
	.link_item_btn2 {
		margin-top: 40px;
		background-color: #282523;
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.1em;
		padding: 16px 10px 16px 20px;
	}
	.link_item_btn2::before {
		top: 24px;
		right: 20px;
	}
}


/* 完売対応
======================================== */
.pt-information {
	padding-top: 120px;
	padding-bottom: 100px;
}
.pt-information .ptHeading {
	line-height: 1.1;
	color: #fff;
	font-family: 'Crimson Text', serif;
	text-align: center;
	margin: 20px auto 10px;
	font-size: 24px;
	letter-spacing: 0.05em;
}
.noticeWrap .noticetxt {
	text-align: center;
	margin-top: 40px;
	color: #fff;
}
.noticeWrap .noticetxt .txtLL {
	font-size: 38px;
	line-height: 1.4;
	letter-spacing: 0.125em;
}
.noticeWrap .noticetxt .txtS {
	margin-top: 20px;
	font-size: 22px;
}

@media only screen and (max-width:768px) {
	.pt-information {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.pt-information .ptHeading {
		margin: 20px auto 10px;
		font-size: 21px;
	}
	.noticeWrap .noticetxt {
		margin-top: 30px;
	}
	.noticeWrap .noticetxt .txtLL {
		font-size: 24px;
	}
	.noticeWrap .noticetxt .txtS {
		margin-top: 20px;
		font-size: 18px;
	}
}