@charset "utf-8";
/* CSS Document */

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

/*--------------メインビジュアル--------------*/
.main_logo img{
	display:block;
	width:70%;
	margin:0 auto;
	padding-top:35vh;
}

.main_text{
	font-size:140% !important;
	line-height:2;
	color:#fff;
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
	font-weight:bold;
	position: absolute;
    top: -120%;
    left: -100%;
    right: -100%;
    bottom: -75%;
    margin: auto !important;
    width: 100%;
    height: 0px;
	z-index:5;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	
}

.hosi{
	display:block;
	text-align:center;
	padding-bottom:5px;
	color:#FF0;
	text-shadow:none;
	font-size:140%;
}

.box{
	padding:20px 0 10px;
	background:url(../img/main_bg.gif);
	
}

.box02{
	background:#FFF4F4;
	padding:20px 0 20px;
	
}

.box03{
	background:#fff;
	padding:20px 0 20px;
}

.sub_title{
	font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	font-size:180%;
	letter-spacing: 3px;
	color:#ba2228;
	background:url(../img/back_logo.png) no-repeat 50% 50%;
	background-size:contain;
	padding:10px 0;
}

.text{
	color:#535353;
	padding:10px 10px 20px;
	font-size:116%;
}

.banner_pic img{
	width:94%;
	display:block;
	margin:0 auto 20px;
	border:1px solid #ccc;
}
.ces_bannerbox{
	display: flex;
	justify-content: center;
	margin: 15px 0 5px;
}
.ces_bannerbox a{
	width: 45%;
}
.ces_bannerbox img{
	width: 100%;
}
.pic img{
	width:100%;
	vertical-align:bottom;
}

.ceslink{
	display: block;
	color: #fff;
	background: #ba2228;
	text-align: center;
	width: fit-content;
	margin: 30px auto;
	padding: 7px 10px;
	position: relative;
}
.ceslink:before{
	content: "";
	border: 1px solid;
	border-color: #ba2228 transparent transparent #ba2228;
	height: 25px;
	width: 50px;
	position: absolute;
	top: -6px;
	left: -6px;
	z-index: 1;
}
.ceslink:after{
	content: "";
	border: 1px solid;
	border-color: transparent #ba2228 #ba2228 transparent;
	height: 25px;
	width: 50px;
	position: absolute;
	bottom: -6px;
	right: -6px;
	z-index: 1;
}


.btn a{
	display:block;
	width:96%;
	margin:20px auto;
	background:#ba2228;
	color:#fff;
	padding:10px 0;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	border: 2px solid #a4a4a4;
}


/*/////////////タブ/////////////////*/
/*//////////////NWES////////////////*/

#pickup {
	width:100%;
	margin:0 auto;
	color:#fff;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../img/main_bg.gif);
	padding:20px 0;
}

#pickup ul.tab{
	display:table;	
	width:100%;	
	margin:15px 0 10px;	
}

#pickup ul.tab li{
	display: table-cell;	
	width:33%;
	padding:0 1px;				
}

#pickup ul.tab li a{
	display:block;
	background:#ccc;
	color:#494949;
	font-weight: bold;
	padding:10px 0;
	text-align:center;
}

#pickup ul.tab li.current a {
	position: relative;
	background-color:#333;
	color:#fff;
}

#pickup .tabContents{
	display:none;	
	padding:0 2px;
}

#pickup div.tabContents.current{
	display:block;
}

#pickup div.round {
  　background:#FFF;
  　border-top: none;
 　 -webkit-border-radius: 3px;
 　 border-radius: 3px;
 　 -webkit-border-top-left-radius: 0;
 　 border-top-left-radius: 0;
 　 -webkit-border-top-right-radius: 0;
 　 border-top-right-radius: 0;
 　 padding: 10px;
}

#pickup div.round a{
	display:block;
}

/*日付*/
.day{
	display:block;
	font-size:77%;
	color: #454545;
	padding:5px 0 5px 0;
}

.news{
	width:100%;
	margin:0 auto;
}

.news li{
	border-bottom:1px dotted #ccc ;
	overflow:hidden;
	background:#fff;
	padding:0 10px 9px;
}

.news li a{
	display:block;
    color: #454545;
	font-weight:bold;
	padding:0 0 5px 0;
}

/*左側の画像*/
.pic_news img{
	width:30%;
	height:auto;
	overflow:hidden;
	padding:10px 10px 0 0;
	float:left;
	clear:both;
}

.right_box{
	width:66%;
	float:left;
}


/*///////////フォールダウン//////////////////*/
@keyframes falldown-zoomin {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(2);
	}
}
.falldown {
	width: 100%;
	height: 70vh;
	position: relative;
	overflow: hidden;
}
.falldown-front {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
.falldown-middle {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ba2228;
}
.falldown-back {
	position: absolute;
}
img.falldown-back {
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-fill-mode: both;
	animation-name: falldown-zoomin;
}


