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

body{
	background:url(../img/bg.jpg) repeat fixed;
	color:#596169;
	margin:0 auto;
	width:100%;
	font-family: 'Montserrat','YuGothic', '游ゴシック', sans-serif;
	font-size:11px;
}
a {
	color:#596169;
	text-decoration:underline;
	}
a:hover{
	color:#596169;
	text-decoration:none;
	}
a img{
	border:0;
	-webkit-transition: 0.2s ease;  
	-moz-transition: 0.2s ease;  
	-o-transition: 0.2s easet;  
	transition: 0.2s ease; 
} 
a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
} 
img {
	border:0;
}
p {
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
.flex {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;

    -webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:center;/*--- IE10 ---*/
    -webkit-justify-content:center;/*--- safari（PC）用 ---*/
    justify-content:center;

    -webkit-box-align:center;/*--- Androidブラウザ用 ---*/
    -ms-flex-align:center;/*--- IE10 ---*/
    -webkit-align-items:center;/*--- safari（PC）用 ---*/
    align-items:center;
	
	vertical-align:middle;
}
	
/* header */

#header {
	max-width:960px;
	margin:40px auto;
	padding: 0 20px;
}
#header li {
    margin: 0 15px 0 0;
}
#header li:first-child {
    margin-right: auto;
}
#header li.sns {
    margin: 0 10px 0 0;
}
#header a {
	text-decoration:none;
	}
#header li.menu a:after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background-color: #596169;
    margin: 1px auto 0;
    transition: .25s ease-out;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
}
#header li.menu a:hover:after {
    width: 100%;
}
#header li.active a {
    border-bottom: solid 1px;
    padding: 0 0 1px;
}
img.logo {
	width:68px;
	}
img.fb {
	width:15px;
	}
img.twitter {
	width:15px;
	}
img.youtube {
	width:18px;
	}
img.insta {
	width:15px;
	}

/* footer */
#footer {
	max-width:960px;
	margin:200px auto 25px;
	padding: 0 20px;
}

	
/* main */
#main {
	max-width:660px;
	margin:0 auto;
	padding: 0 15px;
}
h1 {
    font-size: 18px;
    border-bottom: 2px solid;
    letter-spacing: 3px;
    line-height: 35px;
	margin: 0 auto 30px;
}
p {
    font-size: 11px;
    line-height: 1.8;
    margin: 0 0 1em;
	}
hr.dot {
	height:1px;
    margin: 50px 0;
	background-image:url(../img/line_dot.png);
	border:none;
	clear:both;
	}
/* topmain */
#topmain {
	max-width:960px;
	margin:50px auto 0;
	padding: 0 15px;
	-webkit-box-align:flex-start ;/*--- Androidブラウザ用 ---*/
    -ms-flex-align:flex-start ;/*--- IE10 ---*/
    -webkit-align-items:flex-start ;/*--- safari（PC）用 ---*/
    align-items:flex-start ;
}
#topmain section {
	width: 100%;
	-webkit-flex: 1;
	flex: 1;
	}
#topmain h1{
    margin: 0 auto 10px;
	}
section#topnews {
    margin: 0 4% 10% 0;
}

#topmain hr {
    margin: 10px 0;
	}
p.date {
	font-family: 'Source Sans Pro light 300 Italic', sans-serif;
	font-style: italic;
    text-decoration: underline;
    letter-spacing: 1.5px;
    line-height: 2;
}
#topmain p.date {
	font-size: 10px;
    margin: 1em 0;
    text-decoration: none;
	}
#toplive p.date {
    margin: 1em 2em 1em 0;
	display: table;
	}
#toplive .live-box-r {
    width: 100%;
}

#topmain p.livetitle {
    margin: 1em 0;
    font-size: 11px;
	}	
.more {
    text-align: right;
}
span.place {
    background: #999ea5;
    color: #fff;
    padding: 5px 13px;
    margin: 0 0 0 20px;
    border-radius: 4px;
}


/* slide */

.play_box {
    width: 70px;
    position: absolute;
    z-index: 99;
	bottom:30px;
    left: 12%;
}
a img.play {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
} 

a:hover img.play {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
} 

.movie {
    height: 560px;
	background:#000;
	}
.main-visual {
    width: 100%;
    height: 560px;
    background-size: cover;
    text-align: center;
    position: fixed;
    overflow: hidden;
	z-index:1;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
}
 
.main-visual video {
    margin: 0 auto;
    z-index: 1;
    width: auto;
    position: initial;
}

/* news */
#main p.date {
	font-family: inherit;
    text-decoration: none;
	font-style: italic;
    letter-spacing: 1.5px;
    line-height: 2;
}
/* live */
.live-box {
    display: flex;
}
.live-box p.date {
    width: auto;
    min-width: 110px;
    max-width: 210px;
    margin: 0 9% 1.5em 0;
	}
.live-box-r {
    width: 100%;
}
p.livetitle {
    font-size: 16px;
	}
#toplive p.date {
    max-width: 200px;
}
/* profile */

img.profile {
    margin: 0 0 25px;
	max-width: 660px;
    max-height: 396px;
	}
p.profiletitle {
    font-size: 18px;
    margin: 0 0 15px;
}

p.profilemain {
    margin: 0 20px 30px 0;
    display: -webkit-inline-box;
    width: 35%;
}	
span.name {
    font-size: 13px;
	}
ul.pastlive {
  justify-content: flex-end;
  }
ul.pastlive li {
    margin: 0 0 0 10px;
	}


/* discography */
.disc-box {
    display: flex;
}
img.jacket {
    width: 280px;
    height: 255px;
    margin: 5px 40px 0 0;
    display: inline-block;
    box-shadow: 1px 5px 25px -5px rgba(0, 0, 0, 0.6);
	}
img.gwcc {
     height: 280px;
	}
p.title {
	font-size:18px;
	margin: 0 0 25px;
	}
p.ja {
	font-family: 'YuGothic', '游ゴシック', sans-serif;
	}
	
/* contact */
span.mail {
	font-family: 'Source Sans Pro light 300 Italic', sans-serif;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1.5px;
}
span.mail a{
	color: #a6abae;
	}

/* hidden */
.pc-hidden {
	display:none !important;
	}
/* romg 特設 */
.romg {
    margin: 30px auto 0;
}

.romg img {
    width: 100%;
}
@media only screen and (max-width: 768px) {
/* slider */
	
.gifani {
	display: inline-block;
    display: block;
}
.gifani img {
    max-width: 580px;
    margin: 0 auto;
}
.play_box {
    bottom: 10px;
    left: inherit;
    right: 3%;
}
a img.play {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
} 
}
	
@media only screen and (max-width: 599px) {
/* hidden */
.pc-hidden {
	display: inherit !important;
	}
.sp-hidden {
	display: none !important;
	}
	
/* sp menu */
#sp-header {
	margin:0 auto 65px;
	}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(89,97,105);
    background-color: rgba(89,97,105, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.overlay-content ul {
}

.overlay-content li {
    width: 85%;
    margin: 8px auto;
    padding: 5%;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
.overlay a {
	color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.overlay a:hover {
	color: #ccd0d1;
}
.overlay-sns {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-sns li {
    margin: 0 10px;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 15px;
}

img.logo {
	width:58px;
	}
img.fb {
	width: 22px;
	}
img.twitter {
	width: 22px;
	}
img.youtube {
	width: 26px;
	}
img.insta {
	width: 22px;
	}
	
	
/* slider */
.play_box {
    width: 45px !important;
    bottom: 10px;
    left: inherit;
    right: 3%;
}

img.play {
    width: 45px;
    height: 45px;
}

a img.play {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
} 

/* topmain */
#topmain {
    -webkit-flex-direction: column;
    flex-direction: column;
}
#topmain p.date {
    margin: 15px 20px 0 0;
	float:left;
	}
#topmain p.livetitle {
    margin: 15px 0 30px;
	float:left;
	}
#topmain .live-box-r {
    float: left;
    /*width: 70%;*/
}
#topmain .live-box p.date {
    /*width: 30%;*/
	}
#toplive .live-box-r {
    /*width: 43%;*/
}
#toplive .live-box p.date {
    /*width: 57%;*/
	}
span.place {
	padding: 5px 10px;
    margin: 0 0 0 5%;
}
/* live */
.live-box {
    display: inherit;
}
/* profile */

img.profile {
    margin: 0 auto 35px;
    width: 100%;
    height: 100%;
	}
p.profilemain {
    margin: 0 20px 20px 0;
    display: inherit;
    width: auto;
}

/* discography */

.disc-box {
    display: inherit;
}
img.jacket {
    width: 100%;
    height: inherit;
    margin: 0 0 30px;
}
.disc-box-r {
    padding: 0 3%;
}
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
}
@media screen and (max-width: 375px) {
/* slider */
.play_box {
    width: 35px;
    height: 35px;
	}
img.play {
    width: 35px !important;
    height: 35px;
}
.live-box p.date {
    width: auto;
}
}