@charset "utf-8";
/*-----------------------------------------------
* 00. COMMON
* 01. TOP
* 02. NEWS
-------------------------------------------------*/
/*-----------------------------------------------
* 00. COMMON
-------------------------------------------------*/
.headNavWrap{
	height: 100%;
	width: 50%;
	min-width: 600px;
	position: fixed;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: 9999;
}
.headerNav{
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(255,255,255,.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	top:0!important;
	padding-top: 13.333vw;
	padding-left: 13.333%;
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}
.headerNav{
	transition: all .5s ease-in-out;
	right: -100%;
}
.headerNav.active{
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: rgba(255,255,255,.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	top:0!important;
	right: 0!important;
	padding-top: 13.333vw;
	padding-left: 13.333%;
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
	overflow: auto;
}
.navLists ul li{
	height: 40px;
/*    width: 440px;*/
	display:flex;
	position: relative;
	margin-bottom: 40px;
}
.navLists ul li:after{
	opacity: .2;
	transition: all .5s;
}
.link-current:after,
.linkOn:after{
	opacity: 1!important;
}
.navLists ul li a{
	display: flex;
	text-decoration: none;
}
.enNav{
	font-family: 'Dancing Script', 'Kosugi Maru', sans-serif, cursive;
	width: 210px;
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	text-align: right;
	position: relative;
	margin-right: 20px;
	line-height: 40px;
	transition: all .5s ease-in-out;
}
.enNav span{
	position: relative;
}
.enNav span:after{
	content: '';
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent 40%, #ffff00 0%);
	transition: all .5s ease-in-out;
	z-index: -1;
	opacity: 0;
}
.link-current a .enNav span:after,
.linkOn a .enNav span:after{
	content: '';
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(transparent 40%, #ffff00 0%);
	opacity: 1;
	z-index: -1;
}
.enNav span:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(transparent 40%, #ffff00 0%);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.enNav span:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.enNav:after{
	content: '';
	background:url(../img/common/nav_pnt.png);
	width: 4px;
	height: 32px;
	position: absolute;
	right: -19px;
	top:calc(50% - 16px);
}
.jaNav{
	font-size: 16px;
	color: #ff6868;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 40px;
	margin-left: 20px;
	font-weight: 700;
}
#navTwi{
	margin-top: 80px;
}
#navNews:after{
	content: '';
	background: url(../img/common/update_icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 48px;
	height: 42px;
	top:calc(50% - 21px);
	right: 24px;
	position: absolute;
}
#navOnair:after{
	content: '';
	background: url(../img/common/onair_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 48px;
	height: 42px;
	top:calc(50% - 22px);
	right: 24px;
	position: absolute;
}
#navIntro:after{
	content: '';
	background: url(../img/common/intro_icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 48px;
	height: 38px;
	top:calc(50% - 19px);
	right: 24px;
	position: absolute;
}
#navStory:after{
	content: '';
	background: url(../img/common/story_icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
	top:calc(50% - 26px);
	right: 20px;
	position: absolute;
}
#navStaffcast:after{
	content: '';
	background: url(../img/common/staff_icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 48px;
	height: 38px;
	top:calc(50% - 19px);
	right: 24px;
	position: absolute;
}
#navChara:after{
	content: '';
	background: url(../img/common/character_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 48px;
	height: 48px;
	top:calc(50% - 24px);
	right: 24px;
	position: absolute;
}
#navBddvd:after{
	content: '';
	background: url(../img/common/bddvd_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 48px;
	height: 48px;
	top:calc(50% - 27px);
	right: 24px;
	position: absolute;
}
#navMusic:after{
	content: '';
	background: url(../img/common/music_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 48px;
	height: 48px;
	top:calc(50% - 24px);
	right: 24px;
	position: absolute;
}
#navBooks:after{
	content: '';
	background: url(../img/common/book_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 48px;
	height: 42px;
	top:calc(50% - 22px);
	right: 24px;
	position: absolute;
}
#navSpecial:after{
	content: '';
	background: url(../img/common/special_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 48px;
	height: 45px;
	top:calc(50% - 22px);
	right: 24px;
	position: absolute;
}

/*#navNews{margin-left: 8.1em}
#navBooks{margin-left: 7.4em;}
#navTwi{margin-left: 6.2em;}*/
.mtriggerWrap{
	height: 80px;
	width: 80px;
	background-color: #fff100;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: auto;
	border-bottom-left-radius: 16px;
	transition: all .3s ease-in-out;
	z-index: 1000;
}
.mtriggerWrap .active{
	background-color: #222222;
	border-bottom-left-radius: 16px;
}
.mtrigger{
	display: block;
	height: 80px;
	width: 80px;
	position: absolute;
	top:0;
	right: 0;
	text-decoration: none;
	z-index: 2;
	transition: all .3s ease-in-out;
	border-bottom-left-radius: 16px;
}
.mtrigger:before{
	content: 'Menu';
	position: absolute;
	font-family: 'Dancing Script', cursive;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	bottom: 16px;
	transition: all .3s ease-in-out;
}
.mtrigger.active:before{
	content: 'Close';
	color: #fff;
}
.mtrigger div{
	width: 48px;
	height: 12px;
	position: absolute;
	margin: auto;
	top: 22px;
	left: calc(50% - 24px);
}
.mtrigger div span{
	width: 48px;
	height: 2px;
	background: #222222;
	right: 0;
	left: 0;
	position: absolute;
	transition: all .3s ease-in-out;
}
.mtrigger.active div span{
	background: #fff;
}
.mtrigger div span:nth-of-type(1){
	top:0;
}
.mtrigger div span:nth-of-type(2){
	bottom: 0;
}
.mtrigger.active div span:nth-of-type(1){
	top:6px;
	transform: rotate(30deg);
}
.mtrigger.active div span:nth-of-type(2){
	top:6px;
	transform: rotate(-30deg);
}
#inPagehead{
	width: 100%;
	height: 206px;
	margin: 0 auto;
	margin-top: 28px;
	margin-bottom: 78px;
	position: relative;
	display: flex;
}
#inPagehead h1{
	background:url("../img/common/logo.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 148px;
	height: 206px;
	margin-left: 32px;
	position: absolute;
}
#inPagehead h1 a{
	display: block;
	width: 148px;
	height: 206px;
}
#inPagehead h2{
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#inPagehead h2 .jaT{
	margin-bottom: 0;
}
.inPageContent{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 160px;
}
.inPageWrap{
	position: relative;
	width: 100%;
	padding: 40px;
	background: rgba(255,255,255,.8);
	border-radius: 16px;
}
.backBtn{
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: center;
}
.backBtn a{
	font-family: 'Dancing Script', 'Kosugi Maru', sans-serif, cursive;
	min-width: 200px;
	text-align: center;
	line-height: 20px;
	background-color: #ff6868;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 80px;
	border-radius: 24px;
	margin: 0 auto;
	position: relative;
}
.backBtn a:before{
	content: '';
	background:url("../img/common/btn_arrow.png");
	width: 80px;
	height: 16px;
	top: calc(50% - 11px);
	left: -40px;
	position: absolute;
	transition: all .3s ease-in-out;
	transform: scale(-1, 1);
}
.backBtn a:hover:before{
	left: -55px;
}
.backBtn a div{
	width: 40px;
	height: 2px;
	background-color: #fff;
	top: calc(50% - 1px);
	left: 0;
	position: absolute;
	transition: all .3s ease-in-out;
}
.backBtn a:hover div{
	width: 25px;
}
#Loading{
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
#tLoading{
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
}

/*-----------------------------------------------
* 01. TOP
-------------------------------------------------*/
#top{
	overflow: hidden;
}
#top.active{
	overflow: auto;
}
/* TOP LOADING */
#tp_loading .off{opacity: 0;}
#tp_loading .on{opacity: 1!important;}
#tp_loading{
	position: relative;
	width: 360px;
	height: 342px;
	margin: 0 auto;
	top: calc(50% - 171px);
}
#tp_load01_blur{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 12;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	transition: all 1s ease-in-out;
}
.off#tp_load01_blur{
	opacity: 0!important;
}
#tp_load01_a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/top/load_i01_a.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 13;
	transition: all .5s ease-out;
/*    transform: scale(5) translate(calc(50% - 224px), 115px) rotate(15deg);
	animation: buruburu 0.075s infinite linear alternate;*/
	width: 200%;
	left: 12.5px;
	top: 82px;
}
@keyframes load01 {
  0% {
	transform: rotate(0deg);
  }
  50% {
	transform: rotate(15deg);
  }
  100% {
	transform: rotate(0deg);
  }
}
@keyframes buruburu {
	0% {transform:translate(0, 0) rotate(-3deg);}
	50% {transform:translate(0, -1px) rotate(0deg);}
	100% {transform:translate(0, 0)rotate(3deg);}
}
.on2#tp_load01_a{
	transform: unset;
	top: 0;
	left: 0;
	width: 360px;
}
.on3#tp_load01_a{
	animation: unset;
}
#tp_load01_b{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#tp_load01_b_img{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 4;
}
.on #tp_load01_b_img:before {
  animation: img-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
@keyframes img-wrap {
  100% {
	transform: translateX(100%);
  }
}
#tp_load01_b_img div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/top/load_i01_b.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#tp_load02{
	position: absolute;
	width: 100%;
	height: 229.2px;
	top: 0;
	right: 0;
	z-index: 10;
	transition: all 1s cubic-bezier(0, 0, 0.06, 1);
}
#tp_load02_imgWrap{
	position: relative;
	width: 360px;
	height: 229.2px;
	top: 0;
	right: 0;
	overflow: hidden;
}
.cover1,
.cover2,
.cover3,
.cover4,
.cover5 {
  background: #fff;
  height: calc(100%/4);
  right: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: 3;
}

.on .cover1,
.on .cover2,
.on .cover3,
.on .cover4,
.on .cover5 {
/*  animation: cover 0.4s cubic-bezier(0, 0, .1, 0) forwards;*/
  animation: cover 0.4s cubic-bezier(0, 0, .1, 0) forwards;
}
.on .cover1 {
  top: 0;
}
.on .cover2 {
  animation-delay: 0.3s;
  top: calc(100%/4);
}
.on .cover3 {
  animation-delay: 0.6s;
  top: calc(100%/4*2);
}
.on .cover4 {
  animation-delay: 0.9s;
  top: calc(100%/4*3);
}
/*.on .cover5 {
  animation-delay: 1.4s;
  right: calc(100%/5*4);
}*/
@keyframes cover {
  100% {
	transform: translateX(100%);
  }
}
#tp_load02_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background: url(../img/top/load_i02_2.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#tp_load03_a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .8s ease-in-out;
	z-index: 10;
}
.tp_load03_a_imgWrap{
	position: relative;
	width: 360px;
	height: 324px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
}
#tp_load03_a_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/top/load_i04_a.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.reflection {
	height      :100%;
	width       :30px;
	position    :absolute;
	top         :-180px;
	left        :0;
	background-color: #fff;
	opacity     :0;
	transform: rotate(45deg);
	animation: reflection 2s ease-in-out infinite;
/*    -webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 2s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 2s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 2s ease-in-out infinite;*/
}
@keyframes reflection {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
#tp_load03_b{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#tp_load03_b_img{
	position: relative;
	width: 360px;
	height: 324px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
.on #tp_load03_b_img:before {
	animation: img-wrap .2s cubic-bezier(0, 0, .1, 0) forwards;
	background: #fff;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
#tp_load03_b_img div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/top/load_i04_b.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#tp_load04{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .8s cubic-bezier(0, 0, 0.06, 1);
	z-index: 4;
}
#tp_load04_img{
	position: relative;
	width: 360px;
	height: 324px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 8;
}
.on #tp_load04_img:before {
	/*  animation: img-wrap .3s cubic-bezier(.4, 0, .1, 0) forwards;*/
	animation: img-wrap .3s cubic-bezier(0,0,0,.54) forwards;
	background: #fff;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#tp_load04_img div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/top/load_i05.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#tp_load05{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
/*	background: url(../img/top/load_i06.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.tp_load05_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tp_load05_img:before{
	animation: img-wrap .3s cubic-bezier(0,0,0,.54) forwards;
	animation-play-state: paused;
	background: #fff;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#tp_load05.on .tp_load05_img:before{
	animation-play-state: running;
	animation-delay: .3s;
}
.tp_load05_imgIn{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.tp_load05_img__line{
	background-image: url(../img/top/load_i06_b.png);
}
.tp_load05_img__eng{
	opacity: 0;
	filter: blur(4px);
	background-image: url(../img/top/load_i06.png);
	transition: opacity .3s ease, filter .5s ease;
}
#tp_load05.on .tp_load05_img__eng{
	opacity: 1;
	filter: blur(0px);
}
.tp_load05_img__2nd_a{
	opacity: 0;
	filter: blur(4px);
	background-image: url(../img/top/load_i07.png);
	transform: translateY(15%);
	transform-origin: left bottom;
	transition: opacity .3s ease, transform .4s cubic-bezier(.39,.75,.67,1.58), filter .6s ease;
}
.tp_load05_img__2nd_b{
	opacity: 0;
	filter: blur(2px);
	background-image: url(../img/top/load_i07_b.png);
	transform: translateY(0);
	transition: opacity .3s ease, transform .4s cubic-bezier(.55,-0.29,.57,1.36), filter .8s ease;
}
#tp_load05.on .tp_load05_img__2nd_a,
#tp_load05.on .tp_load05_img__2nd_b{
	transition-delay: .4s;
	opacity: 1;
	filter: blur(0px);
	transform: translateY(0);
}

/* END TOP LOADING */
#fullWrap{
	background:url("../img/common/bg_ptn.png");
	background-color: #fff;
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
	animation: wrapbg 30s infinite linear;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
@keyframes wrapbg {
	0% {  background-position-x: 0;  }
	100% {  background-position-x: 960px;
		background-position-y: -1660px; }
}
#tp_top{
	position: relative;
	padding-bottom: 120px;
}
#tp_top .on{
	opacity: 1;
}
#headFV{
	width: 100%;
	min-width: 1200px;
/*    min-height: 928px;*/
	display: flex;
	position: relative;
}
#headFV--LWrap{
	width: 50%;
	height: 70vw;
	min-width: 600px;
	min-height: 848px;
	border-bottom-right-radius: 48px;
	background-color: #fff100;
	position: relative;
	border-bottom: 8px solid #fff100;
	border-right: 8px solid #fff100;
}
#headFV--L_01{
	background-image: url("../img/top/visual/kv_2nd_1_bg.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-height: 840px;
	border-bottom-right-radius: 40px;
	position: absolute;
}
#headFV--L_02{
	background-image: url("../img/top/visual/kv_2nd_1_red.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-height: 840px;
	border-bottom-right-radius: 40px;
	/*z-index: 2;*/
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#headFV--L_03{
	background-image: url("../img/top/visual/kv_2nd_1_rit.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-height: 840px;
	border-bottom-right-radius: 40px;
	position: absolute;
	/*z-index: 3;*/
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#headFV--L_04{
	background-image: url("../img/top/visual/kv_2nd_1_ruti.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-height: 840px;
	border-bottom-right-radius: 40px;
	position: absolute;
	/*z-index: 3;*/
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#headFV--L_catch{
	background: url("../img/top/kv_catch.png");
	background-repeat: no-repeat;
	background-size: 100%;
	min-width: 105px;
	min-height: 570px;
	position: absolute;
	top:0;
	left: 0;
	top: 48px;
	top: 3.773585%;
	left: 190px;
	left: 31.6667%;
	width: 8.75vw;
	height: 47.5vw;
	z-index: 4;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#headFV--L_catch p{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 700;
	font-size: max(2.6667vw, 32px);
	font-size: 2.6667vw;
	color: #fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	letter-spacing: 0.15em;
	text-shadow: 2px 2px 10px rgba(0,0,0,.4) ,
-2px 2px 10px rgba(0,0,0,.4) ,
2px -2px 10px rgba(0,0,0,.4) ,
-2px -2px 10px rgba(0,0,0,.4);
}
#headFV--L_img02In{
	background:url("../img/top/visual/kv_2nd_2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-height: 840px;
	border-bottom-right-radius: 40px;
	position: absolute;
}
#headFV--L_img01,#headFV--L_img02{
	opacity: 0;
	transition: .3s ease;
}
#headFV--L_img01.kv-active,
#headFV--L_img02.kv-active{
	opacity: 1!important;
}
@media all and (-ms-high-contrast: none) {
	#headFV--L_img01,#headFV--L_img02{
		opacity: 0;
		display: none;
		transition: .3s ease;
	}
	#headFV--L_img01.kv-active,
	#headFV--L_img02.kv-active{
		display: block!important;
		opacity: 1!important;
	}
}
#headFVChange{
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	width: 9.334vw;
	height: 9.334vw;
	min-width: 112px;
	min-height: 112px;
	z-index: 11;
}
#headFVChange:before{
	content: '';
	display: block;
	width: 9.334vw;
	height: 9.334vw;
	min-width: 112px;
	min-height: 112px;
	background: url(../img/top/headKV_change_arrow.png) no-repeat center center / 100%;
	animation: changeCircle 10s linear infinite;
}
@keyframes changeCircle {
	0% {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}
.headFVChangeWrap{
	width: 6.67vw;
	height: 6.67vw;
	min-width: 80px;
	min-height: 80px;
	border-radius: 50%;
	border: 4px solid #fff100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.kvCbtn-js{
	display: block;
	border: 2px solid #FFF;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	transition: .3s ease;
}
.kvCbtn-js.kv-active{
	opacity: 1!important;
}
#headFVChange .kvCbtn-js img{
	width: 100%;
	transition: .4s ease;
}
#headFVChange:hover .kvCbtn-js img{
	transform: scale(1.2);
}

#headFV--RWrap{
	width:50%;
	height: 70vw;
	min-width: 600px;
	min-height: 848px;
	position: relative;
	top:0;
	right:0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#headFV--RWrap h1{
	background:url("../img/common/logo.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 30vw;
	height: 28.5834vw;
	min-width: 360px;
	min-height: 343px;
	position: absolute;
	top:13.915094%;
	right:22.6667%;
	z-index: 10;
}
.headFV_yt{
	width: 100%;
	height: 26.6667vw;
	min-width: 600px;
	min-height: 320px;
	position: relative;
	top:47.169811%;
	right: 13.3333%;
	background-color: #fff100;
	border-radius: 24px;
	z-index: 4;
	overflow: hidden;
}
#headFV_ytIn{
	position: absolute;
/*    top:50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	pointer-events: none;
	transform: scale(1.05);
}
#headFV_yt--fil{
	background: #fffaa2;
	position: absolute;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
@media all and (-ms-high-contrast: none) {
  #headFV_yt--fil {
	opacity: 0.4;
  }
}
#headFV_yt--bor{
	margin: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 2px dashed #fff;
	z-index: 100;
	border-radius: 20px;
	position: absolute;
}
.btnyt{
	position: absolute!important;
	/*right: 12.7%!important;*/
	z-index: 11!important;
	opacity: 0;
}
.movcur {
	width: 88px;
	height: 84px;
	transition: transform .2s;
	pointer-events: none;
	transform: scale(0);
	position: absolute;
	z-index: 100;
}
.movcur.active {
	transform: scale(1);
}
.movcur span {
	display: block;
	width: 100%;
	height: 100%;
/*  background: rgb(252,250,239);
  background: linear-gradient(204deg, rgba(252,250,239,1) 0%, rgba(240,250,252,1) 21%, rgba(111,223,166,1) 56%, rgba(253,253,247,1) 98%);
  opacity: .6;
  border-radius: 50%;
  position: absolute;
*/
	background:url("../img/top/mv_play.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.movcur span::after {
	content: '';
	display: block;
	background:url("../img/top/mv_circle.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	animation: elemspin 5s linear infinite;
/*  width: 80%;
  height: 80%;
  background-color: #fff;
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;*/
}
.btn {
  display: inline-block;
/*  margin: 30px 50px;
  padding: 1em 3em;*/
  background-color: #000;
  color: #fff;
  transition: all .3s;
/*  border: 1px solid #000;*/
  cursor: pointer;
}
.btn:hover {
  background-color: #fff;
  color: #000;
}
@keyframes elemspin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.h_eng{
	position: absolute;
	width: 100%;
	height: 70vw;
	min-width: 600px;
	min-height: 848px;
	left: 0;
}
.h_eng_txt{
	position: absolute;
	top: 75.471698%;
	height: 18.985849%;
	width: 100%;
	min-width: 1200px;
	pointer-events: none;
}
.h_eng_txt:after{
	content: '';
	background:url("../img/top/h_eng.png") repeat-x 0 0 / auto;
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	mix-blend-mode: overlay;
	z-index: 10;
	animation: slideEng 140s linear infinite;
}
@keyframes slideEng {
	from { background-position: 9745px 0; }
	to   { background-position: 0 0; }
}
#top_Fixed{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 10;
	top:0;
	left: 0;
}
.toScroll{
	position: absolute;
	height: 100%;
	width: 80px;
	right: 0;
	top: 0;
	z-index: 2000;
}
.toScroll a{
	width: 80px;
	height: 160px;
	position: absolute;
	right: 0;
	bottom: 40px;
	display: block;
	font-family: 'Dancing Script', cursive;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
/*    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;*/
	text-decoration: none;
}
.toScroll a span{
	display: block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	transform: rotate(90deg);
}
.toScroll a:after{
	content: '';
	background: url(../img/common/to_arrow.png);
	position: absolute;
	width: 16px;
	height: 80px;
	top:80px;
	left: calc(50% - 8px);
	animation: scrollinfinite 3s cubic-bezier(0.6, 0.1, 0.46, 0.99) infinite;
}
@keyframes scrollinfinite {
	0%,50%,100% {
		transform:translateY(0);
		opacity:1;
	}
	75% {
		transform:translateY(20px);
		opacity:0;
	}
	76% {
		transform:translateY(-20px);
		opacity:0;
	}
	76% {
		transform:translateY(-20px);
		opacity:0;
	}
}
.kv_notice{
	position: absolute;
	bottom: 16px;
	left: 16px;
	width: 180px;
	height: 180px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.kv_notice p{
	width: 100%;
	height: 100%;
	background: url(../img/top/kv_notice_2ndseason.png) no-repeat center center / 100%;
	animation: bounce .5s ease alternate infinite;
}
.kv_notice p a {
	display: block;
	height:100%;
	border-radius: 50%;
}
@keyframes bounce {
 0% {
transform: translateY(0px) scale(1);
}
 100% {
transform: translateY(-15px) scale(0.95, 1);
}
}

/* TOP COMMON*/
.tp_ttl .enT{
	font-size: 64px;
	line-height: 80px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
	display: block;
}
.tp_ttl .enT:before{
	content:'';
	position: absolute;
	background:url("../img/common/tp_ttl_ac.png");
	width: 48px;
	height: 4px;
	left: 50%;
	margin-left: -24px;
	bottom: 0;
}
.tp_ttl .jaT{
	color: #ff6868;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	padding-top: 22px;
	margin-bottom: 60px;
	display: block;
}
.toBtn{
	width: 100%;
	height: 48px;
	display: flex;
	/*justify-content: center;*/
}
.toBtn a{
	font-family: 'Dancing Script', 'Kosugi Maru', sans-serif, cursive;
	min-width: 200px;
	text-align: center;
	line-height: 20px;
	background-color: #ff6868;
	border: 2px solid #ff6868;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 80px;
	border-radius: 24px;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease-in-out;
}
.toBtn a:hover{
	border: 2px solid #ff6868;
	color: #ff6868;
	background-color: #fff;
}
.toBtn a:before{
	content: '';
	background:url("../img/common/btn_arrow.png");
	width: 80px;
	height: 16px;
	top: calc(50% - 11px);
	right: -40px;
	position: absolute;
	transition: all .3s ease-in-out;
}
.toBtn a:hover:before{
	right: -55px;
}
.toBtn a div{
	width: 40px;
	height: 2px;
	background-color: #fff;
	top: calc(50% - 1px);
	right: 0;
	position: absolute;
	transition: all .3s ease-in-out;
}
.toBtn a:hover div{
	width: 25px;
	background-color: #ff6868;
}
/*.tp_circleWrap_r{
	position: relative;
	overflow: hidden;
}*/
.tp_circleWrap_r{
	width: 100vw;
	height:100vw;
	min-width: 1200px;
	min-height: 1200px;
	position: absolute;
	top: 608px;
	top: 50.6667vw;
	left: 25vw;
	overflow: hidden;
	background: #fff100;
	border-radius: 50%;
	mix-blend-mode: multiply;
}
.tp_circleWrap_l{
	width: 100vw;
	height:100vw;
	max-width: 1600px;
	max-height: 1600px;
	min-width: 1200px;
	min-height: 1200px;
	position: absolute;
	bottom: 110px;
/*    top: 50.6667vw;*/
	left: -10%;
	overflow: hidden;
	background: #fff100;
	border-radius: 50%;
	mix-blend-mode: multiply;
}

/* Update & Twitter */
#uptwi{
	width: 100%;
	max-height: 60vw;
	min-width: 1200px;
	min-height: 720px;
	display: flex;
	padding-top:40px;
}
#tp_update{
	width: 40%;
	height: 60vw;
	min-width: 480px;
	max-height: 720px;
	position: relative;
	top: 0;
	left: 6.6667%;
	margin-right: 6.6667%; 
}
.tp_ttl{
	font-family: 'Dancing Script', 'Kosugi Maru', sans-serif, cursive;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
#tp_update .tp_ttl:before{
	content:'';
	background:url("../img/common/update_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 48px;
	left: calc(50% - 179px);
	top:calc(50% - 24px);
}
#update_contWrap{
	margin: 0 auto;
	padding: 30px 30px 40px 30px;
	background-color: rgba(255,255,255,.8);
	border-radius: 16px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
#update_contWrap li a{
	display: block;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
}
#update_contWrap li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: rgba(255,104,104,0.2); */
	background: rgba(255,241,0,0.3);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 16px;
}
#update_contWrap li a:hover:before {
	transform: scale(1);
	opacity: 1;
}

#update_contWrap ul{
	margin: 0 auto;
	margin-bottom: 26px;
	width: 100%;
/*    max-height: 365px;*/
}
#update_contWrap li{
	width: 100%;
	position: relative;
/*    padding-bottom: 10px;
	padding-top: 10px;*/
}
#update_contWrap li:last-child{
	margin-bottom: 0;
}
.update_bar:after{
	content:'';
	position: absolute;
	background:url("../img/common/update_arrow.png");
	width: 32px;
	height: 16px;
	bottom: -4px;
	right: 0;
}
.update_time{
	font-family:'Dancing Script', cursive;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #ff6868;
	padding-bottom: 16px;
	font-weight: 700;
	text-decoration: none;
}
.update_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
	color: #222222;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	position: relative;
	text-align: justify;
	text-overflow: ellipsis;
	width:100%;
	margin:auto;
}
.update_ttl::before, .update_ttl::after {
	content: '…';
	line-height: 1;
	position: absolute;
	right: 0;
	top: 3em;
	-ms-wrap-flow: start;
}
.update_ttl::after {
	background: currentColor;
	color: white;
	top: auto;
}
@supports (-webkit-line-clamp: 2) {
	.update_ttl {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}
	.update_ttl::before, .update_ttl::after {
		content: normal;
	}
}
.update_bar{
	position: relative;
	width: 100%;
	height: 2px;
	background: rgba(34,34,34,.2);
	bottom: 0px;
	margin-top: 24px;
	margin-bottom: 4px;
	left: 0;
}
#tp_twi{
	width: 40%;
	height: 528px;
	min-width: 480px;
	min-height: 528px;
	position: relative;
	margin-top: 33px;
	margin-right: 6.6667%;
}
#tp_twi{
	margin-left: 6.6667%;
	padding: 30px 30px 40px 30px;
	background-color: rgba(255,255,255,.8);
	border-radius: 16px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
#tp_twiContent{
	border: 2px dashed #222222;
	width: 100%;
	min-width: 400px;
	height: 398px;
	min-height: 398px;
	border-radius: 16px;
	margin-bottom: 26px;
	overflow: hidden;
}
.topTwWidget{
	height: 100%;
	overflow-x: hidden;
}
.twitter-timeline{
	border-radius: 16px;
}
#tp_twi .toBtn a:after{
	content: '';
	background:url("../img/common/twi_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 17px;
	position: absolute;
	top: calc(50% - 8.5px);
	left: calc(50% - 96px);
	transition: all .3s ease-in-out;
}
#tp_twi .toBtn a:hover::after{
	background: url("../img/common/twi_icon_on.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

/* Top INTRODUCTION */
#tp_intro{
	width: 100%;
	min-width: 1200px;
	/*height: 158.34vw;
	min-height: 1900px;*/
		position: relative;
	padding-top:126px;
}
.tp_introContWrap{
	width: 100%;
	position: relative;
	margin-top: 20px;
	padding-bottom: 270px;
}
#tp_intro .tp_ttl:before{
	content:'';
	background:url("../img/common/intro_icon.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 55px;
	height: 43px;
	left: calc(50% - 248px);
	top:calc(50% - 22.5px);
}

.tp_introTabLists{
	display: flex;
	justify-content: center;
}
.tp_introTabList{
	width: 240px;
}
.tp_introTabList .toBtn{
	padding: 0 12px;
}
.tp_introTabList .toBtn a{
	padding: 14px 0;
	background-color: #FFF;
	border: 2px solid #222222;
	color: #222222;
	transition: .3s ease;
}
.tp_introTabList .toBtn a:hover{
	background-color: rgba(255, 104, 104, .6);
}
.tp_introTabList .toBtn a.tab-active{
	background-color: #ff6868;
	border: 2px solid #ff6868;
	color: #FFF;
}
.tp_introTabList .toBtn a:before{
	content: unset;
}




.tp_intro--imgRWrap{
	width: 50%;
	height: 70vw;
	min-width: 600px;
	min-height: 848px;
	border-top-left-radius: 48px;
	border-bottom-left-radius: 48px;
	background-color: #fff100;
	position: absolute;
	top: 120px;
	right:0;
	border-top: 8px solid #fff100;
	border-bottom: 8px solid #fff100;
	border-right: 8px solid #fff100;
}
#tp_intro--imgR{
	height: 100%;
	width: 100%;
	min-height: 832px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	position: absolute;
	margin-left: 8px;
	overflow: hidden;
}
.tp_intro--imgIn{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: .3s ease;
	opacity: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}
.tp_intro--imgR__1st{
	background-image: url("../img/top/intro_img_r.jpg");
}
.tp_intro--imgR__2nd{
	background-image:url("../img/top/visual/kv_2nd_1_bg.jpg");
}
#tp_intro.season1 .tp_intro--imgR__1st{
	opacity: 1;
}
#tp_intro.season2 .tp_intro--imgR__2nd{
	opacity: 1;
}

.tp_intro--ingLWrap{
	width: 40%;
	height: 30vw;
	min-width: 480px;
	min-height: 360px;
	border-top-right-radius: 48px;
	border-bottom-right-radius: 48px;
	position: absolute;
	background-color: #fff100;
	left: 0;
	bottom: 0;
	border-top: 8px solid #fff100;
	border-bottom: 8px solid #fff100;
	border-left: 8px solid #fff100;
}
#tp_intro--imgL{
	width: 100%;
	height: 100%;
	min-width: 344px;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	position: absolute;
	margin-left: -8px;
	overflow: hidden;
}
.tp_intro--imgL__1st{
	background-image: url("../img/top/intro_img_l.png");
}
.tp_intro--imgL__2nd{
	background-image: url("../img/top/intro_img_l_2nd.png");
}
#tp_intro.season1 .tp_intro--imgL__1st{
	opacity: 1;
}
#tp_intro.season2 .tp_intro--imgL__2nd{
	opacity: 1;
}

.tp_intro--txtWrap{
	font-family: 'Kosugi Maru', sans-serif;
	width: 60%;
	padding: 6% 6.667%;
	background-color: rgba(255,255,255,.8);
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: relative;
	margin-top:160px;
	left: 0;
}
.tabDetail{
	transition: .3s ease;
	opacity: 0;
}
.tabDetail.is-active{
	opacity: 1;
}
.tp_intro--txtWrap h3{
	font-size: 24px;
	font-size: max(2vw, 16px);
	color: #ff6868;
	font-weight: bolder;
	line-height: 48px;
	line-height: 2;
	margin-bottom: 48px;
}
.tp_intro--txtWrap p{
	font-size: 16px;
	font-size: max(1.334vw, 16px);
	line-height: 32px;
	line-height: 2;
	color: #222222;
	margin-bottom: 70px;
}
.tp_intro--txtWrap p:last-child{
	margin-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
	.tp_introContWrap{
		height: calc(116.834vw + 270px);
		min-width: 1200px;
		min-height: 1672px;
	}
	.tp_intro--imgRWrap{
		margin-top: 0;
	}
	.tp_intro--txtWrap h3{
		font-size: 2vw;
	}
	.tp_intro--txtWrap p {
		font-size: 1.334vw;
	}
	.tp_intro--txtWrap{
		position: absolute;
		top: 80px;
		margin-top: 0;
	}
}

/* CHARACTER */
#character{
	width: 100%;
	padding-top: 160px;
	margin-bottom: 120px;
}
#character h2{
	/*margin-bottom: 60px;*/
	margin-bottom: 60px;
}
#character .tp_ttl:before {
	content: '';
	background: url(../img/common/character_icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 46px;
	height: 46px;
	left: calc(50% - 200px);
	top: calc(50% - 23px);
}
#character .tp_ttl .jaT{
	margin-bottom: 40px;
}
#character .comTabLists{
	margin-bottom: 160px;
}
.characterWrap{
	position: relative;
	width: 100%;
	padding-top: 10px;
}
.characterMainListsWrap{
	position: unset!important;
}
.characterMainLists{
	width: 100%;
	position: relative;
	display: flex;
	pointer-events: none;
}
.characterMainList{
	width: 100%;
	height: 660px;
	pointer-events: auto;
}
.characterMain{
	width: 100%;
	font-family: 'Kosugi Maru', sans-serif;
	display: flex;
	justify-content: space-between;
	padding: 0 6.667%;
	padding-top: 170px;
}
.charaMain_BG{
	background-color: #fff100;
	width: 100%;
	height: 400px;
	mix-blend-mode: multiply;
	position: absolute;
	top: 110px;
}
.characterMain_CharaImg{
	width: 302px;
	height: 664px;
	position: absolute;
	top: 0;
	left: calc(50% - 151px);
}
.characterMain_CharaImg.Theodora{
	width: 427px;
	height: 664px;
	position: absolute;
	top: 0;
	left: calc(50% - 239px);
}
.characterMain_CharaImg img{
	width: 100%;
}
.characterMain_JpWrap{
	width: 30%;
	min-width: 360px;
}
.characterMain_EnWrap{
	width: 30%;
	min-width: 360px;
}
.characterMainList:nth-of-type(15) .characterMain_CharaImg{
	width: 362px;
	left: calc(50% - 181px);
	background: url(../img/top/character/chara_15.png) no-repeat center bottom;
}
.characterMainList:nth-of-type(12) .characterMain_JpWrap{
	min-width: 340px;
}
.characterMainList:nth-of-type(12) .characterMain_EnWrap{
	min-width: 330px;
}

.characterMain_JpWrap h3,
.characterMain_EnWrap h3{
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 24px;
}
.characterMain_JpWrap h3 span,
.characterMain_EnWrap h3 span{
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
}
.characterMain_EnWrap{
	letter-spacing: 0;
}
.characterMain_JpWrap p,
.characterMain_EnWrap p{
	font-size: 16px;
	line-height: 2;
}

.characterThumbLists{
	display: flex;
	flex-wrap: wrap;
	width: 374px;
	position: absolute;
	/*top: -80px;*/
	top: -160px;
	bottom: unset;
	left: 6.667%;
	z-index: 10;
}
.characterThumbList{
	display: block;
	width: 62px;
	height: 62px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 16px;
	margin-bottom: 16px;
	border: 2px dashed #000;
	background-color: #fff;
}
.characterThumbList:nth-of-type(5n){
	margin-right: 0;
}
.characterThumbList:nth-last-child(-n+5){
	margin-bottom: 0;
}
.characterThumbLists .swiper-pagination{
	display: flex;
	flex-wrap: wrap;
	width: 374px;
}
.characterThumbList.swiper-pagination-bullet{
	opacity: 1;
}
.characterThumbList.swiper-pagination-bullet-active{
	border: 2px solid #ff6868;
}
.characterThumbList img{
	width: 100%;
}

.chara_pagenation{
	position: absolute;
	width: 100%;
	bottom: 60px;
}
.swiper-scrollbarWrap{
	margin: 0 13.334% 0;
	touch-action: manipulation;
	position: relative;
	height: 4px;
}
.swiper-scrollbarWrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,.2);
    bottom: 0px;
    left: 0;
}
.swiper-scrollbar {
    width: 100% !important;
    height: 4px !important;
    left: 0 !important;
    background: none !important;
    touch-action: manipulation;
}
.swiper-scrollbar-drag {
    background: #ff6868;
}
.chara_pagenation .swiper-button-next{
	width: 26px;
	height: 80px;
	background: url(../img/top/character/chara_arrow_right.svg) no-repeat center center / 100%;
	color: unset;
	margin-top: -38px;
	top: 0;
	right: 6.667%;
}
.chara_pagenation .swiper-button-prev{
	width: 26px;
	height: 80px;
	background: url(../img/top/character/chara_arrow_left.svg) no-repeat center center / 100%;
	color: unset;
	margin-top: -38px;
	top: 0;
	left: 6.667%;
}
.chara_pagenation .swiper-button-next:after,
.chara_pagenation .swiper-button-prev:after{
	content: unset;
}

.tp_charaContWrap{
	width: 100%;
	position: relative;
	margin-top: 20px;
	padding-bottom: 270px;
}
@media all and (-ms-high-contrast: none) {
	.tp_charaContWrap{
		height: calc(116.834vw + 270px);
		min-width: 1200px;
		min-height: 1672px;
	}
}

/* BOOKS */
#tp_bookWrap{
	width: 1200px;
	margin: 0 auto;
	padding-top: 160px;
	margin-bottom: 240px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#tp_bookWrap .tp_ttl{
	position: absolute;
	top: 146px;
	width: 480px;
	right: 0;
	margin-right: 80px;
}
#tp_bookWrap .tp_ttl:before{
	content:'';
	background:url("../img/common/book_icon.png");
	background-size: 100%;
	position: absolute;
	width: 56px;
	height: 46px;
	left: calc(50% - 168px);
	top:calc(50% - 23px);
}
#tp_bookWrap h3{
	display: flex;
	align-items: center;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
/*    letter-spacing: .4em;*/
	color: #222222;
	margin-bottom: 20px;
}
#tp_bookWrap h3:after{
	content: '';
	width: calc(100% - 2.75em);
	height: 2px;
	background: rgba(0,0,0,.2);
	margin-left: 0.5em;
}
#tp_book_novel{
	width: 480px;
	margin-left: 80px;
}
#tp_bookWrap ul{
	width: 480px;
	margin-bottom: 16px;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
#tp_bookWrap li{
	width: 144px;
	height: 200px;
	margin-right: 24px;
	margin-bottom: 24px;
	border-radius: 8px;
	overflow: hidden;
}
#tp_bookWrap li img{
	width: 100%;
	transition: .3s all;
}
#tp_bookWrap li:nth-child(3n){
	margin-right: 0;
}
#tp_bookWrap li a img:hover{
	transform: scale(1.1);
	opacity: .8;
}
#tp_bookWrap .toBtn a{
	font-size: 16px;
}
#tp_book_comic{
	width: 480px;
	margin-left: 80px;
	margin-right: 80px;
	position: absolute;
	top: 384px;
	right: 0;
}
#tp_book_comic h3:after{
	width: calc(100% - 6.2em);
}

#tp_book_spinoff{
	width: 100%;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 80px;
}
#tp_book_spinoff h3:after{
	width: calc(100% - 6.2em);
}
#tp_book_spinoff ul{
	width: 100%;
}
#tp_book_spinoff li:nth-child(3n){
	margin-right: 24px;
}

/* footer */
footer{
	width: 100%;
	margin: auto auto 0;
	position: relative;
}
#footWrap{
	width: 1200px;
	margin: 0 auto;
}
#footsns{
	width: 100%;
	margin:0 auto;
	margin-bottom: 80px;
}
#footsns dl{
	display: flex;
	align-items: center;
	justify-content: center;
}
#footsns dt{
	font-family: 'Dancing Script', cursive;;
	font-size: 20px;
	font-weight: bold;
	margin-right: 18px;
}
#footsns dd{
	margin-right: 18px;
}
#footsns dd:last-child{
	margin-right: 0;
}
.shareList__link--tw{
	background: url("../img/common/sns_twi.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 17px;
	display: block;
}
.shareList__link--fb{
	background: url("../img/common/sns_fb.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
}
.shareList__link--li{
	background: url("../img/common/sns_line.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	display: block;
}
#footbnr{
	width: 1040px;
	margin:0 auto;
}
#footbnr ul{
	width: 1040px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footbnr li{
	width: 242px;
	height: 72px;
	margin-right: 24px;
}
#footbnr li img{
	width: 100%;
}
#footbnr li:nth-child(4n){
	margin-right: 0;
}
.copyRight{
	font-size: 12px;
	color: #222222;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 80px;
}
.toTop{
	position: absolute;
	height: 100%;
	width: 80px;
	right: 0;
	top: 0;
	z-index: 2000;
}
.toTop a{
	width: 80px;
	height: 160px;
	position: absolute;
	right: 0;
	bottom: 248px;
	display: block;
	font-family: 'Dancing Script', cursive;
	font-size: 20px;
	font-weight: 700;
/*    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;*/
	text-decoration: none;
}
.toTop a span{
	display: block;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	transform: rotate(90deg);
	position: absolute;
	top:80px;
}
.toTop a:before{
	content: '';
	background: url(../img/common/to_arrow.png);
	transform: rotate(180deg);
	position: absolute;
	width: 16px;
	height: 80px;
	left: calc(50% - 8px);
	animation: toTopinfinite 3s cubic-bezier(0.6, 0.1, 0.46, 0.99) infinite;
}
@keyframes toTopinfinite {
	0%,50%,100% {
		top:0;
		opacity:1;
	}
	75% {
		top: -20px;
		opacity:0;
	}
	76% {
		top: 20px;
		opacity:0;
	}
}
.ef {
	transition: all 0.7s ease;
	opacity: 0;
}
.efo {
	opacity: 1;
}
/*-----------------------------------------------
* 02. NEWS
-------------------------------------------------*/
.linkOn:after{
	opacity: 1!important;
}
.linkOn .enNav span{
	background: linear-gradient(transparent 40%, #ffff00 0%);
}
#news .tp_ttl:before{
	content:'';
	background:url("../img/common/update_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 48px;
	left: calc(50% - 179px);
	top:calc(50% - 24px);
}
.newsListsWrap{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.newsListsWrap li:last-child{
	margin-bottom: 0px;
}
.newsList{
	margin-bottom: 40px;
}
.newsList a{
	display: block;
	padding: 40px;
	padding-bottom: 36px;
	position: relative;
	width: 100%;
	background: rgba(255,255,255,.8);
	border-radius: 16px;
	text-decoration: none;
}
.newsList .update_bar{
	position: relative;
	bottom: 0;
	margin-top: 24px;
	margin-bottom: 4px;
}
.newsList .update_bar:after {
	content: '';
	position: absolute;
	background: url(../img/common/update_arrow.png);
	width: 32px;
	height: 16px;
	bottom: -4px;
	right: 0;
}
.newsList a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: rgba(255,104,104,0.2);*/
	background: rgba(255,241,0,0.3);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 16px;
}
.newsList a:hover:before {
	transform: scale(1);
	opacity: 1;
}
/* NEWS DETAIL */
.newsDetailWrap{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.newsDetai--ttl{
	margin-bottom: 40px;
}
.newsDetai--ttl .update_bar{
	position: relative;
	margin-top: 20px;
}
.news_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	color: #222222;
	line-height: 1.5;
	width:100%;
}
.newsDetailCnt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
}
.newsDetailCnt p{
	color: #222;
	margin-bottom: 40px;
}
.newsDetailCnt img {
	display: inline;
	height: auto;
	max-width: 100%;
}
.newsDetailCnt p.center {
	text-align: center;
}
.newsDetailCnt p.right {
	text-align: right;
}
.newsDetailCnt .ytWrap{
	display: inline-block;
	width: 640px;
	height: 360px;
}
.newsDetailCnt .ytWrap iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.newsDetailCnt p.inBorder{
	border: 1px solid #d3d3d3;
	border-radius: 8px;
	padding: 24px;
}
.newsDetailCnt span.mkr {
	background-color: #fff100;
	font-weight: bold;
}
.newsDetailCnt a.link{
	text-decoration: none;
	color: #ff6868;
	transition: opacity .3s ease;
}
.newsDetailCnt a.link:hover{
	opacity: .65;
}
.newsDetailCnt .toBtn{
	justify-content: normal;
	margin-bottom: 40px;
}
.newsDetailCnt .toBtn a{
	font-size: 16px;
	margin: 0;
}
.newsDetailCnt span.newsText_indent{
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}

/*-------------
NEWS IN CSS
-------------*/
.news_charaInfo{margin-bottom: 40px;}
.news_charaInfo h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.news_charaInfo h3 span{font-size: 18px; margin-left: 1em;}
.news_charaInfo p.center{margin:0;}
.news_interview{margin-bottom: 40px;}
.news_interview h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.news_interview h4{
	font-size: 18px;
	margin-bottom: 0.2em;
}
.news_interview p{padding-left: 1.2em;margin-bottom: 20px;}

/*-------------
END NEWS IN CSS
-------------*/
/*-----------------------------------------------
* 03. ONAIR
-------------------------------------------------*/
#onair .tp_ttl:before{
	content:'';
	background:url("../img/common/onair_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 48px;
	left: calc(50% - 179px);
	top:calc(50% - 24px);
}
.onairDetailWrap{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.onairDetai--ttl{
	margin-bottom: 40px;
}
.onairDetai--ttl .update_bar{
	position: relative;
	margin-top: 20px;
}
.onair_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	color: #ff6868;
	line-height: 1.5;
	width:100%;
}
.onairDetailCnt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
}
.onairDetailCnt h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.onairDetailCnt a.link{
	text-decoration: none;
	color: #ff6868;
	transition: opacity .3s ease;
}
.onairDetailCnt a.link:hover{
	opacity: .65;
}
.onairDetailCnt .toBtn{
	justify-content: normal;
	margin-bottom: 40px;
}
.onairDetailCnt .toBtn a{
	font-size: 16px;
	margin: 0;
}
.onairDetailCnt table{
	margin: 30px 0 0 0;
	border: #000 1px dotted;
	width: 100%;
}
.onairDetailCnt th{
	background-color:#ffff00;
	font-weight: bold;
}
.onairDetailCnt th,tr,td{
	padding: 25px;
}
.onairDetailCnt tr{
	border: #000 1px dotted;
}
.w__c{
	width: 30%;
}
.onairDetailCnt p{
	color: #222;
	font-size: 13px;
	text-align: center;
	margin: 20px 0 40px 0;
}
/*-----------------------------------------------
* 0４. MUSIC
-------------------------------------------------*/
#music .tp_ttl:before{
	content:'';
	background:url("../img/common/music_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 57px;
	left: calc(50% - 179px);
	top:calc(50% - 24px);
}
.musicDetailWrap{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.musicDetai--ttl{
	margin-bottom: 40px;
}
.musicDetai--ttl .update_bar{
	position: relative;
	margin-top: 20px;
}
.music_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	color: #ff6868;
	line-height: 1.5;
	width:100%;
}
.musicDetailCnt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
}
.musicDetailCnt p{
	color: #222;
	margin-bottom: 40px;
}
.musicDetailCnt p:last-of-type{
	margin-bottom: 0;
}
.musicDetailCnt p span{
	background-color: rgba(255,241,0,0.3);
	padding: 5px;
}
.musicDetailCnt h3{
	color: #ff6868;
	font-size: 20px;
	font-weight: bold;
}
.musicDetailCnt .ytWrap{
	display: inline-block;
	width: 800px;
	height: 450px;
}
.musicDetailCnt .ytWrap iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.musicDetailCnt a.link{
	text-decoration: none;
	color: #ff6868;
	transition: opacity .3s ease;
}
.musicDetailCnt a.link:hover{
	opacity: .65;
}
.musicDetailCnt .toBtn{
	justify-content: normal;
	margin-bottom: 40px;
}
.musicDetailCnt .toBtn a{
	font-size: 16px;
	margin: 0;
}
/*-----------------------------------------------
* 05. STAFFCAST
-------------------------------------------------*/
#staffcast .tp_ttl:before{
	content:'';
	background:url("../img/common/staff_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 55px;
	left: calc(50% - 179px);
	top:calc(50% - 24px);
}
#staffcast ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#staffcast li{
	width: 515px;
}
#staffcast li:first-child{
	margin-right: 20px;
}
#staffcast .navLists li{
	width: 100%;
}
#staffcast .navLists li:first-child{
	margin-right: unset;
}
.staffcastDetailWrap{
	margin: 0 auto;
	margin-bottom: 30px;
}
.staffcastDetai--ttl{
	margin-bottom: 40px;
}
.staffcastDetai--ttl .update_bar{
	position: relative;
	margin-top: 20px;
}
.staffcast_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	color: #ff6868;
	line-height: 1.5;
	width:100%;
}
.staffcastDetailCnt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
}
.staffcastDetailCnt p{
	color: #222;
	margin-bottom: 17px;
}
.staffcastDetailCnt p span{
	font-size: 14px;
}
.staffcastDetailCnt .ytWrap{
	display: inline-block;
	width: 800px;
	height: 450px;
}
.staffcastDetailCnt .ytWrap iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.staffcastDetailCnt a.link{
	text-decoration: none;
	color: #ff6868;
	transition: opacity .3s ease;
}
.staffcastDetailCnt a.link:hover{
	opacity: .65;
}
.staffcastDetailCnt .toBtn{
	justify-content: normal;
	margin-bottom: 40px;
}
.staffcastDetailCnt .toBtn a{
	font-size: 16px;
	margin: 0;
}
/*-----------------------------------------------
* 06. SPECIAL
-------------------------------------------------*/
#special .tp_ttl:before{
	content:'';
	background:url("../img/common/special_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 53px;
	left: calc(50% - 179px);
	top:calc(50% - 24px);
}
.specialDetailWrap{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.specialDetai--ttl{
	margin-bottom: 40px;
}
.specialDetai--ttl .update_bar{
	position: relative;
	margin-top: 20px;
}
.special_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	color: #222222;
	line-height: 1.5;
	width:100%;
}
.specialDetailCnt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
}
.specialDetailCnt p{
	color: #222;
	margin-bottom: 40px;
}
.specialDetailCnt .ytWrap{
	display: inline-block;
	width: 800px;
	height: 450px;
}
.specialDetailCnt .ytWrap iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.specialDetailCnt a.link{
	text-decoration: none;
	color: #ff6868;
	transition: opacity .3s ease;
}
.specialDetailCnt a.link:hover{
	opacity: .65;
}
.specialDetailCnt .toBtn{
	justify-content: normal;
	margin-bottom: 40px;
}
.specialDetailCnt .toBtn a{
	font-size: 16px;
	margin: 0;
}


/** SPECIAL LISTS **/
.specialMovieLists{
	width: 100%;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}
.specialMovieList{
	width: 100%;
}
.specialMovie_buttonWrap{
	position: relative;
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.specialMovie_button{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.specialMovie_button:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
    border: 1px dashed #fff;
    z-index: 100;
    border-radius: 10px;
	transition: .3s ease;
}
.specialMovie_button:after{
	content: '';
	background: #fffaa2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	transition: .3s ease;
}
.specialMovie_button img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease;
}
.arrow_movPlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 80px;
}
.arrow_movPlay:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/top/mv_play.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.arrow_movPlay:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/top/mv_circle.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	animation: elemspin 8s linear infinite;
}
.specialMovie__title{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
	font-weight: 700;
	color: #ff6868;
}


/* hover */
.specialMovie_buttonWrap:hover .specialMovie_button:after{
	opacity: 24%;
}
.specialMovie_buttonWrap:hover .arrow_movPlay:after{
	animation-play-state: paused;
}
.specialMovie_buttonWrap:hover .specialMovie_button img{
	transform: scale(1.025);
}

/*-----------------------------------------------
* 07. STORY
-------------------------------------------------*/
#story .tp_ttl:before{
	content:'';
	background:url("../img/common/story_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 57px;
	left: calc(50% - 179px);
	top:calc(50% - 24px);
}
.storyDetailWrap{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.storyDetai--ttl{
	margin-bottom: 40px;
}
.storyDetai--ttl .update_bar{
	position: relative;
	margin-top: 20px;
}
.story_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	color: #ff6868;
	line-height: 1.5;
	width:100%;
}
.story_tabLists{
	width:800px;
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.story_tabLists li{
	margin: 0 10px 10px 0;
	width: 90px;
}
.story_tabLists li a{
	font-family: 'Dancing Script', 'Kosugi Maru', sans-serif, cursive;
    text-align: center;
    line-height: 20px;
    background-color: #ff6868;
    border: 2px solid #ff6868;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    padding: 14px;
    border-radius: 24px;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease-in-out;
	display: block;
}
.story_tabList{
	width:200px;
	height:50px;
}
.story_tabList a{
	width:100%;
	height:100%;
	background-color:#fff;
}
.story_tabList.is-active a{
	background-color: #fff;
	color: #ff6868;
}
.story_tabDetail{
	display:none;
}
.story_tabDetail.is-active{
	display:block;
}
.storyDetailCnt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
}
.storyDetailCnt p{
	color: #222;
}
.storyDetailCnt p span{
	background-color: #000;
	padding: 5px;
	color: #fff;
}
.storyDetailCnt ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding-bottom: 20px;
	margin-top: 10px;
}
.storyDetailCnt li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.storyDetailCnt li:nth-child(even){
	margin-right: 0;
}
.storyDetailCnt li img{
	width: 395px;
}
.storyDetailCnt .ytWrap{
	display: inline-block;
	width: 800px;
	height: 450px;
}
.storyDetailCnt .ytWrap iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.storyDetailCnt a.link{
	text-decoration: none;
	color: #ff6868;
	transition: opacity .3s ease;
}
.storyDetailCnt a.link:hover{
	opacity: .65;
}
.storyDetailCnt .toBtn{
	justify-content: normal;
	margin-bottom: 40px;
}
.storyDetailCnt .toBtn a{
	font-size: 16px;
	margin: 0;
}

/** STORY RENEWAL **/



/*-----------------------------------------------
* 08. BDDVD
-------------------------------------------------*/
#bddvd .tp_ttl:before{
	content:'';
	background:url("../img/common/bddvd_icon.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 54px;
	height: 55px;
	left: calc(50% - 269px);
	top:calc(50% - 24px);
}
.bddvdDetailWrap{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.bddvdDetai--ttl{
	margin-bottom: 40px;
}
.bddvdDetai--ttl .update_bar{
	position: relative;
	margin-top: 20px;
}
.bddvd_ttl {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 20px;
	color: #ff6868;
	line-height: 1.5;
	width:100%;
}
.bddvdDetailCnt{
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
}
.bddvdDetailCnt p{
	color: #222;
}
.bddvdDetailCnt p:not(:last-child){
	margin-bottom: 40px;
}
.bddvdDetailCnt .title{
	color: #ff6868;
	display: block;
	font-weight: bold;
}
.bddvdDetailCnt .mini{
	font-size: 13px;
}
.bddvdDetailCnt .nline{
	display: block;
    padding-left: 1em;
    text-indent: -1em;
}
.bddvdDetailCnt p img{
	width: 500px;
	margin: 5px 0 5px 0;
}
.bddvdDetailCnt a.link{
	text-decoration: none;
	color: #ff6868;
	transition: opacity .3s ease;
}
.bddvdDetailCnt a.link:hover{
	opacity: .65;
}
.bddvdDetailCnt .toBtn{
	justify-content: normal;
	margin-bottom: 40px;
}
.bddvdDetailCnt .toBtn a{
	font-size: 16px;
	margin: 0;
}
.bddvd_tabLists{
	width:800px;
	display:flex;
	flex-wrap: wrap;
	margin: 0 auto 20px;
}
.bddvd_tabLists li{
	padding: 5px;
}
#season1 .bddvd_tabLists li{
	width: calc(100% / 3);
}
#season1 .bddvd_tabLists li:first-child,
#season1 .bddvd_tabLists li:nth-child(2),
#season1 .bddvd_tabLists li:last-child{
	width: 880px;
}
.bddvd_tabLists li a{
	font-family: 'Dancing Script', 'Kosugi Maru', sans-serif, cursive;
    text-align: center;
    line-height: 20px;
    background-color: #ff6868;
    border: 2px solid #ff6868;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    padding: 14px;
    border-radius: 24px;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease-in-out;
	display: block;
}


/* season2 */
.bddvd_tabList.-w100{
	width: 100%;
}
.bddvd_tabList.-w50{
	width: 50%;
}

.bddvdDetail__flex{
	width: 100%;
	display: flex;
}
.bddvdDetailCnt .bddvdDetail__flex:not(:last-child){
	padding-bottom: 40px;
}
.bddvdDetail__flex.-alinecenter{
	align-items: center;
}
.bddvdDetail__flex.-shopbenefit{
	flex-wrap: wrap;
}
.bddvdDetail__flex h3.title{
	width: 100%;
	font-size: 115%;
	padding-bottom: 12px;
}
.bddvdDetail__flex_img{
	width: 50%;
	padding-right: 24px;
}
.bddvdDetail__flex_img img{
	width: 100%;
}
.bddvdDetail__flex_detailCont{
	width: 50%;
	padding-left: 24px;
}

.bddvd_mds__center{
	display: block;
	text-align: center;
	font-size: 125%;
}
.bddvdDetailCnt p.center{
	text-align: center;
}
.bddvd_contimage__center{
	display: block;
	text-align: center;
	margin: 16px 0;
}


/*-----------------------------------------------
* 08. KAGO-SHINDAN bnr
-------------------------------------------------*/
.shindan__bnr{
	width: 640px;
	margin: 0 auto;
	position: relative;
	top: -40px;
}

.s2ModalWrap {
	padding:40px 0 60px;
}
.s2ModalWrap h2 {
	text-align: center;
	margin-bottom:40px;
}
.s2Modal_imgs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width:876px;
	margin:0 auto;
	padding-bottom:20px;
}
.s2Modal_imgs li {
	width:272px;
	margin:0 10px 20px;
	order:1;
}
.s2Modal_imgs:before {
	content:'';
	order:0;
}
.s2Modal_imgs:after {
	content:'';
	width:100px;
	order:3;
}
.s2ModalWrap .toBtn a {
	font-size:16px;
}


/** tab **/
.comTabLists{
	display: flex;
	justify-content: center;
	margin-bottom: 64px;
}
.comTabList{
	width: 240px;
}
.comTabList .toBtn{
	padding: 0 12px;
}
.comTabList .toBtn a{
	padding: 14px 0;
	background-color: #FFF;
	border: 2px solid #222222;
	color: #222222;
	transition: .3s ease;
}
.comTabList .toBtn a:hover{
	background-color: rgba(255, 104, 104, .6);
}
.comTabList .toBtn a.tab-active{
	background-color: #ff6868;
	border: 2px solid #ff6868;
	color: #FFF;
	pointer-events: none;
}
.comTabList .toBtn a:before{
	content: unset;
}

.characterMainListsOv {
	position: relative;
}



/*-----------------------------------------------
* 09. comTAB
-------------------------------------------------*/
.tabContent{
	display: none;
}
.tabContent.tab-active{
	display: block;
}


/*-----------------------------------------------
* 10. TOP: LOADED MODAL
-------------------------------------------------*/
.loadedModalWrap {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
    align-items: center;
}

#loadedModal img {
	width: 100%;
}

.loadedModal__item-img {
	width: 680px;
	height: 100%;
	margin: 0 auto;
}

.loadedModal__item-img a {
	display: block;
	width: 100%;
	height: 100%;
}