@charset "utf-8";

/* 日本語 */

		.sp {
			display:none !important;
		}

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

		.root-frame {
			width: 1200px;
			margin-left: auto;
			margin-right: auto;
			padding-top:32px;
		}

		.header {
			width: 100% !important;
			max-height: 720px; 
			object-fit: cover;
		}

		.index_sns {
			position:absolute;
			top:40px;
			right:60px;
		}

		.header_sns {
			position:absolute;
			top:30px;
			right:60px;
		}

		.header_bottom {
			position:absolute;
			width:1000px;
			height:8px;
			background-color:#3F7CD0; 
			z-index:9999;
			bottom: 3px;
			margin: 0;
			left: 50%;
			transform: translateX(-50%);
			-webkit- transform: translateX(-50%);
		}

		.header_icon {
			width: 400px;
		}

		.logo {
			position:absolute;
			top:160px;
			left:160px;
			width: 30%;
		}

		#sale {
			margin-right: 15px;
			margin-bottom: -16px;
		}

		.release-area {
			width: 1200px;
			left: 50%;
			transform: translateX(-50%);
			-webkit- transform: translateX(-50%);
			height: 480px;
		}

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

		.release ul {
			padding: 0;
		}

		.release li {
			list-style: none;
			display: inline-table;
			width: 128px;
			margin-right: 15px;
		}

		.release_title {
			text-align: left;
			font-size:10px;
			color:#000;
		}

		.menu_list {
			width: 1050px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}

		.menu_list li {
			display:inline-block;
			padding: 0px;
			text-align: center;
			margin-right: 2.3em;
			width: auto;
		}

		.menu_list li.here {
			//font-weight:bold;
			color: #000;
		}

		.menu_list li dt {
			font-family: "HelveticaNeue-UltraLight ヒラギノ角ゴシック Comic Sans MS";
			font-size:1.4em;
		}

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

		.menu_list a {
			color: #696969;
		}

		.here {
			//font-weight:bold;
			color: #000 !important;
		}

		.menu_list a:hover {
			//font-weight:bold;
			color: #000 !important;
			font-family: "HelveticaNeue-UltraLight ヒラギノ角ゴシック Comic Sans MS";
			text-decoration: none;
		}

		.seprate {
			clear:both;
			width: 1200px;
			margin-top:30px;
		}

		.title {
			font-size: 1.5em;
			text-align: left;
			line-height: 1.8em;
			margin: 0 0 10px 40px;
			padding: 0;
		}

		.title dt {
			font-family: "HelveticaNeue-UltraLight ヒラギノ角ゴシック Comic Sans MS";
			font-size:2.2em
		}

		.title dd {
			text-align: center;
			margin: 0px;
			white-space:nowrap;
			font-size:0.9em
		}

		.more {
			clear:both;
			padding: 10px 0px;
			text-align: left;
		}
		.more a:link {
			color: #000;
			font-weight:bold;
		}
		.square_btn {
			display: inline-block;
			position: relative;
			padding: 4px 28px 4px 28px;
			text-align: center;
			color: #000;
			background-color: #fff;
			border: solid 1px #000;
			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: left;
			color: black;
			font-size: 0.8em;
		}
		.pager ul {
			padding-left: 0;
		}
		.pager li {
			text-align:center;
			display:inline-block;
			text-align: center;

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

		.pager .pager_inpage {
			background: rgb(255,255,255);
		}

		.pager_left {
			background-color: rgba(0,0,0,0) !important;
			vertical-align: middle;
		}
		.pager_left div {
			border-right: 14px solid;
			border-top: 9px solid transparent;
			border-bottom: 9px solid transparent;
			color: white;
		}

		.pager_right {
			background-color: rgba(0,0,0,0) !important;
			vertical-align: middle;
		}
		.pager_right div {
			width: 0;
			height: 0;
			border-left: 14px solid;
			border-top: 9px solid transparent;
			border-bottom: 9px solid transparent;
			color: white;
		}

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

		/* フッター */
		#footer {
			margin-top:30px;
			width: 1200px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			color: #999999;
		}

		#footer_link {
			width: 100vw;
			height:40px;
			margin-left: auto;
			margin-right: auto;
			display:table-cell;
			vertical-align: middle;
			text-align: center;
			background : #000;
			padding: 20px 0 0 0;
			border-top: solid 1px #4D4D4D;
		}
		#footer_link li {
			text-align:center;
			display:inline-block;
			padding: 0px 16px;
			text-align: center;
			font-size:small;
		}
		#footer_link li+ li {
			border-left:1px solid snow
		}
		#footer_link a {
			color: #999999;
		}
		.footer_icon {
			width: 22%;
			margin: 0 auto;
		}

		#copyright {
			text-align:center;
			font-size:small;
			padding: 10px 0 60px 0;
			background: #000;
		}

		/* TOPスクロール */
		#scroll_top {
			z-index: 998;
			position: fixed;
			bottom: 60px;
			right: 20px;
		}
		#scroll_top a {
			display: block;
			z-index: 999;
			padding: 10px;
			opacity: 0.7;
		}
		#scroll_top a:hover {
			opacity: 1.0;
		}

		/* インフォメーション */
		#information .contents {
			width:800px;
		}

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

		#information .info_title {
			font-size: 20px;
			font-weight:bold; 
			margin: 16px 0;
		}

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

		/* ライブ/イベント */
		#live_event .contents {
			padding: 30px 30px 30px 40px;
		}

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

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

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

		.live_event_link {
			color: #726250;
		}

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

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

		.discography li {
			display: inline-table;
		}
	
		#discography .contents {
			width:1000px;
			margin-left:auto;
			margin-right:auto;
		}

		#discography .contents ul li{
			display: inline-table;
			width:180px;
			margin-right: 13px;
			margin-bottom: 48px;
		}

		#discography .contents .image {
			text-align:center;
		}

		#discography .contents img {
			width:100%;
		}

		#discography .contents a img:hover {
			opacity:0.6;
		}

		#discography .contents .text {
			text-align:center;
		}

		.discography_list {
			padding: 0;
		}

		.discography_list li {
			display: inline-table !important;
			margin-bottom:10px;
			width: 100% !important;
		}

		#discography table {
			border-spacing:0px;
		}

		#discography table td {
			padding:2px 30px;
			vertical-align: top;
		}

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

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

		.disco_pr {
			width: 30%;
		}

		.disco_br {
			width: 70%;
		}

		.disco_item p {
			padding:0;
			font-size: 12px;
		    margin-top: -4px;
		}

		.disco_title {
			font-size: 14px;
			font-weight: bold;
		}

		.disco_content {
			font-size: 12px;
		}

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

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

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

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

		.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:800px;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:40px;
		}

		#profile .item {
			display:inline-block;
			padding:10px;
			vertical-align: top;
			font-size: 14px;
			width: 47%;
		}

		.prof_img {
			width: 376px;
			height: 376px;
		}

		.profile_name {
			font-size: 18px;
			line-height: 22px;
		}

		.profile_name_alphabet {
			font-size: 18px;
			line-height: 22px;
		}

		/* お問い合わせ */
		#contact table {
			width:800px;
			margin-left:auto;
			margin-right:auto;
			border-spacing:20px
		}

		.contact_list {
			width:600px;
			margin-left:auto;
			margin-right:auto;
			border-spacing:20px;
		}

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

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

		#contact input {
			//width:400px;
		}

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

/* NEWS */
#news .contents {
	padding: 30px 30px 30px 40px;
}
#news .contents ul {
	margin: 0;
	padding: 0;
}
#news .contents li {
	margin: 0 0 16px 0;
	padding: 0;
}
.news_date {
	padding: 10px 0 0 0;
	font-size: 0.8em;
}
.news_title {
}

#news .pager {
	padding: 30px 30px 30px 40px;
}

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

/* バナー */
#banner {
	background-color:grey;
}
.banner_list {
}

.pre-arrow {
	position: relative;
	float: left;
	top: 8px;
	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);
}
.pre-text {
	clear: both;
	margin-left: 10px;
}
.next-arrow {
	position: absolute;
	top: 8px;
	right: 0px;

	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);
}
.next-text {
	margin-right: 18px;
}
