@font-face {
	font-family: 'French';
	src: url(../font/AbrilFatface-Regular.ttf);
}

html {
    scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

html,
body {
	margin: 0px;
}

/*ローディング*/
/* 非表示 */
.is-hide {
    display: none;
}

/* LOADING */
#loader-bg {
    background: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#loader {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: fixed;
    top: 50%;
    width: 120px;
}

#loader p {
    color: #b3b3b3;
    font-size: 20px;
    /*    line-height: 1.4;*/
    text-align: center;
    font-family: "gokuboso";
}

#loader p img {
    display: inline-block;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #4d4d4d;
    padding: 0 0 0 35px;
    border-top: solid 1px;
	z-index: 4;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

.opening {
	width: 100%;
	height: 100vh;
	display: table;
	background-color: #F7F2F0;
}

h1 {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	font-family: 'French';
	font-size: 80px;
	color: #323232;
}

.base h2 {
	width: 100%;
	text-align: center;
	font-family: 'French';
	font-size: 50px;
	color: #232323;
	padding-top: 30px;
	margin-top: 0px;
}

h3 {
	text-align: center;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;;
	font-weight: 300;
	font-size: 20px;
	color: #232323;
}

p {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;;
	/* なぜか効かないfont-weight */
	font-weight: 100;
	font-size: 16px;
	line-height: 40px;
	color: #232323;

}
.br-480 {
	display: none;
}

/* スクロール */
.scroll {
	position: absolute;
	top: 80%;
	left: 48%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color: #4D4D4D;
	font-size: 20px;

}

.scrollSpan1,
.scrollSpan2 {
	position: absolute;
	top: 80%;
	left: 48%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.scrollSpan2 {
	top: 130%;
	left: 48%;
}

/* 図形を描きます

.circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px solid #617387;
	background: none;
	position: absolute;
	z-index: 2;
	top: -10%;
	right: 4%;
}

.circle-big {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 2px solid #617387;
	background: none;
	position: absolute;
	z-index: 2;
	top: -20%;
	right: 0%;
} */

.base {
	/* height: auto; */
	/* padding-top: 15px; */
	padding-bottom: 40px;
	/* margin-bottom: 10px; */
}

.box {
	max-width: 1020px;
	margin: 0 auto 30px
}

/* この要素の高さがちゃんとできてない！ので、.baseのheight:autoが聞かない！ */
.selfIntro {
	display: flex;
}

.IntroBox {
	width: 50%;
}

.IntroText {
	text-align: center;

}

.IntroText p {
	border: 2px solid #617387;
	padding: 30px 5px;
}

.IntroImage {

	position: relative;
	max-width: 350px;
	margin: 80px auto;
	/* 縦方向の中央におきたい */
	/* そもそもの背景との関係性がおかしくてこれが効かない。 */
	/* top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
}

.square {
	position: absolute;
	z-index: 1;
	width: 338px;
	height: 338px;
	background: #617387;
}

#emilyIntro {
	margin: 15px 15px;
	max-width: 300px;
	position: absolute;
	z-index: 2;
	box-shadow: 10px 10px #DEAF96;

}

/* Life Concept */

.LifeConcept {
	background: #F7F2F0;
	text-align: center;
}

.LifeConcept h3 {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding: 15px;
	background: #DEAF96;
	position: absolute;
}

.LifeConcept p {
	margin-top: 50px;
	display: inline-block;
	border: 2px solid #617387;
	padding: 40px;
	margin-bottom: 60px;
}

/* future */

#future {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.pinkLine {
	width: 100%;
	height: 40px;
	background: #deaf96;
	;
	margin: 0;∫
}

.futureText {
	background: #617387;
	text-align: center;
	padding: 40px 0;

}

#white-h2 {
	color: #fffaf0;
	margin-top: 0px;
	padding: 10px 0;
}

#white-h3 {
	color: #fffaf0;
	font-size: 24px;
	margin: 0;
}

#white-p {
	color: #fffaf0;
	margin: 0;
	padding: 30px;
}

/* skill */

.skill {
	background: #f7f2f0;
}

.skillList {
	display: flex;
	flex-flow: column;
	max-width: 1020px;
	margin: 25px auto;
}

.skillInfo {
	text-align: left;
	display: flex;
	margin: 0 auto;
}

.pink-small {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	background: #deaf96;
	width: 20px;
	margin: 28px 0 10px 0;
}

.skillInfo p {
	margin-left: 15px;
	width: 120px;
}

#ios {
	display: inline-block;
	margin-bottom: 0px;
}

/* works */
.works {
	background: #f7f2f0;
}

.swiper-container {
	max-width: 1098px;
}

.swiper-button-prev {
	padding-right: 30px;
}

.swiper-button-next {
	padding-left: 30px;
}

.swiper-wrapper {
	max-width: 1070px;
	padding-bottom: 15px;
	margin: 0 auto;
}

.swiper-slide {
	/* max-width: 455px; */
	text-align: center;
}

.project,
.creative {
	width: 60px;

}

.swiper-slide img {
	margin: 0 auto;
}

.swipe-img {
	height: 320px;
	/* width: 400px; */
}

.swiper-slide p {
	font-size: 12px;
	line-height: 24px;
}

/* 矢印 */
/*矢印が右に移動する*/
.btnarrow3 {
	/*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
	/*形状*/
	display: inline-block;
	padding: 0 20px;
	color: #333;
	text-decoration: none;
	outline: none;
}

/*矢印と下線の形状*/
.btnarrow3::before {
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom: -8px;
	left: 5%;
	/*下線の形状*/
	width: 95%;
	height: 1px;
	background: #333;
	/*アニメーションの指定*/
	transition: all .3s;
}

.btnarrow3::after {
	content: '';
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	bottom: -3px;
	right: 0;
	/*矢印の形状*/
	width: 15PX;
	height: 1px;
	background: #333;
	transform: rotate(35deg);
	/*アニメーションの指定*/
	transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow3:hover::before {
	left: 8%;
}

.btnarrow3:hover::after {
	right: -3%;
}






/* job */

.job {
	background: #e6d5c9;
}

.jobList {
	display: flex;
	flex-flow: column;
	max-width: 580px;
	margin: 25px auto;
}

.white-small {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	background: #f4efed;
	margin: 28px 0 10px 0;
}

.jobInfo {

	text-align: left;
	display: flex;
}

.jobInfo p {
	display: inline-block;
	margin-left: 15px;
}

.jobExplain {
	margin-left: 35px;
}

.jobList a {
	text-decoration: none;
	color: #1a1a1a;
	text-align: right;
	font-size: 14px;
	line-height: 20px;
}

/* 矢印 */
/*矢印が右に移動する*/
.btnarrow4 {
	/*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
	/*形状*/
	display: inline-block;
	padding: 0 20px;
	color: #333;
	text-decoration: none;
	outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before {
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom: -8px;
	left: 78%;
	/*下線の形状*/
	width: 22%;
	height: 1px;
	background: #333;
	/*アニメーションの指定*/
	transition: all .3s;
}

.btnarrow4::after {
	content: '';
	/*絶対配置で矢印の位置を決める*/
	position: absolute;
	bottom: -3px;
	right: 0;
	/*矢印の形状*/
	width: 15px;
	height: 1px;
	background: #333;
	transform: rotate(35deg);
	/*アニメーションの指定*/
	transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before {
	left: 81%;
}

.btnarrow4:hover::after {
	right: -3%;
}

footer {
	text-align: center;
	border-top: 1px solid #4d4d4d;
	padding: 10px 0;
	background-color: #f4efed;
}

.contact {
	background-color: #f4efed;
}

.contactList {
	display: flex;
	flex-flow: column;
	max-width: 180px;
	margin: 0px auto;

}

.contactInfo {
	display: flex;
	margin-bottom: 15px;
}

.contactInfo a {
	text-decoration: none;
	color: #333;
	margin-left: 30px;
	padding-top: 15px;

}

.contact a::after {
	border-bottom: solid 2px #deaf96;
	bottom: 0;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
  }

  .contact a:hover::after {
	width: 100%;
  }

.contact img {
	max-width: 50px;
}



/*フワッと*/

.fuwatAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: fuwatAnime;
	-ms-animation-name: fuwatAnime;
	animation-name: fuwatAnime;
	visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fuwatAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* breakpointの設定をしていくよ */

@media screen and (max-width : 480px) {

	.circle,.circle-big {
		display: none;
	}

	.scroll {
		left: 46%;
	}
	h1 {
		font-size: 50px;
	}

	.base h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 16px;
	}
	p {
		font-size: 12px;
		line-height: 26px;
	}
	/* 改行の有効化 */
	.br-480 {
		display: inline;
	}

	.about {
		margin: 0 auto;
	}
	.box {
		width: 90%;
		/* display: inline-block; */
		margin: 0 auto;
	}
	.IntroBox h3 {
		margin:  0 auto;
	}
	.selfIntro {
		/* display: inline-block; */
		flex-flow: column;
		margin: 0 auto;
		/* text-align: center; */
	}
	.IntroBox {
		/* width: 100%; */
		width: 100%;
		min-height: 200px;
	}
	.IntroImage {
		max-width: 200px;
		margin: 10px auto;
	}
	.square {
		width: 170px;
		height: 170px;
	}
	#emilyIntro {
		margin: 10px;
		max-width: 150px;
		box-shadow: 5px 5px #DEAF96;
	}

	.LifeConcept p {
		padding: 30px 15px;
		font-size: 11px;
	}

	#white-p {
		padding: 15px;
	}

	.white-small, .pink-small {
		width: 15px;
		height: 15px;
		margin: 17px 0 5px 5px;
	}

	.skillInfo p {
		margin-left: 10px;
	}

	.jobInfo p {
		margin-left: 10px;
	}
	.jobExplain {
		margin-left: 30px;
	}

	.swipe-img {
		height: 160px;
		/* width: 180px; */
	}

	.swiper-slide p {
		padding: 0 10px;
		font-size: 11px;

	}

	.jobList {
		max-width: 380px;
	}

	.jobList a {
		margin-right: 10px;
	}

	.contactList {
		max-width: 150px;
	}
	.contactInfo a {
		padding-top: 5px;
		margin-left: 15px;
	}

	.contact img {
		width: 30px;
		height: 30px;
	}

	footer {
		font-size: 10px;
	}

}
