@charset "UTF-8";

/*-------------------------
*FONT STYLE
-------------------------*/

html {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",Meiryo,sans-serif;
	font-size: 62.5%;
	letter-spacing: 0.15em;
    font-feature-settings: "palt" 1;
    color: #000;
}

body {
	/*min-width: 980px;*/
}
#mainWrap {
	width: 100%;
	/*min-width: 980px;*/
	overflow: hidden;
	display:none;
}

/*-------------------------
*HEADER
-------------------------*/

#globalM {
	width: 50%;
	display: block;
	position: fixed;
	top: 0; right: -100%;
	bottom: 0;
	z-index: 50;
	padding: 12.0rem 0 0 0;
	background: #FFF;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s;
	opacity: 0;
}
.open #globalM {
	right: 0;
	opacity: 1;
	border-left: solid 5px #53062c;
}

#globalM li {
	width: 90%;
	margin: 0 auto 2.0rem;
	border-bottom : solid 2px #53062c;
}

#globalM li a {
	width: 100%;
	height: 100%;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.0rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	color: #53062c;
	background: #FFF;
	border: solid 1px #53062c;
	padding: 1.0rem;
	transition: all 0.5s;
}

#globalM li a:hover {
	color: #FFF;
	background: #dd006d;
	border: solid 1px #53062c;
}



/*-------------------------
*TOGGLE
-------------------------*/

.toggleBtn {
	display: block;
	position: fixed;
	top: 20px; right: 20px;
	width: 50px; height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 100;
	background: #53062c;
	border: solid 1px #9b844e;
	border-radius: 5px;
}
.toggleBtn span {
	display: block;
	position: absolute;
	left: 8px;
	width: 30px;
	height: 2px;
	background-color: #FFF;
	border-radius: 4px;
	transition: all 0.5s;
}
.toggleBtn span:nth-child(1) { top: 14px; }
.toggleBtn span:nth-child(2) { top: 24px; }
.toggleBtn span:nth-child(3) { bottom: 12px; }
.open .toggleBtn span { background-color: #fff; }
.open .toggleBtn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggleBtn span:nth-child(2) { opacity: 0; }
.open .toggleBtn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.8;
	z-index: 5;
	cursor: pointer;
}
@media screen and (min-width: 1025px) {
	.toggleBtn { display: none; }
}
/*-------------------------
*MAIN VISUAL
-------------------------*/

#visual {
	width: 100%;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	margin-bottom: 3.0rem;
}
img#visual01,img#visual02,img#visual03,img#visual04,
img#visual05,img#visual06,img#visual07,img#visual08,
img#visual_bg,img#visual_20th,img#visual_logo {
	position: absolute;
	opacity: 0.0;
}

img#visual01,img#visual02,img#visual03,img#visual04,
img#visual05,img#visual06,img#visual07,img#visual08,img#visual_bg {
	width: 100%;
	top: 0;
	left: 0;
}
img#visual_20th {
	width: 12%;
	top: 20px;
	left: 20px;
	z-index: 10;
}
img#visual_logo {
	width: 60%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
img#visual_bg	{z-index: 1;}
img#visual08	{z-index: 2;}
img#visual07	{z-index: 3;}
img#visual06	{z-index: 3;}
img#visual05	{z-index: 4;}
img#visual04	{z-index: 4;}
img#visual03	{z-index: 5;}
img#visual02	{z-index: 5;}
img#visual01	{z-index: 6;}

#maskFoot {
	position: absolute;
	display: block;
	width:100%;
	height: 100%;
	bottom: -10px;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(255,255,255,0.0) 80%, rgba(255,255,255,1.0) 90%);

}
.init:before {
	content: "";
	display: block;
	padding-top: 78.125%;
}

/*@media screen and (min-width: 1025px) {

}*/

#visual_bg.open {animation: openTop1 0.5s ease-in-out forwards;}
#visual01.open {animation: openTop2 0.7s ease-in-out 0.0s forwards;}
#visual02.open {animation: openTop2 0.7s ease-in-out 0.2s forwards;}
#visual03.open {animation: openTop2 0.7s ease-in-out 0.2s forwards;}
#visual04.open {animation: openTop2 0.7s ease-in-out 0.4s forwards;}
#visual05.open {animation: openTop2 0.7s ease-in-out 0.4s forwards;}
#visual06.open {animation: openTop2 0.7s ease-in-out 0.6s forwards;}
#visual07.open {animation: openTop2 0.7s ease-in-out 0.8s forwards;}
#visual08.open {animation: openTop1 0.7s ease-in-out 0.8s forwards;}
#visual_logo.open {animation: openLogo 1.2s ease-in-out 0.8s forwards;}
#visual_20th.open {animation: openTop1 0.7s ease-in-out 0.9s forwards;}

@keyframes openTop1 {
0% 		{opacity: 0;}
100% 	{opacity: 1.0;}
}

@keyframes openTop2 {
0% 		{transform: translate3d(0,200px,0); opacity: 0;}
80% 	{transform: translate3d(0,-10px,0); opacity: 1.0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}
@keyframes openLogo {
0% 		{transform: translate3d(-50%,0,0) scale(1.5);  opacity: 0;}
100% 	{transform: translate3d(-50%,0,0) scale(1.0); opacity: 1.0;}
}
@keyframes openMenu2 {
0% 		{transform: translate3d(250px,0,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}
@keyframes openMenu3 {
0% 		{transform: translate3d(300px,0,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}

/*-------------------------
*MAIN
-------------------------*/

main {
	width: 100%;
	background: url(../img/bg_pt01.png);
}

/*-------------------------
*INFORMATION
-------------------------*/

#information {
	position: relative;
	background: rgba(235,210,205,0.3);
	padding: 4.0rem 0;
	margin-bottom: 3.0rem;
}

#information:before,
#information:after {
	position: absolute;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #372c2a 0%, #926658 50%, #372c2a 100%);
}
#information:before {top: 0;}
#information:after {bottom: 0;}

#infoInner {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	opacity: 0.0;
}

#infoL {width: 100%;}
#infoR {display: none;}

#infoL h2 {
	width: 90%
	margin-bottom: 1.0rem;
	text-align: center;
}
#infoL h2 img {width: 100%;}

.newsArea {
	height: 250px;
	overflow: auto;
	padding: 15px;
}
.newsArea dl {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 1px #cbcbcb;
	margin-bottom: 1.0rem;
}
.newsArea dl dt {
	width: 25%;
	padding-bottom: 1.0rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	color: #53062c;
}
.newsArea dl dd {
	width: 75%;
	padding-bottom: 1.0rem;
	font-size: 1.2rem;
	line-height: 1.4;
}

.newsArea a {
	color: #53062c;
	transition: all 0.5s;
}
.newsArea a:hover {
	color: #ff7e00;
}
#global {
	width: 90%;
	margin: 0 auto;
}
#global ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#global ul li {
	width: 24%;
	opacity: 0.0;
}
#global ul li img {width: 100%;}

#global ul li a img {
	transition: all 0.5s;
}
#global ul li a:hover img {
	opacity: 0.5;
	transform: translateY(-15px);
}


#infoInner.open {animation: infoIn 0.6s ease-in-out 0.0s forwards;}
#global ul li.open {animation: infoIn 0.6s ease-in-out 0.0s forwards;}

@keyframes infoIn {
0% 		{transform: translate3d(0,100px,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}

@media screen and (min-width: 1025px) {
	#infoInner {
		width: 940px;
		flex-direction: row;
		flex-direction: wrap;
		justify-content: space-between;
	}
	#infoL {width: 640px;}
	#infoR {
		display: block;
		width: 300px;
		text-align: right;
	}
	#infoL h2 {
		width: 400px;
		text-align: left;
	}
	#global {
		width: 940px;
		margin: 0 auto;
	}
	#global ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#global ul li {width: 225px;}
}

/*-------------------------
*COMMENT
-------------------------*/

#comment {
	position: static;
	padding: 4.0rem 0;
	margin-bottom: 10.0rem;
	background: url(../img/com_pict.png) no-repeat 40% center;
	background-size: 100%;
}

#comInner {
	position: static;
	width: 90%;
	margin: 0 auto;
}
#comInner h2 {
	width: 100%;
	margin: 0 auto 2.0rem;
	opacity: 0.0;
}
#comInner h2 img {width: 100%;}

#comInner p {
	width: 100%;
	margin: 0 auto 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	color: #5a0e34;
	text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
	opacity: 0.0;
}
#comInner p span {
	font-size: 2.0rem;
	font-weight: 900;
}
.brP {display: none;}

#comPict {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#comPict img {
	width: 49%;
	margin-bottom: 1.0rem;
	opacity: 0.0;
}
#comChara {
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0.0;
}
#comment.open #comInner h2 {animation: comTitle 0.6s ease-in-out 0.0s forwards;}
#comment.open #comInner p {animation: comTitle 0.6s ease-in-out 0.2s forwards;}
#comment.open #comChara {animation: haruhiIn 1.5s ease-in-out 0.0s forwards;}
#comPict img.open {animation: comcgIn 0.6s ease-in-out 0.0s forwards;}

@keyframes comTitle {
0% 		{transform: translate3d(0,50px,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}

@keyframes haruhiIn {
0% 		{transform: translate3d(-500px,0,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}

@keyframes comcgIn {
0% 		{transform: translate3d(0,100px,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}


@media screen and (min-width: 1025px) {

	#comment {
		position: relative;
		padding: 4.0rem 0;
		margin-bottom: 300px;
		min-height: 1000px;
		background: none;
	}
	#comInner {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		width: 980px;
		margin: 0 auto;
	}
	#comInner p {
		width: 920px;
		line-height: 3.0;
	}
	.brP {display: block;}
	#comChara {
		display: block;
		transform: translateX(0%);
	}

	#comPict {width: 980px;}
	#comPict img {width: 321px;}
}

/*-------------------------
*SECTION-SETTING
-------------------------*/

#content01,#content02,#content03,#content04,#content05,#content06 {
	position: relative;
	width: 100%;
	padding: 3.0rem 0 2.0rem;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.init2:before {
	content: "";
	display: block;
	padding-top: 90%;
}
#content01 {
	background: url(../img/bg_aniv01.jpg) no-repeat center center;
	background-size: cover;
}
#content02 {
	background: url(../img/bg_aniv02.jpg) no-repeat center center;
	background-size: cover;
}
#content03 {
	background: url(../img/bg_aniv03.jpg) no-repeat center center;
	background-size: cover;
}
#content04 {
	background: url(../img/bg_aniv04.jpg) no-repeat center center;
	background-size: cover;
}
#content05 {
	background: url(../img/bg_aniv05.jpg) no-repeat center center;
	background-size: cover;
}
#content06 {
	background: url(../img/bg_aniv06.jpg) no-repeat center center;
	background-size: cover;
}

#saleInner,#cdInner,#goodsInner,
#pillowInner,#moreInner,#lyceeInner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.pickText {
	position: relative;
	width: 100%;
	background: rgba(255,255,255,0.5);
	padding: 1.0rem;
	border-radius: 0.5rem;
	margin-bottom: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.35);
}
.pickText p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0;
	color: #282828;
	text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.pickText p span {
	font-size: 1.8rem;
	font-weight: 900;
}

.max {
	position: absolute;
	width: 136px;
	top: -30px;
	right: -20px;
}
.fanza {
	width: 200px;
	margin-bottom: 10px;
}
.saleStart {
	position: absolute;
	bottom: 20px;
	width: 90%;
	background: #FFF;
}
.saleStart a {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
}
.saleStart a:hover {
	opacity: 0.5;
}
.cdboxMH {
	position: absolute;
	bottom: 20px;
	width: 90%;
	background: #FFF;
}
.cdboxMH a {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
}
.cdboxMH a:hover {
	opacity: 0.5;
}
.secTitle,.secChara {
	position: absolute;
}
.secTitle {
	top: 10px;
	right: 0;
	z-index: 1;
}
.secChara {
	width: 100%;
	bottom: 0;
	right: -40%;
	z-index: 2;
}
#saleInner h3,#cdInner h3,#goodsInner h3,
#pillowInner h3,#moreInner h3,#lyceeInner h3 {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 20px;
}



#saleInner h3 img,#cdInner h3 img,#goodsInner h3 img,
#pillowInner h3 img,#moreInner h3 img,#lyceeInner h3 img,
.pickText img,.saleStart img,.cdboxMH img,
.fanza img,.secChara img {width: 100%;}


/*PAD*/
@media screen and (min-width: 768px) {
#content01,#content02,#content03,#content04,#content05,#content06 {
	margin-bottom: 50px;
}
.init2:before {
	content: "";
	display: block;
	padding-top: 40%;
}
#saleInner,#cdInner,#goodsInner,
#pillowInner,#moreInner,#lyceeInner {
	width: 100%;
}
#saleInner h3,#cdInner h3,#goodsInner h3,
#pillowInner h3,#moreInner h3,#lyceeInner h3 {
	width: 70%;
	margin-bottom: 10px;
}
.secChara {
	width: 70%;
	right: -200px;
}
/*.saleStart {
	position: absolute;
	bottom: 20px;
	width: 60%;
}*/
.saleStart {
	position: absolute;
	bottom: 10px;
	width: 50%;
}
.cdboxMH {
	position: absolute;
	bottom: 10px;
	width: 50%;
}
.pickText {
	width: 65%;
}
}

/*PC*/
@media screen and (min-width: 1025px) {
#content01,#content02,#content03,#content04,#content05,#content06 {
	margin-bottom: 200px;
}
.init2:before {
	content: "";
	display: block;
	padding-top: 30%;
}
#saleInner,#cdInner,#goodsInner,
#pillowInner,#moreInner,#lyceeInner {
	width: 980px;
}
.secTitle {
	top: 10px;
	right: 0;
	z-index: 1;
}
.secChara {
	width: 1000px;
	bottom: 0;
	right: -230px;
	z-index: 2;
}
#saleInner h3,#cdInner h3,#goodsInner h3,
#pillowInner h3,#moreInner h3,#lyceeInner h3 {
	width: 50%;
	margin-bottom: 10px;
	padding-top: 20px;
}
.fanza {
	width: 312px;
	margin-bottom: 10px;
}
.cdboxMH {
	position: absolute;
	bottom: 10px;
	width: 490px;
}
.pickText {
	width: 65%;
}
.pickText p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0;
	color: #282828;
	text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,
	0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.pickText p span {
	font-size: 2.2rem;
	font-weight: 900;
}
}

#content01,#content02,#content03,#content04,#content05,#content06,
#saleInner h3,#cdInner h3,#goodsInner h3,
#pillowInner h3,#moreInner h3,#lyceeInner h3,.pickText,.fanza,.cdboxMH,.secChara {opacity: 0.0;}


#sale.open #content01,#cdBox.open #content02,#goods.open #content03,
#pillow.open #content04,#andmore.open #content05,#lycee.open #content06 {animation: bgIn 0.5s ease-in-out 0.0s forwards;}

#sale.open .secChara,#cdBox.open .secChara,#goods.open .secChara,
#pillow.open .secChara,#andmore.open .secChara,#lycee.open .secChara {animation: chrIn 0.6s ease-in-out 0.4s forwards;}

#sale.open h3,#cdBox.open h3,#goods.open h3,
#pillow.open h3,#andmore.open h3,#lycee.open h3 {animation: secTitle 0.6s ease-in-out 0.4s forwards;}

#sale.open .pickText,#cdBox.open .pickText,#goods.open .pickText,
#pillow.open .pickText,#andmore.open .pickText,#lycee.open .pickText {animation: secTitle 0.6s ease-in-out 0.5s forwards;}

#sale.open .fanza {animation: secTitle 0.6s ease-in-out 0.6s forwards;}
#sale.open .saleStart {animation: secTitle 0.6s ease-in-out 0.7s forwards;}
#cdBox.open .cdboxMH {animation: secTitle 0.6s ease-in-out 0.7s forwards;}

@keyframes secTitle {
0% 		{transform: translate3d(50px,0,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}
@keyframes bgIn {
0% 		{opacity: 0;}
100% 	{opacity: 1.0;}
}
@keyframes chrIn {
0% 		{transform: translate3d(-100px,0,0);  opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}

/*-------------------------
*FOOTER
-------------------------*/
footer {
	position: relative;
	width: 100%;
	background: #53062c;
	padding: 2.0rem 0;
	letter-spacing: 0.0em;
}
footer:before {
	position: absolute;
	top: -25px; left: 0;
	width: 100%;
	height: 30px;
	display: block;
	content: "";
	background: url(../img/bg_foot.png) repeat-x;
}

#footLogo {
	width: 100%;
	margin: 0 auto 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#footLogo div {
	margin: 0;
}
#footLogo div a {
	transition: all 0.6s;
}
#footLogo div a:hover {
	opacity: 0.6;
}

footer .copyright {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}
@media screen and (min-width: 1025px) {
	footer {
		letter-spacing: 0.15em;
		padding-bottom: 3.0rem;
	}
}


/*-------------------------
*SHARE
-------------------------*/

#shareArea {
	display: flex;
	justify-content: center;
}

#shareArea div a {
	width: 60px; height: 60px;
	border-radius: 5px;
	border: solid 1px #FFF;
	text-align: center;
	display: block;
	margin: 40px 5px 40px;
	border: solid 1px #9b844e;
	text-decoration: none;
	transition: all 0.6s;
}
#shareArea div a:hover {
	opacity: 0.3;
}

.shareTw {
	background: url(../img/icon_twitter.svg?v1.1) no-repeat center center #53062c;
	background-size: 80%;
}
.shareFb {
	background: url(../img/icon_facebook.svg?v1.1) no-repeat center center #53062c;
	background-size: 80%;
}
.shareLi {
	background: url(../img/icon_line.svg?v1.1) no-repeat center center #53062c;
	background-size: 80%;
}


/*-------------------------
*LOADING
-------------------------*/
#loadBg {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: linear-gradient(to bottom, rgba(250,230,100,1.0) 0%, rgba(255,190,135,1.0) 80%);
}

.loader,
.loader:before,
.loader:after {
	background: #FFF;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader {
	color: #FFF;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 10px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

/*-------------------------
*PAGE TOP
-------------------------*/

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	width: 60px;
	height: 60px;
	display: block;
}

#pageTop a {
	font-size: 2.0rem;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	width: 100%; height: 100%;
	background: #53062c;
	border: solid 1px #9b844e;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	transition: all 0.6s;
}

#pageTop a:hover {
	color: #FFF;
	background: #dd006d;
	border: solid 1px #FFF;
}
