@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 16px;
	background-color: #fff2f2;
}

a {
	text-decoration: none;
	color: #333333;
}

li {
	list-style: none;
}

.wrap {
	display: none;
}
@media screen and (max-width: 767px) {
	.wrap {
		display: block;
	}
}

/*** sakura ***/

.sakura01 {
	background-image: url("../img/bg_sakura01.png");
}
.sakura02 {
	background-image: url("../img/bg_sakura02.png");
}
.sakura03 {
	background-image: url("../img/bg_sakura03.png");
}

/*** header ***/

header {
	width: 980px;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
}

header .logo-psvita {
	float: left;
}

header .logo-psvita img {
	width: 150px;
}

header .sns {
	float: right;
	margin-top: 8px;
}

header .sns ul{
	overflow: hidden;
}

header .sns ul li {
	float: left;
	width: 110px;
}


@media screen and (max-width: 767px) {
	header {
		width: 95%;
		padding: 5px 0;
	}
	
	header .logo-psvita {
		width: 100%;
		margin: 1% 0;
	}
	
	header .logo-psvita img {
		width: 35%;
	}
	
	header .sns {
		display: none;
	}
}


/*** contents ***/

.contents {
	width: 980px;
	height: 860px;
	margin: 0 auto;
	background-color: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #e3d6d7;
	overflow: hidden;
	position: relative;
	background-image: url("../img/pc_bg.png");
}

@media screen and (max-width: 767px) {
	.contents {
		width: 95%;
		background-image: url("../img/sp_bg.png");
		background-repeat: repeat-x;
		height: 830px;
	}
}


/* logo-yuyuyu */

.logo-yuyuyu {
	display: none;
	z-index: 100;
	position: absolute;
	top: 0;
}

.logo-yuyuyu img {
	width: 80%;
}

@media screen and (max-width: 767px) {
	.logo-yuyuyu {
		display: block;
		text-align: center;
		position: static;
	}
	
	.logo-yuyuyu img {
		width: 300px;
		margin-right: 20px;
	}
}


/* release */

.release {
	display: none;
	width: 60%;
	position: absolute;
	top: 368px;
	left: 25px;
	text-align: center;
}
.release .release-catch img{
	width: 80%;
	margin-bottom: 3px;
}

.release .release-date img{
	width: 90%;
}

@media screen and (max-width: 767px) {
	.release {
		display: block;
		width: 100%;
		position: absolute;
		top: 22%;
		left: 0;	
	}
	
	.release .release-catch img{
		margin-bottom: 0;
	}
	.release .release-catch img{
		width: 250px;
	}
	
	.release .release-date img{
		width: 300px;
}
}


/* yuna */

.yuna-sp {
	display: none;
}

.yuna {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.yuna {
		display: none;
	}
	
	.yuna-sp {
		display: block;
		position: absolute;
		left: 0;
		top: 24.5%;
		text-align: right;
		width: 100%;
	}
	
	.yuna-sp img {
		width: 100%;
	}
}


/* data-spec */

.data-spec {
	display: none;
	width: 54%;
	position: absolute;
	bottom: 35px;
	left: 65px;
}

.data-spec .data-title {
	z-index: 2;
	position: absolute;
	top: -15px;
	left: -20px;
	display: block;
}

.data-spec .data-title img {
	width: 80%;
}

.data-spec .data-title-sp {
	display: none;	
}

.data-spec .data-detail {
	display: block;
	width: 90%;
	line-height: 170%;
	padding: 35px 20px 15px;
	background-color: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CCFFFFFF,endcolorstr=#CCFFFFFF,gradienttype=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)";
	border: 2px solid #fce3e5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: 1;
	font-size: 80%;
	overflow: hidden;
}

.data-spec .data-detail dt{
	float: left;
	font-weight: bold;
}

.data-spec .data-detail dd{
	margin-left: 8em;
}

@media screen and (max-width: 767px) {
	.data-spec {
		display: block;
		width: 100%;
		left: 0;
		bottom: 20px;
	}
	
	.data-spec .data-title {
		display: none;
	}
	
	.data-spec .data-title-sp {
		position: absolute;
		display: block;
		z-index: 2;
		top: -1em;
		left: 3%;
	}
	
	.data-spec .data-title-sp img {
		width: 200px;
	}
	
	.data-spec .data-detail {
		width: 84%;
		padding: 2.5em 1em 1.5em;
		font-size: 65%;
		margin: auto;
	}
	
	
	.data-spec .data-detail dd{
		margin-left: 7em;
	}
}

/*** footer ***/
footer {
	width: 980px;
	margin: 0 auto;
}

footer .sns {
	display: none;	
}

@media screen and (max-width: 767px) {
	footer {
		width: 95%;	
	}
	footer .sns {
		display: block;
		width: 80%;
		margin: 20px auto;
	}
	
	footer .sns ul {
		overflow: hidden;
		margin: 0 auto;
	}
	
	footer .sns ul li {
		float: left;
		width: 50%;
		text-align: center;
	}
}


/* banner */

footer ul.banner  {
	overflow: hidden;
	margin: 40px auto;
	text-align: center;
}

footer ul.banner  li {
	width: 200px;
	margin-right: 20px;
	display: inline;
}

footer ul.banner li:last-child {
	margin-right: 0;
}

footer ul.banner li:hover {
	opacity: 0.8;
	filter:alpha(Style=1,Opacity=80,FinishOpacity=80); /* *ie */
}

@media screen and (max-width: 767px) {
	footer ul.banner {
		margin: 20px auto;
	}
	
	footer ul.banner  li {
		margin-right: 10px;
	}
	
	footer .banner img {
		width: 45%;
	}
}


/* text */

footer .text {
	width: 85%;	
	margin: 20px auto 0;
}

footer .text ul {
	overflow: hidden;
	margin: 0;
}

footer .text ul li {
	float: left;
	font-size: 70%;
}

footer .text ul li .text01-pc{
	display: block;
	width: 100%;
}

footer .text ul li.logo {
	width: 200px;
	margin-right: 20px;
}

footer .text ul li.text01 {
	width: 70%;
	line-height: 180%;
	margin-bottom: 30px;
}

footer .text ul li.text01 p{
	margin-top: 3px;
}

footer .text ul li.text01 p a{
	text-decoration: underline;
}


footer .text ul .text01-sp{
	display: none;
}

@media screen and (max-width: 767px) {
	
	footer .text {
		width: 100%;
		padding-top: 20px;
		border-top: 1px solid #F6637B;
	}
	
	footer .text ul li {
		float: none;
		font-size: 50%;
		margin-bottom: 20px;
	}
	
	footer .text ul li .text01-pc{
		display: none;
	}
	
	footer .text ul li .text01-sp {
		display: block;
		width: 300px;
	}
	
	footer .text ul li:first-child {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	
	footer .text ul li:first-child img{
		width: 40%;
	}
	
	footer .text ul li:last-child {
		width: 100%;
		line-height: 180%;
	}
	
	footer .text ul li:last-child p{
		margin-top: 3px;
	}
	
	footer .text ul li:last-child p a{
		text-decoration: underline;
	}
	
	
	footer .text ul .text01-sp{
		display: none;
	}
}