/*
#mainArea
*/
#mainArea {
	text-align: center;
	width:100%;
	padding: 0px 0px;
	margin: 0px auto;
	position: fixed;
	z-index: 1000;
}
#mainArea #main {
	width:100%;
	max-width: 1000px;
	display: block;
	padding: 50px 15px 0 0;
	margin: 0px auto;
	position: relative;
	cursor: pointer;
}
#mainArea #main img {
	width:100%;
}
.msg {
	color: #fff;
	font-size: 24px;
	animation: anime1 2s reverse infinite;
	margin: auto;
	position: fixed;
	top:60px;
	right: 30px;
	z-index: 1000;
	cursor: pointer;
}
@keyframes anime1{
	0% { transform: scale(0.8,1); }
	80% { transform: scale(0.8,1); }
	85% { transform: scale(1,1.2); }
	90% { transform: scale(0.8,1); }
	95% { transform: scale(1,1.3); }
	100% { transform: scale(0.8,1); }
}
#msg_img {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100vw;
	height: 100vh;
	margin: auto;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 10000;
}
#msg_img #img_wrap {
	width: 50%;
	height: auto;
	max-width: 640px;
	margin: auto;
}
#msg_img #img_wrap img {
	width: 100%;
}


/*
#newsArea
*/
#newsArea {
	text-align: center;
}
#newsArea #result {
	color: #fff;
	width: 60%;
	max-width: 780px;
	margin: 0px auto 40px;
}
#newsArea #result .item  {
	text-align: center;
	overflow: hidden;
	width: 90%;
	padding: 2px;
	margin: 0px auto 0px;
}
#newsArea #result .item .date  {
	font-family: adobe-garamond-pro, serif;
	font-size: 16px;
	line-height: 18px;
	padding: 0px 2%;
	margin: 0px 0px 0px 0px;
	display: block;
}
#newsArea #result .item .date::after  {
	content:"";
	width: 40px;
	margin: 5px auto;
	border-bottom:1px solid #fff;
	opacity: .5;
	display: block;
}
#newsArea #result .item .text  {
	font-size: 14px;
	line-height: 20px;
	height: auto;
	/*white-space: nowrap;*/
	overflow: hidden;
	padding: 5px 2%;
	margin: 0px 0px 0px 0px;
}
#newsArea #result a {
	color: #fff;
	font-size: 16px;
}
#newsArea #result a:hover {
	background: rgba(255,255,255,.2);
}

/*
movieArea
*/
#movieArea {
	width:100%;
}
#movieArea h2 {
}
#movie {
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#movie_list {
}
.movie {
	height: auto;
	vertical-align: top;
	padding-bottom: 20px;
}
.movie1 {
	width:96%;
	margin: 0px auto 2% auto;
}
.movie2 {
	width:46%;
	margin: 0px auto 2% auto;
}
.movie .yt {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie .yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



@media screen and (max-width: 1000px) {
/*
#mainArea
*/
#mainArea {
	width:100%;
}
#mainArea #main {
	width:100%;
	max-width: 1000px;
	display: block;
	padding: 50px 0 0 0;
	margin: 0px auto;
	position: relative;
	cursor: pointer;
}
.msg {
	color: #fff;
	font-size: 20px;
	animation: anime1 2s reverse infinite;
	margin: auto;
	position: fixed;
	top: 46vw;
	right: 2vw;
	z-index: 1000;
}
#msg_img #img_wrap {
	width: 75%;
	height: auto;
	max-width: 640px;
	margin: auto;
}

	
h2 {
	font-size: 24px;
	margin: 20px;
}

/*
#newsArea
*/
#newsArea #news {
	padding: 0px;
}
#newsArea #result {
	color: #fff;
	width: calc(80% - 80px);
	margin: 0px auto 40px;
}
#newsArea #result .item  {
	text-align: center;
	width: 90%;
	padding: 2px;
	margin: 0px auto 0px;
}
#newsArea #result .item .date  {
	font-size: 16px;
}
#newsArea #result .item .text  {
	font-size: 13px;
	line-height: 150%;
}

}



@media screen and (max-width: 480px) {
.msg {
	font-size: 16px;
	top: 50vw;
	right: 1vw;
}
#msg_img #img_wrap {
	width: 90%;
	height: auto;
	margin: auto;
}

/*
#newsArea
*/
#newsArea #news {
	padding: 0px;
}
#newsArea #result {
	color: #fff;
	width: calc(100% - 80px);
	margin: 0px auto 0px;
}

/*
movieArea
*/
#movieArea {
	width:100%;
}
#movieArea h2 {
}
#movie {
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#movie_list {
}
.movie {
	height: auto;
	vertical-align: top;
	padding-bottom: 20px;
}
.movie1 {
	width:96%;
	margin: 0px auto 2% auto;
}
.movie2 {
	width:96%;
	margin: 0px auto 2% auto;
}

}
