@charset "utf-8";



/*----------------------------------------
	style
----------------------------------------*/

body{
background-color:#BAA669;
min-width:320px;
}

#mainImg img{width:100%;}
#wrapper{
	max-width:768px;
	background-image:url("../images/img_wrapBg.png");
	margin:0 auto 0;
	}


#content{
	position:relative;
	max-width:768px;
	width:100%;
	background-image:url("../images/img_bg.gif");
	margin:0 auto 0;
}

/*head*/

#sp_head{
    height:40px;
    width:100%;
    background-color:#FFF;
    display:block;
    position:relative;
}

#sp_head .left{
    margin-left:10px;
    margin-top:5px;
    float:left;
    display:block;
}

#sp_head .right{
    margin-top:7px;
    float:right;
    margin-right:5px;
    display:block;
}

#sp_head .right img{
    margin:0 5px;
}

#head_cam{
    background:#CC341D;
    display:block;
}

#head_cam_box{
    width:92%;
    max-width:440px;
    margin:0 auto;
    padding:5px auto 5px;
    display:block;
} 

#head_cam_box img{
    margin-top:5px;
    padding:0;
}


/*app DL*/
#appDL{
    width:85%;
    max-width:700px;
    margin:2.5% auto 0;
    background:#FFF;
    border:#BA2022 solid 2px;
    border-radius:10px;
    padding:1% 2% 0 4%;
    display:block;
    text-align:center;
    
}

#appDL .logo{
    width:60%;
    max-width:520px;
    padding-left:2%;
    display:inline-block;
    text-align:center;
}

#appDL .logo img{
    width:48%;
}


#appDL .kouhyo{
    width:35%;
    max-width:280px;
}

/*go movie*/
#go_movie{
    width: 25%;
    position: absolute;
    right: 4%;
    top: 14%;
    z-index: 500;
}

#go_movie img{
    width:100%;
    max-width:150px;
}

#go_movie2{
    width:27%;
    position:absolute;
    right:0%;
    top:26%;
    z-index:500;
}

#go_movie2 img{
    width:100%;
    max-width:180px;
}


#pc_shindan{
    width:100%;
    margin:3% auto 0;
    max-width:740px;
}

#pc_shindan img{
    width:100%;
}


/*release reserve*/

#release{
    width:100%;
    margin-bottom:3%;
}

#jizen{
    display:block;
    width:100%;
    background:url(../images/main.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:100% auto; /* webkit系 */
    background-size:100% auto;
    position:relative;
}

.twcp_top{
    width:90%;
    margin:0 auto 2%;
    display:block;
}


.twcp_top_pc{
    width:90%;
    max-width:756px;
    margin:0 auto 2%;
    display:none;
}



/*picture*/

#intro{
    margin-top:20px;
    max-width:660px;
    margin: 6% auto 0;
}

#flickObj{
	position:relative;
	max-width:860px;
	width:90%;
	margin:0 auto 0;
}

#exp{	
	position:relative;
	max-width:640px;
	width:90%;
	margin:3% auto 0;
	font-size:18px;
	line-height:170%;
}

/*bottom release*/


#jizen_top{
    margin:0% auto 4%;
    padding-top:0%;
}

#jizen_bottom{
    margin:5% auto 8%;
}

#bottom_release{
    width:95%;
    
    margin-left:5%;
    display:block;
    margin-bottom:7%
}

.touroku{
    margin-top:2%;
    display:block;
    position:relative;
    }

#twcp_top{
    margin-top:4%;
}

#twcp_under{
    width:96%;
    margin-left:2%;
    margin-top:4%;
    display:block;
}

/*spec*/

#spec{	
	position:relative;
	max-width:640px;
	width:90%;
	margin:3% auto 0;
	line-height:170%;
	border-top:2px solid #000;
    border-bottom:1px solid #000;
	color:#222;
}

#spec table{
    text-align:left;
    width:100%;
    max-width:640px;
    margin-left:20px 5%; 
    font-size:100%;
}

.bline{
    border-bottom:solid 1px #000;
}

td{
    border-bottom:solid 1px #000;
}

#hyosho{
	position:relative;
	max-width:640px;
	width:90%;
	margin:3% auto 0;
    font-size:12px; 
    line-height:1.3em; 
}


#bottom_sns ul{
    width:40%;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    display:block;
}

#bottom_sns ul img{
    float:left;
    width:40%;
}

#bottom_sns img{
    margin: 0 5%;
    width:30%;
}


#bottom_sns .center{
    width:100%;

}

#bottom_sns .center img{
    margin:0 5%;
}




#footer{	
	position:relative;
	width:100%;
	color:#300;
	font-size:10px;
	line-height:170%;
	text-align:center;
    background:#FFF;
    max-width:860px;
    padding-bottom:5%;
}

#kt{
    padding-top:6%;
    
}


#pic_back{
    background:none;
    width:100%;
}


/*sns_area*/

#sns_area{
    width:100%;
    text-align:center;
    background:#BA2122;
    margin:6% 0 0%;
}

#sns_btn{
    display:inline-block;
}

#sns_area img{
    margin:2% 2% 0;
    max-width:25px;
}

/*不具合告知*/

#sp_machine{
    background:#C00;
    width:80%;
    border-radius:10px;
    color:#FF3;
    text-align:center;
    font-size:14px;
    padding:10px 5%;
    margin:-5px auto 0;
    z-index:200;
}

#sp_machine .title{
    font-weight:bold;
    color:#FF3;
    padding-bottom:2px;

}

#att_block{
    background:#EEE;
    border-radius:5px;
    color:#C00;
    padding:5px 10px;
    width:40%;
    text-align:center;
    margin:15px auto 5px;
    font-weight:bold;
}







.att{
    width:90%;
    max-width:756px;
    margin:4% auto 0;
    background:#FFF;
    border:#BA2022 solid 2px;
    border-radius:5px;
    padding:0% 0% 0 0%;
    display:block;   
}

.box_red{
    background:#BA2022;
    width:100%;
    color:#FFF;
    font-weight:bold;
    font-size:120%;
    padding:1.5% 0;;
    text-align:center;
    
}

.box_red img{
    width:90%;
    max-width:740px;
}

.box_red_round{
    background:#BA2022;
    width:90%;
    max-width:752px;
    margin:4% auto 0;
    color:#FFF;
    font-weight:bold;
    font-size:120%;
    padding:1.5% 0;;
    text-align:center;
    border:#CF1C00 solid 2px;
    border-radius:5px;
    
}

.att_txt{
    padding:3% 4% 5% 4%;
    color:#BA2022;
    font-size:100%;
}


/*問い合わせ*/

#ask{
    text-align:center;
    padding-top:2%;
    margin-top:4%;
    border-top:#BA1F22 solid 2px;
    border-bottom:#BA1F22 solid 2px;
    margin-top:20px;
    background:#FFF;
}

#ask p{
    font-size:120%;
    font-weight:bold;
    color:#666;
}

.ask_button{
    display:inline-block;
    width:80%;
    margin:1% auto;
	text-align:center;
}

.ask_block{
	display:inline-block;
    background:#777;
    border-radius:7px;
    width:100%;
    margin:0 2%;
    float:left;
    color:#FFF;
    font-weight:bold;
    font-size:130%;
    padding:2% 0;
}



/*----------------------------------------
	flickObj
----------------------------------------*/
#flickObj_nav{
	width:100%;
	max-width:640px;
	margin:0 auto 0;
	overflow:hidden;
	}

#flickObj #flickWindow{
	margin: 0 auto 0;
	overflow: hidden;
	width:100%;
}

#flickObj #flick {
	overflow: hidden;
	width:100%;
	
}

#flickObj ul.flickNav {
	margin: 10px 0;
	position: relative;
	left: 50%;
	float: left;
}

#flickObj ul.flickNav li {
	float: left;
	display: inline;
	margin-right: 6px;
	margin-bottom: 6px;
	position: relative;
	left: -50%;
}

#flickObj ul.flickNav li a {
	display: block;
	width: 10px;
	height: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #666;	
}

#flickObj ul.flickNav li.selected a {
	background-color: #C82B2B;	
}



#flickObj div.container {
	height: auto;
	position: relative;
	clear: both;
	overflow: hidden;
	line-height:0;
}
#flickObj div.itemBox {
	position: relative;
}
#flickObj div.container .item {
	float: left;
	text-align: center;
	background-color: #f5f5f5;
}

#flickObj .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	-ms-transition: -ms-transform .2s ease-out;
}

#flickObj div#flick figure {
	margin: 0 auto;
	background-color: #333;
	width: 100%;
	height: auto;
	line-height:0;
}

#flickObj div#flick figure img{
	margin: 0 auto;
	background-color: #ccc;
	width: 100%;
	height: auto;
	line-height:0;
}

ul.next_prev{
	width:100%;
}

ul.next_prev li {
	margin: 0px;
	padding: 0.3em;
	display: inline;
	background-color: #491717;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	
	cursor: pointer;
}

ul.next_prev li img{
	width:50%;
    margin-top:15px;
}

ul.next_prev li.off {
	display: none;
}

ul.next_prev li.prev {
	text-align:right;
	position:relative;
	z-index:100;
	float: left;
	margin-top:-85%;
	margin-left:-20px;
    height:80px;
}
ul.next_prev li.next {
	position:relative;
	z-index:100;
	float: right;
	margin-top:-85%;
	margin-right:-20px;
    height:80px;
}


.movie{
    cursor:pointer;
}

.movie img{
    margin:0;
    padding:0;
    float:left;
}

#sp_movie{
    width:100%;
    float:left;
    margin-top:-60px;
    position:absolute;
    display:box;
}

#sp_movie .btn{
    width:23%;
    margin-left:76%;
    height:60px;
    background:url(../images/clear.png);
    display:block;
}


/*----------------------------------------
count
----------------------------------------*/

.count_pos{
    position:absolute; 
    top:11.8%;
    right:13.9%;
    width:21%;
    z-index:500;
    height: 100%;
}



@media screen and (min-width: 360px) {
    
.count_pos{
    top:12%;
	right:14%;
}

}

@media screen and (min-width: 410px) {
    
.count_pos{
    top:12.1%;
	right:14.1%;
}

}

@media screen and (min-width: 500px) {
    
.count_pos{
    top:12.2%;
	right:14.2%;
}

}

@media screen and (min-width: 768px) {
    
.count_pos{
	top:12.4%;
}

}


.pc_count_pos{
    position:absolute;
    margin:-75px 0 0 575px;
    width:150px;
}
.sp_hukidashi{
	position:absolute;
    margin-top:-50%;
    display:block;
}

.pc_hukidashi{
	position:absolute;
    margin-top:-395px;
    display:block;
}

.touroku a{
    display:block;
}

/*----------------------------------------
erase
----------------------------------------*/

#pc_mainImg{display:none;}
#pc_head{display:none;}
#pc_jizen{display:none;}
#pc_bottom_sns{display:none;}
.pc_touroku{display:none;}
#side{display:none;}
#bottom_twcp{display:none;}


/*----------------------------------------
	common
----------------------------------------*/

.clearfloat{
clear:both;
}

.blockcenter{
    margin-left:auto;
    margin-right:auto; 
    display:block;
}


/*----------------------------------------
	info
----------------------------------------*/

.info_top{
	width:70%;
	padding:2% 5%;
	margin:15px auto 0;
	color:#FFF;
	background-color:#C11A11;
	border-radius:5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-align:center;
	font-weight:bold;
	display:block;
	font-size:16px;
	text-decoration:none;
}

.info_txt{
	width:80%;
	margin:10px auto 20px;
	border:#C11A11 solid 2px;
	padding:5%;
	background:#FFF;

}

.info_txt p{
	font-size:16px;
	margin-top:25px;
	font-weight:500;
}

.info_txt b{
	font-size:16px;
	margin-top:15px;
	font-weight:bold;
}

.info_txt ul{
	margin-left:1em;
}

.info_txt li{
	list-style-type:disc;
	margin-left:1em;
}


/*----------------------------------------
	for PC
----------------------------------------*/

@media screen and (min-width: 769px) {


/*----------------------------------------
PC erase
----------------------------------------*/

#jizen{display:none;}
#pc_head{display:none;}
#head_cam{display:none;}
#bottom_sns{display:none;}
.touroku{display:none;}
#twcp_under{display:none;}


/*----------------------------------------
PC set
----------------------------------------*/
body{
    background-image:url("../images/img_bg.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}
 
#wrapper{
	max-width:860px;

}

#content{
    max-width:860px;
    border-left:3px solid #BA2022;
    border-right:3px solid #BA2022;
}

/*head*/
#pc_head{
    height:80px;
    width:100%;
    float:left;
}

#pc_head .logos{
    margin-top:20px;
    height:60px;
    width:100%;
}

#pc_head .left{
    margin-left:18px;
    float:left;
}

#pc_head .right{
    margin-right:0px;
    float:right;
}
    
    

/*main*/
#mainImg{
    display:none;
    position:relative;
}

#pc_mainImg{
    background:url(../images/pc_main.jpg) no-repeat;
    display:block;
    width:860px;
}






/*release reserve*/

#release{
    width:640px;
}

#pc_jizen{
    display:block;
}


#intro{
    width:500px;
    margin-left:auto;
    margin-right:auto;
}


/*picture*/

#flickObj{
	position:relative;
	max-width:420px;
	width:90%;
	margin:0 auto 0;
}


ul.next_prev li.prev {
	position:relative;
	z-index:100;
	float: left;
	margin-left:0px;
	margin-top:-80%;
}
ul.next_prev li.next {
	position:relative;
	z-index:100;
	float: right;
	margin-right:0px;
	margin-top:-80%;
}



ul.next_prev li {
	margin: 0px;
	padding: 0.3em;
	display: inline;
	background-color:#CF1C00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}



ul.next_prev li img{
	width:28px;
    margin-top:0;
}


#flickObj ul.flickNav li a {
	display: block;
	width: 15px;
	height: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color: #666;	
}

#flickObj ul.flickNav{
    margin-top:25px;
}

#flickObj ul.flickNav li.selected a {
	background-color: #C82B2B;	
}

#pic_back{
    background:url(../images/pic_back.jpg) no-repeat;
    width:100%;
    position:relative;
}




/* touroku */

.pc_touroku{display:block; position:relative;}

/*bottom release*/

#bottom_release{
    width:640px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:30px;
}

#pc_bottom_sns{
    margin:40px auto 15px;
    width:175px;
    display:block;
}

#pc_bottom_sns img{
    margin:0 10px;
    float:left;
}

#bottom_twcp{
    display:block;
    max-width:740px;
    width:100%;
    margin:40px auto 60px;
    }


.twcp_top{
    display:none;
}

.twcp_top_pc{
    display:block;
}

/*spec*/

#spec{
    font-size:200%;
}


#footer{	
	position:relative;
	width:100%;
    max-height:150px;
	color:#300;
	font-size:14px;
	line-height:170%;
	text-align:center;
}


#kt{
    padding-top:20px;
}


#sns_area img{
    margin:1% 1% 0;
    max-width:40px;
}

#side{
    display:block;
    top:150px;
    margin-left:0;
    position:fixed

}
}
