@media (min-width:1081px){

.pc-none{
	display: none;
}

body{
	background-image: url(../images/site_bg.jpg);
	background-position:center,center ;
	background-size: 100%;
	width: 100%;
  	height: 100%;
	background-attachment: fixed;
	min-height: 100vh;
}
body::after{
	content: "";
	background: rgba(255,255,255,.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/*ヘッダー*/
header{
	width: 1080px;
	height: 80px;
	margin: 10px auto 0 auto;
	right: 0;
	left: 0;
	background:url(../images/header_bg.png);
	position: fixed;
	z-index: 4;
}

.nav_list{
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_item{
	width: 160px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: #5b75b1 1px solid;
}
.nav_item img{
	transform: scale(0.5);
}
.nav_item:last-child{
	border-right: #5b75b1 1px solid;
}

.nav_sub{
	margin-top: 5px;
	display: flex;
	justify-content: flex-end;
}

.lang{
	display: flex;
	align-items: center;
}

.lang li{
	padding: 0 10px;
	border-right: 1px solid #1e040a;
}

.lang li img{
	height: 20px;
}

.lang li:last-child{
	border:none;
}

.shop{
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.shop li:last-child{
	padding-left: 10px;
}


/*メインビジュアル*/
.main{
	width: 100%;
    display: block;
	position: relative;
}

.main_catch{
	position: absolute;
    top: 17%;
    left: 1%;
    z-index: 3;
    width: 22%;
}
.main_catch img{
	width: 100%;
}

.main_logo{
	position: absolute;
	top: 37%;
	left: 4%;
	margin: 0 auto;
    z-index: 3;
    width: 38%;
}
.release{
	position: absolute;
	top: 67%;
	left: 4%;
	margin: 0 auto;
    z-index: 3;
    width: 38%;
}
.log{
	position: absolute;
	top: 80%;
	left: 17%;
	margin: 0 auto;
    z-index: 3;
    width: 10%;
}
.main_logo img,.release img,.log img{
	width: 100%;
}
.main_visual{
    margin: auto;
    pointer-events: none;
}
.main_visual img{
	width: 100%;
	vertical-align: bottom;
}

/*イントロダクション*/
#introduction,#chara,#gallery{
	margin: 60px auto;
	/*background-color:rgba(255,255,255,.70);*/
}

.title{
	text-align: center;
}

.youtube{
	margin: 60px auto 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 1080px;
}
.youtube li{
	width: 340px;
}
.youtube img{
	width: 100%;
}

.introduction_catch{
	text-align: center;
	margin-top: 50px;
}
.introduction_catch p{
	text-align: center;
	margin-top: 10px;
}

/*ストーリー*/
#story{
	position: relative;
	width: 100%;
	height:880px;
	background: url(../images/story_bg.png) center,center;
}

.cont_wrap{
	width: 1080px;
	margin: 0 auto;
}
.top{
	position: relative;
	top: 70px;
}

#story p{
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

.shiro{
	position: absolute;
	width: 1080px;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: auto;
}
.shiro img{
	position: absolute;
	right: -30px;
	bottom: 130px;
}
.chapter{
	margin-top: 30px;
}
.chapter img{
	display: block;
	margin: 0 auto 10px auto;
}
.chapter li{
	display: flex;
}
.chapter div{
	text-align: center;

} 

/*キャラクター*/
.chara_series{
	text-align: center;
	margin-top: 60px;
}

.chara_list{
	display: flex;
	justify-content: center;
}
.chara_list li{
	margin: 40px 15px 0 15px;
	position: relative;
}
.chara_list li p{
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

.chara_view{
	text-align: center;
	margin: auto;
	width: 1080px;
	position: relative;
}
.voice{
	position: absolute;
	bottom: 30px;
	left: 60px;
}
.voice img{
	width: 50px;
	margin-right: 20px;
}
/*システム*/
#system{
	position: relative;
	width: 100%;
	height:980px;
	background: url(../images/system_bg.png) center,center;
}

.system_cont{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.system_text{
	width: 510px;
}
.system_img{
	position: relative;
	top: -60px;
}

/*ギャラリー*/
.gallery_img{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.gallery_img li{
	overflow: hidden;
	width: 500px;
	border: 2px solid #1e040a;
	box-sizing: border-box;
	line-height: 0;
}
.between{
	margin-right: 80px;
}

.gallery_img li img{
	width: 100%;
}
.gallery_img:last-child{
	margin-top: 40px;
}

/*製品情報*/
#product{
	position: relative;
	width: 100%;
	height:780px;
	background: url(../images/product_bg.png) center,center;
}

.spec{
	display: table;
	margin: 40px auto 40px auto;
}
.spec dl{
	display: flex;
	flex-wrap: wrap;
}
.spec dt{
	width: 320px;
}
.spec dd{
	width: auto;
}

.purchise{
	display: flex;
	margin-top: 10px;
	justify-content: center;
}
.purchise img{
	margin: 0 20px;
}

/*フッター*/
footer{
	margin: 0 auto;
}
footer ul{
	padding-top: 40px;
	text-align: center;
}
footer li{
	display: inline-block;
	margin: 0 auto;
}
.contact{
	margin: 30px auto 0 auto;
	width: 210px;
}
.sns_btn li{
	padding: 0 10px;
}
.sns_btn img{
	width: 32px;
}
.footer_banner li{
	width: 210px;
	padding: 0 20px;
}
footer p{
	text-align: center;
	padding: 40px 0;
}
.footer_banner img,.contact img{
	width: 100%;
}

}

