﻿@charset "utf-8";

body {
	background: #ededed;
	min-width: 1000px;
}
body *{box-sizing: border-box;}
img{vertical-align: bottom;}

#article {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, 'Lucida Grande', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
}

#wrapper #contents {}

/* anchor
**********************************/
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
}

/* #main
**********************************/
#main {
	margin: 0 auto;
	float: none;
}

/* countdown *****/
#cdCover {
	background-color: #000;
}
#cdCover #cd {
	width: 785px;
	margin: 0 auto;
	padding: 20px 0;
}
#cdCover #cd span {
	background: url(../images/cd_num_01.png) no-repeat transparent;
	height: 67px;
	float: left;
	display: block;
	margin-right: 10px;
	text-indent: -9999px;
}
#cdCover #cd .cd_txt {
	background: url(../images/cd_txt.png) no-repeat;
	background-size: cover;
	width: 132px;
	height: 67px;
	margin-right: 20px;
}

#cdCover #cd .days{
	background: url(../images/cd_days.png) no-repeat;
	background-size: cover;
	width: 15px;
	height: 68px;
	margin-right: 15px;
}

#cdCover #cd .dot{
	background: url(../images/cd_dot.png) no-repeat;
	background-size: cover;
	width: 17px;
	height: 52px;
	margin-top: 8px;
}

#cdCover #cd span.image0 { background-position: left 0px; width: 56px;}
#cdCover #cd span.image1 { background-position: left -67px; width: 40px;}
#cdCover #cd span.image2 { background-position: left -134px; width: 55px;}
#cdCover #cd span.image3 { background-position: left -201px; width: 57px;}
#cdCover #cd span.image4 { background-position: left -268px; width: 59px;}
#cdCover #cd span.image5 { background-position: left -335px; width: 54px;}
#cdCover #cd span.image6 { background-position: left -402px; width: 55px;}
#cdCover #cd span.image7 { background-position: left -469px; width: 57px;}
#cdCover #cd span.image8 { background-position: left -537px; width: 58px;}
#cdCover #cd span.image9 { background-position: left -605px; width: 55px;}

#cdCover #cd:after{
	display: block;
	clear: both;
	content: '';
}

/* SNS自動設置エリア
**********************************/
.global_NTV_snsArea .global_NTV_snsList{
	padding: 17px 0 16px;
	width: 555px;
	margin: 0 auto;
}

.global_NTV_snsArea .global_NTV_snsList li{
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

.global_NTV_snsArea .fb_iframe_widget span{
	vertical-align: top!important;
}

/* #header
**********************************/
#main #article #headerCover {}
#main #article #header {
	padding: 60px 0 0;
	background: #ededed url(../images/header_bg_01.png) no-repeat;
	background-position: center top;
}
#header h1 {
	background: #000;
    text-align: center;
    width: 555px;
    height: 372px;
    padding-top: 51px;
    margin: 0 auto;
    animation-delay:.3s;
}
#headerCover #txt_01 {
	background: #000;
    text-align: center;
    padding: 20px 0;
}
#headerCover #txt_01 img{
	max-width: 95%;
}
/*----------nav----------*/
#navCover{padding:60px 0;}
#nav {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
    z-index: 10;
}
#nav:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 750px 750px 0;
	border-color: transparent #ffee00 transparent transparent;
	position: absolute;
	top: -60px;
	left: 50%;
}
#nav ul {
	margin: 0 auto;
	font-size:0;
}
#nav ul li {
	display: inline-block;
	vertical-align:middle;
}
#nav ul li:not(:last-of-type){
	margin-right: 15px;
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, #nav ul li:not(:last-of-type){
	margin-right: 6px;
}
}
#nav ul li a{
	text-decoration: none;
	display: inline-block;
	padding: 0 8px;
	font-family: 'Arial Black','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
    font-weight: 900;
	font-size: 26px;
	color: #000;
	-webkit-transition: .4s ease 0s;
    		transition: .4s ease 0s;
	z-index:10;
	position: relative;
	line-height: 32px;
}
#nav ul li a img{
	vertical-align: sub;
}
#nav ul li:not(:last-of-type) a:hover::after,#nav ul li:not(:last-of-type) a:hover::before{
	width: 100%;
	left: 0;
	z-index:-1;
}
#nav ul li:not(:last-of-type) a::after, #nav ul li:not(:last-of-type) a::before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
  height: 35px;
}
#nav ul li:not(:last-of-type) a::before {
  -webkit-transition: width .25s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
          transition: width .25s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
  background: #fa1973;
  z-index:-1;
}

#nav ul li:not(:last-of-type) a::after {
  -webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
          transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #00bfe1;
  z-index:-1;
}
#nav ul li:last-of-type a:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* #article
**********************************/
#article {}
/* #content
**********************************/
#content {
	margin: 0 auto;
}
/* .block
**********************************/
.block {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.block h2.h2_tit{
	position: relative;
    z-index: 3;
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: block;
}
.block h2.h2_tit img{}

.block h2.h2_tit.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.block h2.h2_tit.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* #pr
**********************************/
#prCover {
	background-color: #B8E62B;
	background-image: url(../images/pr_bg_01.png);
	background-position: center center;
}
#pr div#playercover {
	border: 1px solid #000;
	box-shadow: 5px 5px 0 2px #000;
	background-color: #FFF;
	margin-right:auto;
	margin-left:auto;
	padding:20px 30px;
	width: 560px;
	text-align: center;
}
#pr div#playercover #playerContainer{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
/* #ticket
**********************************/
#ticketCover {
	margin-bottom: 90px;
	z-index: 10;
}
#ticketCover:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 90px 90px 0;
	border-color: transparent #fa1973 transparent transparent;
	position: absolute;
	top: -10px;
	right: 86px;
}
#ticketCover:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 90px;
	border-color: transparent transparent #00bfe1 transparent;
	position: absolute;
	top: 50px;
	right: 30px;
}
#ticketCover .h2_tit{
	width: 367px;
}
#ticketCover #ticket {
    text-align: center;
    background: #fff;
    margin-top: -38px;
    padding: 85px 0 81px;
}
#ticket p.txt_01{
	text-align: center;
	font-size: 24px;
	color: #fa1973;
	font-weight: bold;
	margin-bottom: 25px;
}
#ticket p.txt_01.tic_last{
	width:600px;
	font-size:20px;
}
#ticket p.txt_01:last-of-type{
	font-size: 20px;
}
#ticket p.txt_02{
 	display: inline-block;
 	font-size: 20px;
}
#ticket p.txt_02 span:nth-of-type(2n+1){
	display: inline-block;
	color: #fff;
	font-size: 18px;
	background: #fa1973;
	margin-right: 5px;
	width: 80px;
	padding: 2px 0;
}
#ticket p.txt_02 span:nth-of-type(2n){
	font-size: 16px;
}
#ticket .btn_list{
	font-size: 0;
	margin-bottom: 34px;
}
#ticket .btn_list .btn{
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
#ticket .btn_list .txt_02{
	margin: 20px 0 10px;
	font-size: 16px;
	display: block;
}
#ticket .btn_list a:nth-of-type(2n+1){
	margin-right: 60px;
}
#ticket .btn_list a:nth-of-type(n+3){
	margin-top: 30px;
}

/* #wn
**********************************/
#wnCover {margin-bottom: 92px;}
#wnCover #wn:before{
	display: block;
	content: '';
	position: absolute;
	top: -535px;
	right: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 765px 0 0 765px;
	border-color: transparent transparent transparent #fa1973;
}
#wnCover #wn:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 90px 0 0;
	border-color: #00bfe1 transparent transparent transparent;
}
#wnCover #wn .h2_tit{
	width: 505px;
	margin-left: auto;
	margin-bottom: 64px;
}
#wnCover #wn ul{
	font-size: 0;
}
#wnCover #wn ul li{
	vertical-align: top;
	background-color: #FFF;
	width: 300px;
	height: 150px;
	display: inline-block;
	position: relative;
}
#wnCover #wn ul li:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #000000 transparent;
}
#wnCover #wn ul a li{
	color: #000;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	margin-right: 28px;
}
#wnCover #wn ul a:hover li{
	background: #fff000;
}
#wnCover #wn ul li .date{
	background: #000;
	text-align: center;
	font-family: 'Arial Black','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-weight: 900;
	font-size: 22px;
	color: #fff;
	width: 166px;
	margin-top: -14px;
}
#wnCover #wn ul li .txt{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0em;
	text-align: left;
	padding: 20px 30px 0;
}
#wnCover #wn ul a li .txt{
	text-decoration: underline;
}
/* #artist
**********************************/
#artistCover {
	margin-bottom: 92px;
	z-index: 3;
}
#artistCover:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 90px 90px 0;
	border-color: transparent #fa1973 transparent transparent;
	position: absolute;
	top: -30px;
	right: 164px;
}
#artistCover:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 165px 165px 0;
	border-color: transparent #ffee00 transparent transparent;
	position: absolute;
	top: 60px;
	right: 0;
}
#artistCover .h2_tit{
	width: 323px;
}
#artistCover #artist {
	margin-top: -38px;
	background:#fff;
	padding: 88px 30px 71px;
	position: relative;
}
#artistCover #artist:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 165px 0 0 165px;
	border-color: transparent transparent transparent #fb3b88;
	position: absolute;
	bottom: 0;
	left: 0;
}
#artistCover #artist:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 0 0 90px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	bottom: -90px;
	left: 165px;
}
#artistCover #artist .artist_btn{
	height: 66px;
	width: 74px;
	position: absolute;
}
#artistCover #artist ul{
	font-size: 0;
	text-align: center;
}
#artistCover #artist ul li{
	position: relative;
	display: inline-block;
	min-height:360px;
	vertical-align:middle;
}
#artistCover #artist ul li:nth-of-type(even){
	margin-left: 28px;
}
#artistCover #artist .artist_list li a{
	outline: none;
}
#artistCover #artist .artist_list .artist_btn{
	height: 80px;
	width: 80px;
	position: absolute;
	display: block;
	background-image: url(../images/artist_btn_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
}
#artistCover #artist .artist_list a:hover .artist_btn{
	background-image: url(../images/artist_btn_01_hover.png);
}
#artistCover #artist .artist_list .artist_photo{
	display: block;
	position: relative;
}
#artistCover #artist .artist_list .artist_photo:after{
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffee00;
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
}
#artistCover #artist .artist_list li a:hover .artist_photo:after{
	opacity: .5;
}
#artistCover #artist .artist_list .artist_name{
	text-align: center;
	display: block;
	padding-top: 10px;
}
#artistCover #artist h3.h3_tit{
	padding-bottom: 48px;
	text-align: center;
}
#artistCover #artist #sat{
	position: relative;
	padding-bottom: 30px;
}
#artistCover #artist #sat:before{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background: #00bfe1;
	width: 450px;
	height: 2px;
}
#artistCover #artist #sat:after{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	background: #fa1973;
	width: 450px;
	height: 2px;
}
#artistCover #artist #sun{
	padding-top: 61px;
	position: relative;
}
#artistCover #artist #sun:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 90px 90px 0;
	border-color: transparent #00bfe1 transparent transparent;
	position: absolute;
	right: 0;
	bottom: -59px;
}
#artistCover #artist #sun:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 0 0 90px;
	border-color: transparent transparent transparent #fb3b88;
	position: absolute;
	right: -30px;
	bottom: -118px;
}
#profile{
	display:none;
}
.mordal{
	background-color: #FFF;
	padding: 45px 60px 70px;
	width: 800px;
	position: relative;
}
.mordal p.artist_name{
	background-color: #FFF;
	padding: 0px 0 20px 0;
	text-align: center;
	font-family: 'Arial Black','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-weight: 900;
	font-size: 46px;
}
.mordal p.artist_photo{
	background-color: #FFF;
	padding: 0px 0 45px 0;
	text-align: center;
}
.mordal div.artist_txt{
	background-color: #FFF;
	line-height: 1.6em;
	font-size:16px;
	font-family: "游ゴシック","YuGothic","メイリオ", Meiryo,'Lucida Grande',"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.mordal div.artist_txt p{
	margin-bottom: 2em;
}
#cboxLoadedContent{
	overflow: visible!important;
	position: relative;
}
#cboxLoadedContent:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 90px 0 0;
	border-color: #ffee00 transparent transparent transparent;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
}
#cboxLoadedContent:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 90px 90px 0;
	border-color: transparent #fa1973 transparent transparent;
	position: absolute;
	top: -60px;
	left: 30px;
	z-index: 1;
}
.artistBg{
	display: block;
	content: '';
	position: absolute;
	bottom: 150px;
	right: -270px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 570px 570px;
	border-color: transparent transparent #fa1973 transparent;
	z-index: -1;
}

/* #mc
**********************************/
#mcCover {
	margin-bottom: 90px;
}
#mcCover:before{
	display: block;
	content: '';
	position: absolute;
	top: -2621px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1080px 1080px 0;
	border-color: transparent #00bfe1 transparent transparent;
}
#mcCover:after{
	display: block;
	content: '';
	position: absolute;
	top: -2604px;
	left: -270px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1398px 0 1398px 1395px;
	border-color: transparent transparent transparent #ffee00;
}
#mcCover .h2_tit{
	width: 140px;
	margin-left: auto;
}
#mcCover #mc {
	margin-top: -38px;
	position: relative;
}
#mcCover #mc:before{
	display: block;
	content: '';
	position: absolute;
	bottom: -758px;
	left: -270px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 570px 570px 0 0;
	border-color: #fa1973 transparent transparent transparent;
}
#mcCover #mc:after{
	display: block;
	content: '';
	position: absolute;
	bottom: -1566px;
	right: -270px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1597px 1597px;
	border-color: transparent transparent #00bfe1 transparent;
}
#mcCover #mc ul{
	font-size: 0;
}
#mcCover #mc ul li{
	position: relative;
	display: inline-block;
}
#mcCover #mc ul li:first-of-type{
	margin-right: 3%;
}
#mcCover #mc .mc_list .mc_photo img{}
/* #about
**********************************/
#aboutCover {margin-bottom: 90px;}
#aboutCover:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 165px 165px 0;
	border-color: transparent #ffee00 transparent transparent;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 2;
}
#aboutCover:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 0 0 90px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 60px;
	right: 30px;
}
#aboutCover .h2_tit{
	width: 311px;
}
#aboutCover #about {
	background: #fff;
	margin-top: -38px;
	padding: 70px 50px 65px;
	position: relative;
}
#aboutCover #about:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 165px 165px;
	border-color: transparent transparent #fb3b88 transparent;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#aboutCover #about:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 90px 0 0;
	border-color: #ffee00 transparent transparent transparent;
	position: absolute;
	bottom: 20px;
	right: 126px;
}
#aboutCover #about dt{
	display: inline-block;
	background: #fff000;
	font-size: 20px;
	line-height:1.6em;
	padding: 1px 9px;
	margin-bottom: 8px;
}
#about dl dd{
	font-size: 20px;
	margin: 0 0 10px 10px;
}
#about dl dd:last-of-type{
	margin-bottom: 0;
}
#about dl dd span.attention{
	font-size: 16px;
	line-height:1.3em;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}
#about dl dd span.dd_sun{
	display: inline-block;
	opacity: 0;
}
#about dl dd span.dd_kome{
	font-size: 16px;
}
#about dl dd span.attention span.red{
	color: #E21F24;
}
#about dl dd strong{
	display: block;
}
#about dl dd a{
	color: #000;
}
/* #og
**********************************/
#ogCover {
	margin-bottom: 90px;
	z-index: 2;
}
#ogCover:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 165px 165px 0 0;
	border-color: #fb3b88 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#ogCover:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 90px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	top: 0;
	left: 106px;
}
#ogCover .h2_tit{
	width: 633px;
	margin-left: auto;
}
#ogCover #og {
	background: #fff;
	margin-top: -38px;
	padding: 83px 50px 85px;
	font-size: 22px;
}
#ogCover #og p.txt_01{
	text-align: center;
	margin-bottom: 45px;
}
#ogCover #og p.txt_01:first-of-type{
	margin-bottom: 25px;
}
#ogCover #og p.txt_01 strong{
	font-weight: bold;
	color: #fb3b88;
}
#ogCover #og p.txt_01:nth-of-type(2) strong{
	color: #f30c66;
	font-size: 30px;
}
#ogCover #og ul{
	text-align: center;
	margin-bottom: 40px;
	font-size: 0;
}
#ogCover #og ul:first-of-type{
	margin-bottom: 30px;
}
#ogCover #og ul li{
	width: 266px;
	position: relative;
	display: inline-block;
	vertical-align:top;
	font-size: 22px;
}
#ogCover #og ul li:not(:first-of-type){
	margin-left: 29px;
}
#ogCover #og .og_list .og_photo{
	position: relative;
	height: 173px;
	width: 266px;
}
#ogCover #og .og_list a {
	width: 266px;
	height: 173px;
	display: block;
	float: left;
	outline: none;
}
#ogCover #og .og_list a .og_photo {
	display: block;
	height: 173px;
	width: 266px;
	position: relative;
}
#ogCover #og .og_list a .og_photo:after{
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffee00;
	-webkit-transition: all 0.4s 0s ease;
	-moz-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
}
#ogCover #og .og_list a:hover .og_photo {
	height: 173px;
	width: 266px;
}
#ogCover #og .og_list a:hover .og_photo:after{
	opacity: .5;
}
#ogCover #og .og_list .og_photo img.photo{
	height: 173px;
	width: 266px;
}
#ogCover #og .og_list .og_photo img.zoom{
	height: auto;
	width: 25px;
	position: absolute;
	right: 5px;
	bottom: 4px;
}
#ogCover #og .og_list .og_name{
	text-align: center;
	display: inline-block;
	padding-top: 5px;
	color: #fb3b88;
	font-weight: bold;
}
#ogCover #og .og_list .og_detail{
	text-align: center;
	display: block;
	font-size: 18px;
}
#ogCover #og #schedule {
	font-size: 16px;
}
#ogCover #og #schedule strong{
	color: #e60012;
}

/* #twt
**********************************/
#twtCover {
	padding-bottom: 40px;
	z-index: 2;
}
#twtCover:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 165px 165px;
	border-color: transparent transparent #00bfe1 transparent;
	position: absolute;
	top: -36px;
	right: 0;
	z-index: 2;
}
#twtCover:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 90px 0 0;
	border-color: #ffee00 transparent transparent transparent;
	position: absolute;
	top: 40px;
	right: 106px;
}
#twtCover .h2_tit{
	width: 380px;
}
#twtCover #twt {
	margin-top: -38px;
	position: relative;
}
#twtCover #twt:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 90px 90px;
	border-color: transparent transparent #00bfe1 transparent;
	position: absolute;
	bottom: -50px;
	left: 0;
}
#twtCover #twt .tweetbox {
	background-color: #FFF;
	margin-right:auto;
	margin-left:auto;
	padding:70px 20px 30px;
	width: 700px;
	margin-bottom: 50px;
}


/* #bottom
**********************************/
#bottom{
	text-align: center;
	font-size: 0;
	padding-bottom: 54px;
}
#bottom:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 900px 900px 0 0;
	border-color: #ffee00 transparent transparent transparent;
	position: absolute;
	top: -1935px;
	left: -270px;
}

#bottom:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 570px 570px;
	border-color: transparent transparent #fa1973 transparent;
	position: absolute;
	bottom: 0;
	right: -270px;
	z-index: -1;
}
#bottom .btn{
	display: inline-block;
	vertical-align:middle;
}
#bottom .btn:not(:last-of-type){
	margin-right: 28px;
}
#bottom .btn a img{}
#bottom .btn a{
	display: block;
	box-shadow:0px 4px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 4px 0px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
}
#bottom .btn a:hover{
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.2);
	transform: translate3d(0, 4px, 0);
	-webkit-transform: translate3d(0, 4px, 0);
}

/* pagetop
**********************************/
.innerlink-head {
	position: fixed;
	bottom: 68px;
	right: 30px;
	z-index: 100;
	height: 60px;
	width: 60px;
	background: #000;
	overflow: hidden;
}
.innerlink-head #pagetop{
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-indent: -9999px;
	margin: 23px auto;
 }

/* テキスト指定
**********************************/

#artistCover #artist .artist_name{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3em;
}
#artistCover #artist .artist_name em{
	font-size: 14px;
}
