@charset "UTF-8";

html{
	overflow-x: clip;
	box-sizing: border-box;
	scroll-behavior: smooth;
	scroll-padding-top: 20px;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	color: #3a3331;
	overflow-x: clip;
	position: relative;
	background: #c2a08d;
}

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

a{
	color: inherit;
	text-decoration: none;
	outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.sp-only{
	display: none;
}

@media ( max-width : 840px ) {
.sp-only{
	display: inherit;
}
.pc-only{
	display: none;
}
}

#coming{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#coming h1{
	content: url("../img/logo.svg?250704");
	width: 320px;
	margin-bottom: 34px;
}

#coming p{
	font-size: 32px;
	font-weight: 700;
	font-style: italic;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 50px;
}


@media (max-width: 500px) {
#coming h1{
	width: calc(100vw * 260 / 375);
	margin-bottom: calc(100vw * 29 / 375);
}

#coming p{
	font-size:  calc(100vw * 23 / 375);
	margin-bottom:  calc(100vw * 100 / 375);
}
}











/*ヘッダー*/
#header{
	width: 100%;
}

#header .headerWrap{
	width: 100%;
	padding-left: calc((100vw - min(92vw,1800px)) / 2);
	display: grid;
	grid-template-columns: 361px 1fr;
	position: fixed;
	top: 0;
	left: 0;
}

#header.ap .headerWrap{
	padding-left: 60px;
}

#header .headerWrap.is-stop {
  position: absolute;
  top: 0;
  bottom: auto;
}

#header .headerWrap .nav{
	margin-top: 58px;
}

#header .headerWrap .nav h1{
	font-size: 0;
	content: url("../img/logo.svg");
	width: 250px;
	margin-bottom: 100px;
}

#header .headerWrap .nav .coming{
	font-size: 34px;
	font-family: "Urbanist", sans-serif;
	font-style: italic;
	letter-spacing: 0.08em;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-right: auto;
	margin-bottom: 100px;
}

#header .headerWrap .nav .coming .year{
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.16em;
}

#header .headerWrap .nav .coming .jp{
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.16em;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
}

#header .headerWrap .nav .coming .bg{
	background : rgba(255, 255, 255, 1);
  opacity : 0.41;
	width: 197px;
	height: 197px;
	filter: blur(19px);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	border-radius: 1000px;
	z-index: -1;
}

#header .headerWrap .nav .navList{
	font-size: 26px;
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap:27px;
}

#header .headerWrap .nav .navList li{
	position: relative;
	display: flex;
  align-self: start;
}

#header .headerWrap .nav .navList li::after{
	content: "";
	background : rgba(255, 255, 255, 1);
  opacity : 0.41;
	width: 60px;
	height: 60px;
	filter: blur(19px);
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	border-radius: 1000px;
	z-index: -1;
	transition: .4s;
	opacity: 0;
}

#header .headerWrap .mv{
	width: 100%;
	height: 650px;
	background-image: url("../img/mv.png");
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}

#header.ap .headerWrap .mv{
	height: 100dvh;
}

/* ハンバーガーメニュー */
.fullscreenmenu{
	display: none;
}

@media (min-width: 840px) {
#header .headerWrap .nav .navList li:hover::after{
  opacity : 0.41;
}
}

@media (max-width: 840px) {
#header .headerWrap{
	padding-left: 0;
	grid-template-columns: 1fr;
	gap:calc(100vw * 65 / 375);
}
	
#header.ap .headerWrap{
	padding-left: 0;
}

#header .headerWrap .nav{
	margin-top: calc(100vw * 46 / 375);
}

#header .headerWrap .nav h1{
	width: calc(100vw * 250 / 375);
	margin: 0 auto calc(100vw * 70 / 375);
}

#header .headerWrap .nav .coming{
	font-size: calc(100vw * 25 / 375);
	line-height: calc(100vw * 37 / 375);
	margin-bottom: 0px;
	display: block;
}

#header .headerWrap .nav .coming .year{
	font-size: calc(100vw * 20 / 375);
}

#header .headerWrap .nav .coming .jp{
	font-size: calc(100vw * 17 / 375);
}

#header .headerWrap .nav .coming .bg{
	width: calc(100vw * 144 / 375);
	height: calc(100vw * 144 / 375);
	filter: blur(calc(100vw * 14 / 375));
	bottom: calc(100vw * 10 / 375);
}

#header .headerWrap .nav .navList{
	display: none;
}

#header .headerWrap .mv{
	height: calc(100vw * 350 / 375);
	background-image: url("../img/mv_sp.png");
	background-position: center;
}

#header.ap .headerWrap .mv{
	height: calc(100vw * 350 / 375);
}
	
.fullscreenmenu{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}

.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.menu {
	position: absolute;
	right: calc(100vw * 13 / 375);
	left: auto;
	width: calc(100vw * 40 / 375);
	height: calc(100vw * 43 / 375);
	z-index: 10;
	background: unset;
	cursor: pointer;
}

.menu span {
	position: absolute;
	left: 0;
	background-color: #3a3331;
	z-index: 10;
	width: calc(100vw * 40 / 375);
	height: calc(100vw * 2 / 375);
}

.menu span:nth-of-type(1) {
	top: calc(100vw * 30 / 375);
	left: 0;
	right: 0;
	margin: auto;
}

.menu span:nth-of-type(2) {
	top: calc(100vw * 40 / 375);
	left: 0px;
	right: 0;
	margin: auto;
}

.menu.active {
	position: fixed;
}

.menu.active span:nth-of-type(1) {
  transform: translateY(calc(100vw * 5 / 375)) rotate(-17deg);
}

.menu.active span:nth-of-type(2) {
	transform: translateY(calc(100vw * -5 / 375)) rotate(17deg);
	left: 0;
}
	
#hnav {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
	background-color: #c2a08d;
	filter: blur(20px);
	display: flex;
	flex-direction: column;
	overflow: scroll;
}

#hnav .hnavWrap{
	position: relative;
	padding-top: calc(100vw * 62 / 375);
}

#hnav.active {
  right: 0;
  opacity: 1;
  visibility: visible;
	filter: blur(0px);
	transform: translateX(00%);
}

button {
    border: none;
    outline: none;
}

button:focus {
    border: none;
    outline: none;
}

#hnav h1{
	content: url("../img/logo.svg");
	width: calc(100vw * 200 / 375);
	margin: 0 auto calc(100vw * 62 / 375);
}

#hnav .navList{
	display: flex;
	flex-direction: column;
	gap:calc(100vw * 20 / 375);
	align-items: center;
	font-size: calc(100vw * 18 / 375);
	letter-spacing: 0.08em;
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
}

#hnav .bg{
	position: absolute;
	content: url("../img/bg_sp.svg");
	width: 100%;
	top: calc(100vw * -35 / 375);
	z-index: -1;
}
}


.blurArea{
	width: 100%;
	height: 370px;
	margin-top: 650px;
	background: linear-gradient(
    to top,
    rgba(194, 160, 141, 1) 0%,
    rgba(194, 160, 141, 0.8) 40%,
    rgba(194, 160, 141, 0.4) 70%,
    rgba(194, 160, 141, 0) 100%
  );
	z-index: 4;
	position: relative;
	top: 1px;
}

.blurArea.ap{
	height: 100dvh;
}




/*概要*/
#about{
	width: 100%;
	padding: 0 20px;
	position: relative;
	background: #c2a08d;
	padding-top: 220px;
	padding-bottom: 191px;
}
#about .bg{
	position: absolute;
	top: 0px;
	content: url("../img/bg_about.png");
	left: 50%;
	width: 1465px;
  transform: translate(-50%, 0%);
	z-index: 0;
	opacity: .7;
}
#about .aboutWrap{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#about .aboutWrap h3{
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 74px;
	margin-bottom: 86px;
}
#about .aboutWrap .txtBox{
	margin-left: 80px;
}

#about .aboutWrap .txt{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 48px;
	margin-bottom: 48px;
	white-space: nowrap;
}

#about .aboutWrap .txt2{
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 74px;
	white-space: nowrap;
	margin-bottom: 0;
}


@media (max-width: 840px) {
.blurArea{
	height: 20dvh;
	margin-top: calc(100vw * 700 / 375);
}

.blurArea.ap{
	height: 20dvh;
}
#about{
	padding: 0 calc(100vw * 38 / 375);
	padding-top: calc(100vw * 58 / 375);
	padding-bottom: calc(100vw * 97 / 375);
}

#about.test {
    padding: 0 calc(100vw * 20 / 375);
}

#about .bg{
	width: calc(100vw * 928 / 375);
  transform: translate(-50%, 0%);
	opacity: 1;
}
#about .aboutWrap{
	max-width: 100%;
}
#about .aboutWrap h3{
	font-size: calc(100vw * 22 / 375);
	line-height: calc(100vw * 43 / 375);
	margin-bottom: calc(100vw * 50 / 375);
	text-align: left;
}
#about .aboutWrap .txtBox{
	margin-left: 0px;
}
#about .aboutWrap .txt{
	font-size: calc(100vw * 16 / 375);
	letter-spacing: 0;
	line-height: calc(100vw * 32 / 375);
	margin-bottom: calc(100vw * 32 / 375);
	letter-spacing: 0.12em;
	text-align: justify;
	white-space: inherit;
}
#about .aboutWrap .txt2{
	font-size: calc(100vw * 22 / 375);
	line-height: calc(100vw * 40 / 375);
	margin-bottom: calc(100vw * 0 / 375);
	white-space: inherit;
}

#about.test .aboutWrap .txt2{
	margin-bottom: calc(100vw * 80 / 375);
}
}




/*施設*/
#facilities{
	width: 100%;
	padding: 0 20px 93px;
	position: relative;
	background: #c2a08d;
}

#facilities .facilitiesWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

.comonTit{
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: sticky;
	top: 30px;
	align-self: start;
	font-family: "Urbanist", sans-serif;
}

#facilities .facilitiesWrap .rightBox{
	display: flex;
	flex-direction: column;
	gap:100px;
	min-width: 0;
}

#facilities .facilitiesWrap .rightBox article{
	display: flex;
	flex-direction: column;
	gap:37px;
}

#facilities .facilitiesWrap .rightBox article .txtBox{
	display: grid;
	gap:30px;
	grid-template-columns: 1fr minmax(180px, 410px);
}

#facilities .facilitiesWrap .rightBox article h3{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Urbanist", sans-serif;
	display: flex;
	flex-direction: column;
	gap:15px;
}

#facilities .facilitiesWrap .rightBox article h3 span{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
}

#facilities .facilitiesWrap .rightBox article p{
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.08em;
	text-align: justify;
}

@media (max-width: 1240px) {
#facilities .facilitiesWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#facilities{
	padding: 0 calc(100vw * 15 / 375) calc(100vw * 59 / 375);
}

#facilities .facilitiesWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

.comonTit{
	font-size: calc(100vw * 34 / 375);
	position: unset;
	top: auto;
}

#facilities .facilitiesWrap .rightBox{
	gap:calc(100vw * 55 / 375);
}

#facilities .facilitiesWrap .rightBox article{
	gap:calc(100vw * 19 / 375);
}

#facilities .facilitiesWrap .rightBox article .txtBox{
	gap:calc(100vw * 30 / 375);
	grid-template-columns: 1fr;
}

#facilities .facilitiesWrap .rightBox article h3{
	font-size: calc(100vw * 30 / 375);
	gap:calc(100vw * 13 / 375);
}

#facilities .facilitiesWrap .rightBox article h3 span{
	font-size: calc(100vw * 16 / 375);
}

#facilities .facilitiesWrap .rightBox article p{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
}
}




/*サウナの効用*/
#benefits{
	width: 100%;
	padding: 60px 20px;
	position: relative;
	background: #c2a08d;
}
#benefits .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background : rgba(255, 255, 255, .2);
}
#benefits .benefitsWrap{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 724px;
	margin: 0 auto;
}
#benefits .benefitsWrap h3{
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	gap:14px;
	text-align: center;
	margin-bottom: 35px;
}

#benefits .benefitsWrap h3 span{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

#benefits .benefitsWrap .txt{
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.04em;
	text-align: center;
}

#benefits .benefitsWrap .benefitsBox{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap:18px;
	margin: 25px 0 27px;
}

#benefits .benefitsWrap .benefitsBox p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 35px;
	background : rgba(255, 255, 255, .7);
	border-radius: 1000px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.04em;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(2){
	transition-delay: .06s;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(3){
	transition-delay: .12s;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(4){
	transition-delay: .18s;
}

#benefits .benefitsWrap .benefitsBox p:nth-child(5){
	transition-delay: .24s;
}

@media (max-width: 840px) {
#benefits{
	padding: calc(100vw * 55 / 375) calc(100vw * 20 / 375);
	position: relative;
	background: #c2a08d;
}

#benefits .benefitsWrap h3{
	font-size: calc(100vw * 33 / 375);
	letter-spacing: 0.05em;
	gap:calc(100vw * 14 / 375);
	margin-bottom: calc(100vw * 25 / 375);
}

#benefits .benefitsWrap h3 span{
	font-size: calc(100vw * 23 / 375);
}

#benefits .benefitsWrap .txt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
	letter-spacing: 0.03em;
}

#benefits .benefitsWrap .benefitsBox{
	grid-template-columns: repeat(2, calc(100vw * 130 / 375));
justify-content: center;
	gap:calc(100vw * 15 / 375);
	margin: calc(100vw * 20 / 375) 0 calc(100vw * 16 / 375);
}

#benefits .benefitsWrap .benefitsBox p{
	width: calc(100vw * 130 / 375);
	height: calc(100vw * 35 / 375);
	font-size: calc(100vw * 18 / 375);
}

#benefits .benefitsWrap .benefitsBox p:last-child{
	grid-column: 1 / -1;
  justify-self: center;
}

#benefits .benefitsWrap .txt.left{
	text-align: justify;
}
}






/*価格*/
#price{
	width: 100%;
	padding: 96px 20px 93px;
	position: relative;
	background: #c2a08d;
}

#price .priceWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#price .priceWrap .rightBox{
	display: flex;
	flex-direction: column;
	gap:46px;
	min-width: 0;
}

#price .priceWrap .rightBox .txt{
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.03em;
}

#price .priceWrap .rightBox .txt span{
  font-weight: 700;
}

#price .priceWrap .rightBox .txt2{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.03em;
}



#price .priceWrap .rightBox .txt2 span{
	margin: 0 7px;
}

@media (max-width: 1240px) {
#price .priceWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#price{
	padding: calc(100vw * 59 / 375) calc(100vw * 15 / 375) calc(100vw * 98 / 375);
}

#price .priceWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

#price .priceWrap .rightBox{
	gap:calc(100vw * 35 / 375);
}

#price .priceWrap .rightBox .txt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 28 / 375);
	text-align: justify;
}

#price .priceWrap .rightBox .txt2{
	font-size: calc(100vw * 18 / 375);
	font-weight: 500;
	line-height: calc(100vw * 28 / 375);
}

#price .priceWrap .rightBox .txt2 span{
	margin: 0 calc(100vw * 7 / 375);
	font-weight: 500;
}
}








/*フッター*/
#access{
	width: 100%;
	padding: 0 20px 60px;
	position: relative;
	background: #c2a08d;
}

#access .accessWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#access .accessWrap .rightBox{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#access .accessWrap .rightBox .accessBox{
	display: flex;
	gap:80px;
	margin-bottom: 30px;
}

#access .accessWrap .rightBox .accessBox dl{
	display: flex;
	flex-direction: column;
	gap:32px;
}

#access .accessWrap .rightBox .accessBox dl dt{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
}

#access .accessWrap .rightBox .accessBox dl dd{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 32px;
}

#access .accessWrap .rightBox .txt{
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 28px;
	margin-bottom: 19px;
}

#access .accessWrap .rightBox .moreBtn{
	font-size: 15px;
	font-weight: 500;
	display: flex;
	width: 130px;
	height: 35px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border: solid 1px #3a3331;
	border-radius: 1000px;
	position: relative;
  z-index: 1;
	overflow: hidden;
}

#access .accessWrap .rightBox .moreBtn::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -150%;
	left: 0;
	right: 0;
	margin: auto;
	transform-origin: bottom;
	background: #3a3331;
	border-radius: 1000px;
	transition: .8s;
  	z-index: -1;
}

#access .accessWrap .rightBox iframe{
	width: 100%;
	height: 483px;
}

@media (min-width: 840px) {
#access .accessWrap .rightBox .moreBtn:hover{
	color: #c2a08d;
}
#access .accessWrap .rightBox .moreBtn:hover::before{
	height: 140px;
	width: 140px;
}
}

@media (max-width: 1240px) {
#access .accessWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#access{
	padding: 0 calc(100vw * 15 / 375) calc(100vw * 42 / 375);
}

#access .accessWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

#access .accessWrap .rightBox .accessBox{
	flex-direction: column;
	gap:calc(100vw * 35 / 375);
	margin-bottom: calc(100vw * 35 / 375);
}

#access .accessWrap .rightBox .accessBox dl{
	gap:calc(100vw * 10 / 375);
}

#access .accessWrap .rightBox .accessBox dl dt{
	font-size: calc(100vw * 15 / 375);
}

#access .accessWrap .rightBox .accessBox dl dd{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 26 / 375);
}

#access .accessWrap .rightBox .txt{
	font-size: calc(100vw * 15 / 375);
	line-height: calc(100vw * 26 / 375);
	margin-bottom: calc(100vw * 19 / 375);
}

#access .accessWrap .rightBox .moreBtn{
	font-size: calc(100vw * 15 / 375);
	width: calc(100vw * 130 / 375);
	height: calc(100vw * 35 / 375);
	margin-bottom: calc(100vw * 25 / 375);
}

#access .accessWrap .rightBox iframe{
	height: calc(100vw * 196 / 375);
}
}







/*フッター*/
#footer{
	width: 100%;
	padding: 0 20px 25px;
	position: relative;
	background: #c2a08d;
}

#footer .footerWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(180px, 350px) minmax(0, 1fr);
}

#footer .footerWrap h1{
	font-size: 0;
  content: url("../img/logo.svg");
  width: 203px;
}

#footer .footerWrap .rightBox{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#footer .footerWrap .rightBox .footerBox dl{
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap:40px;
	margin-bottom: 15px;
}

#footer .footerWrap .rightBox .footerBox dl dt{
	font-size: 14px;
	font-weight: 400;
}

#footer .footerWrap .rightBox .footerBox dl dd{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#footer .footerWrap .rightBox .txt{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 1240px) {
#footer .footerWrap h1{
  width: 170px;
}
	
#footer .footerWrap{
	grid-template-columns: 200px 1fr;
}
}

@media (max-width: 840px) {
#footer{
	padding: 0 calc(100vw * 15 / 375) calc(100vw * 30 / 375);
}

#footer .footerWrap{
	grid-template-columns: 1fr;
	gap:calc(100vw * 25 / 375);
}

#footer .footerWrap h1{
	margin: 0 auto calc(100vw * 30 / 375);;
  width: calc(100vw * 250 / 375);
}

#footer .footerWrap .rightBox{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#footer .footerWrap .rightBox .footerBox dl{
	grid-template-columns: 1fr;
	gap:calc(100vw * 15 / 375);
	margin-bottom: calc(100vw * 30 / 375);
	text-align: center;
}

#footer .footerWrap .rightBox .footerBox dl dt{
	font-size: calc(100vw * 14 / 375);
	letter-spacing: 0.03em;
}

#footer .footerWrap .rightBox .footerBox dl dd{
	font-size: calc(100vw * 14 / 375);
	line-height: calc(100vw * 22 / 375);
	letter-spacing: 0.03em;
}

#footer .footerWrap .rightBox .txt{
	font-size: calc(100vw * 14 / 375);
	line-height: calc(100vw * 22 / 375);
	letter-spacing: 0.03em;
	text-align: center;
}
}


#footerImg {
  position: relative;
  height: 800px;
  overflow: hidden;
}

#footerImg .fallLayer {
  position: absolute;
  inset: 0;
  background: url("../img/footerImg.jpg") center / cover no-repeat;
  transform: translateY(-100%);
  will-change: transform;
	filter: blur(20px);
  transition: filter 0.15s linear;
}

#copyright{
	width: 100%;
	padding: 33px 20px 36px;
	text-align: center;
	position: relative;
	background: #c2a08d;
}

#copyright .copyrightWrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#copyright small{
	font-size: 12px;
}

#copyright p{
	font-size: 12px;
}

@media (max-width: 840px) {
#footerImg {
  height: calc(100vw * 239 / 375);
}

#footerImg .fallLayer {
  background: url("../img/footerImg_sp.jpg") center / cover no-repeat;
	filter: blur(6px);
}

#copyright{
	padding: calc(100vw * 12 / 375) 0 calc(100vw * 23 / 375);
}

#copyright .copyrightWrap{
	flex-direction: column;
}

#copyright small{
	font-size: calc(100vw * 12 / 375);
}

#copyright p{
	font-size: calc(100vw * 13 / 375);
	line-height: calc(100vw * 22 / 375);
	margin-bottom: calc(100vw * 15 / 375);
}
}









/*動き*/
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.8s ease, transform 1.2s ease;
}

.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}

.hero-anim {
  opacity: 0;
  filter: blur(14px);
  transition:
    opacity 1s ease,
    filter 1s ease;
}

.hero-anim.is-show {
  opacity: 1;
  filter: blur(0);
}

.scroll-anim {
  opacity: 0;
  transform: translate(1px, 0px) scale(0.94) rotate(-1deg);
  filter: blur(8px);
  transition:
    opacity 0.8s ease,
    transform 2.1s cubic-bezier(.16,1,.3,1),
    filter 1.1s ease;
	transform-origin: top right;
}

.scroll-anim.is-show {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}


#loading {
  position: fixed;
  inset: 0;
  background: #c2a08d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1.8s ease, visibility 1.8s ease;
}

#loading.is-hide {
  opacity: 0;
  visibility: hidden;
}

#loading .loading-inner h1 {
  content: url("../img/logo.svg?250704");
	width: 350px;
  opacity: 0;
  animation: logoFloat 1s ease forwards;
}

#loading .loading-inner .bg {
	position: absolute;
	content: url("../img/bg_about.png");
	top: -50px;
	opacity: .7;
	left: 50%;
  width: 1465px;
  transform: translate(-50%, 0%);
}

@keyframes logoFloat {
  0%   { opacity: 0; transform: translateY(0px) scale(.96); }
  60%  { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 1; }
}


@media (max-width: 840px) {
#loading .loading-inner h1 {
	width: calc(100vw * 250 / 375);
}

#loading .loading-inner .bg {
	top: calc(100vw * 20 / 375);
	width: calc(100vw * 928 / 375);
    transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
}
