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

/*----------------
基本設定
----------------*/
*{
	margin: 0;
	padding: 0;
}
html{
	background: #ffffff;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	list-style: none;
    color: #333333;
}
#wrapper{
	/*position: absolute;
	top: 0;*/
}
h1{
	font-family: 'Vollkorn', serif;
	font-weight: normal;
	font-size: 25px;
	line-height:1.2 ;
	margin: 0;
}
h1 span{
	font-size: 23px;
}
h2{
	font-size: 28px;
	margin-bottom: 15px;
}
h3{
    font-size: 22px;
	font-weight: normal;
}
img {
  vertical-align: bottom;
}
a:link{
	text-decoration: none;
	color: #1a1512;
}
a:visited{
	color: #1a1512;
}

/*----------------
ヘッダー
----------------*/
header{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 100px;
	background: #ffffff;
	opacity: 0.8;
}
.header_inner{
	padding-left: 100px;
	padding-top: 15px;
}
.headerTop{
	display: flex;
	align-items: flex-end;             /*h1とナビの下部を揃える*/
	justify-content:space-between;/*h1とナビを左右の端に配置する*/
	
}
header h1 a{
	font-size: 1.8rem;
}
.header_nav{
	margin: 0;
}
.header_nav ul{
	margin: 0;
}
.header_nav li{
	display: inline;
	list-style: none;
	margin-right: 30px;
}
.header_nav a{
	font-family: 'Vollkorn', serif;
	text-decoration: none;
	font-size: 1.3rem;
}
/*---------------------------
トップページ　各セクション共通設定
---------------------------*/
.section_title{
	font-family: 'Vollkorn', serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}
.fade_in{
	padding-bottom: 130px;
	opacity: 0;         /* 初期値は透明にしておく */
	transition: .8s;    /* 動くスピードを0.5秒に指定 */
	position: relative; /* 相対位置の設定 */
	top: 50px;           /*事前に下に50pxずらしておく */
}
.scroll_in{
  opacity: 1;         /* 透明度を元に戻す */
  top: 0;             /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}
#top_page h2{
	padding-top: 130px;
	letter-spacing: .2rem;
}
@media screen and (max-width: 480px){
	#top_page h2{
		font-size: 3.6rem;
	}
}
/*------------------------
トップページ　メインビジュアル
------------------------*/
.main_visual{
	margin: 250px 0 150px;
	position: relative;
	height: 600px;
	background-image:url("../images/main_visual.png") ;
	background-repeat:  no-repeat;
	background-size: contain;
	background-position: bottom left 80%;
}
.main_title{
	font-family: 'Vollkorn', serif;
	font-weight: bold;
	font-size:60px;
	line-height: 1.2;
	letter-spacing: 8px;
	position: absolute;
	top: 200px;
	left: 18%;
	text-shadow:2px 2px 0 #ffffff,
	-2px -2px 0 #ffffff,
	2px -2px 0 #ffffff,
	-2px 2px 0 #ffffff,
	2px 0 0 #ffffff,
	0 2px 0 #ffffff,
	-2px 0 0 #ffffff,
	0 -2px 0 #ffffff;
}
.main_title span{
	font-size: 45px;
	letter-spacing: 4px;
}
@media screen and (max-width: 480px) {
  .main_title {
    position: absolute;
	top: 174px;
    left: 13%; 
  }
	.main_visual{
		background-position: bottom -2px left 72%;
	}
}
/*----------------
トップページ　ABOUT
----------------*/
#about{
	background-color: #fafcfe;
}
.about_inner{
	display: flex;
	align-items: start;
	justify-content: space-around;
	width: 80%;
	margin: 50px auto 0px;
	gap: 20px;
}

.about_sentence p{
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #about{
	width: 100%;
  }
  .about_inner{
	width: 90%;
	flex-wrap: wrap;
	gap: 40px;
  }
  .about_image img{
	width: 370px;
  }
  .about_sentence{
	width: 100%;
  }
  #about h3{
	font-size: 2.6rem;
  }
  .about_sentence p{
	font-size: 2rem;
  }
}
/*----------------
トップページ　WORKS
----------------*/
.works_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
}
.works_list_item{
	list-style: none;
	margin: 20px 0;
	transition-duration: 0.3s;
	width: 46%;
}
.works_list_item:hover{
	transform: scale(1.03);
}
.works_image{
	border: 0.8px solid #555555;
	width: 100%;
}
.works_list_title{
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}
.works_list_category{
	font-size: 12px;
	color: #727272;
	text-align: center;
}

@media screen and (max-width: 480px){
	.works_inner{
		width: 100%;
		margin: 0 auto;
	}
	.works_list{
		width: 90%;
		flex-wrap: wrap;
		gap: 40px;
	}
	.works_list_item{
		width: 80%;
	}
	#works h4.works_list_title{
		font-size: 2rem;
	}
	#works p.works_list_category{
		font-size: 1.8rem;
	}
}
/*----------------
トップページ　SKILL
----------------*/
#skill{
	background-color: #fafcfe;
}
.skill_list{
	width: 1000px;
	margin: 0 auto;
}
.skill_list_item{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding-left: 100px;
}
.skill_list_item h3{
	width: 150px;
	font-weight: bold;
	color: #474747;
}


/*-------------------
トップページ　CONTACT
-------------------*/
.material-symbols-outlined.email{
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
	vertical-align: bottom;
	margin-right: 10px;
}
.contact_inner{
	text-align: center;
}
.contact_inner a:hover{
	color: #727272;
}
/*----------------
フッター
----------------*/
footer{
	text-align: center;
	margin-bottom: 20px;
}
/*-----------------
前のページへ戻るボタン
-----------------*/
.back p{
	margin: 80px auto 60px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #a5c14c;
    border-radius: 10px;
	transition: 0.3s;
}
.back a{
	color: #ffffff;	
}
.back p:hover{
	opacity: 0.6;
}
/*----------------
トップへ戻るボタン
----------------*/

.top_btn{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #a5c14c;
	/*opacity: 0.6;*/
	position: fixed;
	right: 50px;
	bottom: 50px;
	text-align: center;
	transition: 0.3s;
	display: none;
}
.top_btn:hover{
	opacity: 0.6;
}
.material-symbols-outlined.arrow{
	font-size: 30px;
	color: #ffffff;
	padding: 20px;
}
/*----------------
WORK＿01
----------------*/
#work_page_01 main{
	margin-top: 150px;
	text-align: center;
}
#work_page_01 h2{
	font-family: 'Vollkorn', serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}
.works_main_visual{
	margin-bottom: 100px;
}
.works_main_visual h3{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.2;
}
.works_category{
	color: #727272;
	margin-bottom: 20px;
}
.link{
	margin-top: 10px;
}
.link a{
	color: #727272;
	text-decoration: underline;
}

.works_container{
	width: 1000px;
	margin: 50px auto;
}
.works_inner{
	display: flex;
	margin-bottom:40px;
}
.works_head{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 130px;
}
.works_comment{
	font-size: 16px;
	text-align: left;
	width: 800px;
	margin-left: 70px;
}
/*----------------
WORK＿02
----------------*/
#work_page_02 main{
	margin-top: 150px;
	text-align: center;
}
#work_page_02 h2{
	font-family: 'Vollkorn', serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}

.works_02_caption{
	font-size: 12px;
	color: #727272;
	margin-top: 15px;
}
/*----------------
WORK＿03
----------------*/
#work_page_03 main{
	margin-top: 150px;
	text-align: center;
}
#work_page_03 h2{
	font-family: 'Vollkorn', serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}

.works_03_caption{
	font-size: 16px;
	color: #727272;
	margin-top: 15px;
}

/*------------------------
WORK＿04　イラスト・デザイン
------------------------*/
#work_page_04 main{
	margin-top: 150px;
	text-align: center;
}
#work_page_04 h2{
	font-family: 'Vollkorn', serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}
#work_page_04 img{
	border: 0.8px solid #555555; 
	width: 320px;
	height: auto;
}
.works_04_list{
	width: 1090px;
	margin: 80px auto 20px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.works_04_item{
	margin: 10px 20px 35px;
	transition-duration: 0.3s;
}
.works_04_item:hover{
	transform: scale(1.03);
}
.works_04_item_caption{
	margin-top: 12px;
	font-size: 14px;
}
.other_site{
	width: 576px;
	margin: 50px auto;
	list-style: none;
}
.list_other_site a{
	display: flex;
	align-items: center;
}
.list_other_site{
	margin-bottom: 50px;
}
.list_other_site p{
	margin-left: 10px;
	transition: 0.3s;
}
.list_other_site p:hover{
	color: #727272;
}
.list_other_site img{
	transition: 0.3s;
}
.list_other_site img:hover{
	opacity: 0.6;
}
/*--------------------------
デザイン・イラストの各ページ
--------------------------*/
.design_main_visual h3{
	margin: 30px 0 20px;
}
.design_main_visual img{
	border: solid 1px #989898;
	width: 1000px;
}
a.picturebook_site{
	text-decoration: underline;
	color: #727272;
}





