@charset "utf-8";

/* ----------------全体の設定ここから---------------- */
*,
*::after,
*::before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Lora', serif;
	/* font-family: "Noto Sans JP", sans-serif; */
	font-size: 14px;
	line-height: 2;
	overflow-x: hidden;
	background-image: url(../images/27477734.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}

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

img {
	max-width: 100%;
}

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

a:hover {
	opacity: 0.6;
}

h1 {
	font-family: "Lora", serif;
	font-size: 96px;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.08em;
	padding-bottom: 10px;
	line-height: 1;
	text-align: center;
	color: #fff;
}

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

.effect-fade {
	max-width: 1144px;
	margin: 0 auto;
}

#skill,
#design,
#web,
#video {
	background-color: #fff;
	border-radius: 20px;
}


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

/* ヘッダーここから */
header {
	background-color: #333;
	width: 100%;
	height: 48px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

header .pc-nav {
	height: 100%;
}

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

/* スマートフォン版ハンバーガーメニュー */
.drawer-toggle {
	display: none;
}

/* フッターここから */
footer {
	height: 44px;
	background-color: #333;
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* メインここから */
.top-hero {
	background-image: url(../images/okinawa.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;
}

.top-hero p {
	font-size: 50px;
	text-align: center;
	line-height: 1;
	padding-top: 10px;
	letter-spacing: 2px;
}

/* プロフィールここから */
#profile,
#skill,
#banner,
#web,
#video {
	/* 各セクションの下のマージン	 */
	margin-bottom: 100px;
	/* ページ内の位置調整	 */
	padding-top: 100px;
	margin-top: -100px;
}

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

.profile-box {
	display: flex;
	justify-content: space-between;
}

.profile-box p {
	width: 60%;
}

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

.profile-box figure img {
	width: 320px;
}

/* スキルここから */
.skill-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	text-align: justify;
}

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

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

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

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

/* バナーここから */
#design {
	margin-bottom: 100px;
}

.design-wrapper {

	padding-top: 50px;
	padding-bottom: 50px;
}

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

/* display: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: 360px;
}

/* ウェブここから */
.web-box li {
	display: flex;
	justify-content: center;
	gap: 10px;
	text-align: justify;
	/*両端揃え*/
}

.web-text {
	padding-top: 20px;
}

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

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

/* ビデオここから */
video {
	width: 70%;
	margin-bottom: 10px;
}

.video-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* ライクここから */
.like {
	margin-bottom: 100px;
}

#slick-slider img {
	width: 360px;
}

.swiper-slide {
	width: 30vw !important;

}




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

@media (max-width:520px) {

	/*---------------------
	-drawerのカスタマイズ
	---------------------*/
	/* ハンバーガーアイコンのサイズ感 */
	.drawer-hamburger {
		padding: 20px;
		height: 10px;
		width: 20px;
	}

	/* ハンバーガーアイコンのカラー */
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		background: #333;
	}

	/* ハンバーガー線 */
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		height: 5px;
	}

	/* ナビの背景色 */
	.drawer-nav {
		background: #fff;
	}

	/* ナビの背景を全面に出す */
	.drawer--left.drawer-open .drawer-nav {
		width: 100%;
	}

	/* アイコンの位置 */
	.drawer--left.drawer-open .drawer-hamburger {
		right: 0;
	}

	/* ナビのオーバーレイを消去する */
	.drawer-overlay {
		left: -100%;
	}

	h1 {
		font-size: 54px;
	}

	h2 {
		margin-bottom: 10px;
	}

	.container {
		padding-left: 3%;
		padding-right: 3%;
	}

	header {
		background: transparent;
	}

	.drawer-toggle {
		display: block;
	}

	.pc-nav {
		display: none;
	}

	/* プロフィールここから */
	.profile-box {
		flex-direction: column-reverse;
	}

	.profile-name p span {
		font-size: 24px;
	}

.profile-box figure {
    width: 70%;       /* 全体の幅を70%にする */
    margin: 0 auto;   /* ★左右に自動で余白を作って中央に寄せる */
}

.profile-box img {
    width: 100%;      /* figureの幅（70%）いっぱいに画像を広げる */
    height: auto;
}
	.profile-box p {
		width: 100%;
	}

	/* スキルここから */
	.skill-box li {
		width: calc((100% - 32px) / 2);
	}

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

	.banner-box figure img {
		width: 100%;
	}

	/* 2列にする場合 */
	/* .banner-box li {
		width: calc((100% - 30px) / 2);
	}  */


	.web-box ul {
		flex-direction: column;
	}

	.web-box li {
		width: 100%;
	}
.banner-box li {
    /* 横幅いっぱいに広げて1列にする */
    width: 100%;
  }

  .banner-box figure img {
    /* 画像が画面からはみ出さないように、横幅を親要素に合わせる */
    width: 100%;
    height: auto;
    /* もし元の最大サイズ360px以上に大きくしたくない場合は以下を追加 */
    max-width: 360px;
  }
	/* ビデオここから */

	video {
		width: 100%;
	}



}