@charset "UTF-8";
/* CSS Document */


#who_am_i {
	padding-top: 1px;
	padding-bottom: 0;
	background-color: #eee;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	line-height: 1.5;
}

#who_am_i img {
	width: 100%;
	height: auto;
}

#who_am_i .cnt_frame {
	width: 500px;
	margin: 0 auto 0;
	background-color: #fff;
}

#who_am_i .marquee {
	position: relative;
	padding-bottom: 10%;
	background: url(../img/common/marquee_bg.png) 0 0 repeat-x;
	background-size: auto 100%;
	overflow: hidden;
}

#who_am_i .marquee ul {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 180%;
	height: 100%;
}

#who_am_i .marquee .set {
	width: 100%;
	height: 100%;
}


#who_am_i .marquee#marquee ul {
	animation: marquee_anm 5s linear Infinite;
}

@keyframes marquee_anm {
	0% {transform: translateX(0);}
	100% {transform: translateX(-33.3%);}
}

#who_am_i .marquee#marquee .set {
	background: url(../img/common/marquee_txt.svg) 0 center no-repeat;
	background-size: auto 37.4%;
}


@media screen and (max-width: 750px) {
	#who_am_i {
		padding-bottom: 0;
	}

	#who_am_i .cnt_frame {
		width: 100%;
		margin: 0;
	}
}
