@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
:root{
	--font-sans:"Noto Sans JP",sans-serif;
	--vw-min:1200;

	--color-yellow:#fffc00;
	--color-pink:#de6083;
}
@media screen and (max-width:768px){
	:root{
		--vw-min:750;
	}
}
body{
	-webkit-text-size-adjust: 100%;
	background-color:#000;
	color: #fff;
	font-family:var(--font-sans);
	font-feature-settings: "palt";
	font-size:min(calc(16 / var(--vw-min) * 100vw),16px);
	font-weight: normal;
	letter-spacing: 0.07em;
	line-height: 1.8;
	word-wrap: break-word;
}
a{ color: #fff; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #de6083;
	color: #000;
}
::-moz-selection{
	background: #de6083;
	color:#000;
}
@media screen and (max-width:768px){
	body{
		font-size:calc(24 / var(--vw-min) * 100vw);
		min-width: 320px;
	}
	.pc{ display: none; }
	.ah:hover { opacity: 1; }
}
@media screen and (min-width:769px){
	.sp{ display: none; }
}
@keyframes mv-text1 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: min(calc(974.7322 / var(--vw-min) * 100vw),974.7322px) 0;
	}
}
@keyframes mv-text2 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: max(calc(-974.7322 / var(--vw-min) * 100vw),-974.7322px) 0;
	}
}
@media screen and (max-width:768px){
	@keyframes mv-text1 {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: min(calc(800.6729 / var(--vw-min) * 100vw),800.6729px) 0;
		}
	}
	@keyframes mv-text2 {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: max(calc(-800.6729 / var(--vw-min) * 100vw),-800.6729px) 0;
		}
	}
}
#fullWrap {
	position: relative;
}
.footer, .banner {
	background:url(../img/common/bg_f.png) no-repeat center top / 100% auto;
}
.footer__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:min(calc(30 / var(--vw-min) * 100vw),30px);
}
@media screen and (max-width:768px){
	.footer__top {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding:min(calc(30 / var(--vw-min) * 100vw),30px);
	}
}
.footer__left {
	width:min(calc(230 / var(--vw-min) * 100vw),230px);
}
@media screen and (max-width:768px){
	.footer__left {
		width:100%;
		display: flex;
		justify-content: center;
	}
}
.footer__right {
	width:min(calc(230 / var(--vw-min) * 100vw),230px);
	display: flex;
	justify-content: flex-end;
	order:2;
}
@media screen and (max-width:768px){
	.footer__right {
		width:100%;
		display: flex;
		justify-content: center;
		order:unset;
	}
}
.footer__official {
	display: flex;
	align-items: center;
}
@media screen and (max-width:768px){
	.footer__official {

		padding-left:calc(24 / var(--vw-min) * 100vw);
	}
}
.footer__officialTitle {
	font-size:min(calc(14 / var(--vw-min) * 100vw),14px);
	font-weight: 500;
	color:var(--color-yellow);
	padding-right:min(calc(60 / var(--vw-min) * 100vw),60px);
	position: relative;
}
@media screen and (max-width:768px){
	.footer__officialTitle {
		font-size:calc(34 / var(--vw-min) * 100vw);
		padding-right:min(calc(120 / var(--vw-min) * 100vw),120px);
	}
}
.footer__officialTitle:before {
	content:'';
	position: absolute;
	right:min(calc(8 / var(--vw-min) * 100vw),8px);
	top:50%;
	height:1px;
	width:min(calc(34 / var(--vw-min) * 100vw),34px);
	background:var(--color-yellow);
}
@media screen and (max-width:768px){
	.footer__officialTitle:before {
		right:0;
		width:calc(88 / var(--vw-min) * 100vw);
	}
}
.footer__officialCont {
	width:min(calc(40 / var(--vw-min) * 100vw),40px);
}
@media screen and (max-width:768px){
	.footer__officialCont {
		width:calc(96 / var(--vw-min) * 100vw);
	}
}
.footer__officialLink {
	width:min(calc(40 / var(--vw-min) * 100vw),40px);
	height:min(calc(40 / var(--vw-min) * 100vw),40px);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:768px){
	.footer__officialLink {
		width:calc(96 / var(--vw-min) * 100vw);
		height:calc(96 / var(--vw-min) * 100vw);
	}
}
.footer__officialLink:before {
	transition: all 0.3s ease;
	width:min(calc(18 / var(--vw-min) * 100vw),18px);
	height:min(calc(18 / var(--vw-min) * 100vw),18px);
}
.footer__officialLink--x:before {
	content:'';
	display: block;
	-webkit-mask:url(../img/common/icon_x.svg) no-repeat center center / contain;
	mask:url(../img/common/icon_x.svg) no-repeat center center / contain;
	background:var(--color-yellow);
}
.footer__officialLink--facebook:before {
	content:'';
	display: block;
	-webkit-mask:url(../img/common/icon_facebook.svg) no-repeat center center / contain;
	mask:url(../img/common/icon_facebook.svg) no-repeat center center / contain;
	background:var(--color-yellow);
}
.footer__officialLink--line:before {
	content:'';
	display: block;
	-webkit-mask:url(../img/common/icon_line.svg) no-repeat center center / contain;
	mask:url(../img/common/icon_line.svg) no-repeat center center / contain;
	background:var(--color-yellow);
}
@media screen and (max-width:768px){
	.footer__officialLink:before {
		width:min(calc(48 / var(--vw-min) * 100vw),48px);
		height:min(calc(48 / var(--vw-min) * 100vw),48px);
	}
}
.footer__officialLink:hover:before {
	background:var(--color-pink);
}
.footer__copyright {
	color:var(--color-yellow);
	font-size:min(calc(14 / var(--vw-min) * 100vw),14px);
}
@media screen and (max-width:768px){
	.footer__copyright {
		padding:min(calc(24 / var(--vw-min) * 100vw),24px);
		font-size:min(calc(16 / var(--vw-min) * 100vw),16px);
	}
}
.footer__center {
	padding-bottom:min(calc(10 / var(--vw-min) * 100vw),10px);
}
.footer__bnrs {
	width:min(calc(1160 / var(--vw-min) * 100vw),1160px);
	display: flex;
	justify-content: center;
	margin:0 auto;
}
.footer__bnrs:not(:first-of-type) {
	margin-top:min(calc(20 / var(--vw-min) * 100vw),20px);
}
@media screen and (max-width:768px){
	.footer__bnrs {
		width:calc(560 / var(--vw-min) * 100vw);
		margin:0 auto;
		display: block;
	}
}
.footer__bnr {
	width:50%;
	padding:0 min(calc(10 / var(--vw-min) * 100vw),10px);
}
@media screen and (max-width:768px){
	.footer__bnr {
		width:100%;
		padding:0 0 min(calc(20 / var(--vw-min) * 100vw),20px);
	}
}
.footer__bnr a {
	display: block;
	transition: all 0.3s ease;
}
.footer__bnr a:hover {
	transform:scale(1.05);
}
.footer__bnr img{
	display: block;
	width:100%;
	height:auto;
}

.footer__bling {
	padding-bottom:min(calc(10 / var(--vw-min) * 100vw),10px);
}

.footer__contact {
	display: flex;
	height: min(calc(78 / var(--vw-min) * 100vw),78px);
	justify-content: center;
	position: relative;
	text-decoration: none;
	color:#fff;
	background:#66002f;
	align-items: center;
	font-size:min(calc(18 / var(--vw-min) * 100vw),18px);
	transition: all 0.3s ease;
}
@media screen and (max-width:768px){
	.footer__contact {
		height:calc(130 / var(--vw-min) * 100vw);
		font-size:calc(20 / var(--vw-min) * 100vw);
		text-align: center;
	}
	.footer__bling {
		padding-bottom:min(calc(20 / var(--vw-min) * 100vw),20px);
	}
}
.footer__contact:hover {
	color:var(--color-yellow);
}
.contact {
	width:min(calc(73 / var(--vw-min) * 100vw),73px);
	height:min(calc(21 / var(--vw-min) * 100vw),21px);
	position: absolute;
	left:0;
	top:min(calc(28 / var(--vw-min) * 100vw),28px);
}
@media screen and (max-width:768px){
	.contact {
		width:calc(97 / var(--vw-min) * 100vw);
		height:calc(33 / var(--vw-min) * 100vw);
		top:calc(48 / var(--vw-min) * 100vw);
	}
}
.contact:before {
	content:'';
	position: absolute;
	left:0;
	top:50%;
	width:min(calc(30 / var(--vw-min) * 100vw),30px);
	height:1px;
	background:#fff;
	transition: all 0.3s ease;
}
.footer__contact:hover .contact:before {
	background:var(--color-yellow);
}
.contact:after{
	content:'';
	position: absolute;
	left:min(calc(30 / var(--vw-min) * 100vw),30px);
	top:0;
	width:min(calc(43 / var(--vw-min) * 100vw),43px);
	height:min(calc(21 / var(--vw-min) * 100vw),21px);
	-webkit-mask:url(../img/common/t_contact.svg) no-repeat left center / contain;
	mask:url(../img/common/t_contact.svg) no-repeat left center / contain;
	background:#fff;
	transition: all 0.3s ease;
}
@media screen and (max-width:768px){
	.contact:after{
		width:calc(67 / var(--vw-min) * 100vw);
		height:calc(33 / var(--vw-min) * 100vw);
	}
}
.footer__contact:hover .contact:after {
	background:var(--color-yellow);
}
.footer__contact:after {
	content:'';
	position: absolute;
	right:min(calc(30 / var(--vw-min) * 100vw),30px);
	top:0;
	bottom:0;
	width:min(calc(17 / var(--vw-min) * 100vw),17px);
	-webkit-mask: url(../img/common/icon_arrow.svg) no-repeat center center / contain;
	mask: url(../img/common/icon_arrow.svg) no-repeat center center / contain;
	background:#fff;
	transition: all 0.3s ease;
}
@media screen and (max-width:768px){
	.footer__contact:after {
		right:min(calc(40 / var(--vw-min) * 100vw),40px);
		width:calc(30 / var(--vw-min) * 100vw)
	}
}
.footer__contact:hover:after {
	background:var(--color-yellow);
}

.banner__center {
	padding:min(calc(30 / var(--vw-min) * 100vw),30px);
}

.banner__bnrs {
	width:min(calc(1160 / var(--vw-min) * 100vw),1160px);
	display: flex;
	justify-content: center;
	margin:0 auto;
}
.banner__bnrs:not(:first-of-type) {
	margin-top:min(calc(20 / var(--vw-min) * 100vw),20px);
}
@media screen and (max-width:768px){
	.banner__bnrs {
		width:calc(640 / var(--vw-min) * 100vw);
		margin:20px auto 5px;
		display: block;
	}
}
.banner__bnr {
	width:50%;
	padding:0 min(calc(10 / var(--vw-min) * 100vw),10px);
}
@media screen and (max-width:768px){
	.banner__bnr {
		width:100%;
		padding:0 0 min(calc(20 / var(--vw-min) * 100vw),20px);
	}
}
.banner__bnr a {
	display: block;
	transition: all 0.3s ease;
}
.banner__bnr a:hover {
	transform:scale(1.05);
}
.banner__bnr img{
	display: block;
	width:100%;
	height:auto;
}

.modal{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:9800;
	background:rgba(0,0,0,.6);
	-webkit-backdrop-filter:blur(8px);
	backdrop-filter:blur(8px);
	display:none;
}
.modal__inner{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:auto;
	overscroll-behavior:contain;
}
.modal__cont{
	padding:80px;
	min-height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
}
@media screen and (max-width:768px){
	.modal__cont{
		padding:12.8vw 0;
		min-height:100vh;
	}
}
.modal__movie{
	max-width:calc(163.933vh - min(calc(160 / var(--vw-min) * 100vw),160px));
	width:100%;
	position:relative;
}
.modal__movie:before{
	content:'';
	position:relative;
	display:block;
	width:100%;
	padding-top:56.25%;
}
.modal__movie iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.modal__close{
	position:absolute;
	right:0;
	top:0;
	width:80px;
	height:80px;
	z-index: 100;
}
.modal__close a{
	display:block;
	position:relative;
	width:80px;
	height:80px;
	overflow:hidden;
}
.modal__close a:before,
.modal__close a:after{
	content:'';
	position:absolute;
	left:-20px;
	right:-20px;
	top:50%;
	height:1px;
	background:#FFF;
	transition:all 0.3s ease;
}
.modal__close a:before{
	transform:rotate(45deg)
}
.modal__close a:after{
	transform:rotate(-45deg)
}
.modal__close a:hover:before,
.modal__close a:hover:after{
	background:#de00de;
}
@media screen and (max-width:768px){
	.modal__close{
		width:12.8vw;
		height:12.8vw;
	}
	.modal__close a{
		width:12.8vw;
		height:12.8vw;
	}
}

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
	-webkit-overflow-scrolling: touch;
	background: rgba(0,0,0,.85);
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.oneModal{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.oneModal.is-show {
	display: block;
}

/* oneModalIn */
.oneModalIn{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:767px){
	.oneModalIn{
		min-width: 100%;
	}
	.oneModalIn__cont{
		width: 100%;
	}
}

/* comment */
.modalBox.is-comment {
	background: #de6083;
}
.commentModalIn {
	padding: min(calc(60 / var(--vw-min) * 100vw), 60px);
}
.commentModalIn__title {
	width:min(calc(199 / var(--vw-min) * 100vw),199px);
	height:min(calc(89 / var(--vw-min) * 100vw),89px);
	margin: 0 auto min(calc(60 / var(--vw-min) * 100vw),60px);
	background: url(../img/common/t_comment.svg) no-repeat center center / contain;
}
.commentDl {
	width: min(calc(1000 / var(--vw-min) * 100vw),1000px);
}
.commentDl__dt {
	color: #fffc00;
	font-size: min(calc(44 / var(--vw-min) * 100vw), 44px);
	font-weight: 700;
	margin-bottom: min(calc(20 / var(--vw-min) * 100vw), 20px);
}
.commentDl__text {
	font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
}
@media screen and (max-width:768px){
	.commentDl {
		width: 100%;
	}
}

/* profile */
.modalBox.is-profile {
	background: #de6083;
}
.profileModalIn {
	padding: min(calc(60 / var(--vw-min) * 100vw), 60px);
}
.profileModalIn__title {
	width:min(calc(165 / var(--vw-min) * 100vw),165px);
	height:min(calc(89 / var(--vw-min) * 100vw),89px);
	margin: 0 auto min(calc(40 / var(--vw-min) * 100vw),40px);
	background: url(../img/common/t_profile.svg) no-repeat center center / contain;
}
.profileCont {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(calc(1000 / var(--vw-min) * 100vw),1000px);
}
.profileCont__name {
	color: #fffc00;
	font-size: min(calc(44 / var(--vw-min) * 100vw), 44px);
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: min(calc(20 / var(--vw-min) * 100vw), 20px);
}
.profileCont__img {
	width: min(calc(485 / var(--vw-min) * 100vw), 485px);
}
.profileCont__img img {
	width: 100%;
}
.profileCont__data {
	width: min(calc(683 / var(--vw-min) * 100vw), 683px);
	margin-top: min(calc(30 / var(--vw-min) * 100vw), 30px);
}
.profileCont__data img {
	width: 100%;
}
.profileCont__text {
	width: min(calc(683 / var(--vw-min) * 100vw), 683px);
	font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
	margin-top: min(calc(30 / var(--vw-min) * 100vw), 30px);
}
@media screen and (max-width:768px){
	.profileModalIn {
		padding: calc(60 / var(--vw-min) * 100vw) calc(40 / var(--vw-min) * 100vw);
	}
	.profileCont {
		width: 100%;
	}
	.profileCont__data,
	.profileCont__text {
		width: 100%;
	}
}

/**
 * iframe
 */
/* common */
.commonIframe{
	width: 100%;
	height: 100%;
	display: block;
}

/**
 * sub page
 */
.subMain {
	background: url(../img/common/bg_c.jpg) no-repeat center top / 100% auto;
	padding-bottom: min(calc(170 / var(--vw-min) * 100vw), 170px);
	position: relative;
	z-index: 1;
}
.subMain:before {
	content: "";
	width: 100%;
	height: min(calc(112 / var(--vw-min) * 100vw), 112px);
	background: url(../img/common/mv_text-t.svg) repeat-x 0 0 / auto 100%;
	animation: mv-text1 15s linear infinite;
	position: absolute;
	top: 0;
	z-index: 0;
	pointer-events: none;
}
.subMain:after {
	content: "";
	width: 100%;
	height: min(calc(112 / var(--vw-min) * 100vw), 112px);
	background: url(../img/common/mv_text-t.svg) repeat-x 0 0 / auto 100%;
	animation: mv-text2 15s linear infinite;
	position: absolute;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
}
@media screen and (max-width:768px){
	.subMain {
		background-image: url(../img/common/bg_sub_sp.jpg);
	}
	.subMain:before,
	.subMain:after {
		height: calc(92 / var(--vw-min) * 100vw);
	}
}

/* header */
.subHeader {
	position: absolute;
	left:0;
	top:min(calc(140 / var(--vw-min) * 100vw), 140px);
	right:0;
	pointer-events: none;
	z-index: 100;
}
@media screen and (max-width:768px){
	.subHeader {
		display: none;
	}
}
.subHeader__nav {
	position: absolute;
	left:0;
	top:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.subHeader__navLists {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.subHeader__navLink {
	height:min(calc(78 / var(--vw-min) * 100vw),78px);
	padding-left:min(calc(30 / var(--vw-min) * 100vw),30px);
	position: relative;
	pointer-events: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.subHeader__navLink:before {
	content:'';
	position: absolute;
	left:0;
	top:50%;
	width:min(calc(30 / var(--vw-min) * 100vw),30px);
	height:1px;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
	transition: all 0.1s linear;
	transition-delay: 0.1s;
}
.subHeader__navLink:is(:hover, .is-active):before {
	transition-delay: 0s;
	background-position: -100% 0;
}
.subHeader__navLink--news:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(66 / var(--vw-min) * 100vw),66px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_news.svg) no-repeat left center / contain;
	mask:url(../img/common/n_news.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink--movie:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(144 / var(--vw-min) * 100vw),144px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_movie.svg) no-repeat left center / contain;
	mask:url(../img/common/n_movie.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink--introduction:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(172 / var(--vw-min) * 100vw),172px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_introduction.svg) no-repeat left center / contain;
	mask:url(../img/common/n_introduction.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink--character:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(137 / var(--vw-min) * 100vw),137px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_character.svg) no-repeat left center / contain;
	mask:url(../img/common/n_character.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink--staff:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(74 / var(--vw-min) * 100vw),74px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_staff.svg) no-repeat left center / contain;
	mask:url(../img/common/n_staff.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink--disc:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(168 / var(--vw-min) * 100vw),168px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_discography.svg) no-repeat left center / contain;
	mask:url(../img/common/n_discography.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink--theater:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(150 / var(--vw-min) * 100vw),150px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_theater.svg) no-repeat left center / contain;
	mask:url(../img/common/n_theater.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink--x:after {
	content:'';
	position: relative;
	display: block;
	width:min(calc(133 / var(--vw-min) * 100vw),133px);
	height:min(calc(52 / var(--vw-min) * 100vw),52px);
	-webkit-mask:url(../img/common/n_officialx.svg) no-repeat left center / contain;
	mask:url(../img/common/n_officialx.svg) no-repeat left center / contain;
	background: linear-gradient(to right, var(--color-yellow) 0%,var(--color-yellow) 50%,var(--color-pink) 50%,var(--color-pink) 100%);
	background-size:200% 200%;
}
.subHeader__navLink:after{
	transition: all 0.1s linear;
	transition-delay:0s;
}
.subHeader__navLink:is(:hover, .is-active):after {
	background-position:-100% 0;
	transition-delay: 0.1s;
}

/* title,start */
.subMain__title {
	width: min(calc(385 / var(--vw-min) * 100vw), 385px);
	margin: 0 auto;
	padding-top: min(calc(26 / var(--vw-min) * 100vw), 26px);
	position: relative;
	z-index: 1;
}
.subMain__title > a {
	display: block;
	transition: all 0.3s ease;
}
.subMain__title > a:hover {
	transform:scale(1.1);
}
.subMain__title > a img {
	width: 100%;
}
.subMain__start {
	width: min(calc(300 / var(--vw-min) * 100vw), 300px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.subMain__start img {
	width: 100%;
}

/* subArticle */
.subArticle__title {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: min(calc(89 / var(--vw-min) * 100vw), 89px);
	margin: min(calc(40 / var(--vw-min) * 100vw), 40px) auto;
}
.subArticle__title.is-news {
	background-image: url(../img/common/n_news.svg);
}
.subArticle__title.is-bdcd {
	background-image: url(../img/common/n_discography.svg);
}
.subArticle__title.is-goods {
	background-image: url(../img/common/n_goods.svg);
}
.subArticle__title.is-trailer {
	background-image: url(../img/common/n_movie.svg);
}
.subArticle__title.is-ticket {
	background-image: url(../img/common/n_ticket.svg);
}
.subArticle__title.is-collaboration {
	background-image: url(../img/common/n_collaboration.svg);
}
.subArticle__title.is-novelty {
	background-image: url(../img/common/n_novelty.svg);
}
/* back to top */
.sub__backtop {
	display: flex;
	justify-content: center;
	margin-top: min(calc(50 / var(--vw-min) * 100vw), 50px);
}
.sub__backtop > a {
	position: relative;
}
.sub__backtop > a:before {
	content: "";
	background-color: #fff33f;
	mask: url(../img/common/t_back_top.svg) no-repeat center top / 100% auto;
	display: block;
	width: min(calc(120 / var(--vw-min) * 100vw), 120px);
	height: min(calc(40 / var(--vw-min) * 100vw), 40px);
	position: relative;
	transition: background-color .3s ease;
}
.sub__backtop > a:hover:before {
	background-color: #e50069;
}
.sub__backtop > a:after {
	content: "";
	background-color: #fff33f;
	width: 100%;
	height: min(calc(2 / var(--vw-min) * 100vw), 2px);
	position: absolute;
	bottom: -0.4em;
	left: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s ease;
}
.sub__backtop > a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* back to lists */
.sub__backtoplists {
	display: flex;
	justify-content: center;
	margin-top: min(calc(50 / var(--vw-min) * 100vw), 50px);
}
.sub__backtoplists > a {
	position: relative;
}
.sub__backtoplists > a:before {
	content: "";
	background-color: #fff33f;
	mask: url(../img/common/t_back_lists.svg) no-repeat center top / 100% auto;
	display: block;
	width: min(calc(126 / var(--vw-min) * 100vw), 126px);
	height: min(calc(40 / var(--vw-min) * 100vw), 40px);
	position: relative;
	transition: background-color .3s ease;
}
.sub__backtoplists > a:hover:before {
	background-color: #e50069;
}
.sub__backtoplists > a:after {
	content: "";
	background-color: #fff33f;
	width: 100%;
	height: min(calc(2 / var(--vw-min) * 100vw), 2px);
	position: absolute;
	bottom: -0.4em;
	left: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s ease;
}
.sub__backtoplists > a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/**
 * tagLists
 */
 .tagNavLists {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width:768px){
	.tagNav {
		-ms-overflow-style: none;
		scrollbar-width: none;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0 calc(48 / var(--vw-min) * 100vw);
	}
	.tagNav::-webkit-scrollbar {
		display: none;
	}
	.tagNavLists {
		flex-wrap: inherit;
		justify-content: flex-start;
	}
	.tagNavLists:after {
		content: "";
		display: block;
		width: calc(48 / var(--vw-min) * 100vw);
		flex: none;
	}
}

/* item */
.tagNavLists__item {
	height: min(calc(40 / var(--vw-min) * 100vw), 40px);
	margin: min(calc(5 / var(--vw-min) * 100vw), 5px);
}
@media screen and (max-width:767px){
	.tagNavLists__item {
		height: calc(50 / var(--vw-min) * 100vw);
	}
}

/* link */
.tagNavLists__item > a {
	background-color: #000;
	border: 1px solid #e50069;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: min(calc(16 / var(--vw-min) * 100vw), 16px);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	padding: 0 1em;
	white-space: nowrap;
}
@media screen and (max-width:767px){
	.tagNavLists__item > a {
		font-size: calc(20 / var(--vw-min) * 100vw);
		letter-spacing: 0.01em;
	}
}

/* hover, active */
.tagNavLists__item > a {
	transition: background-color .3s ease;
}
.tagNavLists__item > a:is(:hover, .is-active) {
	background-color: #e50069;
	color: #000;
}

/**
 * c_freeArea
 */
.c_freeArea {
	border-top: dotted 3px rgb(var(--color-brown));
	border-bottom: dotted 3px rgb(var(--color-brown));
	font-size: min(calc(16 / var(--vw-min) * 100vw), 16px);
	padding: 2em 0;
}
.c_freeArea.is-top {
	margin-bottom: min(calc(40 / var(--vw-min) * 100vw), 40px);
}
.c_freeArea.is-bottom {
	margin-top: min(calc(40 / var(--vw-min) * 100vw), 40px);
}
@media screen and (max-width:767px){
	.c_freeArea {
		padding: calc(48 / var(--vw-min) * 100vw);
		font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
	}
}

/* img */
.c_freeArea img {
	max-width: 100%;
	height: auto !important;
}

/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.header {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

/* inner */
.header__inner {
	background-color: #fffc00;
	-webkit-overflow-scrolling: touch;
	width: 30%;
	height: 100%;
	overflow-y: auto;
	overscroll-behavior: contain;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
.headerNav {
	width: 100%;
	height: 100%;
	position: relative;
}
.headerNav__inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:768px){
	.header__inner {
		width: 100%;
	}
	.headerNav {
		height: calc(100% + 1px);
	}
}

.headerNav__cont {
	width: 100%;
	height: auto;
	position: relative;
}
.headerNavLists {
	display: block;
	height: 100%;
	padding: min(calc(150 / var(--vw-min) * 100vw), 150px) 0 min(calc(80 / var(--vw-min) * 100vw), 80px);
}
.headerNavLists__item {
	height: min(calc(52 / var(--vw-min) * 100vw), 52px);
}
.headerNavLists__item:not(:first-child) {
	margin-top: min(calc(24 / var(--vw-min) * 100vw), 24px);
}
.headerNav__navLink {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.headerNav__navLink:before {
	content: "";
	background-color: #e50069;
	-webkit-mask: url(../img/common/n_news.svg) no-repeat left / contain;
	mask: url(../img/common/n_news.svg) no-repeat left / contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: min(calc(40 / var(--vw-min) * 100vw), 40px);
}
@media screen and (max-width:768px){
	.headerNavLists {
		padding: calc(120 / var(--vw-min) * 100vw) 0;
	}
	.headerNavLists__item {
		height: calc(96 / var(--vw-min) * 100vw);
	}
	.headerNavLists__item:not(:first-child) {
		margin-top: calc(40 / var(--vw-min) * 100vw);
	}
	.headerNav__navLink:before {
		left: calc(80 / var(--vw-min) * 100vw);
	}
}
.headerNav__navLink.is-active:before {
	background-color: #000;
}
.headerNav__navLink.is-news:before {
	-webkit-mask-image: url(../img/common/n_news.svg);
	mask-image: url(../img/common/n_news.svg);
}
.headerNav__navLink.is-trailer:before {
	-webkit-mask-image: url(../img/common/n_movie.svg);
	mask-image: url(../img/common/n_movie.svg);
}
.headerNav__navLink.is-ticket:before {
	-webkit-mask-image: url(../img/common/n_ticket.svg);
	mask-image: url(../img/common/n_ticket.svg);
}
.headerNav__navLink.is-introduction:before {
	-webkit-mask-image: url(../img/common/n_introduction.svg);
	mask-image: url(../img/common/n_introduction.svg);
}
.headerNav__navLink.is-story:before {
	-webkit-mask-image: url(../img/common/n_story.svg);
	mask-image: url(../img/common/n_story.svg);
}
.headerNav__navLink.is-character:before {
	-webkit-mask-image: url(../img/common/n_character.svg);
	mask-image: url(../img/common/n_character.svg);
}
.headerNav__navLink.is-staff:before {
	-webkit-mask-image: url(../img/common/n_staff.svg);
	mask-image: url(../img/common/n_staff.svg);
}
.headerNav__navLink.is-theater:before {
	-webkit-mask-image: url(../img/common/n_theater.svg);
	mask-image: url(../img/common/n_theater.svg);
}
.headerNav__navLink.is-x:before {
	-webkit-mask-image: url(../img/common/n_officialx.svg);
	mask-image: url(../img/common/n_officialx.svg);
}
.headerNav__navLink.is-disc:before {
	-webkit-mask-image: url(../img/common/n_discography.svg);
	mask-image: url(../img/common/n_discography.svg);
}
.headerNav__navLink.is-goods:before {
	-webkit-mask-image: url(../img/common/n_goods.svg);
	mask-image: url(../img/common/n_goods.svg);
}
.headerNav__navLink.is-collaboration:before {
	-webkit-mask-image: url(../img/common/n_collaboration.svg);
	mask-image: url(../img/common/n_collaboration.svg);
}
.headerNav__navLink.is-novelty:before {
	-webkit-mask-image: url(../img/common/n_novelty.svg);
	mask-image: url(../img/common/n_novelty.svg);
}
/* navBtn */
.header__navBtnWrap {
	background: url(../img/common/menu_btn_bg.png) no-repeat 0 0 / 100%;
	width: min(calc(118 / var(--vw-min) * 100vw), 118px);
	height: min(calc(104 / var(--vw-min) * 100vw), 104px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.header__navBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
@media screen and (max-width:768px){
	.header__navBtnWrap {
		left: auto;
		right: 0;
	}
}

/* navBtnTokuten */
.header__navBtnTokuten {
	width: min(calc(150 / var(--vw-min) * 100vw), 150px);
	height: min(calc(150 / var(--vw-min) * 100vw), 150px);
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}
.header__navBtn2 {
	background: url(../img/top/btn_novelty.png) no-repeat 0 0 / 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 0.3s ease;
}
@media screen and (hover:hover){
	.header__navBtn2:hover {
		transform:scale(1.1);
	}
}
@media screen and (max-width:768px){
	.header__navBtnTokuten {
		left: auto;
		right: 5px;
		top: 70px;
	}
}

/* line */
.header__navBtn__lineWrap {
	width: min(calc(32 / var(--vw-min) * 100vw), 32px);
	height: min(calc(24 / var(--vw-min) * 100vw), 24px);
	position: relative;
}
.header__navBtn--line {
	background-color: #fff33f;
	border-radius:min(calc(2 / var(--vw-min) * 100vw), 2px);
	display: block;
	width: 100%;
	height: min(calc(4 / var(--vw-min) * 100vw), 4px);
	margin: auto;
	position: absolute;
}
.header__navBtn--line:nth-child(1) {
	top: 0;
}
.header__navBtn--line:nth-child(2) {
	top: 0;
	bottom: 0;
}
.header__navBtn--line:nth-child(3) {
	bottom: 0;
}

/* active */
.headerNav__navLink {
	transition: background-color .5s ease;
}
.headerNav__navLink:hover {
	background-color: #e50069;
}
.headerNav__navLink:before {
	transition: background-color .5s ease;
}
.headerNav__navLink:hover:before {
	background-color: #fff;
}
.header__inner {
	transform: translateX(-100%);
	transition: transform .5s ease;
}
.header.is-active .header__inner {
	transform: translateX(0);
}
.header__navBtn--line {
	transition: transform .3s ease,
				opacity .3s ease;
}
.header__navBtn.is-active .header__navBtn--line:nth-child(1) {
	transform: rotate(30deg);
	top: 38%;
}
.header__navBtn.is-active .header__navBtn--line:nth-child(3) {
	transform: rotate(-30deg);
	bottom: 45%;
}
.header__navBtn.is-active .header__navBtn--line:nth-child(2) {
	transform: translateX(20%);
	opacity: 0;
}
.tab__sticky {
	width:100%;
	z-index:500;
	padding:min(calc(20 / var(--vw-min) * 100vw),20px) 0 0;
}
@media screen and (max-width:768px){
	.tab__sticky {
		padding:calc(20 / var(--vw-min) * 100vw);
	}
}
.tab2col__lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:min(calc(958 / var(--vw-min) * 100vw),958px);
	margin:0 auto;
}
@media screen and (max-width:768px){
	.tab2col__lists {
		width:100%;
		margin:0 auto;
	}
}
.tab2col__item {
	width:calc(50% - min(calc(10 / var(--vw-min) * 100vw),10px));
	margin-bottom:min(calc(20 / var(--vw-min) * 100vw),20px);
}
@media screen and (max-width:768px){
	.tab2col__item {
		width:100%;
		margin-bottom:calc(10 / var(--vw-min) * 100vw);
	}
}
.tab__itemLink {
	display: flex;
	align-items: center;
	line-height:1.3;
	height:100%;
	font-size:min(calc(18 / var(--vw-min) * 100vw),18px);
	padding:min(calc(12 / var(--vw-min) * 100vw),12px) min(calc(50 / var(--vw-min) * 100vw),50px) min(calc(12 / var(--vw-min) * 100vw),12px) min(calc(20 / var(--vw-min) * 100vw),20px);
	border:min(calc(2 / var(--vw-min) * 100vw),2px) solid var(--color-yellow);
	text-decoration: none;
	color:var(--color-yellow);
	position: relative;
	transition:all 0.3s ease;
}
@media screen and (max-width:768px){
	.tab__itemLink {
		font-size:calc(24 / var(--vw-min) * 100vw);
		min-height:calc(96 / var(--vw-min) * 100vw);
	}
}
@media screen and (hover:hover){
	.tab__itemLink:hover {
		background:#e50069;
		border-color:#e50069;
	}
}
.tab__arrowCircle {
	width:min(calc(32 / var(--vw-min) * 100vw),32px);
	border:min(calc(2 / var(--vw-min) * 100vw),2px) solid var(--color-yellow);
	border-radius: 50%;
	position: absolute;
	right:min(calc(10 / var(--vw-min) * 100vw),10px);
	top:50%;
	margin-top:max(calc(-16 / var(--vw-min) * 100vw),-16px);
	padding:min(calc(2 / var(--vw-min) * 100vw),2px);
}
.tab__arrowCircle:before {
	content:'';
	display: block;
	width:100%;
	padding-top:100%;
	background:var(--color-yellow);
	border-radius: 50%;
}
.tab__arrowCircle:after {
	content:'';
	position: absolute;
	left:50%;
	top:50%;
	width:min(calc(5 / var(--vw-min) * 100vw),5px);
	height:min(calc(5 / var(--vw-min) * 100vw),5px);
	box-sizing: border-box;
	border-bottom:min(calc(2 / var(--vw-min) * 100vw),2px) solid #000;
	border-right:min(calc(2 / var(--vw-min) * 100vw),2px) solid #000;
	margin-left:max(calc(-2.5 / var(--vw-min) * 100vw),-2.5px);
	margin-top:max(calc(-3 / var(--vw-min) * 100vw),-3px);
	transform:rotate(45deg);
	transition: all 0.3s ease;
}
@media screen and (hover:hover){
	.tab__itemLink:hover .tab__arrowCircle:after {
		border-color:#e50069;
	}
}
.article__tags {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom:min(calc(40 / var(--vw-min) * 100vw),40px);
}
@media screen and (max-width:767px){
.article__tags {
margin-bottom:calc(40 / var(--vw-min) * 100vw);
}
}
.article__tag {
height: min(calc(40 / var(--vw-min) * 100vw),40px);
margin:0 min(calc(5 / var(--vw-min) * 100vw),5px) min(calc(10 / var(--vw-min) * 100vw),10px);
}
@media screen and (max-width:767px){
.article__tag {
height:calc(60 / var(--vw-min) * 100vw);
}
}
.article__tag--link {
background:#000;
border:min(calc(2 / var(--vw-min) * 100vw),2px) solid #fff33f;
color:#fff33f;
display: flex;
justify-content: center;
align-items: center;
height:min(calc(40 / var(--vw-min) * 100vw),40px);
padding:0 min(calc(15 / var(--vw-min) * 100vw),15px);
line-height:1;
text-align: center;
text-decoration: none;
transition:all 0.3s ease;
}
@media screen and (max-width:767px){
.article__tag--link {
border:calc(2 / var(--vw-min) * 100vw) solid #fff33f;
height:calc(60 / var(--vw-min) * 100vw);
padding:0 calc(20 / var(--vw-min) * 100vw);
}
}
.article__tag--link:hover,
.article__tag--link.tag__current {
background:#fff33f;
color:#000;
}
.color--p .article__boxlist--link {
background:#e50069;
}
.color--p .article__boxlist--link:hover {
background:#fff33f;
}
.color--p .article__boxlist--title {
color:#fff33f;
}
.color--p .article__boxlist--link:hover .article__boxlist--title {
color:#e50069;
}
.color--p .article__tag--link {
border:2px solid #e50069;
color:#e50069;
}
.color--p .article__tag--link:hover,
.color--p .article__tag--link.tag__current {
color:#000;
background:#e50069;
}