@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* サイトタイトルのfont-family指定*/
.-txt .c-headLogo__link {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	letter-spacing: -0.02em;
}


.title-line {
	position: relative;
	z-index: 0;
}

.title-line::before {
	position: absolute;
	content: "";
	width: 2em;
	height: 1px;
	background-color: #9CA3AF;
	top: -50%;
	transform: translatey(50%);
}

.title-line::after {
	position: absolute;
	top: -100%;
	left: 2.5em;
	color: #9CA3AF;
	font-family: "Montserrat", sans-serif;
	font-size: 1em;
	font-weight: 500;
	z-index: -1;

}
.about::after {
	content: "About";
}

.portfolio::after {
	content: "Portfolio";
}