@charset "utf-8";
/* CSS Document */

/*=============================
		リセットCSS
=============================*/

*{
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
body{
	margin: 0 auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*=============================
		ラッパー
=============================*/

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	background-image: url("../images/images_top/frame.jpg");
	background-repeat: repeat-y;
}



/*=============================
		ヘッダー
=============================*/

header h1{
	max-width: 100%;
	height: 200px;
}

/*---------------------------
		ナビゲーション
---------------------------*/

nav{
	max-width: 100%;
	max-height: 100%;
	background-image: url("../images/images_top/nav_back.jpg");
	background-repeat: no-repeat;
}

nav ul{
	max-width: 1200px;
	display: flex;
	padding-top: 5px;
	justify-content: space-around;
}

nav ul li a{
	font-size: 3em;
	color: aliceblue;
}

nav ul li a:hover{
	color: orangered;
	transition: 0.3s ease;
}

/*=============================
		メインビジュアル
=============================*/

main{
	max-width: 1200px;
	height: 750px;
	background-image: url("../images/images_top/main_img_back.jpg");
}

.slider_card{
	margin: 5px auto;
}

.slider-card-img {
  margin: 5px auto;
}

/*--ボタン--*/
.button{
	width: 300px;
	margin: auto;
}

.btns-prev,.btns-next{
	font-size: 2.5em;
	color: #111112;
	width: 80px;
	height: 60px;
	background-color: rgba(255,255,255, 0.5); 
	border-radius: 20%;
}

.btns-prev{
	margin-right: 80px;
	margin-bottom: 20px;
}


/*=============================
		お知らせページ
=============================*/

.news{
	max-width: 100%;
	height: 1220px;
	background-image: url("../images/images_top/frame.jpg");
}

.news_header{
	max-width: 100%;
	height: auto;
	background-image: url("../images/images_news/news_head.jpg");
	margin-top: 10px;
}

/*記事１*/

.news_1{
	max-width: 100%;
	height: 350px;
	background-image: url("../images/images_news/news_none.jpg");
	margin-top: 10px;
}

.news_1-1{
	max-width: 100%;
	height: 330px;
	/*background-color: aqua;*/
	margin-left: auto;
	margin-right: 44.5px;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 30px;
	text-align: end;
}

.news_1-1 h4{
	font-size: 1.2rem;
	margin-right: 20px;
}


.news_1-1 h3{
	font-size: 2rem;
	text-decoration-line: underline;
	margin-right: 20px;
}

.news_1-1 p{
	font-size: 1.5rem;
	padding-top: 10px;
	margin-right: 20px;
}

.news_1-1 p span{
	color: crimson;
	font-weight: bold;
}

/*記事2*/

.news_2{
	max-width: 100%;
	height: 350px;
	background-image: url("../images/images_news/exhibition.jpg");
	margin-top: 10px;
}

.news_2-1{
	max-width: 69%;
	height: 330px;
	/*background-color: aqua;*/
	margin-left: auto;
	margin-right: 44.5px;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 30px;
	text-align: end;
}

.news_2-1 h4{
	font-size: 1.2rem;
	margin-right: 20px;
}

.news_2-1 h3{
	font-size: 2em;
	text-decoration-line: underline;
	margin-right: 20px;
}

.news_2-1 p{
	font-size: 1.5em;
	padding-top: 10px;
	margin-right: 20px;
}

/*記事3*/

.news_3{
	max-width: 100%;
	height: 350px;
	background-image: url("../images/images_news/news_none.jpg");
	margin-top: 10px;
}

.news_3-1{
	max-width: 69%;
	height: 330px;
	/*background-color: aqua;*/
	margin-left: auto;
	margin-right: 44.5px;
	padding-top: 20px;
	padding-left: 10px;
	line-height: 30px;
	text-align: end;
}

.news_3-1 h4{
	font-size: 1.2rem;
	margin-right: 20px;
}

.news_3-1 h3{
	font-size: 2rem;
	text-decoration-line: underline;
	margin-right: 20px;
}

.news_3-1 p{
	font-size: 1.5rem;
	padding-top: 10px;
	margin-right: 20px;
}

.news_footer{
	max-width: 100%;
	height: auto;
	background-image: url("../images/images_news/news_footer.jpg");
	margin-top: 10px;
}

.news_footer h2{
	color: aliceblue;
	text-align: end;
	padding-right: 30px;
}

/*----------------------------
		作品
-----------------------------*/

.works{
	max-width: 1200px;
	height: 2600px;
	background-image: url("../images/images_top/frame.jpg");
}

.works h2{
	font-size: 2rem;
	color: aliceblue;
	margin-left: 20px;
}

.works_header{
	max-width: 1200px;
	height: 75px;
	background-image: url("../images/images_works/work_Line.jpg");
	margin-top: 10px;
}

.works_rampage{
	max-width: 1200px;
	height: 780px;
	background-image: url("../images/images_works/work_backg.jpg");
	margin-top: 10px;
}

.rampage_up{
	display: flex;
	align-items: center;
	gap: calc(1.5em + 0.5vw);
	margin-left: 12px;
	margin-bottom: 10px;
}

.rampage_down{
	display: flex;
	align-items: center;
	gap: calc(1.5em + 0.5vw);
	margin-left: 12px;
	margin-bottom: 10px;
}

.works_mech{
	max-width: 1200px;
	height: 780px;
	background-image: url("../images/images_works/work_backg.jpg");
	margin-top: 10px;
}

.mech_up{
	display: flex;
	align-items: center;
	gap: calc(1.5em + 0.5vw);
	margin-left: 12px;
	margin-bottom: 10px;
}

.mech_down{
	display: flex;
	align-items: center;
	gap: calc(1.5em + 0.5vw);
	margin-left: 12px;
	margin-bottom: 10px;
}

.works_etc{
	max-width: 1200px;
	height: 780px;
	background-image: url("../images/images_works/work_backg.jpg");
	margin-top: 10px;
}

.etc_up{
	display: flex;
	align-items: center;
	gap: calc(1.5em + 0.5vw);
	margin-left: 12px;
	margin-bottom: 10px;
}

.etc_down{
	display: flex;
	align-items: center;
	gap: calc(1.5em + 0.5vw);
	margin-left: 12px;
	margin-bottom: 10px;
}

.works_footer{
	max-width: 1200px;
	height: 75px;
	background-image: url("../images/images_works/work_line1.jpg");
	margin-top: 10px;
}

.works_footer h3{
	font-size: 2rem;
	color: aliceblue;
	text-decoration-line: underline;
	text-align: end;
	margin-right: 20px;
}


/*----------------------------
		プロフィール
-----------------------------*/

.profile{
	max-width: 1200px;
	height: auto;
	background-image: url("../images/images_top/frame.jpg");
}

.profile_header{
	max-width: 1200px;
	height: 75px;
	background-image: url("../images/images_profile/profile_line.jpg");
	margin-top: 10px;
}

.profile_box1{
	max-width: 1200px;
	height: 350px;
	background-image: url("../images/images_profile/profile_backg.jpg");
	margin-top: 10px;
}
.profile_box1 article h2{
	margin-left: 350px;
	font-size: 2.5rem;
	padding-top: 20px;
}

.profile_box1 article h3{
	margin-left: 350px;
	font-size: 2rem;
}

.profile_box1 article p{
	margin-left: 370px;
	font-size: 1.5rem;
}

.profile_box2{
	max-width: 1200px;
	height: 250px;
	background-image: url("../images/images_profile/profiile_back2.jpg");
	margin-top: 10px;
}

.profile_box2 article h2{
	margin-left: 50px;
	font-size: 2.5rem;
	padding-top: 10px;
}

.profile_box2 article h3{
	margin-left: 350px;
	font-size: 2rem;
}

.profile_box2 article p{
	margin-left: 70px;
	font-size: 1.7rem;
}

.profile_box3{
	max-width: 1200px;
	height: 520px;
	background-image: url("../images/images_profile/profile__back3.jpg");
	margin-top: 10px;
}

.profile_box3 article h2{
	margin-left: 70px;
	font-size: 2.5rem;
	padding-top: 10px;
}

.profile_box3 article ul li{
	margin-left: 100px;
	font-size: 1.5rem;
}

.profile_footer{
	max-width: 1200px;
	height: 15px;
	background-image: url("../images/images_profile/profile_endline.jpg");
	margin-top: 10px;
}


/*----------------------------
		コンタクト
-----------------------------*/

.content{
	max-width: 1200px;
	height: auto;
	background-image: url("../images/images_top/frame.jpg");
}

.content_header{
	max-width: 1200px;
	height: 75px;
	background-image: url("../images/images/contact_line.jpg");
	margin-top: 10px;
}

/*--ファーム--*/

.content_form{
	max-width: 1200px;
	height: 350px;
	background-image: url("../images/images/contact_backg.jpg");
	margin-top: 10px;
}

.content_form article p{
	font-size: 2.5rem;
	padding-top: 20px;
	margin-left: 100px;
}

.content_button{
	width: 600px;
	height: auto;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

/*--依頼--*/

.content_request{
	max-width: 1200px;
	height: 780px;
	background-image: url("../images/images/contact_back2.jpg");
	margin-top: 10px;
}

.follio{
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-top: 120px;
	margin-left: 70px;	
}

.follio p{
	font-size: 1.7rem;
}

.skeb{
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-top: 20px;
	margin-left: 70px;	
}

.skeb p{
	font-size: 1.7rem;
}

.skima{
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-top: 20px;
	margin-left: 70px;	
}

.skima p{
	font-size: 1.7rem;
}

.vgen{
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-top: 20px;
	margin-left: 70px;	
}

.vgen p{
	font-size: 1.7rem;
}

.content_footer{
	max-width: 1200px;
	height: 15px;
	background-image: url("../images/images/contact_endline.jpg");
	margin-top: 10px;
}

.content_button:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
}

.follio_icon:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
} 
.skeb_icon:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
}
.skima_icon:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
} 
.vgen_icon:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
}

/*----------------------------
		ニュース
-----------------------------*/

.news_flame{
	max-width: 1200px;
	height: 220px;
	background-image: url("../images/images_top/news_back.jpg");
	background-repeat: no-repeat;
}

.kiji{
	padding-top: 25px;
	padding-left: 40px;
}

.kiji h2,
.kiji p{
	color: #151617;
}
.kiji h2{
	font-size: 2.5rem;
}
.kiji p{
	font-size: 2rem;
}
/*=============================
		コンテンツ
=============================*/
.content{
	max-width: 1200px;
}

.top{
	margin: 30px 10px 20px 30px;
}
.bottom{
	margin: 30px 10px 20px 30px;
}

.top:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
}
.bottom:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
}
/*=============================
		SNSリンクバー
=============================*/

.sns_link{
	max-width: 100%;
	height: 250px;
	margin: 0;
	margin: 0 auto;
	margin-bottom: -50px;
	background-image: url("../images/images_top/news_back.jpg");
	background-repeat: no-repeat;
	display: flex;
}
.sns_link h2{
	font-size: 5em;
	color: #141416;
	margin-top: 40px;
	margin-left: 40px;
	
}
.sns_icon{
	display: flex;
	align-items: center;
	gap: calc(1.5em + 0.5vw);
}	

.sns{
	width: 60%;
	height: 60%;
	margin-right: 100px;
	margin-left: 20px;
	align-items: center;
}
.sns:hover{
	filter: invert(100%);
	transition: filter 0.3s ease;
}
/*=============================
		フッター
=============================*/

footer p{
	color: aliceblue;
	text-align: center;
	margin-top: -10px;
	background-image: url("../images/images_top/copyright_back.jpg");
	background-repeat: no-repeat;
}




/*=============================
		スマホ
=============================*/

@media (max-width: 800px){
	body{
		max-width: 800px;
		font-size: 1rem;
	}
	
	.wrapper{
		max-width: 100%;
		margin: 0 auto;
		background-image: url("../images/images_top/frame.jpg");
		background-size: 100%;
		background-repeat: repeat-y;
	}
	
	/*---ヘッダー---*/
	header h1{
		line-height: 0;
		margin: 0;
		padding: 0;
		height: auto;
	}
	
	header h1 img{
		max-width: 100%;
		height: auto;
	}
	
	/*---ナビ---*/
	nav{
		max-width: 100%;
		max-height: 100%;
		background-image: url("../images/images_top/nav_back.jpg");
		background-repeat: repeat-y;
	}
	
	nav ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
		gap: 15px;
	}
	
	nav ul li a{
		font-size: 1em;		
	}
	/*---メイン--*/
	
	main{
		max-width: 100%;
		height: auto;
	}
	
	.slider_card{
		margin: 3px auto;
		max-width: 100%;
	}

	.slider-card-img {
  		margin: 3px auto;
		max-width: 98%;
	}
	/*ボタン*/
	.button{
		display: flex;
		justify-content: center;
	}
	
	.btns-prev,.btns-next{
		font-size: 1em;
		width: 20%;
		height: 30%;
	}
	
	.btns-prev{
		margin-right: 100px;
		margin-bottom: 20px;
	}
	
	
	/*--ニュース--*/
	.news_flame{
		max-width: 100%;
		height: auto;
		min-height: 50%;
		padding: 20px;
		box-sizing: border-box;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.kiji{
		padding-top: 5px;
		padding-left: 20px;
	}

	.kiji h2,
	.kiji p{
		color: #151617;
	}
	.kiji h2{
		font-size: 1rem;
	}
	.kiji p{
		font-size: 0.8rem;
	}
	/*---コンテンツ---*/
	.content{
		max-width: 100%;
	}

	.top{
		width: 100%;
		display: flex;
		margin: 30px auto;
	}
	
	.bottom{
		width: 100%;
		display: flex;
		margin: 30px auto;
	}

	/*---SNSバー---*/
	.sns_link{
		max-width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		background-size: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.sns_link h2{
		font-size: 2em;
		margin: 0;
		padding: 0;
		margin-left: 20px
	}

	.sns_icon{
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
		margin: 0;
		margin-left: 10px;
		margin-top: 15px;
	}

	.sns{
		width: 100%;
		margin: 0;
		padding: 0;
		
	}
	
	
	/*--フッター--*/
	
	.footer_img img{
		max-width: 100%;
	}

	
}
