/*
Re:LieF 〜DeaR YoU〜
COPYRIGHT [C] RASK ALL RIGHTS RESERVED.
*/

/********************************************************************************

		SettinG

*********************************************************************************/

@import url("https://fonts.googleapis.com/css?family=Roboto:100, 300, 400, 500, 700, 900");
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

html {
	box-sizing: border-box;
	}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	position: relative;
	background: url(../img/common/bg_grid.png) repeat center top;
	width: 100%;
	height: 100%;
	color: #7d7d7d;
	font-family: "Roboto", "Noto Sans Japanese", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust : 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	overflow-x: hidden;
}

img {
	display: block;
}

a {
	color: #b6da3e;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

hr {
	position: absolute;
	width: 10px;
	border: none;
	border-top: solid 2px #b6da3e;
}

/* .visited {
	display: block;
	background: url(../img/common/bg_grid.png) repeat fixed;
} */

#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#frameWrap .sp {
	display: none;
}
@media screen and (max-width : 680px){
	.pc {
		display: none;
	}
	#frameWrap .sp {
		display: block;
	}
}

.cboxCloseBtn {
	position: fixed;
	top: 15px;
	right: 15px;
	pointer-events: none;
	opacity: 0;
	z-index: 9999;
}
.cboxCloseBtn img {
	width: 95px;
}
@media screen and (max-width : 680px){
	.cboxCloseBtn img {
		width: 70px;
	}
}

/********************************************************************************

		FramE

*********************************************************************************/

.line {
	position: fixed;
	background: #b6b6b6;
	pointer-events: none;
	z-index: 9998;
}
#lineTop {
	top: 3px;
	left: 0;
	width: 100%;
	height: 7px;
}
#lineRight {
	top: 0;
	right: 3px;
	width: 7px;
	height: 100%;
}
#lineBottom {
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 7px;
}
#lineLeft {
	top: 0;
	left: 3px;
	width: 7px;
	height: 100%;
}
.frame {
	position: fixed;
	background: #b6da3e;
	pointer-events: none;
	z-index: 9999;
}
#frameTop {
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
}
#frameRight {
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
}
#frameBottom {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
}
#frameLeft {
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
}
.pc #lineTopRight {
	position: fixed;
	top: 0;
	right: 0;
	width: 75px;
	height: 160px;
	pointer-events: none;
	z-index: 9998;
}
.pc #lineBottomLeft {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 160px;
	pointer-events: none;
	z-index: 9998;
}
@media screen and (max-width : 680px){
	#frameWrap .sp #lineTopRight {
		position: fixed;
		top: 0;
		right: 0;
		width: 47px;
		height: 100px;
		pointer-events: none;
		z-index: 9998;
	}
	#frameWrap .sp #lineBottomLeft {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 47px;
		height: 100px;
		pointer-events: none;
		z-index: 9998;
	}
	#frameWrap .sp .menuWrap {
		margin: 0;
	}
	#frameWrap .sp .menuWrap #menuBtn {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 9999;
	}
	#frameWrap .sp .menuWrap #menuBtn img {
		width: 70px;
		height: 70px;
	}
	#frameWrap .sp .menuWrap .overlayer {
		position: fixed;
		top: 0;
		left: 0;
		background: url(../img/common/bg_grid_overlayer.jpg) repeat center top;
		width: 100%;
		height: 0;
		z-index: 999;
	}
	#frameWrap .sp #menuToggle {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		padding: 51px 28px;
		opacity: 0;
		z-index: 9999;
	}
	#frameWrap .sp #menuToggle .title {
		margin-bottom: 16px;
	}
	#frameWrap .sp #menuToggle ul {
		overflow-y: scroll;
	}
	#frameWrap .sp #menuToggle li:not(:first-child) {
		margin-top: 10px;
	}
	#frameWrap .sp #menuToggle img {
		height: 36px;
	}
	#frameWrap .sp #menuToggle ul img {
		height: 32px;
	}
}

/********************************************************************************

		ContaineR

*********************************************************************************/

#container {
	position: relative;
	width: 1080px;
	padding: 0 10px;
	margin:  0 auto;
}
@media screen and (max-width : 680px){
	#container {
		max-width: 100%;
	}
}

/********************************************************************************

		HeadeR

*********************************************************************************/

header {
	position: relative;
	height: 200px;
	z-index: 99;
}
header hr {
	top: 161px;
	right: 0;
}
#titleLogo {
	float: left;
	width: 320px;
	height: 156px;
	padding-top: 45px;
	margin-right: 60px;
}
#titleLogo img {
	width: 320px;
	height: 156px;
}

.title img {
	height: 36px;
}

.menuWrap .pc {
	float: left;
	width: 680px;
	margin-top: 60px;
}
.menuWrap .pc .title {
	float: left;
	margin-right: 50px;
	pointer-events: none;
}
.menuWrap .pc ul {
	float: left;
	width: 540px;
}
.menuWrap li {
	float: left;
	position: relative;
	margin-bottom: 14px;
}
.menuWrap .pc li:first-child {
	margin-right: 75px;
}
.menuWrap .pc li:nth-child(2) {
	margin-right: 42px;
}
.menuWrap .pc li:nth-child(3) {
	margin-right: 47px;
}
.menuWrap .pc li:nth-child(5) {
	clear: both;
	margin-right: 47px;
}
.menuWrap .pc li:nth-child(6) {
	margin-right: 94px;
}
.menuWrap .pc li:nth-child(7) {
	margin-right: 73px;
}
.menuWrap li img {
	height: 36px;
}
.menuWrap li img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.menuWrap li.currentPage {
	pointer-events: none;
}
.menuWrap li.currentPage img:first-child {
	opacity: 0;
}
.menuWrap li.currentPage img:last-child {
	opacity: 1;
}
@media screen and (max-width : 680px){
	header {
		height: 124px;
	}
	header hr {
		display: none;
	}
	#titleLogo {
		float: none;
		width: 210px;
		height: 124px;
		padding: 22px 0 0 20px;
		margin: 0;
	}
	#titleLogo img {
		width: 210px;
		height: 102px;
	}
	.menuWrap {
		margin: 0;
	}
	.menuWrap li {
		float: none;
		margin: 0;
	}
}

/********************************************************************************

		Page_TitlE

*********************************************************************************/

#pageTitle {
	width: 330px;
	margin: 10px auto 50px auto;
	pointer-events: none;
}
#pageTitle img {
	width: 330px;
}
@media screen and (max-width : 680px){
	#pageTitle {
		width: 210px;
		margin: 20px auto 30px auto;
	}
	#pageTitle img {
		width: 210px;
	}
}

/********************************************************************************

		SuB_TitlE

*********************************************************************************/

.subTitle {
	width: 100%;
	height: 20px;
	margin-bottom: 30px;
}
@media screen and (max-width : 680px){
	.subTitle {
		margin: 20px 0;
	}
}

/********************************************************************************

		BrackeT

*********************************************************************************/

.bracket {
	pointer-events: none;
}
.bracket img {
	position: absolute;
	width: 24px;
	height: 24px;
}
.bracketLeft img {
	top: -10px;
	left: -10px;
}
.bracketRight img {
	bottom: -10px;
	right: -10px;
}

/********************************************************************************

		TexT_DesigN

*********************************************************************************/

.textBold {
	font-weight: bold;
}
.hinako {
	color: #fa779e;
}
.ruka {
	color: #9886d7;
}
.momo {
	color: #ffd037;
}
.ai {
	color: #cccccc;
}
.yuu {
	color: #cccccc;
}
.mhlia {
	color: #b6da3e;
}

/********************************************************************************

		FooteR

*********************************************************************************/

footer {
	clear: both;
	width: 1060px;
	padding-bottom: 120px;
}
footer #poetry {
	position: relative;
	width: 1060px;
	height: 80px;
	margin-bottom: 140px;
	pointer-events: none;
}
footer #poetry hr:first-child {
	top: 1px;
	left: 0;
}
footer #poetry hr:nth-child(2) {
	top: 1px;
	right: 0;
}
footer #poetry img {
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px;
}

footer #footer {
	position: relative;
	border-top: solid 1px #ccc;
}
footer #copyright {
	margin-top: 25px;
	pointer-events: none;
}
footer #copyright img {
	width: 220px;
}
footer #banner {
	margin-top: 10px;
}
footer #banner img {
	width: 200px;
}
footer #pagetopBtn {
	position: absolute;
	top: 30px;
	right: 0;
	cursor: pointer;
}
footer #pagetopBtn img {
	width: 62px;
}
footer #pagetopBtn img:last-child {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
@media screen and (max-width : 680px){
	footer {
		width: 100%;
		padding: 0 20px 120px 20px;
	}
	footer #poetry {
		width: 100%;
	}
	footer #poetry hr:nth-child(2) {
		right: 0;
	}
	footer #copyright {
		margin-top: 19px;
	}
	footer #copyright img {
		width: 180px;
	}
	footer #banner img {
		width: 160px;
	}
	footer #pagetopBtn {
		top: 20px;
	}
	footer #pagetopBtn img {
		width: 52px;
	}
}

/********************************************************************************

		ClearfiX

*********************************************************************************/

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: '.';
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}
.clearfix {
	min-height: 1%;
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
