@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 1000px) {
	html {
		font-size: calc(1000vw / 1366);
	}
}
@media all and (min-width: 1500px) {
	html {
		font-size: 68.63%;
	}
}
@media all and (max-width: 999px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	html {
		font-size: 1.917vw;
	}
}
@font-face {
  font-family:"BauerBodoniRoman";
  src:url('../font/bauerbodoniroman?#iefix') format('embedded-opentype'),
  url(../font/bauerbodoniroman.woff) format('woff')
}
body, table, input, textarea, select, option {
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #47382A;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #47382A;
}
a:hover {
	color: #47382A;
}
a:active {
	color: #47382A;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #47382A;
	font-size: max(10px,1.4rem);
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.pad.fixed {
	position: static;
	width: auto;
	height: auto;
	touch-action: none;
	overscroll-behavior: none;
	overflow: hidden;
}
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.8s;
	z-index: 10000;
}
body.hideCover #cover {
	opacity: 0;
	visibility: hidden;
}
#container {
	text-align: left;
}
/* a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
} */
@media all and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	.fixed {
		overflow-y: scroll;
	}
}
@media all and (max-width: 999px) {
	body {
		font-size: 1.25rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	/* a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	} */
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 3.3rem;
	z-index: 99;
}
#gHeader.noClick {
	opacity: 0.5;
	pointer-events: none;
}
#gHeader .logo {
	width: 21.1rem;
	margin: 0 auto;
}
#gHeader .logo a {
	display: inline-block;
	position: relative;
}
#gHeader .logo img {
	transition: all 0.3s;
}
#gHeader .logo .black {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#gHeader h1 {
	margin-top: 1.6rem;
	text-align: center;
	color: #fff;
	font-size: max(10px,4rem);
	font-weight: 400;
	transition: all 0.5s;
}
#gHeader h1.hide,
#gHeader h1.hide02 {
	opacity: 0;
	visibility: hidden;
}
#gHeader.active h1 {
	opacity: 0;
	visibility: hidden;
}
#gHeader .menu {
	position: absolute;
	left: 4rem;
	top: 3.1rem;
	width: 4.5rem;
	cursor: pointer;
	transition: .3s;
}
#gHeader .menu.on {
	background: url(../img/common/menu_close.png) no-repeat center top 0.23rem;
	background-size: 4.5rem auto;
}
#gHeader .menu.on img {
	opacity: 0;
}
#gHeader .menu:not(.on) img {
	transition: all 0.5s;
}
#gHeader .menu .black {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#gHeader .hInfo {
	position: absolute;
	right: 4rem;
	top: 2.4rem;
	width: 21.3rem;
	border-radius: 0.7rem;
	box-sizing: border-box;
	transition: all 0.3s ease;
	overflow: hidden;
}
#gHeader .hLink {
	border: 1px solid #fff;
	border-radius: 0.7rem;
	transition: all 0.3s;
}
#gHeader .hInfo.on .hLink {
	border-color: transparent;
}
#gHeader .hLink a {
	padding: 0.5rem 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: max(10px,1.3rem);
	letter-spacing: 0.02em;
}
#gHeader .hInfo.on .hLink a {
	color: #47382A;
}
#gHeader .hLink span {
	padding-right: 3rem;
	display: inline-block;
	background: url(../img/common/icon04.png) no-repeat right top 56%;
	background-size: 1.3rem auto;
}
#gHeader .hInfo.on {
	background-color: rgba(255,255,255,0.95);
	/* border: 1px solid #A08974; */
}
#gHeader .hInfo.on .hLink span,
#gHeader:not(.active) .hInfo.on.background--light .hLink span {
	background-image: url(../img/common/icon04_on.png);
}
#gHeader .hInfoBox {
	display: none;
}
#gHeader .hInfo.on .hInfoBox {
	display: block;
}
#gHeader .hInfoBox ul {
	padding: 0.1rem 1.6rem 0.2rem;
}
#gHeader .hInfoBox ul a {
	padding: 1.5rem 0 1.7rem;
	display: block;
	font-weight: 500;
	font-size: max(10px,1.4rem);
	letter-spacing: 0.04em;
	background: url(../img/common/icon06.png) no-repeat right 0.5rem bottom 2rem;
	background-size: 0.7rem auto;
}
#gHeader .hInfoBox li:first-child a {
	padding-top: 1.7rem;
	font-size: max(10px,1.6rem);
	letter-spacing: 0.08em;
}
#gHeader .hInfoBox ul .sml {
	margin-bottom: 0.1rem;
	display: block;
	font-weight: 400;
	font-size: max(10px,1rem);
	letter-spacing: 0.02em;
}
#gHeader .hInfoBox li {
	border-top: 1px solid rgba(71,56,42,0.17);
}
#gHeader .hInfoBox .tel {
	padding: 2rem 1.6rem;
	color: #fff;
	font-size: max(10px,1rem);
	letter-spacing: 0.01em;
	background-color: #47382A;
}
#gHeader .hInfoBox .tel a {
	margin: 0.5rem 0 0.6rem -0.2rem;
	padding-left: 2rem;
	display: block;
	width: fit-content;
	font-size: max(10px,1.6rem);
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	background: url(../img/common/icon05.png) no-repeat left top 0.4rem;
	background-size: 1.8rem auto;
}
#gHeader:not(.active) .logo.background--light .black {
	opacity: 1;
}
#gHeader:not(.active) .logo.background--light .white {
	opacity: 0;
}
#gHeader:not(.active) h1.background--light {
	color: #47382A;
}
#gHeader:not(.active) .menu.background--light .black {
	opacity: 1;
}
#gHeader:not(.active) .menu.background--light .white {
	opacity: 0;
}
#gHeader:not(.active) .hInfo.background--light .hLink {
	border-color: #47382A;
}
#gHeader:not(.active) .hInfo.background--light .hLink a {
	color: #47382A;
}
#gHeader:not(.active) .hInfo.background--light .hLink span {
	background-image: url(../img/common/icon04_black.png);
}

#gHeader:not(.active) .hInfo.background--light.on .hLink {
	border-color: transparent;
}
.menuBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 98;
	display: none;
	background-color: #fff;
}
.menuBox .menuPho {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.menuBox .menuPho .pho {
	height: 100%;
	position: relative;
	height: 100vh;
}
.menuBox .menuPho .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #002038;
	opacity: 0.2;
	content: "";
}
.menuBox .menuPho .pho03::before {
	background: url(../img/common/menu_pho03_bg.png) no-repeat center center;
	background-size: cover;
	opacity: 1;
}
.menuBox .menuPho .pho02::before {
	background-image: linear-gradient( to top, #000 0%, rgba(0,0,0,0) 100%);
	background-color: transparent;
	opacity: 0.09;
}
.menuBox .menuPho img,
.menuBox .menuPho video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menuBox .menuInner {
	width: 100%;
	height: 100%;
	min-height: 65rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8rem 2rem 5.2rem;
	box-sizing: border-box;
}
.menuBox .menuInfo {
	width: 111rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.menuBox .menuInfo .line {
	position: absolute;
	left: -3.9rem;
	top: 1.6rem;
	width: 2.5rem;
	height: 1px;
	background-color: #fff;
	content: "";
	transition: .3s;
	opacity: 0;
}
.menuBox.active .menuInfo[data-index="0"] .line {
	opacity: 1;
	transition: opacity 1s 0.3s;
}
.menuBox.active .menuInfo[data-index="1"] .line {
	opacity: 1;
	transition: opacity 1s 0.4s;
}
.menuBox.active .menuInfo[data-index="2"] .line {
	opacity: 1;
	transition: opacity 1s 0.5s;
}
.menuBox.active .menuInfo[data-index="3"] .line {
	opacity: 1;
	transition: opacity 1s 0.6s;
}
.menuBox.noDelay .menuInfo .line {
	transition: all .3s !important;
}
.menuBox .menuInfo[data-index="0"] .line {
	top: 1.6rem;
}
.menuBox .menuInfo[data-index="1"] .line {
	top: 11.4rem;
}
.menuBox .menuInfo[data-index="2"] .line {
	top: 22.6rem;
}
.menuBox .menuInfo[data-index="3"] .line {
	top: 33.8rem;
}
.menuBox .menuNavi {
	margin-bottom: 6.6rem;
}
.menuBox .menuNavi li {
	margin-bottom: 0.4rem;
}
.menuBox .menuNavi a {
	font-size: 7.2rem;
	position: relative;
	color: #fff;
	display: inline-block;
	letter-spacing: -0.05em;
}
.menuBox .menuNavi li.soon a {
	opacity: 0.49;
	cursor: default;
	pointer-events: none;
}
.menuBox .menuNavi li.soon span {
	margin-left: 2rem;
	font-size: max(10px,2rem);
	font-style: italic;
	color: #fff;
	letter-spacing: 0.02em;
}
.menuBox .menuNavi li:first-child {
	margin: 0 0.4rem 2.7rem;
}
.menuBox .menuNavi li:first-child a {
	font-size: max(10px,2.2rem);
	font-weight: 500;
	letter-spacing: 0;
}
.menuBox .menuList {
	margin: 0 0.4rem;
	font-size: max(10px,2.2rem);
	font-weight: 500;
}
.menuBox .menuList li:not(:last-child) {
	margin-right: 3.2rem;
}
.menuBox .menuList a {
	color: #fff;
}
.menuBox .menuLink {
	margin: -3.3rem 0.7rem 0;
	text-align: right;
	font-size: max(10px,2.2rem);
}
.menuBox .menuLink a {
	color: #fff;
}

.menuBox .menuNavi li,
.menuBox .menuList,
.menuBox .menuLink {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease-out;
}
.menuBox.active .menuNavi li,
.menuBox.active .menuList,
.menuBox.active .menuLink {
	opacity: 1;
	visibility: visible;
}
.menuBox.active .menuNavi li:nth-child(1) {
	transition-delay: 0.3s;
}
.menuBox.active .menuNavi li:nth-child(2) {
	transition-delay: 0.4s;
}
.menuBox.active .menuNavi li:nth-child(3) {
	transition-delay: 0.5s;
}
.menuBox.active .menuNavi li:nth-child(4) {
	transition-delay: 0.6s;
}
.menuBox.active .menuList {
	transition-delay: 0.7s;
}
.menuBox.active .menuLink {
	transition-delay: 0.8s;
}
@media all and (min-width: 1000px) {
	#gHeader .hInfoBox ul a:hover {
		opacity: 0.5;
		background-position: right bottom 2rem;
	}
	.menuBox .menuNavi li a:hover:before {
		opacity: 1;
	}
	.menuBox .menuList a:hover {
		opacity: 0.5;
	}
	.menuBox .menuLink a:hover {
		opacity: 0.5;
	}
	#gHeader .menu:hover {
		opacity: 0.5;
	}
	.pad #gHeader .hInfoBox ul a:hover {
		opacity: 1;
		background-position: right 0.5rem bottom 2rem;
	}
	.pad .menuBox .menuNavi li a:hover:before {
		opacity: 0;
	}
	.pad .menuBox .menuList a:hover {
		opacity: 1;
	}
	.pad .menuBox .menuLink a:hover {
		opacity: 1;
	}
	.pad #gHeader .menu:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	#gHeader {
		padding: 2.3rem 0.3rem 0 0;
	}
	#gHeader .logo {
		width: 12.8rem;
	}
	#gHeader h1 {
		margin-top: 0.7rem;
		font-size: 3.2rem;
	}
	#gHeader .menu {
		left: 2.1rem;
		top: 2.2rem;
		width: 3.3rem;
	}
	#gHeader .menu.on {
		left: 2.1rem;
		width: 3.3rem;
		background-size: 3.3rem auto;
	}
	#gHeader .hInfo {
		right: 1.5rem;
		top: 1.6rem;
		pointer-events: none;
		overflow: visible;
	}
	#gHeader .hLink {
		width: 8.5rem;
		border-radius: 5rem;
		pointer-events: auto;
		margin: 0 0 0 auto;
	}
	#gHeader .hLink a {
		padding: 0.2rem 0 0.3rem;
		font-size: 1rem;
	}
	#gHeader .hLink span {
		padding-right: 0;
		background: none !important;
	}
	#gHeader .hInfo.on .hLink {
		opacity: 0;
		visibility: hidden;
	}
	#gHeader .hInfoBox {
		margin-top: -2.6rem;
		position: relative;
		pointer-events: auto;
		max-height: calc(100vh - 3.2rem);
		overflow-y: auto;
	}
	#gHeader .hInfoBox .close {
		position: absolute;
		right: 1.4rem;
		top: 2.4rem;
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		cursor: pointer;
	}
	#gHeader .hInfoBox ul {
		padding-top: 5.3rem;
	}
	#gHeader .hInfoBox .tel {
		/* margin: 0 1px 1px; */
		border-radius: 0 0 0.6rem 0.6rem;
	}
	.menuBox .menuPho .pho02::before {
		opacity: 0.28;
	}
	.menuBox .menuInner {
		min-height: 56rem;
		padding: 8rem 2.8rem 5.7rem;
	}
	.menuBox .menuInfo {
		width: 100%;
	}
	.menuBox .menuNavi {
		margin-bottom: 2.4rem;
	}
	.menuBox .menuNavi li {
		margin-bottom: 0.8rem;
	}
	.menuBox .menuNavi a {
		font-size: 4rem;
		letter-spacing: -0.03em;
	}
	.menuBox .menuInfo .line {
		left: -2.8rem;
		width: 1.9rem;
		top: 1.1rem;
	}
	.menuBox .menuInfo[data-index="0"] .line {
		top: 1.1rem;
	}
	.menuBox .menuInfo[data-index="1"] .line {
		top: 7.2rem;
	}
	.menuBox .menuInfo[data-index="2"] .line {
		top: 14rem;
	}
	.menuBox .menuInfo[data-index="3"] .line {
		top: 20.8rem;
	}
	.menuBox .menuNavi li.on a::before {
		opacity: 1;
	}
	.menuBox .menuNavi li.soon a {
		opacity: 0.5;
	}
	.menuBox .menuNavi li.soon span {
		margin-left: 1.7rem;
		font-size: 1.5rem;
	}
	.menuBox .menuNavi li:first-child {
		margin: 0 0.2rem 2rem;
	}
	.menuBox .menuNavi li:first-child a {
		font-size: 1.5rem;
		font-weight: 600;
	}
	.menuBox .menuList {
		margin: 0 0.2rem;
		font-size: 1.6rem;
		display: block;
	}
	.menuBox .menuList li:not(:last-child) {
		margin: 0 0 1rem;
	}
	.menuBox .menuLink {
		margin: 4.3rem 0.4rem 0;
		text-align: left;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 2;
	letter-spacing: .03em;
	font-family: arial,"Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro",sans-serif;
	background-color: #fff;
}
#gFooter .fBg {
	padding: 135px 0 66px;
	/* background-color: #48322a; */
	position: relative;
}
#gFooter .brownBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#gFooter .brownBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gFooter .spNavi {
	position: relative;
	z-index: 2;
}
#gFooter .fNavi {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#gFooter .fNavi a {
	color: #fff;
	display: inline-block;
}
#gFooter .fNaviList > li {
	margin-right: 77px;
}
#gFooter .fNaviList > li:nth-child(2) {
	margin-right: 69px;
}
#gFooter .fNaviList p {
	margin-bottom: 15px;
	font-size: 14px;
}
#gFooter .fNaviList p .en {
	margin-bottom: -9px;
	display: block;
	font-size: 33px;
	letter-spacing: 0;
	font-family:"BauerBodoniRoman";
}
#gFooter .fNaviList p .sml {
	margin-left: 2px;
	display: block;
	font-size: 10px;
	letter-spacing: .5px;
	font-family: "futura",'Avenir',sans-serif;
}
#gFooter .fNaviUl a {
	font-size: 11px;
	letter-spacing: 0;
}
#gFooter .fLinkBox {
	margin: 45px 0 17px;
	padding: 28px 0 13px;
	display: flex;
	border-top: 1px solid #6d5b55;
	border-bottom: 1px solid #6d5b55;
}
#gFooter .fLinkBox p {
	font-size: 16px;
	flex-shrink: 0;
}
#gFooter .fLinkBox ul {
	margin: -8px 0 0 7px;
	line-height: 1;
}
#gFooter .fLinkBox li a {
	padding: 5px 10px;
	font-size: 11px;
}
#gFooter .fLinkList li {
	margin: 0 20px 10px 0;
	font-size: 12px;
	letter-spacing: .02em;
}
#gFooter .fSub {
	margin: 44px 6px 0 auto;
	width: 305px;
}
#gFooter .fSub li {
	width: 165px;
}
#gFooter .fSub a {
	padding: 10px 0;
	display: block;
	font-size: 13px;
	text-align: center;
	border: 1px solid #fff;
	letter-spacing: .08em;
	font-family: 'YuMincho',"Hiragino Mincho ProN",'Noto Serif JP','ＭＳ Ｐ明朝',serif;
}
#gFooter .fSub li:nth-child(2) {
	width: 136px;
}
#gFooter .fSub li:nth-child(2) a {
	color: #333;
	letter-spacing: 1.6px;
	background-color: #fff;
}
#gFooter .fSub .tel {
	margin: 0 -6px 9px auto;
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	font-family: "BauerBodoniRoman",'YuMincho',"Hiragino Mincho ProN",'Noto Serif JP','ＭＳ Ｐ明朝',serif;
}
#gFooter .fSub .tel span {
	font-size: 27px;
	letter-spacing: .2px;
}
#gFooter .fInfo {
	padding: 36px 0;
}
#gFooter .fImg {
	width: 222px;
	margin: 0 auto 4px;
}
#gFooter address {
	margin-bottom: 28px;
	text-align: center;
	font-size: 10px;
	color: #000;
	opacity: 0.4;
	letter-spacing: .8px;
}
#gFooter .fUl {
	line-height: 1;
}
#gFooter .fUl a {
	display: block;
	padding: 0 20px;
	font-size: 10px;
	color: #000;
	position: relative;
	letter-spacing: .2px;
}
#gFooter .fUl li:not(:last-child) a::after {
	width: 1px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 1px;
	content: "";
	background: #929292;
}
@media all and (min-width: 1000px) {
	#gFooter a:hover {
		opacity: 0.6;
	}
	.pad #gFooter a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	#gFooter {
		letter-spacing: .03em;
	}
	#gFooter .fBg {
		padding: 18px 30px 30px;
	}
	#gFooter .naviInfo {
		margin-bottom: 18px;
	}
	#gFooter .naviInfo .ttl {
		margin-bottom: 17px;
		color: #fff;
		font-size: 10px;
		text-align: center;
		opacity: .5;
	}
	#gFooter .naviInfo ul {
		border-top: 1px solid rgba(255,255,255,.2);
	}
	#gFooter .naviInfo li {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	#gFooter .naviInfo li a {
		padding: 8px 5px;
		display: block;
		color: #fff;
		font-weight: 700;
		font-size: 10px;
		background: url(../img/common/icon08.svg) no-repeat right 5px center;
		background-size: 6px;
	}
	#gFooter .naviInfo01 li a {
		padding: 9px 5px 10px;
	}
	#gFooter .naviInfo a span {
		display: block;
		font-size: 9px;
		font-weight: 400;
		opacity: .5;
	}
	#gFooter .naviInfo .btmLink {
		padding: 16px 0 20px;
	}
	#gFooter .naviInfo .btmLink a {
		display: block;
		color: #fff;
		font-weight: 700;
		padding-left: 18px;
		background: url(../img/common/icon08.svg) no-repeat left 5px center;
		background-size: 4px;
		font-size: 10px;
	}
	#gFooter .spList {
		padding-top: 1px;
	}
	#gFooter .spList a {
		display: block;
		color: #fff;
		font-size: 10px;
		padding: 3px 0 2px 18px;
		background: url(../img/common/icon08.svg) no-repeat left 5px center;
		background-size: 4px;
	}
	#gFooter .fInfo {
		padding: 38px 0;
		display: flex;
		flex-wrap: wrap;
	}
	#gFooter .fInfoBox {
		width: 100%;
	}
	#gFooter .fImg {
		width: auto;
		margin: 0 auto 1px;
		text-align: center;
	}
	#gFooter .fImg img {
		height: 9px;
		width: auto;
	}
	#gFooter address {
		margin-bottom: 0;
		font-size: 9px;
		letter-spacing: .5px;
	}
	#gFooter .fUl {
		margin-bottom: 32px;
		order: -1;
		line-height: 1.5;
		width: 100%;
	}
	#gFooter .fUl a {
		padding: 0 7px;
		letter-spacing: .03em;
	}
	#gFooter .fUl li {
		margin-bottom: 5px;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.noto {
	font-family: YakuHanMP, "Noto Serif JP",serif; 
}
.cormorant {
	font-family: YakuHanMP, "Cormorant Garamond", serif;
}
.instrument {
	font-family: YakuHanMP, "Instrument Serif", serif;
}
.cinzel {
	font-family: YakuHanMP, "Cinzel", serif;
}
.shippori {
	font-family: YakuHanMP, "Shippori Mincho", serif;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 12.5rem;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: max(10px,2.8rem);
	letter-spacing: 0.08em;
	font-family: YakuHanMP, "Shippori Mincho", serif;
}
.headLine01 .en {
	margin-top: 3.3rem;
	display: block;
	font-size: max(10px,1.4rem);
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.01em;
	font-family: YakuHanMP, "Cormorant Garamond", serif;
}
@media all and (max-width: 999px) {
	.headLine01 {
		margin-bottom: 18.3rem;
		font-weight: 500;
		font-size: 2.2rem;
		line-height: 2;
		letter-spacing: 0.1em;
	}
	.headLine01 .en {
		margin-top: 1.7rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	font-size: 10.5rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.05em;
	font-family: YakuHanMP, "Cormorant Garamond", serif;
}
@media all and (max-width: 999px) {
	.headLine02 {
		margin-bottom: 0.9rem;
		font-size: 5.9rem;
		text-align: center;
		letter-spacing: -0.03em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2rem;
	color: #000;
	font-size: max(10px,1.5rem);
	font-weight: 500;
	line-height: 2.28;
	letter-spacing: 0.1em;
}
.headLine03 .en {
	margin-top: 1.7rem;
	display: block;
	line-height: 1.42;
	font-style: italic;
	letter-spacing: -0.02em;
	font-family: YakuHanMP, "Cormorant Garamond", serif;
}
@media all and (max-width: 999px) {
	.headLine03 {
		margin-bottom: 0.5rem;
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing: 0.06em;
	}
	.headLine03 .en {
		display: none;
		/* margin-top: 1.1rem;
		font-size: 1rem;
		line-height: 1.5;
		font-style: normal;  */
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 5.1rem;
	color: #261A0E;
	font-size: max(10px,1.6rem);
	font-weight: 500;
	letter-spacing: 0.08em;
}
.headLine04 .en {
	margin-bottom: 1.3rem;
	display: block;
	color: #47382A;
	font-size: 6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	font-family: YakuHanMP, "Cormorant Garamond", serif;
}
@media all and (max-width: 999px) {
	.headLine04 {
		margin-bottom: 3.5rem;
		font-size: 1.4rem;
	}
	.headLine04 .en {
		font-size: 4.2rem;
	}
}
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
.comLink01 a {
	display: inline-flex;
	align-items: center;
}
.comLink01 .jp {
	margin: 0 2.6rem 0 -0.4rem;
	color: #000;
	font-size: 7.2rem;
	letter-spacing: -0.03em;
}
.comLink01 .enImg {
	width: 18.9rem;
	margin: 0.1rem 2.3rem 0 -0.3rem;
}
.comLink01 .arrow {
	position: relative;
	width: 5.8rem;
	height: 5.8rem;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 100%;
	background: url(../img/common/icon01.png) no-repeat center center;
	background-size: 1rem auto;
}
.comLink01 .arrow::before {
    position: absolute;
	left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    border: 1px solid #000;
    content: "";
    z-index: 1;
    box-sizing: border-box;
    animation: roundout .4s linear forwards;
}
.comLink01.white .arrow {
	/* border-color: rgba(255,255,255,0.4); */
	border: 1.7px solid rgba(255,255,255,0.6);
	background-image: url(../img/common/icon02.png);
}
.comLink01.white .arrow::before {
	border:  solid 1.4px #fff;
}
@keyframes roundin{
    from {
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
        transform: rotate(45deg);
    }
    25% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    }
    25.01% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    }
    50%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    }
    50.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    75%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    75.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }
    to{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        transform: rotate(165deg);
    }
}
@keyframes roundout{
    from {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        transform: rotate(165deg);
    }
    25% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }
    25.01% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    50%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    50.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    }
    75%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    }
    75.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    }
    to{
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
        transform: rotate(45deg);
    }
}
@media all and (min-width: 1000px) {
	.comLink01 a:hover .arrow::before {
		animation: roundin .4s;
	}
	.pad .comLink01 a:hover .arrow::before {
		animation: none;
	}
}
@media all and (max-width: 999px) {
	.comLink01 .jp {
		margin: -1rem 1.7rem 0 -0.2rem;
		font-size: 4.8rem;
	}
	.comLink01 .enImg {
		width: 12.6rem;
		margin: 0.1rem 1.6rem 0 -0.2rem;
	}
	.comLink01 .arrow {
		width: 4rem;
		height: 4rem;
		border-color: #000;
		background-size: 0.7rem auto;
	}
	.comLink01 .arrow::before {
		display: none;
	}
	.comLink01.white .arrow {
		border: 1px solid #fff;
	}
	
}
/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox {
	position: relative;
	z-index: 2;
	flex-direction: row-reverse;
	/* background-color: #36231B; */
}
.comBtmBox .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.comBtmBox .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comBtmBox .textBox {
	width: 50%;
	padding-top: 8.4rem;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.comBtmBox p {
	margin-bottom: 4.7rem;
	color: #fff;
	font-size: max(10px,1.8rem);
	letter-spacing: -0.02em;
}
.comBtmBox .link {
	width: 22.9rem;
	margin: 0 auto;
}
.comBtmBox .link a {
	padding: 0.7rem 0 0.9rem;
	display: block;
	text-align: center;
	font-size: max(10px,1.7rem);
	color: #fff;
	letter-spacing: 0.2em;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 5rem;
}
.comBtmBox .pho {
	width: 50%;
	height: 28.8rem;
	position: relative;
	z-index: 2;
}
.comBtmBox .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 1000px) {
	.comBtmBox .link a:hover {
		color: #36231B;
		background-color: #fff;
	}
	.pad .comBtmBox .link a:hover {
		color: #fff;
		background-color: #36231B;
	}
}
@media all and (max-width: 999px) {
	.comBtmBox {
		display: block;
	}
	.comBtmBox .textBox {
		width: auto;
		padding: 5.6rem 0 5.5rem;
	}
	.comBtmBox p {
		margin-bottom: 3.4rem;
		font-size: 1.4rem;
	}
	.comBtmBox .link {
		width: 24.8rem;
	}
	.comBtmBox .link a {
		padding: 0.9rem 0;
		font-size: 1.5rem;
	}
	.comBtmBox .pho {
		width: auto;
		height: 21.4rem;
	}
}
/*------------------------------------------------------------
	comFixPho
------------------------------------------------------------*/
.comFixPho {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.comFixPho.hide {
	opacity: 0;
	visibility: hidden;
}
.comFixPho .whiteCover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, 0.6);
	opacity: 0.8;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	opacity: 0;
}
.comFixPho .imgShadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/chapel/fix_photo_bg.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 1;
}
.comFixPho .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
	transition: all 2.5s ease-out;
}
.comFixPho.visible .photo img {
	transform: scale(1);
}
.comFixPho .photo {
	width: 100%;
	height: 100%;
}
@media all and (max-width: 999px) {
	.comFixPho .whiteCover {
		opacity: 0.8;
	}
	.comFixPho .photo img {
		transform: scale(1.07);
	}
	.comFixPho.visible .photo img {
		transform: scale(1);
	}
}
.fadeTxt {
	opacity: 0;
	visibility: hidden;
	filter: blur(10px);
	transition: .8s;
	transform: scale(1.2);
}
.fadeTxt.show {
	opacity: 1;
	visibility: visible;
	filter: blur(0);
	transform: scale(1);
}
/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg {
	height: calc(200vh + 400px);
	position: relative;
}
.mainImg .topBox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transition: opacity 0.7s ease-out,visibility 0.7s ease-out;
}
.mainImg .topBox.hide {
	opacity: 0;
	visibility: hidden;
}
.mainImg .headLine02 {
	position: absolute;
	left: 11.9rem;
	top: 50%;
	font-size: 9.7rem;
	letter-spacing: -0.03em;
	transform: translateY(-50%);
}
.mainImg .headLine01 {
	position: absolute;
	right: 14rem;
	bottom: 13%;
	margin-bottom: 0;
	text-align: right;
	font-size: max(10px,2.2rem);
	letter-spacing: 0;
}
.mainImg .headLine01 span.fadeBlur {
	display: inline-block;
	transform: none;
}
.mainImg .headLine01 .en {
	margin-top: 1.7rem;
	font-size: max(10px,1.5rem);
}
.mainImg .btmBox {
	padding: 10rem 0;
	text-align: center;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mainImg .btmBox .textShadow {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 95.3rem;
	height: 67.7rem;
	background: url(../img/chapel/fix_photo_icon.png) no-repeat center / cover;
	z-index: 1;
	opacity: 0;
}
.mainImg .btmBox > * {
	position: relative;
	z-index: 2;
}
.mainImg .btmBox .jp {
	margin-bottom: 2.9rem;
	font-weight: 500;
	font-size: max(10px,1.6rem);
	line-height: 2.5;
	letter-spacing: 0.08em;
}
.mainImg .btmBox .en {
	margin-bottom: 6.6rem;
	font-size: max(10px,1.2rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.56;
	letter-spacing: -0.02em; 
}
.mainImg .linkList {
	font-size: max(10px,1.6rem);
	font-weight: 600;
}
.mainImg .linkList li:not(:last-child) {
	border-right: 1px solid #707070;
}
.mainImg .linkList li:first-child {
	letter-spacing: 0.03em;
}
.mainImg .linkList a {
	padding: 0 2rem;
	display: block;
}
@media all and (min-width: 1000px) {
	.mainImg .linkList a:hover {
		opacity: 0.5;
	}
	.pad .mainImg .linkList a:hover {
		opacity: 1;
	}
}
@media all and (max-width: 999px) {
	.mainImg .headLine02 {
		left: 0;
		width: 100%;
		top: 12.2rem;
		text-align: center;
		font-size: 5rem;
		transform: none;
	}
	.mainImg .headLine01 {
		position: absolute;
		right: auto;
		left: 4.5rem;
		bottom: 6rem;
		text-align: left;
		font-size: 1.7rem;
		line-height: 1.88;
		letter-spacing: 0.06em;
	}
	.mainImg .headLine01 .en {
		margin-top: 1.1rem;
		font-size: 1rem;
		line-height: 1.5;
	}
	.mainImg .btmBox {
		padding: 10rem 0 9.4rem;
	}
	.mainImg .btmBox .textShadow {
		display: none;
	}
	.mainImg .btmBox .jp {
		margin-bottom: 2.4rem;
		font-size: 1.25rem;
		line-height: 2.4;
		letter-spacing: 0.04em;
	}
	.mainImg .btmBox .en {
		display: none;
		/* margin-bottom: 4.8rem;
		font-size: 0.9rem; */
	}
	.mainImg .linkList {
		font-size: 1.4rem;
	}
	.mainImg .linkList a {
		padding: 0 1.5rem;
	}
}
/*------------------------------------------------------------
	img bgLazy
------------------------------------------------------------*/
.bgLazy,.popImg,.menuImg {
    opacity: 0;
    transition: all 1s;
}
.bgLazy.visible,
.menuImg.visible,
.popImg.visible {
    opacity: 1;
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
    transform: translateY(3rem);
    transition: all .8s ease-out;
}
.fadeInUp.visible {
    opacity: 1;
    transform: translateY(0px);
}
.fadeMove {
	--left: -6rem;
	--t: 6s;
}
@media all and (min-width: 1000px) {
	.fadeMove {
		width: calc(100% + 6rem);
		opacity: 0;
		transform: translateX(-6rem);
		transition: opacity 2s linear,transform 6s ease-out;
	}
	.fadeMove.visible {
		opacity: 1;
		transform: translateX(0px);
	}
}
@media all and (max-width: 999px) {
	.fadeMove {
		opacity: 0;
		transition: opacity 2s linear;
	}
	.fadeMove.visible {
		opacity: 1;
	}
	.fadeMove img {
		width: auto !important;
		max-width: inherit !important;
	}
	.fadeMove.visible img {
		animation: move var(--t) ease-out forwards;
		transform: translateX(var(--left));
	}
}
@keyframes move {
	0% {
		transform: translateX(var(--left));
	}
	100% {
		transform: translateX(0);
	}
}
@media all and (min-width: 768px)and (max-width: 999px) {
	.fadeMove {
		width: calc(100% + 6rem);
		opacity: 0;
		transform: translateX(-6rem);
		transition: opacity 2s linear,transform 6s ease-out;
	}
	.fadeMove.visible {
		opacity: 1;
		transform: translateX(0px);
	}
	.fadeMove img {
		width: 100% !important;
	}
	.fadeMove.visible img {
		animation: none;
		transform: none;
	}
}

.fadeBlur {
	opacity: 0;
	filter: blur(10px);
	transition: 2s;
	transform: scale(1.2);
}
.fadeBlur.visible {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}
.delay01 {
	transition-delay: 0.1s;
}
.delay02 {
	transition-delay: 0.2s;
}
.fadeZoom {
	opacity: 0;
	transform: scale(1.07);
	transition: all 4s ease-out;
}
.fadeZoom.visible {
	opacity: 1;
	transform: scale(1);
}