@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #151515;
	font-family: "Shippori Mincho", serif;
	background: #ECECEC;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open,
body.store_open {
	width: 100%;
	height: 100%;
	/*position: fixed;
	overflow-y: scroll;*/
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: clip;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1340px) {
	html {
		font-size: .7463vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.5641vw;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "EB Garamond", serif;
}
.gothic {
	font-family: "Noto Sans JP", sans-serif;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}
.header_inner {
	padding: 0 0 0 6.1rem;
	display: flex;
	justify-content: space-between;
}
.header_logo {
	margin-top: 4.1rem;
	width: 15.3rem;
	z-index: 10;
}
.header_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 10;
}
.header_instagram {
	width: 2.1rem;
	margin: .3rem 3.9rem 0 0;
}
.header_store {
	appearance: none;
	outline: none;
	border-radius: 0;
	border: 0;
	background: #A99D5D;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: .1em;
	line-height: 1.1333;
	width: 10.7rem;
	height: 10.9rem;
	padding-top: .5rem;
	cursor: pointer;
	transition: opacity .3s;
}
.header_store::before {
	content: '';
	display: block;
	width: 1.6rem;
	height: 1.5rem;
	background: url(../img/common/icon_store.svg) no-repeat left top / 100% auto;
	margin: 0 auto .8rem;
	filter: brightness(0) invert(1);
}
.header_menu {
	appearance: none;
	outline: none;
	border-radius: 0;
	border: 0;
	background: #151515;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: .1em;
	line-height: 1.1333;
	width: 10.7rem;
	height: 10.9rem;
	cursor: pointer;
	transition: opacity .3s;
}
.header_menu::before,
.header_menu::after {
	content: '';
}
.header_menu::before,
.header_menu::after,
.header_menu span {
	display: block;
	width: 3rem;
	height: .1rem;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 3.9rem;
	margin: 0 auto;
}
.header_menu span {
	top: 4.7rem;
}
.header_menu::after {
	top: 5.6rem;
}
.header_menu span::before {
	content: 'menu';
	position: absolute;
	left: -1rem;
	right: -1.5rem;
	bottom: -3.3rem;
	text-align: center;
}
.header_store_navi {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	overflow: auto;
	width: 37.9rem;
	background: rgba(169, 157, 93, .8);
	color: #fff;
	padding: 15.7rem 0 3rem;
	transition: transform .3s;
	transform: translateX(100%);
	pointer-events: none;
}
.store_open .header_store_navi {
	transform: none;
	pointer-events: all;
}
.header_store_navi a {
	display: block;
	border: .1rem solid #fff;
	width: 25.7rem;
	height: 6rem;
	padding: 1.3rem 0 0 6.2rem;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 1.3846;
	letter-spacing: .1em;
}
.header_store_navi a::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.4rem;
	background: url(../img/common/icon_store.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.7rem;
	margin: auto 0;
	filter: brightness(0) invert(1);
}
.header_store_navi a + a {
	margin-top: 1.4rem;
}
@media (hover:hover) {
	.header_store:hover,
	.header_menu:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 768px) {
	.header_inner {
		padding: 0 0 0 1.9rem;
	}
	.header_logo {
		margin-top: 2.5rem;
		width: 11.3rem;
	}
	.header_instagram {
		display: none;
	}
	.header_store {
		line-height: .9333;
		width: 9.1rem;
		height: 9.3rem;
		padding-top: .1rem;
	}
	.header_store::before {
		margin: 0 auto .85rem;
	}
	.header_menu {
		width: 9.1rem;
		height: 9.3rem;
	}
	.header_menu::before,
	.header_menu::after,
	.header_menu span {
		top: 3.1rem;
	}
	.header_menu span {
		top: 3.9rem;
	}
	.header_menu::after {
		top: 4.8rem;
	}
	.header_store_navi {
		width: 100%;
		padding: 13.6rem 0 3rem;
		background: #A99D5D;
	}
	.header_store_navi a {
		width: 29rem;
		padding: 1.2rem 0 0 5.3rem;
		font-size: 1.6rem;
		line-height: 1.125;
	}
	.header_store_navi a::before {
		left: 2.1rem;
	}
}

/* gnav
----------------------------------------*/
.gnav {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	overflow: auto;
	width: 39.2rem;
	background: rgba(21, 21, 21, .7);
	color: #fff;
	transition: transform .3s;
	transform: translateX(100%);
	pointer-events: none;
}
.open .gnav {
	transform: none;
	pointer-events: all;
}
.gnav ul {
	padding: 17.4rem 0 3rem 9.5rem;
}
.gnav ul li + li {
	margin-top: 3rem;
}
.gnav ul a {
	display: block;
	font-size: 1.2rem;
	letter-spacing: .1em;
}
.gnav ul a::after {
	content: '';
	display: block;
	width: 3.7rem;
	height: .1rem;
	background: #fff;
	opacity: .3;
	position: absolute;
	right: 0;
	top: 1rem;
	bottom: 0;
	margin: auto 0;
}
.gnav ul a .en {
	display: block;
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin-bottom: .1rem;
}
@media only screen and (max-width: 768px) {
	.gnav {
		width: 100%;
		background: #151515;
	}
	.gnav ul {
		padding: 13.8rem 5rem 3rem;
	}
	.gnav ul li + li {
		margin-top: 2.1rem;
	}
	.gnav ul a {
		font-size: 1.3rem;
	}
	.gnav ul a::after {
		width: .8rem;
		height: .8rem;
		opacity: 1;
		background: #848484;
		border-radius: 50%;
		right: 0;
		top: 2.8rem;
		bottom: auto;
		margin: 0;
	}
	.gnav ul a .en {
		border-bottom: .1rem solid #848484;
		padding-bottom: .8rem;
		margin-bottom: 1rem;
	}
}

/*btn
----------------------------------------*/
.btn_more {
	display: block;
	width: 15.7rem;
	font-size: 1.7rem;
	letter-spacing: .1em;
	padding-bottom: .5rem;
	border-bottom: .1rem solid #A99D5D;
	color: #A99D5D;
}
.btn_more::after {
	content: '';
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background: #A99D5D;
	position: absolute;
	right: 0;
	bottom: -.4rem;
}
.btn_more.white {
	border-bottom-color: #fff;
	color: #fff;
}
.btn_more.white::after {
	background: #fff;
}
.btn_more.black {
	border-bottom-color: #403E3E;
	color: #403E3E;
}
.btn_more.black::after {
	background: #151515;
}
@media only screen and (max-width: 768px) {
	main:not(.journal) .btn_more {
		width: 100%;
		text-align: center;
		justify-content: center;
		font-size: 1.8rem;
		padding: 1.5rem 3rem 1.6rem;
		border: .1rem solid #A99D5D;
	}
	main:not(.journal) .btn_more::before {
		content: '';
		display: block;
		width: 2.3rem;
		height: .1rem;
		background: #A99D5D;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2.5rem;
		margin: auto 0;
	}
	main:not(.journal) .btn_more::after {
		right: 1.7rem;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	main:not(.journal) .btn_more.white {
		border-color: #fff;
	}
	main:not(.journal) .btn_more.white::before {
		background: #fff;
	}
}

/*topic_path
----------------------------------------*/
.topic_path {
	border-top: .1rem solid rgba(21, 21, 21, .2);
	padding: 1.4rem 0 1.4rem;
}
.topic_path ol {
	max-width: 124rem;
	margin: 0 auto;
	display: flex;
	gap: 2rem;
	font-size: 1.2rem;
	letter-spacing: .1em;
	padding-left: 2rem;
	overflow: auto;
}
.topic_path ol li {
	flex-shrink: 0;
}
.topic_path ol li:last-child {
	padding-right: 1.5rem;
}
.topic_path ol li + li::before {
	content: '>';
	display: block;
	position: absolute;
	top: 0;
	left: -1.5rem;
}
@media only screen and (max-width: 768px) {
}

/*footer
----------------------------------------*/
.footer {
	background: #403E3E;
	color: #fff;
	padding: 10.3rem 0 10.6rem;
}
.footer_inner {
	max-width: 110rem;
	margin: 0 auto;
	display: flex;
}
.footer_logo {
	width: 15.9rem;
	margin-left: .1rem;
}
.footer_box {
	margin: 2.5rem 0 0 14.9rem;
}
.footer_navi {
	display: flex;
}
.footer_navi dl:nth-child(2) {
	margin-left: 1.4rem;
}
.footer_navi dl:nth-child(3) {
	margin-left: 3.8rem;
}
.footer_navi dt {
	font-size: 1.3rem;
	letter-spacing: .15em;
	margin-bottom: 2.1rem;
}
.footer_navi dd > ul {
	columns: 2;
	margin: 0 0 0 2.2rem;
	font-size: 1.2rem;
	letter-spacing: .1em;
}
.footer_navi dd > ul li {
	margin-right: 2rem;
}
.footer_navi dl:nth-child(2) dd > ul li {
	margin-right: -.1rem;
}
.footer_navi dd > ul li + li {
	margin-top: 1rem;
}
.footer_navi_instagram {
	font-size: 1.3rem;
	letter-spacing: .15em;
	display: block;
	width: fit-content;
	margin: 2rem 0 0 2.2rem;
	padding-left: 2.5rem;
}
.footer_navi_instagram::before {
	content: '';
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/common/footer_icon_instagram.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: .3rem;
	left: 0;
}
.footer_navi dl:nth-child(2) .footer_navi_instagram {
	margin-top: .9rem;
}
.footer_navi dl:nth-child(3) .footer_navi_instagram {
	margin-top: 1.5rem;
}
.footer_navi > ul {
	font-size: 1.2rem;
	letter-spacing: .1em;
	margin: .2rem -.2rem 0 2.8rem;
}
.footer_navi > ul li + li {
	margin-top: 1rem;
}
.footer .copyright {
	display: block;
	font-size: 1.1rem;
	margin-top: 5.6rem;
	letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
	.footer {
		overflow: hidden;
		padding: 7.2rem 0 7rem;
	}
	.footer_inner {
		display: block;
	}
	.footer_logo {
		width: 13.7rem;
		margin: 0 auto;
	}
	.footer_box {
		margin: 4.3rem 0 0 2.9rem;
	}
	.footer_navi {
		display: block;
	}
	.footer_navi dl:nth-child(2),
	.footer_navi dl:nth-child(3) {
		margin-left: 0;
	}
	.footer_navi dl {
		padding-bottom: 2.8rem;
		margin-bottom: 2.7rem;
		border-bottom: .1rem solid rgba(236, 236, 236, .5);
	}
	.footer_navi dt {
		font-size: 1.5rem;
		padding-left: .2rem;
		margin-bottom: 1.3rem;
	}
	.footer_navi dd > ul {
		columns: 3;
		margin: 0 1rem 0 .2rem;
	}
	.footer_navi dd > ul li {
		margin-right: 1.5rem;
	}
	.footer_navi_instagram {
		margin: 1.6rem 0 0 .3rem !important;
	}
	.footer_navi > ul {
		margin: 4rem 0 0 .2rem;
	}
	.footer .copyright {
		text-align: right;
		margin: -1.3rem 3rem 0;
	}
}

/*inview
----------------------------------------*/
.inview {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1.2s, transform 1.25s;
}
.inview.show {
	opacity: 1;
	transform: none;
}



/*404
----------------------------------------*/
.p-error__inner {
	padding: 20rem 0 20rem;
	text-align: center;
}
.p-error__inner h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
}
.p-error__inner h2 span {
	display: block;
	font-size: 1.6rem;
}
.p-error__inner p {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 2rem;
}
.p-error__inner .c-btn {
	border: 1px solid #A99D5D;
	padding: 1rem 2rem;
	display: inline-block;
	width: 20rem;
}

@media only screen and (max-width: 768px) {
	.p-error__inner h2 {
		font-size: 2rem;
	}
	.p-error__inner h2 span {
		font-size: 1.4rem;
	}
	.p-error__inner p {
		font-size: 1.4rem;
	}
}
