/**************************
↓↓↓↓各タイトルのサイズ指定↓↓↓↓
**************************/
.svg_about,
.svg_works,
.svg_blog,
.svg_contact {
	display: block;
	box-sizing: content-box;
}

.svg_about {
	width: 215px;
	height: 80px;
	padding: 7em 0 0em;
}

.svg_blog {
	width: 140px;
	height: 70px;
	padding: 5.3em 0 0em;
}

.svg_works {
	width: 200px;
	height: 70px;
	padding: 5.3em 0 0em;
}

.svg_contact {
	width: 285px;
	height: 70px;
	padding: 5.3em 0 0em;
}

/**************************
↑↑↑↑各タイトルのサイズ指定↑↑↑↑
**************************/

/**************************
↓↓↓↓共通部分の指定↓↓↓↓
**************************/

.svg_wrap path,
.svg_wrap_progress path {
	fill: transparent;
	stroke: transparent;
	stroke-width: 1px;
	stroke-dasharray: 2000px;
}

.svg_wrap.loaded path:nth-child(1),
.svg_wrap_progress.progress_complete_svg path:nth-child(1) {
	animation: svg_1st_letter 5s linear forwards;
}

.svg_wrap.loaded path:nth-child(2),
.svg_wrap_progress.progress_complete_svg path:nth-child(2) {
	animation: svg_2st_letter 5s linear forwards;
}

.svg_wrap.loaded path:nth-child(3),
.svg_wrap_progress.progress_complete_svg path:nth-child(3) {
	animation: svg_3st_letter 5s linear forwards;
}

.svg_wrap.loaded path:nth-child(4),
.svg_wrap_progress.progress_complete_svg path:nth-child(4) {
	animation: svg_4st_letter 5s linear forwards;
}

.svg_wrap.loaded path:nth-child(5),
.svg_wrap_progress.progress_complete_svg path:nth-child(5) {
	animation: svg_5st_letter 5s linear forwards;
}

.svg_wrap.loaded path:nth-child(6),
.svg_wrap_progress.progress_complete_svg path:nth-child(6) {
	animation: svg_6st_letter 5s linear forwards;
}

.svg_wrap.loaded path:nth-child(7),
.svg_wrap_progress.progress_complete_svg path:nth-child(7) {
	animation: svg_7st_letter 5s linear forwards;
}

/*ローディングアニメの表示分の遅延処理*/
.svg_wrap_progress.progress_complete_svg path:nth-child(1),
.svg_wrap_progress.progress_complete_svg path:nth-child(2),
.svg_wrap_progress.progress_complete_svg path:nth-child(3),
.svg_wrap_progress.progress_complete_svg path:nth-child(4),
.svg_wrap_progress.progress_complete_svg path:nth-child(5),
.svg_wrap_progress.progress_complete_svg path:nth-child(6),
.svg_wrap_progress.progress_complete_svg path:nth-child(7) {
	animation-delay: 1.5s;
}

@keyframes svg_1st_letter {
	0% {
		stroke: #70d954;
		stroke-dashoffset: 2000px;
	}

	30% {
		fill: transparent;
		stroke: #70d954;
	}

	35% {
		fill: #111;
		stroke: #111;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #111;
		stroke: #111;
	}
}

@keyframes svg_2st_letter {
	0% {
		stroke: #70d954;
		stroke-dashoffset: 2100px;
	}

	30% {
		fill: transparent;
		stroke: #70d954;
	}

	35% {
		fill: #111;
		stroke: #111;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #111;
		stroke: #111;
	}
}

@keyframes svg_3st_letter {
	0% {
		stroke: #70d954;
		stroke-dashoffset: 2200px;
	}

	30% {
		fill: transparent;
		stroke: #70d954;
	}

	35% {
		fill: #111;
		stroke: #111;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #111;
		stroke: #111;
	}
}

@keyframes svg_4st_letter {
	0% {
		stroke: #70d954;
		stroke-dashoffset: 2300px;
	}

	30% {
		fill: transparent;
		stroke: #70d954;
	}

	35% {
		fill: #111;
		stroke: #111;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #111;
		stroke: #111;
	}
}

@keyframes svg_5st_letter {
	0% {
		stroke: #70d954;
		stroke-dashoffset: 2400px;
	}

	30% {
		fill: transparent;
		stroke: #70d954;
	}

	35% {
		fill: #111;
		stroke: #111;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #111;
		stroke: #111;
	}
}

@keyframes svg_6st_letter {
	0% {
		stroke: #70d954;
		stroke-dashoffset: 2500px;
	}

	30% {
		fill: transparent;
		stroke: #70d954;
	}

	35% {
		fill: #111;
		stroke: #111;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #111;
		stroke: #111;
	}
}

@keyframes svg_7st_letter {
	0% {
		stroke: #70d954;
		stroke-dashoffset: 2600px;
	}

	30% {
		fill: transparent;
		stroke: #70d954;
	}

	35% {
		fill: #111;
		stroke: #111;
	}

	100% {
		stroke-dashoffset: 0;
		fill: #111;
		stroke: #111;
	}
}


/**************************
↓↓↓↓パンくずリストの記述ここから↓↓↓↓
**************************/

.about_bread.pan_list,
.works_bread.pan_list,
.blog_bread,
.contact_bread.pan_list {
	margin: 0em 0 5em;
}

.h1_sub_title,
.h1_sub_title_progress,
.other_sub_title {
	font-size: 1.2rem;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	top: -0.75em;
	opacity: 0;
}

.other_sub_title {
	opacity: 1;
}

.h1_sub_title.loaded,
.h1_sub_title_progress.progress_complete_svg {
	animation: h1_sub_title 5s linear forwards;
}

/*ローディングアニメの表示分の遅延処理*/
.h1_sub_title_progress.progress_complete_svg {
	animation-delay: 1.5s;
}

@keyframes h1_sub_title {
	30% {
		opacity: 0;
	}

	35% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

/**************************
↑↑↑↑パンくずリストの記述ここまで↑↑↑↑
**************************/