@charset "utf-8";

/*--▽PC CSS AREA▽============
00-COMMON
01-HEADER
02-INDEX
03-FOOTER
04-SUB
============================--*/

/*----=======[[KeyFrames]]=======----*/

@keyframes flushHorizontal { 
0% {
    left:0;
    right:100%;
}
45% {
    left:0;
    right:0;
}
55% {
    left:0;
    right:0;
}
100% {
    left:100%;
    right:0;
}
}
@keyframes flushVertical { 
0% {
    top:0;
    bottom:100%;
}
45% {
    top:0;
    bottom:0;
}
55% {
    top:0;
    bottom:0;
}
100% {
    top:100%;
    bottom:0;
}
}

/* ▼00-COMMON▼ --------------------------------- 
-------------------------------------------------*/

html{overflow: hidden}
body {
	font-family: 'Roboto', "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 14px;
    font-size: 1.4rem;
	color: #000;
	background-color: #000;
    overflow: hidden;
    min-width: 1200px;
}
a { color: #000; }
a:hover { text-decoration: none; }
.ah { transition: all .4s ease; }
.ah:hover { opacity: 0.7; }
.pc { display: block; }
.sp { display: none; }
#triggerBox{ display: none; }
.linkA {
    position: relative;
    display: block;
    text-decoration: none;
    transition: .3s;
    z-index: 0;
}
.linkA:hover {
    color: #fff;
}
.linkA:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #1f1f1f;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.linkA:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}
#index #loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
	z-index: 150000;
    transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
}
#index #loading.active{
    width: 0;
}
#index #loading h1{
    position: absolute;
    width: 404px;
    height: 124px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal02 {
	overflow: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999;
	display: none;
}
.modalin {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
}
#movieModal { background-color: #000; }
#movieModal iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.modalClose02{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1000000;
}
.modalClose02 a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.modalClose02 a img{
    transition: all .6s;
}
.modalClose02 a:hover img{
    transform: rotate(360deg);
}

/* ▼01-HEADER▼ --------------------------------- 
-------------------------------------------------*/

header{
    background: #000;
    position: fixed;
    width: 100%;
    height: 80px;
    min-width: 1200px;
    z-index: 8000;
    transform: translateY(-126px);
    transition: .3s cubic-bezier(0.02, 0.88, 0.58, 1);
}
header.active{
    transform: translateY(0);
}
header:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #b5b5b6;
    top: 0;
}
header #headIn{
    width: 1200px;
    height: 76px;
    margin: 4px auto 0;
    position: relative;
}
header #headIn #navLeft,
header #headIn #navRight{
    position: absolute;
    top: 0;
    width: 510px;
    height: 100%;
}
header #headIn #navLeft{left: 0;}
header #headIn #navRight{right: 0;}
header #headIn nav ul li{
    float: left;
    padding: 0 32px;
    height: 100%;
    text-align: center;
    border-left: 1px solid #2b2b2b;
    position: relative;
}
header #headIn ul li:last-child{
    border-right: 1px solid #2b2b2b;
}
header #headIn nav ul li a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
header #headIn #navRight li:first-child a{
    line-height: 26px;
}
header #headIn nav ul li a > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 100%;
}
header #headIn #navLeft li:nth-child(4){
    width: 117px;
}
header #headIn #navLeft li:nth-child(6) {
    width: 67px;
}
header #headIn #navLeft li:nth-child(7) a > span:before,
header #headIn #navRight li:nth-child(2) a > span:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #fff;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
header #headIn #navLeft li:nth-child(7) a,
header #headIn #navRight li:nth-child(2) a{
    line-height: 26px;
}
header #headIn #navRight li:nth-child(1) {
    width: 103px;
}
header #headIn #navRight li:nth-child(3) img{
    width: 15px;
    padding-left: -5px;
    margin-left: 3px;
    vertical-align: middle;
}
header #headIn nav ul li:before,
header #headIn nav ul li:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #2b2b2b;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: all .3s;
    z-index: 1;
}
header #headIn nav ul li:before{left: -2px;}
header #headIn nav ul li:after{right: -2px;}
header #headIn nav ul li:hover:before,
header #headIn nav ul li:hover:after,
header #headIn nav ul li.active:before,
header #headIn nav ul li.active:after{
    background: #f47e00;
    z-index: 2;
}
header #headIn nav ul li a:before,
header #headIn nav ul li a:after{
    content: "";
    width: 0;
    height: 1px;
    background: #f47e00;
    position: absolute;
    top: 50%;
    z-index: 1;
    transition: all .8s ease;
}
header #headIn nav ul li a:before{left: 0;}
header #headIn nav ul li a:after{right: 0;}
header #headIn nav ul li a:hover:before,
header #headIn nav ul li a:hover:after,
header #headIn nav ul li.active a:before,
header #headIn nav ul li.active a:after{
    width: 100%;
}
#shareBtn{
    width: 60px;
    height: 76px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #2b2b2b;
}
#shareBtn:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #2b2b2b;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: all .3s;
    z-index: 1;
    right: -2px;
}
#shareBtnIn{
    position: relative;
    width: 100%;
    height: 100%;
}
#shareBtnIn a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#shareBtnIn > span{
    color: #fff;
    font-size: 9px;
    text-align: center;
    display: block;
    padding-top: 20px;
}
#shareBtnIn a img{
    width: 20px;
    display: block;
    position: absolute;
    margin: auto;
    top: 38px;
    right: 0;
    left: 0;
}
#twLink{
    width: 86px;
    height: 76px;
    position: absolute;
    top: 0;
    right: 60px;
    border-right: 1px solid #2b2b2b;
}
#twLink:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #2b2b2b;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: all .3s;
    z-index: 1;
    right: -2px;
}
#twLink > div{
    position: relative;
    width: 100%;
    height: 100%;
}
#twLink > div a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#twLink > div span{
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    padding-top: 20px;
}
#twLink > div a img{
    width: 20px;
    display: block;
    position: absolute;
    margin: auto;
    top: 38px;
    right: 0;
    left: 0;
}
#headIn > h1{
    position: absolute;
    width: 120px;
    height: 126px;
    background: url(../images/center_logo.png) no-repeat;
    margin: auto;
    top: -4px;
    right: 0;
    left: 0;
}
#headIn > h1 a{
    display: block;
    width: 100%;
    height: 100%;
}
#spNavFootImg{
    display: none;
}
.addT{
    display: none;
}
.n_stndBy a{
    pointer-events: none;
}
.n_stndBy a{
    opacity: .5;
}
.n_stndBy > div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.n_stndBy > div:before{
    content: "";
    background: url(../images/ns_ov.png) no-repeat;
    opacity: 0;
    width: 68px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s ease;
}
.n_stndBy > div:hover:before{
    opacity: 1;
}

/* ▼02-INDEX▼ --------------------------------- 
-------------------------------------------------*/

.comW{
    width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#top{
    width: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
}
#top:before{
    content: "";
    width: 200%;
    height: 20%;
    background: #000;
    position: absolute;
    bottom: -10%;
    z-index: 1;
    transform: skewY(-5deg);
}
#topIn{
    position: relative;
}
#topIn h1{
    position: absolute;
    top: 132px;
    left: 0;
}
#topIn h1 span{
    display: block;
    background: url(../images/logo_bg.png) no-repeat;
    width: 656px;
    height: 182px;
    opacity: 0;
}
#topIn h1:before,
#topIn #start:before{
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
}
#topIn #catch:before{
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
#topIn h1.active:before,
#topIn #start.active:before
{ animation: flushHorizontal 0.6s cubic-bezier(0.02, 0.88, 0.58, 1); }
#topIn #catch.active:before{ animation: flushVertical 0.6s cubic-bezier(0.02, 0.88, 0.58, 1); }
#topIn h1 span img{
    position: relative;
    z-index: 1;
    width: 437px;
    margin-left: 100px;
    margin-top: 19px;
}
#topIn #catch{
    position: absolute;
    top: 130px;
    right: 100px;
    width: 105px;
}
#topIn #catch img{
    width: 100%;
}
#topIn #catch span,
#topIn #start span{
    display: block;
    opacity: 0;
}
#topIn #start{
    position: absolute;
    top: 332px;
    left: 100px;
}
@media screen and (max-width:1460px) { 
    #topIn #start {
        width: 320px;
    }
    #topIn #start img{
        width: 100%;
    }
}
#mainVs,#mainVs img{
    width: 100%;
}
#topTape{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    bottom: -259px;
    pointer-events: none;
}
#bnrArea {
    width: 956px;
    margin: 0 auto 60px;
}
#bnrArea ul{
    width: 100%;
}
#bnrArea ul li{
    float: left;
    width: 468px;
    margin-bottom: 20px;
}
#bnrArea ul li:nth-child(odd){
    margin-right: 20px;
}
#cpBnr{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 8000;
    transform: translateX(180px);
    transition: .4s cubic-bezier(0.02, 0.88, 0.58, 1);
}
#cpBnr.active{
    transform: translateX(0);
}
#cpBnr a{
    display: block;
    width: 160px;
    height: 160px;
    background: url(../images/bnr_event_pc.png) no-repeat 0 0 / 100%;
    /*transition: .6s ease-in-out;*/
}
#cpBnr a:hover{
    transform: rotate(360deg);
}
#movie,#news{
    background: #000;
}
#movie{
    margin-bottom: 100px;
}
#movie h2{
    float: left;
    width: 180px;
}
#movie #ytWrap{
    float: right;
    width: calc(100% - 180px);
}
#movie ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#movie ul li{
    width: 50%;
    margin-top: -1px;
}
#movie ul li a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #3d3d3d;
}
#movie ul li:nth-child(even) {
    margin-left: -1px;
}
#movie ul li a.active{
    background: #1f1f1f;
}
#newsWrap{
    width: 540px;
    float: left;
}
#widget{
    width: 540px;
    height: 544px;
    float: right;
    border: 1px solid #3d3d3d;
    position: relative;
    padding: 30px;
}
#widget:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    top: -1px;
    left: -1px;
}
#widget:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    bottom: -1px;
    right: -1px;
}
#widgetIn{
    margin-bottom: 20px;
}
#widgetIn .twNameImg{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: url(../images/tw_icon.png) no-repeat 0 0 / cover;
    display: inline-block;
}
#widgetIn .twName{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
    padding-left: 14px;
}
#widgetIn .twName a{
    color: #ff8400;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
}
#twiBtn a{
    width: 84px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #000;
    background: #f47e00;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
}
#newsWrap > h2{
    margin-bottom: 50px;
}
#topics ul#newsList li {
    background: #000;
    margin-bottom: 20px;
    position: relative;
}
#topics ul#newsList li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #3d3d3d;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 0;
}
#topics ul#newsList li a {
    padding: 20px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    z-index: 1;
}
#topics ul#newsList li a time {
    display: block;
    background: #f47e00;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    width: 90px;
    height: 18px;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}
#topics ul#newsList li .topicsTitle {
    display: block;
    position: relative;
    z-index: 3;
}
#topics ul#newsList li a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    top: 0;
    left: 0;
    transition: all .2s;
}
#topics ul#newsList li a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    bottom: 0;
    right: 0;
    transition: all .2s;
}
#topics ul#newsList li a:hover:before,
#topics ul#newsList li a:hover:after{
    width: 100%;
}
#topics ul#newsList li a > span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    top: 0;
    left: 0;
    z-index: 0;
}
#topics ul#newsList li a > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#topics ul#newsList li a:hover > span:before,
#topics ul#newsList li a:hover > span:after{
    height: 50%;
    transition-delay: .3s;
}
#newsMore a {
    display: block;
    width: 196px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin-left: 344px;
    margin-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #3d3d3d;
}
#news{
    /*padding-bottom: 160px;*/
    padding-bottom: 270px;
    position: relative;
}
#news:before{
    content: "";
    position: absolute;
    bottom: -106px;
    right: 0;
    width: calc(50% - 247px);
    height: 334px;
    z-index: 0;
    background: url(../images/dot_img01.png) repeat-x;
}
#intro{
    position: relative;
    padding-top: 80px;
    margin-top: -80px;
    height: 100%;
    padding-bottom: 100px;
}
#intro:before{
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    min-height: calc(100vh - 80px);
    z-index: -1;
    background: #b5b5b6;
}
#intro h2{
    position: absolute;
    top: -49px;
    left: 0;
}
#introHead{
    margin-top: 160px;
    margin-bottom: 50px; 
    position: relative;
    z-index: 2;
}
#introHead:before{
    content: "";
    position: absolute;
    background: url(../images/p_img01.png) no-repeat;
    width: 59px;
    height: 59px;
    bottom: -27px;
    right: -31px;
}
#introMd{
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
#introFoot{
    position: relative;
    z-index: 2;
}
#introBg{
    position: absolute;
    top: 300px;
    right: -260px;
    z-index: 1;
}
#intro:after{
    content: "";
    position: absolute;
    height: 50px;
    top: 240px;
    left: 0;
    width: 50%;
    background: #000;
}
#caststaff{
    position: relative;
    background: #b5b5b6;
    padding-top: 38px;
    margin-top: -38px;
}
#caststaff:before {
    content: "";
    position: absolute;
    bottom: -107px;
    right: 0;
    width: calc(50% - 364px);
    height: 334px;
    z-index: 1;
    background: url(../images/dot_img03.png) repeat-x;
}
#caststaff:after{
    content: "";
    position: absolute;
    top: 38px;
    right: 0;
    width: calc(50% + 560px);
    height: calc(100% - 148px);
    min-height: calc(100% - 148px);
    z-index: 0;
    background: #9f9f9f;
}
#caststaff h2{
    position: absolute;
    top: -138px;
    right: 0;
}
#staffList{
    margin-top: 100px;
    margin-bottom: 40px;
}
.animaL{
    width: 120px;
    vertical-align: baseline;
}
.csBox > h3{
    width: 154px;
    height: 34px;
    line-height: 34px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    float: left;
    letter-spacing: 0.08em;
}
.csBox > ul{
    width: calc(100% - 154px);
    float: left;
    padding-left: 60px;
    padding-right: 160px;
    margin-top: -4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.csBox > ul li{
    width: 240px;
    margin-bottom: 56px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.csBox > ul li > span{
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}
#staffList > ul li:nth-child(2){
    width: 50%;
}
.csBox ul li #comLink{
    display: inline-block;
    width: 90px;
    height: 20px;
    margin-left: 11px;
    margin-top: 2px;
    margin-bottom: 0px;
    vertical-align: text-top;
}
.csBox ul li #comLink a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
}
#castList{padding-bottom: 60px;}
#caststaff .comW{
    padding-bottom: 110px;
}
#caststaff .comW:before{
    content: "";
    position: absolute;
    background: url(../images/p_img02.png) no-repeat;
    width: 44px;
    height: 44px;
    bottom: 87px;
    left: -23px;
}
#character{
    position: relative;
    height: 100%;
    padding-bottom: 100px;
    background: url(../images/chara_bg.jpg) no-repeat center / cover;
}
#character:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100% - 579px);
    z-index: 0;
    background: url(../images/top_dot.png) repeat;
}
#character:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 985px);
    z-index: 0;
    background: url(../images/top_dot.png) repeat;
}
#character h2{
    text-align: center;
    padding-top: 100px;
    margin-bottom: 100px;
}
#character .comW > ul{
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
#character .comW > ul:nth-of-type(2){
    margin-bottom: 140px;
}
#character .comW > ul li{
    margin: 0 40px 80px;
}
#character .comW:before{
    content: "";
    position: absolute;
    background: url(../images/p_img03.png) no-repeat;
    width: 80px;
    height: 80px;
    top: 275px;
    left: -43px;
}
#character .comW:after{
    content: "";
    position: absolute;
    background: url(../images/p_img04.png) no-repeat;
    width: 61px;
    height: 61px;
    bottom: 46px;
    right: -32px;
}
body#index #footTxt{
    background: #b5b5b6;
}
body#index #footTxt .comW{
    padding-top: 146px;
}
body#index #footTxt .comW img{
    margin-left: -40px;
}
body#index #footTxt .comW:before{
    content: "";
    position: absolute;
    background: url(../images/dot_img02.png) no-repeat;
    width: 334px;
    height: 334px;
    top: -108px;
    left: -99px;
}
#soukanzuBtn{
    width: 640px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}
#soukanzuBtn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #3d3d3d;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 0;
    background: #000;
}
#soukanzuBtn a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}
#soukanzuBtn a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    top: 0;
    left: 0;
    transition: all .2s;
}
#soukanzuBtn a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    bottom: 0;
    right: 0;
    transition: all .2s;
}
#soukanzuBtn a:hover:before,
#soukanzuBtn a:hover:after{
    width: 100%;
}
#soukanzuBtn a > span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    top: 0;
    left: 0;
    z-index: 0;
}
#soukanzuBtn a > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#soukanzuBtn a:hover > span:before,
#soukanzuBtn a:hover > span:after{
    height: 50%;
    transition-delay: .3s;
}
#soukanzuBtn a > span > span {
    display: block;
    position: relative;
    z-index: 3;
    color: #fff;
    transition: .5s .2s;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 70px;
}
#soukanzuBtn a:hover > span > span{
    color: #000;
}
#soukanzuWrap{
    width: 800px;
    margin: 0 auto;
}
#soukanzuWrap img{
    width: 100%;
}

/* ▼MODAL▼ --------------------------------- 
-------------------------------------------------*/

#modalBox{
    position: fixed;
	overflow: auto;
	z-index: 140000;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.85);
	width: 100%;
	height: 100%;
    display: none;
    -webkit-overflow-scrolling: touch;
}
#modalBox .oneModalIn{  
    display: none;
	width: 100%;
	height: 100%;
}
#modalBox .oneModalIn .commentIn{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 900px;
    height: auto;
    margin: 0 auto;
    min-height: 100vh;
    min-height: 100%;
    padding: 30px 0;
    position: relative;
}
#modalBox .commentWrap h3{
    color: #f47e00;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
}
#modalBox .commentWrap h3 span{
    font-size: 15px;
    font-size: 1.5rem;
}
#modalBox .commentWrap p{
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3.0rem;
}
.modalClose{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1000000;
}
.modalClose a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.modalClose a img{
    transition: all .6s;
}
.modalClose a:hover img{
    transform: rotate(360deg);
}
.comRight{
    float: right;
    width: calc(100% - 330px);
}
.comLeft{
    float: left;
    width: 300px;
    margin-right: 30px;
}

/* ▼03-FOOTER▼ --------------------------------- 
-------------------------------------------------*/

body#sub footer {
    margin-top: auto;
}
footer{
    padding-top: 154px;
    background: url(../images/foot_bg.jpg) no-repeat center / cover;
    position: relative;
}
footer > h1{
    width: 404px;
    height: 124px;
    margin: 0 auto 90px;
}
footer > h1 img{
    width: 100%;
}
footer small{
    display: block;
    padding-bottom: 110px;
    color: #f47e00;
    font-size: 13px;
    font-size: 1.3rem;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
footer small span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#sub #footTxt{
    width: 1196px;
    margin: 230px auto 0;
    position: relative;
    background: none !important;
    pointer-events: none;
}
ul#footNav{
    width: 990px;
    margin: 0 auto 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
ul#footNav li{
    margin-left: 34px;
    margin-right: 34px;
    margin-bottom: 20px;
    position: relative;
}
ul#footNav li:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #f47e00;
    top: 7px;
    right: -35px;
}
ul#footNav li:last-child:before{
    content: none;
}
ul#footNav li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
ul#footNav li:last-child a img{
    width: 16px;
    vertical-align: baseline;
    margin-left: 4px;
}
#pageTop{
    position: absolute;
    width: 120px;
    height: 120px;
    background: #000;
    right: 0;
    top: -120px;
}
#pageTop a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px;
}
#pageTop a:before{
content: "";
    position: absolute;
    background: url(../images/arrow.svg) no-repeat;
    width: 22px;
    height: 13px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
#pageTop a:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #3d3d3d;
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    z-index: 0;
}
#pageTop a > span{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#pageTop a > span > span{
    display: block;
    width: 100%;
    height: 100%;
}
#pageTop a > span:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    top: 0;
    left: 0;
    transition: all .2s;
}
#pageTop a > span:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    bottom: 0;
    right: 0;
    transition: all .2s;
}
#pageTop a:hover > span:before,
#pageTop a:hover > span:after{
    width: 100%;
}
#pageTop a > span > span:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    top: 0;
    left: 0;
    z-index: 0;
}
#pageTop a > span > span:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#pageTop a:hover > span > span:before,
#pageTop a:hover > span > span:after{
    height: 50%;
    transition-delay: .3s;
}

/* ▼04-SUB▼ --------------------------------- 
-------------------------------------------------*/

body#sub #fullWrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body#sub #fullWrap{ position: relative; }
body#sub #fullWrap:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: -2;
}
body#sub #fullWrap:after{
    content: "";
    position: absolute;
    top: 182px;
    right: 0;
    width: calc(50% + 340px);
    height: calc(100% - 182px);
    min-height: calc(100vh - 182px);
    z-index: -1;
}
.subCont{
    width: 1120px;
    margin: 0 auto;
    padding-top: 180px;
    position: relative;
}
.subCont:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    top: 180px;
    left: 0;
    z-index: 1;
}
.subCont02{
    width: 1120px;
    margin: 0 auto;
    padding-top: 180px;
    position: relative;
}
.subCont02:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    top: 180px;
    left: 0;
    z-index: 1;
}
/*--▼ベルメールのみ高さ調整▼--*/
.subColor05 .subCont02{
    margin: 0 auto 70px !important;
}
/*--▲ベルメールのみ高さ調整▲--*/
/*--▼黒真珠のみ色と画像変更▼--*/
.subColor10 .subCont02:before{
    background: #FFF;
}
.subColor10 #contHead:before{
    background: url(../images/c_head_special7_w.png) no-repeat;
}
.subColor10 #charaPrfArea > dl dt {
    background: #fff;
}
.subColor10 #detalCharaList > h3:before,
.subColor10 #detalCharaList nav ul li#charaU:before{
    background: #fff;
}
/*--▲黒真珠のみ色と画像変更▲--*/
#subInCont{
    width: 900px;
    margin-left: 220px;
    position: relative;
}
#contHead{
    position: absolute;
    top: 203px;
    left: 72px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
}
#contHead:before{
    content: "";
    position: absolute;
    background: url(../images/c_head_special7.png) no-repeat;
    width: 50px;
    height: 234px;
    top: -19px;
    left: -72px;
}
#subNews > h2{
    position: absolute;
    top: 284px;
    left: 171px;
    z-index: 1;
}
.subCont > h2 > span,
.subCont02 > h2 > span{
    display: none;
}
#subNews ul#newsList{
    width: 800px;
    margin-left: 100px;
    margin-top: 104px;
}
#subNews ul#newsList li{
    background: #000;
    margin-bottom: 30px;
    position: relative;
}
#subNews ul#newsList li a{
    padding: 40px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    z-index: 1;
}
/*ul#newsList li a:hover{
    color: #000;
}*/
#subNews ul#newsList li .topicsTitle{
    padding-left: 110px;
    display: block;
}
#subNews ul#newsList li a time{
    position: absolute;
    display: block;
    background: #f47e00;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    width: 110px;
    height: 18px;
    line-height: 18px;
    line-height: 1.8rem;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 20px;
    font-weight: bold;
}
.wp-pagenavi{
    width: 800px;
    margin-left: 100px;
    margin-top: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span{
    display: block;
    width: 40px; 
    height: 40px;
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4.0rem;
    margin-left: 5px;
    margin-right: 5px;
}
.wp-pagenavi a{
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.wp-pagenavi a:hover{
    background: #000;
    color: #fff;
}
.wp-pagenavi span{
    background: #000;
    color: #fff;
}
.wp-pagenavi a:first-child,
.wp-pagenavi a:last-child{
    background: none;
    border: none;
    font-size: 12px;
    font-size: 1.2rem;
    width: 96px;
    height: 96px;
    top: -24px;
    line-height: 96px;
    line-height: 9.6rem;
    margin-left: 0;
    margin-right: 0;
}
.wp-pagenavi a:hover:first-child,
.wp-pagenavi a:hover:last-child{
    color: #000;
}
.wp-pagenavi a:first-child{
    position: absolute;
    left: 20px;
}
.wp-pagenavi a:last-child{
    position: absolute;
    right: 20px;
}
.wp-pagenavi a:first-child:before{
    content: "";
    background: url(../images/arrow_page.svg) no-repeat;
    position: absolute;
    width: 46px;
    height: 96px;
    top: 0;
    left: -20px;
    transition: all .3s;
}
.wp-pagenavi a:last-child:before{
    content: "";
    background: url(../images/arrow_page_r.svg) no-repeat;
    position: absolute;
    width: 46px;
    height: 96px;
    top: 0;
    right: -20px;
    transition: all .3s;
}
.wp-pagenavi a:hover:first-child:before{
    transform: translateX(-10px);
}
.wp-pagenavi a:hover:last-child:before{
    transform: translateX(10px);
}
#subNews #subInCont:before{
    content: "";
    position: absolute;
    background: url(../images/t_img.svg) no-repeat;
    width: 80px;
    height: 80px;
    top: -42px;
    right: -120px;
}
#subNews #subInCont:after{
    content: "";
    position: absolute;
    background: url(../images/t_img.svg) no-repeat;
    width: 80px;
    height: 80px;
    bottom: 118px;
    left: -220px;
}
#subNews.active #subInCont:after{
    display: none;
}
#subNews article{
    width: 800px;
    margin-left: 100px;
    margin-top: 104px;
}
#subNews article > h3 time {
    display: block;
    background: #000;
    color: #f47e00;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    width: 110px;
    height: 18px;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#subNews article > h3 .topicsTitle{
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #000;
}
#subNews article > h3{
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #000;
}
#newsSingle{
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2.8rem;
}
#newsSingle img{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}
#btList{
    width: 800px;
    margin-left: 100px;
    margin-top: 120px;
}
#btList a{
    display: block;
    background: url(../images/backto.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#contHeadSp{
    display: none;
}
.subCont02 #subInCont{
    width: 1120px !important;
    margin-left: 0 !important;
}
#subChara > h2{
    width: 732px;
    height: 95px;
    position: absolute;
    top: 235px;
    right: 0;
}
#charaImgArea{
    position: absolute;
    width: 530px;
    top: 0;
    right: 0;
    padding-top: 150px;
}
#charaCopy,
#charaCopy02,
#charaCopy03{
    position: absolute;
    top: 220px;
    right: -28px;
}
#backCharaList a{
    display: block;
    width: 196px;
    height: 50px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin-left: 334px;
    margin-top: 70px;
    font-size: 14px;
    font-size: 1.4rem;
    
}
#backCharaList a > span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#backCharaList a > span img{
    vertical-align: middle;
    margin-right: 8px;
}
#charaPrfArea{
    width: 730px;
    padding-top: 264px;
    position: relative;
}
#charaPrfArea > dl{
    padding-left: 110px;
}
#charaPrfArea > dl dt,
#charaPrfArea > dl dd{
    float: left;
    margin-bottom: 40px;
}
#charaPrfArea > dl dt{
    width: 110px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    background: #000;
    text-align: center;
}
#charaPrfArea > dl dd{
    width: 510px;
    padding-left: 30px;
}
#charaPrfArea > dl dd:not(:first-of-type){
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 20px;
    line-height: 2.0rem;
}
#charaPrfArea > dl dd:first-of-type{
    margin-bottom: 60px;
}
#charaPrfArea > dl dd:last-of-type{
    line-height: 28px;
    line-height: 2.8rem;
    margin-top: -3px;
}
#charaPrfArea > dl dd > span{
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 5px;
}
#charaName{
    margin-bottom: 24px;
}
#cnBox{
    padding: 0px 16px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    display: inline-block;
    margin-bottom: 30px;
}
#cnBox > span{
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: middle;
}
#cvName{
    display: inline-block;
}
#cvNameBox #comLink{
    display: inline-block;
    width: 90px;
    height: 20px;
    margin-left: 13px;
}
#cvNameBox a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
}
#charaBadge{
    width: 140px;
    height: 180px;
    position: absolute;
    top: 510px;
    right: 0;
}
#detalCharaList{
    width: 220px;
    padding-right: 30px;
    background: none;
}
#detalCharaList > h3{
    text-align: right;
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 30px;
    padding-bottom: 26px;
    position: relative;
}
#detalCharaList > h3:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #000;
    right: 0;
    bottom: 0;
}
#detalCharaList nav ul li{
    text-align: right;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    height: 20px;
}
#detalCharaList nav ul li a{
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
}
#detalCharaList nav ul li a:hover{
    transform: translateX(-10px);
}
#detalCharaList nav ul li#charaU{
    margin-top: 50px;
}
#detalCharaList nav ul li#charaU:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #000;
    right: 0;
    top: -30px;
}
.cFoot{
    margin: 100px auto 0 !important;
}

/*--====================[[SUB ONAIR]]====================--*/

.subCont > h2{
    position: absolute;
    top: 284px;
    left: 171px;
    z-index: 1;
}
.subCont #subInCont > div{
    width: 800px;
    margin-left: 100px;
    margin-top: 104px;
}
#subOnair #subInCont > div > section > h2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 25px;
}
#subOnair #subInCont > div > section > h2:before{
    content: "";
    position: absolute;
    background: url(../images/c_img.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    left: 0;
}
#subOnair #subInCont > div > section > h2:after{
    content: "";
    position: absolute;
    background: url(../images/c_img.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
}
#subOnair #subInCont > div > section > h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 43px;
    letter-spacing: 0.05em;
}
#subOnair #subInCont > div > section > h3 span{
    font-size: 20px;
}
#subOnair #subInCont > div > section > h3:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom:-20px;
    left: 0;
}
#onairTv table{
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
}
#onairTv table tr{
    border-bottom: 1px dotted #000;
}
#onairTv table td,
#onairTv table th{
    padding: 12px 0;
    color: #000;
    font-weight: bold;
}
#onairTv table th span{
    font-size: 14px;
}
#onairTv{
    margin-bottom: 60px;
}
#onairTv > dl{
    width: 460px;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
#onairTv > dl dt{
    display: inline-block;
    width: 150px;
}
#onairTv > dl dd{
    display: inline-block;
    width: 305px;
    margin-bottom: 6px;
    letter-spacing: 0.01em;
}
#onairWeb table{
    width: 100%;
    margin-top: 60px;
}
#onairWeb table th,
#onairWeb table td{
    text-align: center;
    padding: 14px 10px;
}
#onairWeb table th{
    background: #787474;
    border-left: 1px solid #787474;
    border-right: 1px solid #787474;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#onairWeb table td{
    color: #ff8e16;
    background: #fff;
    border-left: 1px solid #6b6a6a;
    border-right: 1px solid #6b6a6a;
    border-bottom: 1px solid #6b6a6a;
    font-weight: bold;
}
#onairWeb table td a{
    color: #ff8e16;
}

/*--====================[[SUB MUSIC]]====================--*/

ul#contNav{
    background: #928f8f;
    padding: 20px;
    margin-bottom: 40px;
}
ul#contNav li{
    float: left;
	margin-right: 6px;
}
ul#contNav li:last-child{
    float: right;
	margin-right: 0;
}
ul#contNav li{
    width: calc(33% - 2px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}
ul#contNav li a{
    text-decoration: none;
    display: block;
    position: relative;
}
ul#contNav li.active a{
    background: #000;
    color: #fff;
}
ul#contNav li a{
    background: #fff;
    color: #000;
}
ul#contNav li.active a:before {
    content: "";
    position: absolute;
    background: url(../images/c_img.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav li.active a:after {
    content: "";
    position: absolute;
    background: url(../images/c_img.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav li a:before {
    content: "";
    position: absolute;
    background: url(../images/c_img02.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav li a:after {
    content: "";
    position: absolute;
    background: url(../images/c_img02.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav .mStand_by{
    pointer-events: none;
    opacity: .8;
}
.musicCont{
    position: relative;
    margin-bottom: 40px;
}
.musicCont > figure{
    width: 380px;
    float: left;
}
.musicCont > figure img,
.artistPRF > figure img{
    width: 100%;
}
.musicCont > h3{
    position: absolute;
    top: 50%;
    left: 410px;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
}
.musicCont > h3 span{
    display: block;
    font-size: 12px;
}
.artistDetail > h3{
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}
.artistDetail > h3 span{
    background: #a3a3a3;
    padding-right: 20px;
}
.artistDetail > h3:before{
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.artistPRF > figure{
    width: 380px;
    float: left;
}
.artistPRF > p{
    float: right;
    width: 400px;
    font-size: 15px;
    line-height: 26px;
}
.artistPRF{
    margin-bottom: 30px;
}
.musicCMT > h3{
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 3px 10px;
}
.musicCMT dl{
    font-size: 15px;
    line-height: 26px;
}
.musicCMT dl dt{
    font-weight: bold;
    margin-bottom: 6px;
}
.musicCMT dl dd{
    margin-bottom: 26px;
}
.musicCMT dl dd p{
    margin-bottom: 26px;
}
#mEnding,#mSoundtrack{
    display: none;
}
#mEnding img{
	margin-top: 10px;
}
.mEndingtitle{
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
	margin-top: 32px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 3px 10px;
}
.mSale{
    margin-bottom: 30px;
}
.mDetailCont{
    margin-bottom: 30px;
}
.mDetailCont > h3{
    font-size: 15px;
    margin-bottom: 16px;
}
.mDetailCont > h3 > span{
    background: #000;
    color: #fff;
    font-size: 13px;
    margin-bottom: 12px;
    display: block;
    padding: 3px 10px;
    width: 90px;
    font-weight: bold;
    text-align: center;
}
.mDetailCont > figure{
    margin-bottom: 20px;
}
.mDetailCont > p{
    margin-bottom: 20px;
}

/*--====================[[SUB GOODS]]====================--*/

ul#goodsList{
    margin: 0 -10px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul#goodsList li{
    width: 260px;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 30px;
    background: #cacaca;
    position: relative;
}
ul#goodsList li:nth-child(3n){
    /*margin-right: 0;*/
}
ul#goodsList li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.goodsImg{
    margin-bottom: 15px;
}
.goodsImg img{
    width: 100%;
}
.goodsTtl{
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
}
.goodsPrice{
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    text-align: right;
    width: 100%;
}
ul#goodsList li:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #fff transparent transparent transparent;
}
ul#goodsList li:after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: #fff transparent transparent transparent;
}
.goodsPrice:before{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent transparent #fff transparent;
}
.goodsPrice:after{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #fff transparent;
}
#subGoods #subInCont > div > h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
}
#subGoods #subInCont > div > h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#subGoods #subInCont > div > figure img{
    width: 100%;
    border: 1px solid #000;
}
#subGoods #subInCont > div > figure{
    margin-bottom: 30px;
}
#subGoods #subInCont > div > dl dt{
    width: 100px;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
#subGoods #subInCont > div > dl dd{
    font-size: 15px;
    margin-bottom: 26px;
    padding-left: 30px;
}
#subGoods #subInCont > div > dl dd > span{
    font-size: 12px;
}
#backGoodsList a{
    display: block;
    width: 196px;
    height: 50px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 70px auto 0;
    font-size: 14px;
}
#backGoodsList a > span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#backGoodsList a > span img{
    vertical-align: middle;
    margin-right: 8px;
}
#cdPKG{
    width: 400px;
    margin: 0 auto;
}
#cdTopTxt{
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}
ul#cdList{
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul#cdList li{
    width: 260px;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 30px;
    background: #cacaca;
    position: relative;
}
ul#cdList li:nth-child(3n){
    margin-right: 0;
}
ul#cdList li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul#cdList li:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #fff transparent transparent transparent;
}
ul#cdList li:after{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: #fff transparent transparent transparent;
}
ul#tabGoods{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 800px;
    top: -66px;
}
ul#tabGoods li{
    margin-right: 10px;
}
ul#tabGoods li:last-child{
    margin-right: 0;
}
ul#tabGoods li a{
    display: block;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    transition: .3s ease;
}
ul#tabGoods li a:hover,
ul#tabGoods li a.active{
    color: #fff;
    background: #000;
}

/*--====================[[SUB STORY]]====================--*/

.swiper-my-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    padding-right: 2px;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type{
    padding-right: 0;
}
.swiper-my-pagination img {
    box-shadow: none;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
    height: 47px;
}
.swiper-my-pagination {
    display: table;
}
.swiper-my-pagination {
    display: table;
    table-layout: fixed;
    margin-top: 2px;
}
.swiper-my-pagination .swiper-pagination-bullet {
    display: table-cell;
    background: transparent;
    opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
    background: transparent;
    opacity: 0.6;
}
.swiper-notification{
    display: none;
}
#backStoryList a{
    display: block;
    width: 196px;
    height: 50px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 70px auto 0;
    font-size: 14px;
}
#backStoryList a > span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#backStoryList a > span img{
    vertical-align: middle;
    margin-right: 8px;
}
#subStory #subInCont > div > section > h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 43px;
    letter-spacing: 0.05em;
}
#subStory #subInCont > div > section > h3:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom:-20px;
    left: 0;
}
#storyTxtArea{
    margin-top: 40px;
}
#storyTxtArea > p{
    font-size: 15px;
    line-height: 32px;
}
ul#storyList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul#storyList li{
    width: 252px;
    margin-right: 22px;
    margin-bottom: 30px;
}
ul#storyList li:nth-child(3n){
    margin-right: 0;
}
ul#storyList li img{
    width: 100%;
}
ul#storyList li p{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
ul#storyList li a{
    text-decoration: none;
}
.stThumb{
    margin-bottom: 10px;
}

/*--====================[[SUB BDDVD]]====================--*/

#pkgListArea{
    width: 100%;
    position: relative;
}
#pkgListArea > h3{
    color: #000;
    font-size: 11px;
    position: absolute;
    top: -22px;
    left: 0;
    letter-spacing: 0.06em;
}
#pkgListArea > h3:before{
    content: "―";
    padding-right: 4px;
}
#pkgListArea > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#pkgListArea > ul li{
    width: 120px;
    margin-right: 10px;
}
#pkgListArea > ul li a span{
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 1px 0;
    margin-bottom: 4px;
    width: 100%;
    transition: .3s ease;
}
#pkgListArea > ul li a:hover span,
#pkgListArea > ul li a.active span{
    background: #f47e00;
    color: #000;
}
#pkgListArea > ul li a{
    text-decoration: none;
}
#pkgListArea > ul li img{
    width: 100%;
}
#tokutenBtn{
    position: absolute;
    top: 0;
    right: 0;
}
#tokutenBtn a{
    display: block;
    background: #000;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 196px;
    height: 50px;
    z-index: 0;
}
#tokutenBtn a > span{
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}
#tokutenBtn a.active{
    background: #f47e00;
    color: #000;
}
#tokutenBtn a > span > span{
    text-align: center;
    position: relative;
    z-index: 3;
    display: block;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: .7s;
}
#tokutenBtn a:hover > span > span{
    color: #000;
}
#tokutenBtn a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    top: 0;
    left: 0;
    transition: all .2s;
}
#tokutenBtn a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    bottom: 0;
    right: 0;
    transition: all .2s;
}
#tokutenBtn a:hover:before,
#tokutenBtn a:hover:after{
    width: 100%;
}
#tokutenBtn a > span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    top: 0;
    left: 0;
    z-index: 0;
}
#tokutenBtn a > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #f47e00;
    transition: all .2s;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#tokutenBtn a:hover > span:before,
#tokutenBtn a:hover > span:after{
    height: 50%;
    transition-delay: .3s;
}
.onePkgWrap{
    padding-top: 60px;
}
.onePkgWrap > h3{
    display: none;
}
.pkgDetail > figure{
    float: left;
    width: 350px;
}
.pkgDetail > figure img{
    width: 100%;
}
.pkgDetail > figure figcaption{
    color: #000;
    font-size: 12px;
    margin-top: 10px;
}
.pkgDetail > .pkgRightArea{
    float: right;
    width: 400px;
}
.pkgDetail > .pkgRightArea > h3{
    text-align: center;
    background: #000;
    color: #f47e00;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
.pkgRelease{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.pkgRightArea > dl dt{
    display: block;
    font-size: 15px;
    font-weight: bold;
    background: #b5b5b6;
    padding: 3px 0 3px 14px;
    margin-bottom: 10px;
}
.pkgRightArea > dl dd{
    font-size: 15px;
    padding-left: 14px;
    margin-bottom: 10px;
}
.pkgDetail{
    margin-bottom: 50px;
}
.fTokuten > h3{
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
.fTokuten ul li{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}
.fTokuten ul li dl{
    border: 1px solid #f47e00;
    margin-top: 12px;
}
.fTokuten ul li dl dt{
    text-align: center;
    background: #f47e00;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    letter-spacing: 0.08em;
}
.fTokuten ul li dl dd{
    padding: 12px;
    background: #626262;
    color: #fff;
    letter-spacing: 0.08em;
}
.fTokuten ul li dl dd a{
    color: #fff;
}
.tokutenDetail > h3{
    text-align: center;
    background: #000;
    color: #f47e00;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    letter-spacing: 0.08em;
}
.tokutenDetail > dl > dt{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    padding-left: 16px;
    position: relative;
    margin-bottom: 28px;
    letter-spacing: 0.05em;
    margin-top: 50px;
}
.tokutenDetail > dl > dt:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.tokutenDetail > dl > dt:after{
    content: "";
    width: 4px;
    height: 37px;
    background: #000;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.tokutenDetail > dl > dd{
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 34px;
}
.tokutenDetail > dl > dd > h4{
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: 100%;
    letter-spacing: 0.08em;
    display: table-cell;
    line-height: 1.8;
}
.tokutenDetail > dl > dd > .tokutenTxt p{
    margin-top: 8px;
    letter-spacing: 0.08em;  
    margin-bottom: 12px;
    line-height: 1.8;
}
.tokutenDetail > dl > dd > .tokutenTxt figure{
    width: 450px;
}
.tokutenDetail > dl > dd > .tokutenTxt figure figcaption{
    color: #000;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
    margin-right: -350px;
}
.tokutenDetail > dl > dd > .tokutenTxt figure img{
    width: 100%;
}
.tokutenDetail > dl > dd > dl {
    border: 1px solid #f47e00;
    margin-top: 12px;
    line-height: 1.8;
}
.tokutenDetail > dl > dd > dl > dt {
    text-align: center;
    background: #f47e00;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    letter-spacing: 0.08em;
}
.tokutenDetail > dl > dd > dl > dd {
    padding: 12px;
    background: #626262;
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: bold;
}
.fTokuten ul li dl dd .comLink a{
    margin: 20px 0 0;
    display: block;
    width: 250px;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #000000;
    text-decoration: none;
    transition: .3s ease;
}
.fTokuten ul li dl dd .comLink a:hover{
    color: #fff;
}

/*--====================[[SUB EVENT]]====================--*/

.eventCont{
    position: relative;
    margin-bottom: 40px;
	padding-bottom: 20px;
}
.artistPRF > figure img{
    width: 100%;
}
.eventCont > h3{
    position: absolute;
	margin-top: 40px;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
}
.eventCont > h3 span{
    display: block;
    font-size: 12px;
}
.eventDetail > h3{
    font-size: 22px;
    position: relative;
	margin-top: 90px;
    margin-bottom: 20px;
    font-weight: bold;
}
.eventDetail > h3 span{
    background: #a3a3a3;
    padding-right: 20px;
}
.eventDetail > h3:before{
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.eventDetail > h3.oneAc{
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.eventDetail > h3.oneAc:hover{
    opacity: .6;
}
.eventDetail > h3.oneAc:before{
    width: 95%;
}
.eventDetail > h3.oneAc:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    border-bottom: 0;
    transition: .3s ease;
}
.eventDetail > h3.oneAc.active:after{
    transform: rotate(180deg);
}
.eventDetail > h3.oneAc + div{
    display: none;
}
.eventDetail p{
	line-height: 25px;
}
.eventDetail p span{
	font-size: 12px;
}
.eventDetail li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 25px;
}
.artistPRF > figure{
    width: 380px;
    float: left;
}
.artistPRF > p{
    float: right;
    width: 400px;
    font-size: 15px;
    line-height: 26px;
}
.artistPRF{
    margin-bottom: 30px;
}
.eventCMT > h3{
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 3px 10px;
}
.eventCMT dl{
    font-size: 15px;
    line-height: 26px;
}
.eventCMT dl dt{
    font-weight: bold;
    margin-bottom: 6px;
}
.eventCMT dl dd{
    margin-bottom: 26px;
}
.eventCMT dl dd span{
    font-size: 12px;
}
.eventCMT dl dd img{
	padding-top: 10px;
	padding-bottom: 10px;
}
#mEnding,#mSoundtrack{
    display: none;
}
#mEnding img{
	margin-top: 10px;
}
.mEndingtitle{
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
	margin-top: 32px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 3px 10px;
}
.eSale{
    margin-bottom: 30px;
}
.mDetailCont{
    margin-bottom: 30px;
}
.mDetailCont > h3{
    font-size: 15px;
    margin-bottom: 16px;
}
.mDetailCont > h3 > span{
    background: #000;
    color: #fff;
    font-size: 13px;
    margin-bottom: 12px;
    display: block;
    padding: 3px 10px;
    width: 90px;
    font-weight: bold;
    text-align: center;
}
.mDetailCont > figure{
    margin-bottom: 20px;
}
.mDetailCont > p{
    margin-bottom: 20px;
}
ul#contNav2{
    background: #928f8f;
    padding: 20px;
    margin-bottom: 40px;
}
ul#contNav2 li{
    float: left;
	margin-right: 6px;
}
ul#contNav2 li:last-child{
    float: right;
	margin-right: 0;
}
ul#contNav2 li{
    width: calc(33% - 2px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    position: relative;
}
ul#contNav2 li a{
    text-decoration: none;
    display: block;
    position: relative;
}
ul#contNav2 li.active a{
    background: #000;
    color: #fff;
}
ul#contNav2 li a{
    background: #fff;
    color: #000;
}
ul#contNav2 li.active a:before {
    content: "";
    position: absolute;
    background: url(../images/c_img.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav2 li.active a:after {
    content: "";
    position: absolute;
    background: url(../images/c_img.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav2 li a:before {
    content: "";
    position: absolute;
    background: url(../images/c_img02.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav2 li a:after {
    content: "";
    position: absolute;
    background: url(../images/c_img02.png) no-repeat;
    width: 5px;
    height: 50px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav2 .mStand_by{
    pointer-events: none;
    opacity: .8;
}