@charset "UTF-8";

/*font*/



.en_mon {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.4rem;
}





/*ヘッダー・ロゴ*/
header .logo {
	width: 360px;
	transform: rotate(90deg);
	position: fixed;
	z-index: 999;
	top: 210px;
	left: -140px;
}

/*ヘッダー・ナビゲーション*/
header .gnav {
	max-width: 480px;
	position: fixed;
	z-index: 999;
	top: 40px;
	right: 40px;
	text-align: right;
}

header .gnav a {
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	line-height: 2.2;
}
.mail img {
	width: 24px;
	margin: 16px 6px 0 0;
}
.instagram img {
	width: 20px;
	margin: 16px 6px 0 0;
}




/*スクロール表示*/
.section div {
	width: 100vw;
	height: 100vh;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	position: relative;
	z-index: -1;
}

#section1 div {
	background-image: url("../images/top_image_1.jpg");
	background-repeat: no-repeat;
	background-position: 50% 20%;
	background-size: cover;
}
#section2 div {
	background-image: url("../images/top_image_2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: cover;
}




/*ページ下部のテキスト*/
.projectname {
	width: 92vw;
	margin-left: 50px;
	margin-bottom: 0px;
	border-bottom: solid #fff 1px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 20px;
}

.projectname aside {
	margin-top: 7px;
	font-size: 6px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2rem;
	line-height: 1.4;
}

.projectname p {
	font-size: 20px;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.4rem;
	line-height: 2;
}

.projectname span {
	font-size: 14px;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.4rem;
}

.projectname a {
	padding-left: 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.projectname_sp  {
	display: none;
}
.copyright_sp {
	display: none;
}






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



/*ヘッダー・ロゴ*/
header {
	width: 100%;
	max-width: 480px;
}
header .logo {
	width: 300px;
	top: 170px;
	left: -120px;
}
/*ヘッダー・ナビゲーション*/
header .gnav {
	top: 30px;
	right: 20px;
}
header .gnav a {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
}
.mail img {
	width: 24px;
	margin: 16px 6px 0 0;
}
.instagram img {
	width: 20px;
	margin: 16px 6px 0 0;
}


/*スクロール表示*/
.section div {
	min-width: 200px;
}

#section1 div {
	background-image: url("../images/top_image_1_sp.jpg");
}
#section2 div {
	background-image: url("../images/top_image_2_sp.jpg");
}






/*ページ下部のテキスト*/
.projectname {
	display: none;
}
.projectname_sp {
	width: 90vw;
	margin: 0 20px;
	color: #fff;
	position: absolute;
	bottom: 120px;
	display: block;
}

.projectname_sp p {
	font-size: 24px;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.4rem;
	line-height: 1.2;
}
.projectname_sp span {
	font-size: 16px;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.4rem;
}

.projectname_sp a {
	display: block;
	margin: 8px auto 16px 0;
	font-size: 12px;
	letter-spacing: 0.2rem;
	color: #fff;
	text-decoration: none;
}
.projectname_sp aside {
	margin: 8px auto 10px;
	padding: 10px 0 0;
	font-size: 6px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2rem;
	line-height: 1.7;
	border-top: solid #fff 1px;
}















}