@charset "utf-8";
/* ----------------------------------------------------
* reset style
* -------------------------------------------------- */

/* HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary { display:block; }
body {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
}
img {
	border:none;
}
a{
	color:#1d4f8c;
	text-decoration:underline;
}
a:link{
	color:#1d4f8c;
	text-decoration:underline;
}
a:visited{
	color:#1d4f8c;
	text-decoration:underline;
}
a:hover{
	color:#1d4f8c;
	text-decoration:none;
}
a:hover img{ 
	opacity:0.7;
	filter:alpha(opacity=70);
}
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0 0 1.2em 0;
	line-height:1.6em;
}
img.left-float {
	float:left;
	margin-right:1em;
}
img.right-float {
	float:right;
	margin-left:1em;
}
li {
	xmargin-top:0.5em;
	xmargin-bottom:0.5em;
}
pre, code {
	font-family:Courier,"Courier New",monospace;
}
pre {
	margin:0 15px 10px 30px;
	border:1px dotted #999;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;
	margin-left: 0;
	width:95%;
	overflow-x:auto;
}
small { margin:0; padding:0; }

xtable {	table-layout:fixed; }
table {
	border-collapse: separate;
	border-spacing: 0;
}

.clear { clear:both; }







/*スクロールで出現*/
._effect i {
  xheight:120px;
  xpadding:20px;
  xfont-size:100px;
  transition:.8s;
} 
._effect div {
  margin:auto;
  transition:.8s;
  transition-delay:.8s;
}


/*SNSボタン*/
.sns_btn01 {
width:50px;
height:50px;
margin:2px;
border-radius:5px;
font-size:23px;
font-weight:bold;
text-decoration:none;
xtext-align:center;
line-height:50px;
color:#FFF;
vertical-align:middle;
overflow:hidden;
display:inline-block;
transition:.3s;
}
.sns_btn01:hover {
	transition: .5s;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.sns_btn01 .icon {
	width:50px;
	height:50px;
	border-radius:5px;
	font-size:35px;
	line-height:50px;
	color:#eaeaea;
	position:relative;
	display:inline-block;
	vertical-align:middle;
}

.sns_btn01 .icon .fa-facebook-f {
	font-size:42px;
	position:absolute;
	bottom:-3px;
	right:6px;
}
.sns_btn01 .icon .fa-twitter {
	line-height: 50px;
}

.color_fb { background:#4966a0; }
.color_tw { background:#1da1f3; }

/*フォントカラー*/
.fc-red { color:#E00; }


/*table*/
.table01 {
	width:100%;
	border-collapse: collapse;
	margin:0 0 20px 0;
	table-layout:fixed;
}
.table01 th.t_top {
	border-top:#0d3763 4px solid;
}
.table01 th {
width:30%;
	border-bottom: #e3e3e3 1px dotted;
	background: #f7f7f7;
	text-align: left;
	padding:5px 8px;
	font-weight:bold;
	_white-space:nowrap;
	table-layout:fixed;
}
.table01 td.t_top {
	border-top: #b3b3b3 4px solid;
}
.table01 td {
	width:70%;
	border-right: #e3e3e3 1px dotted;
	border-bottom: #e3e3e3 1px dotted;
	text-align:left;
	padding:5px 8px;
}


/****************/
/* PC版ここから */
@media screen and (min-width:769px) {
body {
	font-size:14px;
	line-height:1.5;
}
body.body_bg01 {
	background:url(../images/common/body_bg01.jpg),url(../images/common/body_bg00.png);
	background-attachment:fixed,fixed;
	background-repeat:no-repeat,no-repeat;
	background-position:center top;
	background-size:auto 500px,100% 500px;
}
#header .topmenu li a {
	font-size:20px;
	padding:10px 20px 8px;
	line-height:30px;
}
#nav-menu a {
	font-size:120%;
}

/*ボタン*/
a.btn01 {
	width:160px;
	margin:0 auto;
	padding:0.8em;
	border:2px solid #0d3763;
	border-radius:3px;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#0d3763;
	display:block;
	clear:both;
	transition:.4s;
}
a.btn01:hover {
	background:#0d3763;
	color:#FFF;
}

a.btn02 {
	width:140px;
	margin:0 auto;
	padding:0.4em 0.4em 0.3em;
	border:2px solid #0d3763;
	border-radius:3px;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#0d3763;
	display:block;
	clear:both;
	transition:.10s;
	float:right;
}
a.btn02:hover {
	background:#0d3763;
	color:#FFF;
}

#content {
	min-width:730px;
	min-height:100vh;
	background:#FFF;
}
#content .content-body01 {
	padding:30px 0;
	background:#FFF;
	line-height:2em;
	clear:both;
	overflow:hidden;
	display:block;
}
#content .content-body02 {
	padding:30px 0;
	line-height:2em;
	clear:both;
	overflow:hidden;
	display:block;
}




/*ニュースエリア*/
#newsArea {
	max-width:880px;
	margin:0 auto;
	padding:40px 0 0 0;
	clear:both;
	overflow:hidden;
	display:block;
}
h2#newsArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/news_title01.png) no-repeat center center;
	text-indent:-7000em;
}
#newsArea ul {
	margin:40px 0 1.6em;
	padding:0;
}
#newsArea ul li {
	width:100%;
	margin:0 0 0.8em 0;
	padding:0 0 1em 0;
	border-bottom:1px solid #AAA;
	list-style:none;
}
#newsArea div.data {
	color:#000;
	font-size:125%;
	line-height:1.2;
	font-weight:bold;
}
#newsArea div.title {
	margin:10px 0;
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
}
#newsArea div.entry {
	margin:20px 0 0 0;
	padding:0 0 50px 0;
	border-bottom:1px solid #AAA;
	font-size:110%;
}
#newsArea span {
	line-height:1.5;
}


/*ライブエリア*/
#liveArea {
	max-width:880px;
	margin:0 auto;
	padding:0 0 40px 0;
}
h2#liveArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/live_title01.png) no-repeat center center;
	text-indent:-7000em;
}
#liveArea ul {
	margin:3em 0 1.6em;
	padding:0;
}
#content #liveArea ul li {
	margin:0 0 1.5em 0;
	border:1px solid #AAA;
	border-radius:10px;
	list-style:none;
}
#content #liveArea ul li div.data {
	color:#FFF;
	font-size:100%;
	line-height:1.5;
	font-weight:bold;
	clear:both;
	overflow:hidden;
	display:block;
}
#content #liveArea ul li div.title {
	margin:10px 1.2em 15px;
	font-size:120%;
	font-weight:bold;
	line-height:1.3;
}
/* リボン */
#content #liveArea .ribbon01 {
	width:150px;
	height:24px;
	margin:0;
	padding:0 0 0 12px;
	background-color:#0d3763;
	border-radius:10px 0 0 0;
	font-size:16px;
	color:#fff;
	clear:both;
	display:block;
	float:left;
}
#content #liveArea .ribbon02 {
	width:120px;
	height:24px;
	display:block;
	float:left;
}

#content #liveArea .ribbon02 .Oneman {
	padding:0 20px;
	font-size:16px;
	text-align:center;
	background:#f9bc45;
	clear:both;
	overflow:hidden;
	display:block;
}
.Oneman:after{ content:"Oneman"; }

#content #liveArea .ribbon02 .Free {
	padding:0 20px;
	font-size:16px;
	text-align:center;
	background:#2796fd;
	clear:both;
	overflow:hidden;
	display:block;
}
.Free:after{ content:"Free"; }

#content #liveArea .ribbon02 .Event {
	padding:0 20px;
	font-size:16px;
	text-align:center;
	background:#71ce64;
	clear:both;
	overflow:hidden;
	display:block;
}
.Event:after{ content:"Event"; }


/*LIVE表示用*/
#liveDetailList {
	max-width: 880px;
	margin: 0 auto 40px auto;
}
#liveDetailList > li{
	display:flex;
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
}
#liveDetailList > li:not(:last-of-type){
	border-bottom: 1px solid #aaa;
}
#liveDetailList > li > div{
	background-color: #f0f0f0;
	width: 33%;
	padding: 15px 0 15px 2%;
}
#liveDetailList > li dl{
	display: flex;
	flex-wrap: wrap;
	width: 64%;
	padding-left: 1%;
}
#liveDetailList > li dt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	padding: 0 1%;
	background-color: #c4c4c4;
	color: #fff;
}
#liveDetailList > li dt:not(:last-of-type){
	margin-bottom: 5px;
}
#liveDetailList > li dd{
	width: 76%;
	padding-left: 2%;
	margin-left: 0px;
	-webkit-margin-start: 0px;
}
#liveDetailList > li > a{
	position: absolute;
	right: 0;
	top: 0;
}


/*MOVIEエリア*/
#movieArea {
	max-width:880px;
	height:880px;
	margin:0 auto;
	padding:180px 0 0 0;
	background: url(../images/common/movie_bg01.png) no-repeat center center;
	_background-size:850px 850px;
}
h2#movieArea_title {
	height:55px;
	background: url(../images/common/movie_title01.png) no-repeat center center;
	text-indent:-7000em;
}
#content #movieArea .movieArea_box01 {
	margin:60px 0 0 0;
	text-align:center;
}
#content #movieArea .movieArea_box01 h3 {
	margin:30px 0 50px;
	font-size:130%;
	color:#646464;
}
#content #movieArea .movieArea_box01 iframe {
	width:620px;
	height:349px;
}


/*PROFILEエリア*/
#profileArea {
	max-width:880px;
	height:880px;
	margin:0 auto;
	padding:150px 0 0 0;
	background: url(../images/common/profile_bg01.png) no-repeat center center;
	_background-size:850px 850px;
}
h2#profileArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/profile_title01.png) no-repeat center center;
	text-indent:-7000em;
}
#content #profileArea .profileArea_box01 {
	width:730px;
	margin:40px auto 0;
	text-align:center;
}
#content #profileArea .profileArea_box01 h3 {
	margin:30px 0 20px;
	font-size:130%;
	color:#646464;
}
#content #profileArea .profileArea_box01 img {
	width:400px;
}


/*DISCOGRAPHYエリア*/
#discoArea {
	max-width:880px;
	height:880px;
	margin:0 auto;
	padding:180px 0 0 0;
	background: url(../images/common/disco_bg01.png) no-repeat center center;
	_background-size:850px 850px;
}
h2#discoArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/discography_title01.png) no-repeat center center;
	text-indent:-7000em;
}
#content #discoArea .discoArea_box01 {
	margin:40px 0 0 0;
	text-align:center;
}
#content #discoArea .discoArea_box01 h3 {
	margin:10px 0 5px;
	font-size:130%;
	color:#646464;
}
#content #discoArea .discoArea_box01 img {
	width:480px;
	height:auto;
}
#content #discoArea .discoArea_box01 div.data {
	margin:0 0 20px;
}


/*CONTACT*/
h2#contactArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/contact_title01.png) no-repeat center center;
	text-indent:-7000em;
}

/*FUN CLUB*/
h2#funclubArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/funclub_title01.png) no-repeat center center;
	text-indent:-7000em;
}



/*カテゴリタイトル*/
#categoryTitle {
	margin:0 0 40px 0;
	padding:70px 0;
	background:#eaeaea;
}
#categoryTitle.cate_title_bg01 {
	padding:80px 0;
	background:#eaeaea url(../images/common/category_title_live01.png) no-repeat center center;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg02 {
	padding:80px 0;
	background:#eaeaea url(../images/common/category_title_news01.png) no-repeat center center;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg03 {
	padding:80px 0;
	background:#eaeaea url(../images/common/category_title_profile01.png) no-repeat center center;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg04 {
	padding:80px 0;
	background:#eaeaea url(../images/common/category_title_funclub01.png) no-repeat center center;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg05 {
	padding:80px 0;
	background:#eaeaea url(../images/common/category_title_contact01.png) no-repeat center center;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg06 {
	padding:80px 0;
	background:#eaeaea url(../images/common/category_title_discography01.png) no-repeat center center;
	text-indent:-7000em;
}

/*ライブタイトル*/
#categoryTitle.tour2018_title_bg01 {
	padding:80px 0;
	background:#04113b url(../images/common/tour2018_title_bg01.png) no-repeat center center;
	text-indent:-7000em;
}

#categoryTitle.tour2019_otera01_title_bg01 {
	padding:60px 0;
	background:#042996 url(../images/common/tour2019_otera01_header.png) no-repeat center center;
	text-indent:-7000em;
}


/*アジアツアー2019*/
#categoryTitle.asiaTour2019_title_bg01 {
	padding:60px 0;
	background:#02298b url(../images/common/asia_tour2019_header.png) no-repeat center center;
	text-indent:-7000em;
}


/*記事エントリー*/
#entryArea {
	max-width:880px;
	margin:0 auto;
	padding:0 0 100px 0;
}
#entryArea h3 {
	margin:0 0 20px 0;
}
#entryArea div.entry_list01 {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #AAA;
	clear:both;
	overflow:hidden;
	display:block;
}
#entryArea div.entry_list01 div.data {
	font-size:125%;
	font-weight:bold;
	color:#000;
	line-height:1.2;
}
#entryArea div.entry_list01 div.title {
	margin:10px 0;
	padding:0;
	font-weight:bold;
	line-height:1.2;
}
#entryArea div.entry_list01 div.text {
	margin:10px 0;
	padding:0;
	font-size:110%;
	line-height:1.5;
}
.entry_pager01 {
	margin:20px 0;
	font-size:120%;
}

/*ディスコグラフィ用*/
#entryArea div.entry_list01 div.disco_box00 {
	width:48%;
	margin:0 1% 25px;
	text-align:center;
	float:left;
}
#entryArea div.entry_list01 div.disco_box00 div.disco_box01 {
	width:400px;
}
#entryArea div.entry_list01 div.disco_box00 div.disco_box01 img {
	width:400px;
	margin:0;
	padding:0;
}
#entryArea div.entry_list01 div.disco_box00 div.data {
	font-size:125%;
	font-weight:bold;
	color:#000;
	line-height:1;
}
#entryArea div.entry_list01 div.disco_box00 div.title {
	margin:10px 0;
	padding:0;
	font-weight:bold;
	line-height:1.2;
}



#entryArea div.entry-box01 {
	margin:0;
	padding:0 0 50px 0;
}
#entryArea div.entry-box01 div.data {
	color:#000;
	font-size:125%;
	line-height:1.2;
	font-weight:bold;
}
#entryArea div.entry-box01 div.title {
	margin:10px 0;
	padding:20px 20px 17px;
	font-size:120%;
	font-weight:bold;
	line-height:1.4;
	border:1px solid #AAA;
	border-radius:10px;
}
#entryArea div.entry-box01 div.title h3 {
	margin:0;
	padding:0;
}
#entryArea div.entry-box01 div.text {
	font-size:110%;
	line-height:1.5;
}

#entryArea div.entry {
	margin:35px 0 0 0;
	padding:0 0 50px 0;
	border-bottom:1px solid #AAA;
	font-size:110%;
}

#entryArea div.title02 {
	margin:10px 0;
	padding:20px 20px 17px;
	font-size:120%;
	font-weight:bold;
	line-height:1.4;
}

#entryArea div.entry img {
	max-width:880px;
}
#entryArea div.entry ul {
	margin:0;
}




/*DISCOGRAPHY用*/
#entryArea div.disco_box01,
#entryArea div.disco_box02 {
	width:500px;
	margin:0 auto 30px;
}
#entryArea div.disco_box01 img {
	width:500px;
	margin:0 auto;
}

#_entryArea span {
	line-height:1.5;
}


/*プレビュー用リンクバー*/
#entry-navi01 {
	width:60%;
	margin:25px auto 100px;
	font-weight:bold;
	overflow:hidden;
	display:block;
	clear:both;
}
#entry-navi01 .prev {
	border-radius:5px;		/* CSS3草案 */  
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius:5px;		/* Firefox用 */  
	float:left;
}
#entry-navi01 .next {
	border-radius:5px;		/* CSS3草案 */  
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius:5px;		/* Firefox用 */  
	text-align:right;
	float:right;
}
#entry-navi01 a,
#entry-navi01 a {
	width:120px;
	margin:0 auto;
	padding:0.5em;
	background:#0d3763;
	color:#FFF;
	border:2px solid #0d3763;
	border-radius:5px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	display:block;
	clear:both;
	transition:.4s;
}
#entry-navi01 a:hover,
#entry-navi01 a:hover {
	background:#FFF;
	color:#0d3763;
}


/*最近の記事用*/
#entry_recently01 {
	margin:0 0 15px 0;
}
#entry_recently01 h3 {
	margin:0 0 20px 0;
	border-bottom:1px solid #AAA;
}
#entry_recently01 ul {
	margin:0 0 1.6em;
	padding:0;
}
#entry_recently01 ul li {
	width:100%;
	margin:0 0 0.8em 0;
	padding:0 0 1em 0;
	border-bottom:1px solid #AAA;
	list-style:none;
}
#entry_recently01 div.data01 {

	color:#000;
	line-height:1.2;
}
#entry_recently01 div.title01 {
	margin:5px 0;
	padding:0;
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
}


/*お知らせ*/
#noticeArea {
	max-width:880px;
	margin:0 auto;
	padding:30px 0 0 0;
background:#FFF;
	overflow:hidden;
	display:block;
	text-indent:-7000em;
}
#noticeArea #fanclubArea {
	width:33%;
	float:left;
}
#noticeArea #fanclubArea h2 a {
	width:250px;
	height:250px;
	margin:0 auto;
	background:url(../images/common/banner_fanclub01.png) no-repeat center center;
	background-size:240px 240px;
	vertical-align:middle;
	overflow:hidden;
	display:block;
}
#noticeArea #fanclubArea h2 a:hover {
	background:url(../images/common/banner_fanclub01.png) no-repeat center center;
	background-size:250px 250px;
}

#noticeArea #contactArea {
	width:33%;
	padding:30px 0 0 0;
	float:left;
}
#noticeArea #contactArea h2 a {
	width:250px;
	height:250px;
	margin:0 auto;
	background:url(../images/common/banner_contact01.png) no-repeat center center;
	background-size:240px 240px;
	vertical-align:middle;
	overflow:hidden;
	display:block;
}
#noticeArea #contactArea h2 a:hover {
	background:url(../images/common/banner_contact01.png) no-repeat center center;
	background-size:250px 250px;
}

#noticeArea #shopArea {
	width:33%;
	xpadding:55px 0 0 0;
	float:left;
}
#noticeArea #shopArea h2 a {
	width:250px;
	height:250px;
	margin:0 auto;
	background:url(../images/common/banner_shop01.png) no-repeat center center;
	background-size:240px 240px;
	vertical-align:middle;
	overflow:hidden;
	display:block;
}
#noticeArea #shopArea h2 a:hover {
	background:url(../images/common/banner_shop01.png) no-repeat center center;
	background-size:250px 250px;
}

/* ----------------------------------------------------
* footer
* -------------------------------------------------- */
#footer {
	margin:0;
	padding:30px 0 20px 0;
	border-top:1px solid #DEDEDE;
	background:#EAEAEA;
}
#footer-content01 {
	width:100%;
	margin:0 auto;
	text-align:center;
	display:block;
	clear:both;
}


}/*PC版ここまで*/
/****************/
/* SP版ここから */
@media screen and (max-width:768px) {

body {
	font-size:14px;
	xline-height:1.5;
	background:#000;
}
body.body_bg01::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
    background:url("../images/common/body_bg01.jpg") no-repeat;
    -webkit-background-size:contain;
	background-position:center top;
	background-size:auto 500px;
    content:"";
}


#header .topmenu li a {
	font-size:20px;
	padding:10px 20px 8px;
	line-height:30px;
}
#nav-menu a {
	font-size:120%;
}

#content {
	min-height:100vh;
	background:#FFF;
}
#content .content-body01 {
	padding:10px 0;
	background:#FFF;
	line-height:2em;
	clear:both;
	overflow:hidden;
	display:block;
}
#content .content-body02 {
	padding:10px 0;
	line-height:2em;
	clear:both;
	overflow:hidden;
	display:block;
}
#content .content-body-tour2018 {
	background:#FFF;
	line-height:2em;
	clear:both;
	overflow:hidden;
	display:block;
	text-align:center;
}



/*ボタン*/
a.btn01 {
	width:160px;
	margin:0 auto;
	padding:0.8em;
	border:2px solid #0d3763;
	border-radius:3px;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#0d3763;
	display:block;
	clear:both;
	transition:.4s;
}
a.btn01:hover {
	background:#0d3763;
	color:#FFF;
}

a.btn02 {
	width:140px;
	margin:0 auto;
	padding:0.4em 0.4em 0.3em;
	border:2px solid #0d3763;
	border-radius:3px;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#0d3763;
	overflow:hidden;
	display:block;
	clear:both;
	transition:.10s;
	float:right;
}
a.btn02:hover {
	background:#0d3763;
	color:#FFF;
}

/**/
#header .topmenu li a {
	xfont-size:20px;
	padding:10px 6px 8px;
	line-height:30px;
}

#nav-menu a {
	font-size:120%;
}

/*ニュースエリア*/
#newsArea {
	max-width:90%;
	margin:40px auto 0;
	padding:0;
	overflow:hidden;
	display:block;
	clear:both;
}
h2#newsArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/news_title01.png) no-repeat center center;
	background-size:auto 30px;
	text-indent:-7000em;
}
#newsArea ul {
	margin:20px 0 1.6em;
	padding:0;
}
#newsArea ul li {
	width:100%;
	margin:0 0 0.8em 0;
	padding:0 0 1em 0;
	border-bottom:1px solid #AAA;
	list-style:none;
}
#newsArea div.data {
	color:#000;
	font-size:125%;
	line-height:1.2;
	font-weight:bold;
}
#newsArea div.title {
	margin:10px 0;
	xfont-size:120%;
	font-weight:bold;
	line-height:1.2;
}
#newsArea div.entry {
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #AAA;
	font-size:110%;
}
#newsArea span.non {
	display:none;
}


/*ライブエリア*/
#liveArea {
	max-width:90%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	display:block;
	clear:both;
}
h2#liveArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/live_title01.png) no-repeat center center;
	background-size:auto 30px;
	text-indent:-7000em;
}
#liveArea ul {
	margin:10px 0 1.6em;
	padding:0;
}
#content #liveArea ul li {
	margin:0 0 1.5em 0;
	border:1px solid #AAA;
	border-radius:10px;
	list-style:none;
}
#content #liveArea ul li div.data {
	color:#FFF;
	font-size:100%;
	line-height:1.5;
	font-weight:bold;
	clear:both;
	overflow:hidden;
	display:block;
}
#content #liveArea ul li div.title {
	margin:10px 1.2em 15px;
	font-weight:bold;
	line-height:1.3;
}
/* リボン */
#content #liveArea .ribbon01 {
	width:120px;
	height:19px;
	margin:0;
	padding:0 0 0 12px;
	background-color:#0d3763;
	border-radius:10px 0 0 0;
	font-size:12px;
	color:#fff;
	clear:both;
	display:block;
	float:left;
}
#content #liveArea .ribbon02 {
	width:120px;
	height:19px;
	display:block;
	float:left;
}

#content #liveArea .ribbon02 .Oneman {
	padding:1px 20px 0;
	font-size:12px;
	text-align:center;
	background:#f9bc45;
	clear:both;
	overflow:hidden;
	display:block;
}
.Oneman:after{ content:"Oneman"; }

#content #liveArea .ribbon02 .Free {
	padding:1px 20px 0;
	font-size:12px;
	text-align:center;
	background:#2796fd;
	clear:both;
	overflow:hidden;
	display:block;
}
.Free:after{ content:"Free"; }

#content #liveArea .ribbon02 .Event {
	padding:1px 20px 0;
	font-size:12px;
	text-align:center;
	background:#71ce64;
	clear:both;
	overflow:hidden;
	display:block;
}
.Event:after{ content:"Event"; }

/*ライブ表示用*/
#liveDetailList {
	margin: 32px auto 16px auto;
	padding: 0 16px;
}
#liveDetailList li {
	xmargin:0;
	xpadding:0;
	list-style:none;
}
#liveDetailList > li{
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
}
#liveDetailList > li:not(:last-of-type){
	border-bottom: 1px solid #aaa;
}
#liveDetailList > li > div{
	background-color: #f0f0f0;
	padding: 2%;
	margin-bottom: 2%;
}
#liveDetailList > li dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#liveDetailList > li dt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	background-color: #c4c4c4;
	color: #fff;
}
#liveDetailList > li dt:not(:last-of-type){
	margin-bottom: 5px;
}
#liveDetailList > li dd{
	width: 68%;
	padding-left: 2%;
	margin-left: 0px;
	-webkit-margin-start: 0px;
}
#liveDetailList > li > a{
	position: absolute;
	right: 0;
	bottom: 5px;
}


/*MOVIEエリア*/
#movieArea {
	max-width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	display:block;
	clear:both;
	_background: url(../images/common/movie_bg01.png) no-repeat center center;
	_background-size:70% 70%;
}
h2#movieArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/movie_title01.png) no-repeat center center;
	background-size:auto 30px;
	text-indent:-7000em;
}
#content #movieArea .movieArea_box01 {
	margin:20px 5% 0;
	text-align:center;
}
#content #movieArea .movieArea_box01 h3 {
	margin:30px 0;
	color:#646464;
}
#content #movieArea .movieArea_box01 .video {
width:96%;
margin:0 auto;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
#content #movieArea .movieArea_box01 .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*PROFILEエリア*/
#profileArea {
	max-width:100%;
	margin:0 auto;
	padding:30px 0 40px 0;
	background: url(../images/common/profile_bg01.png) no-repeat center center;
	_background-size:850px 850px;
}
h2#profileArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/profile_title01.png) no-repeat center center;
	background-size:auto 30px;
	text-indent:-7000em;
}
#content #profileArea .profileArea_box01 {
	width:90%;
	margin:20px auto 0;
	text-align:center;
}
#content #profileArea .profileArea_box01 h3 {
	margin:30px 0 20px;
	font-size:130%;
	color:#646464;
}
#content #profileArea .profileArea_box01 img {
	width:300px;
	height:300px;
}


/*DISCOGRAPHYエリア*/
#discoArea {
	max-width:90%;
	margin:0 auto;
	padding:0;
	xbackground: url(../images/common/disco_bg01.png) no-repeat center top;
	xbackground-size:600px;
}
h2#discoArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/discography_title01.png) no-repeat center center;
	background-size:auto 30px;
	text-indent:-7000em;
}
#content #discoArea .discoArea_box01 {
	margin:20px 0 0 0;
	text-align:center;
}
#content #discoArea .discoArea_box01 h3 {
	margin:10px 0 5px;
	font-size:130%;
	color:#646464;
}
#content #discoArea .discoArea_box01 img {
	width:300px;
	height:auto;
}
#content #discoArea .discoArea_box01 div.data {
	margin:0 0 20px;
}


/*CONTACT*/
h2#contactArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/contact_title01.png) no-repeat center center;
	background-size:auto 30px;
	text-indent:-7000em;
}

/*FUN CLUB*/
h2#funclubArea_title {
	height:55px;
	margin:0;
	background: url(../images/common/funclub_title01.png) no-repeat center center;
	background-size:auto 30px;
	text-indent:-7000em;
}



/*カテゴリタイトル*/
#categoryTitle {
	margin:0 0 40px 0;
	padding:40px 0;
	background:#eaeaea;
}
#categoryTitle.cate_title_bg01 {
	padding:25px 0;
	background:#eaeaea url(../images/common/category_title_live01.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg02 {
	padding:25px 0;
	background:#eaeaea url(../images/common/category_title_news01.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg03 {
	padding:25px 0;
	background:#eaeaea url(../images/common/category_title_profile01.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg04 {
	padding:25px 0;
	background:#eaeaea url(../images/common/category_title_funclub01.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg05 {
	padding:25px 0;
	background:#eaeaea url(../images/common/category_title_contact01.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}
#categoryTitle.cate_title_bg06 {
	padding:25px 0;
	background:#eaeaea url(../images/common/category_title_discography01.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}

/*ライブタイトル*/
#categoryTitle.tour2018_title_bg01 {
	padding:25px 0;
	background:#eaeaea url(../images/common/tour2018_title_bg01.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}
#categoryTitle.tour2019_otera01_title_bg01 {
	padding:20px 0;
	background:#042996 url(../images/common/tour2019_otera01_header.png) no-repeat center center;
	background-size:100% auto;
	text-indent:-7000em;
}


/*記事エントリー*/
#entryArea {
	max-width:90%;
	margin:0 auto;
	padding:0 0 20px 0;
}
#entryArea h3 {
	margin:0 0 20px 0;
}
#entryArea div.entry_list01 {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #AAA;
	clear:both;
	overflow:hidden;
	display:block;
}
#entryArea div.entry_list01 div.data {
	font-size:110%;
	font-weight:bold;
	color:#000;
	line-height:1.2;
}
#entryArea div.entry_list01 div.title {
	margin:10px 0;
	padding:0;
	font-size:90%;
	font-weight:bold;
	line-height:1.2;
}
#entryArea div.entry_list01 div.text {
	margin:10px 0;
	padding:0;
	xfont-size:110%;
	line-height:1.5;
}
.entry_pager01 {
	margin:20px 0;
	font-size:120%;
}

/*ディスコグラフィ用*/
#entryArea div.entry_list01 div.disco_box00 {
	margin:0 0 25px;
	text-align:center;
}
#entryArea div.entry_list01 div.disco_box00 div.disco_box01 {
	width:100%;
}
#entryArea div.entry_list01 div.disco_box00 div.disco_box01 img {
	width:300px;
	margin:0;
	padding:0;
}
#entryArea div.entry_list01 div.disco_box00 div.data {
	font-size:110%;
	font-weight:bold;
	color:#000;
	line-height:1;
}
#entryArea div.entry_list01 div.disco_box00 div.title {
	margin:10px 0;
	padding:0;
	font-weight:bold;
	line-height:1.2;
}



#entryArea div.entry-box01 {
	margin:0;
	padding:0 0 20px 0;
}
#entryArea div.entry-box01 div.data {
	color:#000;
	font-size:110%;
	line-height:1.2;
	font-weight:bold;
}
#entryArea div.entry-box01 div.title {
	margin:10px 0;
	padding:20px 20px 17px;
	font-size:110%;
	font-weight:bold;
	line-height:1.4;
	border:1px solid #AAA;
	border-radius:10px;
}
#entryArea div.entry-box01 div.title h3 {
	margin:0;
	padding:0;
}
#entryArea div.entry-box01 div.text {
	font-size:110%;
	line-height:1.5;
}

#entryArea div.entry {
	margin:35px 0 0 0;
	padding:0 0 50px 0;
	border-bottom:1px solid #AAA;
	font-size:110%;
}
#entryArea div.entry-box01 div.entry img {
	max-width:300px;
	margin:0 auto;
}

#entryArea div.title02 {
	margin:10px 0;
	padding:20px 20px 17px;
	font-size:110%;
	font-weight:bold;
	line-height:1.4;
}

#entryArea div.entry img {
	max-width:880px;
}
#entryArea div.entry ul {
	margin:0;
}




/*DISCOGRAPHY用*/
#entryArea div.disco_box01 {
	width:100%;
	text-align:center;
}
#entryArea div.disco_box01 img {
	margin:0 auto;
}
#entryArea div.disco_box02 {
	width:100%;
}
#_entryArea span {
	line-height:1.5;
}


/*プレビュー用リンクバー*/
#entry-navi01 {
	width:100%;
	margin:25px auto 50px;
	font-weight:bold;
	overflow:hidden;
	display:block;
	clear:both;
}
#entry-navi01 .prev {
	border-radius:5px;		/* CSS3草案 */  
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius:5px;		/* Firefox用 */  
	float:left;
}
#entry-navi01 .next {
	border-radius:5px;		/* CSS3草案 */  
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius:5px;		/* Firefox用 */  
	text-align:right;
	float:right;
}
#entry-navi01 a,
#entry-navi01 a {
	width:120px;
	margin:0 auto;
	padding:0.5em;
	background:#0d3763;
	color:#FFF;
	border:2px solid #0d3763;
	border-radius:5px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	display:block;
	clear:both;
	transition:.4s;
}
#entry-navi01 a:hover,
#entry-navi01 a:hover {
	background:#FFF;
	color:#0d3763;
}


/*最近の記事用*/
#entry_recently01 {
	margin:0 0 10px 0;
}
#entry_recently01 h3 {
	margin:0 0 20px 0;
	border-bottom:1px solid #AAA;
}
#entry_recently01 ul {
	margin:0 0 1.6em;
	padding:0;
}
#entry_recently01 ul li {
	width:100%;
	margin:0 0 0.8em 0;
	padding:0 0 1em 0;
	border-bottom:1px solid #AAA;
	list-style:none;
}
#entry_recently01 div.data01 {

	color:#000;
	line-height:1.2;
}
#entry_recently01 div.title01 {
	margin:5px 0;
	padding:0;
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
}


/*お知らせ*/
#noticeArea {
display:none;
	_max-width:100%;
	_margin:0 auto;
	_padding:30px 0 0 0;
	_overflow:hidden;
	_display:block;
	_text-indent:-7000em;
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
/* フォーム　
------------------------------------------------------------*/
input[type="text"], input[type="email"], textarea {
	width:100%;
}
}

/* ----------------------------------------------------
* footer
* -------------------------------------------------- */
#footer {
	margin:0;
	padding:30px 0 20px 0;
	border-top:1px solid #DEDEDE;
	background:#EAEAEA;
}
#footer-content01 {
	width:100%;
	margin:0 auto;
	text-align:center;
	display:block;
	clear:both;
}




}/*SP版ここまで*/



/*バナー用*/
#baner_box01 {
	max-width:880px;
	margin:0 auto;
}

#baner_box01 .content-body-tour2019-otera01 {
	padding:0px 0 10px 0;
	background:#FFF;
	line-height:2em;
	clear:both;
	overflow:hidden;
	display:block;
	text-align:center;
}
#baner_box01 .content-body-tour2019 {
	padding:0px 0 10px 0;
	background:#FFF;
	line-height:2em;
	clear:both;
	overflow:hidden;
	display:block;
	text-align:center;
}
#baner_box01 .content-body-tour2019 img,
#baner_box01 .nomal img {
	width:100%;
}

#baner_box01 ul {
	margin:0 0 1.6em;
	padding:0;
}
#baner_box01 ul li {
	width:49%;
	margin:0 0 0.8em 0;
	list-style:none;
	float:left;
}
#baner_box01 ul li:nth-child(odd){
	padding:0 1% 0 0;
}
#baner_box01 ul li:nth-child(even){
	padding:0 0 0 1%;
}
#baner_box01 ul li img {
	width:100%;
}
@media (max-width: 1020px) and (min-width: 768px),
@media (max-width:767px) {
	#baner_box01 {
		width:98%;
		margin:0 auto;
	}
	#baner_box01 .content-body-tour2019 img {
		width:100%;
	}
	#baner_box01 ul li {
		width:49%;
		margin:0 0 0.8em 0;
		list-style:none;
	}
	#baner_box01 ul li:nth-child(odd){
		padding:0 1% 0 0 ;
	}
	#baner_box01 ul li:nth-child(even){
		padding:0 0 0 1%;
	}
	#baner_box01 ul li img {
		width:100%;
	}
}

/* Top yoytube01*/
.freeArea {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#youtube01 {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の縦幅*/
	height: 0;
	overflow: hidden;
	clear:both;
}
#youtube01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* margin
------------------------------------------------------------*/
/*top*/
.mt10 { margin:10px 0 0 0 !important; }
.mt15 { margin:15px 0 0 0 !important; }
.mt20 { margin:20px 0 0 0 !important; }
.mt25 { margin:25px 0 0 0 !important; }
.mt30 { margin:30px 0 0 0 !important; }
.mt35 { margin:35px 0 0 0 !important; }
.mt40 { margin:40px 0 0 0 !important; }
.mt45 { margin:45px 0 0 0 !important; }
.mt50 { margin:50px 0 0 0 !important; }

/*bottom*/
.mb10 { margin:0 0 10px 0 !important; }
.mb15 { margin:0 0 15px 0 !important; }
.mb20 { margin:0 0 20px 0 !important; }
.mb25 { margin:0 0 25px 0 !important; }
.mb30 { margin:0 0 30px 0 !important; }
.mb35 { margin:0 0 35px 0 !important; }
.mb40 { margin:0 0 40px 0 !important; }
.mb45 { margin:0 0 45px 0 !important; }
.mb50 { margin:0 0 50px 0 !important; }