@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Questrial|Ubuntu+Condensed&display=swap');
@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; }
.jo { font-family: 'Jost', 'Questrial', sans-serif; }
.ub { font-family: 'Ubuntu Condensed', sans-serif; }
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; }
.sp { display: none; }
#fullWrap {
	min-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: #FFF;
	position: absolute;
	min-height: 100%;
}
main { display: block; }
.sub header {
	height: 157px;
	position: relative;
}
/*.sub header:before {
	content: '';
	position: absolute;
	width: 131px;
	height: 90px;
	left: 43px;
	top: 32px;
	background: url(../images/header5.png) no-repeat center center / contain;
}*/
.sub header #headerToHome {
	position: absolute;
	width: 131px;
	height: 90px;
	left: 43px;
	top: 32px;
	background: url(../images/header5.png) no-repeat center center / contain;
	transition:all 0.3s ease;
}
.sub header #headerToHome:hover {
	transform:scale(1.05);
}
.sub header h1 {
	height: 157px;
	width: 370px;
	margin: 0 auto;
	position: relative;
}
.sub header h1:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e4e4e4;
}
.sub header h1 a {
	display: block;
	height: 157px;
	background: url(../images/sub_logo.png) no-repeat center center;
	transition: opacity 0.3s ease;
}
.sub header h1 a:hover { opacity: 0.7; }
#menuBtn {
	position: fixed;
	min-width: 1200px;
	width: 100%;
	height: 157px;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	padding: 20px 20px 0;
	pointer-events: none;
	z-index: 510;
}
#menuBtn a {
	display: block;
	width: 154px;
	height: 157px;
	margin-left: auto;
	position: relative;
	pointer-events: auto;
	text-decoration: none;
}
#menuBtn a:before {
	content: '';
	position: absolute;
	right: 53px;
	top: 67px;
	width: 48px;
	height: 1px;
	background: #000;
	transition: all 0.3s ease;
}
#menuBtn a:after {
	content: '';
	position: absolute;
	right: 53px;
	top: 87px;
	width: 48px;
	height: 1px;
	background: #000;
	transition: all 0.3s ease;
}
#menuBtn a span {
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 0.4em;
	text-align: center;
	text-indent: 0.4em;
	opacity: 0;
	transition: all 0.3s ease;
}
#menuBtn a:hover:before {
	transform: translate(-19px, 20px) rotate(45deg);
	width: 34px;
}
#menuBtn a:hover:after {
	transform: translate(5px, 0px) rotate(-45deg);
	width: 34px;
}
#menuBtn a:hover span {
	transform: translateY(-5px);
	opacity: 1;
}
.sub main {
	width: 1020px;
	margin: 0 auto;
}
.sub main h2 {
	height: 160px;
	line-height: 160px;
	text-align: center;
	font-size: 36px;
	font-style: italic;
	letter-spacing: 0.45em;
	text-indent: 0.45em;
	font-weight: 500;
}
.sub main .cat {
	padding: 15px 30px 15px 150px;
	position: relative;
	margin-bottom: 40px;
}
.sub main .cat p {
	font-size: 12px;
	line-height: 19px;
	height: 19px;
	width: 130px;
	padding-top: 15px;
	position: absolute;
	left: 30px;
	top: 0px;
	font-weight: 600;
}
.sub main .cat ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sub main .cat li {
	width: 130px;
	height: 19px;
	margin: 0 5px 10px;
}
.sub main .cat ul li a {
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 19px;
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
	border-radius: 4px;
	transition: all 0.3s ease;
	font-size: 12px;
}
.wp-pagenavi {
	width: 720px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	display: block;
	width: 130px;
	height: 19px;
	margin: 0 5px 10px;
	text-align: center;
	color: #FFF;
	line-height: 19px;
	font-size: 14px;
	background: #000;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.wp-pagenavi a.none {
	background: #DDD;
	text-indent: -9897px;
	pointer-events: none;
}
.sub footer {
	height: 83px;
	margin: 0 32px;
	display: flex;
	justify-content: space-between;
}
#officialSns {
	height: 30px;
	display: flex;
	width: 270px;
	padding-right: 10px;
}
#officialSns li { height: 30px; }
#officialSns li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 8px;
	position: relative;
}
#officialSns li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
	opacity: 0;
	border-radius: 4px;
}
#officialSns li a:hover:before {
	transform: scale(1);
	opacity: 1;
}
#officialSns li a span {
	font-style: italic;
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	position: relative;
}
#officialSns li a i {
	font-size: 18px;
	position: relative;
}
footer nav ul {
	display: flex;
	height: 30px;
	justify-content: center;
}
footer nav li { height: 30px; }
footer li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 8px;
	position: relative;
}
footer li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
	opacity: 0;
	border-radius: 4px;
}
footer li a:hover:before,
footer li a.active:before {
	transform: scale(1);
	opacity: 1;
}
footer li a span {
	font-style: italic;
	font-weight: 500;
	position: relative;
}
#shared {
	height: 30px;
	display: flex;
	width: 280px;
	justify-content: flex-end;
}
#shared li { height: 30px; }
#shared li a {
	display: block;
	height: 30px;
	line-height: 32px;
	text-decoration: none;
	width: 30px;
	position: relative;
	padding: 0;
	text-align: center;
}
#shared li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(0.8);
	transition: all 0.3s ease;
	opacity: 0;
	border-radius: 4px;
}
#shared li a:hover:before {
	transform: scale(1);
	opacity: 1;
}
#shared li a i {
	font-size: 18px;
	position: relative;
}
#shared .copyright {
	padding: 0 17px 0 8px;
	background: url(../images/copyright_icon.png) no-repeat right center;
	font-size: 11px;
	font-weight: 600;
	line-height: 31px;
}
/* NEWS */
#news #fullWrap:before {
	content: '';
	border-left: 20px solid #82cddc;
	border-right: 20px solid #82cddc;
	position: absolute;
	z-index: 498;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#news #fullWrap:after {
	content: '';
	border-top: 20px solid #82cddc;
	border-bottom: 20px solid #82cddc;
	position: fixed;
	z-index: 500;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#news main .cat p { color: #82cddc; }
#news main .cat ul li a:hover,
#news main .cat ul li a.active { background: #82cddc; }
#news .wp-pagenavi span,
#news .wp-pagenavi a:hover { background: #82cddc; }
#news ul li a:before { background: rgba(130,205,220,0.3); }
#news article h3 {
	height: 120px;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	height: 120px;
	align-items: center;
	padding: 0 30px;
	text-decoration: none;
	position: relative;
	display: flex;
}
#news article .articlein {
	padding: 40px 30px;
	line-height: 40px;
}
#news article .articlein p { margin-bottom: 35pxl }
#news #articleList { padding-bottom: 55px; }
#news #articleList > li {
	height: 120px;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
}
#news #articleList > li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(130,205,220,0.3);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s ease;
}
#news #articleList > li:hover:before {
	transform: scale(1);
	opacity: 1;
}
#news #articleList > li a {
	display: flex;
	height: 120px;
	align-items: center;
	padding: 0 30px;
	text-decoration: none;
	position: relative;
}
#news .articleTime {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.05em;
	height: 30px;
	font-weight: 600;
	width: 135px;
}
#news .articleCat {
	width: 80px;
	padding-top: 3px;
	padding-right: 40px;
}
#news .articleCat li {
	margin: 0px 0px 3px;
	background: #000;
	border-radius: 3px;
	height: 15px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	color: #FFF;
}
#news .articleTitle {
	width: 705px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
/* GOODS */
#goods #fullWrap:before {
	content: '';
	border-left: 20px solid #ffbd5e;
	border-right: 20px solid #ffbd5e;
	position: absolute;
	z-index: 498;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#goods #fullWrap:after {
	content: '';
	border-top: 20px solid #ffbd5e;
	border-bottom: 20px solid #ffbd5e;
	position: fixed;
	z-index: 500;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#goods main .cat p { color: #ffbd5e; }
#goods main .cat ul li a:hover,
#goods main .cat ul li a.active { background: #ffbd5e; }
#goods .wp-pagenavi span,
#goods .wp-pagenavi a:hover { background: #ffbd5e; }
#goods ul li a:before { background: rgba(255,189,94,0.3); }
#goodsList {
	margin: 0px auto;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0px 55px;
}
#goodsList li {
	width: 210px;
	margin: 0 15px 40px;
}
#goodsList li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
.goodsThumb {
	margin: 0px auto 20px;
	height: 178px;
	width: 178px;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.2s ease;
}
.goodsThumb img {
	width: 100%;
	height: auto;
	display: block;
}
#goodsList li a:hover .goodsThumb { transform: scale(1.05); }
.goodsTitle {
	line-height: 22px;
	font-weight: 600;
	display: table;
	margin: 0 auto;
}
#goods article h3 {
	height: 120px;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	height: 120px;
	align-items: center;
	padding: 0 30px;
	text-decoration: none;
	position: relative;
	display: flex;
}
#goods .articleCat {
	width: 80px;
	padding-top: 3px;
	padding-right: 40px;
}
#goods .articleCat li {
	margin: 0px 0px 3px;
	background: #000;
	border-radius: 3px;
	height: 15px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	color: #FFF;
}
#goods .articleTitle {
	width: 900px;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}
#goodsMainimg {
	width: 965px;
	padding-top: 50px;
	padding-bottom: 40px;
	margin: 0px auto;
}
#goodsMainimg img {
	max-width: 965px;
	height: auto;
	text-align: center;
}
#goodsDetailText {
	font-size: 16px;
	line-height: 35px;
	width: 960px;
	margin: 0 auto;
}
#goods article { padding-bottom: 100px; }
/*MOVIE*/
#movie #fullWrap:before {
	content: '';
	border-left: 20px solid #7fbe8e;
	border-right: 20px solid #7fbe8e;
	position: absolute;
	z-index: 498;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#movie #fullWrap:after {
	content: '';
	border-top: 20px solid #7fbe8e;
	border-bottom: 20px solid #7fbe8e;
	position: fixed;
	z-index: 7915;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#movie main .cat p { color: #7fbe8e; }
#movie main .cat ul li a:hover,
#movie main .cat ul li a.active { background: #7fbe8e; }
#movie .wp-pagenavi span,
#movie .wp-pagenavi a:hover { background: #7fbe8e; }
#movie ul li a:before { background: rgba(127,190,142,0.3); }
#movieList {
	margin: 0px -10px;
	width: 1040px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0px 55px;
}
#movieList > li {
	width: 500px;
	margin: 0 10px 40px;
}
#movieList > li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
.movieThumb {
	margin: 0;
	height: 281px;
	width: 500px;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.2s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}
#movieList a:hover .movieThumb { transform: scale(1.025); }
.movieTexts {
	height: 66px;
	display: flex;
	align-items: center;
}
#movie .articleCat {
	width: 80px;
	padding-top: 3px;
	padding-right: 20px;
}
#movie .articleCat li {
	margin: 0px 0px 3px;
	background: #000;
	border-radius: 3px;
	height: 15px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	color: #FFF;
}
.movieTitle {
	line-height: 24px;
	width: 400px;
	font-weight: bold
}
#movieModal {
	background: rgba(0,0,0,1);
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
}
#movieModalin {
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	min-height: 620px;
	min-width: 1200px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#movieModalin:before {
	content: '';
	border-left: 20px solid #7fbe8e;
	border-right: 20px solid #7fbe8e;
	position: absolute;
	z-index: 500;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#movieModal:before {
	content: '';
	border-top: 20px solid #7fbe8e;
	border-bottom: 20px solid #7fbe8e;
	position: absolute;
	z-index: 500;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
	min-width: 1200px;
}
#movieModalin iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.modalClose {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 5px;
	right: 5px;
	z-index: 5000;
}
.modalClose a {
	background: #7fbe8e;
	display: block;
	position: relative;
	height: 50px;
	border-radius: 0 0 0 5px;
	transition: transform 0.3s ease;
}
.modalClose a:before,
.modalClose a:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background: #FFF;
	left: 5px;
	top: 50%;
	margin-top: -1px;
}
.modalClose a:before { transform: rotate(45deg); }
.modalClose a:after { transform: rotate(-45deg); }
.modalClose a:hover { transform: scale(1.15); }
/* BOOKS */
#books #fullWrap:before {
	content: '';
	border-left: 20px solid #f085a0;
	border-right: 20px solid #f085a0;
	position: absolute;
	z-index: 498;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#books #fullWrap:after {
	content: '';
	border-top: 20px solid #f085a0;
	border-bottom: 20px solid #f085a0;
	position: fixed;
	z-index: 500;
	box-sizing: border-box;
	left: 0;
	top: 0;
	pointer-events: none;
	bottom: 0;
	right: 0;
}
#books main .cat p { color: #f085a0; }
#books main .cat ul li a:hover,
#books main .cat ul li a.active { background: #f085a0; }
#books .wp-pagenavi span,
#books .wp-pagenavi a:hover { background: #f085a0; }
#books ul li a:before { background: rgba(240,133,160,0.3); }
#booksList {
	margin: 0px auto;
	width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0px 55px;
}
#booksList > li {
	width: 200px;
	margin: 0 10px 40px;
	font-weight: 600;
}
.booksThumb {
	margin: 0px 0 15px;
	height: 286px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.booksText { padding-bottom: 15px; }
.booksText li {
	line-height: 20px;
	padding-bottom: 4px;
}
.booksBuy,
.booksTrial { padding-bottom: 10px; }
.booksBuy a,
.booksTrial a {
	color: #000;
	display: block;
	height: 30px;
	border: 2px solid #000;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.2s ease;
	backface-visibility: hidden;
}
.booksBuy a {
	color: #f085a0;
	border-color: #f085a0;
}
.booksBuy a:hover {
	transform: scale(1.05);
	background-color: #f085a0;
	color: #FFF;
}
.booksTrial a:hover {
	transform: scale(1.05);
	background-color: #000;
	color: #FFF;
}
#indexWrap {
	box-sizing: border-box;
	padding: 30px 0px;
	min-height: 620px;
	min-width: 1200px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #009;
}
#indexWrap.c1 { background: url(../images/c1_bg.jpg) no-repeat center center / cover; }
#indexWrap.c2 { background: url(../images/c2_bg.jpg) no-repeat center center / cover; }
#indexWrap.c3 { background: url(../images/c3_bg.jpg) no-repeat center center / cover; }
#indexIn {
	min-width: 1200px;
	min-height: 620px;
}
#indexIn:before {
	content: '';
	position: absolute;
	left: 22px;
	top: 22px;
	bottom: 22px;
	right: 22px;
	border: 3px solid #FFF;
	pointer-events: none;
}
#indexIn:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	pointer-events: none;
	background: #FFF;
}
#indexCarousel {
	position: absolute;
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 30px;
	z-index: 5000;
	overflow: hidden;
	width: auto !important;
}
.indexCarouselin {
	height: 500px;
	width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	transition: all 0.2s ease;
}
.owl-item:not(.center) .indexCarouselin { transform: scale(0.63); }
.owl-item.ct .indexCarouselin { transform: scale(1); }
.owl-item:not(.center) { pointer-events: none; }
#indexStLayer {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 7700;
	pointer-events: none;
}
#indexStLayer h1 {
	position: absolute;
	height: 38px;
	width: 160px;
	left: 60px;
	top: 40px;
}
#indexWrap.c1 #indexStLayer h1 { background: url(../images/index_logo.png) no-repeat left center / contain; }
#indexWrap.c2 #indexStLayer h1 { background: url(../images/heya_logo.png) no-repeat left center / contain; }
#indexWrap.c3 #indexStLayer h1 { background: url(../images/1st_logo.png) no-repeat left center / contain; }
#indexStLayer nav {
	position: absolute;
	height: 24px;
	width: 400px;
	top: 36px;
	right: 36px;
	pointer-events: auto;
}
#indexStLayer nav ul {
	height: 24px;
	display: flex;
	justify-content: flex-end;
}
#indexStLayer nav li a {
	padding: 0 8px;
	line-height: 24px;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	pointer-events: auto;
	transition: all 0.3s ease;
}
#indexStLayer nav li a:hover,
#indexStLayer nav li a.active { color: #82cddc; }
.mainvisual {
	height: 500px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	z-index: 4000;
	transition: all 0.3s cubic-bezier(0.13, 0.69, 0.1, 1.83);
}
.mainvisual.hover { transform: scale(1.05) rotate(-5deg); }
.mainvisual img {
	width: 360px;
	height: auto;
}
.mvNameJa {
	line-height: 20px;
	text-align: right;
	position: absolute;
	height: 220px;
	width: 80px;
	left: 17px;
	top: 250px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15px;
	letter-spacing: 0.16em;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.5s ease;
}
.mvNameJa span { }
.mvNameJa span i {
	color: #000;
	/*	background: url(../images/index_name_jabg.png);*/
	font-style: normal;
}
.mvNameEn {
	position: absolute;
	line-height: 20px;
	bottom: 30px;
	left: 17px;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #000;
	transition: all 0.5s ease;
}
.mvNameEn i {
	color: #000;
	/*background: url(../images/index_name_enbg.png);*/
	font-style: italic;
}
.owl-item:not(.center) .mvNameJa,
.owl-item:not(.center) .mvNameEn { opacity: 0; }
.c0 {
	transition: all 0.8s ease;
	transition-delay: .5s;
}
.owl-item:not(.center) .c0 {
	opacity: 0 !important;
	left: 50% !important;
	top: 50% !important;
	width: 0 !important;
	height: 0 !important;
	transition-delay: 0s;
}
#c1l1 {
	background: url(../images/index_c1_01.png) no-repeat center center / contain;
	height: 169px;
	width: 169px;
	position: absolute;
	left: -27px;
	top: 68px;
	opacity: 1;
}
#c2l1 {
	background: url(../images/index_c2_01.png) no-repeat center center / contain;
	height: 169px;
	width: 169px;
	position: absolute;
	left: -27px;
	top: 68px;
	opacity: 1;
}
#c3l1 {
	background: url(../images/index_c3_01.png) no-repeat center center / contain;
	height: 176px;
	width: 169px;
	position: absolute;
	left: -27px;
	top: 61px;
	opacity: 1;
}
#c1l1 a,
#c2l1 a,
#c3l1 a {
	display: block;
	height: 169px;
}
#c1l1:hover,
#c2l1:hover,
#c3l1:hover,
#c1l1.hover,
#c2l1.hover,
#c3l1.hover {
	transition: all 0.3s ease;
	transform: scale(1.05) rotate(15deg);
	transition-delay: 0;
}
#c1l2,
#c2l2,
#c3l2 {
	background: url(../images/index_c1_02.png) no-repeat center center / contain;
	height: 37px;
	width: 52px;
	position: absolute;
	left: -268px;
	top: 1px;
}
#c1l3,
#c2l3,
#c3l3 {
	background: url(../images/index_c1_03.png) no-repeat center center / contain;
	height: 35px;
	width: 35px;
	position: absolute;
	left: -50px;
	top: 251px;
}
#c1l4,
#c2l4,
#c3l4 {
	background: url(../images/index_c1_04.png) no-repeat center center / contain;
	height: 43px;
	width: 21px;
	position: absolute;
	left: 83px;
	top: 428px;
}
#c1l5,
#c2l5,
#c3l5 {
	background: url(../images/index_c1_05.png) no-repeat center center / contain;
	height: 44px;
	width: 48px;
	position: absolute;
	left: 656px;
	top: 90px;
}
#c1l6,
#c2l6,
#c3l6 {
	background: url(../images/index_c1_06.png) no-repeat center center / contain;
	height: 55px;
	width: 45px;
	position: absolute;
	left: 664px;
	top: 348px;
}
#c1l7,
#c2l7,
#c3l7 {
	background: url(../images/index_c1_07.png) no-repeat center center / contain;
	height: 42px;
	width: 62px;
	position: absolute;
	left: 501px;
	top: 519px;
}
#c1news,
#c2news,
#c3news {
	height: 39px;
	position: absolute;
	left: -115px;
	top: 173px;
}
#c1news a,
#c2news a,
#c3news a {
	display: block;
	height: 39px;
	color: rgba(241,142,67,1);
	text-decoration: none;
}
.c1newsDate {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	padding-left: 3px;
}
.c1newsTitle {
	line-height: 20px;
	background: url(../images/index_cnews_bg.png);
	font-size: 12px;
	padding: 0 3px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@keyframes bounce { 0% {
top: 0;
}
 100% {
top: -5px;
}
}
.c1newsNumb {
	line-height: 18px;
	color: rgba(255,255,255,1);
	background: url(../images/index_c1news_num.png);
	text-align: center;
	height: 21px;
	width: 18px;
	position: absolute;
	top: 0;
	left: 41px;
	font-size: 12px
}
#c1news a:hover .c1newsNumb,
#c2news a:hover .c1newsNumb,
#c3news a:hover .c1newsNumb,
#c1news a.hover .c1newsNumb,
#c2news a.hover .c1newsNumb,
#c3news a.hover .c1newsNumb { animation: bounce .3s ease infinite alternate; }
#c1books,
#c2books,
#c3books {
	height: 167px;
	width: 200px;
	position: absolute;
	left: -190px;
	top: 325px;
}
.c1booksText {
	position: absolute;
	left: -55px;
	bottom: -10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
}
.c1booksText i {
	color: #82cddc;
	background: url(../images/index_name_enbg.png);
	font-style: normal;
	letter-spacing: 0.1em;
	display: inline-block;
	height: 20px;
}
.c1booksThumb {
	background: url(../images/books08.jpg) no-repeat center center / cover;
	position: absolute;
	height: 166px;
	width: 114px;
	transform: rotate(-12deg);
	border-radius: 5px;
	right: 0;
	top: 0;
	transform-origin: center bottom;
	transition: all 0.3s ease;
}
#c1books a:hover .c1booksThumb,
#c2books a:hover .c1booksThumb,
#c3books a:hover .c1booksThumb { transform: rotate(-16deg) scale(1.05); }
#c1goods,
#c2goods,
#c3goods {
	position: absolute;
	height: 120px;
	width: 158px;
	left: 505px;
	top: 112px;
}
#c1goods a,
#c2goods a,
#c3goods a {
	display: block;
	height: 120px;
	text-decoration: none;
	color: #82cddc;
}
.c1goodsThumb {
	height: 120px;
	width: 120px;
	border: 8px solid rgba(130,205,220,1);
	box-sizing: border-box;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease;
}
.c1goodsDate {
	line-height: 16px;
	text-align: right;
	position: absolute;
	height: 16px;
	top: 34px;
	right: 0px;
	font-size: 10px;
}
.c1goodsTitle {
	line-height: 20px;
	width: 20px;
	position: absolute;
	right: 6px;
	bottom: 0px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: url(../images/index_name_jabg.png);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#c1goods a:hover .c1goodsThumb,
#c2goods a:hover .c1goodsThumb,
#c3goods a:hover .c1goodsThumb { transform: scale(1.05) rotate(7deg); }
#c1movie,
#c2movie,
#c3movie {
	position: absolute;
	width: 242px;
	height: 242px;
	top: 258px;
	left: 444px;
}
#c1movie a,
#c2movie a,
#c3movie a {
	display: block;
	height: 242px;
	text-decoration: none;
}
.c1movieThumb {
	width: 168px;
	height: 230px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(15deg);
	border-radius: 10px;
	transition: all 0.3s ease;
}
#c1movie a:hover .c1movieThumb,
#c2movie a:hover .c1movieThumb,
#c3movie a:hover .c1movieThumb { transform: rotate(20deg) scale(1.05); }
.c1movieThumb:before {
	content: '';
	position: absolute;
	width: 41px;
	height: 41px;
	border: 2px solid #FFF;
	background: rgba(240,132,68,1);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.c1movieThumb:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 11px;
	border-color: transparent transparent transparent #ffffff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 1px
}
.c1movieText {
	position: absolute;
	left: 160px;
	bottom: 0;
	line-height: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 12px;
	width: 170px;
}
.c1movieText i {
	color: rgba(240,132,68,1);
	font-style: normal;
	background: url(../images/index_cnews_bg.png);
	line-height: 20px;
	display: inline-block;
}
.indexNav {
	height: 62px;
	width: 880px;
	margin-top: -31px;
	margin-left: -440px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 8000;
}
.indexNav p {
	width: 62px;
	height: 63px;
}
.indexNav p a {
	display: block;
	height: 63px;
	pointer-events: auto;
	transition: all 0.3s ease;
}
.indexNav p a:hover { transform: scale(1.1); }
.toLeft a { background: url(../images/index_toleft.png) no-repeat center center; }
.toRight a { background: url(../images/index_toright.png) no-repeat center center; }
#indexStLayer footer {
	position: absolute;
	left: 30px;
	;
	bottom: 0;
	right: 30px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	z-index: 6000
}
#indexStLayer footer a {
	pointer-events: auto;
	transition: all 0.3s ease;
}
#indexStLayer footer a:hover { color: #82cddc; }
#indexStLayer footer #officialSns { transform-origin: left bottom; }
#indexStLayer footer #shared { transform-origin: right bottom; }
#splash {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
}
#splashin {
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
}
#splashLogo {
	width: 200px;
	height: 47px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -23px;
	background: url(../images/index_logo.png) no-repeat center center / contain;
}
#splashImage {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/splash.jpg) no-repeat center center / cover;
	opacity: 0;
}
#footerCarousel {
	height: 620px;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	z-index: 499;
}
#portalNav {
	top: 154px;
	position: fixed;
	min-width: 1200px;
	width: 100%;
	left: 0;
	z-index: 510;
	pointer-events: none;
}
#portalNav li {
	width: 160px;
	height: 100px;
	margin-left: auto;
	margin-right: 45px;
}
#portalNav li a {
	display: block;
	height: 100px;
	background-position: 30px center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	pointer-events: auto
}
#portalNav li a:hover { transform: scale(1.05); }
#pnP a { background-image: url(../images/icon_portal.png); }
#pn1 a { background-image: url(../images/icon_first.png); }
#pnH a { background-image: url(../images/icon_heyacamp.png); }
#bttop { padding: 33px; }
#bttop a {
	width: 121px;
	height: 86px;
	display: block;
	background-image: url(../images/bttop.png);
	margin-left: auto;
	transition: all .5s ease;
}
#bttop a:hover { transform: scale(1.05); }
.fa.fa-twitter {
	color:#00ACEE !important;
	transition:all 0.3s ease;
}
.fa.fa-facebook {
	color:#1877F2 !important;
	transition:all 0.3s ease;
}
a:hover .fa.fa-twitter {
	color:#000 !important;
}
a:hover .fa.fa-facebook {
	color:#000 !important;
}
.fa.fa-instagram {
	display:inline-block;
	background:url(../images/icon_insta.png) no-repeat center center / contain;
	color:transparent;
}