
@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2017.01.13
最終更新日: 

common.css： 共通設定
---------------------------------------------------- */

body {
	position:relative;
	min-width: 320px;
	font-size:41.6875% sans-serif;
	/*font-size:62.5%;10px*/
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Helvetica , sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height:1.6;
	background-size: 100%;
	width: 100%;
	background-image: url("../image/bg.jpg");
	background-repeat: no-repeat;
	height:100%;	
}

img {
	max-width: 100%; 
	height:auto;
}
a:link, a:hover, a:active {
	color:#ff0000;
}
a:visited  {
	color: #ff0000;        
}
a:focus {outline: none;}

/*clearfix*/
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after,.clear{clear:both;}

#wrapper{
	position:relative;
	height:100%;
}

.tc {text-align:center !important;}
.tr {text-align:right !important;}
.tl {text-align:left !important;}

.mt15 {margin-top:15% !important;}
.mt10 {margin-top:10% !important;}
.mt8 {margin-top:8% !important;}
.mt5 {margin-top:5% !important;}
.mt3 {margin-top:3% !important;}
.mt1 {margin-top:1% !important;}
.mt0 {margin-top:0% !important;}
.mb10 {margin-bottom:10% !important;}
.mb8 {margin-bottom:8% !important;}
.mb5 {margin-bottom:5% !important;}
.mb3 {margin-bottom:3% !important;}
.mb1 {margin-bottom:1% !important;}
.mb0 {margin-bottom:0% !important;}

.pt15 {padding-top:15% !important;}
.pt3 {padding-top:3% !important;}

.sd {
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .5));
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .5));
	}

.bg {	
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	min-width: 320px;
	width: 100%;
	height: 100%;
	background-image: url("../image/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	background-color:#0ccddc;
	-webkit-backface-visibility: hidden; /* チラつき防止用 */
}

@media (max-width: 1200px) {
	.bg {background-size: 144%;}
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

/*hover*/

.hov:hover {
	position:relative;
	top:2px;
	}
	
hr.line_g {
	width:90%;
	height:3px;
	margin:0 auto;
	background-image:url(../image/con_live_line.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
	}
	
@media screen and (max-width:640px) {
	
	hr.line_g {
	width:60%;
	height:1px;
	margin:0 auto;
	background-image:url(../image/con_live_line.png);
	background-repeat:repeat-x;
	background-size:auto 100%;
	}
	}

/*==================================
header
===================================*/

header {
	position:relative;
	width:100%;
	max-width:1040px;
	min-width:320px;
	margin:0 auto;
	text-align:center;
	overflow: hidden;
	}
	
.snsBtn {
	position: absolute; z-index:10;
	width:29.69%;
	right:0%;
	top:0;
	}

.snsBtn li {
	width: 21.30%;
    float: right;
    margin: 2%;
	}
	
.snsBtn li:last-child {
	margin-right:0;
	}
	
.mainImg {
	max-width:1040px;
	min-width:320px;
	position:relative;
	margin:1% auto 0;
	}
	
h1 {
	width: 23.07%;
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    left: 4%;
	}
	
h2 {
	width:100%;
	position:relative; z-index:5;
	right:0;
	left:0;
	margin:0 auto 1%;
	}
h3 img{vertical-align: bottom;}
	
.mainImg .puyo {
	position: absolute;
    z-index: 4;
	top: 0%;
    width: 100%;
    margin: 0 auto;
	}

.topanime { animation: show 1s both; }

.d0 { animation-delay: 0.3s; }

.d1 { animation-delay: 0.6s; }

.d2 { animation-delay: 1.0s; }

.d3 { animation-delay: 1.2s; }

.d4 { animation-delay: 2.8s; }

.d4 { animation-delay: 3.0s; }
@keyframes show {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}

.twcp-banner {
	width:32.95%;
	position:absolute; z-index:4;
	top:0.7%;
	left:1%;
	margin:0 auto;
	}
/*==================================
common
===================================*/

#menu{
	position: absolute;
    width: 100%;
    max-width: 980px;
    z-index: 100;
    text-align: center;
}
#menu p{
	display: inline-block;
	width: 40.61%;
	padding: 0 2% 0;
}
#main {
	width:100%;
	max-width:980px;
	min-width:320px;
	margin:0 auto;
	}

.contents {
	position: relative;
    width: 100%;
    height: 100%;
    max-width: 980px;
    min-width: 320px;
    box-sizing: border-box;
}

.camp_box{
    width: 100%;
    margin: 0 auto;
    padding: 1% 0 3%;
    background: #FFF;
}

/******* cont01 *******/

.info_banner {
		width:58.97%;
		margin: 0 auto;
}
.ban_sd {
  box-shadow :0px 0px 2px rgba(0, 0, 0, .5);  /* 画像の影 */
}
	
/******* cont04 *******/

.twi_box{position:relative;}
.twiBtn{
	position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 57.24%;
}

.camp_banner{width: 81.93%;}

.nama_title{
	float: left;
	width: 28.57%;
}
.nama_url{
	float: right;
	width: 71.43%;
	text-align: left;
}
.nama_url img{
	width: 45.57%;
	margin: 0 auto 5%;
}

/*==================================
 game_intro
===================================*/

.game_intro {
	width:100%;
	max-width:980px;
	margin:5% auto 0;
	}
	
.game_intro h3 {
	width:39.18%;
	margin:1% auto 2% auto;
	}
	
.game_intro .ss {
	width:90.10%;
	margin:0 auto;
	text-align:center;
	}
	
@media screen and (max-width:640px) {
.game_intro .ss {
	width:95%;
	}}
	
	
	.game_intro .ss li {
		display:inline-block;
		width:31%;
		margin-right:2%;
		}
		
		.game_intro .ss li:last-child {
			margin-right:0;
			}
	
.game_intro .btn {
	width:57.24%;
	margin:3% auto;
	}
	
@media screen and (max-width:640px) {
.game_intro .btn {
	width:87.24%;
	margin:5% auto 4% auto;
	}	
	}

/*==================================
banner
===================================*/

.siteBtn {
	display:block;
	width:57.24%;
	margin:5% auto;
	}
	
@media screen and (max-width:640px) {
	.siteBtn {
	display:block;
	width:87.24%;
	margin:5% auto;
	}
	}


.banner {
	width:100%;
	max-width:970px;
	min-width:310px;
	margin:0 auto;
	text-align:center;
	}
	
.banner li {
	display:inline-block;
	margin-right:1%;
	margin-bottom:1%;
	
	}
			

#app_start_btn {
	position: fixed;
	z-index: 9999;
	width: 20.93%;
	height: auto;
	bottom: 10px;
	right: 10px;
}

/*==================================
appDl
===================================*/

.appDl {
	width:100%;
	padding:2% 0 0 0;
	color:#FFFFFF;
	font-size: 2rem;
	}
.appDl .box_bg {
	background:#1675d1;
	}

	
.appDl .box {
	width:100%;
	max-width:980px;
	min-width:320px;
	margin:0 auto;
	}

.appDl .box h3 {
	width:79.68%;
	margin:0 auto;
	}
	
.appDl .dl {
	text-align:center;
	}
	
.appDl .dl li {
	display:inline-block;
	width: 24.37%;
	background:url(../image/appDL-bg.png) no-repeat center top;
	background-size: 79%;
	}
	
@media screen and (max-width:640px) {
	.appDl .dl li {
	width:39.37%;
	}
	
	}
	
.appDl .dl li a img {
	width:90%;
	margin:3% 0 25% 0;
	}
	
.appDl .box .txt {
	width:50.31%;
	margin:0 auto;
	}
	
.appDl .box p {
	margin:0 auto;
	font-size:3.0rem;
	padding-bottom:1%;
	}
	



/*==================================
footer
===================================*/

footer {
	position:relative;
	width: 100%;
	background: #ffffff;
	font-size: 3.0rem;
	color:#111111;
}

@media screen and (max-width:960px) {
	
	footer {
	min-width: 320px !important;

}
	}
	
@media screen and (max-width:640px) {
	
	footer {
	font-size: 3.0rem;

}
	}

.footer {
	width:90%;
	max-width:970px;
	min-width:310px;
	margin:0 auto;
	padding-bottom: 11%;
	}
	
@media screen and (max-width:640px) {
.footer {
	padding-bottom:18%;
	}	
	}
	
#footerContents,#footer_text {
	padding: 10px;
}
#footer_text {
	padding-top: 0;
}
#footerContents li{
	float:left;
	margin-right:10px;
}
#footerContents li p {
		margin-top: 13px;
}


.sega-logo {
	display: inline-block;
    width: 104px;
    height: 36px;
    padding-top: 38px;
}

.sega-logo.sp {
	display: inline-block;
    width: 104px;
	padding-top: 0;
}

@media all and (-ms-high-contrast:none) {
.cero {
	display: inline-block;
    width: 60px;
    height: 74px;
}}

.copyFooter {
	display: table-cell;
	vertical-align:bottom;
	height:74px;
	line-height: 100px;
	}
	
.copyFooter.sp {
	display: table-cell;
	vertical-align:bottom;
	height:auto;
	line-height: 24px;
	}


#footer_text a {
	display:inline-block;
	margin-right:10px;
}