@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,700,700i);
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	src: url('../fonts/NotoSerifJP-Medium.woff') format('woff');
	font-display: swap;
}
@keyframes btnRotate { 0% {
 transform:rotate(0deg);
}
 100% {
 transform:rotate(360deg);
}
}
@keyframes btnRotateRv { 0% {
 transform:rotate(0deg);
}
 100% {
 transform:rotate(-360deg);
}
}
@keyframes iconRotate { 0% {
 transform:rotateY(0deg);
}
 100% {
 transform:rotateY(360deg);
}
}
::selection {
	background: #ccc48e;
	color: #000;
}
::-moz-selection {
background: #ccc48e;
color:#000;
}
body {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	color: #FFF;
	background-color: #000;
}
.ct {
	font-family: "Crimson Text", serif;
	letter-spacing: 0.075em;
}
.sf {
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif Japanese', serif;
	font-weight: 500;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover { text-decoration: none; }
#topWrap {
	min-width: 1200px;
	padding-bottom: 70px;
}
#topWrap header {
	height: 60px;
	background: url(../images/index_ivy_ct.png) repeat-x center top;
	position: relative;
	z-index: 5000;
}
#topWrap header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 695px;
	background-image: url(../images/index_ivy_lt.png);
}
#topWrap header:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 365px;
	height: 628px;
	background-image: url(../images/index_ivy_rt.png);
}
#topWrap header h1 {
	background: url(../images/index_logo.png);
	position: absolute;
	z-index: 2;
	height: 182px;
	width: 262px;
	left: 26px;
	top: 26px;
}
#topWrap header #catch {
	background: url(../images/catch.png);
	position: absolute;
	height: 578px;
	width: 127px;
	top: 184px;
	right: 25px;
	z-index: 500;
}
#startDate {
	background: url(../images/startdate.png);
	position: absolute;
	height: 189px;
	width: 199px;
	left: 40px;
	top: 241px;
}
#navBtn {
	height: 169px;
	width: 169px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
	overflow: hidden;
}
#navBtn a {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 318px;
	height: 318px;
	display: block;
	position: absolute;
	transition: all 0.5s ease;
}
#navBtn a:hover { transform: translate(-5px, 5px); }
#navBtn a:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 318px;
	height: 318px;
	background-image: url(../images/nav_btn_bg.png);
	pointer-events: none;
	animation: btnRotate 20s linear infinite;
}
.menu-trigger span {
	position: absolute;
	left: 90px;
	width: 38px;
	height: 5px;
	background-color: #CCC48E;
	display: inline-block;
	border: 1px solid #0D1D00;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) { bottom: 123px; }
.menu-trigger span:nth-of-type(2) { bottom: 110px; }
.menu-trigger span:nth-of-type(3) { bottom: 97px; }
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-315deg);
	transform: translateY(13px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(315deg);
	transform: translateY(-13px) rotate(315deg);
}
nav {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 100%;
	top: 0;
	background: url(../images/menu_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: 9998;
	transition: all 0.5s ease;
}
nav.active { left: 0; }
#menuin {
	min-height: 620px;
	min-width: 1200px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#menuin:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 800px;
	height: 66.4516%;
	background-image: url(../images/menu_character.png);
	pointer-events: none;
	background-size: auto 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#menuBox {
	background-image: url(../images/menu_frame_horizontal.png) , url(../images/menu_frame_horizontal.png) , url(../images/menuin_bg.jpg);
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-position: center top, center bottom, center center;
	position: absolute;
	left: 150px;
	top: 70px;
	right: 150px;
	bottom: 70px;
	background-size: auto, auto, cover;
}
#menuBox:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	bottom: 13px;
	width: 13px;
	background-image: url(../images/menu_frame_vertical.png);
}
#menuBox:after {
	content: '';
	position: absolute;
	right: 0;
	top: 13px;
	bottom: 13px;
	width: 13px;
	background-image: url(../images/menu_frame_vertical.png);
}
#menuBlock {
	height: 364px;
	width: 730px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -365px;
	margin-top: -182px;
}
#menuBlock ul {
	width: 260px;
	overflow: hidden;
}
#menuBlock li {
	font-size: 24px;
	height: 52px;
}
#menuBlock li a {
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
}
#menuBlock li a:hover,
#menuBlock li a.active { padding-left: 25px; }
#menuBlock li a:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 0;
	left: 0;
	top: 50%;
	transition: all 0.3s ease;
	background-color: #102700;
}
#menuBlock li a:hover:before,
#menuBlock li a.active:before { width: 16px; }
#menuBlock li a span { font-size: 18px; }
.menuBlockO {
	float: left;
	height: 364px;
	width: 260px;
	position: relative;
	overflow: hidden;
}
#menuBlockS ul {
	position: absolute;
	left: 0px;
	top: -364px;
}
#menuBlockF li a img,
#menuBlockS li a img { vertical-align: baseline; }
#menuLogo {
	height: 182px;
	width: 262px;
	margin-top: -91px;
	position: absolute;
	top: 50%;
	right: 0px;
}
#index #topWrap footer {
	height: 232px;
	background: url(../images/index_ivy_cb.png);
	position: relative;
	margin-top: -147px;
	z-index: 5000;
}
#index #topWrap footer:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 561px;
	height: 550px;
	background-image: url(../images/index_ivy_lb.png);
}
#index #topWrap footer:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 561px;
	height: 550px;
	background-image: url(../images/index_ivy_rb.png);
}
#topWrap #mv {
	position: relative;
	margin-top: -60px;
}
#topWrap #mv:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 194px;
	background-image: url(../images/index_ivy_lc.png);
	z-index: 10;
}
#topWrap #mv:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 194px;
	background-image: url(../images/index_ivy_rc.png);
	z-index: 10;
}
#scene {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#scene li {
	display: block;
	position: absolute;
	z-index: 6;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
#mvBg {
	background: url(../images/mv_bg.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}
#mainVisualBehind {
	background: url(../images/mv_behind.png) no-repeat center top;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: 100% auto;
}
#mainVisualFront {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../images/mv_front.png) no-repeat center top;
	background-size: 100% auto;
}
#menuBox h2 {
	background: url(../images/menu_h2.png);
	height: 88px;
	width: 217px;
	margin-top: -44px;
	margin-left: -108px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0%;
	font-size: 18px;
	line-height: 84px;
	color: #CCC48E;
	text-indent: 0.075em;
}
#mvBase {
	position: relative;
	z-index: 11;
}
#indexMvNav {
	position: absolute;
	z-index: 13;
	left: 50%;
	bottom: 13.253%;
	display: table;
	transform: translateX(-50%);
	z-index: 5004;
}
#indexMvNav li {
	display: table-cell;
	width: 140px;
	height: 142px;
	padding-left: 5px;
	padding-right: 5px;
}
#indexMvNav li:nth-child(1),
#indexMvNav li:nth-child(5) { transform: translateY(-70px); }
#indexMvNav li:nth-child(2),
#indexMvNav li:nth-child(4) { transform: translateY(-40px); }
#indexMvNav li a {
	display: block;
	height: 142px;
}
#indexMvNav li a img { transition: all 0.5s ease; }
#indexMvNav li a:hover img { transform: scale(1.15); }
#indexMov {
	height: 220px;
	width: 340px;
	position: absolute;
	left: 40px;
	bottom: 40px;
}
#indexMov a {
	height: 220px;
	width: 340px;
	display: block;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
}
#indexMov a:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 68px;
	margin-left: -34px;
	margin-top: -34px;
	background-image: url(../images/btn_play.png);
	transition: all 0.5s ease;
}
#indexMov a:hover:before { transform: scale(1.15); }
#topWrap footer #share {
	height: 30px;
	width: 125px;
	position: absolute;
	right: 40px;
	bottom: 150px;
	z-index: 30;
}
#share dt {
	float: left;
	height: 30px;
	width: 43px;
	line-height: 34px;
	color: #CCC48E;
	font-size: 12px;
	letter-spacing: 0em;
}
#share dd {
	float: left;
	height: 30px;
	width: 30px;
	margin-left: 11px;
}
#share dd a:hover img { animation: iconRotate 1s ease infinite; }
#viewing {
	position: absolute;
	z-index: 33;
	height: 70px;
	width: 300px;
	right: 40px;
	bottom: 40px;
}
#viewing dt {
	color: #CCC48E;
	text-align: right;
	height: 20px;
	padding-bottom: 12px;
}
#viewing dd {
	float: right;
	height: 38px;
	margin-left: 20px;
}
#viewing dd a img { transition: all 0.5s ease; }
#viewing dd a:hover img { transform: scale(1.15); }
#copyright {
	position: absolute;
	z-index: 29;
	left: 0px;
	right: 0px;
	bottom: 38px;
	line-height: 16px;
	color: #ccc48e;
	text-align: center;
	height: 16px;
	font-size: 11px;
}
#topics {
	border-top: 1px solid #CCC48E;
	position: fixed;
	height: 70px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	min-width: 1200px;
	background-image: url(../images/topics_bg.png);
	z-index: 5005;
 overflow:hidden:
}
#topics h2 {
	line-height: 69px;
	color: #ccc48e;
	height: 69px;
	width: 150px;
	padding-left: 40px;
	font-size: 18px;
	box-sizing: border-box;
	background: url(../images/one_point.png) no-repeat 112px center;
	text-shadow: 1px 1px 0px #000000;
	float: left;
}
#topicsin {
	height: 69px;
	position: absolute;
	left: 150px;
	top: 0px;
	right: 180px;
}
#topicsin ul {
	overflow: hidden;
	height: 69px;
}
#topicsin li {
	font-size: 13px;
	line-height: 69px;
	height: 69px;
}
#topicsin li a { color: #FFF; }
#topicsin li span { color: #ccc48e; }
#topicsin li a:hover { text-decoration: underline; }
#topicsMore {
	float: right;
	height: 69px;
	width: 180px;
}
#topicsMore a img { transition: all 0.5s ease; }
#topicsMore a:hover img { transform: translateX(10px); }
.pixi2 {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 50%;
	z-index: 50;
	pointer-events: none;
}
#scene #pixi {
	display: block;
	position: absolute;
	z-index: 6;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50%;
	width: 100%;
}
#modal,
.modal {
	position: fixed;
	z-index: 12000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	display: none;
}
#modalin {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 620px;
	min-width: 1200px;
}
.modalClose {
	height: 169px;
	width: 169px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 9999;
	overflow: hidden;
}
.modalClose a {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 318px;
	height: 318px;
	display: block;
	position: absolute;
	transition: all 0.5s ease;
}
.modalClose a:hover { transform: translate(-5px, 5px); }
.modalClose a:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 318px;
	height: 318px;
	background-image: url(../images/nav_btn_bg.png);
	pointer-events: none;
	animation: btnRotate 20s linear infinite;
}
.modalClose a span {
	position: absolute;
	left: 90px;
	width: 38px;
	height: 5px;
	background-color: #CCC48E;
	display: inline-block;
	border: 1px solid #0D1D00;
	transition: all .4s;
}
.modalClose a span:nth-of-type(1) {
	bottom: 123px;
	-webkit-transform: translateY(13px) rotate(-315deg);
	transform: translateY(13px) rotate(-315deg);
}
.modalClose a span:nth-of-type(2) { opacity: 0; }
.modalClose a span:nth-of-type(3) {
	bottom: 97px;
	-webkit-transform: translateY(-13px) rotate(315deg);
	transform: translateY(-13px) rotate(315deg);
}
#modalin iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#mainVisualFront img {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
}
@keyframes mh { 0% {
 opacity:0.3;
}
 85% {
 opacity:1;
}
 100% {
 opacity:1;
}
}
#muhyoLm {
	animation: mh 3s ease infinite alternate;
	opacity: 0.3;
	display: block;
}
#subWrap {
	min-width: 1200px;
	background: url(../images/menuin_bg.jpg) no-repeat fixed center center;
	background-size: cover;
}
#subWrap header {
	height: 392px;
	position: relative;
}
#subWrap header:before {
	content: '';
	position: absolute;
	width: 365px;
	height: 392px;
	left: 0;
	top: 0;
	background-image: url(../images/sub_ivy_lt.png);
	background-repeat:no-repeat;
}
#subWrap header:after {
	content: '';
	position: absolute;
	width: 380px;
	height: 448px;
	top: 0;
	right: 0;
	background-image: url(../images/sub_ivy_rt.png);
	background-repeat:no-repeat;
}
#subWrap header h1 {
	position: absolute;
	height: 162px;
	width: 234px;
	left: 25px;
	top: 25px;
}
#subWrap header h1 a {
	height: 162px;
	display: block;
	background: url(../images/sub_logo.png);
	transition: all 0.5s ease;
}
#subWrap h1 a:hover { transform: scale(1.05); }
#subHeader {
	background-repeat: no-repeat;
	background-position: center center;
	height: 392px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.b1 { background: url(../images/sub_ivy_ct.png) repeat-x left top, url(../images/sub_bg_b1.png) no-repeat center center; }
.b2 { background: url(../images/sub_ivy_ct.png) repeat-x left top, url(../images/sub_bg_b2.png) no-repeat center center; }
.b3 { background: url(../images/sub_ivy_ct.png) repeat-x left top, url(../images/sub_bg_b3.png) no-repeat center center; }
.b4 { background: url(../images/sub_ivy_ct.png) repeat-x left top, url(../images/sub_bg_b4.png) no-repeat center center; }
.b5 { background: url(../images/sub_ivy_ct.png) repeat-x left top, url(../images/sub_bg_b5.png) no-repeat center center; }
#subHeader h2 {
	text-align: center;
	padding-top: 173px;
}
#subCont {
	padding: 6px;
	width: 1100px;
	box-sizing: border-box;
	margin: 0px auto 84px;
}
#subCont.g { background: #5F070F; }
#subCont.r { background: #5f070f; }
#subCont.gr { background: #163600; }
#subCont.p { background: #3c0f41; }
#subCont.b { background: #141d46; }
#subCont.br { background: #473017; }
#subCont.db { background: #5f070f; }
#subContin {
	background: url(../images/menu_frame_horizontal.png) repeat-x left top, url(../images/menu_frame_horizontal.png) repeat-x left bottom;
	padding: 19px;
	position: relative;
}
#subContin:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	bottom: 13px;
	width: 13px;
	background-image: url(../images/menu_frame_vertical.png);
}
#subContin:after {
	content: '';
	position: absolute;
	right: 0;
	top: 13px;
	bottom: 13px;
	width: 13px;
	background-image: url(../images/menu_frame_vertical.png);
}
#subContBox {
	border: 1px solid #CCC48E;
	background: url(../images/sub_bg_corner_t.png) no-repeat center top, url(../images/sub_bg_corner_f.png) no-repeat center bottom, #F9F5E6;
	padding: 74px;
}
#subContBoxBd {
	border: 1px solid #CCC48E;
	background: url(../images/sub_bg_corner_t.png) no-repeat center top, url(../images/sub_bg_corner_f.png) no-repeat center bottom, #F9F5E6;
}
#characterList { }
#characterList li {
	height: 320px;
	width: 210px;
	float: left;
	margin-right: 20px;
}
#characterList li:nth-child(4n) { margin-right: 0; }
#characterList li a {
	transition: all 0.3s ease;
	display: block;
}
#characterList li a:hover { transform: scale(1.03); }
.characterName {
	line-height: 24px;
	text-align: center;
	display: block;
	margin-top: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: url(../images/character_name_ornament_t.png) no-repeat center top, url(../images/character_name_ornament_f.png) no-repeat center bottom;
	font-size: 16px;
	font-weight: bold;
}
#subWrap footer {
	background: url(../images/footer_ornament.png) no-repeat center top, url(../images/sub_ivy_cb.png) repeat-x left bottom;
	padding-top: 38px;
	height: 385px;
	position: relative;
}
#subWrap footer:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 533px;
	height: 398px;
	background-image: url(../images/sub_ivy_lb.png);
	background-repeat:no-repeat;
}
#subWrap footer:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 591px;
	height: 403px;
	background-image: url(../images/sub_ivy_rb.png);
	background-repeat:no-repeat;
}
#subWrap footer ul {
	width: 660px;
	text-align: center;
	padding-top: 26px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 5500;
}
#subWrap footer li {
	display: inline-block;
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
}
#subWrap footer li a {
	display: block;
	height: 37px;
	position: relative;
}
#subWrap footer li a img { vertical-align: baseline; }
#subWrap footer li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	height: 1px;
	width: 0;
	background-color: #000;
	transition: all 0.3s ease;
}
#subWrap footer li a:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 1px;
	width: 0;
	background-color: #000;
	transition: all 0.3s ease;
}
#subWrap footer li a:hover:before,
#subWrap footer li a:hover:after,
#subWrap footer li a.active:before,
#subWrap footer li a.active:after { width: 100%; }
#bttop {
	height: 106px;
	width: 104px;
	position: absolute;
	z-index: 5000;
	bottom: 36px;
	right: 36px;
}
#bttop a img { transition: all 0.5s ease; }
#bttop a:hover img { transform: scale(1.1); }
#subWrap footer #share {
	height: 30px;
	width: 125px;
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 30;
}
.characterOnce {
	min-width: 1200px;
	width: 100%;
	position: absolute;
	background-image: url(../images/sub_ivy_cb.png) , url(../images/sub_ivy_ct.png) , url(../images/menuin_bg.jpg);
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-position: left bottom, left top, center center;
	background-size: auto, auto, cover;
	min-height: 620px;
	padding-top: 170px;
	color: #000;
}
.characterOnce:before {
	content: '';
	position: absolute;
	width: 365px;
	height: 392px;
	left: 0;
	top: 0;
	background-image: url(../images/sub_ivy_lt.png);
}
.characterOnce:after {
	content: '';
	position: absolute;
	width: 380px;
	height: 448px;
	top: 0;
	right: 0;
	background-image: url(../images/sub_ivy_rt.png);
}
.characterOnceFooter:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 533px;
	height: 398px;
	background-image: url(../images/sub_ivy_lb.png);
}
.characterOnceFooter:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 591px;
	height: 403px;
	background-image: url(../images/sub_ivy_rb.png);
}
.characterOncein {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.characterRight {
	float: right;
	width: 50%;
}
.characterLeft {
	float: right;
	width: 400px;
}
.characterLeft p { text-align: center; }
.characterRight h3 {
	font-size: 30px;
	color: #000;
	margin-bottom: 18px;
}
.characterRight h3 span { font-size: 24px; }
.cv {
	height: 30px;
	padding-left: 40px;
	font-size: 20px;
	position: relative;
	padding-bottom: 20px;
}
.cv:before {
	content: 'CV';
	font-family: YuMincho, 'Yu Mincho', 'Noto Serif Japanese', serif;
	position: absolute;
	width: 28px;
	height: 28px;
	background-color: #000;
	border: solid 1px #FFF;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: #FFF;
}
.characterText {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 35px;
	width: 400px;
}
.characterRight h4 {
	display: inline-block;
	padding: 0px 16px;
	margin-bottom: 20px;
	height: 40px;
	background: #5F070F;
	color: #ccc48e;
	letter-spacing: 0.075em;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	font-weight: bold;
	margin-left: 4px;
}
.characterRight h4:before {
	content: '';
	position: absolute;
	width: 4px;
	left: -4px;
	top: 0;
	bottom: 0;
	background-image: url(../images/character_castcomm_l.png);
}
.characterRight h4:after {
	content: '';
	position: absolute;
	width: 4px;
	right: -4px;
	top: 0;
	bottom: 0;
	background-image: url(../images/character_castcomm_r.png);
}
.characterOnceFooter {
	height: 360px;
	position: relative;
}
.characterNav {
	height: 104px;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 100;
}
.characterNav li {
	float: left;
	height: 104px;
	width: 106px;
}
.characterNav li:last-child { float: right; }
.characterNav li a img { transition: all 0.5s ease; }
.characterNav li a:hover img { transform: scale(1.1) }
.characterClose {
	height: 67px;
	width: 48px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 83px;
}
.characterClose a img { transition: all 0.5s ease; }
.characterClose a:hover img { transform: scale(1.1) }
.charaHeadClose {
	position: absolute;
	z-index: 50;
	top: 40px;
	right: 40px;
}
.storyBg {
	background: url(../images/story_txt.png) no-repeat;
	width: 731px;
	height: 566px;
	margin: 0 auto;
	padding-bottom:80px;
}







#subStory {
	width: 1100px;
	box-sizing: border-box;
	margin: 0px auto 84px;
}
#storyList { background: url(../images/story_listbg.png) no-repeat center top; }
#storyList li {
	background: #163600;
	height: 354px;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	float:left;
}
#storyList li:nth-child(4n){
	margin-right:0;
}
#storyList li a {
	background: #F9F5E6;
	height: 354px;
	display: block;
	box-sizing:border-box;
	padding:10px;
	position:relative;
	transition:all 0.3s ease;
}
#storyList li a:hover {
	background-color:#163600;
}
.storyThumb {
	background: url(../images/story_intro.jpg) no-repeat center center;
	display: block;
	border: 1px solid #CCC48E;
	height: 162px;
	width: 238px;
	margin-bottom: 8px;
	background-size:cover;
}
.storyDate {
	font-size: 13px;
	line-height: 34px;
	color: #5F070F;
	height: 34px;
	padding-right: 8px;
	display: block;
	padding-left: 8px;
	font-weight:600;
	transition:all 0.3s ease;
}
.storyTitle {
	line-height: 25px;
	color: #000;
	padding-top:30px;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	font-weight:600;
	transition:all 0.3s ease;
}
#storyList li a:hover .storyDate,
#storyList li a:hover .storyTitle {
	color:#FFF;
}
.storyMore {
	font-size: 12px;
	line-height: 20px;
	color: #CCC48E;
	text-align: center;
	display: block;
	height: 20px;
	width: 60px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #163600;
	transition:all 0.3s ease;
}
#storyList li a:hover .storyMore {
	background-color:#F9F5E6;
	color:#5F070F;
}#storyOnceBox { margin-top: -30px; }
#storyDate {
	background: url(../images/newsonce_date.png);
	text-align: center;
	height: 143px;
	width: 194px;
	margin: 0px auto 20px;
	box-sizing: border-box;
	color: #5F070F;
	line-height: 19px;
	padding-top: 61px;
	font-weight: 600;
}
#storyOnceBox h3 {
	background: url(../images/cont.png) no-repeat center bottom;
	padding-bottom: 66px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
	color: #000;
}
#storyText {
	padding-top: 17px;
	color: #000;
	padding-bottom: 80px;
}
#storyText p {
	font-size: 16px;
	line-height: 38px;
	padding-bottom: 38px;
}
#storyText p img {
	display: block;
	margin:15px auto;
	max-width:900px;
	height:auto;
}
#storyText p a {
	text-decoration:underline;
	transition:all 0.5s ease;
}
#storyText p a:hover {
	opacity:0.6;
}
#backtoListstory {
	margin: 0px auto;
	height: 40px;
	width: 157px;
}
#backtoListstory a {
	background: url(../images/btn_btlist2.png);
	height: 40px;
	width: 157px;
	display: block;
	transition:all 0.5s ease;
}
#backtoListstory a:hover {
	transform:scale(1.05)
}
#storyCont {
	margin-top:20px;
}
#storyCont h3 {
    background: url(../images/cont.png) no-repeat center bottom;
    padding-bottom: 66px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: center;
    color: #000;
}
#storyCont p {
	font-size:16px;
	line-height:38px;
	color:#000;
	margin-top:20px;
}
#storyCont ul{
	margin-bottom:70px;
}
#storyCont li{
	float:left;
	margin-top:30px;
}
#storyCont li:nth-child(even){
	float:right;
}



















.onairBox {
	color: #000;
	padding-bottom: 100px;
}
.onairBox h3 {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	padding-bottom: 125px;
}
.onairBox h3:after {
	background: url(../images/cont.png) no-repeat;
	margin: 0 auto;
	width: 900px;
	height: 42px;
	content: '';
	position: absolute;
	left: 0;
	top: 100px;
}
.onairBox h4{
	font-weight: bold;
	border-left:solid #000000 2px;
	padding-left: 8px;
	margin-bottom: 8px;
}
.onairBox th,
td {
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}
.onairBox th { background-color: #ccc48e; }
.onairBox td { border-bottom: 1px dotted #ccc48e; }
.onairBox a{
	text-decoration: underline;
}
.staffcastBox {
	color: #000;
	font-size: 20px;
	padding-bottom: 30px;
}
.staffcastBox h3 { text-align: center; }
.staffcastBox h4 {
	background: url(../images/cont.png) no-repeat;
	width: 900px;
	height: 42px;
	text-align: center;
	padding-top: 100px;
}
.staffcastBox ul {
	width: 900px;
	padding-top: 80px;
}
.staffcastBox li span { font-size: 16px; }
.staffcastBox li {
	float: left;
	width: 225px;
	padding-bottom: 50px;
}
.staffcastBox li img {
	padding-bottom: 6px;
	padding-left: 5px;
}
.staffOnce {
	min-width: 1200px;
	width: 100%;
	height: 100%;
	position: absolute;
	min-height: 620px;
	color: #000;
	background-color: rgba(0,0,0,0.8);
}
.staffOncein {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f9f5e6;
	border: #ccc48e solid 1px;
	background-image: url(../images/combg1.png) , url(../images/combg2.png) , url(../images/combg3.png) , url(../images/combg4.png) , url(../images/comcom.png);
	background-repeat: no-repeat;
	background-position: left top, right top, right bottom, left bottom, center center;
}
.staffOncein dl {
	padding-top: 120px;
	padding-bottom: 120px;
	font-size: 20px;
	margin: 0 auto;
	width: 560px;
	position: relative;
}
.staffOncein dt {
	width: 155px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.staffOncein dt span { font-size: 16px; }
.staffOncein dd {
	float: left;
	width: 335px;
	padding-left: 70px;
	background-image: url(../images/one_point.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 150px;
	font-size: 15px;
}
.movieBox {
	width: 900px;
	margin: 0 auto;
	padding-bottom:10px;
}
.movieBox li { 
	float: left;
	padding-top:30px; 
}
.movieBox li:nth-child(odd) {
	padding-right:40px;
}
.comicBox {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.comicBox h3,
.comicBox h4{
    color: #ccc48e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: url(../images/cont.png) no-repeat;
    background-position: bottom center;
    margin-bottom: 0px;
    padding-bottom: 70px;
}
/*.comicBox h3 {
	color: #ccc48e;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: url(../images/cont.png) no-repeat;
	background-position: bottom center;
	height: 90px;
}
.comicBox h4 {
	color: #ccc48e;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: url(../images/cont.png) no-repeat;
	background-position: bottom center;
	padding-top: 120px;
	height: 90px;
}*/
.comicBox ul { 
    padding-top: 30px;
    margin-bottom: 60px;
}
.comicBox li {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.comicBox li:nth-child(4n + 1) { padding-left: 0;clear:both }
.comiclink:hover img { 
    transform: scale(1.05);
	transition: all 0.5s ease;
}
.musicBox {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 100px;
}
/*.musicBox h3 {
	background: url(../images/music_h3.png) no-repeat;
	width: 388px;
	height: 64px;
	margin: 0 auto;
	text-indent: -9999px;
}*/
.musicBox > h3 {
	background: url(../images/music_h3.png) no-repeat;
	width: 736px;
	height: 66px;
	margin: 0 auto;
}
.musicBox h4 {
	text-align: center;
	padding-top: 38px;
	background: url(../images/cont.png) no-repeat center bottom;
	width: 900px;
	height: 160px;
}
.musicBox .cont {
	width: 900px;
	margin: 0 auto;
	padding-top: 70px;
	color: #000;
	font-size: 16px;
}
.musicBox .cont dl {
	width: 900px;
	padding-top: 40px;
}
.musicBox .cont dt {
	float: left;
	width: 430px;
}
.musicBox .cont dd {
	width: 440px;
	height: 304px;
	margin-left: 30px;
	float: left;
	line-height: 38px;
	background: url(../images/music_profile.png) no-repeat top left;
	padding-top: 20px;
	position: relative;
}
.musiclink img {
	transition: all 0.5s ease;
	position: absolute;
	right: 0;
	bottom: 0;
}
.musiclink:hover img { transform: scale(1.05); }
.musicBox .cont .com {
	background: url(../images/music_com.png) no-repeat top left;
	margin-top: 40px;
	padding-top: 25px;
	line-height: 38px;
}
.bddvdBox {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.bddvdBoxTT {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top:60px;
}
.bddvdBox h3 {
	text-align: center;
	padding-top: 38px;
	background: url(../images/cont.png) no-repeat center bottom;
	width: 900px;
	height: 160px;
}
.bddvdBox h4 {
	text-align: center;
	padding-top: 70px;
	border-bottom:3px solid #163600;
	font-size:27px;
	padding-bottom:10px;
	color:#163600;
	margin-bottom:30px;
}
.bddvdBox .cont {
	width: 900px;
	margin: 0 auto;
	padding-top: 70px;
	color: #000;
	font-size: 16px;
}
.bddvdBox .contTT {
	width: 900px;
	margin: 0 auto;
	padding-top: 70px;
	color: #000;
	font-size: 16px;
}
.bddvdBox .cont p span {
	font-size:12px;
}
.bddvdBoxTT .cont p span {
	font-size:12px;
}
.rental {
	font-size:14px;
}
.bddvdBox .cont dl {
	width: 900px;
	margin-top: 40px;
	line-height:45px;
}
.bddvdBox .cont dt {
	float: left;
	width: 119px;
	border-right:1px solid #000;
}
.bddvdBox .cont dd {
	float:left;
	width: 750px;
	margin-left:30px;
}
.bddvdBox .cont .tokuten p {
	text-align:center;
}
.bddvdBox .cont .tokuten p span {
	font-size:14px;
}
.bddvdBox .cont .tokuten dl {
	width: 900px;
	margin-top: 40px;
	line-height:45px;
}
.bddvdBox .cont .tokuten dt {
	float: left;
	width: 350px;
	border:none;
}
.bddvdBox .cont .tokuten dd {
	float:left;
	width: 550px;
	margin:0;
}
.bddvdBox a {
	text-decoration: underline;
}
.bddvdBoxTT a {
	text-decoration: underline;
}
.bddvdBoxTT p {
	color:#000;
	font-size:16px;
	line-height:28px;
}
.tokutensmall {
	font-size:13px;
	padding-top:30px;
}

.bddvdBox th,
td {
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}
.bddvdBox th { background-color: #ccc48e; }
.bddvdBox td { border-bottom: 1px dotted #ccc48e; }
#loading {
	background: #000;
	position: fixed;
	z-index: 13500;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#loadingin {
	height: 372px;
	width: 372px;
	margin-top: -186px;
	margin-left: -186px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading_bg.png)
}
#loadingin p {
	padding-top: 167px;
	padding-left: 78px;
}
#loadingin p img {
	display: block;
	float: left;
	margin-right: 16px;
	animation: loadingText 1.8s ease infinite;
}
@keyframes loadingText {  0% {
 transform:rotateY(0deg) translateY(0px);
}
 30% {
 transform:rotateY(0deg) translateY(0px);
}
 45% {
 transform:rotateY(180deg) translateY(-10px);
}
 60% {
 transform:rotateY(360deg) translateY(0px);
}
 100% {
 transform:rotateY(360deg) translateY(0px);
}
}
#loadingin p img:nth-of-type(1) { animation-delay: 0s; }
#loadingin p img:nth-of-type(2) { animation-delay: 0.1s }
#loadingin p img:nth-of-type(3) { animation-delay: 0.15s }
#loadingin p img:nth-of-type(4) { animation-delay: 0.2s }
#loadingin p img:nth-of-type(5) { animation-delay: 0.25s }
#loadingin p img:nth-of-type(6) { animation-delay: 0.3s }
#loadingin p img:nth-of-type(7) { animation-delay: 0.35s }
#loadingin:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 372px;
	height: 372px;
	background-image: url(../images/loading_outer.png);
	animation: btnRotate 20s linear infinite;
}
#loadingin:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 372px;
	height: 372px;
	background-image: url(../images/loading_inner.png);
	animation: btnRotateRv 20s linear infinite;
}
/*--red_txt--*/
.headImg_red {
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
}
.headImg_red.an {
	-webkit-animation: red-txt 4s ease-in 0s;
	animation: red-txt 4s ease-in 0s;	
}
@keyframes red-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 stroke-width:0;
 fill:#5f070f;
}
}
@-webkit-keyframes red-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#5f070f;
 stroke-width:0;
}
}
/*--green_txt--*/
.headImg_green {
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
}
.headImg_green.an {
	-webkit-animation: green-txt 4s ease-in 0s;
	animation: green-txt 4s ease-in 0s;
}
@keyframes green-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 stroke-width:0;
 fill:#163600;
}
}
@-webkit-keyframes green-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#163600;
 stroke-width:0;
}
}
/*--blue_txt--*/
.headImg_blue {
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
}
.headImg_blue.an {
	-webkit-animation: blue-txt 4s ease-in 0s;
	animation: blue-txt 4s ease-in 0s;
}
@keyframes blue-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 stroke-width:0;
 fill:#141d46;
}
}
@-webkit-keyframes blue-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#141d46;
 stroke-width:0;
}
}
/*--brown_txt--*/
.headImg_brown {
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
}
.headImg_brown.an {
	-webkit-animation: brown-txt 4s ease-in 0s;
	animation: brown-txt 4s ease-in 0s;
}
@keyframes brown-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 stroke-width:0;
 fill:#473017;
}
}
@-webkit-keyframes brown-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#473017;
 stroke-width:0;
}
}
/*--purple_txt--*/
.headImg_purple {
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
}
.headImg_purple.an {
	-webkit-animation: purple-txt 4s ease-in 0s;
	animation: purple-txt 4s ease-in 0s;
}
@keyframes purple-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 stroke-width:0;
 fill:#3c0f41;
}
}
@-webkit-keyframes purple-txt {  0% {
 stroke-dashoffset: 2000;
 fill:transparent;
 stroke-width: 1;
}
 40% {
 stroke-dashoffset: 2000;
 fill:transparent;
}
 50% {
 fill:transparent;
}
 100% {
 stroke-dashoffset: 0;
 fill:#3c0f41;
 stroke-width:0;
}
}
#subL {
	background: #000;
	position: fixed;
	z-index: 15000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#subNews {
	width: 1100px;
	box-sizing: border-box;
	margin: 0px auto 84px;
}
#newsList { background: url(../images/news_listbg.png) no-repeat center top; }
#newsList li {
	background: #5F070F;
	height: 354px;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	float:left;
}
#newsList li:nth-child(4n){
	margin-right:0;
}
#newsList li a {
	background: #F9F5E6;
	height: 354px;
	display: block;
	box-sizing:border-box;
	padding:10px;
	position:relative;
	transition:all 0.3s ease;
}
#newsList li a:hover {
	background-color:#5F070F;
}
.newsThumb {
	background: url(../images/news_noimg.jpg) no-repeat center center;
	display: block;
	border: 1px solid #CCC48E;
	height: 162px;
	width: 238px;
	margin-bottom: 8px;
	background-size:cover;
}
.newsDate {
	font-size: 13px;
	line-height: 34px;
	color: #5F070F;
	height: 34px;
	padding-right: 8px;
	display: block;
	padding-left: 8px;
	font-weight:600;
	transition:all 0.3s ease;
}
.newsTitle {
	line-height: 25px;
	color: #000;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	font-weight:600;
	transition:all 0.3s ease;
}
#newsList li a:hover .newsDate,
#newsList li a:hover .newsTitle {
	color:#FFF;
}
.newsMore {
	font-size: 12px;
	line-height: 20px;
	color: #CCC48E;
	text-align: center;
	display: block;
	height: 20px;
	width: 60px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #5F070F;
	transition:all 0.3s ease;
}
#newsList li a:hover .newsMore {
	background-color:#F9F5E6;
	color:#5F070F;
}#newsOnceBox { margin-top: -30px; }
#newsDate {
	background: url(../images/newsonce_date.png);
	text-align: center;
	height: 143px;
	width: 194px;
	margin: 0px auto 20px;
	box-sizing: border-box;
	color: #5F070F;
	line-height: 19px;
	padding-top: 61px;
	font-weight: 600;
}
#newsOnceBox h3 {
	background: url(../images/cont.png) no-repeat center bottom;
	padding-bottom: 66px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
	color: #000;
}
#newsText {
	padding-top: 17px;
	color: #000;
	padding-bottom: 80px;
}
#newsText p {
	font-size: 16px;
	line-height: 38px;
	padding-bottom: 38px;
}
#newsText p img {
	display: block;
	margin:15px auto;
	max-width:900px;
	height:auto;
}
#newsText p a {
	text-decoration:underline;
	transition:all 0.5s ease;
}
#newsText p a:hover {
	opacity:0.6;
}
#backtoList {
	margin: 0px auto;
	height: 40px;
	width: 157px;
}
#backtoList a {
	background: url(../images/btn_btlist.png);
	height: 40px;
	width: 157px;
	display: block;
	transition:all 0.5s ease;
}
#backtoList a:hover {
	transform:scale(1.05)
}
/*--------------[[EVENT FORM]]--------------*/

.eventHead{
	background: url(../images/event_h2bg.png) no-repeat;
	width: 593px;
	height: 187px;
	margin: 0 auto;
	position: relative;
}
.eventHead span{
	text-align: center;
	color:#000;
	font-size:18px;
	font-weight: 600;
	position: absolute;
	width: 593px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#eventWrap{
    font-size: 16px;
    line-height: 35px;
	 color:#000;
}
.eventImg{
	text-align: center;
    margin: 30px 0 40px;
}
.eventBox{
	margin-bottom: 80px;
}
#eventTBL table{
	border: #8d8d8d solid 1px;
	width: 100%;
}
#eventTBL table th,
#eventTBL table td{
	padding: 20px;
	font-weight:600;
}
#eventTBL table th{
	width: 100px;
	vertical-align: top;
	border-right: #8d8d8d solid 1px;
	border-bottom: #8d8d8d solid 1px;
}
#eventTBL table td{
	border-bottom: #8d8d8d solid 1px;
}
#eventTBL table td .caution{
	font-size:13px;
}
/*フォームリセット*/
button, input[type=radio],input[type=text],input[type=submit], select, textarea {
    font-family: inherit;
    font-size: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
}
input[type="radio"] {
	display: none;
}
input[type="checkbox"] {
	width:18px;
	height:18px;
	display: inline-block;
	margin-right:10px;
	vertical-align: middle;
}
/*フォームリセット*/
#formWrap table input[type="text"]  {
	border-radius: 24px;
	border-width: 3px;
	line-height: 44px;
	height: 44px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s;
	background: #fff;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
}
#formWrap .radioBox label{
	background: #fff;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	color: #000;
	display: inline-block;
	border: 2px solid #141d46;
	cursor: pointer;
	transition: 0.3s ease all;
	font-weight: 600;
	margin-right: 10px;
}
#formWrap .radioBox label:hover{
	background: #d500c7;
	color:#fff;
}
#formWrap input[type="radio"]:checked + label {
	background: #141d46;
	color: #ffffff;
}
#formWrap input:focus{
	border: 1px solid #141d46;
}
#formWrap table .zip input{
	width: 300px !important;
	margin-left:20px;
	margin-bottom: 20px;
}
#formWrap table .address input{
    margin-left: 50px;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    max-width: 100%;
}
#formWrap table .tel input{
	width: 300px !important;
}
#formWrap table{
	width: 100%;
}
#formWrap table tr th{
	vertical-align: top;
	width: 200px;
}
#formWrap table tr th,
#formWrap table tr td{
	padding: 30px 0;
	border-bottom:#141d46 dashed 1px;
	font-weight:600;
}
#formWrap .required{
    font-size: 12px;
    border-radius: 10px;
    height: 20px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: #141d46;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
	 color:#fff;
}
.eventBox h3{
	text-align: center;
	font-size:24px;
	font-weight: 600;
	position: relative;
	margin-bottom: 70px;
}
.eventBox h3:before{
	content: "";
    position: absolute;
    background: url(../images/news_point.png) no-repeat;
    width: 38px;
    height: 36px;
    right: 0;
    left: 0;
	top:50px;
    margin: 0 auto;
}
.submitBox input:disabled{
	border-radius: 60px;
	width: 240px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #CCC;
	font-weight: 600;
	transition: 0.3s ease all;
	opacity:0.8;
	pointer-events: none;
}
.submitBox input{
	border-radius: 60px;
	width: 240px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #141d46;
	font-weight: 600;
	transition: 0.3s ease all;
	cursor: pointer;
}
.submitBox input:not(:disabled):hover{
	background: #fff;
	color: #000;
}
.submitBox{
	margin: 60px auto 0;
	width: 240px;
}
.eventBox dl dt{
	font-weight: 600;
}
.eventBox dl dd{
	font-size:14px;
	margin-bottom:40px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	border-radius:1.4em;
	text-align:center;
	font-weight:bold;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background-color:#398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	background-color:#f00;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	background-color:#f7e700;
	color:#000;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: none;
}
#formWrap table .wpcf7-not-valid {
	background-color:#f3b0b0 !important;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('file:///S|/web/images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
#eventBnr {
	height: 139px;
	width: 146px;
	position: absolute;
	left: 30px;
	bottom: 77px;
	z-index:3000;
}
#eventBnr a img {
	transition:all 1s ease;
}
#eventBnr a:hover img {
	transition:all 0.3s ease;
	transform:scale(1.1);
}
#agreementHead {
	margin-top:30px;
	font-size:18px;
	line-height: 30px;
	font-weight:bold;
	text-align: center;
	padding-bottom:10px;
}
#agreement {
	height:200px;
	overflow: auto;
	color:#000;
	font-size:16px;
	line-height:28px;
	border:1px solid #141d46;
}
#agreement #agin {
	padding:15px;
}
#agreement h5 {
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
	font-weight: bold;
}
#agreement p {
	margin-bottom:35px;
}
.wp-pagenavi {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	height: 36px;
	width: 36px;
	margin-right: 5px;
	margin-left: 5px;
	background: #FFF;
	border: 2px solid #5F070F;
	line-height: 36px;
	text-align: center;
	transition:all 0.3s ease;
	font-weight:600;
}
.wp-pagenavi .current {
	color: #FFF;
	background: #5F070F;
}
.wp-pagenavi a:hover { background: #5F070F }
#skp {
	position: absolute;
	height: 23px;
	width: 198px;
	left: 0px;
	top: 40px;
}
#anm {
	position: absolute;
	height: 23px;
	width: 198px;
	left: 0px;
	top: 118px;
}
#skp a,
#anm a {
	display:block;
	height:23px;
	transition:all 0.3s ease;
}
#skp a:hover,
#anm a:hover {
	background-color:rgba(255,255,255,0.1)
}
#fortuneBnr {
	position: absolute;
	height: 170px;
	width: 208px;
	left: 32px;
	top: 250px;
}
#fortuneBnr a img {
	transition:all 0.5s ease;
}
#fortuneBnr a:hover img {
	transform:scale(1.05);
}
#eventgoods li {
	font-size:15px;
}
#eventgoods li:nth-child(odd){
	border-left:solid 3px #3c0f41;
	padding-left:10px;
	color:#3c0f41;
	font-weight:bold;
}
#eventgoods li img {
	padding-top:15px;
	padding-bottom:70px;
}

/*----------{{NEW CSS}}----------*/

h5#discTtl{
    text-align: center;
    margin-bottom: 50px;
}
.musicDetailBox{
    position: relative;
    margin-bottom: 50px;
}
.discImg{
    width: 350px;
    float: left;
}
.discImg img{
    width: 100%;
}
ul.musicDetailList{
    position: absolute;
    left: 390px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
}
.musicDetailTxt{
    margin-bottom: 40px;
    padding-bottom: 40px;
    line-height: 30px;
    border-bottom: dotted 1px #CCC48E;
}
.discBox{
    padding-bottom: 50px;
    border-bottom: dotted 1px #CCC48E;
}
.discOne{
    width: 50%;
    font-size: 14px;
    line-height: 26px;
}
.discOne:first-child{
    float: left;
}
.discOne:last-child{
    float: right;
}
.discOne h5{
    font-size: 18px;
    font-weight: bold;
    color: #5f070f;
    margin-bottom: 15px;
}
.discOne > ol{
    padding-left: 20px;
}
.discOne > ol li{
    list-style-type: decimal;
    padding-left: 10px;
}
.eventCont_new{
    position: relative;
}
#eventBnr_head{
    position: absolute;
    top: -205px;
    right: -58px;
}
#eventBnr_head a img {
	transition:all 0.5s ease;
}
#eventBnr_head a:hover img {
	transform:scale(1.05);
}