@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	background:#000;
	x-ms-overflow-style: -ms-autohiding-scrollbar;
	xoverflow-style: -ms-autohiding-scrollbar;
	word-break: break-all;
}

a:focus {
	outline: none;
}

.sp_only {
	display: none;
}


span.none {
	display: none;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt60 {
	margin-top: 60px;
}


.section {
	width: 100%;
	overflow: hidden;
}

.red{color:#ff0000;}


.blue{color:#0099ff;}


.clear {clear: both;}

/*------------------------------------------------
header
------------------------------------------------*/
#header {
 	position: absolute;
	width:100%;
	height:auto;
	margin: 0px auto;
	padding: 1vw 0px 0px ;
	z-index:3;

}

.pf_logo {
	float: left;
	width:10vw;
	height:auto;
	padding: 0px 0px 0px 21.6vw;
}

.sega_logo {
	float: right;
	width:6.6vw;
	height:auto;
	padding: 0px 21.6vw 0px 0px;
}

/*------------------------------------------------
contents01
------------------------------------------------*/
.contents01 {
    position: relative;
    width:100%;
    height: auto;
    text-align: center;
    background: url(../img/main_bg0414.jpg) center top no-repeat #000;
    background-size:cover;
}

.box_ratio01:before {
    content: "";
    display: block;
    padding-top: 48.04%;
}

.inner_box {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.inner_box .catch01{
    clear: both;
    width: 29vw;
    height:auto;
    padding:5.9vw 0 0;
}

.inner_box .logo{
    width: 36.6vw;
    height:auto;
    padding:1vw 0 0;
}

.inner_box .releasedate{
    width: 28vw;
    height:auto;
    padding:1.5vw 0 0;
}

.inner_box h1 {
	margin:0px;
	padding:0px;
	line-height:0;
}

.inner_box .copyright{
	padding-top:1.3vw;
	font-size:.8vw;
}


/*------------------------------------------------*/
.spec{	margin: 0px auto;
    	width: 57vw;
    	height:14.82vw;
/*	background: url(../img/spec_bg0414.png) top center no-repeat; */
	background: url(../img/spec_bg0703.png) top center no-repeat; 
	background-size:100%;
}


/*------------------------------------------------
sns
------------------------------------------------*/
#sns_box {
	width:59.50vw;
	height:auto;
	margin: 0px auto;
	padding: 1.3vw 0px 2.5vw ;
}


#sns_box ul {
	line-height: 0;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	
}

#sns_box li {
	display: inline;
	padding: 0px 0.35vw 0px 0.35vw;
	z-index: 300;
}

#sns_box li img {
	width: 2.9vw;
}


/*------------------------------------------------
nav
------------------------------------------------*/
nav {
	width: 100%;
	height: 38px;
	margin: 0px auto 0px auto;
	padding-top:12px;
	border-top: 1px solid #c99c00;
	background: url(../img/nav_bg.jpg) top center no-repeat; 
	text-align: center;
}

nav a {
	display: block;
	height: 25px;
	box-sizing: border-box;
	display: inline-table;
	margin:0px 35px;
}



nav a#link01 {background: url(../img/nav/nav01_btn.png) left top no-repeat ; width: 38px; background-size: 38px;}
nav a#link02 {background: url(../img/nav/nav02_btn.png) left top no-repeat ; width: 77px; background-size: 77px;}
nav a#link03 {background: url(../img/nav/nav03_btn.png) left top no-repeat ; width: 92px; background-size: 92px;}
nav a#link04 {background: url(../img/nav/nav04_btn.png) left top no-repeat ; width: 119px; background-size: 119px;}
nav a#link05 {background: url(../img/nav/nav05_btn.png) left top no-repeat ; width: 97px; background-size: 97px;}

nav a:hover#link01,
nav a:hover#link02,
nav a:hover#link03,
nav a:hover#link04,
nav a:hover#link05 {
	background-position: 0px -25px;
}

nav a.off#link01,
nav a.off#link02,
nav a.off#link03,
nav a.off#link04,
nav a.off#link05 {
	background-position: 0px -50px;
}

nav a.on#link01,
nav a.on#link02,
nav a.on#link03,
nav a.on#link04,
nav a.on#link05  {
	background-position: 0px -25px;
}

.clear {	
	clear: both;
		}

/*------------------------------------------------
contents02
------------------------------------------------*/
#contents02 {
	width:100%;
	height: auto;
	text-align: center;
	background: url(../img/contents01_bg.gif) center top repeat-x;
}

#contents02 h2{
	height: 90px;
	background: url(../img/h2_bg.jpg) center top no-repeat;
}

#contents02 h2 img{
	width:auto;
	height: 61px;
	margin-top: 25px;
}

#contents02 p{
	width:900px;
	height:auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: left;
	font-size:16px;
	line-height: 2em;
	letter-spacing: .18em;
}


#contents02 .catch02{
	height: 40px;
	margin-top: 60px;
	margin-bottom: 15px;
}

/*------------------------------------------------*/
#contents02 .refine01{	
	width:100%;
	height: 238px;
	text-align: center;
	border-bottom: 1px solid #b9a973;
	background: url(../img/refine01.jpg) center top no-repeat;
	background-size:900px;
}

#contents02 .refine02{
	width:100%;
	height: 238px;
	text-align: center;
	border-bottom: 1px solid #b9a973;
	background: url(../img/refine02.jpg) center top no-repeat;
	background-size:900px;
}

#contents02 .refine03{
	width:100%;
	height: 238px;
	text-align: center;
	background: url(../img/refine03.jpg) center top no-repeat;
	background-size:900px;
}

/*------------------------------------------------
movie
------------------------------------------------*/


.movie iframe{
	width:410px;
	height:232px;
	padding-right:0;
	border: 1px solid #7b6c3e;
}

#movie_thm{
	position: absolute;
	z-index:1;
	width:410px;
	height:232px;
}

.movie ul{
	margin:40px 0px 60px;
	line-height: 0;
}

.movie li{
	display: inline;
	margin:0px 15px;
}


/*------------------------------------------------
contents03
------------------------------------------------*/
#contents03 {	
	width: 100%;
	height: auto;
	text-align: center;
	line-height:0;
	margin-bottom: 60px;

}

/*------------------------------------------------
story_btn
------------------------------------------------*/
.story_btn {
	width: 100%;
	margin: 0px auto;
	padding:0px;
	height: auto;
}

.story_btn a#link01 {background: url(../img/story_btn01.jpg) left top no-repeat ; width:50%; background-size: 100% auto; line-height:0;}
.story_btn a#link02 {background: url(../img/story_btn02.jpg) left top no-repeat ; width: 50%; background-size: 100% auto; line-height:0;}

/*------------Chrome------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.story_btn a {
	display: block;
	height: 25vw;
	box-sizing: border-box;
	display: inline-table;
	margin:0px;
	padding:0px;
}
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.story_btn a.on#link01,
.story_btn a.on#link02,
.story_btn a:hover#link01,
.story_btn a:hover#link02 {
	background-position: 0px -25vw;
}
	}

/*------------Firefox------------*/	
@-moz-document url-prefix() {
.story_btn a {
	display: block;
	height: 24.9vw;
	box-sizing: border-box;
	display: inline-table;
	margin:0px;
	padding:0px;
}
	}
	
@-moz-document url-prefix() {
.story_btn a.on#link01,
.story_btn a.on#link02,
.story_btn a:hover#link01,
.story_btn a:hover#link02 {
	background-position: 0px -25vw;
}
	}
/*------------IE11------------*/
@media all and (-ms-high-contrast:none)
     {
     *::-ms-backdrop,
.story_btn a {
	display: block;
	height: 24.7vw;
	box-sizing: border-box;
	display: inline-table;
	margin:0px;
	padding:0px;
}
	}
	
@media all and (-ms-high-contrast:none)
     {
     *::-ms-backdrop,
.story_btn a.on#link01,
.story_btn a.on#link02,
.story_btn a:hover#link01,
.story_btn a:hover#link02 {
	background-position: 0px -24.7vw;
}
	}

/*------------IE10------------*/
@media all and (-ms-high-contrast:none)
     {
.story_btn a {
	display: block;
	height: 24.7vw;
	box-sizing: border-box;
	display: inline-table;
	margin:0px;
	padding:0px;
}
	}
	
@media all and (-ms-high-contrast:none)
     {
.story_btn a.on#link01,
.story_btn a.on#link02,
.story_btn a:hover#link01,
.story_btn a:hover#link02 {
	background-position: 0px -24.7vw;
}
	}

/*------------------------*/	

.clear {	
	clear: both;
		}	
		

/*------------------------------------------------
footer
------------------------------------------------*/
footer {
	width:100%;
	height: auto;
	line-height: 0;
	background: url(../img/footer-border.png) center top no-repeat ; 
	text-align: left;
	color:#999999;
	clear: both;
}

#footer_content {
	width:900px;
	height: auto;
	font-size: 65%;
	padding: 30px 0px;
	margin: 0px auto;
}

footer a, footer a:visited {color: #999;}

footer p{
	line-height: 1.8em;
	margin-bottom:1em;
}


/*-----------------------------------------------------	*/
/*	for - 800px以下の記述　*/
/*-----------------------------------------------------*/
@media screen and (max-width:800px) {

.sp_only {
	display: inherit;
}

.pc_only {
	display: none;
}

.img_center img {
	max-width: 100%;
	height: auto;
}


/*------------------------------------------------
header
------------------------------------------------*/	
#header {
	position: static;
	background:#ff9900;
	width:100%;
	clear: both;
	height:auto;
	text-align: center;
	background: url(../img/main_bg0414_sp.jpg) center top no-repeat #000;
	background-size:cover;

}

#header .bg_dot {
	width: 100%;
	height:auto;
	margin:0px;
	padding:0px;
}

.pf_logo,
.sega_logo {
	display:none;
}


/*------------------------------------------------
contents01
------------------------------------------------*/
.contents01 {
    position: relative;
    width:100%;
    height: auto;
    text-align: center;
/*    background: url(../img/releasedate_bg0414_sp.jpg) center top no-repeat #000;*/
    background: url(../img/releasedate_bg0703_sp.jpg) center top no-repeat #000;
    background-size:cover;
}

.box_ratio01:before {
    content: "";
    display: block;
    padding-top: 101.79%;
}

.inner_box {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

.inner_box .catch01{
    clear: both;
    width: 26.6vw;
    height:auto;
    padding:0.45vw 0 0;
}

.inner_box .logo{
    width: 36.6vw;
    height:auto;
    padding:.7vw 0 0;
}

.inner_box .releasedate{
    width: 17.5vw;
    height:auto;
    padding:1.5vw 0 0;
}

.inner_box h1 {
	margin:0px;
	padding:0px;
	line-height:0;
}

.inner_box .copyright{
	display:none;
}

/*------------------------------------------------*/
.spec{	margin: 0px auto;
    	width: 100%;
    	height:63vw;
	border-top: 1px solid #b9a973;
	background: url(../img/spec_bg0414_sp.jpg) top center no-repeat; 
	background: url(../img/spec_bg0703_sp.jpg) top center no-repeat; 
	background-size:100%;
}


/*------------------------------------------------
sns
------------------------------------------------*/
#sns_box {
	width:100%;
	height:auto;
	margin: 0px auto;
	padding:75.5vw 0px 1vw ;
}


#sns_box ul {
	line-height: 0;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	
}

#sns_box li {
	display: inline;
	padding: 0px 2vw 0px 2vw;
	z-index: 300;
}

#sns_box li img {
	width: 15vw;
}

/*------------------------------------------------
nav
------------------------------------------------*/
nav {
	max-width: 100%;
	height: 54px;
	margin: 0 auto;
	padding: 0;
}


nav img {
	width:auto ;
	height: 54px;
}

nav a {
	display: block;
	padding-top: 15px;
	padding-bottom: 35px;
	text-decoration: none;
	color:#ffffff;
	line-height: 1em;
	text-shadow: 
	0 0 6px #ffcc00, 
	0 0 6px #ffcc00, 
	0 0 0.8px #ffcc00;
}

label {
	display: block;
	margin: 0px;
	padding :0px;
	line-height: 0;
	background :rgba(10, 10, 10, 0.3);
	cursor :pointer;
}

input {
	display: none;
}

nav ul {
	position: absolute;
	z-index: 3;
	width: 100%;
	margin: 0px;
	padding:0px 0px;
	background :rgba(10, 10, 10, 0.9);
	list-style: none;
	font-size:100%;
}

nav a:hover {
	color:#999999;
}

nav li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li{
	max-height: 86px;
	opacity: 1;
}

/*------------------------------------------------
contents02
------------------------------------------------*/
#contents02 h2 img{
	height: 55px;
}

.shenmue_Logo,
.shenmue2_Logo{
	width:90%;
	height: auto;
}

#contents02 p{
	width:90%;
	font-size:100%;
}

#contents02 .catch02{
	width: 100%;
	height: auto;
	margin-top: 8vw;
	margin-bottom: 2vw;

}

/*------------------------------------------------*/
#contents02 .refine01{	
	width:100%;
	height: 57.69vw;
	text-align: center;
	border-bottom: 1px solid #b9a973;
	background: url(../img/refine01_sp.jpg) center top no-repeat;
	background-size:100%;
}

#contents02 .refine02{
	width:100%;
	height: 57.69vw;
	text-align: center;
	border-bottom: 1px solid #b9a973;
	background: url(../img/refine02_sp.jpg) center top no-repeat;
	background-size:100%;
}

#contents02 .refine03{
	width:100%;
	height: 57.69vw;
	text-align: center;
	background: url(../img/refine03_sp.jpg) center top no-repeat;
	background-size:cover;
}

/*------------------------------------------------
movie
------------------------------------------------*/
.movie iframe{
	width: 100%;
	height: 56.25vw;
	margin:0px;
	padding:0px;
	border-top: 1px solid #7b6c3e;
	border-bottom: 1px solid #7b6c3e;
	border-left: none;
	border-right:none;
}

.movie ul{
	margin:40px 0px 60px;
	line-height: 0;
}

.movie li{
	display: block;
	margin:0px;
}



/*------------------------------------------------
contents03
------------------------------------------------*/
#contents03 {	
	width: 100%;
	height: auto;
	text-align: center;
	line-height:0;
	margin-top: 0px;
	margin-bottom: 8vw;
}
/*------------------------------------------------
story_btn
------------------------------------------------*/

.story_btn a#link01 {background: url(../img/story_btn01.jpg) left top no-repeat ; width:100%; background-size: cover;}
.story_btn a#link02 {background: url(../img/story_btn02.jpg) left top no-repeat ; width: 100%; background-size: cover;}

.story_btn a {
	display: block;
	height: 49.9vw;
	box-sizing: border-box;
	display: inline-table;
	margin:0px 0px;
	padding:0px;
}

.story_btn a:hover#link01,
.story_btn a:hover#link02,
.story_btn a.on#link01,
.story_btn a.on#link02 {
	background-position: 0px -49.9vw;
}

.clear {	
	clear: both;
		}


/*------------------------------------------------
footer
------------------------------------------------*/
#footer_content {
	width:90%;
	font-size: 100%;
	padding: 30px 0px 50px;
	margin: 0px auto 30px;
	background: none; 
	
}

footer a, footer a:visited {color: #999;}
}