@charset "UTF-8";
/* CSS Document */

/* BASE */
.wrapper {
	background:#fff;
	margin: 0;
	padding: 0;
}
.mainContents {
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.mainContentsInner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
}
header .sidebar.sidebar-header {
	background: none;
	min-width:auto;
}




/* INDEX */
.wrapper.index {
	background: #fff;
}
/* INDEX HEADER */
header {
	margin: 0 0 23px;
	padding: 0;
	width: 100%;
	height: 702px;
	position: relative;
	background:url(../img/img_main_230911.png) center top no-repeat;
}
header article {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 702px;
	position: relative;
}
header h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 226px;
	left: 0;
}
.sidebar.sidebar-header {
	position: static;
	background: none;
	height: 49px;
	margin: 0 auto 49px;
	width: 1000px;
}
.sidebar.sidebar-header nav ul {
	display: flex;
}
.sidebar.sidebar-header nav li {
	list-style: none;
	margin: 0 64px 0 0;
	font-size: 0;
}
.sidebar.sidebar-header nav li:last-child {
	margin: 0;
}
.sidebar.sidebar-header nav li a {
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	height: 51px;
	display:block;
}
.sidebar.sidebar-header nav li:nth-child(1) a {
	background: url(../img/nav01.png) left top no-repeat;
	width: 61px;
}
.sidebar.sidebar-header nav li:nth-child(2) a {
	background: url(../img/nav02.png) left top no-repeat;
	width: 119px;
}
.sidebar.sidebar-header nav li:nth-child(3) a {
	background: url(../img/nav03.png) left top no-repeat;
	width: 69px;
}
.sidebar.sidebar-header nav li:nth-child(4) a {
	background: url(../img/nav04.png) left top no-repeat;
	width: 119px;
}
.sidebar.sidebar-header nav li:nth-child(5) a {
	background: url(../img/nav05.png) left top no-repeat;
	width: 52px;
}
.sidebar.sidebar-header nav li:nth-child(6) a {
	background: url(../img/nav06.png) left top no-repeat;
	width: 79px;
}
.sidebar.sidebar-header nav li:nth-child(7) a {
	background: url(../img/nav07.png) left top no-repeat;
	width: 53px;
}
.sidebar.sidebar-header nav li:nth-child(1) a:hover {
	background: url(../img/nav01_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(2) a:hover {
	background: url(../img/nav02_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(3) a:hover {
	background: url(../img/nav03_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(4) a:hover {
	background: url(../img/nav04_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(5) a:hover {
	background: url(../img/nav05_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(6) a:hover {
	background: url(../img/nav06_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(7) a:hover {
	background: url(../img/nav07_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li.active a{
	background: none;
}
.sidebar.sidebar-header nav li:nth-child(1).active a{
	background: url(../img/nav01_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(2).active a{
	background: url(../img/nav02_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(3).active a{
	background: url(../img/nav03_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(4).active a{
	background: url(../img/nav04_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(5).active a{
	background: url(../img/nav05_o.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(6).active a{
	background: url(../img/nav06_o.png) left top no-repeat;
}




/* TOPPAGE */
.twitter {
	display: flex;
	margin: 0;
	width: 935px;
	align-items: center;
	position: absolute;
	bottom: 20px;
}
.twitter .twitterText {
	padding: 10px 15px;
	width: 814px;
	background: rgba(238,238,238,0.78);
	font-size: 14px;
	line-height: 148%;
	height: 48px;
	display: flex;
	align-items: center;
}
.bx-wrapper{
	display: flex;
	align-items: center;
}
.twitter .icon {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin: 0 9px 0 0;
}
.twitter .icon img {
	width: auto;
	height: 100%;
}
.twitterLogo {
	width: 25px;
	height: 21px;
	margin: 0 9px 0 0;
}
.twitterLogo img {
	width: 100%;
	height: auto;
}
.twitterText a {
	color: #4E79BA;
	text-decoration: none;
}
.topban {
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
}



/* INFORMATION BASE */
.topicsList {
	width: 1000px;
	margin: 0 auto 49px;
}
.topicsList ul {
    height: initial;
}
.topicsList li {
	width: 100%;
	border: none;
	padding: 0;
}
.topicsList li .titleLink {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}
.topicsList li:nth-child(2n+1) .titleLink {
	background: #eee;
}
.topicsList li:nth-child(2n) .titleLink {
	background: #fff;
}
.topicsList .cat {
	background: none;
	color: #555555;
	padding: 0;
	width: 75px;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
	margin: 0 22px 0 0;
}
.topicsList .date {
	color: #000;
	font-size: 13px;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.topicsList .titleText {
	font-size: 14px;
	width: calc(100% - 190px);
	display: inline-flex;
	vertical-align: top;
}
.topicsList .arrow {
	position: absolute;
	right: 20px;
	top: calc(50% - 12.5px);
}
.topicsList .arrow > span {
	width: 25px;
	height: 25px;
	background: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.topicsList .arrow > span img {
    transform: rotate(-0deg);
    transition: 0.5s ease 0s;
}
.topicsList .arrow > span {
	width: 25px;
	height: 25px;
	background: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.topicsList .open .arrow > span img {
	transform: rotate(-180deg);
}
.topicsList .content {
    display: none;
	width: 960px;
	background: rgba(183,202,224,0.23);
	padding: 10px 20px;
	font-size: 13px;
	line-height: 141%;
}

/* TOP CONTENT WRAP */
.contentArea {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* CONTENT INNER CSS */
.topicsList .content blockquote {
	padding: 1em 1em 1em 4em;
	border-left: solid 5px #ddd;
	background: #fff;
	display: flex;
	margin: 2em 0;
	padding: 1em;
}
.topicsList .content blockquote::before {
	content: "“";
	font-size: 8em;
	color: #ddd;
	position: relative;
	top: 0.4em;
	left: -0.05em;
	line-height: 0;
	height: 0;
}
.topicsList .content blockquote p {
	opacity: 0.7;
}
.topicsList .content ul {
	margin: 0 0 1em;
	padding: 0;
}
.topicsList .content ul li {
	list-style: disc inside;
	padding: 0 0 0 1em;
	text-indent: -1em;
	width: auto;
}
.topicsList .content ol {
	margin: 0 0 1em;
	padding: 0;
}
.topicsList .content ol li {
	list-style: decimal inside;
	padding: 0 0 0 1em;
	margin: 0;
	text-indent: -1em;
}
.topicsList .content table {
	border: solid 1px #ddd;
	border-right: none;
	border-bottom: none;
	background: rgba(255,255,255,0.85);
	border-collapse: collapse;
	margin: 0 0 1em;
	padding: 0;
}
.topicsList .content th,
.topicsList .content td {
	margin: 0;
	padding: 1em;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: center;
}

/* TOP BLOG */
.blogArea h2.headline {
	font-size: 0;
	margin: 18px 0 14px;
	padding: 0;
	text-align: center;
}
#rss {
	background: #EEEEEE;
	width: 448px;
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	height: 325px;
	color: #111;
	overflow: auto;
}
#rss li {
	border-bottom: solid 1px #E0E0E0;
	padding: 10px 0;
	list-style: none;
	display: flex;
}
#rss li:last-child {
	border: none;
}
#rss li a {
	color: #111;
	width: calc(100% - 75px - 20px);
	display: flex;
}
#rss li .date {
	width: 75px;
	display: flex;
	margin: 0 20px 0 0;
}
#rss .mCSB_scrollTools {
	position: absolute;
	width: 3px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}
#rss .mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
	background: #fff;
}
#rss .mCSB_scrollTools .mCSB_dragger {
	width: 3px;
}
#rss .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	width: 3px;
}

/* TOP TWITTER2 */
.twitterArea h2.headline {
	font-size: 0;
	margin: 20px 0 25px;
	padding: 0;
	text-align: center;
}
.twitterList {
	background: #eee;
	width: 448px;
	margin: 0;
	padding: 20px;
	font-size: 14px;
	height: 305px;
	overflow: hidden;
}



/* INFORMATION */
.wrapper.information header {
	padding: 0;
	margin: 0;
	width: 100%;
	height:auto;
	background:none;
}
.wrapper.information header h1 {
	padding: 0;
	margin: 5px 0 20px;
	position: static;
	left: 0;
	width: 100%;
	font-size: 0;
	height: auto;
}
.wrapper.information header .sidebar.sidebar-header {
	background: none;
	height: 50px;
	margin: 0 auto 15px;
	text-align: center;
}
.wrapper.information .sidebar.sidebar-header nav ul {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 920px;
}
.wrapper.information .newsNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 183px;
	position: relative;
	background: url(../img/bg_info.jpg) center top no-repeat #111;
	text-align: center;
}
.newsNavi h2 {
	padding: 42px 0 5px;
	margin: 0;
	font-size: 0;
}
.wrapper.information .newsNavi ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 536px;
}
.wrapper.information .newsNavi li {
	list-style: none;
	margin: 0 64px 0 0;
}
.wrapper.information .newsNavi li:last-child {
	margin: 0;
}
.wrapper.information .newsNavi li a {
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	height: 63px;
	display:block;
}
.wrapper.information .newsNavi li:nth-child(1) a {
	background: url(../img/nav_info01.png) left top no-repeat;
	width: 46px;
}
.wrapper.information .newsNavi li:nth-child(2) a {
	background: url(../img/nav_info02.png) left top no-repeat;
	width: 76px;
}
.wrapper.information .newsNavi li:nth-child(3) a {
	background: url(../img/nav_info03.png) left top no-repeat;
	width: 99px;
}
.wrapper.information .newsNavi li:nth-child(4) a {
	background: url(../img/nav_info04.png) left top no-repeat;
	width: 64px;
}
.wrapper.information .newsNavi li:nth-child(5) a {
	background: url(../img/nav_info05.png) left top no-repeat;
	width: 60px;
}
.wrapper.information .newsNavi li:nth-child(1).active a {
	background: url(../img/nav_info01_o.png) left top no-repeat;
}
.wrapper.information .newsNavi li:nth-child(2).active a {
	background: url(../img/nav_info02_o.png) left top no-repeat;
}
.wrapper.information .newsNavi li:nth-child(3).active a {
	background: url(../img/nav_info03_o.png) left top no-repeat;
}
.wrapper.information .newsNavi li:nth-child(4).active a {
	background: url(../img/nav_info04_o.png) left top no-repeat;
}
.wrapper.information .newsNavi li:nth-child(5).active a {
	background: url(../img/nav_info05_o.png) left top no-repeat;
}
.wrapper.information .topicsList {
	width: 1000px;
	margin: 47px auto 52px;
}




/* DISCOGRAPHY */
.wrapper.discography header {
	padding: 0;
	margin: 0;
	width: 100%;
	height:auto;
	background:none;
}
.wrapper.discography header h1 {
	padding: 0;
	margin: 5px 0 20px;
	position: static;
	left: 0;
	width: 100%;
	font-size: 0;
	height: auto;
}
.wrapper.discography header .sidebar.sidebar-header {
	background: none;
	height: 50px;
	margin: 0 auto 15px;
	text-align: center;
}
.wrapper.discography .sidebar.sidebar-header nav ul {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 920px;
}
.wrapper.discography .discographyNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 183px;
	position: relative;
	background: url(../img/bg_info.jpg) center top no-repeat #111;
	text-align: center;
}
.discographyNavi h2 {
	padding: 39px 0 5px;
	margin: 0;
	font-size: 0;
}
.wrapper.discography .discographyNavi ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 468px;
}
.wrapper.discography .discographyNavi li {
	list-style: none;
	margin: 0 64px 0 0;
}
.wrapper.discography .discographyNavi li:last-child {
	margin: 0;
}
.wrapper.discography .discographyNavi li a {
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	height: 63px;
	display:block;
}
.wrapper.discography .discographyNavi li:nth-child(1) a {
	background: url(../img/nav_disco01.png) left top no-repeat;
	width: 46px;
}
.wrapper.discography .discographyNavi li:nth-child(2) a {
	background: url(../img/nav_disco02.png) left top no-repeat;
	width: 76px;
}
.wrapper.discography .discographyNavi li:nth-child(3) a {
	background: url(../img/nav_disco03.png) left top no-repeat;
	width: 99px;
}
.wrapper.discography .discographyNavi li:nth-child(4) a {
	background: url(../img/nav_disco04.png) left top no-repeat;
	width: 64px;
}
.wrapper.discography .discographyNavi li:nth-child(1).active a {
	background: url(../img/nav_disco01_o.png) left top no-repeat;
}
.wrapper.discography .discographyNavi li:nth-child(2).active a {
	background: url(../img/nav_disco02_o.png) left top no-repeat;
}
.wrapper.discography .discographyNavi li:nth-child(3).active a {
	background: url(../img/nav_disco03_o.png) left top no-repeat;
}
.wrapper.discography .discographyNavi li:nth-child(4).active a {
	background: url(../img/nav_disco04_o.png) left top no-repeat;
}
.wrapper.discography .mainContentsInner {
	flex-wrap: wrap;
	margin: 25px auto 62px;
	width:1000px;
	display: flex;
}
.discographyItem {
	margin: 0 12px 12px 0;
	width: 325px;
	background: #111;
}
.discographyItem:nth-child(3n) {
	margin: 0 0 12px;
}
.discographyItem .image {
	width: 300px;
	padding: 12px 13px 12px 12px;
	background: #F2F2F2;
	height: 300px;
	overflow: hidden;
}
.discographyItem .image img {
	width: 300px;
	max-height: 300px;
	height: auto;
}
.discographyItem:nth-child(2n) .image {
	background: #DDDDDD;
}
.title {
	padding: 15px 0 10px;
	border-bottom: solid 1px rgba(255,255,255,0.48);
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 7px;
}
.release_date {
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin: 0 7px;
	padding: 10px 0 15px;
}

.footerLinkArea > div {
    font-size: initial;
}
/* DISCOGRAPHY SINGLE */
.wrapper.discography.single .contentArea {
	padding: 0;
	width: 1000px;
	margin: 0 auto;
	display: flex;
}

.wrapper.discography.single .jacketArea {
	margin: 0 27px 27px 0;
	width: 302px;
}
.wrapper.discography.single .jacketArea img {
	margin: 0 0 27px;
	width: 100%;
	height: auto;
}
.wrapper.discography.single .jacketArea img:last-child {
	margin: 0;
}

.wrapper.discography.single .itemArea {
	width: 670px;
}
.wrapper.discography.single .itemArea .TitleWrap {
	background: #111;
	padding: 20px 30px;
}
.wrapper.discography.single .itemArea .songList {
	color: #111;
	font-size: 14px;
	padding: 15px 30px;
	background: #EEEEEE;
}

.wrapper.discography.single .title {
	padding: 10px 0;
	border-bottom: solid 1px rgba(255,255,255,0.48);
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 7px 10px;
}
.wrapper.discography.single .cat,
.wrapper.discography.single .releaseDate {
	text-align: center;
	color: #fff;
	font-size: 13px;
}


/* PAGE */
.wrapper.page header {
	padding: 0;
	margin: 0;
	width: 100%;
	height:auto;
	background:none;
}
.wrapper.page header h1 {
	padding: 0;
	margin: 5px 0 20px;
	position: static;
	left: 0;
	width: 100%;
	font-size: 0;
	height: auto;
}
.wrapper.page header .sidebar.sidebar-header {
	background: none;
	height: 50px;
	margin: 0 auto 15px;
	text-align: center;
	width: 920px;
}
.wrapper.page.sidebar.sidebar-header nav ul {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 920px;
}
.wrapper.page .pageNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 146px;
	position: relative;
	background: url(../img/bg_page.jpg) center top no-repeat #111;
	text-align: center;
}
.pageNavi h2 {
	padding: 39px 0 5px;
	margin: 0;
	font-size: 0;
}




/* PROFILE */
.profile .contentArea {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 44px auto 76px;
}
.profile .txtArea {
	width: 445px;
}
.profile .txtArea p:nth-child(2) {
	background: #EEEEEE;
	padding: 20px;
	font-size: 13px;
	line-height: 204%;
}
.profile .txtArea p {
	margin: 0;
	padding: 0;
}
.profile .txtArea p img {
	margin: 14px 0 44px 9px;
}




/* WP-PAGENAVI */
.wp-pagenavi {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 50px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 0;
	margin: 0 5px 0 0 !important;
	width: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	color: #111;
	font-size: 12px;
}
.wp-pagenavi span.current {
	font-weight: bold;
	font-size: 11px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
	margin: 0 5px 0 0 !important;
	background: #000;
	color: #fff;
}
.wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
	margin: 0 !important;
}




/* FOOTER */
footer, footer a {
	color: #000000;
	font-size: 12px;
}
.highwayStar {
	margin: 0 0 15px;
}
.mail {
	margin: 0 0 23px;
}
.mail a {
	margin: 0 0 0 8px;
}




/* ADD STYLE 180804 */
.topAdArea a {
	position: absolute;
	left: 0;
	top: 430px;
}
.topAdArea a img {
	width: auto;
	height: auto;
}









/* SMARTPHONE */
@media screen and (max-width:640px){
header {
	margin: 0 0 10vw;
	padding: 0;
	width: 100%;
	height: calc(100vw + 0vw);
	position: relative;
	background: url(../img/img_main_230911s.png) center top no-repeat;
	background-size: auto 110vw;
}
header article {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: calc(60vw + 48px);
	position: absolute;
}
.wrapper.index header h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto;
	width: 50vw;
	top: 3vw;
	left: 3vw;
}
.wrapper.index header h1 img {
	width: 100%;
	height: auto;
}
.menu-trigger {
	width: 40px;
	height: 38px;
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	right: 15px;
	top: 10px;
	z-index: 9999;
}
.sidebar.sidebar-header nav {
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	background-blend-mode: multiply;
	transition: all .4s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: fixed;
	overflow: hidden;
	z-index: 9000;
}
.sidebar.sidebar-header nav.sp {
	display: block;
	transition: all .4s;
	height: 100%;
	padding-top: 60px;
}
.sidebar.sidebar-header nav ul {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.sidebar.sidebar-header nav li {
	list-style: none;
	margin: 0;
	font-size: 0;
}
.sidebar.sidebar-header nav li a {
	text-decoration: none;
	color: #fff;
	margin: 0 0 3vw;
	padding: 0;
	font-size: 0;
	left: 0;
	height: 49px;
	display: block;
	width: 100% !important;
	background-position: center top !important;
}

.sidebar.sidebar-header nav li:nth-child(1).active a{
	background: url(../img/nav01.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(2).active a{
	background: url(../img/nav02.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(3).active a{
	background: url(../img/nav03.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(4).active a{
	background: url(../img/nav04.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(5).active a{
	background: url(../img/nav05.png) left top no-repeat;
}
.sidebar.sidebar-header nav li:nth-child(6).active a{
	background: url(../img/nav06.png) left top no-repeat;
}



.twitter {
	margin: 0;
	width: 100%;
	align-items: center;
	position: absolute;
	top: 60vw;
	display: flex;
	height: 26vw;
}
.twitter .icon {
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 3vw;
	left: 3vw;
}
.twitter .twitterText {
	padding: 3vw 3vw 3vw 27vw;
	width: 70vw;
	background: rgba(238,238,238,0.78);
	font-size: 2.75vw;
	line-height: 148%;
	height: 20vw;
	display: flex;
	align-items: center;
	word-break: break-all;
}
.bx-viewport {
	height: 20vw !important;
}
.slider div {
	height: 20vw !important;
}


.sidebar.sidebar-header {
	position: static;
	background: none;
	height: 0;
	margin: 0;
	width: 100%;
}

.mainContentsInner {
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.topicsArea {
	width: 100%;
	margin: 0 0 10vw;
}
.topicsArea h2.headline {
	color: #fff;
	font-size: 0;
	text-align: center;
	width: 100%;
	border: solid 1px #fff;
	margin: 14px 0 8px;
	padding: 0;
}
.topicsList {
	width: 90%;
	margin: 0 auto 10vw;
}
.topicsList .cat {
	background: none;
	color: #555555;
	padding: 0;
	width: auto;
	text-align: center;
	font-size: 2.5vw;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.topicsList .date {
	color: #000;
	font-size: 2.5vw;
	vertical-align: top;
	margin: 0;
}
.topicsList .titleText {
	font-size: 2.75vw;
	width: calc(100% - 45px);
	display: inline-flex;
	vertical-align: top;
	line-height: 120%;
}
.topicsList .content {
	display: none;
	width: 90%;
	background: rgba(183,202,224,0.23);
	padding: 5%;
	font-size: 2.75vw;
	line-height: 141%;
}
.topicsList .content p {
	margin: 0 0 1em;
}
.topicsList .content img {
	max-width: 100%;
	height: auto;
}
.topicsList a {
	color: #4E79BA;
	text-decoration: none;
	font-size: 2.75vw;
}




.blogArea {
	width: 90%;
	margin: 0 auto;
}
.blogArea h2.headline {
	font-size: 0;
	margin: 0 0 4vw;
	padding: 0;
	text-align: center;
}
#rss {
	background: #EEEEEE;
	width: 90%;
	margin: 0;
	padding: 5%;
	font-size: 2.75vw;
	height: auto;
	color: #111;
	overflow: auto;
}
.blogArea {
	width: 90%;
	margin: 0 auto 10vw;
}
.twitterArea h2.headline {
	font-size: 0;
	margin: 0 0 4vw;
	padding: 0;
	text-align: center;
}
.twitterList {
	background: #eee;
	width: 90%;
	margin: 0;
	padding: 5%;
	font-size: 2.75vw;
	height: auto;
	overflow: auto;
}
.twitterArea {
	width: 90%;
	margin: 0 auto;
}




/* INFORMATION */
.wrapper.information header h1 {
	padding: 0;
	margin: 10px 0 10px 10px;
	position: static;
	left: 0;
	width: auto;
	font-size: 0;
	height: 55px;
	text-align: left;
}
.wrapper.information header h1 img {
	width: auto;
	height: 100%;
}
.wrapper.information header .sidebar.sidebar-header {
	background: none;
	height: 0;
	margin: 0 auto;
	text-align: center;
}
.wrapper.information .sidebar.sidebar-header nav ul {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 100%;
}
.wrapper.information .topicsList {
	width: 90%;
	margin: 5vw auto;
}
.wrapper.information .newsNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25vw;
	position: relative;
	background: url(../img/bg_info.jpg) center bottom no-repeat #111;
	text-align: center;
	background-size: auto 160%;
}
.newsNavi h2 {
	padding: 3vw 0 0;
	margin: 0;
	font-size: 0;
	height: 10vw;
}
.newsNavi h2 img {
	height: 100%;
	width: auto;
}
.wrapper.information .newsNavi ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	justify-content: space-between;
}
.wrapper.information .newsNavi li {
	list-style: none;
	margin: 0;
}
.wrapper.information .newsNavi li:lastchild {
	margin: 0;
}
.wrapper.information .newsNavi li a {
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	height: 11vw;
	display: block;
	background-size: auto 11vw !important;
}
.wrapper.information .newsNavi li:nth-child(1) a {
	width: 7vw;
}
.wrapper.information .newsNavi li:nth-child(2) a {
	width: 12vw;
}
.wrapper.information .newsNavi li:nth-child(3) a {
	width: 17vw;
}
.wrapper.information .newsNavi li:nth-child(4) a {
	width: 10vw;
}
.wrapper.information .newsNavi li:nth-child(5) a {
	width: 10vw;
}




/* DISCOGRAPHY */
.wrapper.discography header h1 {
	padding: 0;
	margin: 10px 0 10px 10px;
	position: static;
	left: 0;
	width: auto;
	font-size: 0;
	height: 55px;
	text-align: left;
}
.wrapper.discography header h1 img {
	width: auto;
	height: 100%;
}
.wrapper.discography header .sidebar.sidebar-header {
	background: none;
	height: 0;
	margin: 0 auto;
	text-align: center;
}
.wrapper.discography .sidebar.sidebar-header nav ul {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 100%;
}
.wrapper.discography .topicsList {
	width: 90%;
	margin: 5vw auto;
}
.wrapper.discography .discographyNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25vw;
	position: relative;
	background: url(../img/bg_info.jpg) center bottom no-repeat #111;
	text-align: center;
	background-size: auto 160%;
}
.discographyNavi h2 {
	padding: 3vw 0 0;
	margin: 0;
	font-size: 0;
	height: 10vw;
}
.discographyNavi h2 img {
	height: 100%;
	width: auto;
}
.wrapper.discography .discographyNavi ul {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 70%;
	justify-content: space-between;
}
.wrapper.discography .discographyNavi li {
	list-style: none;
	margin: 0;
}
.wrapper.discography .discographyNavi li:lastchild {
	margin: 0;
}
.wrapper.discography .discographyNavi li a {
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	height: 11vw;
	display: block;
	background-size: auto 11vw !important;
}
.wrapper.discography .discographyNavi li:nth-child(1) a {
	width: 6vw;
}
.wrapper.discography .discographyNavi li:nth-child(2) a {
	width: 9vw;
}
.wrapper.discography .discographyNavi li:nth-child(3) a {
	width: 10vw;
}
.wrapper.discography .discographyNavi li:nth-child(4) a {
	width: 9vw;
}
.wrapper.discography .mainContentsInner {
	flex-wrap: wrap;
	margin: 5vw auto 10vw;
	width: 90%;
	display: flex;
}
.mainContents .discographyItem:nth-child(2n+1) {
	margin: 0 5% 5vw 0 !important;
	width: 47.5%;
	background: #111;
}
.mainContents .discographyItem:nth-child(2n) {
	width: 47.5%;
	margin: 0 0 5vw;
	background: #111;
}
.discographyItem:nth-child(3n) {
	margin: auto;
	width: 47.5%;
	background: #111;
}
.discographyItem .image {
	width: 90%;
	padding: 5%;
	background: #F2F2F2;
	height: auto;
	overflow: hidden;
}
.discographyItem .image img {
	width: 100%;
	max-height: auto;
	height: auto;
	vertical-align: bottom;
}
.discographyItem .title {
	padding: 5% 0 3%;
	border-bottom: solid 1px rgba(255,255,255,0.48);
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 5%;
	font-size: 3vw;
}
.discographyItem .release_date {
	font-size: 2.5vw;
	color: #fff;
	text-align: center;
	margin: 0 5%;
	padding: 3% 0 5%;
}
/* DISCOGRAPHY SINGLE */
.wrapper.discography.single .jacketArea {
	margin: 0 15% 5%;
	width: 70%;
}
.wrapper.discography.single .itemArea {
	width: 90%;
	padding: 0 5% 5%;
}
.wrapper.discography.single .itemArea .TitleWrap {
	padding: 5%;
}
.wrapper.discography.single .itemArea .title {
	font-size: 14px;
	margin: 0 0 3%;
	padding: 0 0 3%;
}
.wrapper.discography.single .itemArea .cat {
	font-size: 9px;
	margin: 0 10px 0 0;
}
.wrapper.discography.single .itemArea .releaseDate {
	font-size: 9px;
	margin: 0 0 3%;
}
.wrapper.discography.single .itemArea .songList {
	font-size: 11px;
	padding: 5%;
}



/* PAGE */
.wrapper.page header h1 {
	padding: 0;
	margin: 10px 0 10px 10px;
	position: static;
	left: 0;
	width: auto;
	font-size: 0;
	height: 55px;
	text-align: left;
}
.wrapper.page header h1 img {
	width: auto;
	height: 100%;
}
.wrapper.page header .sidebar.sidebar-header {
	background: none;
	height: 0;
	margin: 0 auto;
	text-align: center;
}
.wrapper.page .sidebar.sidebar-header nav ul {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 100%;
}
.wrapper.page .topicsList {
	width: 90%;
	margin: 5vw auto;
}
.wrapper.page .pageNavi {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 16vw;
	position: relative;
	background: url(../img/bg_page.jpg) center bottom no-repeat #111;
	text-align: center;
	background-size: auto 100%;
}
.pageNavi h2 {
	padding: 3vw 0 0;
	margin: 0;
	font-size: 0;
	height: 10vw;
}
.pageNavi h2 img {
	height: 100%;
	width: auto;
}




/* PROFILE */
.profile .contentArea {
	padding: 0;
	width: 90%;
	display: block;
	margin: 5vw auto 10vw;
}
.imgArea img {
	width: 100%;
	height: auto;
}
.profile .txtArea {
	width: 100%;
}
.profile .txtArea p:nth-child(2) {
	font-size: 2.75vw;
	line-height: 148%;
}
.profile .txtArea p img {
	margin: 5vw 0;
	height: 20vw;
}
.profile .txtArea p br {
	display:block;
}





/* WP-PAGENAVI */
.wp-pagenavi {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 5vw 0 10vw;
}
.wp-pagenavi a {
	color: #000;
}




/* FOOTER */
.footerWrap {
	bottom: 0;
	z-index: 9999;
	width: 100%;
	background: none;
	padding: 0;
}
.footerLinkArea {
	text-align: center;
	padding: 5%;
	width: 90%;
}
.footerLinkArea a {
	margin: 0 0 3vw;
}
.footerLinkArea img {
	width: 100%;
	height: auto;
}



/* ADMIN */
.customize-support nav.sp {
	top: 46px;
	padding-top: calc(50px + 5vw);
}
.customize-support .wrapper.index .menu-trigger {
	width: 40px;
	height: 38px;
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	right: 10px;
	top: 61px;
	z-index: 9999;
}
.customize-support .wrapper.information .menu-trigger {
	width: 40px;
	height: 38px;
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	right: 10px;
	top: 10px;
	z-index: 9999;
}


}





/* ADD STYLE 180804 SMARTPHONE */
@media screen and (max-width:640px){
.topAdArea a {
	position: absolute;
	left: 5vw;
	top: 43vw;
	width: 50%;
}
.topAdArea a img {
	width: 100%;
	height: auto;
}
}