@charset "UTF-8";
/* reset styles */

html, body, .container, header {
	height: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-size: 100%;
    font-family:'Lucida Grande',Meiryo, メイリオ, sans-serif;
    color: #000;
    height: 100%;
	line-height: 1.5;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* common
================================================== */
.f-bold {
    font-weight: bold;
}

.f-110 {
	font-size: 110%;
}

.f-90 {
	font-size: 90%;
}

.f-80 {
	font-size: 80%;
}

.f-75 {
	font-size: 75%;
}

.f-60 {
	font-size: 60%;
}

.ta-right {
	text-align: right;
}

.pb-05em {
	padding-bottom: 0.5em;
}

.mb-05em {
	margin-bottom: 0.5em;
}

a img.css-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a:hover img.css-hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}


#pc {
	display: block !important;
}

#sp {
	display: none !important;
}


/* common styles */
.pagetop_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  z-index: 9999;
}
.pagetop_btn a {
  display: block;
  width: 50px;
  height: 50px;
}

* {
    box-sizing: border-box;    
}

.container {
	width: 100%;
}

img {
  max-width: none;
  border: 0;
}

.img_max {
  max-width: 100%;
  width: auto;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}


.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear: both;}

html,body { position: relative; }


/* SNS */
.sns_btn {
    display: inline-block;
    width: 90px;
    height: 32px;
    text-indent: -9999px;
    background: no-repeat center top;
    background-size: contain;
    font-size: 0;
}
.sns_btn.btn_twitter {
    background-image: url(../images/btn_twitter.png);
}
.sns_btn.btn_twitter:hover {
    background-image: url(../images/btn_twitter_on.png);
}
.sns_btn.btn_facebook {
    background-image: url(../images/btn_facebook.png); 
}
.sns_btn.btn_facebook:hover {
    background-image: url(../images/btn_facebook_on.png); 
}
.sns_btn.btn_line {
    background-image: url(../images/btn_line_sp.png);
}



/* extends */
.content_title {
	text-align: center;
    font-size: 170%;
    line-height: 1;
    padding-bottom: 1em;
    letter-spacing: 0.1em;
    color: #FFF;
}

.content_text {
    font-size: 100%;
    line-height: 1.4;
}


/* head video */
.masthead {
    position: relative;
    min-width: 720px;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}

.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}


/* head title */
h1 {
    position: absolute;
    width: 100%;
    font-weight: 700;
    font-size: 280%;
    text-align: center;
    height: 120px;
    line-height: 1.2;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.date {
    display: block;
    font-size: 45%;
    letter-spacing: 0.43em;
    font-weight: 400;
	margin-top: 0.5em;
    opacity: 0.5;
}


/* NEWS */
.news_area {
    padding: 0 0 20px;
	margin: 0 auto;
}

.news_contents {
    text-align: center;
}

.news_area .content_title{
	margin: 0 0 1em;
    padding: 0.5em;
	background: url(../images/bg_title-1.png) no-repeat center top;
    text-shadow: 1px 1px 0 #003, -1px 1px 0 #003, 1px -1px 0 #003, -1px -1px 0 #003;	
}

.news_contents_list {
    display: inline-block;
    font-size: 100%;
	line-height: 1.5;
    margin: 0 0 10px 0;
}

.news_contents_list dt{
    clear: left;
    float: left;
    width: 200px;
    margin: 0 0 10px 0;
}

.news_contents_list dd{
    width: 600px;
    float: left;
    margin: 0 10px 0;
    text-align: left;
}

.news_area a {
	color: #000;
    text-decoration:underline;
    word-wrap: break-word;
}

.news_area a:hover {
	color: #000;
    text-decoration:none;
    word-wrap: break-word;
}

/* MOVIE */
.movie_area {
    padding: 0 0 20px;
}

.movie_area .content_title{
	margin: 0 0 1em;
    padding: 0.5em;
	background: url(../images/bg_title-2.png) no-repeat center top;
    text-shadow: 1px 1px 0 #003, -1px 1px 0 #003, 1px -1px 0 #003, -1px -1px 0 #003;	
}

.pvBlock{
    width: 100%;
    text-align: center;
	margin: 0 auto 25px;
}

/* RELEASE */
.release_area {
    padding: 0 0 10px;
}

.release_area .content_title{
	margin: 0 0 1em;
    padding: 0.5em;
	background: url(../images/bg_title-3.png) no-repeat center top;
    text-shadow: 1px 1px 0 #003, -1px 1px 0 #003, 1px -1px 0 #003, -1px -1px 0 #003;	
}

.release_inner {
    max-width: 960px;
    margin: 0 auto 20px;
}

.release_area h3 {
	font-size: 120%;
	text-align: center;
	margin-bottom: 0.5em;
}

.release_area .one_colomn{
    width: 270px;
}

.release_area .left_box {
    float: left;    
}

.release_area .right_box {
    width: 630px;
    padding: 0 1em 1em;
}

.release_area .catch {
	border: #333 dotted 1px;
	font-size: 100%;
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.release_area .type {
	border-top: #000 2px double;
	border-bottom: #000 2px double;
	padding: 0.5em 0;
	margin-bottom: 1.5em;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

.release_area .type-2 {
	border-top: #000 2px double;
	border-bottom: #000 2px double;
	padding: 0.5em 0;
	margin-bottom: 1.5em;
	margin-top: 2.5em;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

.release_area .eyecatch {
	display: inline-block;
	padding: 5px;
	background-color: #000;
	color: #FFF;
	font-size: 100%;
	line-height: 1.0;
	font-weight: bold;
	margin: 0.5em 0;
}

.release_text {
	margin-top: 5px;
}

.store_text {
    margin-bottom: -20px;
}

.store_list {
    padding-top: 25px;
    letter-spacing: -0.4em; 
    margin: -5px -10px;
}

.store_area {
    width: 760px;
	margin: 30px auto;
}

.store_list li {
	width: 25%;
    padding: 5px 10px;
    display: inline-block;
}

.store_list li img {
	width: 100%;
}

.song_value {
    font-size: 100%;
}

.right_box,.song_right {
    float: right;
}

.song_right ul li,.song_left ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.release_textlink a {
	color: #000;
    text-decoration:underline;
    word-wrap: break-word;
}

.release_textlink a:hover {
	color: #000;
    text-decoration:none;
    word-wrap: break-word;
}


/*ACCORDION*/
div.accordion {
	width: 100%;
}
div.accordion > ul > li > a {
	display: block;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	background-color: #375a8d;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 10px 30px 10px 12px;
	position: relative;
}
div.accordion > ul > li > a:hover{
	background-color: #000066;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 8px;
	color: #ffff00;
}
div.accordion > ul > li > a:after{
	content: "▼";
}
div.accordion > ul > li > a.active:after{
	content: "▲";
}
div.accordion > ul > li > ul {
	display: none;
	padding-bottom: 1.5em;
}
div.accordion > ul > li > ul > li > a{
	display: block;
	color: #fff;
	font-size: 14px;
	background-color: #fcc800;
	border-bottom: 1px solid #fff;
	padding: 6px 20px;
	position: relative;
}

div.accordion > ul > li > ul > li > p {
	display: block;
	color: #333;
	font-size: 120%;
	background-color: #FFF;
	border-bottom: 1px solid #fff;
	padding: 20px;
	position: relative;
}

.music-list {
	margin: 0.5em auto;
	padding-bottom: 0.3em;
	border-bottom: 1px #999 solid;
}


/* BIO */
.bio_area {
    padding: 0 0 50px;
}

.bio_area .content_title{
	margin: 0 0 1em;
    padding: 0.5em;
	background: url(../images/bg_title-4.png) no-repeat center top;
    text-shadow: 1px 1px 0 #003, -1px 1px 0 #003, 1px -1px 0 #003, -1px -1px 0 #003;	
}

.bio_inner {
    max-width: 940px;
    margin: 0 auto;
}

.bio_inner-2 {
    max-width: 700px;
    margin: 0 auto;
}

.bio_area a {
	color: #FFF;
    text-decoration: none;
    word-wrap: break-word;
	padding: 0.3em 0.5em;
    background-color: #12143a;
}

.bio_area a:hover {
	color: #12143a;
    text-decoration: none;
    word-wrap: break-word;
	border: none;
    background-color: #FFF;
	border: #12143a 1px solid;
}


/* footer */
.site_footer {
    background: #000;
    padding: 40px 0;
}
.footer_sns{
    text-align: center;
    margin: 0;
}

.footer_sns_list li {
	vertical-align: top;
    display: inline-block;
    padding: 0 8px 15px;
    font-size: 0;
}

.footer_navigation_list {
	margin-top: 30px;
}

.footer_navigation_list li {
    float: left;
    letter-spacing: 0.1em;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 84%;
    border-right: 1px solid #FFF;
}

.footer_navigation {
	width: 370px;
    margin: 0 auto;
	text-align: center;
}

.footer_navigation_list li:last-child {
    border: none;
}

.footer_navigation_list li a {
    color: #FFF;	
}

.footer_navigation_list li a {
	color: #FFF;
    text-decoration: none;
    word-wrap: break-word;
}

.footer_navigation_list li a:hover {
	color: #FFF;
    text-decoration: underline;
    word-wrap: break-word ;
}

.copyright {
    font-size: 80%;
    color: #FFF;
    text-align: center;
    margin-top: 1.5em;
}




.release_inner:after,.profile_area:after,.footer_sns:after,.footer_navigation:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.mobileOn {
    display: none !important;
}



@media only screen and (min-width: 480px) and (max-width: 799px) {

#pc {
	display: none !important;
}

#sp {
	display: block !important;
}

.mobileOff {
        display: none;
}

.mobileOn {
        display: block !important;
}

.pagetop_btn {
    bottom: 20px;
    right: 20px;
}
.pagetop_btn a {
    display: block;
    width: 50px;
    height: 50px;
}


	.footer_navigation_list li{
		float: none;
	}
	.footer_navigation,.footer_sns{
		width: auto;
	}
    
    .header_logo {
        width: 42%;
        margin: 0 auto;
    }



.content_title {
    font-size: 130%;
}


/* NEWS */
.news_area {
    padding: 0;
}

.news_area .content_title{
	margin: 20px 0 10px;	
}

.news_contents {
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.news_contents_list dt{
	width: 100%;
	margin: 0.5em 0 0 0;
	text-align: left;
}
	
.news_contents_list dd{
	width: 100%;
	margin: 0.2em 0 1em 0;
	text-align: left;
}


/* MOVIE */
.movie_area {
    padding: 0 0 20px;
	margin: 0 auto;
	text-align: center;
}

.movie_area img {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto 10px;
	text-align: center;
}

.pvBlock{
    width: 95%;
}


/* RELEASE */
.release_area {
    padding: 0 0 5px;
	margin: 0 auto;
}

.release_area .one_colomn {
    width: 100%;
}

.release_inner {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto 10px;
}

.release_area h3 {
	font-size: 125%;
	text-align: center;
}

.right_box, .song_right{
    float: inherit;
}

.release_img {
    width: 100%;
	margin-bottom: 1.5em;
	text-align: center;
}

.release_img img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.release_area .right_box {
    width: 100%;
    padding: 0;
}

.release_area .type-2 {
	margin-top: 1em;
}

.song_value {
	padding-bottom: 2em;
    font-size: 100%;
}

.store_area {
    width: 100%;
	margin: 20px auto 30px;
}

.store_list {
    margin: -5px;
}

.store_list li {
    width: 49.5%;
	padding: 1%;
}


/* BIO */
.bio_area {
    padding: 0 0 40px;
}

.bio_area img {
	width: 100%;
	max-width: 1000px;
	height: auto;
}

.bio_inner {
   padding-left: 1em;
   padding-right: 1em;
}

.bio_inner-2 {
   padding-left: 1em;
   padding-right: 1em;
}


/* SNS */
.sns_btn {
  display: inline-block;
  width: 110px;
  height: 32px;
  text-indent: -9999px;
  background: no-repeat center top;
  background-size: contain;
  font-size: 0;
}
.sns_btn.btn_twitter {
    background-image: url(../images/btn_twitter_sp.png);
}

.sns_btn.btn_twitter:hover {
    background-image: url(../images/btn_twitter_sp_on.png);
}

.sns_btn.btn_facebook {
    background-image: url(../images/btn_facebook_sp.png); 
}

.sns_btn.btn_facebook:hover {
    background-image: url(../images/btn_facebook_sp_on.png); 
}

.sns_btn.btn_line {
    background-image: url(../images/btn_line_sp.png);
}



/* footer */
.footer_sns_list .mobileOn{
        display: inline-block !important;
}

.footer_sns{
	width: auto;
}

.footer_sns_list li {
    padding: 0 2px 15px;
}

.footer_navigation {
	margin-top: 2em;
    width: auto;
}

.footer_navigation_list {
    margin: 5px auto;
    text-align: left;
    width: 95%;
}

.footer_navigation_list li {
    display: block;
    float: none;
    border-right: none;
    border-left: 10px solid #FFF;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.footer_navigation_list li:last-child {
    border-right: none;
    border-left: 10px solid #FFF;
}

.copyright {
    font-size: 70%;
}

}


@media only screen and (max-width: 479px) {

#pc {
	display: none !important;
}

#sp {
	display: block !important;
}

.mobileOff {
        display: none;
}

.mobileOn {
        display: block !important;
}

.pagetop_btn {
    bottom: 20px;
    right: 20px;
}
.pagetop_btn a {
    display: block;
    width: 50px;
    height: 50px;
}


	.footer_navigation_list li{
		float: none;
	}
	.footer_navigation,.footer_sns{
		width: auto;
	}
    
    .header_logo {
        width: 42%;
        margin: 0 auto;
    }



.content_title {
    font-size: 130%;
}


/* NEWS */
.news_area {
    padding: 0;
}

.news_area .content_title{
	margin: 20px 0 10px;	
}

.news_contents {
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
}

.news_contents_list dt{
	width: 100%;
	margin: 0.5em 0 0 0;
	text-align: left;
}
	
.news_contents_list dd{
	width: 100%;
	margin: 0.2em 0 1em 0;
	text-align: left;
}


/* MOVIE */
.movie_area {
    padding: 0 0 20px;
	margin: 0 auto;
	text-align: center;
}

.movie_area img {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto 10px;
	text-align: center;
}

.pvBlock{
    width: 95%;
}


/* RELEASE */
.release_area {
    padding: 0 0 5px;
	margin: 0 auto;
}

.release_area .one_colomn {
    width: 100%;
}

.release_inner {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto 10px;
}

.release_area h3 {
	font-size: 125%;
	text-align: center;
}

.right_box, .song_right{
    float: inherit;
}

.release_img {
    width: 100%;
	margin-bottom: 1.5em;
	text-align: center;
}

.release_img img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

.release_area .right_box {
    width: 100%;
    padding: 0;
}

.release_area .type-2 {
	margin-top: 1em;
}

.song_value {
	padding-bottom: 2em;
    font-size: 100%;
}

.store_area {
    width: 100%;
	margin: 20px auto 30px;
}

.store_list {
    margin: -5px;
}

.store_list li {
    width: 49.5%;
	padding: 1%;
}


/* BIO */
.bio_area {
    padding: 0 0 40px;
}

.bio_area img {
	width: 100%;
	max-width: 1000px;
	height: auto;
}

.bio_inner {
   padding-left: 1em;
   padding-right: 1em;
}

.bio_inner-2 {
   padding-left: 1em;
   padding-right: 1em;
}



/* SNS */
.sns_btn {
  display: inline-block;
  width: 110px;
  height: 32px;
  text-indent: -9999px;
  background: no-repeat center top;
  background-size: contain;
  font-size: 0;
}
.sns_btn.btn_twitter {
    background-image: url(../images/btn_twitter_sp.png);
}

.sns_btn.btn_twitter:hover {
    background-image: url(../images/btn_twitter_sp_on.png);
}

.sns_btn.btn_facebook {
    background-image: url(../images/btn_facebook_sp.png); 
}

.sns_btn.btn_facebook:hover {
    background-image: url(../images/btn_facebook_sp_on.png); 
}

.sns_btn.btn_line {
    background-image: url(../images/btn_line_sp.png);
}


/* footer */
.footer_sns_list .mobileOn{
        display: inline-block !important;
}

.footer_sns{
	width: auto;
}

.footer_sns_list li {
    padding: 0 2px 15px;
}

.footer_navigation {
	margin-top: 2em;
    width: auto;
}

.footer_navigation_list {
    margin: 5px auto;
    text-align: left;
    width: 95%;
}

.footer_navigation_list li {
    display: block;
    float: none;
    border-right: none;
    border-left: 10px solid #FFF;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.footer_navigation_list li:last-child {
    border-right: none;
    border-left: 10px solid #FFF;
}

.copyright {
    font-size: 70%;
}

}