@charset "utf-8";

.popup-btn img::selection, .popup-btn img::-moz-selection {
  background: #ff98b7;
}

/*-------------------------------------------------------------
			main
-------------------------------------------------------------*/

header{
	height:360px;
}

/*-------------------------------------------------------------
			bar
-------------------------------------------------------------*/
#loader{
	width: 150px;
	height: 3px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top:100px;
	text-align:center;
}

#loader-wrap{
	width: 100%;
	height: 100%;
	border: 1px solid #ffafbc;
	background-color:#FFF;
	box-shadow: 0 0 2px #FFF;
}
#load-bar{
	display:block;
	width:0%;
	height:4px;
	/*ckground-color:gray;*/
	transition:all ease 0.1s;
}

/*-------------------------------------------------------------
			
-------------------------------------------------------------*/

.grahic-box{
	width:940px;
	margin:0 auto;
	box-sizing:border-box;
}

#event-box{
	padding-top:0px;
	margin-top:-20px;
}
#event-box h2{
	text-align:right;
	padding-right:30px;
	margin-bottom:46px;	
}

#love-box{
	margin-top:40px;
}
#love-box h2{
	text-align:left;
	padding-left:0px;
	
	padding-bottom:30px;	
}
/*タイトルアニメーション*/
.set-anime{
	opacity:0;
	transition:all 1s ease;
}
.set-active{
	opacity:1;	
}


.cg-list {
	font-size:0;
	text-align:left;
	
	display: flex;
	justify-content: left;
  	flex-wrap: wrap;
	align-items: left;
}
.cg-list li{
	/*display:inline-block;*/
	flex-basis: 33.33%;
	margin-bottom:25px;
}

.graphic-img{
	position:relative;
	width:285px;
	display:block;
	box-shadow:5px 5px 0px 0px rgba(2,2,2,0.3);
}
.new-tagA::before{
	content: url(../img/graphic/tag_A@1x.png);
	width:74px;
	height:39px;
	position:absolute;
	bottom:15px;
	right:-16px;
	z-index:5;
	
	transform:translate(-30px, -30px) rotate(-90deg);
	opacity:0;
	transition:all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay:0.8s;
}
.new-tagB::before{
	content: url(../img/graphic/tag_B@1x.png);
	width:75px;
	height:39px;
	position:absolute;
	bottom:15px;
	right:-16px;
	z-index:5;
	
	transform:translate(-30px, -28px) rotate(-80deg);
	opacity:0;
	transition:all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay:0.8s;
}

.graphic-setanime{
	opacity:0;
	transform:translateY(15px);
}

.tag.new-tagA::before{
	opacity:1;
	transform:translate(0px, 0px) rotate(0deg);
}
.tag.new-tagB::before{
	opacity:1;
	transform:translate(0px, 0px) rotate(0deg);
}



.popup-btn{
	transition: opacity 0.2s ease;
}
.popup-btn:hover{
	opacity:0.65;
}
