/* style.css */

@charset "UTF-8";

@import url('reset.css');
@import url('layout.css');

/* トップページ
============================================*/
#index {
	background: #FFF;
	color: #000;
	font-size: 24px;
}
#index #wrapper {
	width: 100%;
	min-width: 660px;
	overflow: hidden;
	border-top: #F00 5px solid;
	padding-top: 57px;
}
#index #header {
	position: relative;
	width: 100%;
	background: #C00;
}
#index #header h1 {
}
#index #header h1 img {
	width: 100%;
	height: auto;
}

#index #header h2 {
	position: absolute;
	left: 3.125%;
	bottom: 2%;
	width: 93.75%;
}

#index #header h2 img {
	width: 100%;
	height: auto;
}
#index #header .logo {
	position: absolute;
	left: 10px;
	top: -49px;
}
#index .apology {
	color: #FFF;
	position: absolute;
	z-index: 20;
	left: 3.125%;
	bottom: 13%;
	width: 21em;
	font-size: 24px;
	font-weight: bold;
	background-color:rgba(0,0,0,0.5);
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
#index .apology h3 {
	font-size: 22px;
	color: #FF0;
	font-weight: bold;
}
#index .apology h3 .date {
	color: #FFF;
	font-weight: bold;
}
#index .apology.end {
	left: 5%;
	bottom: 13%;
	width: 40%;
}
#index .apology.end h3 {
	color: #FFF;
}
#index .sign {
	position: absolute;
	width: 90%;
	right: 5%;
	bottom: 12%;
	text-align: right;
}
#index .sign img {
	width: 50%;
}

#index #sns {
	display: none;
}
#index .attention {
	font-size: 18px;
	line-height: 1.2;
	color: #FFF;
}

#index #main {
	margin: 0 auto;
	width: 100%;
	background: #F00;
}

#index #main .contents {
	margin: 0 auto;
	width: 640px;
	text-align: center;
	background: #F00;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#index #main .block {
	width: 920px;
	margin: 0 -140px;
	position: relative;
}

#index #main #block01 {
	margin-bottom: 20px;
}

#index #main .play {
	position: relative;
	z-index:5;
}

#index #main .play .btn {
	position: absolute;
	left: 301px;
	top: 105px;
	padding-bottom: 20px;
}
#index #main .play .attention {
	position: absolute;
	width: 920px;
	top: 490px;
	color: #000;
	z-index:10;
	font-size: 14px;
	line-height: 1.3;
}



#index #main #weeklychamp {
	margin: 0 auto -100px;
	width: 640px;
	position: relative;
	z-index: 20;
}

#index #main #weeklychamp .text {
	text-align: left;
	font-size: 12px;
	line-height: 1.2;
	color: #FFF;
	width: 200px;
	position: absolute;
	right: 10px;
	bottom: 20px;
}

#index #main #weeklychamp iframe {
	width: 640px;
	height: 550px;
   border: 0px;
   margin: 0px;
   overflow: hidden;
}


#index #main #block02 .box01 {
	background:url(../images/index/block02_bg.png) repeat-y center top;
	padding: 20px 0;
	height: 910px;
	box-sizing: border-box;
}
#index #main #block02 .box02 {
	padding: 0 0 50px;
}
#index #main #block02 .box03 {
	background:url(../images/index/block02_bg.png) repeat-y center top;
	padding: 10px 0 0;
	margin-bottom: 50px;
	position: relative;
}

#index #main #block02 h2 {
	position: relative;
}

#index #main #block02 h2 img {
	position: relative;
	z-index: 10;
	-ms-transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	transform:scale(0.8,0.8);
}
#index #main #block02 h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 37px;
	margin-left: -1000px;
	z-index: 5;
	width: 2000px;
	height: 110px;
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	-moz-box-shadow: 0px 7px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 7px 0px rgba(0,0,0,0.2);
}
#index #main #block02 h2.ttl_01:before {
	background: #007bff;
}
#index #main #block02 h2.ttl_02:before {
	background: #00a000;
}
#index #main #block02 h2.ttl_03:before {
	background: #cd00ff;
}
#index #main #block02 h2.ttl_01 {
	margin-bottom: -10px;
}
#index #main #block02 .cover {
	position: relative;
	z-index: 10;
}
#index #main #block02 h2.ttl_02 {
	margin: 30px 0 20px;
}
#index #main #block02 h2.ttl_03 {
	margin: 0px 0 20px;
}
#index #main #block02 .note {
	margin: 0 170px;
	padding: 5px 0 0 1em;
	text-align: left;
	font-size: 18px;
	line-height: 1.2;
	color: #FFF;
	text-indent: -1em;
}
#index #main #block02 .box01 .note {
	position: relative;
	margin-top: -120px;
}
#index #main #block02 .box03 .note {
	position: absolute;
	top: 720px;
	left: 0;
}
#index #main #block02 .box01,
#index #main #block02 .box02,
#index #main #block02 .box03 {
	position: relative;
}

#index #main #block02 .end {
	padding: 80px 30px;
	background-color:rgba(0,0,0,0.5);
	position: absolute;
	left: 120px;
	top: 200px;
	z-index: 50;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

#index #main #block02 .box01 .end {
	padding: 155px 30px;
	top: 200px;
}
#index #main #block02 .box02 .end {
	padding: 130px 30px;
	top: 200px;
}
#index #main #block02 .box03 .end {
	padding: 90px 30px;
	top: 210px;
}

#index .br_sp {
	display: none;
}

#index #main #block03 {
	margin-bottom: 50px;
}
#index #main #block04 {
	margin-bottom: 30px;
}
#index #main #block05 {
	padding-bottom: 50px;
}
#index #main #block05 .more {
	width: 920px;
	position: absolute;
	left: 0;
	top: 1270px;
	font-size: 24px;
}
#index #main #block05 .more a {
	color: #FFF;
	text-decoration: none;
}

#index #block06 {
	background: #000;
	text-align: center;
	overflow: hidden;
}
#index #block06 .box {
	width: 640px;
	margin: 0 auto;
	position: relative;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
}
#index #block06 h2 {
	position: relative;
	z-index: 10;
}
#index #block06 #play {
	width: 0px;
	padding-left: 320px;
	height: 490px;
	position: absolute;
	left: 161px;
	bottom: 200px;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}
#index #block06 #movie {
	width: 320px;
	height: 490px;
	position: absolute;
	left: 161px;
	bottom: 200px;
	z-index: 5;
	background: #000;
}
#index #block06 .bana {
	padding-top: 50px;
}


#index #footer {
    margin: 0 auto;
    padding: 35px 0;
    position: relative;
    width: 600px;
		text-align: center;
}

#index #footer .logo {
	margin-bottom: 15px;
}
#index #footer li {
	float: left;
	height: 15px;
	margin-right: 10px;
}

#index #footer #snsArea{
		text-align: center;
		margin-bottom: 10px;
}
#index #footer #snsArea li {
	float: none;
	margin-right: 0;
}
#snsArea{
	display:block;
	position:relative;
	width:500px;
	margin:0 auto;
	margin-top:45px;
	text-align:center;
	transform:scale(1.4);
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	padding-bottom:25px;
}

#snsArea li{
	display:inline-block;
	vertical-align:top;
	margin-bottom:16px;
	line-height: 0;
}
#snsArea li iframe{
	margin: 0 !important;
}

/*** ft_links＾ ***/
#snsArea #ft_links{
	position:relative;
	width:100%;
	height:auto;
	background-color:#F00;
}
#snsArea #ft_bg{position:relative; left:0; top:0; width:100%; height:auto;}
#snsArea #ft_copyright{position:absolute; left:31.4%; top:55.55%; width:65.62%; height:auto;}
#snsArea #ft_notice{position:absolute; left:61.09%; top:23.14%; width:29.68%; height:auto;}
#snsArea #ft_privacy{position:absolute; left:31.4%; top:23.14%; width:29.68%; height:auto;}
#snsArea #ft_logo{position:absolute; left:3.28%; top:23.14%; width:28.12%; height:auto;}

#index #footer .copy {
	position: absolute;
	right: 0;
	bottom: 35px;
	font-size: 14px;
	line-height: 1.2;
}

/*-------------------------
|                         |
|  レスポンシブCSS        |
|  PC用（641px以上）  　　|
|													|
-------------------------*/

@media screen and (min-width:767px){	
	#index #wrapper {
		min-width: 860px;
	}
	
	#index #header h1 {
		width: 100%;
		height: auto;
		background:url(../images/index/header_bg.png) no-repeat center bottom;
		-moz-background-size:100% 100%;
		background-size:100% 100%; 
	}
	
	#index #header h2 {
		left: 3.785%;
		bottom: 4.924%;
		width: 52.928%;
		height: 12.739%;
	}

#index #sns {
	display: block;
    position: absolute;
    right: 32px;
	top: -49px;
}
#index #sns li {
    float: left;
    height: 20px;
    margin: 5px 0;
}
#index #sns .facebook {
    width: 120px;
}
#index .fb_iframe_widget > span {
    vertical-align: baseline !important;
}
#index #sns .twitter {
    width: 110px;
}
#index #sns .gplus {
    width: 70px;
}
#index .apology {
		right: 2%;
		top: auto;
		bottom: 4.924%;
		width: 21em;
		font-size: 16px;
}
#index .apology h3 {
		font-size: 18px;
		line-height: 1;
}
#index .apology.end {
		left: 3.785%;
		bottom: 18.5%;
		width: 52.928%;
}

#index .sign {
	width: 40%;
	right: 5%;
	bottom: 4.924%;
	text-align: right;
	z-index: 20;
}
#index .sign img {
	width: 70%;
}

#index .attention {
		font-size: 12px;
		line-height: 1.5;
}

	#index #main {
		background: #F00 url(../images/index/main_bg.png) repeat-y center top;
	}
	#index .br_sp {
		display: block;
	}
	#index .br_pc {
		display: none;
	}

	#index #main .contents {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#index #main #block02 h2 img {
		position: relative;
		z-index: 10;
		-ms-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		transform:scale(1,1);
	}
	#index #main #block02 .note {
		font-size: 12px;
		line-height: 1.5;
	}
	#index #main #block05 .more {
		font-size: 18px;
	}
	#index #footer #snsArea{
		display: none;
	}
}


/* ゲーム画面
============================================*/

#enchant-stage {
	z-index: 10;
}
#game iframe {
	margin: 0;
	padding: 0;
}
#game #noText input{
	width: 290px;
	height: 48px;
	line-height: 48px;
	background: none;
	border: none;
	font-size: 30px;
	font-weight: bold;
	color:#646464;
}
#game #nameText input{
	width: 265px;
	height: 56px;
	background: none;
	border: none;
	font-size: 30px;
	line-height: 56px;
	font-weight: bold;
	color:#646464;
}

#game #wrap {
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	display: none;
}

#game #scoreText {
	font-size: 38px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}

#game #scoreText strong {
	color:#646464;
	font-size: 56px;
}
#game #noteA {
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
	color:#646464;
}
#game #noteB {
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
	color:#646464;
}
#game #note {
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
	color:#FF0000;
}

#game #board {
	background:rgba(0,0,0,0.8) url(../images/game/ui/bg_ranking.png) no-repeat center 15px;
	box-sizing: border-box;
	padding: 120px 40px 10px;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

#game #board table {
	width: 100%;
}

#game #board table th,
#game #board table td {
	padding: 2px 20px;
	text-align: left;
	font-size: 26px;
	line-height: 1.2;
}

#game #board table th {
	font-size: 20px;
}
#game #board table th strong {
	font-size: 32px;
}

#game #board table td.score{
	text-align: right;
}

#game #board table .rankin th,
#game #board table .rankin td {
	background: #F90;
}
#game #board .ranktextA {
	margin: 10px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#game #board .ranktextB {
	margin: 10px 0;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #FC0;
}

#game #pop {
	display: none;
}

#game #pop a {
	display: block;
	width: 274px;
}

#game #pop a img {
	width: 100%;
	height: auto;
}

#game #popfb {
	position: absolute;
	right: 50%;
	z-index: 20;
}
#game #poptw {
	position: absolute;
	left: 50%;
	z-index: 20;
}


/* Entryページ
============================================*/

#entry {
	background: #FFF;
	color: #646464;
}

#entry #wrapper {
	margin: 0 auto;
	width: 640px;
	box-sizing: border-box;
	padding: 20px 20px 0;
	text-align: center;
	position: relative;
}

#entry #form {
	margin: 0 auto;
	width: 540px;
	text-align: left;
}
#entry #form.end p {
	text-align: center;
	margin: 20px 0;
	font-size: 22px;
	font-weight: bold;
}

#entry #form h2 {
	margin: 10px 0;
}

#entry #form h3 {
	font-size: 24px;
}

#entry #form .text_box {
	height: 140px;
	overflow: auto;
	border: #646464 1px solid;
	padding: 5px 10px;
}

#entry #form .text_box p {
	margin: 10px 0;
}

#entry #form p.ck {
	margin: 5px 0 20px;
}
#entry #form p.no {
	margin: 10px auto 5px;
	width: 16em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #FF0000;
}
#entry #form p.no input {
	width:8em;
	border: none;
	margin: 10px auto;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #FF0000;
}
#entry #form p.note {
	text-align: center;
	color:#FF0000;
	font-size: 18px;
}


#entry #form .btn {
	margin: 20px 0;
	text-align: center;
}

#entry #cover {
	display: none;
	position: absolute;
	box-sizing: border-box;
	left: 40px;
	top: 250px;
	padding: 32px;
	background-color:rgba(0,0,0,0.5);
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

#entry #cover:after {
	content: "×閉じる";
	position: absolute;
	box-sizing: border-box;
	right: -10px;
	top: -10px;
	padding: 10px;
	background-color:rgba(0,0,0,1);
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	font-size: 18px;
}
#entry #cover p {
	margin: 20px 0;
}

#entry #form #submit.off {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	cursor: default;
}

#entry #footer {
	margin: 50px auto 0;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	background: #EFEFEF;
}



/* Thanksページ
============================================*/

#thanks {
	background: #FFF;
	color: #646464;
}

#thanks #wrapper {
	margin: 0 auto;
	width: 640px;
	box-sizing: border-box;
	padding: 20px 20px 0;
	text-align: center;
}

#thanks #header h2 {
	margin: 50px 0;
}

#thanks h3 {
	margin: 20px 0;
	font-size: 36px;
}

#thanks p {
	margin: 20px 0;
	font-size: 24px;
}

#thanks .btn {
	margin: 40px 0;
}

#thanks .btn p {
	margin: 10px 0;
}

#thanks #footer {
	margin: 50px auto 0;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	background: #EFEFEF;
}


/* ranking
============================================*/

#admin {
	background: #FFF;
	color: #000;
}

#admin h1 {
	font-size: 20px;
	background: #F00;
	color: #FFF;
	padding: 10px;
	margin: 10px;
}

#admin #wrapper {
	margin: 0 auto;
	width: 920px;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
}

#admin #wrapper .datebox {
	width: 440px;
	float: left;
	margin: 10px;
	border: #F00 2px solid;
	padding: 10px;
	box-sizing: border-box;
}

#admin #wrapper .datebox h2 {
	font-size: 16px;
	background: #F00;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

#admin #wrapper .datebox table {
	width: 100%;
}

/* ranking
============================================*/

#champ {
	background: #F00;
	color: #FFF;
}

#champ #wrapper {
	margin: 0 auto;
	width: 640px;
	text-align: center;
}

#champ #wrapper .list {
	padding: 0 5px;
}

#champ #wrapper .datebox {
	margin: 10px 5px 0;
	width: 200px;
	height: 75px;
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 14px;
	background-color:rgba(0,0,0,0.5);
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
}

#champ #wrapper h1 {
	height: 40px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	background: #390;
	letter-spacing: 0.05em;
}

#champ #wrapper .datebox h2 {
	padding: 0px 5px;
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom: #FFF 1px solid;
}

#champ #wrapper .datebox p {
	padding: 0px 5px;
	line-height: 1.2;
	font-size: 14px;
}

#champ #wrapper .datebox p.name {
	font-size: 15px;
	clear: #FF0;
}

#champ #wrapper .datebox p span {
	padding: 0px 5px;
	background: #FFF;
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
#champ #wrapper .datebox p.this {
	width: 50px;
	height: 50px;
	padding: 10px 5px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
	color: #F00;
	border-radius: 50%; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -10px;
}
