/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	position: relative;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	color: #05141d;
	background: #fff;
}
* {
	&::-webkit-scrollbar {
		height: 6px;
	}

	&::-webkit-scrollbar-track {
		background: #fafafa;
		border-radius: 3px;
	}

	&::-webkit-scrollbar-thumb {
		background: #aaa;
		border-radius: 3px;
	}

	&::-webkit-scrollbar-thumb:hover {
		background: #fafafa;
	}

	scrollbar-width: thin;
	scrollbar-color: #ccc #fafafa;
	scroll-behavior: smooth;
}

a {
	color: #05141d;
	text-decoration: none;
}

a:hover {
	color: #047864;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}

.br-992 {
	display: none;
}
@media (max-width: 992px) {
	.br-992 {
		display: block;
	}	
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 1rem 0;
	background: rgba(255, 255, 255, 0.9);
	overflow-y: auto;
	transition: all .3s;
	z-index: 9997;
}

#header.header-top {
	height: auto;
}
#header * {
	transition: ease-in-out 0.3s;
}
#header h1 {
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
#header h1 a, #header h1 a:hover {
	display: inline-block;
}

@media (max-width: 992px) {
	#header .container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* Header Top */
#header.header-top {
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.9);
}
#header.header-top .social-links, #header.header-top h2 {
  display: none;
}
#header.header-top h1 {
  margin-right: auto;
  font-size: 36px;
}
#header.header-top .container {
  display: flex;
  align-items: center;
}
#header.header-top .navbar {
  margin: 0;
}
@media (max-width: 768px) {
  #header.header-top {
    height: 60px;
  }
  #header.header-top h1 {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li + li {
  margin-left: 30px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 30px 0 0;
  font-size: 16px;
  font-weight: 400;
	color: #05141d;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #047864;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 25px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #047864;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #05141d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  right: 15px;
  top: 15px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
  margin-top: 0;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 45px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.navbar-mobile li {
  padding: 12px 20px;
}
.navbar-mobile li + li {
  margin: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
  font-size: 16px;
  position: relative;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main {
	margin-top: 80px;
}

section {
	position: relative;
	width: 100%;
	padding: 3rem 0 1rem;
	overflow: hidden;
	opacity: 1;
	transition: none;
}
section .container {
	padding: 2rem;
	background: #fafafa;
}

@media (max-width: 991px) {
	#header {
		padding: 1rem 0;
	}
	#main {
		margin-top: 60px;
	}
	.navbar ul {
		display: none;
	}
	.navbar-mobile {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.9);
		transition: .3s;
		z-index: 999;
		overflow: hidden;
	}
	.navbar-mobile ul {
		display: block;
		position: absolute;
		top: 55px;
		right: 15px;
		left: 15px;
		bottom: 15px;
		padding: 10px 0;
		background-color: #fff;
		transition: .3s;
		overflow-y: auto;
	}
}

@media (max-width: 768px) {
	section {
		top: 120px;
	}
}

.section-title h2 {
	margin: 0 0 1.5rem 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1px;
	letter-spacing: 2px;
	color: #05141d;
	text-transform: uppercase;
}
.section-title h2::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #047864;
	margin: 4px 10px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-me .content h3 {
	margin-bottom: .5em;
	font-weight: 700;
	font-size: 18px;
	color: #047864;
}
.about-me .content ul {
	list-style: none;
	margin-bottom: 2.5em;
	padding: 0;
}
.about-me .content ul li {
	margin-bottom: .5em;
	line-height: 1.6;
}
.about-me .content ul strong {
	margin-right: 10px;
}
.about-me .content ul i {
	margin-right: 5px;
	font-size: 16px;
	color: #047864;
	line-height: 0;
}
.about-me .content p:last-child {
	margin-bottom: 0;
}
.history-table {
	width: 100%;
	text-align: left;
}
.history-table th {
	width: 30%;
	vertical-align: top;
	padding: 0 1em .5em;
}
.history-table td {
	padding: 0 .5em .5em;
}
.history-table span {
	font-size: 14px;
}

@media (max-width: 576px) {
	.history-table, 
	.history-table tbody, 
	.history-table tr {
		display: block;
	}
	.history-table th, 
	.history-table td {
		display: block;
		width: 100%;
		padding: .25em 0.5em;
	}
	.history-table th {
		background-color: #f8f8f8;
		margin-top: 1em;
	}
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills h3 {
	margin-bottom: .5em;
	font-weight: 700;
	font-size: 18px;
	color: #047864;
}
.skill-container {
	margin-bottom: 20px;
}
.skill-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.skill-label {
	font-weight: 600;
}
.skill-duration {
	font-size: 14px;
	color: #666;
}
.skill-timeline {
	height: 5px;
	background-color: #f0f0f0;
	overflow: hidden;
}
.skill-bar {
	width: 0;
	height: 100%;
	background-color: #4acdb7;
	transition: width 0.3s ease-out;
	}

.lang-skill {
	background-color: #49c8e7;
}
.other-skill {
	background-color: #afbac5;
}

/*--------------------------------------------------------------
# PR
--------------------------------------------------------------*/
.pr .box {
	margin: .5rem;
	padding: 1.5rem;
	text-align: center;
	background: #f0f0f0;
	transition: all ease-in-out .3s;
}
.pr .box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 1rem;
	background: #047864;
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	transform-style: preserve-3d;
}
.pr .box .icon i {
	color: #fff;
	font-size: 28px;
}
.pr .box h3 {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 18px;
	color: #047864;
}
.pr .box p {
	margin-bottom: .75rem;
	text-align: left;
}

@media (max-width: 576px) {
	.pr .box {
		margin: 0;
		padding: 1rem 1.5rem;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
	margin-bottom: 2rem;
}
.portfolio #portfolio-flters {
	list-style: none;
	margin: 0 auto 15px auto;
	padding: 2px 15px;
	text-align: center;
}
.portfolio #portfolio-flters li {
	display: inline-block;
	margin: 0 .25rem .5rem;
	padding: .5rem 1rem;
	color: inherit;
	background: #f0f0f0;
	border-radius: 4px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #fff;
	background: #047864;
}

.portfolio #portfolio-flters li.filter-uiux.filter-active {
	color: #05141d;
	background: #82bcb2;
}
.portfolio #portfolio-flters li.filter-web.filter-active {
	color: #05141d;
	background: #85b6e1;
}
.portfolio #portfolio-flters li.filter-others.filter-active {
	color: #05141d;
	background: #acafcd;
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio .portfolio-wrap {
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	transition: all .3s ease-in-out;
	overflow: hidden;
	z-index: 1;
	display: block;
	text-decoration: none;
}
.portfolio .portfolio-wrap img {
	transition: transform .3s ease-in-out;
}
.portfolio .portfolio-wrap:hover img {
	transform: scale(1.05);
}
.portfolio .portfolio-wrap .portfolio-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	padding: 1rem;
}
.portfolio .portfolio-wrap .portfolio-info::before,
.portfolio .portfolio-wrap .portfolio-info::after {
	content: "";
	position: absolute;
	opacity: 0;
	transition: all .5s ease 0s;
}

.portfolio .portfolio-wrap .portfolio-info::before {
	top: 1rem;
	left: 1rem;
	width: 3rem;
	height: 3rem;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}

.portfolio .portfolio-wrap .portfolio-info::after {
	bottom: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before,
.portfolio .portfolio-wrap:hover .portfolio-info::after {
	opacity: 1;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}
.portfolio .portfolio-wrap:hover .portfolio-info h4 {

}
.portfolio .portfolio-wrap .portfolio-info p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 2rem;
	background: #fafafa;
	overflow-y: auto;
}
.portfolio-details .container {
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.portfolio-details .portfolio-title {
	margin-bottom: 1rem;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
}
.portfolio-details .portfolio-title .works-tag {
	margin-right: 1em;
	padding: 5px 10px;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 5px;
}
.portfolio-details .portfolio-title .works-tag.uiux {
	background: #82bcb2;
}
.portfolio-details .portfolio-title .works-tag.web {
	background: #85b6e1;
}
.portfolio-details .portfolio-title .works-tag.others {
	background: #acafcd;
}
.portfolio-details .portfolio-info {
	padding: 2rem;
	box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.lightbox-item {
	cursor: pointer;
	transition: opacity .2s ease;
}
.lightbox-item:hover {
	opacity: .7;
}
/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/
.credits {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
  text-align: right;
  font-size: 13px;
  color: #fff;
  z-index: 999999;
}
@media (max-width: 992px) {
  .credits {
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
  }
}
.credits a {
  color: #047864;
  transition: 0.3s;
}
.credits a:hover {
  color: #fff;
}

.standalone {
	margin-top: 2rem;
}