@charset "utf-8";

/* initialize */
BODY {
	-webkit-text-size-adjust: 100%;
	background: url('images/bg_body.jpg') center center / cover no-repeat fixed;
}

#wrap {
	background: url('images/bg_light.png') center top;
}

#sita {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 208px;
	background: url('images/bg_sita.png') repeat-x left bottom;
}

#navi , #slider , #page , #menu {
	margin: 0;
	padding: 0;
}

#contents {
	padding-bottom: 90px;
}

#page_story #slider ,
#page_gallery #slider ,
#page_chara #slider ,
#page_special #slider {
	display: none;
}

/* image_top */
#image_top_wrap {
	width: 100%;
	background-color: #2e1f00;
}

#image_top IMG {
	width: 100%;
	min-width: 1000px;
}

/* navi */
#navi {
	position: fixed;
	width: 100%;
	height: 20px;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);

	font-family: メイリオ , Meiryo , sans-serif;
	color: #ffffff;
	font-size: 12px;
	padding-left: 10px;
	line-height: 20px;

	z-index: 2000;
}

#navi A , #navi A:hover {
	color: #fff;
}

#navi A {
	text-decoration: none;
}

#navi A:hover {
	text-decoration: underline;
}

/* menu */
#menu_wrap {
	width: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
}

#menu {
	min-width: 1000px;
	height: 80px;
	background-color: #2e1f00;
	background: url('images/bg_menu.png');
}

#menu UL {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#menu LI {
	position: relative;
	width: 160px;
	float: left;
	text-indent: -9999px;
}

#menu LI A {
	display: block;
	height: 80px;
}

#menu LI A:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}

#menu LI#menu_top { width: 200px; margin-right: 120px;}
#menu LI#menu_top A { width: 200px; }

#menu_top     A { background: url('images/menu.png'); background-position:    0px 0px; opacity: 1; }
#menu_story   A { background: url('images/menu.png'); background-position: -240px 0px; opacity: 0.4; }
#menu_chara   A { background: url('images/menu.png'); background-position: -400px 0px; opacity: 0.4; }
#menu_gallery A { background: url('images/menu.png'); background-position: -560px 0px; opacity: 0.4; }
#menu_special A { background: url('images/menu.png'); background-position: -720px 0px; opacity: 0.4; }

#menu_top     A:hover , #page_top     #menu_top     A { background: url('images/menu.png'); background-position:    0px -80px; opacity: 1; }
#menu_story   A:hover , #page_story   #menu_story   A { background: url('images/menu.png'); background-position: -240px -80px; opacity: 1; }
#menu_chara   A:hover , #page_chara   #menu_chara   A { background: url('images/menu.png'); background-position: -400px -80px; opacity: 1; }
#menu_gallery A:hover , #page_gallery #menu_gallery A { background: url('images/menu.png'); background-position: -560px -80px; opacity: 1; }
#menu_special A:hover , #page_special #menu_special A { background: url('images/menu.png'); background-position: -720px -80px; opacity: 1; }

/* page category */
#cat {
	width: 1000px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

#page_story   #cat { background: url('images/sub_st.png') no-repeat 70px top; }
#page_chara   #cat { background: url('images/sub_ch.png') no-repeat 70px top; }
#page_gallery #cat { background: url('images/sub_ga.png') no-repeat 70px top; }
#page_special #cat { background: url('images/sub_sp.png') no-repeat 70px top; }

/* container box */
#cont {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
/*
	background: url('images/bg_content.png');
*/
	background: url('images/bg_base.jpg') repeat-y center top;

	border: 4px solid #7f0000;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
}

#cont H1 {
	font-size: 1.5em;
	padding: 0px 50px;
	font-weight: bold;
	font-style: italic;
}

#cont HR {
	max-width: 800px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-top: 2px solid #7f0000;
	border-bottom: 1px solid #7f0000;

	margin-top: 10px;
	margin-bottom: 30px;
}

#cont P {
	font-size: 1.1em;

	padding: 0px 40px;
	text-indent: 1em;
}

#cont P SPAN.dash {
	letter-spacing: -0.2em;
}

#page_story #cont { max-width: 852px; padding: 60px; }
#page_chara #cont { max-width: 972px; }
#page_chara #cont IMG { width: 100%; border-radius: 15px; }

#cha_wrap ,
#gal_wrap ,
#tt_wrap ,
#trial_wrap ,
#ob_wrap ,
#dl_wrap {
	position: relative;

	width: 1000px;
	margin-left: auto;
	margin-right: auto;

	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
/*
	background-color: rgba(255,0,0,0.5);
*/
}

#trial_wrap UL {
/*
	background-color: rgba(255,0,0,0.5);
*/
}

#cha_wrap UL ,
#gal_wrap UL ,
#tt_wrap UL ,
#trial_wrap UL ,
#ob_wrap UL ,
#dl_wrap UL {
	position: relative;
	float: left;
/*
	background-color: rgba(255,0,127,0.5);
*/
}

#ob_wrap UL.b164 {
	width: 760px;
/*
	background-color: rgba(255,0,0,0.5);
*/
}

#cha_wrap UL LI ,
#gal_wrap UL LI ,
#tt_wrap UL LI ,
#trial_wrap UL LI ,
#ob_wrap UL LI ,
#dl_wrap UL LI {
	position: relative;
	float: left;
	margin: 0px 10px 20px 10px;
/*	background: url('images/bg_content.png'); */
	background-color: #2e1f00;

	border: 4px solid #7f0000;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden; /* border-radius */
}

#cha_wrap LI span IMG { opacity: 0.7; }

/* mosaic */
.mosaic-backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
}

.mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}

A.mosaic-overlay {
	text-indent: -9999px;
}

A.mosaic-overlay:hover {
	cursor: pointer;
}

#cha_wrap LI.mosaic-block {
	display: block;
	width: 172px;
	height: 640px;
}

#gal_wrap LI.mosaic-block {
	display: block;
	width: 222px;
	height: 125px;
}

#tt_wrap LI.mosaic-block {
	display: block;
	width: 222px;
	height: 378px;
}

.hv_inori .mosaic-overlay  { background: url('images/cha_inori_h.png')  no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_moka .mosaic-overlay   { background: url('images/cha_moka_h.png')   no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_takeru .mosaic-overlay { background: url('images/cha_takeru_h.png') no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_kasumi .mosaic-overlay { background: url('images/cha_kasumi_h.png') no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_hisano .mosaic-overlay { background: url('images/cha_hisano_h.png') no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_akiha .mosaic-overlay  { background: url('images/cha_akiha_h.png')  no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_tukasa .mosaic-overlay { background: url('images/cha_tukasa_h.png') no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_tohru .mosaic-overlay  { background: url('images/cha_tohru_h.png')  no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_hibiki .mosaic-overlay { background: url('images/cha_hibiki_h.png') no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_kikyou .mosaic-overlay { background: url('images/cha_kikyou_h.png') no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.hv_mikoto .mosaic-overlay { background: url('images/cha_mikoto_h.png') no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.gal_thum .mosaic-overlay { background: url('images/ev_t_hover.png') no-repeat center center;  opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.tt_thum .mosaic-overlay {  background: url('images/tt-hover.png') no-repeat center center;    opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }

/* modal tt */
#modal-overlay {
	z-index: 3000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
/*	background-color: rgba(0, 0, 0, 0.75); */
	background: url('/images/overlay.png') repeat 0 0;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#tt .modal-content {
	width: 460px;
	height: 640px;
	margin: 0;
	padding: 0;

	background: url('images/tt-back_r.png') no-repeat center center;
	position: fixed;
	display: none;
	z-index: 3100;
}

#tt .tt_tenpolink { position: absolute; bottom: 40px; left: 11px; background: url('images/tenpolink.png') no-repeat 0 0; width: 200px; height: 40px; text-indent: -9999px; z-index: 10 }
#tt .tt_tenpolink:hover { background-position: 0px -40px; }

#tt .orig_tenpolink { position: absolute; bottom: 32px; left: 32px; background: url('images/tenpolink_s.png') no-repeat 0 0; width: 160px; height: 32px; text-indent: -9999px; z-index: 10 }
#tt .orig_tenpolink:hover { background-position: 0px -32px; }

#tt .closebutton { position: absolute; top: 36px; right: 30px; background: url('images/modal_close.png') no-repeat 0 0; width: 32px; height: 32px; cursor: pointer; text-indent: -9999px; }
#tt .closebutton:hover { background-position: 0px -32px; }

#tt .mw_tenpolink { position: absolute; top: 481px; left: 128px; background: url('images/tenpolink.png') no-repeat 0 0; width: 200px; height: 40px; cursor: pointer; text-indent: -9999px; }
#tt .mw_tenpolink:hover { background-position: 0px -40px; }

#tt .modal-content IMG { position: absolute; top: 36px; left: 30px; }



.retbutton { position: relative; left: 50%; width: 136px; margin-bottom: 30px; }
.retbutton A { position: relative; background: url('images/ret.png') no-repeat 0 0; width: 136px; height: 40px; display: block; left: -50%; cursor: pointer; text-indent: -9999px; }
.retbutton A:hover { background-position: 0px -40px; opacity: 1; }



.subjectbanner {
	max-width: 824px;
	height: auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0px;

	border: 2px solid #ffffff;
	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden; /* border-radius */
}

.subjectbanner-small {
	max-width: 680px;
	height: auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0px;

	border: 2px solid #ffffff;
	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden; /* border-radius */
}

.subjectbanner-index {
	max-width: 618px;
	height: auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0px;

	border: 2px solid #ffffff;
	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
	overflow: hidden; /* border-radius */
}

.subjectbanner IMG ,
.subjectbanner-small IMG ,
.subjectbanner-index IMG {
	width: 100%;
	height: auto;
}

P.att_b {
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

P.att_t {
	text-align: center;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

#page_special HR {
	max-width: 900px;
	border-top: 1px dashed #443611;
	border-bottom: 1px dashed #fff0e9;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
}

#trial_wrap ,
#ob_wrap ,
#dl_wrap {
	overflow: hidden; /* for left: 50%; */
}

#trial_wrap UL {
	left: 50%;
}

#ob_wrap UL ,
#dl_wrap UL {
	left: 50%;
	margin-bottom: 60px;
}

#trial_wrap UL LI ,
#ob_wrap UL LI {
	left: -50%;
	padding: 3px;

	background-color: #ffffff;

	border: none;
	border-radius: 3px;
}

#ob_wrap DIV.b640 {
	width: 640px;
	margin: 0px 10px 20px 177px;
	padding: 3px;

	background-color: #ffffff;

	border: none;
	border-radius: 3px;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
}

#trial_wrap UL LI {
	width: 200px;
	height: 64px;
}

#dl_wrap UL {
	padding-left: 32px;
}

#dl_wrap UL LI {
	left: -50%;

	border: 3px solid #FFF;
	border-radius: 3px;
}



P.bannersize {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 36px;
	border-bottom: 3px double #482200;
}

#trial_wrap {
	text-align: center;
}

#bg_full {
	z-index: -1;
	position: fixed;
}





@media only screen and (max-width: 480px) {
	#navi {
		height: 0px;
		overflow: hidden;
		font-size: 16px;
		padding-left: 6px;
		line-height: 30px;
	}
	#menu {
		width: 100%;
		min-width: 100%;
		height: 140px;
	}
	#menu UL {
		width: 100%;
	}
	#menu LI {
		width: 25%;
		text-align: center;
		text-indent: 0px;
	}
	#menu LI A {
		height: 60px;
		font-size: 16px;
		line-height: 60px;
		color: #ffffff;
	}
	#menu LI A:hover {
		text-decoration: none;
	}
	#menu LI#menu_top { width: 100%; }
	#menu LI#menu_top A { margin: 0 auto; height: 80px; text-indent: -9999px; }

	#menu #menu_story   ,
	#menu #menu_chara   ,
	#menu #menu_gallery ,
	#menu #menu_special { background: url('images/bg_subject.png'); }

	#menu_story   A ,
	#menu_chara   A ,
	#menu_gallery A ,
	#menu_special A { background: url(''); opacity: 0.4; }

	#menu_story   A:hover , #page_story   #menu_story   A ,
	#menu_chara   A:hover , #page_chara   #menu_chara   A ,
	#menu_gallery A:hover , #page_gallery #menu_gallery A ,
	#menu_special A:hover , #page_special #menu_special A { background: url(''); opacity: 1; }

	#page_top #menu { height: 40px; }
	#page_top #menu LI#menu_top { display: none; }

	#cat {
		width: 100%;
		height: 60px;
	}
	#page_story   #cat { background: url('images/sub_st.png') no-repeat left top; }
	#page_chara   #cat { background: url('images/sub_ch.png') no-repeat left top; }
	#page_gallery #cat { background: url('images/sub_ga.png') no-repeat left top; }
	#page_special #cat { background: url('images/sub_sp.png') no-repeat left top; }

	#cont { margin-left: 10px; margin-right: 10px; }
	#page_story #cont { padding: 40px 30px; }
	#page_story #cont H1 { font-size: 1.3em; }
	#page_story #cont P { font-size: 0.9em; text-indent: 1em; padding: 0; }

	#cha_wrap ,
	#gal_wrap ,
	#tt_wrap ,
	#trial_wrap ,
	#ob_wrap ,
	#dl_wrap {
		width: 480px;
	}
	#cha_wrap UL ,
	#gal_wrap UL ,
	#tt_wrap UL ,
	#trial_wrap UL ,
	#ob_wrap UL ,
	#dl_wrap UL {
		
	}
	#cha_wrap UL LI ,
	#gal_wrap UL LI ,
	#tt_wrap UL LI ,
	#trial_wrap UL LI ,
	#ob_wrap UL LI ,
	#dl_wrap UL LI {
		margin: 0px 5px 10px 5px;
	}
	.subjectbanner ,
	.subjectbanner-index {
		width: 460px;
		box-sizing: border-box;
	}
	.subjectbanner-index {
		margin-top: 50px;
	}
	#att .modal-content { width: 100%; background-size: contain; }
	#att .modal-content IMG { width: 100% }
	#att .closebutton { top: 10px; right: 10px; }
	#att .mw_tenpolink {
		left: 50%;
		top: 94%;
		transform: translate(-50%, -94%);
	}
	#cha_wrap UL {
		padding-left: 50px;
	}
	#trial_wrap UL {
		padding-left: 16px;
	}
	#ob_wrap UL.b200 {
		padding-left: 16px;
	}
	#ob_wrap UL.b164 {
		width: 380px;
		padding-left: 10px;
	}
	#ob_wrap DIV.b640 {
		width: 460px;
		margin-left: 7px;
	}
	#ob_wrap DIV.b640 IMG {
		width: 100%;
	}
	#dl_wrap UL {
		padding-left: 16px;
	}
}
