@charset "UTF-8";
html {font-size: 62.5%;}
a:focus { outline: none; }
img { width: 100%; vertical-align: bottom; }

body {
	width: 100%;
	font-family: "Noto Sans Japanese","Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	background: transparent;
}

/* WRAPPER */
.wrapper {
	width: 100%;
	min-height: 100vh;
}
.wrapper:after {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(http://garo-usuzumizakura.com/sp/img/common/bg01.jpg) no-repeat 0 0;
	background-size: 100%;
	content: "";
	z-index: -1;
}
/* HEADER --------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 150vw;
}
	header h1 {
		position: relative;
		width: 57.9vw;
		margin: 0 auto;
		padding: 24vw 0 0;
		z-index: 3;
		opacity: 0;
	}
	.topText {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 3;
		opacity: 0;
	}
	/* PARTICLE */
	#particle {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
	}
	/* HEADER BG */
	.headerBg {
		position: absolute;
		width: 100%;
		height: 150vw;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
	}

/* CONTENT -------------------------------------------------------*/
/* MEWS */
.news {
	width: 100%;
	height: 25vw;
	margin: 6.25vw 0 9.4vw;
	letter-spacing: -.4em;
	background: url(http://garo-usuzumizakura.com/sp/img/top/newsPicker_bg.png) no-repeat 0 0;
	background-size: 100% 100%;
}
	.newsDate {
		display: block;
		float: left;
		width: 23.4vw;
		height: 14vw;
		padding: 10vw 0 0;
		color: #ca60df;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: normal;
		text-align: right;
		vertical-align: top;
	}
	.newsTxt {
		display: block;
		float: left;
		width: 69vw;
		height: 10vw;
		padding: 10vw 0 0 3vw;
		color: #fff;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: normal;
		vertical-align: top;
		overflow: hidden;
	}
		.newsTxt a {
			color: #fff;
			text-decoration: none;
		}
/*TRAILER */
.trailer {
	margin: 0 0 12.5vw;
}
	.trailer h2 {
		width: 81.25vw;
		margin: 0 auto 3vw;
	}
	.tr {
		position: relative;
		width: 90.6%;
		margin: 0 auto;
		padding-top: 56.25%;
		border: 1px solid rgba(255, 255, 255, .6);
		box-sizing: border-box;
	}
		.tr iframe {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			right: 0;
		}
/* TWITTER TL */
.twitterTL {
	width: 100%;
	margin: 0 0 12.5vw;
	padding: 0 0 2.5vw;
}
	.twitterTL h2 {
		width: 81.25vw;
		margin: 0 auto 3vw;
	}
	.twtl {
		width: 81.25vw;
		margin: 0 auto;
	}
		.twtl:before,
		.twtl:after {
			display: block;
			content: "";
			width: 100%;
			height: 3.75vw;
		}
		.twtl:before {
			background: url(http://garo-usuzumizakura.com/sp/img/top/twtl_top.png) no-repeat 0 0;
			background-size: 100% 100%;
		}
		.twtl:after {
			background: url(http://garo-usuzumizakura.com/sp/img/top/twtl_bottom.png) no-repeat 0 0;
			background-size: 100% 100%;
		}
		.tetl_inner {
			width: 100%;
			background: url(http://garo-usuzumizakura.com/sp/img/top/twtl_middle.png) no-repeat 0 0;
			background-size: 100% 100%;
		}
			.twtlBox {
				width: 68.75vw;
				height: 64vw;
				margin: 0 auto;
				border-bottom: 1px solid #fff;
				overflow: hidden;
			}
		.twtlBtn {
			width: 25vw;
			margin: 6vw auto 0;
			padding: 2vw 0;
			font-family: 'Roboto', sans-serif;
			font-size: 12px;
			font-size: 1.2rem;
			font-weight: bold;
			line-height: 1;
			text-align: center;
			border: 1px solid rgba(255, 255, 255, .4);
		}
		.twtl a {
			color: #fff;
			text-decoration: none;
		}
/* SHARE */
.share{
	width: 100%;
	margin: 0 0 12.5vw;
}
	.share h2 {
		width: 81.25vw;
		margin: 0 auto 3vw;
	}
	.share ul {
		width: 81.25vw;
		margin: 0 auto;
		letter-spacing: -.4em;
		text-align: center;
	}
	.share li {
		display: inline-block;
		width: 15vw;
		height: 15vw;
		margin: 0 1.5vw;
		line-height: 1;
		letter-spacing: normal;
	}
/* FOOTER --------------------------------------------------------*/
footer {
	width: 100%;
	padding: 6.25vw 0;
	color: #fff;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1;
	text-align: center;
	background: #000;
}