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

/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}
.cr5 {margin:10px auto;}
.cr10 {margin:10px auto;}
.cr20 {margin:20px auto;}
.cr30 {margin:30px auto;}

.cr15o {margin:15px auto 0;}
.cr20o {margin:20px auto 0;}

.cr15u {margin:0 auto 15px;}
.cr20u {margin:0 auto 20px;}
.cr50up {margin:0 auto; padding-bottom:50px;}

body.fixed .menu_fix {
	margin-bottom:100px;
}

body.fixed #Menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* ページトップ */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.4em;
	font-weight:bold;
	z-index:10000;
}
#page-top a {
	background: #eb6d9a;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#page-top a:hover {
	text-decoration: none;
	background: #ff3980;
}

/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }


/* 全体・枠作り */

html,body {
  height:100%;
}

img { display:block; }


body {
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:62.5%;
	text-align:center;
}

#PageWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
	min-width:1200px;
	background:url(../img_teaser/grand_bg.png) left top repeat;
	animation: backcircle 20s linear infinite;
}

@keyframes backcircle {
 0% {background-position: 0 0;}
 100% {background-position: 800px 0;}
}

#Title {
	width:100%;
	height:225px;
	background:url(../img_teaser/title.png) center 70px no-repeat;
}

#Title h1 {
	text-indent:-9999px;
	overflow:hidden;
}

#Mainvisual {
	width:100%;
	min-width:1200px;
	height:600px;
	position:relative;
	background:url(../img_teaser/cafe.jpg) center center no-repeat;
	background-size:cover;
}

#Character {
	width:1200px;
	height:600px;
	margin:0 auto;
	background:url(../img_teaser/mainvisual.png) center top no-repeat;
}

#Text {
	width:100%;
	height:185px;
	background:url(../img_teaser/date.png) center 45px no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}


#Twitter {
	width:80px;
	height:80px;
	margin:0 auto;
}

#Logo {
	width:159px;
	height:50px;
	margin:35px auto 10px;
	position:relative;
}

#Logo a:hover img {
	top:-2px;
	left:0;
	position:relative;
}

#Copyright {
	background:url(../img_teaser/copyright.png) center top no-repeat;
	width:215px;
	height:15px;
	margin:0 auto 32px;
	text-indent:-9999px;
	overflow:hidden;
}