@charset "utf-8";
@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;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
body {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
a { color: #000; }
a:hover { text-decoration: none; }
@keyframes rotation { from {
transform:rotate(0deg);
}
to { transform: rotate(360deg); }
}
@keyframes flower1 { 0% {
transform:rotate(0deg) scale(0);
opacity:1
}
 80% {
 transform:rotate(360deg) scale(1);
opacity:1;
}
 100% {
 transform:rotate(360deg) scale(1);
 opacity:0;
}
}
@keyframes flower2 { 0% {
transform:rotate(0deg) scale(0);
opacity:1
}
 80% {
 transform:rotate(-360deg) scale(1);
opacity:1;
}
 100% {
 transform:rotate(-360deg) scale(1);
 opacity:0;
}
}
@keyframes gradation { 0% {
background-color: #ffc018;
}
 20% {
background-color: #c4a8f3;
}
 40% {
background-color: #7dd56e;
}
 60% {
background-color: #76bde6;
}
 80% {
background-color: #eea1e0;
}
 100% {
background-color: #ffc018;
}
}
#fullWrap {
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}
#leftWrap {
	background: #FFF;
	width: 21%;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9998;
	min-width: 257px;
}
#leftWrap nav {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	padding: 45px 0;
	position:relative;
}
#leftWrap nav h1 {
	height: 68px;
	width: 155px;
	margin-bottom: 35px;
}
#leftWrap nav h1 a {
	background: url(../images/nav_logo.png);
	height: 68px;
	display: block;
}
#navList li { min-height: 31px; }
#navList li a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 31px;
	position: relative;
}
#navList li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 0.3s ease;
	background-repeat: no-repeat;
	background-position: left center;
}
#navList li a:hover:before,
#navList li a.active:before { width: 100%; }
#nav00 a { background-image: url(../images/nav00.png); }
#nav01 a { background-image: url(../images/nav01.png); }
#nav02 a { background-image: url(../images/nav02.png); }
#nav02_1 a { background-image: url(../images/nav02_1.png); }
#nav02_2 a { background-image: url(../images/nav02_2.png); }
#nav02_3 a { background-image: url(../images/nav02_3.png); }
#nav02_4 a { background-image: url(../images/nav02_4.png); }
#nav03 a { background-image: url(../images/nav03.png); }
#nav04 a { background-image: url(../images/nav04.png); }
#nav05 a { background-image: url(../images/nav05.png); }
#nav06 a { background-image: url(../images/nav06.png); }
#nav07 a { background-image: url(../images/nav07.png); }
#nav08 a { background-image: url(../images/nav08.png); }
#nav09 a { background-image: url(../images/nav09.png); }
#nav99 a { background-image: url(../images/nav99.png); }
#nav00 a:before { background-image: url(../images/nav00_ov.png); }
#nav01 a:before { background-image: url(../images/nav01_ov.png); }
#nav02 a:before { background-image: url(../images/nav02_ov.png); }
#nav02_1 a:before { background-image: url(../images/nav02_1_ov.png); }
#nav02_2 a:before { background-image: url(../images/nav02_2_ov.png); }
#nav02_3 a:before { background-image: url(../images/nav02_3_ov.png); }
#nav02_4 a:before { background-image: url(../images/nav02_4_ov.png); }
#nav03 a:before { background-image: url(../images/nav03_ov.png); }
#nav04 a:before { background-image: url(../images/nav04_ov.png); }
#nav05 a:before { background-image: url(../images/nav05_ov.png); }
#nav06 a:before { background-image: url(../images/nav06_ov.png); }
#nav07 a:before { background-image: url(../images/nav07_ov.png); }
#nav08 a:before { background-image: url(../images/nav08_ov.png); }
#nav09 a:before { background-image: url(../images/nav09_ov.png); }
#nav99 a:before { background-image: url(../images/nav99_ov.png); }
#startDate {
	background: url(../images/nav_startdate.png);
	height: 48px;
	width: 170px;
	margin-top: 28px;
}
#valentain a {
	background: url(../images/bnr_heine_valentain_pc.jpg);
	height:100px;
	width: 180px;
	margin-top: 28px;
	display:block;
}
#rightWrap {
	min-width: 900px;
	margin-left: 21%;
	position: relative;
}
#index #rightWrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 161px;
	height: 144px;
	background-image: url(../images/right_ornament_tl.png);
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 9998;
}
#rightHead {
	background: rgba(0,0,0,.7);
	height: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-left: 180px;
}
#topics {
	margin-right: 335px;
	height: 70px;
	position: relative;
}
#topics ul li { height: 70px; }
#topics ul li a {
	display: block;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	text-decoration: none;
	color: #FFF;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#topics ul li a:hover { text-decoration: underline; }
#toNews {
	height: 70px;
	width: 160px;
	position: absolute;
	top: 0px;
	right: -160px;
}
#toNews a {
	display: block;
	height: 70px;
	position: relative;
}
#toNews a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	width: 80px;
	height: 1px;
	background-color: #FFF;
	transition: all 0.3s ease;
}
#toNews a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4.3px;
	border-color: transparent transparent transparent #FFF;
	right: 36px;
	top: 50%;
	margin-top: -2px;
	transition: all .3s ease;
}
#toNews a:hover:before,
#toNews a:hover:after { transform: translateX(5px); }
#share {
	background: #400518;
	height: 70px;
	width: 175px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#share ul {
	height: 40px;
	width: 120px;
	position: absolute;
	left: 27px;
	top: 15px;
}
#share ul li {
	float: left;
	height: 40px;
	width: 40px;
}
#share ul li a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 40px;
	transition: all 0.3s ease;
}
#tw a { background-image: url(../images/icon_twitter.png); }
#fb a { background-image: url(../images/icon_facebook.png); }
#ln a { background-image: url(../images/icon_line.png); }
#share ul li a:hover { transform: translateY(-5px) }
.tileHalf {
	width: 50%;
	padding-top: 28.7273%;
	position: relative;
	overflow: hidden;
	float: left;
}
#tiles .tileHalf a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#tiles .tileHalf h2 {
	position: absolute;
	left: 30px;
	bottom: 30px;
	pointer-events: none;
}
#toAbout a {
	background: url(../images/tile_about_bg.jpg) no-repeat center center;
	background-size: cover;
	transition: all 0.5s ease;
	backface-visibility: hidden;
}
#toAbout a:hover { transform: scale(1.05); }
#toAbout p {
	background: url(../images/tile_about_text.png) no-repeat;
	height: 168px;
	width: 220px;
	position: absolute;
	right: 30px;
	bottom: 25px;
	pointer-events: none;
}
#toMovie a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.5s ease;
	backface-visibility: hidden;
}
#toMovie a:hover { transform: scale(1.05); }
#toMovieCircle {
	height: 208px;
	width: 208px;
	position: absolute;
	left: 26px;
	top: 167px;
}
#squareMovie {
	height: 140px;
	width: 140px;
	position: absolute;
	left: 34px;
	top: 34px;
}
#toMovieCircle { transition: all .5s ease; }
#toMovieCircle:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 208px;
	height: 208px;
	background-image: url(../images/top_pv_circle.png);
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
	animation: rotation 20s cubic-bezier(0.7, 0.29, 0.42, 0.87) infinite;
}
#toMovieCircle a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#toMovieCircle video {
	height: 100%;
	width: 100%;
}
#toMovieCircle:hover { transform: scale(1.05); }
#toMovieCircle h2 {
	position: absolute;
	left: 115px;
	top: -37px;
}
#topFooter {
	background: #F4F2EA;
	padding-top: 94px;
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
	height: 711px;
	box-sizing: border-box;
}
#topFooter:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 306px;
	height: 320px;
	background-image: url(../images/flower_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 390px;
	animation: flower1 4s ease infinite;
}
#topFooter:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 225px;
	width: 129px;
	height: 129px;
	background-image: url(../images/flower_gray.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -480px;
	animation: flower2 4s ease infinite;
	animation-delay: 2s;
}
#footerBnr {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 600;
}
#footerBnr li {
	padding: 0 5px 15px;
	float: left;
}

#footerBnr li a img { transition: all 0.3s ease; }
#footerBnr li a:hover img { transform: scale(1.05); }
#bttop {
	height: 50px;
	width: 120px;
	margin: 0px auto 60px;
	position: relative;
	z-index: 9500;
}
#bttop a {
	border: 1px solid #353635;
	display: block;
	width: 118px;
	height: 48px;
	position: relative;
	background: #353635 url(../images/bttop.png) no-repeat center bottom;
}
#bttop a:before {
	content: '';
	position: absolute;
	width: 118px;
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
	background: #F4F2EA url(../images/bttop_ov.png) no-repeat center bottom;
	transition: all 0.3s ease;
}
#bttop a:hover:before { height: 100%; }
#bttop a:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 29px;
	bottom: 49px;
	left: 50%;
	margin-left: -2px;
	transition: all 0.3s ease;
	background: url(../images/bttop_arrow.png) no-repeat center top;
}
#bttop a:hover:after { height: 34px; }
#topFooter #scene {
	height: 340px;
	position: relative;
}
.layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}
.topFooterSl {
	height: 2000px;
	position: absolute;
	left: -100px;
	top: 110px;
	right: -100px;
	background: #FFC018;
	transform-origin: center top;
	transform: skewY(-14deg);
	animation: gradation 30s linear infinite;
}
.topFooterPanel {
	background: url(../images/top_footer_panel.png);
	height: 245px;
	width: 484px;
	margin-left: -242px;
	position: absolute;
	left: 50%;
	top: 380px;
}
.topFooterPanel #copyright {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 22px;
}
.modal {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
}
.modalin {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
}
#movieModal { background-color: #000; }
#movieModal iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.modalClose {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 50px;
	width: 50px;
	display: block;
	z-index: 12000;
}
.modalClose a {
	display: block;
	height: 50px;
	position: relative;
	background-image: url(../images/close.png);
	transition: all 0.5s ease;
}
.modalClose a:hover { opacity: 0.5 }
#loading {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #F4F2EA;
	z-index: 15000;
}
#loadingFlower {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 306px;
	height: 320px;
	background-image: url(../images/flower_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -153px;
	margin-top: -160px;
	animation: flower1 4s ease infinite;
}
#loadingLogo {
	background: url(../images/nav_logo.png) no-repeat center center;
	height: 68px;
	width: 155px;
	margin-top: -34px;
	margin-left: -77px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#about #fullWrap { opacity: 0; }
#subHeader {
	position: absolute;
	height: 1000px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1;
	background: url(../images/sub_header_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	overflow: hidden;
}
#subHeaderMask {
	background: #F4F2EA;
	position: absolute;
	height: 2000px;
	left: 0px;
	top: 300px;
	right: 0px;
	transform: skewY(10deg);
}
#about #rightWrap {
	background: #F4F2EA;
	padding-top: 28px;
}
#rightScope {
	height: 498px;
	width: 498px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}
#scene2 {
	overflow: hidden;
	position: absolute;
	height: 300px;
	width: 300px;
	left: 99px;
	top: 99px;
	border-radius: 50%;
}
#scope {
	background: url(../images/right_scope.png);
	height: 498px;
	width: 498px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 500;
}
#scope1 {
	height: 300px;
	width: 578px;
	margin-left: -286px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: url(../images/sub_scopein.jpg);
}
#subFlower1 {
	background: url(../images/flower_gray.png) no-repeat center center;
	height: 86px;
	width: 86px;
	margin-left: -420px;
	position: absolute;
	left: 50%;
	top: 183px;
	background-size: contain;
	animation: flower1 4s ease infinite;
	transform: rotate(0deg) scale(0);
	z-index: 500;
}
#subFlower2 {
	background: url(../images/flower_white.png) no-repeat center center;
	height: 165px;
	width: 165px;
	margin-left: 412px;
	position: absolute;
	left: 50%;
	top: 150px;
	background-size: contain;
	animation: flower2 4s ease infinite;
	animation-delay: 1.3s;
	transform: rotate(0deg) scale(0);
	z-index: 500;
}
#subFlower3 {
	background: url(../images/flower_gray.png) no-repeat center center;
	height: 121px;
	width: 121px;
	margin-left: 243px;
	position: absolute;
	left: 50%;
	top: 388px;
	background-size: contain;
	animation: flower1 4s ease infinite;
	animation-delay: 2.7s;
	transform: rotate(0deg) scale(0);
	z-index: 500;
}
#butterfly1 {
	background: url(../images/butterfly1.png) no-repeat center center;
	height: 30px;
	width: 30px;
	position: absolute;
	margin-left: 93px;
	top: 20px;
	left: 50%;
	z-index: 500;
}
#butterfly2 {
	background: url(../images/butterfly2.png) no-repeat center center;
	height: 34px;
	width: 33px;
	position: absolute;
	margin-left: -419px;
	top: 358px;
	left: 50%;
	z-index: 500;
}
#introduction {
	margin-top: -115px;
	z-index: 499;
	position: relative;
	margin-bottom: 80px;
}
#introduction h2 {
	min-width: 800px;
	max-width: 960px;
	margin: 0 auto 100px
}
#introduction p {
	line-height: 50px;
	color: #5C5C5C;
	margin: 0px auto 10px;
	width: 800px;
}
.introB { font-size: 22px; }
.introB span {
	transform: skewX(-10deg);
	display: block;
}
.introN { font-size: 16px; }
#story {
	position: relative;
	z-index: 2
}
#story:before {
	content: '';
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	height: 555px;
	transform: skewY(-15deg);
	animation: gradation 30s linear infinite;
	opacity: 0.6;
}
#storyin {
	margin: 0px auto;
	width: 800px;
	position: relative;
	z-index: 500;
	padding-bottom: 180px;
}
#storyin:before {
	content: '';
	position: absolute;
	width: 106px;
	height: 106px;
	left: -77px;
	top: 54px;
	background: url(../images/flower_gray.png) no-repeat center center;
	background-size: contain;
	animation: flower2 4s ease infinite;
	z-index: 505;
}
#storyin:after {
	content: '';
	position: absolute;
	width: 195px;
	height: 195px;
	right: -79px;
	top: 670px;
	background: url(../images/flower_gray.png) no-repeat center center;
	background-size: contain;
	animation: flower1 4s ease infinite;
	animation-delay: 2s;
	z-index: 505;
	transform: rotate(0deg) scale(0);
}
#storyin h2 { text-align: right; }
#storyCatch {
	background: url(../images/story_catch.png);
	height: 399px;
	width: 168px;
	position: absolute;
	top: 139px;
	right: 0px;
}
#storyin h3 {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 30px;
}
#storyText {
	font-size: 16px;
	line-height: 42px;
	color: #5C5C5C;
}
#character h2 {
	text-align: center;
	padding-bottom: 45px;
}
#characterList { }
#characterList li {
	width: calc(100% / 3);
	float: left;
	padding-top: calc(100% / 3);
	position: relative;
	overflow: hidden;
}
#characterList li h3 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
}
#characterList li a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	transition: all 0.3s ease;
	backface-visibility: hidden;
}
#characterList li a:hover { transform: scale(1.05); }
#character1 a {
	background: url(../images/character1thumb.png) no-repeat center center;
	background-size: cover;
}
#character2 a {
	background: url(../images/character2thumb.png) no-repeat center center;
	background-size: cover;
}
#character3 a {
	background: url(../images/character3thumb.png) no-repeat center center;
	background-size: cover;
}
#character4 a {
	background: url(../images/character4thumb.png) no-repeat center center;
	background-size: cover;
}
#character5 a {
	background: url(../images/character5thumb.png) no-repeat center center;
	background-size: cover;
}
#character6 a {
	background: url(../images/character6thumb.png) no-repeat center center;
	background-size: cover;
}
#character {
	position: relative;
	z-index: 560;
	padding-bottom: 125px;
}
#caststaff {
	padding-bottom: 300px;
	position: relative;
	z-index: 200;
}
#caststaff:before {
	content: '';
	position: absolute;
	width: 230px;
	height: 230px;
	left: 50%;
	margin-left: -483px;
	bottom: 50px;
	background: url(../images/flower_gray.png) no-repeat center center;
	background-size: contain;
	animation: flower1 4s ease infinite;
	animation-delay: 2s;
	z-index: 505;
	transform: rotate(0deg) scale(0);
}
#caststaff:after {
	content: '';
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	height: 555px;
	transform: skewY(15deg);
	animation: gradation 30s linear infinite;
	animation-direction: reverse;
	opacity: 0.6;
}
#caststaff h2 {
	padding-top: 23px;
	text-align: center;
	position: relative;
	z-index: 200;
}
#caststaffin {
	margin: -112px auto 0px;
	min-width: 950px;
	max-width: 1100px;
	position: relative;
	z-index: 100;
}
#caststaffin .cs {
	float: left;
	width: 50%;
}
.cs h3 {
	text-align: center;
	padding-bottom: 54px;
}
.cs dl {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.cs dl dt {
	font-size: 16px;
	color: #5c5c5c;
	float: left;
	line-height: 33px;
	clear: both;
	margin-bottom: 22px;
}
.cs dl dd {
	font-size: 20px;
	line-height: 33px;
	color: #5c5c5c;
	margin-bottom: 22px;
	float: left;
	vertical-align: middle;
}
.cs dl dd span { font-size: 14px; }
#subFooterin {
	margin: 0px auto;
	width: 800px;
	position: relative;
	z-index: 550;
}
#subFooterin:before {
	content: '';
	position: absolute;
	width: 124px;
	height: 124px;
	left: 50%;
	margin-left: -288px;
	top: -30px;
	background: url(../images/flower_white.png) no-repeat center center;
	background-size: contain;
	animation: flower2 4s ease infinite;
	z-index: 505;
	transform: rotate(0deg) scale(0);
}
#subFooterin #bttop { margin-right: 0px; }
#scene {
	height: 1163px;
	overflow: hidden;
	position: relative;
}
#index #scene,
#sub #scene {
	overflow: hidden;
	padding-top: 370px;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
}
.subFooterSl {
	position: absolute;
	height: 2000px;
	left: -100px;
	top: 370px;
	right: -100px;
	transform-origin: center top;
	transform: skewY(-14deg);
}
#sfs1 { background-color: #e23156; }
#sfs2 { background-color: #c4a8f3; }
#sfs3 { background-color: #7dd56e; }
#sfs4 { background-color: #76bde6; }
#sfs5 { background-color: #FFC018; }
#sfs6 { background-color: #c5c5c5; }
.subFooterCh {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1163px;
}
#sfc1 { background-image: url(../images/sfc1.png); }
#sfc2 { background-image: url(../images/sfc2.png); }
#sfc3 { background-image: url(../images/sfc3.png); }
#sfc4 { background-image: url(../images/sfc4.png); }
#sfc5 { background-image: url(../images/sfc5.png); }
.subFooterTi {
	height: 580px;
	width: 405px;
	margin-left: 16px;
	position: absolute;
	left: 50%;
	top: 110px;
}
#sft1 { background-image: url(../images/sft1.png); }
#sft2 { background-image: url(../images/sft2.png); }
#sft3 { background-image: url(../images/sft3.png); }
#sft4 { background-image: url(../images/sft4.png); }
#sft5 { background-image: url(../images/sft5.png); }
.subFooterTi #copyright {
	font-size: 11px;
	line-height: 60px;
	color: #FFF;
	height: 60px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
#abouth2 {
	position: absolute;
	top: 28px;
	right: 182px;
	z-index: 9999;
}
#abouth2 img { display: block; }
#about #share,
#sub #share {
	background: transparent;
	z-index: 9999;
}
#about #tw a,
#sub #tw a { background-image: url(../images/icon_twitter_k.png); }
#about #fb a,
#sub #fb a { background-image: url(../images/icon_facebook_k.png); }
#about #ln a,
#sub #ln a { background-image: url(../images/icon_line_k.png); }
#sub #fullWrap { opacity: 0; }
#sub #rightWrap { background: #F4F2EA; }
#sub #rightWrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 173px;
	height: 167px;
	background-image: url(../images/sub_right_ornament_tl.png);
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 9998;
}
#sub.co #rightWrap:before { display: none; }
#sub header {
	height: 254px;
	overflow: hidden;
	position: relative;
}
#sub header:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: 310px;
	width: 156px;
	height: 156px;
	background: url(../images/flower_gray.png) no-repeat center center;
	background-size: contain;
	animation: flower2 4s ease infinite;
	z-index: 505;
	transform: rotate(0deg) scale(0);
}
#sub header:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -419px;
	width: 86px;
	height: 86px;
	background: url(../images/flower_gray.png) no-repeat center center;
	background-size: contain;
	animation: flower1 4s ease infinite;
	animation-delay: 2s;
	z-index: 505;
	transform: rotate(0deg) scale(0);
}
#sub header h2 {
	padding-top: 97px;
	text-align: center;
	position: relative;
}
#sub header h2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 34px;
	margin-left: -8px;
	width: 33px;
	height: 34px;
	background: url(../images/butterfly2.png) no-repeat center center;
	z-index: 550;
}
#news { padding-bottom: 90px; }
#news li { height: 70px; }
#news li:nth-child(odd) { background-color: #FFF; }
#news li a {
	display: block;
	position: relative;
	height: 70px;
	padding-right: 160px;
	padding-left: 40px;
	line-height: 70px;
	font-size: 18px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease;
	color: #4A4A4A;
}
#news li a:hover { color: #FFF; }
#news li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background-color: #4A4A4A;
	transition: all 0.3s ease;
}
#news li a:hover:before { width: 100%; }
#news li a span {
	position: relative;
	z-index: 50;
}
#news li a .toDetail {
	height: 70px;
	width: 160px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
#news li a .toDetail:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	width: 80px;
	height: 1px;
	background-color: #000;
	transition: all 0.3s ease;
}
#news li a .toDetail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4.3px;
	border-color: transparent transparent transparent #000;
	right: 36px;
	top: 50%;
	margin-top: -2px;
	transition: all .3s ease;
}
#news li a:hover .toDetail:before,
#news li a:hover .toDetail:after { transform: translateX(5px); }
#news li a:hover .toDetail:before { background-color: #FFF; }
#news li a:hover .toDetail:after { border-color: transparent transparent transparent #FFF; }
.pagingBox {
	height: 40px;
	text-align: center;
	padding-top: 40px;
}
.pagingBox a,
.pagingBox span {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: 1px solid #4A4A4A;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	font-size: 16px;
}
.pagingBox a {
	background-color: transparent;
	transition: all 0.5s ease;
	color: #4A4A4A;
	text-decoration: none;
}
.pagingBox a:hover {
	background-color: #4A4A4A;
	color: #FFF;
}
.pagingBox span {
	background-color: #4A4A4A;
	position: relative;
	color: #FFF;
	font-weight: bold;
}
.pagingBox .none { display: none; }
#newsDetail { padding-bottom: 0px; }
#newsTitle {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF;
}
#newsTitle h3 {
	font-size: 18px;
	line-height: 32px;
	color: #000;
	padding: 0px 40px;
}
#newsText {
	padding: 50px;
	margin: 0px auto;
	/*	max-width: 1100px;*/
	min-width: 900px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 32px;
}
#newsText p { margin-bottom: 32px; }
#btlist {
	height: 40px;
	width: 144px;
	margin: 0px auto;
	padding-top: 40px;
	display:block;
}
.blockBtn {
	height: 40px;
	margin: 0px auto;
	padding: 20px 0 10px;
	display:table;
}
#btlist a {
	height: 38px;
	width: 142px;
	border: 1px solid #353635;
	display: block;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}
.blockBtn a {
	height: 38px;
	border: 1px solid #353635;
	display: block;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
	padding:0 20px;
}
#btlist a span,
.blockBtn a span { position: relative; }
#btlist a:hover,
.blockBtn a:hover { color: #FFF; }
#btlist a:before,
.blockBtn a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all 0.3s ease;
	background-color: #4a4a4a;
}
#btlist a:hover:before,
.blockBtn a:hover:before { width: 100%; }
#theaterArea {
	max-width: 870px;
	display: table;
	table-layout: fixed;
	margin: 0 auto 30px;
	width: 100%;
}
#theaterArea li {
	height: 40px;
	display: table-cell;
	padding: 0 5px;
}
#theaterArea li a {
	height: 38px;
	display: block;
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
	text-align: center;
	line-height: 38px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
}
#theaterArea li a span { position: relative; }
#theaterArea li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	background-color: #4a4a4a;
	transition: all 0.3s ease;
}
#theaterArea li a:hover { color: #FFF; }
#theaterArea li a:hover:before { height: 100%; }
.area {
	margin: 0px auto;
	width: 870px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.area h3 {
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	height: 35px;
	border-bottom: 2px solid #000;
	font-weight: bold;
}
.area table { width: 100%; }
#topText {
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #FFF;
	font-size: 16px;
	margin-bottom: 50px;
}
#bottomText {
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #FFF;
	font-size: 16px;
	margin-top: 40px;
}
#topText p,
#bottomText p {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.area table th {
	background: #4a4a4a;
	height: 50px;
	color: #FFF;
	padding-left: 20px;
	font-size: 16px;
}
.area table th:first-child { width: 100px; }
.area table td {
	height: 55px;
	border-bottom: 1px solid #4a4a4a;
	padding-left: 20px;
	font-size: 16px;
}
#movie {
	margin: 0px auto;
	width: 850px;
}
#movieList li {
	float: left;
	height: 350px;
	width: 400px;
	margin-right: 50px;
}
#movieList li:nth-child(even) { margin-right: 0; }
.movieCont {
	background: #000;
	height: 225px;
	width: 400px;
}
.movieCaption {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}
#ticket {
	margin: 0px auto;
	background: url(../images/ticket_main.jpg);
	height: 849px;
	width: 1100px;
	transform-origin: left top;
	position: relative;
}
#ticket2 {
	margin: 0px auto;
	background: url(../images/ticket_main2.jpg);
	height: 849px;
	width: 1100px;
	transform-origin: left bottom;
	position: relative;
	margin-bottom: 25px;
}
#ticketText1 {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 37px;
	top: 154px;
	width: 457px;
}
.ticketBtn {
	height: 45px;
	width: 389px;
}
.ticketBtn a {
	display: block;
	height: 43px;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	transition: all 0.3s ease;
}
.ticketBtn a:hover { background-color: rgba(255,255,255,0.2); }
.ticketBtn a:before {
	content: '';
	position: absolute;
	right: -22px;
	top: 50%;
	width: 22px;
	height: 1px;
	background-color: #FFF;
	transition: all 0.3s ease;
}
.ticketBtn a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 4.3px;
	border-color: transparent transparent transparent #FFF;
	right: -25px;
	top: 50%;
	margin-top: -2px;
	transition: all .3s ease;
}
.ticketBtn a:hover:before {
	right: -27px;
	width: 27px;
}
.ticketBtn a:hover:after { right: -30px; }
#specialLink a {
	background-image: url(../images/ticket_btn_special.png);
	background-repeat: no-repeat;
	background-position: 23px center;
	padding-left: 115px;
}
#specialLink {
	position: absolute;
	left: 38px;
	top: 246px;
}
#ticketText2 {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 37px;
	top: 439px;
}
#ticketText2_2 {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 37px;
	top: 465px;
}
#ticketText3 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 38px;
	top: 589px;
}
#ticketText3_2 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 38px;
	top: 589px;
}
#ticketWebLink {
	text-align: center;
	position: absolute;
	left: 38px;
	top: 726px;
}
#ticketTheaterLink {
	text-align: center;
	position: absolute;
	left: 38px;
	top: 780px;
}
#characterHead { height: 530px; }
.characterHalf {
	float: left;
	height: 530px;
	width: 50%;
	position: relative;
}
#scene3 {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#characterHalf h2 {
	height: 89px;
	width: 145px;
	margin-top: -45px;
	position: absolute;
	z-index: 9890;
	top: 50%;
	right: -72px;
}
#characterFace {
	height: 530px;
	width: 1100px;
	margin-left: -550px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#characterPanel {
	position: absolute;
	left: 0%;
	top: 0px;
	text-align: right;
	right: 0px;
}
#characterRight { text-align: center; }
#characterMain {
	position: relative;
	display: table;
	margin: 0px auto;
}
#characterMain img {
	margin: 0px;
	display: block;
	min-width: 800px;
	max-width: 1100px;
	height: auto;
	width: 100%;
}
#characterMainin {
	margin: 0px auto;
	height: 0px;
	width: 100%;
	min-width: 800px;
	max-width: 1100px;
}
#characterTexts {
	position: absolute;
	left: 4%;
	top: 40%;
	right: 57%;
}
#characterTexts2 {
	position: absolute;
	right: 4%;
	top: 40%;
	left: 70%;
}
#characterTexts3 {
	position: absolute;
	right: 70%;
	top: 40%;
	left: 5%;
}
#characterText4 {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	text-align: center;
	line-height: 24px;
}
#characterTexts h3,
#characterTexts2 h3,
#characterTexts3 h3 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	white-space: nowrap;
}
#cv {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	white-space: nowrap;
}
#stage {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	white-space: nowrap;
}
#characterDetail {
	font-size: 16px;
	line-height: 31px;
	padding-top: 20px;
	white-space: nowrap;
}
#characterOnce #btlist { margin-top: 60px; }
.topTicketBtn {
	position: absolute;
	height: 13.4375%;
	width: 35.1818%;
	left: 3.5454%;
	bottom: 9.375%;
}
.tileFull .topTicketBtn a,
.tileFull .topTicketBtn2 a,
.tileFull .topTicketBtn3 a {
	display: block;
	position: relative;
	height: 100%;
}
.tileFull .topTicketBtn a:before,
.tileFull .topTicketBtn2 a:before,
.tileFull .topTicketBtn3 a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(255,255,255,0.3);
	transition: all 0.5s ease;
}
.tileFull .topTicketBtn a:hover:before,
.tileFull .topTicketBtn2 a:hover:before,
.tileFull .topTicketBtn3 a:hover:before { width: 100%; }
.topTicketBtn2 {
	position: absolute;
	height: 13.4375%;
	width: 35.1818%;
	left: 3.5454%;
	bottom: 16.5625%;
}
.topTicketBtn3 {
	position: absolute;
	height: 13.4375%;
	width: 35.1818%;
	left: 3.5454%;
	bottom: 33.4375%;
}
#cd,#goods {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#goods {
	padding:50px 0;
}
#cdList li {
	float: left;
	width: 310px;
	margin-bottom: 20px;
}
#cdList li a {
	display: block;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
	padding: 5px;
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
}
#cdList li a:hover { background-color: rgba(0,0,0,0.1) }
.cdThumb {
	display: block;
	width: 280px;
}
.cdTitle {
	font-size: 16px;
	line-height: 26px;
	display: block;
	padding-top: 15px;
}
.tagList {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 30px;
}
.tagList li {
	height: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: inline-block;
	min-width: 180px;
}
.tagList li a {
	line-height: 34px;
	height: 34px;
	display: block;
	color: #4A4A4A;
	text-decoration: none;
	text-align: center;
	position: relative;
	border: 1px solid #4A4A4A;
	font-size: 16px;
	padding:0 10px;
}
.tagList.tlTop { padding-top: 0px; }
.tagList li a:hover,
.tagList li a.active {
	background-color: #4A4A4A;
	color: #FFF;
}
.tagList2 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}
.tagList2 li {
	height: 70px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: inline-block;
	min-width: 270px;
}
.tagList2 li a {
	font-size: 16px;
	line-height: 64px;
	background-color: #FFF;
	height: 64px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	position: relative;
	border: solid 3px #e8342f;
	border-radius: 35px;
	transition: all 0.5s ease;
}
.tagList2 li a:hover,
.tagList2 li a.active {
	background-color: #e8342f;
	color: #FFF;
}
#diTitleWrap { background-color: rgba(255,255,255,0.4) }
#cdDetail h3 {
	padding: 15px 0;
	font-size: 20px;
	max-width: 930px;
	display: table;
	font-weight: bold;
	margin: 0 auto;
}
.discographyCont {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #FFF;
}
.discographyCont p {
	font-size: 16px;
	line-height: 32px;
	max-width: 930px;
	margin: 0 auto;
	display: table;
}
.packageDetail {
	padding: 50px;
	margin-bottom: 80px;
	width: 930px;
	margin: 0 auto;
}
.packageLeft {
	float: left;
	width: 310px;
	padding-right: 50px;
}
.packageLeft img {
	width: 100%;
	height: auto;
}
.packageLeft a {
	display: block;
	height: 60px;
	width: 310px;
	margin-top: 20px;
	font-size: 18px;
	line-height: 60px;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	transition: all 0.5s ease;
	font-weight: bold;
}
.packageLeft a:hover {
	background-color: #353635;
	color: #FFF
}
.packageRight {
	width: 530px;
	float: left;
}
.packageRight .kbn {
	line-height: 25px;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	font-size: 16px;
	padding-bottom: 0;
	background-color: #FFF;
}
.packageRight h4 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}
.packageRight p {
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 10px;
}
.discTitle { line-height: 32px; }
.discindex {
	line-height: 30px;
	margin-bottom: 20px;
}
#tp { background-color: transparent; }
#shopList {
	padding: 30px;
	background-color: rgba(0,0,0,0.1);
}
#shopList h1 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}
#shopList span {
	display: inline-block;
	margin: 0 0 10px 10px;
	;
}
#shopList span a img { transition: all 0.6s ease; }
#shopList span a:hover img {
	transition: all 0.3s ease;
	transform: scale(1.1);
}
#shopList .linktext { padding-bottom: 10px; }
#shopList .linktext a {
	font-size: 20px;
	text-decoration: none;
}
#shopList .dlicon { padding-bottom: 15px; }
#shopList .dlicon a img { transition: all 0.6s ease; }
#shopList .dlicon a:hover img {
	transition: all 0.3s ease;
	transform: scale(1.1);
}
#shopList .qr {
	padding-bottom: 30px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 30px;
}
.player { display: inline-block; }
#characterMain.sfs6 { padding-bottom: 120px; }
/*.tileFull {
	width: 100%;
	position: relative;
	clear: both;
}*/
.tileFull {
	width: 100%;
	padding-top: 40.4545%;
	position: relative;
	overflow: hidden;
}
.tileFull a {
	background: url(../images/musical_LV.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-position: center center;
	background-size: cover;
	transition: all .3s ease;
}
.tileFull a:hover { transform: scale(1.025); }
#eventBnr {
	width: 270px;
	position: absolute;
	top: 70px;
	right: 0px;
	background: #000;
}
#eventBnr a img {
	transition: all 0.3s ease;
	width: 100%;
	display: block;
}
#eventBnr a:hover img { opacity: 0.7; }
.cmBtn {
	display: inline-block;
	height: 18px;
	margin-left: 10px;
	border: 1px solid #5C5C5C;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #474747;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.cmBtn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background-color: #5c5c5c;
	transition: all 0.3s ease;
}
.cmBtn:hover { color: #F4F2EA; }
.cmBtn:hover:before { width: 100%; }
.cmBtn span {
	position: relative;
	font-size: 12px !important;
}
.modal.comModal {
	overflow: hidden;
	background: rgba(244,242,234,0.7);
}
.comModalin {
	padding: 20px;
	background: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 3px 3px 0px 0px #5c5c5c;
}
.comModalin h3 {
	font-size: 22px;
	line-height: 50px;
	color: #5C5C5C;
	border-bottom: 1px solid #5C5C5C;
	font-weight: bold;
	margin-bottom: 20px;
}
.comModalin h3 span {
	transform: skewX(-10deg);
	display: inline-block;
}
.comModalin h4 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #5C5C5C;
}
.comModalin p.t {
	line-height: 30px;
	margin: 0 12px;
	font-size: 16px;
}
.trial_image {
	background-color:#F00;
	border-radius:8px;
}
#goodsList li {
	float: left;
	width: 230px;
	margin-bottom: 20px;
}
#goodsList li a {
	display: block;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
	padding: 5px;
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease;
	position:relative;
}
#goodsList li a:hover { background-color: rgba(0,0,0,0.1) }
.goodsThumb {
	display: block;
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #EEE;
}
.goodsText {
	font-size: 16px;
	line-height: 26px;
	display: block;
	padding: 15px 5px;
}
.goodsPrice {
	position:absolute;
	right:10px;
	bottom:10px;
}
#goodsModal {
	background-color: rgba(244,242,234,1);
	box-shadow:4px 4px 0px 0px #353635;
	height: 495px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding: 30px;
	overflow: auto;
	position: relative;
}
.thumbnail span {
	cursor:pointer;
}
#goodsLeft {
	float: left;
	width: 330px;
}
#goodsRight {
	float: right;
	width: 480px;
	padding-bottom: 30px;
}
#goodsRight a {
	color:#353635;
}
.goodsTitle {
	font-size: 24px;
	line-height: 32px;
	color: #353635;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #353635;
	margin-bottom: 20px;
	font-weight: bold;
}
.goodstext {
	font-size: 14px;
	line-height: 26px;
	display: block;
	padding: 15px 5px;
}
#goods-tags {
	text-align: center;
}
#goodsRight h4 {
    margin-top: 40px;
    color: #353635;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
    display: block;
    padding: 0 4px 0 10px; 
    border-left:solid 4px #353635;
}
#mainImageCaption {
	padding:10px 0;
	text-align:center;
	font-weight:500;
}
.shopLink {
	float:left;
	margin-right:10px;
	margin-bottom: 10px;
}
.shopLink:nth-child(3n){
	margin-right:0;
}
.shopLink img {
	transition: all  0.3s ease;
}
.shopLink img:hover {
	opacity: 0.7;
}
.item_image {
	width: 64px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.item_image img {
	width:64px;
}
.item_image img:hover {
	opacity: 0.7;
}
#subCircle01 {
	height: 175px;
	width: 175px;
	position: absolute;
	right: 210px;
	top: 70px;
}
#subCircle02 {
	height: 175px;
	width: 175px;
	position: absolute;
	right: 30px;
	top: 70px;
}
#subCircle03 {
	height: 175px;
	width: 175px;
	position: absolute;
	right: 390px;
	top: 70px;
}
#subCircle02 p {
	font-size: 12px;
	line-height: 14px;
}
#subCircle01, #subCircle02, #subCircle03 { 
	transition: all .5s ease;
	background: url(../images/sub_circle_bg.png) no-repeat center center;
}
#subCircle01:after, #subCircle02:after, #subCircle03:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 175px;
	height: 175px;
	background-image: url(../images/top_sub_circle.png);
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}
#subCircle02 a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 56px;
}
#subCircle01 a, #subCircle03 a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 70px;
}
#subCircle01:hover, #subCircle02:hover, #subCircle03:hover { transform: scale(1.05); }
#toAttraction {
	text-align: center;
	padding-top: 40px;
}
#toAttraction a img {
	transition:all 0.3s ease;
}
#toAttraction a:hover img {
	transform:scale(1.02);
}
.novelty {
	padding-top: 40.4%;
}
.novelty a {
	background: url(../images/novelty.jpg) no-repeat center top;
	background-size: 100%;
	cursor: default;
}
