@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,p,th,td{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style: none;
}
a {
	color: #885500;
	border: 0;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #f85500;
	border: 0;
	text-decoration: none;
}
/*base*/
body{
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",meiryo,verdana,arial,clean,sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../img/bg4.png) 0 0 repeat #f4f4f4 fixed;
	-webkit-text-size-adjust: 100%;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
/*PJAX area animetion*/
#contents01 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* ---------------------*/
/*        HEADER        */
/* ---------------------*/
header{
	position: relative;
	margin: 0 auto;
	padding:20px 0;
	min-width: 980px;
	width: 980px;
	z-index: 10;
}
#header_inner{
	max-width:980px;
	margin:0 auto;
	position:relative;
}
#header_inner h1{
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 10px 0 0 0;
	position: absolute;
	top: 50px;
	left: 370px;
	z-index: -1;
}
#header_inner p#logo_marv{
	top: 16px;
	right: 5px;
}
/*MENU */
#top_navi{
	width:70%;
	position: absolute;
	top:59%;
	right:10px;
	transform:translateY(-50%);
	z-index: 1000;
}
#top_navi_inner{
	position: relative;
}
#top_navi li{
	float:left;
}
#btn01{top: 80px;left: 5px;}

#btn01 a{
	width:80px;
	height:20px;
	display: block;
	position: relative;
}
#btn01 p{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	display: block;
	background-image: url("../img/nav_default.svg");
	background-repeat: no-repeat;
	background-size: 321px 17px;
	background-position: top 2px left;
}
#btn01 a:hover p{
	background-image: url("../img/nav_hover.svg");
	background-size: 325px 19px;
}

#top_navi li.naviset a{
	width:104px;
	height:20px;
	display: block;
	position: relative;
}
#top_navi #btn02 a{width:123px;}
#top_navi #btn03 a{width:130px;}

#top_navi li.naviset a p{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	display: block;
	z-index: 100;
	background-image: url("../img/nav_default.svg");
	background-repeat: no-repeat;
}
#top_navi li#btn02 a p{
	background-position: -80px 2px;
}
#top_navi li#btn02 a:hover p{
	background-image: url("../img/nav_hover.svg");
}
#top_navi li#btn03 a p{
	background-position: -203px 2px;
}
#top_navi li#btn03 a:hover p{
	background-image: url("../img/nav_hover.svg");
}
#top_navi li a.activing p{
	background-image: url("../img/nav_hover.svg");
	background-size: 325px 19px;
}

#btn01 span,#btn02 span,#btn03 span,#btn04 span,#btn05 span,#btn06 span,#btn07 span,#btn08 span{
	display: none;
}
.navi_chara{
	bottom: 55px;
	position: absolute;
	z-index: -100;
	display: none;
}
#btn02 .navi_chara{left: 13px;}
#btn03 .navi_chara{left: 20px;}
#btn04 .navi_chara{left: 18px;}
#btn08 .navi_chara{left: 20px;}

.newmark1{
	position: absolute;
	z-index: 500;
	top: 76px;
	left: 35px;
}
.newmark2{
	position: absolute;
	z-index: 500;
	top: 88px;
	left: 10px;
}
/*BGM UNIT*/
#topBgmWrap{
	width:120px;
	position:absolute;
	top:50%;
	right:130px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:1001;
}
#topBgmWrap .topBgmNav li{
	float:left;
	margin:0 0 10px 2%;
	width:18%;
	height:20px;
	border-radius:5px;
	overflow:hidden;
}
#topBgmWrap .topBgmNav li#topBtnMute{
	width:100%;
}
#topBgmWrap .topBgmNav li a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#8e7046;
}
#topBgmWrap .topBgmNav li#topBtnMute a{
	background-color:transparent;
	background-image:url(../img/icon_on.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto;
	text-indent:999px;
}
#topBgmWrap .topBgmNav li#topBtnMute.current a{
	background-image:url(../img/icon_off.png);
}
#topBgmWrap .topBgmNav li.current{
	opacity:0.5;
}
/*SNS LINK*/
.snsbox{
	position: absolute;
	top: 50%;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1001;
}
/* ---------------------*/
/*        FOOTER        */
/* ---------------------*/
footer{
	margin:10px auto 0;
	padding:30px 0;
	font-size:14px;
}
.boardplus{
	background:url(../img/bg_foot.png) center top no-repeat;
}
.boardplus2{
	background:url(../img/bg_foot2.png) center top no-repeat;
}
#footer_inner{
	width: 980px;
	height:44px;
	margin: 0 auto;
	position: relative;
}
#footer_inner p#logo_marv{
	position: absolute;
	top:4px;
	left:4px;
}
#copyright{
	position:absolute;
	top:50%;
	left:90px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	line-height:1.5em;
	padding: 0 0 0 15px;
}
#sns{
	position:absolute;
	right:0;
	width: 486px;
	height:100%;
}
#sns_official{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:124px;
}
#sns_tw{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:62px;
}
#sns_fb{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
}

.page_top {
	position: fixed;
	bottom:10px;
	right:10px;
	display: block;
	zoom: 1;
	text-indent: -9999px;
	cursor: pointer;
	width:156px;
	height:140px;
	background: url("../img/btn_pagetop.png") 0 0 no-repeat;
	z-index: 3200;
}
@media screen and (max-width:1300px) {
.page_top {
	bottom:10px;
}
}

.pv_close{
    text-align: center;
    font-size: 25px;
    padding-top: 150px;
    height: 175px;
    width: 577px;
    background-color: #eae9dd;
    color: #884e1c;
}

.bokumono_footer_pc {
	position: absolute;
	top: -8%;
	right: -24%;
}

.bokumono_footer_pc img {
	width: 61%;
	height:auto;
}

.bokumono_footer_sp {
	width: 100%;
	height: auto;
}
