@charset "utf-8";
/*-----------------------------------------------
 * Bace
 * First view
 * Introduction
 * Story
 * Character
 * Cast Staff
 * Music
 * News
 * Footer
-------------------------------------------------*/
/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
#fullWrap{
	width: 100%;
	height: 100%;
	pointer-events: none;
	/*position: fixed;*/
	top: 0;
	z-index: 1;
}
body::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.6);
    border-radius: 6px;
    margin: 1px;
    box-shadow: none;
}
#loading{
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
/* NAV */
.navNC{
	pointer-events: none;
}
/* page */
.pageWrap {
	width: 100%;
	height: 100%;
	/*overflow: hidden;
	position: absolute;*/
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 1;
	transition: opacity .3s ease-in-out;
}
.pageWrap{
	pointer-events: auto;
	opacity: 1;
}
.page {
	-webkit-overflow-scrolling: touch;
	width: 100%;
    height: 100%;
    /*overflow: auto;*/
    position: relative;
    top: 0;
	left: 0;
    z-index: 1;
}
.page__in {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 80px 0 132px;
	position: relative;
}
.page__center {
	width: calc(100% - 400px);
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.pageBg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.pageBg:before {
	content: "";
	box-shadow: 0px 0px 150px 75px rgba(0,0,0,.8) inset;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.page::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.6);
    border-radius: 6px;
    margin: 1px;
    box-shadow: none;
}
@media screen and (max-width:768px) {
	.page__in {
		padding: 120px 0 225px;
	}
	.page__center {
		width: 100%;
		max-width: 100%;
	}
}
/* page title */
.pageTitle {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 3;
	opacity: 0;
	transition: .6s ease;
}
.pageTitle.is-active{
	transition-delay: 1.2s;
	opacity: 1;
}
.pageTitle__title {
	color: rgba(255,255,255,.4);
	display: block;
	font-size: 14px;
	line-height: 1.1;
	text-align: right;
}
.pageTitle__subtitle {
	color: #fff;
	display: block;
	font-size: 32px;
	line-height: 1.1;
	margin-top: 10px;
	text-align: right;
}
@media screen and (max-width:768px) {
	.pageTitle {
		top: 20px;
		right: auto;
		left: 20px;
	}
	.pageTitle__title {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
	.pageTitle__subtitle {
		font-size: 24px;
		font-size: 2.4rem;
		margin-top: 8px;
		text-align: left;
	}
}
/* bottom link */
.bottomLinkWrap {
	height: 40px;
	position: absolute;
	right: 40px;
	bottom: 20px;
	z-index: 100;
}
.bottomLinkWrap a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.bottomLink--text {
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
	transition: transform .6s cubic-bezier(0.25, 1, 0.5, 1);
	white-space: nowrap;
}
.bottomLinkWrap a:hover .bottomLink--text {
	transform: translateX(10px);
}
@media screen and (max-width:768px) {
	.bottomLinkWrap {
		height: 25px;
		right: 20px;
	}
	.bottomLink--text {
		font-size: 12px;
		font-size: 1.2rem;
		margin-right: 10px;
	}
	.bottomLinkWrap a:hover .bottomLink--text {
		transform: translateX(0);
	}
}
/* full background */
.fullBg {
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.fullBg video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/**
 * background
 */
.newsBg-full {
	background-image: url(../img/top/news_bg_full.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform: scale(1.3);
	opacity: 0;
	transition: transform .6s ease-in-out,
				opacity .6s ease-in-out;
}
.newsBg-full.is-active {
	transition-delay: .4s;
	transform: scale(1);
	opacity: 1;
}
.newsBg-1.is-active {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.newsBg-1:before,
.newsBg-1:after {
	content: "";
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: transform 3s cubic-bezier(.7,0,.170,1),
				opacity 1s ease-in-out;
}
.newsBg-1:before {
	background-image: url(../img/top/news_cloud1.png);
	left: 0;
	transform: translate(-20%, -10%);
}
.newsBg-1.is-active:before {
	transition-delay: .4s;
	transform: translate(0, 0);
	opacity: 1;
}
.newsBg-1:after {
	background-image: url(../img/top/news_cloud2.png);
	right: 0;
	transform: translate(20%, -10%);
}
.newsBg-1.is-active:after {
	transition-delay: .4s;
	transform: translate(0, 0);
	opacity: 1;
}
@media screen and (max-width:768px) {
	.newsBg-1:before,
	.newsBg-1:after {
		width: 100%;
	}
	.newsBg-1:before {
		top: 2%;
		left: -50%;
	}
	.newsBg-1:after {
		top: 2%;
		right: -50%;
	}
}
.newsBg-2 {
	background-image: url(../img/top/news_bg_2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transform: translateY(20%);
	opacity: 0;
	transition: transform 3s cubic-bezier(.7,0,.170,1),
				opacity 1s ease-in-out;
}
.newsBg-2.is-active {
	transition-delay: .4s;
	transform: translateY(0);
	opacity: 1;
}
.newsBg-3 {
	background-image: url(../img/top/news_bg_3.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	transform: translateY(20%);
	opacity: 0;
	transition: transform 3s cubic-bezier(.7,0,.170,1),
				opacity 1s ease-in-out;
}
.newsBg-3.is-active {
	transition-delay: .5s;
	transform: translateY(0);
	opacity: 1;
}
/* newsWrap */
.newsWrap{
	width: 66.667vw;
	max-width: 800px;
	margin: 0 auto;
	opacity: 0;
	transition: .6s ease;
}
.newsWrap.is-active{
	transition-delay: 1.2s;
	opacity: 1;
}
@media screen and (max-width:768px) {
	.newsWrap {
		width: 100%;
		padding: 0 20px;
	}
}
/* newslists item */
.newsLists__item {
	margin-bottom: 24px;
	min-height: 130px;
	position: relative;
}
.newsLists__item:last-child {
	margin-bottom: 0;
}
.newsLists__link {
	color: #fff;
	width: 100%;
	background-color: rgba(0,0,0,.4);
	display: flex;
	align-items: center;
	height: 100%;
	padding: 24px;
	position: absolute;
	top: 0;
	text-decoration: none;
	transition: all .4s ease;
}
.newsLists__link:hover{
	background-color: rgba(0,0,0,.6);
	backdrop-filter: blur(12px);
}
@media screen and (max-width:768px) {
	.newsLists__item {
		margin-bottom: 20px;
		min-height: 80px;
	}
	.newsLists__link {
		padding: 12px;
	}
}
/* date */
.newsLists__dateWrap {
	display: flex;
	align-items: center;
	width: 40px;
	height: 100%;
	position: relative;
}
.newsLists__dateWrap:before,
.newsLists__dateWrap:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}
.newsLists__dateWrap:before {
	top: 0;
}
.newsLists__dateWrap:after {
	bottom: 0;
}
.newsLists__date {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
.newsLists__title {
	font-size: 16px;
	width: calc(100% - 40px);
	padding-left: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media screen and (max-width:768px) {
	.newsLists__date {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.newsLists__title {
		font-size: 12px;
		font-size: 1.2rem;
		padding-left: 12px;
	}
}
/* newsPageNavi */
.wp-pagenavi{
	width: 100%;
	position: relative;
	margin-top: 80px;
	padding: 0 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi .current{
	font-family: 'Cormorant Garamond', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	font-size: 16px;
	margin: 0 12px 12px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transition: all .4s ease;
	background:rgba(0,0,0,.1);
}
.wp-pagenavi .extend{
	font-family: 'Cormorant Garamond', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	font-size: 16px;
	margin: 0 12px 12px;
	transition: all .4s ease;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current{
	background: #fff;
	color: #000;
}
.wp-pagenavi .previouspostslink{
	position: absolute;
	width: 21px;
	height: 24px;
	background: url(../img/news/nav_arrowPrev.svg);
	background-size: 100%;
	left: 0;
	top:calc(50% - 20px);
	border: none;
	margin: 0;
}
.wp-pagenavi a.previouspostslink:hover{
	background: url(../img/news/nav_arrowPrev.svg);
	background-size: 100%;
	width: 21px;
	height: 24px;
	opacity: 0.5;
}
.wp-pagenavi .nextpostslink{
	position: absolute;
	width: 21px;
	height: 24px;
	background: url(../img/news/nav_arrowNext.svg);
	background-size: 100%;
	right: 0;
	top:calc(50% - 20px);
	border: none;
	margin: 0;
}
.wp-pagenavi a.nextpostslink:hover{
	background: url(../img/news/nav_arrowNext.svg);
	background-size: 100%;
	width: 21px;
	height: 24px;
	opacity: 0.5;
}
@media screen and (max-width:768px) {
	.wp-pagenavi{
		margin-top: 48px;
	}
	.wp-pagenavi a,.wp-pagenavi .current,.wp-pagenavi .extend{
		width: 24px;
		height: 24px;
		font-size: 1.2rem;
		margin: 0 6px 6px;
	}
	.wp-pagenavi .previouspostslink{
		position: absolute;
		width: 11px;
		height: 13px;
		left: 0;
		top:calc(50% - 11px);
		border: none;
		margin: 0;
	}
	.wp-pagenavi a.navPrev:hover{
		background: url(../img/news/nav_arrowPrev.svg);
		background-size: 100%;
		width: 11px;
		height: 13px;
		opacity: 0.5;
	}
	.wp-pagenavi .nextpostslink{
		position: absolute;
		width: 11px;
		height: 13px;
		background: url(../img/news/nav_arrowNext.svg);
		background-size: 100%;
		right: 0;
		top:calc(50% - 11px);
		border: none;
		margin: 0;
	}
	.wp-pagenavi a.nextpostslink:hover{
		background: url(../img/news/nav_arrowNext.svg);
		background-size: 100%;
		width: 11px;
		height: 13px;
		opacity: 0.5;
	}
}

/* SubFooter */
#subfoot{
	display: flex;
	align-items: center;
	position: absolute;
	height: 24px;
	right: 40px;
	bottom: 40px;
	left: 40px;
	opacity: 0;
	transition: .6s ease;
}
#subfoot.is-active{
	transition-delay: 1.2s;
	opacity: 1;
}
.foot__shareWrap{
	display: flex;
	width: 200px;
	margin-right: auto;
}
.foot__shareWrap dt{
	color: #fff;
	font-size: 14px;
	margin-right: 12px;
	white-space: nowrap;
}
.foot__shareWrap .shareLists{
	display: flex;
}
.foot__shareWrap .shareLists__item {
	width: 24px;
	height: 24px;
	margin: 0 12px;
}
.foot__shareWrap .shareLists__item a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.foot__shareWrap .shareLists__item a.shareLists__link--tw {
	background-image: url(../img/common/icon_twitter.svg);
}
.foot__shareWrap .shareLists__item a.shareLists__link--fb {
	background-image: url(../img/common/icon_facebook.svg);
}
.foot__shareWrap .shareLists__item a.shareLists__link--line {
	background-image: url(../img/common/icon_line.svg);
}
.foot__copyright{
	font-size: 14px;
	opacity: 0.4;
}

@media screen and (max-width:768px) {
	#subfoot{
		display: block;
		position: absolute;
		height: 84px;
		right: 40px;
		bottom: 48px;
		left: 40px;
	}
	.foot__shareWrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.foot__shareWrap dt {
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 14px;
		white-space: nowrap;
	}
	.foot__shareWrap .shareLists {
		display: flex;
		justify-content: center;
	}
	.foot__shareWrap .shareLists__item {
		width: 36px;
		height: 36px;
		margin: 0 6px;
	}
	.foot__shareWrap .shareLists__item a {
		background-repeat: no-repeat;
		background-position: center; 
		background-size: 22px;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.foot__shareWrap .shareLists__item a.shareLists__link--tw {
		background-image: url(../img/common/icon_twitter.svg);
	}
	.foot__shareWrap .shareLists__item a.shareLists__link--fb {
		background-image: url(../img/common/icon_facebook.svg);
	}
	.foot__shareWrap .shareLists__item a.shareLists__link--line {
		background-image: url(../img/common/icon_line.svg);
	}
	.foot__copyright{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 16px;
		opacity: 0.4;
		text-align: center;
	}
}

/* detail */
.newsDetailIn{
	background-color: rgba(0,0,0,.4);
	padding: 40px;
}
.newsDetail .newsTitle{
	display: flex;
	width: 100%;
	min-height: 64px;
	margin-bottom: 40px;
}
.news_date{
	display: flex;
	align-items: center;
	width: 80px;
	font-size: 20px;
	line-height: 20px;
	position: relative;
}
.news_date time{
	text-align: center;
}
.news_date:before,
.news_date:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}
.news_date:before {
	top: 0;
}
.news_date:after {
	bottom: 0;
}
.news_title{
	width: calc(100% - 120px);
	margin-left: 40px;
	font-size: 20px;
	line-height: 36px;
	display: flex;
	align-items: center;
}
.newsDetail .news_Detail--in{
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
}
.newsDetail .news_Detail--in p{
	margin-bottom: 2em;
}
.newsDetail .news_Detail--in a{
	color: #fbd92c;
}
.newsDetail .news_Detail--in img{
	max-width: 100%;
	height: auto;
}
.newsDetail .news_Detail--in .ytWrap{
	display: inline-block;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
	position: relative;
}
.newsDetail .news_Detail--in iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.newsDetail .news_Detail--in iframe[src*="youtube"] {
	position: absolute;
	top: 0;
	left: 0;
}
.newsDetail .news_Detail--in iframe{
	max-width: 100%;
}
.newsDetail .news_Detail--in iframe{
	max-width: 100%;
}
@media screen and (max-width:768px){
	.newsDetail{
		background-color: unset;
		padding: 0 20px;
	}
	.newsDetailIn{
		background-color: rgba(0,0,0,.4);
		padding: 24px;
	}
	.newsDetail .newsTitle{
		min-height: 56px;
	}
	.news_date{
		display: flex;
		align-items: center;
		width: 40px;
		position: relative;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.news_date time{
		text-align: center;
	}
	.news_title{
		width: calc(100% - 52px);
		margin-left: 12px;
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
	.newsDetail .news_Detail--in{
		font-size: 1.2rem;
		line-height: 2.4rem;
		font-weight: 500;
		color: #fff;
	}
	.newsDetail .news_Detail--in img{
		width: 100%;
	}
}
.newsDetail_shareWrap{
	display: flex;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 40px;
}
.newsDetail_shareWrap dt{
	font-size: 14px;
	margin-right: 12px;
	white-space: nowrap;
}
.newsDetail_shareWrap .shareLists{
	display: flex;
}
.newsDetail_shareWrap .shareLists__item {
	width: 24px;
	height: 24px;
	margin: 0 12px;
}
.newsDetail_shareWrap .shareLists__item a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.newsDetail_shareWrap .shareLists__item a.shareLists__link--tw {
	background-image: url(../img/common/icon_twitter.svg);
}
.newsDetail_shareWrap .shareLists__item a.shareLists__link--fb {
	background-image: url(../img/common/icon_facebook.svg);
}
.newsDetail_shareWrap .shareLists__item a.shareLists__link--line {
	background-image: url(../img/common/icon_line.svg);
}
@media screen and (max-width:768px) {
	.newsDetail_shareWrap {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-right: 0;
		margin-top: 48px;
		margin-bottom: 24px;
	}
	.newsDetail_shareWrap dt {
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 14px;
		white-space: nowrap;
	}
	.newsDetail_shareWrap .shareLists {
		display: flex;
		justify-content: center;
	}
	.newsDetail_shareWrap .shareLists__item {
		width: 36px;
		height: 36px;
		margin: 0 6px;
	}
	.newsDetail_shareWrap .shareLists__item a {
		background-repeat: no-repeat;
		background-position: center; 
		background-size: 22px;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.newsDetail_shareWrap .shareLists__item a.shareLists__link--tw {
		background-image: url(../img/common/icon_twitter.svg);
	}
	.newsDetail_shareWrap .shareLists__item a.shareLists__link--fb {
		background-image: url(../img/common/icon_facebook.svg);
	}
	.newsDetail_shareWrap .shareLists__item a.shareLists__link--line {
		background-image: url(../img/common/icon_line.svg);
	}
}
.newsBack a{
	display: flex;
	height: 40px;
	color: #fff;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 160px;
	text-decoration: none;
	margin: 80px auto 0;
	transition: all .4s ease;
}
.newsBack a:hover{
	background-color: rgba(0,0,0,.4);
	backdrop-filter: blur(12px);
}
.newsBack a:before,
.newsBack a:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}
.newsBack a:before {
	top: 0;
}
.newsBack a:after {
	bottom: 0;
}
@media screen and (max-width:768px){
	.newsBack a{
		margin: 48px auto 0;
	}
}