@charset "utf-8";
html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	font-size:62.5%;
}
body {
	background-color: #000000;
	color:#ffffff;
	font-size: 1.4rem;
	margin:0px auto;
	padding:0;
	font-family: "Noto Sans JP",sans-serif;
}

html{
	overflow-x:hidden;
	font-size: 62.5%;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover,a:active {
	color: #000000;
	text-decoration: underline;
}
a img{
    transition:all 0.5s ease;
    }

a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
#wrapper {
	padding: 30px 0;
}
#photo {
	width: 240px;
	height: auto;
	margin: 0 auto 15px;
	text-align: center;
	color:#ffffff;
}
#photo img {
	border-radius: 50%;
}

ul.link {
	max-width: 300px;
	margin:0 auto 25px;
	padding:15px 0 0 0;
	list-style: none;
}
ul.link li {
	margin: 0 10px 5px 30px;
	padding: 0px;
	background-color: #000000;
	line-height: inherit;
	transform: translateX(-1000%);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
ul.link li:nth-child(1){ animation-delay: .2s; }
ul.link li:nth-child(2){ animation-delay: .3s; }
ul.link li:nth-child(3){ animation-delay: .4s; }
ul.link li:nth-child(4){ animation-delay: .5s; }
ul.link li:nth-child(5){ animation-delay: .6s; }
ul.link li:nth-child(6){ animation-delay: .7s; }
ul.link li:nth-child(7){ animation-delay: .8s; }
ul.link li:nth-child(8){ animation-delay: .9s; }
ul.link li:nth-child(9){ animation-delay: 1s; }
ul.link li:nth-child(10){ animation-delay: 1.1s; }

ul.link li a {
	display: block;
	font-weight: bold;
	margin: 0 0 0;
	padding: 0;
	text-align: left;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	line-height: inherit;
}
ul.link li a:hover {
	background-color: #000000;
}
ul.link li a img {
	width: auto;
	height: 100%;
	max-height: 60px;
	color: #000000;
	background-color: #000000;
}
ul.link li a span {
	margin: 0 0 0 0;
	padding: 0;
}
ul.link li a span img {
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	max-height: 60px;
	display: inline-block;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
ul.link li a {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
	line-height: 0;
}

ul.link li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	line-height: 0;
	flex-shrink: 0;
	background-color: #000000;
}

ul.link li a span img {
	display: block;
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
	margin: 0 0 0 0;
	padding: 0;
}

ul.link li a > img {
	display: block;
	width: auto;
	height: auto;
	max-height: 60px;
	margin: 0 auto;
	background-color: #000000;
}