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

/* 共通部分 */
html{
	scroll-behavior: smooth;
}
body{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", 'Philosopher', sans-serif;
  line-height: 1.8;
}
a{
  text-decoration: none;
	color: #432;
}
a:hover{
	color: #B21F22;
}

/* 背景画像 */
#home{
  background-image: url(../images/back.jpg);
  background-blend-mode: screen;
  min-height: 100vh;
}
.big-bg{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	background-blend-mode: screen;
	animation-name: test;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-duration: 10s;
}
@keyframes test{
	0%{
		background-color: black;
	}
	50%{
		background-color: blue;
	}
	100%{
		background-color: black;
	}
}

/*nav*/

.menu{
	background: rgba(0,0,0,.8);
	position: fixed;
	width: 100%;
	z-index: 1;
}
.wrapper{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
nav a{
	color: #fff;
}
.menu-list{
  display: flex;
  justify-content:space-evenly;
	list-style: none;
	padding: 20px 0;
}
.menu-list li{
	font-weight:bolder;
}

/* HEADER
-------------- */
.home-content{
	text-align: center;
	color: #443322;
	padding-top: 50%;
}
.home-content h1,
.home-content h2{
	background: rgba(255,255,255,.3);
}
.home-content h2{
	padding-bottom: 2.5%;
}
.page-title{
	font-size: 5rem;
	font-family: 'Akaya Telivigala', cursive;
}
.page-sub-title{
	font-family: 'Akaya Telivigala', cursive;
}
.home-text{
	text-align: center;
	margin-top: 3%;
}
.home-text p{
	background: rgba(255,255,255,.7);
	padding: 20px;
}

.btn--orange,
a.btn--orange {
	font-size: 1.5rem;
  color: #fff;
	padding: 1rem 2rem;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

/* gallery */
#gallery{
	padding-bottom: 5%;
}
/*#gallery:after{	
/*	content: '';/*何も入れない*/
/*  	display: inline-block;/*忘れずに！*/
/*  	width: 750px;/*画像の幅*/
/*  	height: 261px;/*画像の高さ*/
/*  	background-image: url("../images/top_02.png");
  	background-size: contain;
	background-position: left;
  	vertical-align: middle;
	position: absolute;
}*/
.gallery-text{
	text-align: center;
	font-size: 0.875rem;
}

/* profile */
#profile{
	/*background: #EFEBDD;*/
	padding-bottom: 5%;
}
/*#profile:after{
/*	content: '';/*何も入れない*/
/* 	width: 750px;/*画像の幅*/
/*  	height: 200px;/*画像の高さ*/
/*  	background-image: url("../images/top_01.png");
  	background-size: contain;
	background-position: right;
  	vertical-align: middle;
	position: absolute;
	right: 0%;
}*/
.contents-title{
	font-size: 3rem;
	text-align: center;
	padding: 1% 0;
}
.contents-title::before,
.contents-title::after{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url("../images/h3_kinoko03.png");
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}
.prof{
	display: flex;
}
.prof-pict img{
	width: 200px;
	border-radius: 150px;
}
.prof-p{
	padding: 2%;
	font-size: 0.875rem;
}
.prof-p b{
	color: red;
}

/* SNS
-------------- */
#sns{
	/*padding: 2% auto;*/
	width: 450px;
}
#sns .wrapper{
  display: flex;
  justify-content: space-between;
}
#sns .sub-title::before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url("../images/h3_bee.png");
  background-size: contain;
  vertical-align: middle;
}
#sns .sub-title{
  margin-bottom: 20px;
	color: #443322;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-width: medium;
	border-color: #443322;
}
.sns-box{
  width: 100%;
}


/* フォーム
-------------- */
/*#contact::before{
	content: '';/*何も入れない*/
/* 	width: 750px;/*画像の幅*/
 /* 	height: 200px;/*画像の高さ*/
  /*	background-image: url("../images/top_06.png");
  	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
  	vertical-align: middle;
	position: absolute;
	right: 0%;
}*/
#contact{
	padding-bottom: 5%;
}
.form{
	text-align: center;
}


/* footer */

.last-bg{
	display: flex;
	justify-content: space-between;
	height: 170px;
}
.last-bg01{
	width: 180px;
	vertical-align: bottom;
}
.last-bg02{
	width: 150px;
	vertical-align: bottom;
}
.last-bg03{
	width: 200px;
	vertical-align: bottom;
}

/* footer */
footer{
	text-align: center;
	color: #432;
	font-size: 0.875rem;
}


/*PF page*/
.pf-title{
	text-align: center;
	font-size: 5rem;
	font-family: 'Akaya Telivigala', cursive;
}
.portfolio{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10rem;
}
.pf{
	text-align: center;
}
.pf-pic img{
	width: 300px;
}
.homebutton{
	text-align: center;
}


/* モバイル版 */
@media(max-width : 750px ){
	.big-bg{
		background-position: 30% top;
	}
  .page-title{
    font-size: 2.5rem;
  }
	  
  .menu-list li{
    margin: 0 auto;
  }
	
	#profile:after{
		display: none;
	}
	#gallery:after{
		display: none;
	}
	#contact:before{
		display: none;
	}
	.last-bg{
		display: none;
	}
	
  /* HOME */
  .home-content{
    padding-top: 100%;
  }
  .page-header{
    flex-direction: column;
    text-align: center;
  }
	/*prof*/
	#profile{
		/*height: 45vh;*/
		padding-bottom: 5%;
	}
	.prof{
		display: block;
	}
	.contents-title{
		font-size: 2rem;
	}
	.prof-pict img{
		width: 100%;
		border-radius: 200px;
	}
	.prof-p{
		padding: 0 5% 10%;
	}
	#sns{
		width: 100%;
	}
  
  /* GALLERY */
  .menu-content{
    margin-top: 20%;
  }
  .big-box{
    grid-column: auto;
    grid-row: auto;
  }
  .big-box img{
    height: 87%;
  }
	
	/*CONTACT*/
	iframe{
		height: 300px;
	}
}