@charset "UTF-8";

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*-------------
PC
-------------*/
html,body {
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.5;
	padding-top: 50px;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}

.mb0 {
	margin-bottom: 0!important;
}

.sp-only {
	display: none;
}

/*body*/
body {
	width: 100%;
	overflow: hidden;
	background: #1f1f1f;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: #fff;
	font-size: 1.0em;
}
a {
	color: #b7b6a4;
}
a:hover {
	color: #b7b6a4;
	text-decoration: none;
}

/*header*/
#header {
	width: 100%;
	padding: 25px 0;
}
#header h1 {
	width: 330px;
	margin: 0 auto;
}

/*main*/
#main-visual {
	width: 90vw;
	min-height: 90vh;
	position: relative;
	background: url(../images/main_logo2.jpg) center / cover;
	margin: 5vh auto;
}
.main-visual-img img {
	width: 100%;
}
.scroll-indicator {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.scroll-text {
	font-size: 16px;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	color: #000;
}
.scroll-line {
	width: 1px;
	height: 30px;
	background-color: #000;
	animation: scrollAnim 2.5s infinite;
	transform-origin: center top;
	animation-timing-function: cubic-bezier(0, 1);
}
@keyframes scrollAnim {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*contents*/
#contents {
	padding: 100px 0;
	background: #1f1f1f;
}

/*concept*/
#concept {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin: 0 0 180px auto;
	background: #1f1f1f;
}
.concept-first {
	width: 38%;
}
.concept-txt {
	width: 49%;
}
.concept-txt h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #b7b6a4;
	margin-bottom: 50px;
}
.concept-txt h3 {
	font-size: 26px;
	font-weight: 600;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	color: #b7b6a4;
	margin-bottom: 50px;
}
.concept-copy {
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 1px;
	margin-bottom: 70px;
}
.concept-copy-en {
	font-size: 17px;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2.5;
}
#concept-img {
	background: url(../images/bg3.png) center / cover;
	padding: 100px 0;
	margin-bottom: 100px;
	position: relative;
}
#concept-img ul {
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#concept-img ul li {
	margin-bottom: 50px;
}
#concept-img ul li:nth-child(1) {
	width: 21%;
	margin-left: 5%;
	margin-right: 11%;
	margin-top: 0px;
}
#concept-img ul li:nth-child(2) {
	width: 19%;
	margin-right: 4%;
	margin-top: 10%;
}
#concept-img ul li:nth-child(3) {
	width: 24%;
	margin-right: 14%;
	margin-top: 0px;
}
#concept-img ul li:nth-child(4) {
	width: 17%;
	margin-right: 3%;
	margin-top: 5%;
}

#concept-img ul li:nth-child(5) {
	width: 26%;
	margin-left: 40%;
	margin-right: 6%;
	margin-top: 14%;
}
#concept-img ul li:nth-child(6) {
	width: 19%;
	margin-left: 2%;
	margin-right: 20%;
	margin-top: 8%;
}
#concept-img ul li:nth-child(7) {
	width: 19%;
	margin-right: 3%;
	margin-top: 11%;
}
#concept-img ul li:nth-child(8) {
	width: 17%;
	margin-top: 0;
	margin-right: 2%;
}
.concept-clg-txt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	transform: translate(-50%, 0);
}
.concept-clg-jp {
	text-align: center;
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 1px;
	margin-bottom: 70px;
}
.concept-clg-en {
	text-align: center;
	font-size: 17px;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2.5;
}

/*steps*/
#steps {
	margin-bottom: 80px;
}
#steps h2 {
	text-align: center;
	font-size: 24px;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #b7b6a4;
	margin-bottom: 30px;
}
#steps ul {
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 10%;
}
#steps ul li {
	width: 12%;
	margin-bottom: 5%;
}
#steps ul li:nth-child(1) { margin-top: 0px; }
#steps ul li:nth-child(2) { margin-top: 50px; }
#steps ul li:nth-child(3) { margin-top: 100px; }
#steps ul li:nth-child(4) { margin-top: 150px; }
#steps ul li:nth-child(5) { margin-top: 200px; }
#steps ul li:nth-child(6) { margin-top: -200px; }
#steps ul li:nth-child(7) { margin-top: -150px; }
#steps ul li:nth-child(8) { margin-top: -100px; }
#steps ul li:nth-child(9) { margin-top: -50px; }
#steps ul li:nth-child(10) { margin-top: 0px; }

/*scene*/
#scene {
	position: relative;
}
/*#scene-photo1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 19%;
}
#scene-photo2 {
	position: absolute;
	top: -50px;
	right: 0;
	width: 33%;
}*/
#scene h2 {
	font-size: 24px;
	text-align: center;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #b7b6a4;
	margin-bottom: 100px;
}
.scene-copy {
	text-align: center;
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 1px;
	margin-bottom: 70px;
}
.scene-copy-en {
	text-align: center;
	font-size: 17px;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2.5;
}

/*final*/
#final {
	padding: 200px 0 200px;
	text-align: center;
	background: #fff;
}
#final h1 {
	width: 300px;
	margin: 0 auto;
}

/*contact*/
#contact h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #b7b6a4;
	margin-bottom: 30px;
	text-align: center;
}
#contact p {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.hissu {
	font-size: 12px;
	line-height: 1;
	background: #b7b6a4;
	padding: 2px 5px 3px;
}

/*form*/
table.formTable {
	width: 680px;
	margin: 20px auto;
}
table.formTable th {
	font-size: 15px;
	line-height: 1.8;
	font-weight: normal;
	padding: 15px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
}
table.formTable td {
	padding: 15px;
	border-bottom: 1px solid #eee;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
input[type="submit"],input[type="reset"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
input[type="number"] {
	background-color: #fff;
	color: #333;
	width: 20%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}


footer {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.foot-img {
	margin-bottom: 70px;
}
.foot-ct {
	font-size: 14px;
	margin-bottom: 40px;
}
.foot-credit {
	font-size: 18px;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 60px;
}
address {
	font-size: 12px;
	font-family: "Cormorant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

/*　横幅980px以下の段組み設定　*/
@media only screen and (max-width: 980px) {
	.pc-only {
		display: none!important;
	}
	.sp-only {
		display: block!important;
	}
	/*main*/
	#main-visual {
		width: 85%;
		min-height: 90svh;
		position: relative;
		background: url(../images/main_logo2_sp4.jpg) center / cover;
		margin: 5vh auto;
	}
	.main-visual-img img {
	}
	
	/*contents*/
	#contents {
		padding: 100px 0;
	}
	
	/*concept*/
	#concept {
		width: 100%;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		align-items: top;
		margin-bottom: 100px;
	}
	.concept-first {
		width: 75%;
		order: 2;
		margin: 0 auto;
	}
	.concept-txt {
		width: 75%;
		margin: 70px auto 0;
		order: 1;
	}
	.concept-txt h2 {
		font-size: 4.8vw;
		line-height: 1.7;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	.concept-txt h3 {
		font-size: 5.3vw;
		line-height: 1.7;
		letter-spacing: 0;
		margin-bottom: 40px;
	}
	.concept-copy {
		font-size: 3vw;
		line-height: 2.5;
		letter-spacing: 1px;
		margin-bottom: 50px;
	}
	.concept-copy-en {
		font-size: 3.3vw;
		line-height: 2.5;
	}
	#concept-img {
		background: url(../images/bg3.png) center / cover;
		padding: 50px 0;
		margin-bottom: 50px;
	}
	#concept-img ul {
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#concept-img ul li {
		margin-bottom: 20px;
	}
	#concept-img ul li:nth-child(1) {
		width: 38%;
		margin-left: 3%;
		margin-right: 0;
		margin-top: 0px;
	}
	#concept-img ul li:nth-child(2) {
		width: 37%;
		margin-right: 4%;
		margin-top: 23%;
	}
	#concept-img ul li:nth-child(3) {
		width: 49%;
		margin-left: 2%;
		margin-right: 0;
		margin-top: 12%;
	}
	#concept-img ul li:nth-child(4) {
		width: 36%;
		margin-right: 3%;
		margin-top: 35%;
	}
	#concept-img ul li:nth-child(5) {
		width: 41%;
		margin-left: 3%;
		margin-right: 0;
		margin-top: 0;
	}
	#concept-img ul li:nth-child(6) {
		width: 35%;
		margin-right: 1%;
		margin-top: 27%;
	}
	#concept-img ul li:nth-child(7) {
		width: 40%;
		margin-right: 0;
		margin-top: 6%;
	}
	#concept-img ul li:nth-child(8) {
		width: 20%;
		margin-right: 3%;
		margin-top: 7%;
	}
	#concept-img ul li:nth-child(9) {
		width: 35%;
		margin-top: 0;
	}
	
	.concept-clg-txt {
		width: 88%;
		position: relative;
		transform: translate(-50%, 0);
	}
	.concept-clg-jp {
		font-size: 3.2vw;
		line-height: 2.2;
		letter-spacing: 1px;
		margin-bottom: 35px;
	}
	.concept-clg-en {
		font-size: 3.4vw;
		line-height: 2.2;
	}
	
	/*steps*/
	#steps {
		margin-bottom: 80px;
	}
	#steps h2 {
		font-size: 5vw;
		margin-bottom: 30px;
	}
	#steps ul {
		width: 90%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 14%;
	}
	#steps ul li {
		width: 24%;
		margin-bottom: 5%;
	}
#steps ul li:nth-child(1) { margin-top: 0px; }
#steps ul li:nth-child(2) { margin-top: 50px; }
#steps ul li:nth-child(3) { margin-top: 100px; }
#steps ul li:nth-child(4) { margin-top: -100px; }
#steps ul li:nth-child(5) { margin-top: -50px; }
#steps ul li:nth-child(6) { margin-top: 0px; }
#steps ul li:nth-child(7) { margin-top: -100px; }
#steps ul li:nth-child(8) { margin-top: -50px; }
#steps ul li:nth-child(9) { margin-top: 0px; }
#steps ul li:nth-child(10) { margin-top: -100px; }
	
	/*scene*/
	#scene h2 {
		font-size: 4.5vw;
		margin-bottom: 30px;
	}
	.scene-copy {
		font-size: 3vw;
		line-height: 2.5;
		letter-spacing: 1px;
		margin-bottom: 70px;
	}
	.scene-copy-en {
		font-size: 3.3vw;
		line-height: 2.5;
	}
	
	/*final*/
	#final {
		padding: 60px 0 60px;
	}
	#final h1 {
		width: 70%;
		margin: 0 auto;
	}
	
	.foot-credit {
		font-size: 3.8vw;
		margin-bottom: 50px;
	}
	
	/*contact*/
	#contact h2 {
		font-size: 4.7vw;
		line-height: 1.6;
		margin-bottom: 25px;
	}
	#contact p {
		width: 90%;
		margin: 0 auto 40px;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 1px;
		text-align: left;
	}
	.hissu {
		font-size: 12px;
		line-height: 1;
		background: #b7b6a4;
		padding: 2px 5px 3px;
	}

	/*form*/
	table.formTable {
		width: 90%;
		margin: 20px auto 5px;
	}
	table.formTable th {
		display: block;
		font-size: 15px;
		line-height: 1.8;
		font-weight: normal;
		padding: 5px 0;
		border-bottom: none;
		white-space: nowrap;
	}
	table.formTable td {
		display: block;
		padding: 5px 0;
		border-bottom: none;
	}
}

/*@media only screen and (max-width: 768px) {
	.gallery {
		width: 92%;
		columns: 2;
	}
	.copy {
		font-size: 3.3vw;
	}
	h3 {
		font-size: 4.8vw;
	}
	.popup-img {
		width: 85%;
		margin: 0 auto 30px;
	}
}*/