@charset "utf-8";

/*--▽SP CSS AREA▽============
00-COMMON
01-HEADER
02-INDEX
03-FOOTER
04-SUB
============================--*/

/* ▼00-COMMON▼ --------------------------------- 
-------------------------------------------------*/

html{overflow: auto}
body {
	font-family: 'Roboto', "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	color: #000;
	background-color: #000;
    word-break: break-all;
    font-size: 12px;
	font-size: 1.2rem;
	line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0.03em;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}
a { color: #000; }
.sp{ display: block; }
.pc{ display: none; }
img{ width: 100%; }

/* ▼01-HEADER▼ --------------------------------- 
-------------------------------------------------*/

#triggerBox{
    position: fixed;
    top: 0;
    left: 0;
	width: 50px;
	height: 50px;
    z-index: 10001;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: block;
}
.menu-trigger span {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 18px;
}
.menu-trigger span:nth-of-type(2) {
	top: 24px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-315deg);
	transform: translateY(4px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(315deg);
	transform: translateY(-8px) rotate(315deg);
}
#headIn{
	overflow: auto;
	position: fixed;
	height:0;
	left: 0px;
	top: 0px;
	right: 0px;
    background: rgba(0,0,0,.9);
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    transition:height 0.3s ease;
}
#headIn.active {
	height:100%;
}
#headIn > h1{
    width: 60.9%;
    height: auto;
    padding-top: 19.7%;
    background: url(../images/foot_logo.svg) no-repeat 0 0 / contain;
    margin: 14% auto;
}
#headIn > h1 a{
    display: block;
    width: 100%;
    height: 100%;
}
header #headIn nav ul{
    padding: 0 4.6%;
}
header #headIn nav ul li{
    width: 50%;
    float: left;
    border-top: 1px solid #3d3d3d;
}
header #headIn nav ul li a{
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 10% 0 10% 10%;
}
header #shareBtn{
    width: 80px;
    margin: 0 auto 60px;
    position: relative;
}
header #shareBtnIn{
    padding-top: 30px;
}
header #shareBtnIn > span{
    color: #f47e00;
    font-size: 10px;
    font-size: 1.0rem;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#twLink{
    width: 100%;
    padding: 0 4.6%;
    margin-bottom: 3.4rem;
}
#twLink a{
    display: block;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 5% 0 5% 5%;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}
#twLink a img{
    width: 14px;
    margin-left: 5px;
    vertical-align: baseline;
}
header #shareBtnIn a{
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #3d3d3d;
    position: relative;
    margin-left: 10px;
}
header #shareBtnIn a img{
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#spNavFootImg{
    pointer-events: none;
}
#spNavFootImg img{
    width: 100%;
}
.addT{
    padding: 0 3px;
}
.modal02{
    display: none !important;
}
#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: 254px;
    height: 78px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.n_stndBy a{
    position: relative;
}
.n_stndBy a:after{
    content: "";
    position: absolute;
    background: url(../images/sp/comingsoon.png) no-repeat 0 0 / 100%;
    width: 50%;
    height: auto;
    padding-top: 7.8%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.n_stndBy a{
    pointer-events: none;
}
.n_stndBy a{
    opacity: .5;
}

/* ▼02-INDEX▼ --------------------------------- 
-------------------------------------------------*/

.comW{
    position: relative;
    z-index: 2;
}
#top .comW{
    position: static;
}
#top{
    width: 100%;
    position: relative;
    background: #000;
}
#top h1,
#top #catch,
#top #start{
    display: none;
}
#bnrArea {
    margin-top: 5.6%;
    padding: 0 4.6% 0;
}
#bnrArea ul{
    width: 100%;
}
#bnrArea ul li{
    float: left;
    width: 50%;
    margin-bottom: 2%;
}
#bnrArea ul li img{
    width: 100%;
}
#bnrArea ul li:nth-child(1){
    padding-right: 1%;
}
#bnrArea ul li:nth-child(2){
    padding-left: 1%;
}
#bnrArea ul li:nth-child(n + 3){
    width: 100%;
}
#cpBnr {
    margin-top: 5.6%;
    padding: 0 4.6% 0;
}
#cpBnr a{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20.6%;
    background: url(../images/bnr_event_sp.png) no-repeat 0 0 / 100%;
}
#movie,#news{
    background: #000;
}
#movie{
    padding-top: 8%;
    margin-bottom: 10%;
}
#movie h2{
    float: left;
    width: 45px;
}
#movie #ytWrap{
    float: right;
    width: calc(100% - 60px);
}
#movie #ytInWrap{
    padding-top: 56.25%;
    position: relative;
}
#movie #ytInWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movie ul li{
    width: 100%;
    margin-top: -1px;
}
#movie ul li a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    border: 1px solid #3d3d3d;
}
#movie ul li a.active{
    background: #1f1f1f;
}
#newsWrap{
    width: 100%;
}
#widget{
    width: 100%;
    height: 486px;
    border: 1px solid #3d3d3d;
    position: relative;
    padding: 4.6%;
    margin-bottom: 10%;
}
#widget iframe{
    width: 280px !important;
    height: 360px!important;
}
#widgetWrap{
    margin: 0 auto;
    width: 280px
}
#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: 40px;
    height: 40px;
    border-radius: 40px;
    background: url(../images/tw_icon.png) no-repeat 0 0 / cover;
    display: inline-block;
}
#widgetIn .twName{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    padding-left: 10px;
}
#widgetIn .twName a{
    color: #ff8400;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
}
#twiBtn a{
    width: 84px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
    background: #f47e00;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 7px;
}
#newsWrap > h2{
    margin-bottom: 4.6%;
    width: 160px;
}
#topics ul#newsList li {
    background: #000;
    margin-bottom: 3.8%;
    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: 3.8%;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    z-index: 1;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2.0rem;
}
#topics ul#newsList li a time {
    display: block;
    background: #f47e00;
    color: #000;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    width: 80px;
    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 > 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{
    padding-bottom: 60px;
}
#newsMore a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 0;
    border: 1px solid #3d3d3d;
}
#news{
    position: relative;
    padding: 0 4.6% 70px;
}
#news:before{
    content: "";
    position: absolute;
    bottom: -108px;
    left: 0;
    width: 40%;
    height: 223px;
    z-index: 0;
    background: url(../images/sp/dot_img01.png) repeat-x;
}
#intro{
    position: relative;
    height: 100%;
    padding-bottom: 60px;
}
#intro:before{
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: calc(100% - 16px);
    min-height: calc(100vh - 16px);
    z-index: -1;
    background: #b5b5b6;
}
#intro h2{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}
#introHead{
    margin-top: 100px;
    margin-bottom: 10%;
    position: relative;
    z-index: 2;
    width: 280px;
}
/*#introHead:before{
    content: "";
    position: absolute;
    background: url(../images/p_img01.png) no-repeat;
    width: 59px;
    height: 59px;
    bottom: -27px;
    right: -31px;
}*/
#introMd{
    margin-bottom: 10%;
    position: relative;
    z-index: 2;
    padding-left: 4.6%;
    width: 94%;
    max-width: 640px;
}
#introFoot{
    position: relative;
    z-index: 2;
    margin-left: 4.6%;
    width: 280px;
}
#introBg{
    position: absolute;
    top: 184px;
    right: -60px;
    z-index: 1;
    width: 230px;
}
/*#intro:after{
    content: "";
    position: absolute;
    height: 50px;
    top: 240px;
    left: 0;
    width: 50%;
    background: #000;
}*/
#caststaff{
    position: relative;
    background: #b5b5b6;
}
#caststaff:before {
    content: "";
    position: absolute;
    bottom: -52px;
    right: 0;
    width: 20%;
    height: 183px;
    z-index: 1;
    background: url(../images/sp/dot_img03.png) repeat-x;
}
#caststaff:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
    min-height: calc(100% - 70px);
    z-index: 0;
    background: #9f9f9f;
}
#caststaff h2{
    position: absolute;
    top: -15px;
    right: 0;
    width: 45px;
}
#staffList{
    margin-bottom: 40px;
}
.animaL{
    width: 100px;
    vertical-align: baseline;
}
.csBox > h3{
    width: 100px;
    height: 27px;
    line-height: 27px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}
.csBox > ul{
    width: 100%;
    padding-left: 4.6%;
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.csBox > ul li{
    width: 44%;
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.csBox > ul li > span{
    display: block;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.8rem;
}
#staffList > ul li:nth-child(2){
    width: 50%;
}
.csBox ul li #comLink{
    display: block;
    width: 80px;
    height: 18px;
    margin-top: 2px;
    margin-bottom: 0px;
}
.csBox ul li #comLink a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 10px;
    font-size: 1.0rem;
    text-decoration: none;
}
#castList{ padding-bottom: 60px; }
#caststaff .comW{
    padding-bottom: 40px;
}
/*#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: 110px;
    background: url(../images/sp/chara_bg.jpg) no-repeat center / cover;
}
#character:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 66%;
    z-index: 0;
    background: url(../images/top_dot.png) repeat;
}
#character:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 34%;
    z-index: 0;
    background: url(../images/top_dot.png) repeat;
}
#character h2{
    text-align: center;
    width: 290px;
    margin: 0 auto 10%;
    padding-top: 60px;
}
#character .comW > ul{
    width: 100%;
    padding: 0 4.6%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
#character .comW > ul:nth-of-type(2) {
    margin-bottom: 44px;
}
#character .comW > ul li{
    width: 31.3%;
    margin-bottom: 10%;
}
#character .comW > ul li:nth-child(2){
    margin: 0 2%;
}
/*#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: 56px;
}
body#index #footTxt .comW img{
}
body#index #footTxt .comW:before{
    content: "";
    position: absolute;
    background: url(../images/sp/dot_img02.png) no-repeat;
    width: 147px;
    height: 123px;
    top: -86px;
    left: 0;
}
#soukanzuWrap{
    padding-top: 0 !important;
}
#soukanzuBtn{
    width: 90%;
    height: 50px;
    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 > 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 > span > span {
    display: block;
    position: relative;
    z-index: 3;
    color: #fff;
    transition: .5s .2s;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 50px;
}

/* ▼MODAL▼ --------------------------------- 
-------------------------------------------------*/

#modalBox{
    position: fixed;
	overflow: auto;
	z-index: 140000;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	width: 100%;
	height: 100%;
    display: none;
    -webkit-overflow-scrolling: touch;
}
#modalBox .oneModalIn{  
    display: none;
	width: 100%;
	height: 100%;
}
#modalBox .oneModalIn .commentIn{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    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: 15px;
    font-size: 1.5rem;
}
#modalBox .commentWrap h3 span{
    font-size: 10px;
    font-size: 1.0rem;
    display: block;
}
#modalBox .commentWrap p{
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
}
#modalBox .commentWrap{
    padding: 60px 4.6% 0;
}
.modalClose{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.modalClose a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.modalClose a img{
    transition: all .6s;
}
.modalClose a:hover img{
    transform: rotate(360deg);
}
.comLeft{
    width: 200px;
    margin: 0 auto 25px;
}

/* ▼03-FOOTER▼ --------------------------------- 
-------------------------------------------------*/

body#sub footer {
    margin-top: auto;
}
footer{
    position: relative;
    padding-top: 14%;
    padding-bottom: 14%;
    background: url(../images/sp/foot_bg.jpg) no-repeat center / cover;
}
footer > h1{
    width: 60.9%;
    height: auto;
    margin: 0 auto 14%;
}
footer small{
    display: block;
    height: 20px;
    color: #f47e00;
    font-size: 9px;
    font-size: 0.9rem;
    margin: 0 auto;
    position: relative;
}
footer small span{
    position: absolute;
    width: 100%;
    text-align: center;
}
#sub #footTxt {
    height: 140px;
    margin: 70px auto 0;
    position: relative;
}
#sub #footTxt img{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 500px;
}
footer nav{
    margin-bottom: 14%;
}
footer nav ul{
    padding: 0 4.6%;
}
footer nav ul li{
    width: 50%;
    float: left;
    border-top: 1px solid #3d3d3d;
}
footer nav ul li a{
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    display: block;
    padding: 10% 0 10% 10%;
}
footer nav ul li:last-child a img{
    width: 15px;
    margin-left: 4px;
    vertical-align: baseline;
}
footer nav ul li:last-child{
    border-bottom: 1px solid #3d3d3d;
}
footer nav ul li:last-child{
    width: 100%;
}
footer nav ul li:last-child a{
    padding: 5% 0 5% 5%;
}
#pageTop{
    position: absolute;
    width: 65px;
    height: 65px;
    background: #000;
    right: 0;
    top: -65px;
    z-index: 99;
}
#pageTop a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 5px;
}
#pageTop a:before{
    content: "";
    position: absolute;
    background: url(../images/arrow.svg) no-repeat 0 0 / 100%;
    width: 15px;
    height: 9px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#pageTop a > span{
    display: block;
    border: 1px solid #3d3d3d;
    width: 100%;
    height: 100%;
    position: relative;
}
#pageTop a > span > span{
    display: block;
    width: 100%;
    height: 100%;
}
#pageTop a > span:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    top: -1px;
    left: -1px;
}
#pageTop a > span:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #f47e00;
    bottom: -1px;
    right: -1px;
}

/* ▼04-SUB▼ --------------------------------- 
-------------------------------------------------*/

body#sub #fullWrap{
    position: relative;;
    height: 100%;
}
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: 170px;
    left: 0;
    width: 100%;
    height: calc(100% - 170px);
    min-height: calc(100vh - 170px);
    z-index: -1;
}
.subCont,
.subCont02{
    position: relative;
    padding-top: 170px;
}
#subNews > h2{
    position: absolute;
    top: 83px;
    left: 4.6%;
    z-index: 1;
}
#subNews > h2 img{
    width: 180px;
}
.subCont > h2 > span{
    display: block;
    color: #ed7a00;
    font-size: 0.7rem;
}
.subCont02 > h2 > span{
    display: block;
    color: #fff;
    font-size: 0.7rem;
}
#contHead{
    display: none;
}
#contHeadSp{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 46.2%;
}
#contHeadSp img{
    width: 100%;
}
#subInCont{
    position: relative;
    padding:0 4.6%;
    height: auto !important;
}
.subCont:before{
    content: "";
    position: absolute;
    background: url(../images/sp/sub_mainbg_img.png) no-repeat 0 0 / 100%;
    top: 9px;
    right: 0;
    width: 166px;
    height: 258px;
    z-index: 0;
}
ul#newsList{
    margin-top: 4.6%;
}
ul#newsList li{
    background: #000;
    margin-bottom: 3.8%;
    position: relative;
}
ul#newsList li a{
    padding: 3.8%;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    z-index: 1;
    font-size:13px;
    font-size:1.3rem;
    line-height: 20px;
    line-height: 2.0rem;
}
ul#newsList li .topicsTitle{
    display: block;
}
ul#newsList li a time{
    display: block;
    background: #f47e00;
    color: #000;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    width: 80px;
    height: 18px;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.wp-pagenavi{
    position: relative;
    height: 50px;
    margin: 30px 0;
}
.wp-pagenavi a,
.wp-pagenavi span{
    display: none;
    text-decoration:none;
}
.wp-pagenavi a:first-child,
.wp-pagenavi a:last-child{
    background: none;
    border: none;
    font-size: 9px;
    font-size: 0.9rem;
    color: #000;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    line-height: 4.6rem;
}
.wp-pagenavi a:first-child{
    position: absolute;
    left: 20px;
}
.wp-pagenavi a:last-child{
    position: absolute;
    right: 20px;
    text-align: right;
}
.wp-pagenavi a:first-child:before{
    content: "";
    background: url(../images/arrow_page.svg) no-repeat 0 0 / 100%;
    position: absolute;
    width: 22px;
    height: 46px;
    top: 0;
    left: -20px;
}
.wp-pagenavi a:last-child:before{
    content: "";
    background: url(../images/arrow_page_r.svg) no-repeat 0 0 / 100%;
    position: absolute;
    width: 22px;
    height: 46px;
    top: 0;
    right: -20px;
}
#subNews article{
    margin: 4.6% 0;
}
#subNews article iframe{
    width: 100%;
}
#subNews article > h3 time {
    display: block;
    background: #000;
    color: #f47e00;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    width: 80px;
    height: 18px;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#subNews article > h3 .topicsTitle{
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    color: #000;
}
#subNews article > h3{
    margin-bottom: 4.6%;
    padding-bottom: 4.0%;
    border-bottom: 1px solid #000;
}
#newsSingle{
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 2.6rem;
}
#newsSingle img{
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}
#newsSingle .youtube,
#subPKG .youtube{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#newsSingle .youtube iframe,
#subPKG .youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#btList{
    margin-top: 60px;
}
#btList a{
    display: block;
    background: url(../images/backto.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
#subChara > h2 {
    position: absolute;
    top: 83px;
    left: 4.6%;
    z-index: 1;
}
#charaImgArea{
    position: relative;
    margin-bottom: 50px;
}
#subChara > h2 img {
    width: 330px;
    max-width: 330px;
}
@media screen and (max-width:320px) {
    #subChara > h2 img {
        width: 95%;
    }
}
#charaImgArea #full,
#charaImgArea #face{
    margin: 0 auto;
    max-width: 640px;
}
#backCharaList{
    display: none;
}
#charaPrfArea > dl dt {
    width: 90px;
    height: 18px;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    background: #000;
    text-align: center;
}
#charaPrfArea > dl dt, #charaPrfArea > dl dd {
    margin-bottom: 20px;
}
#charaName {
    margin-bottom: 10px;
}
/*--▽▼[[キャラコピーが1行の場合]]▼▽--*/
#charaCopy {
    position: absolute;
    top: 3%;
    right: 0;
    width: 21.7%;
}
/*--▽▼[[キャラコピーが2行の場合]]▼▽--*/
#charaCopy02 {
    position: absolute;
    top: 3%;
    right: 0;
    width: 11.7%;
}
/*--▽▼[[キャラコピーが3行の場合]]▼▽--*/
#charaCopy03 {
    position: absolute;
    top: 3%;
    right: 0;
    width: 31.7%;
}
/*----------[[CHARA/CV NAME WIDTH]]----------*/
.subColor01 #charaName { width: 180px; max-width: 180px; }
.subColor01 #cvName    { width: 130px; max-width: 130px; }
.subColor02 #charaName { width: 190px; max-width: 190px; }
.subColor02 #cvName    { width: 170px; max-width: 170px; }
.subColor03 #charaName { width: 230px; max-width: 230px; }
.subColor03 #cvName    { width: 160px; max-width: 160px; }
.subColor04 #charaName { width: 230px; max-width: 230px; }
.subColor04 #cvName    /*{ width: 130px; max-width: 130px; }*/{ width: 170px; max-width: 170px; }
.subColor05 #charaName { width: 240px; max-width: 240px; }
.subColor05 #cvName    /*{ width: 160px; max-width: 160px; }*/{ width: 170px; max-width: 170px; }
.subColor06 #charaName { width: 180px; max-width: 180px; }
.subColor06 #cvName    /*{ width: 160px; max-width: 160px; }*/{ width: 170px; max-width: 170px; }
.subColor07 #charaName { width: 250px; max-width: 250px; }
.subColor07 #cvName    /*{ width: 160px; max-width: 160px; }*/{ width: 170px; max-width: 170px; }
.subColor08 #charaName { width: 250px; max-width: 250px; margin-bottom: 6.4%;}
.subColor08 #cvName    /*{ width: 160px; max-width: 160px; }*/{ width: 170px; max-width: 170px; }
.subColor09 #charaName { width: 130px; max-width: 130px; margin-bottom: 6.4%;}
.subColor09 #cvName    /*{ width: 160px; max-width: 160px; }*/{ width: 170px; max-width: 170px; }
.subColor10 #charaName { width: 130px; max-width: 130px; margin-bottom: 6.4%;}
.subColor10 #cvName    /*{ width: 160px; max-width: 160px; }*/{ width: 170px; max-width: 170px; }
/*----------[[CHARA/CV NAME WIDTH]]----------*/
/*--▼黒真珠のみ色変更▼--*/
.subColor10 .subCont02:before{
    background: #FFF;
}
.subColor10 #charaPrfArea > dl dt {
    background: #fff;
}
.subColor10 #detalCharaList > h3:before,
.subColor10 #detalCharaList nav ul li#charaU:before{
    background: #fff;
}
.subColor10 #detalCharaList > h3{
    background: #fff;
    color: #000;
}
.subColor10 #detalCharaList nav ul li{
    border: 1px solid #fff;
}
/*--▲黒真珠のみ色変更▲--*/
#cnBox {
    padding: 2px 10px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 20px;
}
#cnBox > span {
    font-size: 10px;
    font-size: 1.0rem;
    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;
}
#charaPrfArea > dl dd:first-of-type {
    margin-bottom: 40px;
}
#charaPrfArea > dl dt:not(:first-of-type),
#charaPrfArea > dl dd:not(:first-of-type){
    float: left;
}
#charaPrfArea > dl dd:not(:first-of-type){
    width: calc(100% - 90px);
    padding-left: 3.6%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
    line-height: 2.0rem;
}
#charaPrfArea > dl dd:last-of-type {
    line-height: 26px;
    line-height: 2.6rem;
    margin-top: -3px;
}
#charaPrfArea > dl dd > span {
    font-size: 9px;
    font-size: 0.9rem;
    padding-left: 2px;
}
#charaPrfArea{
    position: relative;
}
#charaBadge {
    width: 100px;
    max-width: 100px;
    position: absolute;
    top: 200px;
    right: 0;
}
#charaPrfArea > dl{
    margin-bottom: 30px;
}
#detalCharaList{
    margin: 0 -4.8%;
    position: relative;
}
#detalCharaList > h3 {
    width: 130px;
    height: 18px;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: -9px;
}
#detalCharaList{
    margin-bottom: -70px;
}
#detalCharaList nav{
    padding: 9.6% 4.8% 0;
}
#detalCharaList nav ul li{
    width: 100%;
    height: 70px;
    border: 1px solid #000;
}
#detalCharaList nav ul li:not(:first-of-type){
    margin-top: -1px;
}
#detalCharaList nav ul li:nth-child(7){
    margin-bottom: 10%;
}
#detalCharaList nav ul li a img{
    width: 69px;
    display: inline-block !important;
    border-right: 1px solid #000;
}
#detalCharaList nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
}
#detalCharaList nav ul li a span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
}

/*--====================[[SUB ONAIR]]====================--*/

.subCont > h2 {
    position: absolute;
    top: 83px;
    left: 4.6%;
    z-index: 1;
}
#subOnair > h2 img {
    width: 216px;
}
#subOnair #subInCont > div > section > h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 14px;
}
#subOnair #subInCont > div > section > h2:before{
    content: "";
    position: absolute;
    background: url(../images/sp/c_img.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    left: 0;
}
#subOnair #subInCont > div > section > h2:after{
    content: "";
    position: absolute;
    background: url(../images/sp/c_img.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
}
#subInCont > div{
    margin-top: 5.5%;
}
#onairTv{
    margin-bottom: 8%;
}
#subOnair #subInCont > div > section > h3 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
    letter-spacing: 0.05em;
}
#subOnair #subInCont > div > section > h3 span{
    font-size: 1.1rem;
}
#subOnair #subInCont > div > section > h3:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -14px;
    left: 0;
}
#onairTv table{
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto;
}
#onairTv table td,
#onairTv table th{
    color: #000;
    font-weight: bold;
    display: block;
    padding: 0.7% 0 0.7% 4.6%;
}
#onairTv table th {
    background: #b5b5b6;
}
#onairTv table th span{
    font-size: 0.9rem;
}
#onairTv > dl{
    font-size: 1.3rem;
    color: #000;
}
#onairTv > dl dt{
    font-weight: bold;
    padding-left: 4.6%;
    background: #b5b5b6;
}
#onairTv > dl dd{
    padding-left: 4.6%;
    line-height: 3rem;
}
#onairWeb table{
    width: 100%;
}
#onairWeb table th,
#onairWeb table td{
    text-align: center;
    padding: 2% 3%;
}
#onairWeb table th{
    background: #787474;
    border-left: 1px solid #787474;
    border-right: 1px solid #787474;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}
#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;
    font-size: 1.2rem;
}
#onairWeb table td a{
    color: #ff8e16;
}

/*--====================[[SUB MUSIC]]====================--*/

#subMusic > h2 img {
    width: 209px;
}
ul#contNav {
    background: #928f8f;
    padding: 3%;
    width: calc(100% + 10%);
    margin-left: -5%;
    margin-top: -5.4%;
}
ul#contNav li{
	width: 49%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
    position: relative;
}
ul#contNav li:nth-child(1){
    margin-right: 1%;
    float: left;
}
ul#contNav li:nth-child(2){
    margin-left: 1%;
    float: right;
}
ul#contNav li:last-child{
    width: 100%;
    margin-top: 2%;
    float: left;
}
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/sp/c_img.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav li.active a:after {
    content: "";
    position: absolute;
    background: url(../images/sp/c_img.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav li a:before {
    content: "";
    position: absolute;
    background: url(../images/sp/c_img02.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav li a:after {
    content: "";
    position: absolute;
    background: url(../images/sp/c_img02.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav .mStand_by{
    pointer-events: none;
    opacity: .8;
}
.musicCont{
    padding-bottom: 4.6%;
}
.musicWrap{
    padding-top: 4.6%;
}
.musicCont > h3{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 4.6%;
    font-weight: bold;
}
.musicCont > h3 span{
    font-size: 1.2rem;
    display: block;
}
.artistDetail > h3 {
    font-weight: bold;
    text-align: center;
    background: #000;
    font-size: 1.5rem;
    color: #fff;
}
.artistPRF > figure{
    margin-bottom: 4.6%;
}
.artistPRF > p {
    font-size: 1.2rem;
    margin-bottom: 4.6%;
}
.musicCMT > h3 {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 2%;
    display: inline-block;
    padding: 0 2%;
}
.musicCMT dl{
    font-size: 1.2rem;
}
.musicCMT dl dt{
    font-weight: bold;
    margin-bottom: 1.6%;
}
.musicCMT dl dd{
    margin-bottom: 6.6%;
}
.musicCMT dl dd p{
    margin-bottom: 6.6%;
}
#mEnding,#mSoundtrack {
    display: none;
}
#mEnding img{
	margin-top: 6px;
}
.mEndingtitle {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
	margin-top: 2%;
    margin-bottom: 2%;
    display: inline-block;
    padding: 0 2%;
}
.mSale{
    margin-bottom: 30px;
}
.mDetailCont{
    margin-bottom: 30px;
}
.mDetailCont > h3{
    font-size: 13px;
    font-size: 1.3rem;
    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]]====================--*/

#subGoods > h2 img {
    width: 220px;
}
ul#goodsList{
    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#goodsList li{
    width: 48.8%;
    padding: 2%;
    margin-bottom: 4.6%;
    background: #cacaca;
    position: relative;
}
ul#goodsList li:nth-child(odd){
    margin-right: 1.2%;
}
ul#goodsList li:nth-child(even){
    margin-left: 1.2%;
}
ul#goodsList li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.goodsImg{
    margin-bottom: 4%;
}
.goodsTtl{
    color: #000;
    font-weight: bold;
    margin-bottom: 25%;
    font-size: 1.0rem;
    line-height: 1.6rem;
}
.goodsPrice{
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: right;
    width: 100%;
    padding: 2px;
}
ul#goodsList li:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 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: 4px 0 0 4px;
    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 4px 4px 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 4px 4px;
    border-color: transparent transparent #fff transparent;
}
#subGoods #subInCont > div > h3 {
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
}
#subGoods #subInCont > div > h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -14px;
    left: 0;
}
#subGoods #subInCont > div > figure img{
    width: 100%;
    border: 1px solid #000;
}
#subGoods #subInCont > div > figure{
    margin-bottom: 4.6%;
}
#subGoods #subInCont > div > dl dt{
    width: 80px;
    background: #000;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.8rem;
}
#subGoods #subInCont > div > dl dd{
    font-size: 1.2rem;
    margin-bottom: 5%;
}
#subGoods #subInCont > div > dl dd > span{
    font-size: 0.7rem;
}
#backGoodsList a{
    display: block;
    width: 150px;
    height: 38px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 15% auto 0;
    font-size: 1rem;
}
#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;
    width: 10%;
}
#cdPKG{
    width: 80%;
    margin: 0 auto;
}
#cdTopTxt{
    font-weight: bold;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 4.6%;
}
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: 48.8%;
    padding: 2%;
    margin-bottom: 4.6%;
    background: #cacaca;
    position: relative;
}
ul#cdList li:nth-child(odd){
    margin-right: 1.2%;
}
ul#cdList li:nth-child(even){
    margin-left: 1.2%;
}
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: 4px 4px 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: 4px 0 0 4px;
    border-color: #fff transparent transparent transparent;
}
ul#tabGoods{
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 6%;
}
ul#tabGoods li{
    width: 33.3%;
}
ul#tabGoods li a{
    display: block;
    padding: 2px 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    text-decoration: none;
    transition: .3s ease;
    background: #a3a3a3;
    position: relative;
}
ul#tabGoods li:last-child a,
ul#tabGoods li:nth-child(3n) a{
    border-right: none;
}
ul#tabGoods li:last-child a:before,
ul#tabGoods li:nth-child(3n) a:before{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 2px);
    background: #000;
    top: -1px;
    right: -1px;
}
ul#tabGoods li:nth-child(n + 4) a{
    border-top: none;
}
ul#tabGoods li:first-child a{
    border-top: 1px solid #000;
}
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;
    padding-bottom: 1px;
    width: 20%;
    height: 100%;
    display: block;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(5n){
    padding-right: 0;
}
.swiper-my-pagination img {
    box-shadow: none;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
    height: 56.25%;
}
.swiper-my-pagination {
    display: table;
}
.swiper-my-pagination {
    margin-top: 2px;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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;
}
#subStory > h2 img {
    width: 210px;
}
#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: 1.5rem;
    line-height: 2.1rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
    letter-spacing: 0.05em;
}
#subStory #subInCont > div > section > h3:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -14px;
    left: 0;
}
#storyTxtArea{
    margin-top: 40px;
}
#backStoryList a{
    display: block;
    width: 150px;
    height: 38px;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    margin: 15% auto 0;
    font-size: 1rem;
}
#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;
    width: 10%;
}
#storyTxtArea > p{
    line-height: 24px;
    line-height: 2.4rem;
}
ul#storyList{
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul#storyList li{
    width: 49%;
    margin-bottom: 5%;
}
ul#storyList li:nth-child(odd){
    margin-right: 1%;
}
ul#storyList li:nth-child(even){
    margin-left: 1%;
}
ul#storyList li p{
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    line-height: 2rem;
}
ul#storyList li a{
    text-decoration: none;
}
.stThumb{
    margin-bottom: 10px;
}

/*--====================[[SUB BDDVD]]====================--*/

#subPKG > h2 img {
    width: 240px;
}
#pkgListArea > h3{
    display: none;
}
#pkgListArea > ul{
    display: -webkit-box;
    display: flex;
}
#pkgListArea > ul li{
    width: 24.2%;
    margin-right: 1%;
}
#pkgListArea > ul li:last-child{
    margin-right: 0;
}
#pkgListArea > ul li a span{
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    margin-bottom: 3px;
    width: 100%;
    transition: .3s ease;
    line-height: 1.6;
}
#pkgListArea > ul li a:hover span,
#pkgListArea > ul li a.active span{
    background: #f47e00;
    color: #000;
}
#pkgListArea > ul li a{
    text-decoration: none;
}
#tokutenBtn{
    margin-top: 6%;
}
#tokutenBtn a{
    display: block;
    background: #000;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 80%;
    height: 40px;
    margin: 0 auto;
    z-index: 0;
}
#tokutenBtn a.active{
    background: #f47e00;
    color: #000;
}
#tokutenBtn a > span{
    display: block;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}
#tokutenBtn a > span > span{
    text-align: center;
    position: relative;
    z-index: 3;
    display: block;
    line-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    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;
}
#pkgListArea{
    margin-bottom: 10%;
}
.onePkgWrap > h3{
    text-align: center;
    background: #000;
    color: #f47e00;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    margin-bottom: 5.2%;
    letter-spacing: 0.08em;
}
.pkgDetail > .pkgRightArea > h3{
    display: none;
}
.pkgDetail > figure{
    width: 80%;
    margin: 0 auto 5.2%;
}
.pkgDetail > figure figcaption {
    color: #000;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.8;
}
.pkgRelease{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4.6%;
    text-align: center;
}
.pkgRightArea > dl dt{
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #b5b5b6;
    padding: 3px 0 3px 8px;
    margin-bottom: 2%;
}
.pkgRightArea > dl dd{
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 8px;
    margin-bottom: 2%;
}
.pkgDetail{
    margin-bottom: 6%;
}
.fTokuten > h3{
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    margin-bottom: 5.2%;
    letter-spacing: 0.08em;
}
.fTokuten ul li{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 3%;
}
.fTokuten ul li dl{
    border: 1px solid #f47e00;
    margin-top: 4%;
}
.fTokuten ul li dl dt{
    text-align: center;
    background: #f47e00;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    letter-spacing: 0.08em;
}
.fTokuten ul li dl dd{
    padding: 4%;
    background: #626262;
    color: #fff;
    letter-spacing: 0.08em;
}
.fTokuten ul li dl dd a{
    color: #fff;
}
.tokutenDetail > h3{
    display: none;
}
.tokutenDetail > dl > dt{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    padding-left: 12px;
    position: relative;
    margin-bottom: 28px;
    letter-spacing: 0.05em;
    margin-top: 10%;
}
.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: 32px;
    background: #000;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.tokutenDetail > dl > dd{
    margin-bottom: 30px;
}
.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;
    font-size: 12px;
    font-size: 1.2rem;
}
.tokutenDetail > dl > dd > .tokutenTxt p{
    margin-top: 8px;
    margin-bottom: 10px;
    letter-spacing: 0.08em; 
    font-size: 12px;
    font-size: 1.2rem;
}
.tokutenDetail > dl > dd > .tokutenTxt figure{
    width: 80%;
}
.tokutenDetail > dl > dd > .tokutenTxt figure figcaption{
    color: #000;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.8;
    margin-right: -20%;
}
.tokutenDetail > dl > dd > dl {
    border: 1px solid #f47e00;
    margin-top: 4%;
}
.tokutenDetail > dl > dd > dl > dt {
    text-align: center;
    background: #f47e00;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 3px 0;
    width: 100%;
    letter-spacing: 0.08em;
}
.tokutenDetail > dl > dd > dl > dd {
    padding: 4%;
    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: 200px;
    height: 40px;
    line-height: 39px;
    color: #ffffff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background: #000000;
    text-decoration: none;
}

/*--====================[[SUB EVENT]]====================--*/

#subEvent > h2 img {
    width: 209px;
}
.eventCont{
}
.musicWrap{
    padding-top: 4.6%;
}
.eventCont > h3{
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}
.eventCont > h3 span{
    font-size: 1.2rem;
    display: block;
}
.eventDetail > h3 {
    font-weight: bold;
    text-align: center;
    background: #000;
    font-size: 1.5rem;
    color: #fff;
	margin-top: 30px;
    margin-bottom: 20px;
}
.eventDetail > h3.oneAc{
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.eventDetail > h3.oneAc:before{
    width: 95%;
}
.eventDetail > h3.oneAc:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 12px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    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: 10px;
}
.eventDetail li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 25px;
}
.artistPRF > figure{
    margin-bottom: 4.6%;
}
.artistPRF > p {
    font-size: 1.2rem;
    margin-bottom: 4.6%;
}
.eventCMT > h3 {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 2%;
    display: inline-block;
    padding: 0 2%;
}
.eventCMT dl{
    font-size: 1.2rem;
}
.eventCMT dl dt{
    font-weight: bold;
    margin-bottom: 1.6%;
}
.eventCMT dl dd{
    margin-bottom: 6.6%;
}
.eventCMT dl dd span{
    font-size: 10px;
}
.eventCMT dl dd img{
	padding-top: 10px;
	padding-bottom: 10px;
}
#mEnding,#mSoundtrack {
    display: none;
}
#mEnding img{
	margin-top: 6px;
}
.mEndingtitle {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
	margin-top: 2%;
    margin-bottom: 2%;
    display: inline-block;
    padding: 0 2%;
}
.eSale{
    margin-bottom: 30px;
}
.mDetailCont{
    margin-bottom: 30px;
}
.mDetailCont > h3{
    font-size: 13px;
    font-size: 1.3rem;
    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: 3%;
    width: calc(100% + 10%);
    margin-left: -5%;
    margin-top: -5.4%;
}
ul#contNav2 li{
	width: 49%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;
    position: relative;
}

ul#contNav2 li{
    width: 100%;
    margin-top: 2%;
    float: left;
}
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/sp/c_img.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav2 li.active a:after {
    content: "";
    position: absolute;
    background: url(../images/sp/c_img.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav2 li a:before {
    content: "";
    position: absolute;
    background: url(../images/sp/c_img02.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    left: 0;
    pointer-events: none;
}
ul#contNav2 li a:after {
    content: "";
    position: absolute;
    background: url(../images/sp/c_img02.png) no-repeat;
    width: 5px;
    height: 40px;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    pointer-events: none;
}
ul#contNav2 .mStand_by{
    pointer-events: none;
    opacity: .8;
}