@charset "utf-8";
/* ローディング */
.loading {
	background: #fff;
	width: 100%;
	height: 100vh;
	z-index: 9999999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -149.5px;
	margin-left: -134.5px;
}
.loading p {
	display: block;
	position: absolute;
	text-align: center;
	bottom: 28%;
	width: 100%;
	cursor: pointer;
}
/* 背景ロゴ */
.logo {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25%;
	margin-left: -25%;
	opacity: 0.05;
	width: 50%;
	height: auto;
}
/* ヘッダー */
header {
	width: 980px;
	margin: auto;
	padding: 25px 0;
	overflow: hidden;
	z-index: 99;
	position: relative;
}
header h1 {
	float: left;
	margin-right: 5px;
}
header h2 {
	font-size: 12px;
	line-height: 1.4em;
	float: left;
	margin-right: 95px;
}
header ul.gnavi {
	display: flex;
	justify-content: space-between;
	width: 515px;
	float: left;
}
header ul.gnavi li {
	font-size: 14px;
	display: block;
	line-height: 1.6em;
}
header ul.gnavi li a {
	font-weight: bold;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all  0.1s ease;
}
header ul.gnavi li a:hover {
	text-decoration: none;
}
header ul.gnavi li a::after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #222;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
header ul.gnavi li a:hover::after {
	width: 100%;
}
header ul.gnavi li a span {
	font-weight: bold;
	font-size: 9px;
	display: block;
}
header ul.sns {
	display: flex;
	justify-content: space-between;
	width: 85px;
	float: right;
}
header ul.sns {
	padding-top: 5px;
}
header ul.sns li {
	display: block;
}
header ul.sns li i {
	font-size: 20px;
}
header ul.sns li a:hover {
	opacity: 0.8;
}
.menu-trigger {
	display: none;
}
/* フッター */
footer {
	background: #fff;
	position: relative;
	z-index: 99;
}
footer ul {
	text-align: center;
	padding: 30px 0;
}
footer ul li {
	display: inline-block;
	background: #222;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin: 0 5px;
}
footer ul li:hover {
	opacity: 0.8;
}
footer ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
footer ul li i {
	color: #fff;
}
footer ul li img {
	vertical-align: -4px;
}
footer p.copy {
	text-align: center;
	background: #222;
	padding: 15px 0;
	font-size: 11px;
	color: #fff;
}
/* 共通 */
article {
	min-height: 73vh;
}
.pc,.slick-slide img.pc {
	display: block;
}
.sp,.slick-slide img.sp {
	display: none;
}
.inner {
	width: 980px;
	margin: auto;
	overflow: hidden;
}
.ttltop {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 30px;
}
.btnmore {
	color: #fff;
	display: block;
	margin: auto;
	background: #313131;
	border-radius: 25px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border: #313131 2px solid;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.btnmore:hover {
	color: #313131;
	background: #fff;
	text-decoration: none;
}
.bnrs {
	padding: 70px 0;
	text-align: center;
	position: relative;
	z-index: 99;
}
.bnrs li {
	display: inline-block;
	margin: 0 12px;
}
.insta {
	background: #f6f6f6;
	padding: 60px 0;
}
.insta h2 {
	text-align: center;
}
.insta h3 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: 'Cookie', cursive;
	text-align: center;/*インスタ入れたら削除*/
}
.insta h3 i {
	margin-left: 10px;
}
.insta div.inner  {
	width: 980px;
	margin: auto;
}
.official {
	display: flex;
	justify-content:space-between;
	width: 100%;
	flex-wrap:wrap;
	padding-bottom: 20px;
}
.insta ul.official li {
	width: 20%;
}
.insta div.member {
	display: flex;
	justify-content:center;
}
.insta div.box  {
	width: 30%;
}
.insta div.box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insta ul li  {
	width: 50%;
}
.insta ul li img {
	width: 100%;
	height: auto;
	display: block;
}
a.pagetop {
	width:40px;
	height:40px;
	display:block;
	position:fixed;
	right:15px;
	bottom:15px;
	z-index: 9999;
	color:#FFF;
	background:#222;
	line-height:60px;
	border-radius:50%;
	text-align:center;
}
a.pagetop::after {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 14px;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a.pagetop:hover {
	opacity:0.8;
	text-decoration:none;
}
.main {
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 40px;
}
.ttlpage {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.ttlpage::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #222;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	
}
.subpage {
	border-bottom: #ccc 1px solid;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.side {
	width: 180px;
	float: right;
	text-align: center;
}
.side h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
}
.side ul li {
	font-size: 12px;
	line-height: 2em;
}
.maincontents {
	width: 780px;
	float: left;
}
/* トップページ */
.topslide {
	width: 100%;
}
.topslide li img {
	width: 100%;
	height: auto;
}
.topnews {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.topnews div.left {
	width: 200px;
}
.topnews div.left ul li {
	font-size: 12px;
	line-height: 2.4em;
}
.topnews div.right {
	width: 770px;
}
.topnews div.right ul {
	padding-bottom: 20px;
}
.newslist {
	border-bottom: #ccc 1px solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
.newslist h3 {
	font-weight: bold;
	padding-bottom: 10px;
}
.topnews div.right ul li {
	position: relative;
	padding-left: 110px;
	border-bottom: #ccc 1px solid;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.newslist ul {
	padding-bottom: 15px;
	padding-left: 90px;
}
.topnews div.right ul li span.date,.newslist p.date {
	font-size: 12px;
	color: #929292;
	position: absolute;
	top: 0;
	left: 0;
}
.newslist p.date {
	top: 4px;
}
.topnews div.right ul li ul li,.newslist  ul li {
	border: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 5px;
}
.topnews div.right ul li ul li a,.topnews div.right ul li ul li span,.newslist ul li a,.newslist ul li span {
	color: #fff;
	border-radius: 5px;
	font-size: 11px;
	padding: 0 5px;
	font-weight: bold;
	display: block;
}
.topnews div.right ul li ul li a:hover,.newslist ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.topnews div.right a.btnmore,.topgoods a.btnmore{
	width: 300px;
	height: 50px;
	line-height: 50px;
}
.topnews div.right ul li ul li span.new,.newslist ul li span.new {
	background: #ff0000;
}
.topnews div.right ul li ul li a.live,.newslist ul li a.live {
	background: #e4007f;
}
.topnews div.right ul li ul li a.media,.newslist ul li a.media {
	background: #a55098;
}
.topnews div.right ul li ul li a.news,.newslist ul li a.news {
	background: #1b5397;
}
.topnews div.right ul li ul li a.goods,.newslist ul li a.goods {
	background: #f19149;
}
.topnews div.right ul li ul li a.kiyosaku,.newslist ul li a.kiyosaku {
	background: #313131;
}
.topnews div.right ul li ul li a.satoshi,.newslist ul li a.satoshi {
	background: #32b16c;
}
.topnews div.right ul li ul li a.takashi,.newslist ul li a.takashi {
	background: #2c89de;
}
.topnews div.right ul li a,.newslist li a {
	font-weight: bold;
}
.topinfo {
	background:linear-gradient(90deg,#f6f6f6 0%,#f6f6f6 50%,#ededed 50%,#ededed 100%);
	padding: 60px 0;
}
.topinfo div.inner {
	display: flex;
	justify-content: space-between;
}
.topinfo div.inner div.left,.topinfo div.inner div.right {
	width: 50%;
	box-sizing: border-box;
	padding-bottom: 70px;
	position: relative;
}
.topinfo div.inner div.left {
	padding-right: 55px;
}
.topinfo div.inner div.right {
	padding-left: 45px;
}
.topinfo div.inner p.date {
	color: #929292;
	font-size: 12px;
	padding-bottom: 15px;
}
.topinfo div.inner a {
	font-weight: bold;
}
.topinfo div.inner a.btnmore {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.topinfo div.inner div.left a.btnmore {
	margin-left: -125px;
}
.topinfo div.inner div.right a.btnmore {
	margin-left: -25px;
}
.topvideo {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/dummy/bg.png) center top no-repeat;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.topvideo:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
.topvideo h2.ttltop {
	color: #fff;
	text-align: center;
}
.topvideo ul li {
	display: block;
	width: 180px;
	padding:0;
}
.topvideo ul li a {
	color: #fff;
	font-size: 13px;
}
.topvideo ul li a img {
	display: block;
	width: 100%;
}
.topvideo .slick-slide:not(.slick-center) iframe,.topvideo .slick-slide:not(.slick-center) img{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.topvideo .slick-slide.slick-center {
	position: relative;
	z-index: 999;
}
.topvideo .slick-slide.slick-center iframe,.topvideo .slick-slide.slick-center iframe img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	margin-bottom: 10px;
}
.topvideo .slick-list {
	padding-top: 20px!important;
}
.topvideo .slick-current {
	margin-bottom: 30px;
}
.topvideo .slick-prev,.topvideo .slick-next,.topgoods .slick-prev,.topgoods .slick-next {
	top: 39%;
	width: 40px;
	height: 40px;
	z-index: 99;
}
.topgoods .slick-prev,.topgoods .slick-next {
	top: 39%;
}
.topvideo .slick-next,.topgoods .slick-next {
	right: 0;
}
.topvideo .slick-prev,.topgoods .slick-prev {
	left: 0;
}
.topvideo .slick-prev::before, .topvideo .slick-next::before,.topgoods .slick-prev::before, .topgoods .slick-next::before {
	content: "";
	font-family: "";
	font-size: 0;
	line-height: 0;
	display: block;
	opacity: 1;
	width: 40px;
	height: 40px;
}
.topvideo .slick-next::before,.topgoods .slick-next::before {
	background: url(../images/common/next.png) no-repeat;
}
.topvideo .slick-prev::before,.topgoods .slick-prev::before {
	background: url(../images/common/prev.png) no-repeat;
}
.topvideo .slick-slider,.topgoods .slick-slider {
	margin-bottom: 20px;
}
.topvideo a.btnmore {
	background: #535353;
	border: #535353 2px solid;
	width: 300px;
	height: 50px;
	line-height: 50px;
}
.topvideo a.btnmore:hover {
	background: #fff;
	color: #535353;
}
.topgoods {
	padding: 60px 0;
	background: #f6f6f6;
}
.topgoods h2.ttltop {
	text-align: center;
}
.topgoods ul {
	padding-bottom: 30px;
}
.topgoods ul li {
	display: block;
	text-align: center;
}
.topgoods ul li img {
	/*width: 160px;*/
	display: block;
	height: 160px;
	margin: auto;
}
/* Profile */
.prof {
	padding-bottom: 80px;
}
.prof h2 {
	padding-bottom: 15px;
}
.prof h2 img {
	width: 120px;
	height: auto;
}
.prof p {
	font-size: 14px;
	line-height: 1.85em;
}
.prof div.member {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.prof div.member div.box {
	width: 186px;
	margin: 0 25px;
	text-align: center;
}
.prof div.member div.box h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
.prof div.member div.box p {
	font-size: 13px;
}
.prof div.member div.box ul {
	padding-top: 20px;
}
.prof div.member div.box ul li {
	display:inline-block;
	width: 24px;
	height: 24px;
	background: #222;
	border-radius: 50%;
	color: #fff;
	line-height: 24px;
}
.prof div.member div.box ul li a {
	color: #fff;
}
.biogr {
	background: #f6f6f6;
	padding: 60px 0;
}
.biowh {
	background: #fff;
	padding: 60px 0;
}
.biogr div.inner,.biowh div.inner {
	display: flex;
	justify-content: space-between;
}
.bionavi {
	text-align: center;
	padding-bottom: 60px;
}
.bionavi li {
	font-size: 13px;
	display: inline-block;
	padding-right: 7px;
	cursor: pointer;
}
.bionavi li a {
	display: inline-block;
}
.bionavi li.active {
	font-weight: bold;
}
.bionavi li::after {
	content: "|";
	margin-left: 10px;
}
.bionavi li.active::after {
	font-weight: normal;
}
.bionavi li:last-child::after {
	content: none;
}
.biobox {
	width: 300px;
}
.biobox h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}
.biobox h3::before {
	content: "|";
	margin-right: 5px;
}
.biobox p {
	font-size: 12px;
}
/* Discography */
.disclist {
}
.disnon {
	display: none;
}
.disclist h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.disclist ul {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 50px;
	flex-wrap: wrap;
}
.disclist ul li {
	display: block;
	width: 180px;
	margin-right: 20px;
	font-size: 11px;
	padding-bottom: 25px;
}
.disclist ul li div.img {
	height: 180px;
	display: table-cell;
	vertical-align: middle;
}
.disclist ul li img {
	width: 100%;;
	height: auto;
	vertical-align: middle;
}
.disclist ul li span {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.disclist ul li span.ttl {
	margin-left: -6px;
}
.disclist ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.disclist ul li:nth-child(5n) {
	margin-right: 0;
}
/* LIVE */
.livewrap {
	
}
.livelist {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #ccc 1px solid;
}
.livelist.tour {
	border-bottom: #ccc 3px solid;
}
.livelist h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.livelist h4 {
	font-weight: bold;
	padding-bottom: 15px;
}
.livelist p.open,.newslist p.open {
	cursor: pointer;
	font-size: 12px;
	padding-left: 15px;
	position:relative;
}
.livelist p.open.active,.newslist p.open.active {
	margin-bottom: 20px;
}
.livelist p.open::before,.livelist p.open::after,.newslist p.open::before,.newslist p.open::after  {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.livelist p.open::before,.newslist p.open::before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #222;
}
.livelist p.open::after,.newslist p.open::after {
	top: 5px;
	left: 2.5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.livelist p.open.active::after,.newslist p.open.active::after {
	top: -3px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.livelist table {
	display: none;
	margin-top: 20px;
}
.mediainfo table {
	width: 100%;
	margin-top: 20px;
}
.livelist table th,.mediainfo th {
	font-weight: bold;
	text-align: left;
	padding-right: 30px;
	font-size: 14px;
}
.mediainfo th {
	width: 100px;
}
.livelist table th,.livelist table td,.mediainfo th,.mediainfo td {
	padding-bottom: 15px;
}
/* Contact */
.tblcontact {
	margin-top: 35px;
	margin-bottom: 20px;
	width: 100%;
}
.tblcontact th {
	text-align: left;
	width: 220px;
	font-weight: bold;
}
.tblcontact th,.tblcontact td {
	padding-bottom: 20px;
}
.tblcontact td input,.tblcontact td textarea {
	background: #eee;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	font-size: 15px;
}
.contactbtn {
	display: flex;
	justify-content: center;
}
.contactbtn li {
	display: inline-block;
	margin: 0 10px;
}
.contactbtn li input {
	display: block;
	background: #313131;
	width: 300px;
	height: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 25px;
}
.contactfinish  {
	width: 530px;
	margin: auto;
}
.contactfinish h3 {
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}
.contactfinish a.btnmore {
	height: 40px;
	line-height: 40px;
	width: 300px;
}
/* Discography */
.discno {
	font-size: 13px;
	font-weight: bold;
}
.discttl {
	font-size: 20px;
	font-weight: bold;
}
.discdtl {
	border-bottom: #ccc 1px solid;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.discdtl p {
	font-size: 12px;
}
.disc {
	display: flex;
	justify-content: space-between;
	padding-bottom: 35px;
	margin-bottom: 50px;
	border-bottom: #ccc 1px solid;
}
.disc p,.disc a {
	font-size: 13px;
}
.disc div.img {
	width: 300px;
}
.disc div.img img {
	width: 100%;
	margin-bottom: 15px;
}
.disc div.img a {
	position: relative;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.disc div.img i {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	background: #222;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.disc div.txt {
	width: 630px;
}
.disc div.txt dl {
	padding-top: 35px;
}
.disc div.txt dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}
.disc div.txt dl dt::before {
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 0;
	background: #222;
}
.disc div.txt dl dt,.disc div.txt dl dd {
	font-size: 12px;
	margin-left: 0;
}
#smpnavi {
	display: none;
}
/* 404 */
.notfound {
	text-align: center;
}
.notfound h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 50px;
}
.notfound p {
	padding-bottom: 50px;
}
.notfound a.btnmore {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 70px;
}
.notfound img {
	width: 200px;
	margin: auto;
}
.mediainfo {
	display: none;
}
