@charset "utf-8";
/* =======================================

TOP専用CSS

Since: 201011 Taguchi Wataru
mod:

========================================== */

/*コロナ*/
.corona{
	background:#D7000F;
	padding:15px;
}
.corona-text{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}

/* ------------------------------
top専用
------------------------------ */
/*メインイメージ*/
.mainImage{
	background:url(../img/m/main_bg.jpg) no-repeat center center;
	background-size: cover;
}
.mainImage .wrap{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* 通過記録ボタン */
.mainImage .wrap .bnr_record{
	position: absolute;
	bottom: -40px;
	right: 0;
	animation: bound 3s infinite;
	transition: .3s;
}

.mainImage .wrap .bnr_record.youtube{
	right: 180px;
	animation-delay: -2s;
}
.mainImage .wrap .bnr_record:hover{
	opacity: .8;
}
.bnr_record .link_area{
	display: block;
	padding: 3px;
	border-radius: 50%;
	-webkit-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 7px 7px 15px 0px rgba(0,0,0,0.2);

	background: linear-gradient(45deg, #fbff00, #009140, #fbff00);
	background-size: 600% 600%;
	animation: AnimationName 6s ease infinite;
}

.bnr_record .link_area.youtube{
	background: linear-gradient(45deg, #fbff00, #f31e2f, #fbff00);
	background-size: 600% 600%;
	animation: AnimationName 6s ease infinite;
}

.bnr_record .record_in{
	border: 2px solid #ffffff;
	border-radius: 50%;
	padding: 23px;
}

.bnr_record .record_in img{
	max-width: 115px;
}

@keyframes AnimationName {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/* コンテンツエリア */
.top_contents_area{
	margin-bottom: 60px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
}
.top_contents_area::before{
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 15px;
	background: transparent url(../img/stripe_bg.png)repeat;
}

.top_contents_comment{
	font-size: 28px;
	font-weight: bold;
}

/* YouTubeLive */
.youtube_movie_area{
	margin-top: 40px;
}
.page_youtube_comment{
	font-size: 28px;
	font-weight: bold;
}
.youtube_movie_area img{
	width: 100%;
}



/* テレビ和歌山放送詳細 */
.terewaka_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
}
.terewaka_ttl .tv_img{
	margin-right: 15px;
}
.terewaka_ttl .ttl_txt{
	font-size: 45px;
	font-weight: bold;
	color: #333333;
	margin-bottom: -6px;
}
.terewaka_ttl .sm_txt{
	font-size: .8em;
	font-weight: bold;
	color: #333333;
}

.terewaka_table{
	display: flex;
	flex-wrap: wrap;
	width: 750px;
	margin: 40px auto 0;
	line-height: 4rem;
	border: 2px solid #7dc05c;
}
.terewaka_table .ttl{
	font-size: 35px;
	color: #ffffff;
	background-color: #7dc05c;
	width: 20%;
	font-weight: bold;
	padding: 5px;
	box-sizing: border-box;
	border-bottom: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.terewaka_table .ttl:last-of-type{
	border-bottom: none;
}
.terewaka_table .txt{
	font-size: 35px;
	width: 80%;
	font-weight: bold;
	text-align: left;
	background: #ffffff;
	padding-left: 15px;
	box-sizing: border-box;
	border-bottom: 2px solid #7dc05c;
	display: flex;
	align-items: center;
}
.terewaka_table .txt:last-of-type{
	border-bottom: none;
}
.terewaka_table .txt .big_txt{
	font-size: 50px;
	color: #f31e2f;
}

/*バナーエリア*/

.bnr_traffic{
	transition: .3s;
	margin-bottom: 40px;
	display: block;
}
.bnr_traffic:hover{
	opacity: .7;
}


/*ボタン＆TV宣伝*/


.block3 .btn{

margin-bottom: 35px;

margin: 5px auto 5px;
}

.block3 .btn a{

display:block;
background-color:#fff;
width:406px;
margin:0 auto;
background-image:url(../img/btn_time_on.png);
}