@charset "utf-8";

html,body{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
  -webkit-font-smoothing: antialiased;
}

/*gimmick*/
#release.fadeIn, 
#campaign.fadeIn, 
#form.fadeIn, 
#notice.fadeIn, 
#MusicVideo.fadeIn, 
#lyric.fadeIn{
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: .5s;
  -webkit-transition: .5s;
}
#release.fadeIn.left, 
#campaign.fadeIn.left, 
#form.fadeIn.left, 
#notice.fadeIn.left, 
#MusicVideo.fadeIn.left, 
#lyric.fadeIn.left{
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
}
#release.fadeIn.right, 
#campaign.fadeIn.right, 
#form.fadeIn.right, 
#notice.fadeIn.right, 
#MusicVideo.fadeIn.right, 
#lyric.fadeIn.right{
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
}
#release.fadeIn.scrollIn, 
#campaign.fadeIn.scrollIn, 
#form.fadeIn.scrollIn, 
#notice.fadeIn.scrollIn, 
#MusicVideo.fadeIn.scrollIn, 
#lyric.fadeIn.scrollIn{
  transform: translate(0,0) !important;
  -webkit-transform: translate(0,0) !important;
  opacity: 1;
}
/*gimmick*/

/******* GROBAL *********/

#wrapper{
  height: auto;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #180000;
  color: #d78648;
}
#wrapper.finish{
  
}
.spbr{
  display: none;
}
.line {
    margin: 40px auto;
    height: 1px;
    width: 16px;
    background-color: #999;
    overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
} 
.inner{
    max-width: 800px;
    margin: 0 auto;
}
/******* HEADER *********/

header#top{
  text-align: center;
  background: #180000;
  position: relative;
  line-height: 0;
}
header .mv{
  text-align: center;
}
header .mv .sp{
    display: none !important;
}
header .mv img{
  max-width: 1500px;
  width: 100%;
  height: auto;
}
header .headerText{
    position: absolute;
    bottom: 3%;
    left: 1%;
    width: 40%;
    transition: .6s;
    -webkit-transition: .6s;
}
header .headerText .sp{
    display: none !important;
}

header .headerText p{
  line-height: 1.8em;
  margin: 1.8em 0;
}
header .headerText ul.note{
  margin: 1em 0;
}
header .headerText ul.note li{
  line-height: 1.6em;
  font-size: 13px;
}
nav{
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #273137;
  z-index: 999;
}
nav .spmenu{
  display: none;
}
nav ul{
  text-align: center;
  padding: 30px 0; 
  display: flex;
  align-content: center;
  justify-content: center;
}
nav ul li{
  height: 20px;
  border-left: 1px solid #FFF;
}
nav ul li:first-child{
  border-left: none;
  text-decoration: none;
}
nav ul li a{
  color: #FFF;
  line-height: 20px;
  display: inline-block;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 10;
  overflow: hidden
}
nav ul li a:before,
nav ul li a:after{
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  left: 50%;
  top: 0;
  height: 20px;
  z-index: -1;
  background: #000;
  transition: .4s;
  -webkit-transition: .4s;
}
nav ul li a:before{
  left: auto;
  right: 50%;
}

nav ul li a:hover:before,
nav ul li a:hover:after{
  width: 100%;
}

/******* COMMMON *********/
.mainsection .inner{
  max-width: 700px;
  margin: 0 auto;
  padding-top: 10px;
}
.mainsection .inner h2{
  padding-bottom: 60px;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}

/******* CONTENTS *********/

.contents_name{
    font-size: 45px;
    font-family: 'Cardo', serif;
    padding: 100px 0 50px;
    position: relative;
}

/*release*/
#release{
    text-align: center;
    color: #d78648;
}
/*
.contents_name h2{
    background: linear-gradient(transparent 70%, #561a04 70%);
    display: inline-block;
}
*/
/*
.contents_name h2:before{
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    background: #561A04;
    width: 100%;
    left: 0;
    bottom: 0px;
    padding-right: 3em;
    z-index: -1;
    left: -100%;
    transition: .5s;
    -webkit-transition: .5s;
}
*/
.contents_name h2{
    background: linear-gradient(transparent 50%, #561A04 50%);
    display: inline-block;
}
#release .jkt img{
    width: 50%;
}
#release .title img{
    width: 40%;
    margin: 0 auto;
    padding-top: 30px;
}
#release .btn a{
    font-size: 20px;
    text-decoration: none;
    color: #180000;
    display: block;
    width: 50%;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 50px;
    background: #d78648;
    border: solid 1px #d78648;
    transition: .3s;
    -webkit-transition: .3s;
}
#release .btn a:hover{
    background: #180000;
    border: solid 1px #d78648;
    color: #d78648;
}

/* campaign */
#campaign .contents_name p{
    background: linear-gradient(transparent 50%, #561A04 50%);
    display: inline-block;
}
#campaign .candy-head{
  position: relative;
}
#campaign .mv{
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
#campaign .mv h2{
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#campaign .mv h2 span{
  display: block;
}
#campaign .mv h2 span.p,
#campaign .mv h2 span.m{
  position: absolute;
  left: 0;
  top: 0;
}

#campaign .more{
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 85px;
  width: 0;
  overflow: hidden;
}
#campaign .more:before{
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
}
#campaign .more span{
  position: absolute;
  width: 35px;
  bottom: 100%;
  left: 0;
  z-index: 10;
}

#campaign .more.scrollIn{
  width: 85px;
  transition: .3s;
  -webkit-transition: .3s;
}
#campaign .more.scrollIn:before{
  width: 4px;
  transition: .5s ease .3s;
  -webkit-transition: .5s ease .3s;
}
#campaign .more.scrollIn span{
  bottom: 10px;
  transition: 0s;
  -webkit-transition: 0s;
  transition: .5s ease .8s;
  -webkit-transition: .5s ease .8s;
}

/* CAMPAIGN */
#campaign{
    
}
#campaign .inner{
  margin: 0 auto;
  padding-bottom: 50px;
}
#campaign .contents_name{
    text-align: center;
}
#campaign .inner .contents_name h2{
  position: relative;
  background: linear-gradient(transparent 70%, #561a04 70%);
  display: inline-block;
}
#campaign .inner .cp_lead{
    text-align: center;
}
#campaign .inner .cp_lead h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(transparent 50%, #A63117 50%);
}
#campaign .cpText{
    text-align: center;
    line-height: 1.7em;
}
#campaign .cpText .pcbr{
    display: block;
}
#campaign .cpText p.cpText_bold{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7em;
}
#campaign .cpText p.cpText_bold2{
    line-height: 1.5em;
}
#campaign .cpText p.cpText_2{
    padding-top: 20px;
}
#campaign .cpText span{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7em;
}
#campaign .cpText h3{
  line-height: 1.7em;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
#campaign p.product_lead{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 50px 0 20px;
}
#campaign .product_list{
    overflow: hidden;
    padding-bottom: 20px;
    width: 80%;
    margin: -15px auto;
}
#campaign .product_list .product{
    float: left;
    width: 45%;
    padding: 15px;
    box-sizing: border-box;
}
#campaign .product_list .product01{
    width: 44.5%;
}
#campaign .product_list .product02{
    width: 55%;
}
#campaign .product_list .product03{
    clear: both;
    width: 100%;
}
#campaign .product_list .product p{
    text-align: center;
    line-height: 22px;
}
#campaign .product_list .product p.product_bold{
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
#campaign figure{
  margin: 0 auto;
  max-width: 400px;
}

#campaign .text{
  font-size: 14px;
  line-height: 1.8em;
}
#campaign .text h4{
  font-size: 115%;
  line-height: 1.8em;
  margin: 1.5em 0 0.6em;
  text-indent: -0.4em;
}

#campaign .text p.note{
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}
#campaign .text a{
    color: #d78648;
}

#campaign dl{
  font-size: 13px;
  line-height: 1.8em;
  font-weight: bold;
}
#campaign dl dt{
  margin-top: 1.4em;
  font-size: 16px;
  line-height: 1.8em;
  padding-left: 1.8em;
  position: relative;
  letter-spacing: 0.1em;
}
#campaign dl dt:before{
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #d78648;
}
#campaign dl img{
    width: 70%;
    padding: 10px 0;
}
#campaign dl dd{
}
#campaign dl dd li{
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
#campaign dl dd .sample{
  max-width: 500px;
  padding-top: 1.8em;
}

/* FORM */
#form{
  background: #180000;
  position: relative;
}
#form .oubo_inner{
    background: #360e00;
    padding-bottom: 10px;
}
#form .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#form h2{
  color: #d78648;
  padding: 60px 0 0;
  text-align: center;
  position: relative;
  font-size: 20px;
}
#form h2 span{
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
/*
#form h2.title-line span:before{
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  background: #000;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: -1;
  left: -100%;
  transition: .5s;
  -webkit-transition: .5s;
}
#form h2.title-line.scrollIn span:before{
  left: 0%;
}
*/


#form p{
  text-align: center;
  color: #FFFFFF;
  line-height: 1.6em;
}

#form_field{
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  max-width: 500px;
}

#form_field .error em{
    color: red;
    font-style: normal;
    font-size: 13px;
}

#form_field form{
    margin: 0 auto;
}

#form_field form dl{
  text-align: center;
  color: #FFF;
}

#form_field form dl dt{
  font-size: 18px;
  padding: 30px 0;
  font-weight: bold;
}
#form_field form dl dt:before{
    content: none;
}
#form_field form dl dd{
  overflow: hidden;
  font-size: 16px;
  line-height: 50px;
}
#form_field form dl dd .error{
  margin-top: 10px;
  padding: 5px 0;
}
#form_field form dl dd .error em{
  font-size: 14px;
  color: red;
  line-height: 1.6em;
  display: block;
  font-weight: bold;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

#form_field form dl dd input{
    width: 100%;
    box-sizing: border-box;
    padding: 3px 10px;
    height: 60px;
    font-size: 16px;
    appearance: normal;
    -webkit-appearance: normal;
    border: 1px solid #bbb;
    border-radius: 0;
}

#form_field form dl dd p.m-note{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 10px 0;
}

#form_field form .upload{
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    height: 60px;
    line-height: 60px;
    width: 240px;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    background: #FFF;
    cursor: pointer;
}

#form_field form .upload span{
    color: #180000;
    font-weight: bold;
    font-size: 14px;
    line-height: 60px;
}

#form_field form .upload input{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}

#form_field form p.files{
    padding-left: 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 15px;
}

#form_field form .submit{
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    position: relative;
    cursor: pointer;
    width: 240px;
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    line-height: 60px;
    background: #180000;
    border: none;
    margin: 30px auto;
    text-align: center;
}

#form_field form .submit input{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-appearance: none;
}

#form_field .notice{
    font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN" , "MSP明朝","MS PMincho","MS 明朝",serif;
    padding-bottom: 50px;
    text-align: center;
}

#form_field .notice h4{
    font-size: 14px;
    text-align: center; 
    margin: 30px auto;
}

#form_field .notice p{
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0;
}

#form_field .notice ul{
    margin-bottom: 70px;
}

#form_field .notice ul li{
    line-height: 1.8em;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}

#form_field  .global_error{
    text-align: center;
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

#form_field  .global_error p{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: bold;
}

#form_field  .global_error ul li{
    font-size: 13px;
    line-height: 1.8em;
    color: #000;
}

#form_field  .global_error ul li:before{
    content: "※";
}

/* NOTICE */

#notice{
  color: #d78648;
}
#notice h2{
  font-size: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
}
#notice p{
  margin-bottom: 1em;
}
#notice p,
#notice ul li{
  font-size: 12px;
  line-height: 1.6em;
  margin: 0.4em 0;
}
#notice ul li{
  padding-left: 1em;
  text-indent: -1em;
}
#notice h3{
  margin-top: 2em;
  font-size: 13px;
  margin-bottom: 1em;
}

/*MusicVideo*/
#MusicVideo .contents_name{
    text-align: center;
}
#MusicVideo .movie_wrapper{
   text-align: center;
}

/*lyric*/
#lyric{
    text-align: center;
}
#lyric .inner{
    padding-bottom: 100px;
}
#lyric p{
    line-height: 2em;
}
#lyric p.lyric_title, #lyric p.lyric_name{
    line-height: 1.5em;
}
#lyric p.lyric_title{
    font-size: 20px;
}
#lyric p.lyric_name{
    font-size: 14px;
}
#lyric .textBox{
    padding-top: 20px;
    font-size: 14px;
    height: 16em;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 80px;
}
.textBox .lyrictext, .textBox .lyrictext{
    overflow: hidden;
    height: 100%;
    margin-bottom: -2em;
}
.textBox.show{
    height: auto;
}
#lyric .textBox p{
    margin-bottom: 1em;
    line-height: 2.5em;
}
#lyric .textBox .more_btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    cursor: pointer;
}
#lyric .textBox .more_btn:before{
    content: "...";
    font-size: 20px;
    display: block;
    text-align: center;
}
#lyric .textBox .more_btn span{
    padding: 30px 0 0;
    display: inline-block;
    font-size: 15px;
    line-height: 1.1em;
    border-bottom: 1px solid #d78648;
    position: relative;
    overflow: hidden;
    font-family: 'Cardo', serif;
}
#lyric .textBox .more_btn span:after{
    content: "";
    width: 100%;
    height: 1em;
    display: block;
    position: absolute;
    left: -101%;
    bottom: 0;
    transition: 0s;
    -webkit-transition: 0s;
}
#lyric .textBox.show{
    height: auto;
}
#lyric .textBox.show .more_btn{
    display: none;
}


/*footer*/
footer{
  text-align: center;
  padding: 40px 0;
  background-color: #180000;
  border-top: solid 1px;
}
#siteFooter .official-sns{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
#siteFooter .official-sns li{
  width: 30px;
  display: inline-block;
  padding: 0px 5px 10px;
}
#siteFooter a.officialLink{
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #d78648;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}
#siteFooter a.banner{
  display: block;
  width: 250px;
  margin: 20px auto;
}
#siteFooter p.copyright{
  font-size: 12px;
  text-align: center;
  line-height: 60px;
  margin-bottom: -22px;
}


/* FINISH */

#finish{
  color: #d78648;
  padding-top: 100px;
}
#finish h2{
  border-top: 1px solid #d78648;
  font-size: 20px;
  line-height: 15vh;
  border-bottom: 1px solid #d78648;
  padding-bottom: 0;
  margin-bottom: 15vh;
  max-width: none;
  transition: .4s;
  -webkit-transition: .4s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
#finish h2.loadin{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#finish .finish-text{
  line-height: 1.8em;
  text-align: center;
  font-size: 14px;
}

#finish .btn-back a{
  display: block;
  margin: 30px auto;
  width: 240px;
  font-size: 13px;
  color: #180000;
  background: #d78648;
  line-height: 50px;
  height: 50px;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border: 1px solid #180000;
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s;
}

#finish .next form .entry{
  display: block;
  margin: 30px auto;
  width: 240px;
  font-size: 16px;
  color: #000;
  background: #FFF;
  line-height: 50px;
  height: 50px;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border: 1px solid #FFF;
  transition: .4s;
  -webkit-transition: .4s;
}
#finish .next form .entry:hover{
  color: #FFF;
  background: #000;;
}
#finish .next form input{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-appearance: none;
}

#finish .finish-text h3{
  font-size: 18px;
  padding-bottom: 20px;
}

#finish .note ul li{
  font-size: 12px;
}

/*MusicVideo*/
/*
#MusicVideo{
    background-color: #FFFFFF;
    color: #180000;
}
*/

@media only screen and (max-width: 980px){
  nav ul li a{
    font-size: 14px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px){
  header .headerText,
  .mainsection .inner,
  #release .inner,
  #campaign .inner,
  #MusicVideo .inner,
  #lyric .inner{
    padding-left: 30px;
      padding-right: 30px;
  }
  header .headerText{
    left: -1%;
  }
  .mainsection .inner h2{
    padding-bottom: 40px;
  }
  nav{
    height: 50px;
  }
  nav .spmenu{
    display: block;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    top: 5px;
    cursor: pointer;
  }
  nav .spmenu:before,
  nav .spmenu:after,
  nav .spmenu span{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    top: 19px;
    left: 8px;
    background: #FFF;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
  }
  nav .spmenu span{
    opacity: 0;
  }
  nav .spmenu:before{
    top: 15px;
  }
  nav .spmenu:after{
    top: 23px;
  }
  nav.open .spmenu:before{
    top: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav.open .spmenu:after{
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav ul{
    padding-top: 50px;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #273137;
  }
  nav.open ul{
    height: 305px;
    border-bottom: 1px solid #666;
  }
  nav ul li{
    display: block;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 15px 0;
    border-top: 1px solid #666;
  }
  nav ul li a{
    padding: 2px 8px;
    letter-spacing: 1px;
    font-size: 16px;
  }
}


@media only screen and (max-width: 640px){
  .spbr{
    display: block;
  }
  header .headerText h1{
    font-size: 15px;
  }
  header .headerText,
  .mainsection .inner,
  #campaign .inner,
  #MusicVideo .inner{
    padding-left: 15px;
      padding-right: 15px;
  }
  #form .oubo_inner{
    margin: 0 15px;
  }
  header .headerText p{
    font-size: 13px;
  }
  .mainsection .inner h2{
    padding-bottom: 40px;
  }
  #campaign .text{
    font-size: 12px;
  }
  #campaign .product_list .product p.product_bold, #campaign .product_list .product p{
    font-size: 14px;
  }
  #campaign .more span{
    width: 25px;
  }
  #campaign dl{
    font-size: 12px;
  }
  #campaign dl dt{
    font-size: 14px;
    margin-top: 1em;
  }
  #form_field{
    padding: 20px;
  }
  #form_field form dl dt{
    font-size: 16px;
  }
  #form_field form dl dd input{
    font-size: 14px;
  }
  #notice h2{
    font-size: 16px;
    padding-bottom: 20px;
  }
  #notice p, #notice ul li{
    font-size: 11px;
  }
  #notice h3{
    font-size: 12px;
  }
  #finish{
    padding-top: 40px;
  }
}

@media only screen and (max-width: 480px){
    header .mv .pc{
        display: none !important;
    }
    header .mv .sp{
        display: block !important;
    }
    header .headerText{
        width: auto;
        position: static;
        padding-top: 15px;
    }
    header .headerText .pc{
        display: none !important;
    }
    header .headerText .sp{
        display: block !important;
    }
    .spbr{
        display: none;
    }
    .contents_name{
        font-size: 28px;
    }
    #release .jkt img{
        width: 100%;
    }
    #release .title img{
        width: 65%;
    }
    #release .btn a{
        width: auto;
        margin-top: 30px;
    }
    #campaign .cpText .spbr{
        display: block;
    }
    #campaign .cpText{
        font-size: 12px;
    }
    #campaign .cpText p.cpText_bold, #campaign .cpText span{
        font-size: 16px;
    }
    #campaign .cpText p.cpText_bold2{
    }
    #campaign .product_list{
        width: 90%;
        margin: -15px auto;
    }
    #campaign .product_list .product{
        float: none;
        width: auto;
        margin: 0 auto;
        padding: 15px;
    }
    #campaign .product_list .product p.product_bold{
        padding-top: 15px;
    }
    #campaign dl img{
        width: auto;
    }
    
    #MusicVideo{
        position: relative;
    }
    #MusicVideo .movie_wrapper{
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        z-index: 1;
    }
    #MusicVideo .movie_wrapper iframe,
    #MusicVideo .movie_wrapper img{
        position: absolute;
        top: 0 ;
        left: 0 ;
        height: 100% ;
        width: 100% ;
    }
}