@charset "UTF-8";

/* ------------------------
anime.css
@date 2018-05-12
------------------------ */

#anime {
	width: 100%;
	height: 100%;
	overflow: hidden;
    position: fixed;
	z-index: 10000;
	display: none;
}

.anime_wrap {
	width: 100%;
	height: 100%;
	background: #FC0;
	position: relative;

}

#anime .anime_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
	max-width: 1000px;
	text-align: center;
}

.anime_circle {
	position: relative;
	border-radius: 50%;
	background: #FFF;
	margin: 0 auto;
 width : calc(300 / 1920 * 100%);
 padding-top : calc(300 / 1920 * 100%);
}

@media only screen and (max-width: 768px) {
	.anime_circle {
		width : 35%;
		padding-top : 35%;
	}
}

.anime_circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55%;
	height: 55%;
}

/*テキスト*/

.anime_text {
	margin-top: 20px;
	font-size : 40px;
}

@media only screen and (max-width: 768px) {
	.anime_text {
		font-size : 0.8rem;
	}
}

/*投稿数*/

#count_num {
	font-size : 100px;
}

@media only screen and (max-width: 768px) {
	#count_num {
		font-size: 2rem;
	}
}

/*閉じるボタン*/

.anime_close {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}

.anime_close a {
	display: inline-block;
	text-align: center;
	padding: 5px 20px;
	font-size: 16px;
	text-decoration: none;
	color: #888;
}

 @media only screen and (max-width: 768px) {
	.anime_close a {
		font-size : 0.8rem;
	}
}

/*スクロールバーの表示*/

html {
	overflow-y: scroll;
}

/*1200万件部分の静的な表示
---------------------------------*/

.announce {
	background: #FCCD00;
}

.announce.index {
	padding-bottom:110px;
}

 @media only screen and (max-width: 768px) {
	.announce.index {
		padding-bottom:35px;
	}
}

.announce .inner {
	width: 920px;
	padding: 50px 50px;
	margin: 0 auto;
	background: url(../img/bg_ana.png) no-repeat center center;
	text-align: center;
}

 @media only screen and (max-width: 768px) {
	.announce .inner {
		width: 100%;
		padding: 10px 50px;
		height:auto;
		background: url(../img/bg_ana.png) no-repeat center center;
		background-size: contain;
	}
}

.announce p {
	margin-top: 0;
	line-height: 100%;
	font-size : 32px;
	line-height:1.1;
}

.announce #count_num {
	font-size : 80px;
	font-weight: 900;
}

.announce .note {
	margin-top:20px;
	font-size : 12px;
}

.announce p .pc_none{
	display:none;
}

@media only screen and (max-width: 768px) {
	.announce p {
		font-size : 0.8rem;
	}
	
	.announce #count_num {
		font-size : 2.0rem;
	}
	
	.announce .note {
		margin-top:10px;
		font-size : 0.32rem;
	}
	
	.announce p .pc_none{
		display: block;
	}

}
