@charset "utf-8";
/* CSS Document */

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes ange {
	0% {opacity:0;top:267px;left:337px;transform: scale(0.5)}
	100% {opacity:1;top:167px;left:136px;transform: scale(1.0)}
}
@-webkit-keyframes ange {
	0% {opacity:0;top:267px;left:337px;transform: scale(0.5)}
	100% {opacity:1;top:167px;left:136px;transform: scale(1.0)}
}
@keyframes etoile {
	0% {opacity:0;top:258px;left:556px;transform: scale(0.5)}
	100% {opacity:1;top:158px;left:755px;transform: scale(1.0)}
}
@-webkit-keyframes etoile {
	0% {opacity:0;top:258px;left:556px;transform: scale(0.5)}
	100% {opacity:1;top:158px;left:755px;transform: scale(1.0)}
}
@keyframes macheoli_amour {
	0% {opacity:0;top:130px;left:181px;transform: scale(0.5)}
	100% {opacity:1;top:230px;left:-20px;transform: scale(1.0)}
}
@-webkit-keyframes macheoli_amour {
	0% {opacity:0;top:130px;left:181px;transform: scale(0.5)}
	100% {opacity:1;top:230px;left:-20px;transform: scale(1.0)}
}
@keyframes white {
	0% {opacity:0;top:193px;left:669px;transform: scale(0.5)}
	100% {opacity:1;top:293px;left:868px;transform: scale(1.0)}
}
@-webkit-keyframes white {
	0% {opacity:0;top:193px;left:669px;transform: scale(0.5)}
	100% {opacity:1;top:293px;left:868px;transform: scale(1.0)}
}
@keyframes yell {
	0% {opacity:0;top:192px;left:179px;transform: scale(0.5)}
	100% {opacity:1;top:492px;left:-22px;transform: scale(1.0)}
}
@-webkit-keyframes yell {
	0% {opacity:0;top:192px;left:179px;transform: scale(0.5)}
	100% {opacity:1;top:392px;left:-22px;transform: scale(1.0)}
}
@keyframes black {
	0% {opacity:0;top:177px;left:602px;transform: scale(0.5)}
	100% {opacity:1;top:477px;left:801px;transform: scale(1.0)}
}
@-webkit-keyframes black {
	0% {opacity:0;top:177px;left:602px;transform: scale(0.5)}
	100% {opacity:1;top:477px;left:801px;transform: scale(1.0)}
}

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

img {
	vertical-align: bottom;
}
/* Clearfix */
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

html, body {
	width:100%;
	height:100%;
}

body {
	font-family:"メイリオ",Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}

a {
	color: #ff39aa;
	text-decoration: none;
	font-size:15px;
}

a:hover {
	text-decoration: underline;
}

#accesstag {
	display:none;
}
#header {
	width:100%;
	min-width:1080px;
	height:100px;
	margin:0 auto;
	position: relative;
	background:url(../images/common/bg.png),#F52787;
}
#header:after {
	content: "";
	position:absolute;
	bottom:0;
	width:100%;
	height:9px;
	background: url(../images/top/bg_line_top.gif) repeat-x center ;
}
#header ul{
	overflow:hidden;
	width:1080px;
	margin:0 auto;
}
#header ul li{
	float:left;
	margin-right:5px;
}
#header ul li:last-child{
	margin-right:0;
}

#main {
	width:100%;
	height:862px;
	min-width:1080px;
	background: url(../images/top/bg.jpg) no-repeat center top;
	position:relative;
}
#main .mainArea{
	width:1080px;
	margin:0 auto;
	position:relative;
}
#main .mainArea h1{
	position:absolute;
	top:310px;
	left:297px;
	z-index:200;
	opacity:0;
}
#main .mainArea h2{
	position:absolute;
	top:10px;
	right:0;
	z-index:200;
	opacity:0;
}
#main .mainArea h2 img{
	width:230px;
}
#main .mainArea h2 a:hover{
	opacity:0.8;
}
#main .mainArea h3{
	position:absolute;
	top:75px;
	left:0;
	z-index:200;
	opacity:0;
}
#main .mainArea h3 img{
	width:142px;
}
#main .mainArea #share{
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:179px;
	height:70px;
	padding:14px 16px 0 16px;
	background: url(../images/top/bg_share.png) no-repeat ;
	z-index:200;
	opacity:0;
}
#main .mainArea #share li{
	float:left;
	margin-right:10px;
}
#main .mainArea #share li:last-child{
	margin-right:0;
}
#main .mainArea #ange{
	position:absolute;
	z-index:30;
	opacity:0;
}
#main .mainArea #ange.effect{
	animation: ange 0.35s ease forwards;
	-webkit-animation: ange 0.35s ease forwards;
	animation-delay: 1.105s;
	-webkit-animation-delay: 1.105s;
}
#main .mainArea #etoile{
	position:absolute;
	z-index:30;
	opacity:0;
}
#main .mainArea #etoile.effect{
	animation: etoile 0.35s ease forwards;
	-webkit-animation: etoile 0.35s ease forwards;
	animation-delay: 1.105s;
	-webkit-animation-delay: 1.105s;
}
#main .mainArea #macheoli_amour{
	position:absolute;
	z-index:60;
	opacity:0;
}
#main .mainArea #macheoli_amour.effect{
	animation: macheoli_amour 0.35s ease forwards;
	-webkit-animation: macheoli_amour 0.35s ease forwards;
	animation-delay: 1.08s;
	-webkit-animation-delay: 1.08s;
}

#main .mainArea #white{
	position:absolute;
	z-index:60;
	opacity:0;
}
#main .mainArea #white.effect{
	animation: white 0.35s ease forwards;
	-webkit-animation: white 0.35s ease forwards;
	animation-delay: 1.08s;
	-webkit-animation-delay: 1.08s;
}

#main .mainArea #yell{
	position:absolute;
	z-index:90;
	opacity:0;
}
#main .mainArea #yell.effect{
	animation: yell 0.35s ease forwards;
	-webkit-animation: yell 0.35s ease forwards;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
#main .mainArea #black{
	position:absolute;
	z-index:90;
	opacity:0;
}
#main .mainArea #black.effect{
	animation: black 0.35s ease forwards;
	-webkit-animation: black 0.35s ease forwards;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
#main .mainArea #baby{
	position:absolute;
	top:108px;
	left:158px;
	z-index:10;
	opacity:0;
}
#main .mainArea #baby.effect{
	animation: fadeIn 0.8s linear forwards;
	-webkit-animation: fadeIn 0.8s linear forwards;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
#main .mainArea h1.effect,
#main .mainArea h2.effect,
#main .mainArea h3.effect,
#main .mainArea #share.effect,
#main .mainArea #mainImg.effect{
	animation: fadeIn 1s linear forwards;
	-webkit-animation: fadeIn 1s linear forwards;
	animation-delay: 3.2s;
	-webkit-animation-delay: 3.2s;
}

#main .mainArea #mainImg{
	position:absolute;
	top:0;
	left:-1px;
	z-index:100;
	opacity:0;
}
#contents{
	width:100%;
	position:relative;
	min-width:1080px;
	background:url(../images/common/bg.png),linear-gradient(#FD376F 20%, #FE9D15 80%);
	background:url(../images/common/bg.png),-moz-linear-gradient(#FD376F 20%, #FE9D15 80%);
	background:url(../images/common/bg.png),-webkit-linear-gradient(#FD376F 20%, #FE9D15 80%);
	z-index:200;
}
#contents:before {
	content: "";
	position:absolute;
	top:0;
	width:100%;
	height:9px;
	background: url(../images/top/bg_line_bottom.gif) repeat-x center ;
	z-index: -1;
}
#contents .contentsArea{
	width:1080px;
	margin:0 auto;
}
#contents .contentsArea .maeuri{
	padding:30px 0 0;
	float: left;
	width: 523px;
}
#contents .contentsArea .nyupre{
	padding:30px 0 0;
	float: right;
	width: 523px;
	position: relative;
}
#contents .contentsArea .nyupre .btn{
	position: absolute;
	top: 366px;
	left: 46px;
}

#contents #copy {
	padding:30px 0;
	text-align:center;
}


/* 追加Contents
-----------------------------------------------------------*/
.newContents{
	width: 1078px;
	margin: 0 auto;
}
.newContents:after {
	content:" ";
	display:block;
	clear:both;
}


/* トピックス
-----------------------------------------------------------*/
.topics{
	float: left;
	width: 682px;
	height: 290px;
	background: url(../images/top/bg_topics.png) no-repeat;
	margin-right: 30px;
	margin-top: -65px;
	z-index: 300;
	padding-top: 197px;
}
.topics .secondRepeat{
	width: 620px;
	height: 237px;
	margin-left: 40px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.topics #divRss {
	padding-bottom:30px;
}
.topics #divRss .updates li {
	width:900px;
	margin:0 auto;
	background:url(../images/news/bg_news_ttl.png) center bottom no-repeat;
}
.topics #divRss .updates li p{
	padding:18px 0 35px 50px;
}
.topics #divRss .updates li span{
	display:block;
	color:#E95098;
	font-size:12px;
	font-weight:normal;
}
.topics #divRss .updates li a{
	font-size:20px;
	font-weight:bold;
	color:#E95098;
}


/* twitter
-----------------------------------------------------------*/
.twitter{
	float: right;
	width: 366px;
	height: 317px;
	background: url(../images/top/bg_twitter.png) no-repeat;
	margin-top: -65px;
	z-index: 300;
	padding-top: 170px;
}
.twitterArea{
	background-color: #fff;
	width: 277px;
	height: 243px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
.officialTwitter{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 10px;
}

/* .bnrBottom
-----------------------------------------------------------*/
.bnrBottom {
	margin: 60px 0 30px;
}
.bnrBottom .bnr {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.bnrBottom .bnr li {
	margin-right: 30px;
}
.bnrBottom .bnr li:last-child {
	margin-right: 0;
}
.bnrBottom .bnr li a:hover {
	opacity: 0.7;
}

/* .bnrSmall
-----------------------------------------------------------*/
.bnrSmall{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.bnrSmall li{
	margin:0 10px;
	width:190px;
}
.bnrSmall li img{
	width:100%;
}
.bnrSmall li a:hover {
	opacity: 0.7;
}




.btnTWCP {
	position:absolute;
	top:715px;
	left:-25px;
	z-index:1000;
}
.btnTWCP a:hover {
	opacity:0.8;
}
.ginesu {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	z-index:1000;
	width:556px;
}