﻿@charset "utf-8";
body {
	background: #000;
	color: #FFF;
	line-height: 1.6;
	font-size: 16px;
	font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
} 

/* 全体の背景指定 */
/* clearfix */
.clearfix {
	overflow: hidden;
	*zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.to { overflow: hidden;}
#wrapper {
	min-width: 1000px;
	/* position: relative; */
	height: 100%;
	box-sizing: border-box;
	word-break: break-all;
}
h1,h2 { display: none;}
section { position: relative;}
.box {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 0 80px;
}
.box.w920 { width: 920px;}
.w300 { width: 300px;}
.w400 { width: 400px;}
.w450 { width: 450px;}
/* = Selected Text
----------------------------------------------- */
::selection {
	background:#ff0000; /* Safari */
}
::-moz-selection {
	background:#ff0000; /* Firefox */
}
/* margin
**********************************/
.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb60 { margin-bottom: 60px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mr0 { margin-right: 0 !important;}
.mr1 { margin-right: 1px !important;}
.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.ml35 { margin-left: 35px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml01 { margin-left: -1px !important;}
/* padding
**********************************/
.pt20 { padding-top:20px !important;}
.pl20 { padding-left:20px !important;}
.pb20 { padding-bottom:20px !important;}
.pb40 { padding-bottom:40px !important;}
/* 汎用
**********************************/
figcaption {
	word-break: break-all;
}
.fl { float: left !important;}
.fr { float: right !important;}
.tc { text-align: center !important;}
.tr { text-align: right !important;}
.fb { font-weight: bold;}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.red {
	color: red;
	font-weight: bold;
}
.blue {
	color: #0066ff;
	font-weight: bold;
}
.yellow {
	color: #FFE600;
}
a { color:#FFE600;}

.btn_more {
	text-align: right;
}
.btn_more a {
	font-family: 'Economica', sans-serif;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	padding: 10px 40px;
	text-decoration: none;
	color: #FFF;
	border-radius: 5px;
	background: #000;
	margin: 20px auto 0;
	position: relative;
	letter-spacing: .1rem;
	transition: .5s;
}
.btn_more a::before {
	content: "";
	position: absolute;
	top: 45%;
	right: 12px;
	width: 10px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
}

.btn_more a::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 12px;
	width: 10px;
	height: 2px;
	background: #fff;
	transform: rotate(-45deg);
}
.btn_04 a:hover,.btn_more a:hover {
	opacity: 0.5;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

.btn_01 ,.btn_02 ,.btn_03 {
	display: inline-block;
}
.btn_01 {margin: 25px 5px;}
.btn_01 a {
	padding: 20px;
	background: #000;
	border-radius: 5px;
	color: yellow;
	-webkit-text-size-adjust: 100%;
	text-decoration: none;
}
.btn_01 a:hover {
	background: #430176;
	text-decoration: none;
}
.btn_02 { border: solid 2px red; margin: 5px;}
.btn_03 { border: solid 2px #0066ff; margin: 5px;}
.btn_02 a ,.btn_03 a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
}
.btn_02 a {color: red;}
.btn_03 a {color: #0066ff;}
.btn_02:hover { background: red;}
.btn_03:hover { background: #0066ff;}
.btn_02 a:hover {color: #000; background: red;}
.btn_03 a:hover {color: #000; background: #0066ff;}
/* WEBフォント
**********************************/
time {
	font-family: 'Economica', sans-serif;
}
.e-font {
	font-family: 'Economica', sans-serif;
}
/*************************
ナビ
*************************/
#top #nav_pc {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
/* 	position: absolute;	 */
}
#nav_pc ul {
	padding: 15px 0;
}

#nav_pc ul li {
	overflow: hidden;
	margin:0;
	height: 30px;
}

#nav_pc ul li span {opacity: 0.5;}

#nav_pc ul {
	width: 1000px;
	margin:0 auto;
	display: flex;
	justify-content: space-around;
}
#nav_pc ul li {
	/* margin-left: 25px;
	float: left; */
}
#nav_pc ul li:first-child {
	margin-left: 5px !important;
}
#nav_pc ul li:last-child {
	margin-right: 0!important;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
li.mark {
	overflow: visible !important;
}
.mark img {
	margin-top: -5px;
	margin-left: 30px;
	height: 40px !important;
}

/*************************
共通
*************************/
h3 {
	background: url(../images/common/h3.svg) no-repeat;
	width: 247px;
	height: 68px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top:-20px;
	left: 50%;
	margin-left: -123px;
}

.pagetop a {
	display: block;
	position: absolute;
	margin-top: -30px;
	right: 30px;
	width: 127px;
	height: 57px;
	background: url(../images/common/btn_pagetop.png);
}
/*************************
インフォメーション
*************************/
.info {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#FFA800+40,d79044+100 */
	background: #FFA800; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFA800 40%, #FFC75A 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #FFA800 40%,#FFC75A 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #FFA800 40%,#FFC75A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA800', endColorstr='#FFC75A',GradientType=0 ); /* IE6-9 */
	min-width: 1000px; /* IE対策*/
}
.info_line {
	height: 1px;
	background:#000;
	width: 100%;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.info time {
	font-size: 22px;
	vertical-align: top;
}
.info dl {
	color: #000;
	list-style: none;
	font-weight: bold;
	line-height: 1.6;
	overflow: hidden;
	*zoom: 1;
	text-shadow:	1px 1px 0px rgba(255, 255, 255, 0.3);
	border-bottom: solid 1px #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5);
	padding-top: 60px;/* メニュー固定回避 */
	margin-top:-60px;/* メニュー固定回避 */
}
#top .info dd a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 1.6
}
#top .info dd a:hover {
	text-decoration: underline;
}
/*#top .info dt img { margin:8px 0 0 5px;}*/
.info dt img {width: 100px; margin:8px 0 0 10px;}

.info dl:first-child {
}
.info dt, .info dd {
	padding: 20px;
	box-sizing: content-box;
	vertical-align: top;
}
.info dt {
	float: left;
	vertical-align:middle;
}
/*.info dt img { padding: 8px 0 0 5px;}*/

.info dd {
	margin: 0 0 0 220px;
}
/*************************
インフォメーション第二階層
*************************/
#infomation div.parallax {
	background-image:url(../images/info/header-img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height:300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#infomation #nav_pc {
	background: rgba(255,168,0,.7);
	width: 100%;
}
#infomation .info dd span {
	font-weight: bold;
	font-size:22px;
	display:block;
}
/*#infomation .info dt img { margin-top: -5px;}*/
#infomation .info dd {
	/*font-size: 15px;*/
	font-weight: normal;
}
#infomation .info dd img {
	text-align: center;
	padding: 10px;
}
.infomation_pagelist {
	display: flex;
	justify-content: center;
	margin: 20px 40px;
}
.infomation_pagelist li a {
	font-family: 'Economica', sans-serif;
	background: #000;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 1.4rem;
	margin: 0 10px;
}
.infomation_pagelist li a:hover {
	color: #FFA800;
}
/*************************
ライブ・イベント
*************************/
.live-event {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8F36FF+0,8d46ae+100 */
	background: #8F36FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #8F36FF 0%, #9E00FF 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8F36FF 0%,#9E00FF 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8F36FF 0%,#9E00FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F36FF', endColorstr='#9E00FF',GradientType=0 ); /* IE6-9 */
	min-width: 1000px; /* IE対策*/
}
.live-event h3 {
	background-position: 0 -136px;
}
.live-event h4 {
	background: url(../images/common/score.png) repeat-y;
	padding: 10px 20px;
	font-size: 24px;
	margin: 0 0 20px;
}

.live-event .txt_area {
	line-height: 1.8;
} 
.live-event .flex_area {
	display: flex;
}
/*************************
ライブ・イベント 第二階層
*************************/
#live-event div.parallax {
	background-image:url(../images/info/header-img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#live-event #nav_pc {
	background: rgba(143,54,255,.7);
	width: 100%;
}
.live-event .schedule {
	width: 100%;
	box-sizing: border-box;
	background: #000;
	padding: 20px 30px 40px;
}
.live-event .schedule .date {
	width: 15%;
}
.live-event .schedule th {
	background: #000;
	color: #8F36FF;
	text-align: left;
	padding: 0 0 0 0;
	font-size: 1.4em;
}
.live-event .schedule tr:nth-child(even) {
	background: #371e53;
}
.live-event .schedule table {
	width: 100%;
	font-size: 14px;
}
.live-event .schedule td {
	border: dotted 1px #703da2;
	padding: 10px;
}
.live-event .schedule td a {
	color: #FFF;
}
.live-event .schedule td a:hover {
	color: yellow;
	text-decoration: underline;
}
/*************************
PROFILE
*************************/
.profile {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d21b5c+30,d11c8f+100 */
	background: #d21b5c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d21b5c 30%, #d11c8f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d21b5c 30%,#d11c8f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d21b5c 30%,#d11c8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d21b5c', endColorstr='#d11c8f',GradientType=0 ); /* IE6-9 */
	min-width: 1000px; /* IE対策*/
}
#profile div.parallax {
	background-image:url(../images/discography/header-img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#profile #nav_pc {
	background: rgba(210,27,92,.7);
	width: 100%;
}
.profile h3 {
	background-position: 0 -203px;
}
.profile h4 {
	margin: 0 0 20px;
	text-align: center;
}
.profile h4 img {
	line-height: 1;
	font-size: 0;
	display: inline-block;
}
.profile .name {
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0 0;
}
.profile .profile_text {
	line-height: 2;
	padding: 0 0 60px;
}
.profile .member {
	text-align: center;
	padding: 15px;
	border: solid 1px #FFF;
	margin: 15px 0 20px;
}
/*************************
Lupintic Six
*************************/
#lp6 div.parallax {
	background-image:url(../images/discography/header-img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#lp6 #nav_pc {
	background: rgba(29,179,0,0.7);
	width: 100%;
}
.lp6 h3 {
	background-position: 0 -406px;
}
.lp6 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1db300+0,00e5b0+100 */
	background: #1db300; /* Old browsers */
	background: -moz-linear-gradient(top,  #1db300 0%, #00e5b0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1db300 0%,#00e5b0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1db300 0%,#00e5b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db300', endColorstr='#00e5b0',GradientType=0 ); /* IE6-9 */
	min-width: 1000px; /* IE対策*/
}
.lp6 p {
	color: #000;
}
.member {
	text-align: center;
	padding: 15px;
	border: solid 2px #000;
	margin: 15px 0 0;
}
.lp6 .profile_text {
	line-height: 2;
	padding: 20px 0 40px;
}
.lp6 .name { font-weight: bold;}

.lp6_img img {
	width: 100%;
}
/*************************
SPECIAL一覧
*************************/
#special div.parallax {
	background-image:url(../images/discography/header-img01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#special #nav_pc {
	background: rgba(255,230,0,.7);
	width: 100%;
}
.special h3 {
	background-position: 0 -408px;
}
.special_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.special_list .special_list_items {
	margin: 0 0 15px;
	width: 49%;
}
.special_list .special_list_items img {
	width: 100%;
	border: solid 1px #ccc;
}
.special_list a:hover {
	opacity: .5;
	transform: .8s;
}
#special .common_footer {
	border-top: 3px solid #FFE600;
}
/*************************
フッター
*************************/
.common_footer {
	position: relative;
}
.common_footer .box {
	position: relative;
	padding: 50px 20px 10px;
}
.common_footer dl {
	margin: 0 0 40px 0;
	position: relative;
}
.common_footer .box {
	display: flex;
}
.common_footer dt {
	font-family: 'Economica', sans-serif;
	font-size: 24px;
	position: absolute;
	left: 0px;
}
.common_footer dd {
/* 	width: 200px; */
  margin: 0 0 0 120px;
}
.common_footer dd a {
	display: block;
	padding:  5px 20px;
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
}
.common_footer .archive dt {
	color: #00e5b0;
}
.common_footer .archive a:hover {color: #00e5b0; text-decoration: none;}
.common_footer .archive dd {
	border-left: solid #00e5b0 1px;
}
.common_footer .friends dt { color: red;}
.common_footer .friends a:hover {color: red; text-decoration: none;}

.common_footer .friends dd {
	border-left: solid red 1px;
}
.common_footer .live-house dt { color: yellow;}
.common_footer .live-house a:hover {color: yellow; text-decoration: none;}

.common_footer .live-house dd {
	border-left: solid yellow 1px;
}
.common_footer .bnr a {
	display: block;
	background: url(../images//common/bnr_foot01.jpg);
	width: 220px;
	height: 240px;
}

/*************************
メディアクエリ
*************************/
@media only screen and (max-width: 1000px) {
	body { font-size: 2rem; }
	.btn_more a, .infomation_pagelist li a {
		font-size: 2rem;
	}
	.btn_02 a ,.btn_03 a {
		padding: 15px 25px;
		font-size: 30px;
	}
	#live-event div.parallax, #infomation div.parallax , #movie div.parallax {
		background-image:url(../images/info/header-img01.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		height:360px !important;
		min-width: 1000px;
		background-position: 70% 0;
	}
	#profile div.parallax, #special div.parallax, #lp6 div.parallax, #discography div.parallax {
		background-image:url(../images/discography/header-img01.jpg);
		background-position: top center;
		background-repeat: no-repeat;
		height:360px !important;
		min-width: 1000px;
		background-position: 70% 0;
	}

	.live-event .txt_area, .live-event .live_info img {
		float: none;
	}
	.live-event .txt_area {
		width: 920px;
	}
	.live-event .live_info img {
		margin: 0 auto;
		display: block;
	}
	.live-event .schedule table {
		font-size: 24px;
	}
	.info dt {
		float: none;
		padding: 10px 0 0 40px;
		vertical-align:middle;
	}
	.info dd {
		padding: 10px 40px 20px 40px;
		margin: 0;
	}
	.info dt img { width: 150px; margin:15px 0 0 10px;}

	.info time {
		font-size: 2.5rem;
		vertical-align: top;
	}
	#infomation .info dd span {
		font-size: 2rem;
	}
	.movie .movie_list li span {
		font-size: 24px;
	}
	.movie .movie_list li .mv_date {
		font-size: 16px;
	}
	.common_footer .box {
		display: block;
	}
	.common_footer dt {
		font-size: 2rem;
	}
	.common_footer dd {
		  margin: 0 0 0 180px;
	}
	.common_footer dd a {
		font-size: 2rem;
	}
}

/* ===================================================================
スマホメニュー
=================================================================== */
/* レスポンシブにする場合 */
/* #header_sp {display: none;}
@media only screen and (max-width: 1000px) {
#header_pc {display: none;}
#header_sp {display: block;}
} */

/* UA判定する場合  */
#header_pc.hide {display: none;}
#header_sp.hide {display: none;}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}
html, body { height: 100%;}

.header {
  width: 100%;
  z-index: 100;
}
.header .header_heading {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  width: 100%;
  z-index: 3;
}
.nav-content {
  position: absolute;
  width: 100%;
  top: -2000px;
  z-index: 2;
  -webkit-transition: 1.5s top;
  transition: 1.5s top;
}
.nav-content ul li {
  font-size: 22px;
  font-size: 2.2rem;
}
.nav-content ul li span {
	opacity: 0.5;
	display: inherit;
	padding: 40px 0px;
	text-align: center;
}

.nav-content ul li a {
  text-align: center;
  display: block;
  padding: 40px 0px;
  color: #fff;
}
.is-open .nav-content {
  top: 85px;
}
#js-cover {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 1;
}
.menu-button {
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
	/*position: fixed;*/
  right: 40px;
  top: 40px;
}
.menu-button i {
  display: block;
  width: 100px;
  height: 10px;
 /*  border-radius: 3px; */
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
}

.menu-button i:before,
.menu-button i:after {
	content: "";
  display: block;
  width: 100px;
  height: 10px;
  /* border-radius: 3px; */
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.menu-button i:before {
	top:35px;
  -webkit-transform: translateY(22px);
  -ms-transform: translateY(22px);
  transform: translateY(22px);
}

.menu-button i:after {
	top:35px;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.is-open .menu-button i {
	background: rgba(0, 0, 0, 0.9);
}
.is-open .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.is-open .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
