﻿@charset "utf-8";

body{
	background-color: #000;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 1.1em;
	color: #fff;
	}

@font-face {
  font-family: 'typicons';
  src: url('../fonts/typicons.eot');
  src: url('../fonts/typicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/typicons.woff') format('woff'),
url('../fonts/typicons.ttf') format('truetype'),
url('../fonts/typicons.svg#typicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
	color: rgb(71,150,224);
	text-decoration: none;
	cursor: pointer;
	}
	
a:visited	{color: rgb(71,150,224);}
a:hover		{color:rgba(89,228,245,1.00)}
a:focus		{outline: thin dotted;}

dl { line-height: 1.6em;}

dt {font-weight: bold;
	padding: 2%;
	margin: 0px;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	}

ul {padding-left: 1.5em;}
li {margin-bottom: 0.5em; line-height: 1.6em;}

ul.readme {
	float: right;
	font-size: 0.9em;
	}

ul.readme li {
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
	}
th, td {
	background-color:  #000;
	border: 1px #fff solid;
	padding: 10px;
	}


td {vertical-align: baseline;}

th {
	word-break: keep-all;
	text-align: right;
	vertical-align:baseline;
	}

strong, .errorTxt {color:#FF0000;}


/*フェード*/
#mainMenu li, #pageTop a, #mobileMenu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*メニュー全体　※ID名が変なのはタイトー公式サイト全体に設定されているmain.jsを利用しているからだお*/
#pageTop {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
	border-top: 1px #fff solid;
	/*background-image: -moz-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(118,20,23) 0%, rgb(187,0,7) 100%);
	box-shadow: 3px 3px 10px 2.73px rgba(0, 0, 0, 0.35);*/
	}

/*スマホ用メニュー（最初は非表示）*/
#mobileMenu {display: none;}

/*グローバルナビゲーション*/
nav ul {
	margin: 0;
	}

nav ul li {
	width: 20%;
	margin: 0;
	float: left;
	}

nav ul li a {
	display: block;
	padding: 10px 0;
	text-align:  center;
	font-size: 1.1em;
	color: #999;
	}


nav ul li a:hover {
	color: #fff;
	background-color: #000;
	}



/*汎用ボタン*/
.button a {
	display: block;
	background-color: rgb(255,255,255);
	border: 1px solid #9daca9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px #fff;
	box-shadow: outset rgba(0,0,0,0.20);
	font: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: inherit;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgb(0,0,0);
	}



.button a:hover {background-color: rgb(233,233,233);}
.button a:active {background-color: #d2d6d6; border: 1px solid #9daca9;}

/*記事用*/
.small	{font-size: 0.8em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.6em;}
.center	{text-align: center;}
.spaced {padding: 1em;}
.left	{float: left;}
.right	{float: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.yellow {color: #FFED00;}
.hide {display: none;}
.sun {color: #f00;}
.sat {color: #008FEB;}


/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

.oldVersion {
	text-align: center;
	color: rgb(255,0,4);
	padding: 10px;
	}

/*大枠*/
.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	background: #000000;
	background: url(../images/silentrooms/hs_bg_b.jpg);
	/*background: url(../images/silentrooms/sr2_bg.png),url(../images/silentrooms/sr2_bg2.png),-moz-linear-gradient(45deg,  #000000 0%, #000000 33%, #b00316 100%);
	background: url(../images/silentrooms/sr2_bg.png),url(../images/silentrooms/sr2_bg2.png),-webkit-linear-gradient(45deg,  #000000 0%,#000000 33%,#b00316 100%);
	background: url(../images/silentrooms/sr2_bg.png),url(../images/silentrooms/sr2_bg2.png),linear-gradient(45deg,  #000000 0%,#000000 33%,#b00316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b00316',GradientType=1 );*/
	background-repeat:  no-repeat;
	background-position: top left;
	background-attachment: inherit;
	}

header {
	max-width: 1280px;
	margin: 0 auto 50px;
	position: relative;
	}

.obakenxtaito {
	display: block;
	width: 280px;
	margin: 20px 0 0 auto;
	}

.catch {
	display: block;
	width: 35px;
	margin: 50px auto 120px;
	}

h1{
	position: absolute;
	width: 50%;
	max-width: 350px;
	right: 5%;
	top: 35px;
	}

h1 img {
	width: 100%;
	}


.subcatch1 {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	}

.subcatch2 {
	display: block;
	width: 100%;
	max-width: 710px;	
	margin: 0 auto;
	}

.subcatch3{
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 30px auto 0;
	}

.subcatch4 {
	position: relative;
	}

.subcatch4 img:first-child {
	width: 20%;
	position: absolute;
	left: 100px;
	top: -100px;
	}

.subcatch4 img:nth-child(2){
	width: 24%;
	position: absolute;
	right: 80px;
	top: -100px;
	}

.topInfo {
	text-align: center;
	font-size: 0.8em;
	margin: 20px auto 60px;
	}

.topInfo span {
	font-size: 2.2em;
	font-weight: bold;
	}

/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
	background: #880000;
	overflow: hidden;
	}

	main p {line-height: 1.6em;}

	main p.small {font-size: 0.8em;}

/*各記事*/
section {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 60px 0;
	margin: 0 auto 50px;
	align-items: center;
	position: relative;
	background-image: -moz-linear-gradient( 36deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background-image: -webkit-linear-gradient( 10deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background-image: -ms-linear-gradient( 36deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	}

section#story {
	background-image: -moz-linear-gradient( 36deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%), url(../images/silentrooms/hs_bg2.png);
	background-image: -webkit-linear-gradient( 10deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%), url(../images/silentrooms/hs_bg2.png);
	background-image: -ms-linear-gradient( 36deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%), url(../images/silentrooms/hs_bg2.png);	
	background-repeat:  no-repeat;
	background-position: right;
	background-size: contain;
	}


section>div	{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	}

section#eventInfo {
	max-width: inherit;
	padding: 0;
	background-color: transparent;
	background-image: -moz-linear-gradient( 90deg, rgb(136,0,0) 0%, rgb(0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(136,0,0) 0%, rgb(0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(136,0,0) 0%, rgb(0,0,0) 100%);
	}

section#eventInfo div {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-shadow: 0 3px 3px rgba(0,0,0,0.5);
	}

section#eventInfo div table{
	margin: 0 auto;
	padding: 0;
	}

section#eventInfo th, td {
	border: 0;
	background-color: transparent;
	} 

section#eventInfo th {
	font-size: 1.8em;
	font-weight: bold;
	}

section#eventInfo td {
	padding-left: 30px;
}

.map {
	display: block;
	width: 100%;
	margin: 20px auto;
	max-width: 600px;
	}

.blood {
	display: block;
	position: absolute;
	}

#eventInfo .blood	{right: -150px;	bottom: 10px;}
#story .blood		{left: -150px;top: -50px;}
#attention .blood	{right: -50px;top: -100px; transform: rotate(90deg);}
#inquery .blood		{left: -200px;top: -250px; transform: rotate(-60deg);}

h2 {
	display: block;
	width: 100%;
	/*text-shadow: rgba(64,0,0, 1.0) -3px -3px 0px, rgba(48,0,0, 1.0) 3px 3px 0px;*/
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 30px 0 30px;
	margin: 0;
	text-align: center;
	}


h2 span {
	font-size: 1.2em;
	color: #C91114;
	}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

h4 {
	padding: 5% 2% 2%;
	margin: 0px;
    line-height: 1em;
	font-weight: bold;
    text-align: left;
	}

/*RSS*/
main h3 span {
	display: block;
	position: absolute;
	right: 10px;
	top: 25%;
	}

	main h3 span a		{color: #FF8E00;}
	main h3 span a:hover	{color: #fff;}
	main h3 span a:before {
		font-family: "typicons";
		content: '\e0dc';
		font-weight: normal;
		font-size: 1.6em;
		}

/*SNSシェアボタン*/
.shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto 0;
	clear: both;
	padding: 0 2% 2%;
	text-align: center;
	}

	.shareButtons {
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		}

	.shareButtons div {
		line-height: 1;
		margin-right: 20px;
		margin-bottom: 10px;
		}

	.shareButtons div:last-child {
		margin-right: 0;
		}

		.fb-like {
			float: left;
			}

		.googleBtn {
			float: left;
			width: 52px;
			overflow: hidden;
			}

/*オリジナルボタン化*/
		.tweetBtn, .lineBtn {
			float: left;
			border-radius: 2px;
			}

		.tweetBtn {
			background: url(../images/ico_sns_twitter.png) left top no-repeat #1b95e0;
			background-size: contain;
			}

		.lineBtn {
			background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
			background-size: contain;
			display: none;
			}

		.tweetBtn a, .lineBtn a {
				display: inline-block;
				color: #fff;
				line-height: 20px;
				text-align: right;
				vertical-align: middle;
				}

		.tweetBtn a {
				width: 57px;
				padding: 0 5px 0 5px;
				font-size: 0.6em;
				}

		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}


footer {
	padding-top: 120px;
	margin: 0 auto 100px;
	text-align: center;
	text-shadow: 0 3px 3px rgba(0,0,0,0.5);
	background-color: transparent;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(136,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(136,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(136,0,0) 100%);
}

footer p {
	font-size: 0.9em;
	color: #ddd;
	line-height: 1.6;
	margin-bottom: 1em;
	}

footer img {
	display: block;
	margin: 0 auto;
	}



footer ul {
	display: inline-flex;
	padding: 0;
	margin: 20px auto 0;
	}

footer ul li {
	list-style-type: none;
	border-right: 1px #ddd solid;
	padding: 0 20px;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	}

footer ul li:last-child {
	border: none;
	}

.taitologo {
	max-width: 200px;
	margin: 20px auto 20px;
	}

.copyright {
	font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #999;
	font-size: 0.8em;
    line-height: 2em;
	margin-bottom: 0px;
	}


.lastMessage {
	margin:  300px 0 0;
	font-size: 1.6em;
	letter-spacing: 0.25em;
	text-align: center;
	line-height: 1.2em
}



/*ラヂオとチェックボックス*/
input[type="radio"], input[type="checkbox"] {
	display: inline;
	width: auto;
	height: auto;
	vertical-align: baseline;
	font-size: 1.8em;
	margin-right: 0.2em;
	}




@media only screen and (max-width: 768px) {
	
.primaryContainer {
	background-size: contain;
	background-size: 140%
	}

.obakenxtaito {width: 40%;}いま

.catch {
	margin: 0 0 0 40%;
	margin-bottom: 10%;
	}

h1 {
	top: 50px;
	width: 40%;
	}

.subcatch4 {
	text-align: center;
	}

.subcatch4 img:first-child {
	width: 40%;
	position: inherit;
	left: 0;
	top: 0;
	}

.subcatch4 img:nth-child(2){
	width: 44%;
	position: inherit;
	right: 0;
	top: 0;
	}
	
section {
	}

section#story {
	background-size: cover;
	}

	
section#eventInfo div {
	max-width: 600px;
	}

	
	section#eventInfo div {
	font-size: 0.8em;
	}

section#eventInfo td {
	padding-left: 0px;
}	

.lineBtn {display: block;}

.common {margin: 2% 1.5% 2% 1.5%;}


/*グローバルナビ*/
nav ul li a {
	padding: 5px 0;
	font-size: 1em;
	}

h3 {
	font-size: 1.2em;
	}

.shopInfo div h3 {
	font-size: 1.1em;
	padding-bottom: 10px;
	}
		
footer p {
	font-size: 0.8em;
	}

}


@media only screen and (max-width: 480px) {

.hide {display: inline;}

.primaryContainer {
	background-size: 170%
	}

.obakenxtaito {
	width: 40%;
	margin-top: 5px;
	}

.catch {
	width: 20px;
	margin: -20px 0 0 45%;
	margin-bottom: 10px;
	}

h1 {
	position: inherit;
	width: 45%;
	margin: 0 auto 10px;
	top: inherit;
	right: inherit;
	}

.subcatch4 img:first-child {
	width: 45%;
	}

.subcatch4 img:nth-child(2){
	width: 55%;
	}
	
	.topInfo {
		font-size: 0.7em;
		letter-spacing: 0.1em;
	}

section#story {
	background-position: center;
	}
	
section#eventInfo th, section#eventInfo td {
	display: block;
	text-align: left;
	padding: 0 0 3px 0;
	margin-bottom: 20px;
	text-align: center;
	}

section#eventInfo th {
	border-bottom: 1px #900 solid;
	margin-bottom: 10px;
	}
	
/*スマホ用メニュー*/
#mobileMenu {
	display: block;
	width: 100%;
	background-color: #000;
	/*background-color: #b00316;*/
	}

#mobileMenu:hover	{background-color: #333;}
#mobileMenu:active	{background-color: #fff;}


/*ボックス固定用クラス*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	}

/*メインメニュートグル*/
#toggle{
	width: 100%;
	float: right;
	position: relative;
	}

	#toggle a{
		display: block;
		position: relative;
		padding: 10px 0px 10px 0px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		}

	#toggle a span:after {content: "メニュー";}


#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 20px;
	margin-top: -10px;
	background-color: rgb(255,255,255);
	border-radius: 2px;
	}

#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 4px;
	background-color: #000;
	}

#toggle a:before{margin-top: -6px;}
#toggle a:after{margin-top: 2px;}

	
nav {
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	height: auto;
	box-shadow: none;
	}

	nav ul li  {
		margin: 0px;
		clear: none;
		float: none;
		width: 100%;
		border: none;
		border-top: 1px #b00316 solid;
		background-color: #000;
		height: auto;
		padding-left: 10px;
		}

	nav ul li:first-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		}

	nav ul li:last-child {
		border-radius: 0;
		-webkit-border-radius: 0;
		}
	
	nav ul li a {
		line-height: 1.5em;
		font-size: 1.2em;
		text-align: left;
		text-shadow: none;
		}

	nav ul li a:before {
		font-family: "typicons";
		content: '\e0b0';
		font-size: 1.0em;
		margin-right: 10px;
		color: #b00316;
		}

	nav ul li:hover a, nav ul li a:active {
		}

h2 {
	padding: 20px;
	}

	footer ul li {
		font-size: 0.8em;
		padding-left: 10px;
		padding-right: 10px;
	}

		
.shareButtons div {
	margin-right: 8px;
	}
}


/*2016/03/14 追記*/
#Share_Media {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	margin-bottom: 60px;
	padding: 0;
	margin-right: 0;
	}

#Share_Media div {
	width: 49%;
	/*width: 95%;*/
	max-width: 900px;
	/*box-sizing:border-box;*/
	margin: 0 auto 10px;
}

#Share_Media #youtube_ct, #Share_Media #timeline{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

#Share_Media #youtube_ct {
	border:1px solid #333333;
	border-radius:5px;
	}

#Share_Media iframe, .twitter-timeline {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}

@media only screen and (max-width: 768px) {

#Share_Media {
	flex-direction: column;
	}

#Share_Media div {
	width: 95%;
	margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 480px) {

#Share_Media #timeline{
	padding-bottom: 100%;
	}

}



/*FlexBox*/
.flexBox {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	padding: 0;
	}

	.flexBox>div {
		box-sizing: border-box;
		padding-bottom: 10px;
		}

	.flexBox>div img {
		width: 95%;
		margin: 0 2.5% 0;
		box-shadow: 0 0 50px 1px #f00
			
		}

	.flexBox>div h3 {
		text-align: center;
		width: 95%;
		margin: 0 2.5% 0;
		}

	.flexBox>div p {
		width: 94%;
		margin: 1% 3% 1%;
		}

.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33.3%;}
.boxset2>div {flex-basis: 50%;}


@media only screen and (max-width: 768px) {
	.boxset4>div, .boxset3>div {
		flex-basis: 50%;
		}
}
	
@media only screen and (max-width: 480px) {
	.boxset4>div, .boxset3>div, .boxset2>div {
		flex-basis: 100%;
		}

}


