/* ----------------全体の設定ここから---------------- */

*,
*::after,
*::before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	/* font-family: 'Lora', serif; */
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2;
}

ul,
ol {
	list-style-type: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.6;
}

h1 {
	font-family: "Gentium Book Plus", serif;
	/* font-family: "Lora", serif; */
	font-size: 80px;
	border-bottom: 2px solid #fff;
	letter-spacing: 0.08em;
	padding-bottom: 10px;
	line-height: 1;
	text-align: center;
}

h2 {
	font-family: "Lora", serif;
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

h3 {
	font-family: "Lora", serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.skill-name,
.banner-name,
.web-name,
.video-name,
.like-name,
.powerpoint-name {
	font-size: 16px;
	font-weight: bold;
}

.container {
	 width: min(92%, 1024px);
	/* 外してみた */
	margin-inline: auto;
}

/* ----------------全体の設定ここまで---------------- */


/* ヘッダーここから */

header {
	background-color: #333;
	width: 100%;
	height: 48px;
	position: fixed;
	z-index: 9999;
}

header nav {
	height: 100%;
}

header ul {
	width: 55%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}


/* フッターここから */

footer {

	/* トップへ戻るを入れる */
	.gotop {
		text-align: center;
		margin-top: 10px;
	}
	.copyright {
	height: 44px;
	background-color: #333;
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	}
}


/* メインここから */

.top-hero {
	padding-top: 48px;
	background-image: url(../images/0409top-gazounomi.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 560px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
	color: #fff;
	font-weight:bold; /*文字を太く*/
	text-shadow:3px 3px 0px #1b1b1b;
}

.top-hero p {
	font-family: "Gentium Book Plus", serif;
	font-size: 48px;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
	letter-spacing: 2px;
	font-weight:bold; /*文字を太く*/
	text-shadow:3px 3px 0px #1b1b1b;
}


/* プロフィールここから */

#profile,
#skill,
#design {
	margin-bottom: 100px;
	padding-top: 100px;
	margin-top: -100px;
}

.profile-box {
	display: flex;
	gap: 50px	;
	/* justify-content: space-between; */
	justify-content: center;
	margin: 20px;
}

.profile-box p {
	width: 60%; 
	/* 5つ入れてみた */
	background-color: #333;
	margin-bottom: 20px;
	padding: 20px;
	border: 3px solid #fff;
	height: 100%;

	
}

.profile-name {
	font-size: 24px;
	margin-right: 1em;
}

.profile-box figure img {
	width: 256px;
	margin-right: 50px;
	margin-bottom: 50px;
}


/* スキルここから */

.skill-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	
	/* ２つ入れてみた */
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 50px;
	}

.skill-box li {
	width: calc((100% - 96px) / 4);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.skill-box figure img {
	width: 128px;
}


/* デザインここから */


/* バナーここから */

.design-wrapper {
	background-color: #333;
	padding-top: 50px;
	padding-bottom: 50px;
	/* 入れてみた */
	margin-left: 10px;
	margin-right: 10px; 
}

.banner-box {
	margin-bottom: 50px;
}

/* disply:gridの場合 */
.banner-box ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	place-content: center;
}

.banner-box li {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}


/* disply:flexの場合 */

/* .banner-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.banner-box li {
	width: calc((100% - 60px) / 3);
	display: flex;
	align-items: center;
	flex-direction: column;
} */

.banner-box figure img {
	width: 300px;
}


/* ウェブここから */

.web-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}

.web-box li {
	width: calc((100% - 32px) / 2);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.web-box figure img {
	width: 464px;
}


/* ライクここから */

.like {
	margin-bottom: 100px;
}

.slick-slide {
	margin-right: 15px;
	margin-left: 15px;
 }

/* .slick-slide {
	margin-right: 30px;
} */

/* .slick-slide img {
	min-width: 300px;
} */
 

/* 背景色 */
/* この書き方ってあり？？↓ */
#profile.container {
	background-color: #333;
	color: #fff;
	width: 100%;
}

#skill {
	background-image: url(../images/hana-w-70-mannnaka.jpg);
	background-size: cover;

	/* width: 100%;  */
	/* margin-left: 30px;
	margin-left: 30px; */
	}
/* .skill-box {
	margin-left: 30px;
	margin-left: 30px;
} */
 

#design {
	background-color: #333;
	color: #fff;	
	margin-bottom: 0;
}
#banner {
	padding-top: 48px;
	padding-bottom: 10px;
	background-color: #707070;
	color: #fff;		
}
#web {
	background-color: #333;
	padding-top: 48px;	
	color: #fff;
}

/* チラシの追加 */
#flyer {
	background-color: #707070;
	padding-top: 48px;	
	color: #fff;
}
.flyer-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
}

.flyer-box li {
	width: calc((100% - 32px) / 2);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.flyer-box figure img {
	width: 464px;
}

/* video追加 */
.video {
	margin-bottom: 100px;
}

#like {
	/* background-image: url(../images/hana-w-70-mannnaka.jpg);	 */
	background-size: cover;
	height: 600px;
	padding-top: 48px;	
	margin-bottom: 0px;	
	}

	/*その他設定　動画  */
	.video{
		margin: 0 auto;
		text-align: center;
		width: 60%;
	}
	.video video {
		max-width: 100%;
	}	
	#video {
	background-image: url(../images/hana-w-70-mannnaka.jpg);	
	/* background-color: #707070; */
	background-size: cover;
	padding-top: 48px;
	padding-bottom: 100px;
	margin-bottom: 0%;	
	}
	img {
		max-width: 100%;
		height: auto;
	}

	/* パワーポイント */
	.powerpoint {
		margin: 0 auto;
		text-align: center;
		width: 60%;
	}
	.powerpoint video {
		max-width: 100%;
	}	
	#powerpoint {
	background-color: #707070; 
	background-size: cover;
	padding-top: 48px;
	padding-bottom: 100px;
	margin-bottom: 0%;	
	
	color: #fff;
	}
	
	}
	img {
		max-width: 100%;
		height: auto;
	}



/* 文字フェードイン */
.fadein {
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 2s forwards; /* フェードインアニメーションの設定 */
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}

.like-name {
	text-align: center;
}

/* ホバーの設定 */
/* .c-bnr.big {
  transition-duration: .4s;
} */
.c-bnr:hover {
  transform: scale(1.1);
}
.c-bnr {
  cursor: pointer;
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
}
 

/* --スマートフォン版ここから-- */

@media (max-width:520px) {
	/* ヘッダーの体裁 */
	header li {
		font-size: 12px;
	}
	h1 {
		font-size: 60px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.top-hero p {
		font-size: 37px;
		text-align: center;
		line-height: 1;
		padding-top: 10px;
		letter-spacing: 2px;
	}
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* プロフィールここから */
	.profile-box {
		flex-direction: column-reverse;
	}
	.profile-name p span {
		font-size: 24px;
	}
	.profile-box figure img {
		width: 100%;
	}
	.profile-box p {
		width: 100%;
	}
	/* スキルここから */
	.skill-box li {
		width: calc((100% - 32px) / 2); 		
		justify-content: space-between;
		}
	/* スマホが変で、よくわからず適当にいれてみたけどなんか違った
	#skill.container {
		background-color: #6b6262;
		width: 100%;
		margin: 0,auto;
		padding-top: 50px;
		padding-bottom: 50px;
	} */
		
	
	/* デザインここから */
	.banner-box li {
		width: 100%;
	}
	.banner-box figure img {
		width: 100%;
	}
	.web-box ul {
		flex-direction: column;
	}
	.web-box li {
		width: 100%;
	}
	.flyer-box li {
		width: 100%;
	}
	/* ライクここから */
	.slick-slide {
		margin-right: 0;
	}
	.slick-slide img {
		width: 100%;
	}

	/* ビデオここから */
	.video {
		width: 90%;
	}
	.video-name {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;		
	}
	#skill.container {
		background-position: center;
		width: 100%;
	}
	/* パワーポイントここから */
	.powerpoint {
		width: 90%;
	}
	.powerpoint-name {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;		
	}
}



