@charset "UTF-8";
/*書式設定
----------------------------------*/
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium),
       local(Yu Gothic);
  font-weight: 500;
}

body{
	margin: 0;
	padding: 0;
	border: 0 none;
	font-size:16px;
	color: #454545;
	font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height:1.5em;
	background:#FFFFFF;
}

/*floatの解除*/
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

a {
	color: #999;
	text-decoration:none;
}


a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#portfolio .move {opacity: 0; transition: 0.6s ease 0.2s; }
#portfolio .show {opacity: 1;}

#bg__canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}
main, header > * {
	position: relative;
	z-index: 1;
}

#canvas__wrap {
	position: relative;
	width: 100%;
	height: 100vh;
}
#canvas__wrap #canvas__title {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
#canvas__title { 
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.4);
	text-align: center; 
}
#canvas__title h1 {
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-family: 'Fjalla One', sans-serif;
	font-size: 5em;
	border-top: 4px solid #454545;
	border-bottom: 4px solid #454545;
	line-height: 1.4em;
}
#canvas__title h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.sc__box {
	min-height: 100vh;
	box-sizing: border-box;
	padding: 100px 0px;
}
#canvas__wrap.sc__box {padding: 0;}
.sc__box h2 {
	text-align: center;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.2em;
	font-family: 'Fjalla One', sans-serif;
}
.sc__box h2 span {
	display: inline-block;
	font-size: 0.3em;
	letter-spacing: 0.2em;
	border-top: 2px solid #eee;
}
.sc__box .content {max-width: 960px; margin: auto; padding:60px 0;}

#profile {
	display: flex;
	justify-content: space-between;
}
#profile .prof__left {
	width: 30%;
}
#profile .prof__left img {
	width: 100%;
	height: auto;
}
#profile .prof__right {
	width: 66%;
}
#profile .prof__right a {
	text-decoration: underline;
}
#profile .prof__right h3 {
	font-size: 1.2em;
	font-weight: bold;
}
#profile .prof__right h3 rt {
	color: #999;
}
#profile .prof__right .prof__list {
	border-bottom:1px solid #eee;
	margin: 20px auto;
	font-size: 0.9em;
	line-height: 1.5em;
}
#profile .prof__right .prof__list dt {
	width: 28%;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
}
#profile .prof__right .prof__list dd {
	padding-left: 30%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #eee;
}
#profile .prof__right .prof__text {
	font-size: 0.85em;
	line-height: 1.5em;
}
#skills__list {
	max-width: 760px;
	margin: auto;
	padding: 60px 0;
}
.skill__row {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 28px;
}
.skill__name {
	width: 220px;
	flex-shrink: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 0.95em;
	letter-spacing: 0.06em;
	color: #454545;
}
.skill__bar {
	flex: 1;
	height: 1px;
	background: #e0e0e0;
	position: relative;
}
.skill__fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #454545;
}
.skill__year {
	width: 36px;
	flex-shrink: 0;
	text-align: right;
	font-family: 'Fjalla One', sans-serif;
	font-size: 0.85em;
	color: #999;
	letter-spacing: 0.04em;
}

#works__list {}

#works__list .works__box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#works__list .works__box .works__left {
	width: 40%;
}
#works__list .works__box .works__left img {
	width: 100%;
	height: auto;
}
#works__list .works__box .works__right {
	width: 60%;
	box-sizing: border-box;
	padding-left: 60px;
}
#works__list .works__box .works__right h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#works__list .works__box .works__right
#works__list .works__box .works__right a {
	text-decoration: underline;
}

#works__list .works__box .works__right dl {
	border-bottom:1px solid #eee;
	margin: 20px auto;
	font-size: 0.9em;
	line-height: 1.5em;
}
#works__list .works__box .works__right dl dt {
	width: 18%;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	font-family: 'Fjalla One', sans-serif;
}
#works__list .works__box .works__right dl dd {
	padding-left: 20%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #eee;
}

#future {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#future li {
	width:calc(50% - 40px);
	box-sizing: border-box;
	padding: 20px;
	margin:20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#future li h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

#sc__pager {
	position: fixed;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	padding: 0;
}
#sc__pager li {
	display: block;
	margin:14px 20px;
}
#sc__pager li a {
	display: block;
	padding: 3px;
	background:transparent;
	border-radius: 50%;
	transition: 0.3s ease;
}
#sc__pager li a span {
	display: block;
	width: 4px;
	height: 4px;
	background:#bbb;
	border-radius: 50%;
}
#sc__pager li a:hover {
	transform: scale(2.4);
}
#sc__pager li a:hover span {
	background:#ddd;
}
#sc__pager li.is-current {
	margin-left: 17px;
	margin-right: 17px;
}
#sc__pager li.is-current a {
	background: #ddd;
	padding: 4px;
	transition: none;
}
#sc__pager li.is-current a:hover {
	transform: scale(1);
}
#sc__pager li.is-current a span {
	background: #999;
	width: 8px;
	height: 8px;
}


#social__box {
	position: fixed;
	top:50%;
	transform: translateY(-50%);
	right: 50px;
}
#social__box a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	background: #999;
	margin-bottom: 1px;
	transition: 0.3s ease;
	color: #ccc;
}
#social__box .dog{
	position: relative;
}
#social__box a:hover{
	color: #fff; transform: scale(1.1);
}
#social__box .facebook:hover {background: #305097;}
#social__box .twitter:hover {background: #00aced;}
#social__box .instagram:hover {background: #d6249f;}

#footer {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 50px;
	bottom: 0;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}
#footer .infomation p {
	display: inline-block;
	margin-right: 20px;
}
#footer .infomation p:last-child {
	margin-right: 0;
}
#footer .infomation p i { margin-right: 5px; }
