@charset "utf-8";

/* 日本語 */
		body {
		}

		.pc {
			display:none !important;
		}

		.width-100 {
			margin:0;
			padding:0;
			width: 100%;
		}

		.root-frame {
			width: 97%;
			margin-left: 1.5%;
			margin-right: 1%;
			padding-top:30px;
			padding-left: 0;
			padding-right: 0;
		}

		.logo {
			position:absolute;
			top:160px;
			right:60px;
		}

		.release {
			position:absolute;
			bottom:60px;
			right:60px;
			text-align:right;
			color:#E3007F;
		}

		.header_icon {
			width: 70%;
		}

		/* メニュー */
		.menu_list {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}

		.menu_list li {
			text-align:center;
			display:inline-block;
			padding: 0px 8px;
			text-align: center;
		}

		.menu_list li.here {
			font-weight:bold;
		}

		.menu_list li dt {
			font:normal normal "Comic Sans MS";
			font-size:1.8em
		}

		.menu_list li dd {
			text-align: center;
			margin: 0px;
			white-space:nowrap;
			font-size:0.8em
		}

		.menu_list a {
		}

		.menu_list a:hover {
			font-weight:bold;
		}

		.seprate {
			width: 99%;
			margin: 32px 0 32px 0;
			padding:0;
		}

		.title {
			font:normal normal "Comic Sans MS";
			text-align: left;
			font-size: 1.5em;
			margin: 0 0 0 20px;
			padding: 0;
		}

		.more {
			clear:both;
			padding: 10px;
			text-align: left;
			color: white;
		}

		.square_btn {
			display: inline-block;
			position: relative;
			padding: 3px 30px 3px 30px;
			text-decoration: none;
			color: #000;
			font-weight: bold;
			background-color: rgb(204,204,204);
			border: solid 1px rgb(204,204,204);
			border-radius: 3px;
			transition: .4s;
		}
		.square_btn .more-arrow {
			float: left;
			position: relative;
			top: 8px;
			left: 0;

			width: 6px;
			height: 6px;
			border: 0px;
			border-top: solid 2px #000;
			border-right: solid 2px #000;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.square_btn .more-text {
			clear: both;
			margin-left: 10px;
		}

		/* ページ番号 */
		.pager {
			text-align: center;
		}
		.pager ul {
			padding: 0;
		}
		.pager li {
			text-align:center;
			display:inline-block;
			text-align: center;
			font-size:small;

			width: 10.0em;           /* 横幅 */
			line-height: 2.0em;     /* 高さ */
			list-style-type: none;  /* 先頭記号なし */
			margin: 0.2em;          /* 周囲の余白 */
			padding: 0;           /* 内側の余白 */
			background:rgb(153,153,153);
		}
		.pager li a {
			color: black;
			display:block;
			width:100%;
			padding: 10px 0;           /* 内側の余白 */
		}

		.pager_left {
			background-color: rgba(0,0,0,0) !important;
			vertical-align: middle;
			width: 22px !important;
		}
		.pager_left div {
			width: 0;
			height: 0;
			border-right: 12px solid white;
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
		}
		.pager_right {
			background-color: rgba(0,0,0,0) !important;
			vertical-align: middle;
			width: 22px !important;
			padding-left: 6px !important;
		}
		.pager_right div {
			width: 0;
			height: 0;
			border-left: 12px solid white;
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
		}

		.single_page {
			text-align:center;
		}
		.single_page li {
			display:inline-block;
			position:relative;
			margin: 0 12px;
		}
		.single_page_left {
			padding-left: 20px;
		}
		.single_page_right {
			padding-right: 20px;
		}

		.video {
		position: relative;
		height: 0;
		padding: 30px 0 56.25%;
		overflow: hidden;
		}

		.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}

		/* フッター */
		#footer {
			margin-top:30px;
			width: 100%;
			margin-left: 0;
			margin-right: 0;
			text-align: center;
		}

		.footer_icon {
			width: 30%;
			margin: 0 auto;
		}

		#footer_link {
			width: 100vw;
			height:40px;
			margin-left: auto;
			margin-right: auto;
			display:table-cell;
			vertical-align: middle;
			text-align: center;
			padding: 30px 0 0 0;
			border-top: solid 1px #fff;
		}
		#footer_link ul {
			padding:0
		}
		#footer_link li {
			text-align:center;
			display:inline-block;
			padding: 0 8px;
			text-align: center;
			font-size:small;
		}
		#footer_link li+ li {
			border-left:1px solid snow
		}
		#footer_link a {
			text-decoration:none;
			color: snow;
		}
		#copyright {
			text-align:center;
			font-size:small;
			padding: 10px 0 50px 0;
		}

		/* TOPスクロール */
		#scroll_top {
			z-index: 998;
			position: fixed;
			bottom: 55px;
			right: 10px;
		}
		#scroll_top a {
			display: block;
			z-index: 999;
			padding: 8px 0 0 8px;
			width: 69px;
			height: 104px;
			opacity: 0.7;
		}
		#scroll_top a:hover {
			text-decoration: none;
			opacity: 1.0;
		}

		/* インフォメーション */
		#information .contents {
			width:90%;
			margin-left:auto;
			margin-right:auto;
		}

		#information .info_title {
			font-size: 1.75em;
			font-weight:bold;
			line-height: 1.1em;
			margin: 16px 0;
		}

		#information .contents a {
			display:block;
			width:100%;
			height:100%;
		}

		#information ul {
			padding: 0;
		}

		#information table {
			border-spacing:30px 10px;
		}


		/* ライブ/イベント */
		#live_event .contents {
			width:90%;
			margin-left:auto;
			margin-right:auto;
		}

		#live_event .past_event {
			margin:30px;
			text-align: center;
		}

		#live_event ul {
			padding: 0;
		}

		.past_event ul {
			padding: 0;
		}

		#live_event .past_event li {
			text-align:center;
			display:inline-block;
			padding: 0px 8px;
			text-align: center;
			margin-bottom: 0.8em;
		}

		#live_event table {
			border-spacing:30px 10px;
		}

		.live_event_link {
			color: #726250;
		}

		.event_title {
			font-size:1.1em;
			font-weight: bold;
		}
		.event_text {
			padding-bottom: 24px;
		}
		.event_ticket {
			color: black;
		}
		.event_ticket a {
			display: inline-block;
			font-size: 0.8em;
			padding: 8px 24px;
			background-color: #BEBEBE;
			color: black;
		}
		.event_ticket div {
			display: inline-block;
			font-size: 0.8em;
			padding: 8px 24px;
			background-color: #888;
		}

		/* ディスコグラフィー */
		.discography {
			padding: 0;
		}

		.discography li {
			width: 48%;
			display: inline-table;
			margin-bottom: 16px;
		}

		#discography .contents {
			width:90%;
			margin-left:auto;
			margin-right:auto;
		}

		.discography_list {
			padding: 0;
			width: 100% !important;
		}

		.discography_list li {
			margin-bottom:32px;
		}

		#discography table {
			border-spacing:0px;
			width:100%;
			table-layout: fixed;
		}

		#discography table td {
			padding: 0px;
		}

		#discography table .heading {
		
			background:#000;
			color:snow;
		}

		#discography table .heading td {
			padding:6px 6px;
		}

		.disco_pr {
			width: 100%;
			float: left;
		}

		.disco_br {
			width: 100%;
			float: left;
		}

		.disco_item {
			width: 94%;
			padding-right: 2% !important;
			padding-left: 2% !important;
			text-align: left;
		}

		.disco_item h4 {
			font-size: 1.4em;
			margin-bottom: -4px;
			margin-top: 4px;
		}

		.discography_broadcast_list {
			padding: 0;
		}

		.discography_broadcast_list li {
			font-size: 0.8em;
		}

		.disco_content {
			font-size: 0.8em;
		}

		/* メディア */
		#media .contents {
			width:90%;
			margin-left:auto;
			margin-right:auto;
		}

		#media table {
			border-spacing:30px 20px;
		}

		#media .color_sample {
			margin:30px;
			text-align: center;
		}

		.color_sample ul {
			padding:0;
		}

		#media .color_sample li {
			text-align:center;
			display:inline-block;
			margin-bottom: 8px;
		}

		.color_case {
			width:70px;
			padding: 2px 16px;
			text-align: center;
			color:snow;
			margin-left:10px;
		}

		.lylic {
			background:#f3a5a0;
		}
		.lylic:before {
			content:"Lylic";
		}

		.voice {
			background:#f6b860;
		}
		.voice:before {
			content:"Voice";
		}

		.radio {
			background:#a4ca56;
		}
		.radio:before {
			content:"Radio";
		}

		.web {
			background:#7cc9c5;
		}
		.web:before {
			content:"Web";
		}

		.tv {
			background:#999dce;
		}
		.tv:before {
			content:"TV";
		}

		.magazine {
			background:#dc92bd;
		}
		.magazine:before {
			content:"Magazine";
		}

		/* プロフィール */
		#profile .contents {
			width:90%;
			margin-left: auto;
			margin-right: auto;
			margin-bottom:40px;
		}

		#profile .item {
			display:inline-block;
			width:100%;
			text-align:center;
			margin-bottom:1.0em;
			font-size:0.9em;
		}

		.prof_img {
			width: 100%;
			min-height: 370px;
		}

		.profile_name {
			font-size: 1.2em;
			line-height: 1.2em;
		}

		.profile_comment {
			text-align: left;
		}

		/* お問い合わせ */
		#contact table {
			width:90%;
			margin-left:0;
			margin-right:0;
			border-spacing:0px
		}

		#contact table th {
			text-align: right;
			vertical-align:top;
		}

		#contact input {
			width:100%;
		}

		#contact textarea {
			width:100%;
			height:250px;
			resize:none;
		}

		.contact_list {
			width:95%;
			padding-left: 3%;
			margin-left:auto;
			margin-right:auto;
			border-spacing:20px;
		}

		.enquete-answer input {
			width: 100%;
		}

		.enquete-answer textarea {
			width:100%;
			height:250px;
			resize:none;
		}

/* NEWS */
#news .contents {
	margin-left: 20px;
}
#news .contents li {
	margin-bottom: 40px;
}

/* MUSIC VIDEO */
#video .contents {
	width: 94%;
	margin: 26px 3%;
	padding: 0;
	text-align: left;
}
.video_list {
}
.video_list li {
	width: calc((100% - 12px) / 2);
	padding-bottom: 26px;
	display: inline-block;
}
.video_list li:nth-of-type(2n) {
	padding-left: 12px;
}
.video_list img {
	width:100%
}

/* 矢印 */
.pre-arrow {
	position: absolute;
	content: '';
	left:0;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -4px;
}
.next-arrow {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 0;
	margin-top: -4px;
}
