@charset "utf-8";

/**
COMMON
*/



body{
background: #FFC313 !important;
color: #000;
}

body.music.top #wrapper{
width: 1200px;
}
body.music.top #contents section{
/*width: 1000px;*/
margin: 0 auto;
}


.music.top #contents{
margin-top: 150px !important;
}

section{
border: none;
padding:  30px 0 !important;
}

div.image img{
border-radius: 10px;
}

.sp{
display: none;
}
.pc{
display: inherit;
}

ul li a{
text-decoration: none;
}

p.icon{
text-align: center !important;
margin-top: 1em !important;
}
p.icon span{
margin: 0 .3em;
text-align: center;
}
p.icon span a{
font-size: 16px;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
border-radius:50%;
background: rgba(0,0,0,0.9);
color: #FFC313;
}

.playlist ul li:first-child p.icon span a,
.single p.icon span a,
.artist p.icon span a{
font-size: 24px;
width: 48px;
height: 48px;
line-height: 48px;
}

.arrow {
  position: relative;
  width: 120px;
  height: 40px;
  background: #000000;
  margin: 0 auto;
  padding-left: 10px;
}
.arrow.more{
width: 70px;}
.arrow::after {
  content: "";
  position: absolute;
  right: -40px;
  border-left: 20px solid;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.arrow a{
color: #FFf;
text-decoration: none;
line-height: 40px;
}
.arrow.back::after{
display: none;
}
.arrow.back::before {
  content: "";
  position: absolute;
  left: -40px;
  border-right: 20px solid;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}



#contents div.title{
background: url(/images/music/line.png) repeat-x left top;
background-size: 35px;
}
#contents div.title.bg_none{
background: none !important;
}
#contents div.title h3{
font-style: italic;
font-size: 36px;
background: url(/images/music/line.png) repeat-x left bottom;
background-size: 35px;
padding: 20px 0;
letter-spacing: .1em;
font-family: "upgrade", sans-serif;
font-weight: 700;
}

#contents div.title h4{
font-size: 30px;
border-bottom: solid 2px #000;
font-family: "upgrade", sans-serif;
font-style: italic;
display: inline-block;
padding: 0 20px 10px 20px;
}

ul.item.box li p{
text-align: left;
}

.music div.title{
margin-bottom: 2em;
}


/**
TOP
*/

p.main_catch{
font-size: 130% !important;
line-height: 4 !important;
font-weight: bold;
width: 32%;
margin: 2em auto;
letter-spacing: .1em;
}


.main_image{
position: relative;
}
.main_image.pc{
margin-bottom: 60px;
}
.main_image p.title{
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
z-index: 99;
}
.main_image p.title img{
width: 70%;
margin: 0 auto;
}
.main_image span.record{
position: absolute;
bottom: -50px;
right: -50px;
}
.main_image span.record img{
width: 150px;
}



section.news{
position: relative;
}
section.news span.title{
position: absolute;
top: 100px;
left: 0;
font-size: 30px;
letter-spacing: .1em;
font-style: italic;
    font-family: "upgrade", sans-serif;
    font-weight: 700;
	background: url("/images/music/arrow.png") no-repeat bottom left;
	background-size: 80px;
	padding-bottom: 10px;
	
}

section.news span.more{
position: absolute;
top: 100px;
right: 0;
}

section.news ul{
width: 70%;
margin: 0 auto !important;
}
section.news ul li{
padding:  10px;
font-size: 12px;
}
section.news ul li p{
font-size: 12px;
  
}

section.news ul li p.title{

  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  min-height: 60px;
  
}

section.news ul li img{
border-radius: 10px;
}
section.news ul li div.image{
min-height: 120px;

}
ul.item.box.news li:first-child div.image{
height: auto !important;
}

.music .playlist ul li {padding: 10px;}
.music .playlist ul li div.image img{
border-radius:  10px;
}
.music .playlist ul li div.image span.icon img{
width: 30px;
border-radius: 0;
margin: 0 0 5px;
}
.music .playlist ul li div.image{
background: url(/images/music/icon_sound2.png) no-repeat left top;
padding-top:  20px;
display: inline-block;
background-size: 20px;
min-height: 200px;
}
.music .playlist ul li:first-child div.image{
background: url(/images/music/icon_sound1.png) no-repeat left top;
padding-top:  35px;
display: inline-block;
background-size: 30px;
}
.music .playlist ul li p.title{
/*text-align:  center;*/
margin-bottom: .5em !important;
font-size: 12px;
color: #333;

 overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  min-height: 60px;
  
}
.music .playlist ul li p.title span.artist{
font-size: 12px;
display: block;
/*border-top: solid 1px #000;
padding-top: 5px;
margin-top: 5px;*/
}



.music .playlist ul li:first-child{
padding: 20px 10% 0 10%;
width: 100% !important;
  display: flex;
  align-items: center;
}
.music .playlist ul li:first-child div.image{
float: left;
width: 40%;
margin-right: 5%;
}
.music .playlist ul li:first-child div.contents{
float: left;
width: 55%;
}

.music .playlist ul li:first-child p.title{
font-size: 26px;
}
.music .playlist ul li:first-child p.title span.artist{
    font-size: 18px;
    padding-top: 10px;
    margin-top: 10px;
}



section.artist div.main_image p.image{
text-align: center;
}
section.artist div.main_image p.image img{
width: 80%;
border-radius: 10px;
}
section.artist div.main_image p.name{
text-align: center;
font-size: 26px;
padding:  1em 0;
}
section.artist div.main_image p.name img{
width: 50%;
}

section.artist div.main_image{
border-bottom: solid 1px #000;
margin-bottom: 50px;
}
section.artist .movie-wrap{
margin: 0 0 20px 0;
}

section.artist p.lead{
font-size: 120%;
font-weight: 600;
line-height: 2;
width: 80%;
margin: 0 auto 30px auto;
}
.top section.artist p.lead{
margin: 0 auto 60px auto;
}
section.artist p.title_song{
font-size: 26px;
border-bottom: solid 1px #000;
padding-bottom: 10px;
margin-bottom: .8em;
}
section.artist p{
font-size: 105%;
line-height: 1.8;
}

section.artist ul.list li p.image img{
border-radius: 10px;
}
section.artist ul.list li p.name img{
height: 80px;
}
section.artist ul.list li.foglamps p.name img{
height: 40px;
}

section.for_artist div.title{
background: none !important;
}
section.for_artist h3{
background: url(/images/music/border.png) no-repeat center bottom !important;
background-size: 35px;
font-style: normal !important;
}


section.for_artist div.block{
position: relative;
}
section.for_artist div.block p{
line-height: 2.5;
font-weight: bold;
font-size: 120%;
position: absolute;
top: 50px;
left: 50px;
display: block;
z-index: 999;
}
section.for_artist div.block a{
z-index: 99;
position: relative;

}


/**
LIST
*/

.music.list.news #contents ul li{
padding:  10px;
}
.music.list.news #contents ul li:first-child{
width: 100%;
margin-bottom: 4%;
}
.music.list.news #contents ul li p.title{
font-size: 110%;
}
.music.list.news #contents ul li:first-child p.title{
font-size: 30px !important;
}


/**
DETAIL
*/

.news.single .main_image{
width:70%;
margin: 0 auto;
}
.news.single .main_image p.date{
text-align: right;
}
.news.single .content{
width: 85%;
margin: 50px auto;
}


.news.single .content p.title{
text-align: center;
font-size: 30px;
font-weight: bold;
padding-bottom: 20px;
margin-bottom:  20px;
border-bottom: solid 1px #000;
}


.playlist.single .main_image{
width: 50%;
margin: 0px auto;
}
.playlist.single .main_image img{
border-radius: 20px;
}

.playlist.single .content{
width: 70%;
margin: 50px auto;
}

.playlist.single p.title{
font-size:  32px;
text-align: center;
}

.playlist.single span.artist{
display: block;
text-align: center;
margin-top: 10px;
padding-top: 10px;
font-size: 20px;
border-top: solid 1px #000;
}

.single p.txt{
margin-bottom: 3em;
}

.single div.txt{
margin-bottom: 3em;
}

.single p.icon{
background: url(/images/music/icon_check.png) no-repeat center top;
padding-top:  60px;
background-size: 100px;
}

.single p.icon{
max-width: 70%;
background:  #000;
/*display: inline-block;*/
border-radius: 50px;
padding: 10px 15px;
margin: 2em auto;
/*background: url(/images/music/icon_check.png) no-repeat center top;
padding-top:  60px;
background-size: 100px;*/
}
.single p.icon span.text{
color: #FFF;
line-height: 35px;
display: inline-block;
font-size: 18px;
}
.single p.icon span.arrows img{
height: 20px;
line-height: 35px;
display: inline-block;
}

.single p.icon span a{
background: #FFF;
border-radius: 50px;
color: #000;
    font-size: 24px;
    width: 35px;
    height: 35px;
    line-height: 35px;
	display: inline-block;
	vertical-align: middle;
}




/**
FORM
*/

body.contact_music{
background: url(/images_1/bg_music_form2.jpg) no-repeat center top #000 !important;
background-size: 100% !important;
}
body.contact_music #contents .inner{
width: 760px !important;
}
body.contact_music #contents a,
body.contact_music #content p.caution{
color: #FFF !important;
}
body.contact_music div.title h2{
display: none;
}
body.contact_music div.intro div.lead p{
    text-shadow: 0px 0px 3px #000;
line-height: 3;
color: #FFF !important;
font-size: 120%;
font-weight: bold;
 /*mix-blend-mode: overlay;*/
}
body.contact_music div.intro div.lead{
margin-bottom: 6em;
}

body.contact_music div.intro p{
color: #FFF !important;
}
body.contact_music div.form{
background-color: rgba(0,0,0,0.3) !important;
color: #FFF!important;
}
body.contact_music div.form input[type="submit"].btn{
color: #000!important;
background: #FFF!important;
}

body.contact_music div.complete{
margin-top: 130px;
}
body.contact_music div.confirm p,
body.contact_music div.complete p{
color: #FFF;
}
body.contact_music div.complete p.arrow{
color: #000 !important;
}
body.contact_music div.confirm p.lead{
    text-shadow: 0px 0px 3px #000;
	}
body.contact_music div.complete{
background: rgba(0,0,0,0.3);
padding: 50px;
}



/**
STATIC
*/

body.music.static div.title h2{
display: none;
}

body.music ul.recomend li,
body.music ul.recomend li p.title{
text-align: center;
}

body.music ul.recomend li div.image{
width: 200px;
margin: 0 auto 10px auto;
}
body.music ul.recomend {
margin-bottom: 50px;
}




@media screen and (max-width: 800px) {


/**
COMMON
*/

body.music.top #wrapper{
width: 100%;
}

#wrapper{
margin: 0;
padding: 10px;
}

.inner{
}


body.music.top #contents section {
    /*width: 100%;*/
    margin: 0 auto;
}
p.main_catch{
width: 90%;
line-height: 3 !important;
}

.music.top #contents{
padding: 20px 5px 0 5px !important;
margin-top: 50px !important;
;
}

.sp{
display: inherit !important;
}
.pc{
display: none !important;
}

section{
padding: 30px 10px !important;
}

#contents div.title h3{
font-size: 22px;
    padding: 10px 0;
}
.music div.title{
margin-bottom: 1em;
}

/**
TOP
*/

.main_image p.title{
top: 10%;
}

.main_image p.title img {
    width: 90%;
}

.main_image span.record {
    position: inherit;
    bottom: 0px;
    right: 0px;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: -50px;
}
.main_image span.record img {
    width: 100px;
}

section.intro{
padding: 10px 0 0 0 !important;
}
section.intro p{
font-size: 120%;
}

section.news span.title{
position: inherit;
top: 0;
left: 0;
display: block;
text-align: center;
}
section.news span.more{
position: relative;
top: inherit;
left: inherit;
display: inline-block;
margin: 0 auto;
}

section.news ul{
width: 90% !important;
}
section.news ul li{
width: 100% !important;
margin-bottom: 4%;
padding: 0;
border-bottom: solid 1px #000;
}
section.news ul li:first-child{
width: 100%;
}
section.news ul li div.image{
float: left;
width: 30%;
margin-right: 5%;
}
section.news ul li div.contents{
float: left;
width: 65%;
}
section.news ul li:first-child div.image{width: 100%;}
section.news ul li:first-child div.contents{width: 100%;}


.music.top .playlist ul li{
display: none;
}
.music .playlist ul li:first-child{
padding: 10px;
width: 100%;
  display: block;
  align-items: center;
}
.music .playlist ul li:first-child div.image{
float: none;
width: 100%;
margin-right: 0%;
}
.music .playlist ul li:first-child div.contents{
float: none;
width: 100%;
}

.music .playlist ul li:first-child p.title{
font-size: 20px;
}
.music .playlist ul li:first-child p.title span.artist{
    font-size: 18px;
    padding-top: 10px;
    margin-top: 10px;
}
.music .playlist ul li:last-child{
/*display: none;*/
}


section.artist div.main_image{
margin-bottom: 20px;
}
section.artist div.main_image p.name {
    text-align: center;
    font-size: 20px;
    padding: 0em 0;
}

section.artist p.lead {
    font-size: 100%;
    line-height: 1.8;
    width: 100%;
    margin: 0 auto 30px auto;
}
section.artist p.title_song {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 0.6em;
}


section.artist .flexbox.column {
    margin-bottom: 0px !important;
}
section.artist .movie-wrap,
section.artist .flexbox.column .sub{
    margin: 0 0 10px 0 !important;
}

.music .playlist ul li p.txt{
margin-top: 1em;
color: #000;
}

section.artist div.main_image p.image img{
width: 100%;
}



section.artist ul.list li p.name img{
height: 40px;
width: auto;
}
section.artist ul.list li.foglamps p.name img{
height: 20px;
}




section.for_artist div.block p{
    top: 20px;
    left: 20px;
	line-height: 2.85;
}

section.for_artist div.block p span{
color: #FFF;
}

section.for_artist h3{
padding-bottom: 25px !important;
}



/**
LIST
*/

.music.list.news #contents ul li{
margin-bottom: 4% !important;
}
.music.list.news #contents ul li:first-child p.title{
font-size: 120% !important;
}


/**
DETAIL
*/

.playlist.single .main_image,
.news.single .main_image{
    width: 100%;
    margin: 0px auto;
}
.playlist.single .content,
.news.single .content{
width: 100%;
}

.playlist.single p.title{
font-size:  26px;
}
.news.single .content p.title{
font-size:  20px;
}

.playlist.single span.artist{
font-size: 16px;
}


.single p.icon{
width: 100%;
max-width:100%;
background:  #000;
/*display: inline-block;*/
border-radius: 50px;
padding: 10px 15px;
margin: 2em auto;
}
.single p.icon span.text{
color: #FFF;
line-height: 35px;
display: block;
font-size: 18px;
}




/**
FORM
*/

body.contact_music{
background: url(/images_1/bg_music_form2_sp.jpg) no-repeat center top #000 !important;
background-size: 100% !important;
}

body.contact_music div.intro div.lead p {
    text-shadow: 0px 0px 3px #000;
    line-height: 2.5;
    font-size: 110%;
}

body.contact_music #contents .inner{
width: 100% !important;
}

body.contact_music div.complete{
}

body.contact_music div.complete{
margin-top: 30px;
}
body.contact_music div.complete p{
font-size: 13px;
padding: 0px;
}

body.contact_music div.complete{
padding: 30px;
}



#contents div.title h4 {
    font-size: 16px;
    padding: 0 0px 10px 0px;
}

body.music ul.recomend li{
padding: 0 10px;
}

body.music ul.recomend li div.image{
width: 100%;
}

body.music ul.recomend li p.icon span a {
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
}



}
