/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* = Selected Text
----------------------------------------------- */
::selection {
	background:#d4dcd6; /* Safari */
}

::-moz-selection {
	background:#d4dcd6; /* Firefox */
}

.mar_t_20{margin-top: 20px;}
.mar_t_30{margin-top: 30px;}
.mar_t_40{margin-top: 40px;}
.mar_t_60{margin-top: 60px;}

a:link, a:visited  { color: #000; text-decoration: none; }       
a:hover, a:active  { color: #4f4f4f; text-decoration: none; } 

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#page-top {
	font-family: 'Oswald', sans-serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #FFEA00;
    width: 75px;
    padding: 10% 0;
    text-align: center;
    display: block;
    border-radius: 0px;
}
#page-top a:hover {
    text-decoration: none;
    background: #4f4f4f;
}

body {
  padding-bottom: 0;
  color: #000;
  background: #FFEA00;}


/* HOME
-------------------------------------------------- */

body#home {

}

body#home .vs{
	width: 100%;
}
body#home .vs .inner{
	margin: 0 auto;
	position: relative;
}
body#home .vs .inner h1{
	width: 51%;
	position: absolute;
	right:2%;
	padding-top: 20%;
}

nav{
	background: #FFEA00; 
	height: 65px;
	border-top:solid 3px #000;
}

.naver a { color: #000; font-size: 22px; line-height: 65px; margin: 0; padding: 0; }
.naver a:hover { color: #4f4f4f;}
.naver.enabled a { float: none; margin: 0; width: 100%; }

.naver ul{
	width: 100%;
	text-align: center;
	padding-left: 0!important;
	padding-right: 0!important;
}
.naver ul li{
	font-family: 'Oswald', sans-serif;
	display:  inline-block;
	list-style-type: none;
	margin: 0 5% 0 0;
}
.naver ul li:last-child{
	margin: 0 0 0 0;
}
.naver ul li a{
	display: block;
	overflow: hidden;
}
.naver ul li a:hover{
	border-top: solid 5px #000;
}
.naver ul li.on a{
	border-top: solid 5px #000;
}
	
h2{
	font-size: 28px;
	text-align: left;
	margin-top: 0!important;
	color: #000;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 3px;
	border-bottom: solid 2px #000;
}

body#home .btn-more{
	width: 100%;
	font-family: 'Allerta', sans-serif;
	font-weight: 500;
	text-align: center;
}
body#home .btn-more a{
	display: block;
	background-color: #e8e8e8;
	padding: 15px;
}
body#home .btn-more a:hover{
	display: block;
	color: #fff;
	background-color: #54597f;
}
/*info*/
body#home .info{
	width: 100%;
}
body#home .info .detail{
	width: 55%;	
	float: left;
	margin-top: 10px;
}
body#home .info .pic{
	width: 45%;
	float: right;
	margin-top: 10px;
}
body#home .info .pic img{
	width: 100%;
}
body#home .info .detail h5{
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	margin-top: 0!important;
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}
body#home .info .detail p{
	font-size: 14px;
	text-align: left;
	margin-top: 0!important;
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}


/*release*/
body#home .release{
	width: 100%;
}
body#home .release .detail{
	width: 45%;	
	float: right;
	margin-top: 0;
	padding-left: 2%;
}
body#home .release .pic{
	width: 53%;
	float: left;
	margin-top: 10px;
}
body#home .release .pic img{
	width: 100%;
}
h6{
	font-size: 26px;
	line-height: 120%;
	text-align: left;
	color: #000;
	font-family: 'Oswald', sans-serif;
}
h6 span{
	font-size: 20px;
	text-align: left;
	color: #000;
	font-family: 'Oswald', sans-serif;
}
body#home .release .detail p{
	font-size: 12px;
	line-height: 180%;
	text-align: left;
}
body#home .release .detail p.eng{
	font-size: 18px;
	line-height: 160%;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}
body#home .release .detail p.no{
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: solid 4px #000;
  margin: 4% 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
.container {
    padding-bottom: 100px;
}
 
footer{
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
}



/* Second Common
-------------------------------------------------- */
.vs .container{
	position: relative;
}
.vs .container h1{
	width: 25%;
	position: absolute;
	padding-top: 0%;
}
.line {
	width: 100%;
	height: 50px;
	background: url(../imgs/2nd_hr.png) no-repeat center 25px;
	background-size: contain;
	border-bottom:solid 1px #3d415b;
	margin: 0 0 40px 0;
}
p {
	font-size: 1em;;
	line-height: 160%;
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
}
h4{
	font-size: 18px;
	color: #3d415b;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

/* Biography
-------------------------------------------------- */

.bio-pic{
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}
.bio-pic img{
	width: 70%;
}
p.bio-txt{
	width: 70%;
	margin: 0 auto 5%;
	font-size: 16px;
	line-height: 180%;
}

/* Discography
-------------------------------------------------- */
body#disco .title{
	font-size: 18px;
	color: #fff;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Contact
-------------------------------------------------- */
body#contact .row{

}
body#contact p.magazine {
	font-size: 14px;
	color: #3d415b;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom: 5px;
	border-bottom: dotted 1px #3d415b;
	margin-bottom: 15px;
}
body#contact p.attention {
	font-size: 12px;
	margin: 15px 0 0;
}
body#contact form{

}
body#contact input[type="text"] {
border:0;
padding:2px 5px;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:5px 0 20px;
width:200px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* footer
------------------------- */
footer{
	font-size: 10px;
	color: #FFEA00;
	background: #000;
	padding: 15px 0;
	margin-bottom: 0;
}
footer p{
	font-family: 'Verdana', sans-serif;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {

.smp-hidden{display: none;}

.mar_t_30{margin-top: 6%;}
.mar_t_40{margin-top: 8%;}
.mar_t_60{margin-top: 10%;}

nav{
	border-top:none;
	background: #000;
	font-family: 'Oswald', sans-serif;
	height: auto!important;
}

.naver a { color: #fff; font-size: 14px; line-height: 180%; margin: 0; padding: 0; }
.naver a:hover { }
.naver.enabled a { float: none; margin: 0; width: 100%; }

.naver ul{
	width: 100%;
	text-align: left;
	padding-left: 4%!important;
	padding-right: 4%!important;
}
.naver ul li{
	height: auto;
	display:  block;
	text-indent: 0;
	list-style-type: none;
	margin: 0 0 0 0;
	border-bottom: solid 1px #fff;
	padding: 2% 0 2% 3%;
}
.naver ul li:first-child{
	padding: 0 0 2% 3%;
}
.naver ul li:first-child{
	margin: 0 0 0 0;
}
.naver ul li:last-child{
	margin: 0 0 0 0;
	border-bottom: none;
}
.naver ul li a{
	display: block;
}
.naver ul li a:hover{
	border-top: none;
}
.naver ul li.on a{
	border-top: none;
}
	

h2{
	font-size: 22px;
	background-size: 22px 22px;
	padding-bottom: 0;
}

body#home .release{
	width: 100%;
	margin-bottom: 10%;
}
body#home .release .detail{
	width: 100%;	
	float: none;
	margin-top: 0;
	padding-left: 0%;
}
body#home .release .pic{
	width: 100%;
	float: none;
	margin-top: 10px;
}
body#home .release .detail p{
	font-size: 14px;
	line-height: 180%;
	text-align: left;
}
body#home .release .detail p.eng{
	font-size: 18px;
	line-height: 160%;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}
body#home .release .detail p.no{
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}


.bio-pic{
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}
.bio-pic img{
	width: 100%;
}
p.bio-txt{
	width: 90%;
	margin: 0 auto 5%;
	font-size: 14px;
	line-height: 180%;
}



.container {
    padding-bottom: 70px;
}

}

/*
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
*/
