@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400&display=swap');

html {
	height: 100%;
}

body {
	background-color: #d5e3ef;
	color: #555;
    font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}

main {
	max-width: 700px;
	margin: 0 auto;
}

a {
	color: #666;
	transition: .3s;
}

a:hover {
	color: #888;
}

li {
	margin: 0 0 0 1.5em;
	line-height: 1.5;
}

.hidden,
.hidden01,
.hidden02 {
	opacity: 0;
	transition: .7s;
	transform : translate(0, -30px);
}

.hidden01,
.hidden02 {
	opacity: 0;
	transition: .7s;
	transform : translate(0, -15px);
}

.show,
.show::before,
.show::after {
	opacity: 1;
	transform : translate(0, 0);
}

.fadein {
	visibility: hidden;
	opacity: 0;
	transition: .7s;
}

.fadein.appear {
	visibility: visible;
	opacity: 1;
}


/* NAVIGATION */

.header-nav-btn {

}

.header-nav-list {
	display: none;
}

/* HOME */

body.home {
	min-height: 100%;
}

.home main {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	max-width: 650px;
	height: calc( 100vh - 80px );
	background-image: url(../img/ame_wh_bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.top-content h1 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background-image: url(../img/ame_mizu_bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 1.5;
}

.top-content h1 span {
	display: block;
	color: #555;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
}

.top-content h1 .sitetitle {
	padding: 2em 0 0 0;
	font-size: 1.7em;
}

.top-content h1 .subtitle {
	font-size: 1.25em;
}


/* WORKS */

.works {
	width: 90%;
	max-width: 650px;
}

.works h2 {
	text-align: center;
	display: block;
	color: #555;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
	font-size: 1.7em;
	line-height: 1.5;
	padding: 3em 0 0 0;
}

.works article {
	padding: 3em 0;
	border-bottom: 1px solid #fff;
	font-size: 0.85em;
}

.works article time {
	font-size: 0.8em;
	font-family: 'Quicksand', sans-serif;
	margin: 0 0 0.3em 0;
	line-height: 1.5;
}

.works article h3 {
	display: block;
	padding: 0 0 1em 0;
}

.works article p {
	line-height: 1.75;
}

.works article p img {
	display: block;
	width: 100%;
	padding: 0 0 1em 0;
}

.works article hr {
	width: 5em;
	border-top: 1px solid #555;
	margin: 1.25em 0 1em 0;
}



/* PROFILE */


.profile {	
	width: 90%;
	max-width: 650px;
	line-height: 2;
}

.profile h2 {
	text-align: center;
	display: block;
	color: #555;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
	font-size: 1.7em;
	line-height: 1.5;
	padding: 3em 0 1em 0;
}

.profile dt {
	text-align: center;
}

.profile dt.myname::before {
	content: "";
	display: block;
	max-width: 230px;
	width: 60%;
	padding: 0 0 40% 0;
	margin: 0 auto;
	background-image: url(../img/profile.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.profile dt span {
	display: block;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
	font-size: 1.1em;
	padding: 0.5em 0;
}

.profile dd {
	display: block;
	font-size: 0.85em;
	padding: 0.5em 0;
}

.profile dd ul {
	text-align: center;
}

.profile dd ul li {
	list-style: none;
	display: inline-block;
	background-color: #fff;
	border-radius: 0.25em;
	padding: 0.35em 0.75em;
	margin: 0.35em;
}


/* FOOTER */

footer {
	padding: 3em 0 5em 0;
}

.link-icons {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.link-icons li {
	display: block;
	width: 30px;
	height: 30px;
	margin: 10px;
}

.link-icons li a {
	display: block;
	width: 100%;
	height: 100%;
}

.link-icons li svg {
	width: 100%;
	height: 100%;
	fill: #ccc;
}

footer p {
	text-align: center;
	font-size: 0.7em;
	padding: 1em;
}


/* ERROR */

.error {
	padding: 100px 0;
	text-align: center;
}

.error h2{
	font-size: 2em;
	margin: 0 0 1em 0;
}

/* - - - - - - - - - - - - - Tablet - - - - - - - - - - - - - */


@media (max-width: 700px) {

}



/* - - - - - - - - - - - - SmartPhone - - - - - - - - - - - - */


@media (max-width: 480px) {

	body {
	    font-size: 12px;
	}
	li {
		font-size: 0.9em;
	}

	/* PROFILE */

	.profile dt::before {
		padding: 0 0 50% 0;
	}

	/* FOOTER */

	.link-icons li {
		width: 7vw;
		height: 7vw;
		margin: 3vw;
	}

}