/* crime */

html {
	box-sizing: border-box;
}
body {
	height: 100%;
	background-color: #000;
	color: #000;
}

a {
	color: white;
	text-decoration-color: #ff0000;
	font-style: italic;
}

.crime {
	height: 100%;
	width: 100%;
	background-color: #000;
}

.header {
	min-height: 100%;
	width: 100%;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 125%; 
	background-image: url(img/crime/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	z-index: -1;
}

.goto { /* 紹介文のラップ */
	display: block;
	font-family: "Kaimin Sora Regular";
	position: absolute;
	text-align: left;
	margin: 120px 30% 0 30px;
	font-size: 1.5em;
	line-height: 1.8em;
}

.lead { /* 紹介文のspanの背景 */
	background-color: rgba(255,255,255,0.8);
}


.main {
	width: 100%;
	height: 100%;
	color: white;
}



.info { /* デカい文字のところ */
	color: #FFF;
	font-family: 'Times New Roman';
}



H1 { /* 名前 */
	font-size: 100px;
	font-family: 'STHeitiSC-Medium';
}
H2 { /* 日付 */
	font-size: 120px;	
}
H3 { /* 「完全犯罪」 */
	position: relative;
	font-size: 100px;
	font-family: "STHeitiSC-Medium";
	margin-top: 14px;
    margin-left: -45px;
}



.step {
	background-color: #000;
}

.step img {
	width: 100%;
}

.botton_area {
	text-align: center;
	line-height: 0;
	background-color: #000;
	margin: 0;
	padding: 50px 0 0 0;
}
/*
.btn_wrap {
	display: table;
	margin: 0 auto;
}

.btn {
	display: table-cell;
	vertical-align: middle;
}
 */

.text_area {
	padding-top: 0px;
	padding-bottom: 20px;
}



.txt {
	background-color: white;
	font-size: 1em;
	line-height: 1.6em;
}

.float { /* 飛行機画像にしか使わないと約束してくれ */
	float: left;
	margin-right: 1em;
}

.clear {
	clear: both;
}

.data { /* リストの情報文字はちいさめ */
	color: #FFF;
	font-size: 1.7em;
	margin: 40px 0 60px 10px;
}

.data p {
	margin-bottom: 60px;
}

p.toak {
	border: 9px dashed #ffb;
    border-radius: 20px;
    margin-top: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 30px;
    padding: 20px;
    overflow: hidden;
    line-height: 60px;
}

.toak_img {
	float: right;
	width: 180px;
}

.air { /* エアライン情報ひとくくり */
	display: none;
	margin: 20px;
}

.lcc { /* エアライン情報個別 */
	width: 100%;
	margin-top: 10px;
}

.sky {
	height: 240px;
}

.vnl {
	height: 346px;
}

.apj {
	height: 263px;
}

img.bor { /* バニラにだけ線 */
	border: 1px solid #000;
}

.air_title {
	font-size: 2em;
	display: inline-block;
}

.sky_title {
	background-color: #00A0E9;
}

.vnl_title {
	background-color: #FBDC00;
}

.apj_title {
	background-color: #D25C9E;
}

.air_text {
	font-size: 1.5em;
	margin-left: 400px;
}

strong {
	background: linear-gradient(transparent 60%, #3498db 60%);
}

/* ここまで飛行機関連
　　ここから駅一覧 */

.train {
	display: none;
	text-align: center;
	margin: 50px auto 0 auto;
	background-color: #000;
	padding: 60px 0 60px 0; 
}

.train p {
	color: #FFF;
}

.train img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* ここまで駅関連
　　ここから地図 */

.map {
	display: none;
	padding-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}


/* 　　　　　　　　　ここからフッター以下の要素　　　　　　　 */


.footer {
	width: 100%;
	background-color: #000; 
	color: #FFF;
	font-size: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	text-align: center;
}


.footer a {
	text-decoration: underline;
	color: #FFF;
}

dl { /* エンドロール単体部 */
	display: table;
}

dt {
	display: table-cell;
	text-align: right;
}

dd {
	display: table-cell;
	text-align: left;
}

table {
	width: 100%;
	line-height: 1.8em;
}

th {
	width: 50%;
	text-align: right;
	padding-right: 15px;
}
td {
	width: 50%;
	text-align: left;
	padding-left: 15px;
}

.credit {
	display: none;
}

.credit a {
	color: #00A1E9;
}

.small_mb {
		font-size: 15px;
}


.presskit {
	color: #fff;
	text-align: center;
	margin: 50px 0 50px 0;
}



.last {
	text-align: center;
	font-size: 2.5em;
	text-decoration: none;
}

.last:hover {
	background-image: url(../img/giphy_4.gif);
	background-position: -10px -335px;
}

.last a {
	display: block;
	padding: 300px 0 300px 0;
	text-decoration: none;
	color: red;
	font-family: courier;
}







@media all and (min-device-width: 800px) and (min-width: 800px) {
	.header {
		background-attachment: scroll;
		padding-top: 7%;
	}

	.small {
		font-size: 20px;
	}

	.goto {
			display: block;
			font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif, "STHeitiSC-Medium";
			font-family: "Kaimin Sora Regular";
		    position: absolute;
		    font-size: 1.1em;
		    line-height: 1.8em;
		    margin: 200px 24% 0 24%;
	}



	p.toak {
		border: 12px dashed #ffb;
    	border-radius: 10px;
    	background-color: inherit;
    }

	p.toak:hover {
		border: 12px dashed #000;
    	border-radius: 10px;
    	background-color: #ffb;
    	color: #000;
    }

	.text_area {
		padding-top: 30px;
	}

	.footer {
		font-size: 14px;
		line-height: 25px;
		display: table;
		table-layout: fixed;
		width: 100%;
		background-color: #000; 
		color: #FFF;
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 30px 0px;
		text-align: center;
	}

	.credit {
	width: 50%;
	display: table-cell;    
    vertical-align: middle;
	}

	.scroll {
		display: none;
		z-index: 2;
		position: absolute;
		top: 80%;
		left: 50%;
		width: 30px;
		height: 30px;
		margin-left: -12px;
		border-left: 5px solid #EC0083;
		border-bottom: 5px solid #02A5F0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 0.5s infinite;
		animation: sdb 0.5s infinite;
		box-sizing: border-box;
	}
	@-webkit-keyframes sdb {
		0% {
			-webkit-transform: rotate(-45deg) translate(0, 0);
		}
		20% {
			-webkit-transform: rotate(-45deg) translate(-30px, 30px);
		}
		40% {
			-webkit-transform: rotate(-45deg) translate(0, 0);
		}
	}
	@keyframes sdb {
		0% {
			transform: rotate(-45deg) translate(0, 0);
		}
		20% {
			transform: rotate(-45deg) translate(-30px, 30px);
		}
		40% {
			transform: rotate(-45deg) translate(0, 0);
		}
	}
}


