/* Googleフォントのインポート */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap');

/* フォントのスタイルを設定 */
body {
    /* font-family: 'Cormorant Garamond', serif; */
	font-family: "Ibarra Real Nova", serif;
    font-weight: 400;
	font-size: 1.1rem;
	color: #2F2E2E;
	background-color: #f8f7f0;
}




header {
	padding: 24px 24px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	display: flex;
	justify-content: space-between;
	z-index: 1000;
}

header a {
	color: #2F2E2E;
}


header h1 img {
	width: 64px;
}


header .inner ul {
	display: flex;
	gap: 24px;
}


nav ul li a {
	position: relative;
	text-decoration: none;
  }
  
  nav ul li a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #2F2E2E;
	transition: width 0.3s ease-in-out;
  }
  
  nav ul li a:hover::after {
	width: 100%;
  }






/* Hero    ------------*/


#hero {
	margin-top: 150px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 200px;
	z-index: -1000;
}

#hero .hero-copy {
	max-width: 1400px;
	margin: 0 auto 80px auto;
	padding: 0px 80px;
}

#hero .hero-copy h2 {
	font-size: 2.6rem;
	margin-bottom: 32px;
	line-height: 3.6rem;
	font-weight: 300;
	letter-spacing: -0.05rem;
}

#hero .hero-copy p {
	font-size: 0.9em;
}











/* Works    ------------*/

#work {
	margin-bottom: 200px;
	padding: 0;
}

#work h2 {
	max-width: 1400px;
	margin: 0 auto;
	font-size: 1.6rem;
	margin-bottom: 72px;
	font-weight: 300;
}

#work .container {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

#work .item {
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}

#work .item:hover {
	opacity: 0.8;
	transition: all 0.3s; 
}

#work .item img {
	width: 70%;
	z-index: -10;
}

#work .item .info {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 500px;
}


#work .info {
	color: #B6A36C;
}

#work .info h3 {
	font-size: 3.2rem;
	font-weight: 300;
	margin-bottom: 16px;
}

#work .info h3 span {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
}

#work .info p {
	position: relative;
	padding-left: 90px;
}

#work .info p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 1px;
	background-color: #B6A36C;
}

#work .viewall {
	width: 100%;
	text-align: center;
	margin-top: 200px;
}

#work .viewall a {
	color: #2F2E2E;
}



/* Member    ------------*/

#member {
  background-image: url('../img/about_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  z-index: -1000;
  padding: 200px 24px;
}

#member h2 {
	color: #B6A36C;
	max-width: 1400px;
	margin: 0 auto;
	padding: 24px;
	font-size: 1.6rem;
	margin-bottom: 72px;
	font-weight: 300;
}




#member .container {
	color: #B6A36C;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	position: relative;
	gap: 80px;
	z-index: 1;
}


#member .item-a {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 50%;
	z-index: 1;
}

#member .item-b {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	width: 50%;
	z-index: 1;
}



#member img {
	width: 50%;
	height: auto;
	object-fit: cover;
	z-index: 10;
}


#member .info {
	padding: 40px;
}

#member h3 {
	font-size: 2.4rem;
	font-weight: 300;
	margin-bottom: 32px;
}

#member h3 span {
	font-size: 0.9rem;
	font-weight: 200;
}

#member p {
	color: antiquewhite;
	font-size: 0.96rem;
	line-height: 2rem;
	text-align: justify;
	margin-bottom: 40px;
}

#member .bg1 {
	background-color: #000;
	position: absolute;
	width: 600px;
	height: 120px;
	top: 50px;
	left: -40px;
	z-index: -1;
	transform: rotate(1deg);
}

#member .bg2 {
	background-color: #000;
	position: absolute;
	width: 600px;
	height: 120px;
	top: 100px;
	left: 60px;
	z-index: -1;
	transform: rotate(-5deg);
}

#member a {
	color: #B6A36C;
}
















/* ABOUT    ------------*/

#about {
	padding: 200px 24px;
}




#about h2 {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.6rem;
	margin-bottom: 72px;
	font-weight: 300;
}

#about .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 0px;
}


#about img {
	width: 100%;
}

#about .item {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 120px;
}

#about .info {
	width: 100%;
	padding: 24px;
	margin-top: -32px;
}

#about .info p:nth-child(1){
	color: #B6A36C;
	font-size: 6rem;
	margin-top: -50px;
	margin-bottom: 8px;
}


#about .info p:nth-child(2){
	position: relative;
	text-align: left;
	margin-bottom: 32px;
	padding-right: 10px;
	color: #B6A36C;
}

#about .info p:nth-child(2)::after {
	content: "";
	position: absolute;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	height: 1px;
	background-color: #B6A36C;
}


#about .info p:nth-child(3){
	color: #919086;
	font-size: 1rem;
	line-height: 2rem;

}









/* Still    ------------*/

#still {
	width: 100%;
}

#still h2 {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.6rem;
	margin-bottom: 72px;
	font-weight: 300;
}


#still .still-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#still .still-gallery img {
	width: 50%;
	height: auto;
	object-fit: cover;
}



/* footer    ------------*/



footer {
	background-color: #2F2E2E;
	padding: 120px;
	color: #B6A36C;
}

footer .contact {
	margin-bottom: 60px;
}

footer .contact p {
	margin-bottom: 16px;
	font-size: 1.3rem;
	letter-spacing: 0rem;
}

footer .contact span {
	display: block;
	font-size: 0.8rem;
}

footer a {
	color: #B6A36C;
	text-decoration: underline;
}


footer .copy p {
	font-size: 0.8rem;
}



























@media screen and (max-width: 1300px) {

	#member .container {
		color: #B6A36C;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding-bottom: 100px;
		position: relative;
		gap: 120px;
		z-index: 1;
	}


	#member .item-a {
		display: flex;
		flex-direction: row;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	
	#member .item-b {
		display: flex;
		flex-direction: row-reverse;
		position: relative;
		width: 100%;
		z-index: 1;
	}

}









@media screen and (max-width: 768px) {

  

  nav {
	display: block;
	position: fixed;
	background-color: #ffffff;
	width: 300px;
	top: 0;
	right: -300px;
	bottom: 0;
	transition: all 0.5s;
	z-index: 2;
	opacity: 0;
  }
  
  .open nav {
	right: 0;
	opacity: 1;
  }
  
  nav .inner {
	padding: 64px 32px;
  }
  
  nav .inner ul {
	display: flex;
	flex-direction: column;
	gap: 0;
  }
  
  nav .inner ul li {
	padding: 24px 0px;

  }
  
  nav .inner ul li a {
	display: block;
	color: #2F2E2E;
	font-size: 1.4rem;
	transition-duration: 0.2s;
	position: relative;
  }
  
  nav .inner ul li a::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #2F2E2E; /* アンダーラインの色 */
	transition: width 0.3s ease-in-out;
  }
  
  nav .inner ul li a:hover::after {
	width: 40%;
  }
  
  .toggle-btn {
	display: block;
	position: fixed;
	top: 16px;
	right: 32px;
	width: 32px;
	height: 32px;
	z-index: 3;
	cursor: pointer;
  }
  
  .toggle-btn span {
	position: absolute;
	display: block;
	left: 0;
	width: 32px;
	height: 1px;
	background-color: #333;
	transition: all 0.5s;
	border-radius: 4px;
  }
  
  .toggle-btn span:nth-child(1) {
	top: 8px;
  }
  .toggle-btn span:nth-child(2) {
	top: 16px;
  }
  .toggle-btn span:nth-child(3) {
	top: 24px;
  }
  
  .open .toggle-btn span {
	background-color: #333333;
  }
  
  .open .toggle-btn span:nth-child(1) {
	transform: translateY(8px) rotate(-315deg);
  }
  
  .open .toggle-btn span:nth-child(2) {
	opacity: 0;
  }
  
  .open .toggle-btn span:nth-child(3) {
	transform: translateY(-8px) rotate(315deg);
  }
  
  #mask {
	display: none;
	transition: all 0.5s;
  }
  
  .open #mask {
	display: block;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0.8;
	z-index: 1;
	cursor: pointer;
  }









#hero {
	margin-top: 150px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
}

#hero .hero-copy {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 0px 24px;
}

#hero .hero-copy h2 {
	font-size: 2rem;
	margin-bottom: 24px;
	line-height: 2.4rem;
	font-weight: 300;
}

#hero .hero-copy p {
	font-size: 0.9em;
	line-height: 1.8;
}


.hero-video {
	height: 300px;
}

.hero-video video {
	height: 100%;
	object-fit: cover;
}





/* Works    ------------*/

#work {
	width: 100%;
	padding: 0;
	margin-bottom: 120px;
}


#work h2 {
	width: 100%;
	margin: 0 auto;
	padding: 24px;
	font-size: 1.6rem;
	margin-bottom: 32px;
}

#work .container {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#work .item {
	width: 100%;
	position: relative;
}

#work .item img {
	width: 100%;
	z-index: -10;
}

#work .item .info {
	position: relative;
	color: #B6A36C;
	width: 100%;
	padding: 56px 24px 0px 24px;
}


#work .info h3 {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 16px;
	line-height: 2rem;
}

#work .info h3 span {
	font-size: 1rem;
	font-weight: 200;
	letter-spacing: 0.1rem;
}

#work .info p {
	position: relative;
	padding-left: 90px;
}

#work .info p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 1px;
	background-color: #B6A36C;
}

#work .viewall {
	margin-top: 40px;
}

















/* Member    ------------*/

#member {
	padding: 80px 24px;
  }


#member .container {
	color: #B6A36C;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 80px;
	z-index: 1;
	
	
}


#member .item-a {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	z-index: 1;

}

#member .item-b {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	z-index: 1;
}

#member img {
	width: 100%;
}



#member .bg1 {
	background-color: #000;
	position: absolute;
	width: 300px;
	height: 120px;
	top: 500px;
	left: -40px;
	z-index: -1;
	transform: rotate(-1deg);
}

#member .bg2 {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 120px;
	top: 500px;
	left: -40px;
	z-index: -1;
	transform: rotate(-2deg);
}


#member .info {
	padding: 24px 0px;
}









/* About    ------------*/


#about {
	padding: 100px 0px;
}

#about h2 {
	width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
	margin-bottom: 32px;
	font-weight: 200;
	padding: 24px;
}


#about .item {
	margin-bottom: 80px;
}




/* Still    ------------*/



#still h2 {
	width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
	margin-bottom: 32px;
	font-weight: 300;
	padding: 24px;
}





#still .still-gallery img {
	width: 100%;
}




/* footer    ------------*/


footer {
	width: 100%;
	background-color: #2F2E2E;
	padding: 120px 24px;
	color: #B6A36C;
}


footer span {
	line-height: 1.2rem;
}










}/* 768pxの終わり */