@charset "utf-8";
html,
body{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #000;
}
#wrapper{
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #a79ecb;
}
#wrapper:before, #wrapper:after{
    content: "";
    display: block;
    height: 1px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #a79ecb;
}
#wrapper:after{
    top: auto;
    bottom: 0;
}
img{
  width: 100%;
  height: auto;
}
#contents{
    background: #000;
}
.spbr, .spbr2{
    display: none;
}

#release, #campaign, #movie{
    border-top: 1px solid #a79ecb;
}

/*****header*****/

header{
  z-index: 1;
  width: 100%;
  background: #000;
    position: relative;
    height: 100vh;
    border-bottom: 1px solid #a79ecb;
}
header .mv{
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    margin: 0 auto;
    max-width: 1400px;
}

/*****FadeIn*****/

.fadeIn{
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transition: .6s;
  -webkit-transition: .6s;
}
.fadeIn.left{
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
}
.fadeIn.right{
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
}
.fadeIn.scrollIn{
  transform: translate(0,0) !important;
  -webkit-transform: translate(0,0) !important;
  opacity: 1;
}

/*****FadeIn*****/

header .kv{
    width: 50%;
    margin-left: 2.5%;
    position: relative;
}
header .text{
  position: absolute;
  top: 30%;
  right: 10%;
  left: 58%;
  max-width: 400px;
}
header .text h1 .sp{
    display: none !important;
}
header h1 strong{
  display: block;
}
header h1 strong{
  margin-bottom: 20px;
}
header p{
    background: #fff;
    color: #ff156e;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}

#contents > section .inner{
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 50px;
    box-sizing: border-box;
    overflow: hidden;
}
h2{
    padding-bottom: 80px;
    color: #a79ecb;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #3250a3, #a79ecb, #c78abb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2{
    font-family: 'Cormorant Garamond', serif;
    font-size: 70px;
}
.btn a{
    display: block;
    padding: 15px 0;
    color: #a79ecb;
    text-decoration: none;
    text-align: center;
    border: 1px solid #a79ecb;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    border-radius: 35px;
}
.btn a{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn a:hover{
    background: #a79ecb;
    color: #000;
}

/*****live*****/

#live h2{
    padding-top: 80px;
}
#live .image{
    line-height: 0;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 30px;
}
#live .live-info{
    text-align: center;
    margin-top: -10px;
}
#live .live-info .live-title{
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}
#live .live-info ul{
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.7em;
}

#live .btn{
    padding-top: 20px;
    width: 50%;
    margin: 0 auto;
}

/*****release*****/

#release .jkt{
    float: left;
    width: 45%;
}
#release .info{
    margin-left: 45%;
}
#release .jkt figure{
    margin: 0;
    padding-right: 50px;
    line-height: 0;
}
#release .jkt .gaiyo{
    padding: 15px 0 40px;
    line-height: 1.5em;
    font-size: 15px;
}
#release .jkt .gaiyo p.small{
    font-size: 12px;
}
#release .info h3{
    width: 80%;
}
#release .info .title2{
    width: 70%;
}
#release p.text{
    padding-bottom: 15px;
}
#release .info ul{
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 40px;
    padding-left: 2em;
    text-indent: -2em;
    padding-top: 40px;
}
#release .goods{
    clear: both;
    overflow: hidden;
    margin: -25px;
}
#release .goods .goods-item{
    padding: 25px;
}
#release .goods .goods-item p{
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#release .goods .goods-item p.small{
    padding-top: 10px;
    font-weight: normal;
}
#release .tshirt-image{
    overflow: hidden;
    line-height: 0;
    margin: -10px;
    padding-top: 40px;
}
#release .tshirt-image .tshirt-item{
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 10px;
}

/*****tokuten*****/

#tokuten{
    margin-top: -25px;
}
#tokuten h3{
    font-size: 30px;
    color: #a79ecb;
    text-align: center;
    padding-bottom: 70px;
}
#tokuten h3 span{
    padding: 5px;
    background: url("../img/kazari01.png") no-repeat center bottom;
    background-size: 100% 10px;
    padding-bottom: 1%;
}
#tokuten .lead{
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
}
#tokuten .lead p.bold{
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

/*****shoplink*****/

#shoplink{
    margin-top: -25px;
    font-size: 14px;
    text-align: center;
    line-height: 1.8em;
}
#shoplink .btn a{
    padding: 10px 0 9px;
    font-size: 15px;
}
#shoplink .btn:last-child{
    padding-top: 10px;
}
#shoplink h3{
    text-align: center;
    font-size: 30px;
    color: #000;
}
#shoplink h3 span{
    background: #a79ecb;
    padding: 5px;
}
#shoplink h4{
    font-size: 30px;
    color: #a79ecb;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
}
#shoplink h4.souki span, #shoplink h4.tenpo span{
    padding: 5px;
    background: url("../img/kazari02.png") no-repeat center bottom;
    background-size: 100% 10px;
    padding-bottom: 1%;
}
#shoplink h4.tenpo span{
    background: url("../img/kazari03.png") no-repeat center bottom;
    background-size: 100% 10px;
}
#shoplink h5{
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 5px;
}
#shoplink .goods-item{
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
    margin: -20px -10px;
    padding: 30px 0 15px;
}
#shoplink .goods-item .goods{
    padding: 20px 10px;
}
#shoplink ul .bold{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
#shoplink p{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}
#shoplink .lead{
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
}
#shoplink .lead p{
    font-size: 14px;
    padding-bottom: 0;
    font-weight: normal;
}
#shoplink .lead p.bold{
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0 5px;
    line-height: 1.8em;
}
#shoplink .lead p.small{
    font-size: 14px;
}
#shoplink .shop-list{
    margin: -20px -10px;
    margin-top: 30px;
    overflow: hidden;
}
#shoplink .shop-list p{
    font-size: 15px;
    line-height: 1.5em;
    font-weight: normal;
    padding-bottom: 0;
}
#shoplink .shop-item .shop-image{
    line-height: 0;
}
#shoplink .shop-item{
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 20px 10px;
}
#shoplink .shop-item .shop-text{
    text-align: center;
    padding: 15px 0;
    font-size: 17px;
}
#shoplink .shop-item .shop-text p.shop{
    padding-bottom: 10px;
    font-weight: bold;
}
#shoplink .shop-item .shop-text .small{
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 10px;
}
#shoplink .shop-item01 .shop-text{
    padding-bottom: 43px;
}
#shoplink .shop-item02 .shop-text{
    padding-bottom: 21px;
}
#shoplink .shop-item03 .shop-text{
    padding-bottom: 37px;
}
#shoplink .shop-item07 .shop-text{
    padding-bottom: 38px;
}
#shoplink .shop-item08 .shop-text{
    padding-bottom: 61px;
}
#shoplink .shop-list p.btn-small{
    font-size: 14px;
    color: #a79ecb;
    font-weight: 700;
    padding: 5px 0 20px
}
#shoplink .shop-list p.btn-small:last-child{
    margin-bottom: -20px;
}
#shoplink .attention{
    padding-top: 40px;
}

/*****campaign*****/

#campaign p{
    text-align: center;
    font-size: 30px;
}

/*****movie*****/

#movie{
  padding-bottom: 80px;
}
#movie .movie_wrap{
    margin-bottom: -50px;
}
#movie .movie_content{
  max-width: 560px;
  box-sizing: border-box;
  margin: 0 auto;
    padding-bottom: 50px;
}
#movie .movie_content .movie_wrapper{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 1;
}
#movie .movie_content .movie_wrapper img,
#movie .movie_content .movie_wrapper iframe{
  position: absolute;
  top: 0 ;
  left: 0 ;
  height: 100%;
  width: 100%;
}

/*****footer*****/

footer{
  border-top: solid 1px #a79ecb;
  text-align: center;
  font-size: 14px;
  color: #a79ecb;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
footer a{
  color: #a79ecb;
  text-decoration: none;
  font-weight: bold;
}
footer .footerlink{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 100px;
}

footer p{
  padding: 30px 0;
  line-height: 1.5em;
  font-weight: bold;
}

footer ul.sns{
  text-align: center;
  padding: 30px 0;
}
footer ul.sns li{
  display: inline-block;
  padding: 0 10px;
}
footer ul.sns li a{
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -999px;
  overflow: hidden;
}
footer ul.sns li.yt a{
  background: url(../img/icon-yt.png) no-repeat center center;
  background-size: 100%;
}
footer ul.sns li.tw a{
  background: url(../img/icon-tw.png) no-repeat center center;
  background-size: 100%;
}
footer ul.sns li.insta a{
  background: url(../img/icon-insta.png) no-repeat center center;
  background-size: 100%;
}

footer ul.sitelink li{
  padding: 0 0 20px;
}


@media (max-width: 980px){
    header .kv{
        margin-left: 2%;
    }
    header .text{
        top: 25%;
        right: 5%;
        left: 55%;
    }
}

@media (max-width: 768px){
    header .text{
        max-width: 300px;
    }
    header p{
        font-size: 16px;
    }
    #live .live-info .live-title{
        width: 60%;
    }
    #release .jkt{
        width: 50%;
    }
    #release .jkt figure{
        padding-right: 30px;
    }
    #release .jkt .gaiyo p .spbr{
        display: block;
    }
    #release .info{
        margin-left: 50%;
    }
    #release .info h3{
        width: auto;
    }
    #release .info .title2{
        padding: 20px 0;
    }
    #release p.text{
        font-size: 13px;
        padding-bottom: 10px;
    }
    #release .goods .goods-item p.small{
        line-height: 1.5em;
    }
    #release .goods .goods-item p.small .spbr{
        display: block;
    }
    #shoplink .btn a{
        line-height: 1.2em;
        font-size: 12px;
    }
    #shoplink .btn a .spbr{
        display: block;
    }
    #shoplink .lead p.bold, #shoplink h5, #shoplink ul .bold{
        font-size: 15px;
    }
    #shoplink .goods-item .goods{
        padding-left: 15px;
        padding-right: 15px;
    }
    #shoplink .shop-list{
        margin: -15px;
        margin-top: 15px;
    }
    #shoplink .shop-item{
        padding: 15px;
    }
    #shoplink .shop-item .shop-text{
        font-size: 15px;
        padding: 20px 0;
    }
    #shoplink .shop-item01 .shop-text{
        padding-bottom: 48px;
    }
    #shoplink .shop-item02 .shop-text{
        padding-bottom: 26px;
    }
    #shoplink .shop-item07 .shop-text,
    #shoplink .shop-item08 .shop-text{
        padding-bottom: 43px;
    }
    #shoplink .shop-list p.btn-small{
        font-size: 13px;
    }
    #movie .movie_wrap{
        margin-bottom: -30px;
    }
    #movie .movie_content{
        padding-bottom: 30px;
    }
}

@media (max-width: 640px){
    header .mv{
        overflow: hidden;
        width: 100%;
        background-size: 140%;
        background-position: 75% 0;
    }
    header .kv{
        width: 75%;
        margin: 0 auto;
    }
    header .mv img.kv{
        width: 140%;
    }
    header .text{
        max-width: 400px;
    }
    header p{
        padding: 10px;
        line-height: 1.7em;
    }
    header p .spbr{
        display: block;
    }
    header .text{
        position: static;
        margin: 0 auto;
        padding: 30px;
    }
    h2{
        width: auto;
    }
    .btn a{
        padding: 15px 0;
        font-size: 16px;
    }
    #live .image{
        width: auto;
    }
    #live .live-info .live-title{
        width: 70%;
    }
    #live .btn{
        width: auto;
    }
    #release .jkt{
        float: none;
        width: 75%;
        margin: 0 auto;
    }
    #release .jkt .gaiyo{
        font-size: 16px;
    }
    #release .jkt .gaiyo p .spbr{
        display: none;
    }
    #release .jkt figure{
        padding-right: 0;
    }
    #release .info{
        margin: 0;
    }
    #release .info h3{
        width: 75%;
    }
    #release .info .title2{
        padding: 30px 0;
    }
    #release .goods{
        padding-top: 40px;
    }
    #release .goods .goods-item p{
        line-height: 1.3em;
    }
    #release .goods .goods-item p.small{
        font-size: 13px;
    }
    #release .goods .goods-item p .spbr, 
    #tokuten .lead p.bold .spbr, 
    #tokuten .lead p .spbr{
        display: block;
    }
    #tokuten h4 span{
        padding-bottom: 2%;
    }
    #shoplink{
        margin-top: -40px;
    }
    #shoplink h4{
        font-size: 25px;
    }
    #shoplink h4 span{
        padding-bottom: 2%;
    }
    #shoplink h4.souki span, #shoplink h4.tenpo span{
        padding-bottom: 2%;
    }
    #shoplink .lead{
        font-size: 12px;
    }
    #shoplink .lead p .spbr, #shoplink .lead p.bold .spbr{
        display: block;
    }
    #shoplink ul li .spbr{
        display: block;
    }
    #shoplink .goods-item .goods{
        padding: 15px;
    }
    #shoplink .goods-item .goods3{
        margin-left: 25%;
    }
    #shoplink .shop-item{
        width: 50%;
    }
    #shoplink .shop-list p{
        padding-bottom: 5px;
    }
    #shoplink .shop-item .shop-text p.shop{
        padding-bottom: 5px;
    }
    #shoplink .shop-list p{
        font-size: 13px;
    }
    #shoplink .shop-list{
        margin-top: 45px;
    }
    #shoplink .shop-item .shop-text .small{
        font-size: 11px;
    }
    #shoplink .shop-item .shop-text .pcbr{
        display: none;
    }
    #shoplink .shop-item01 .shop-text{
        padding-bottom: 52px;
    }
    #shoplink .shop-item02 .shop-text{
        padding-bottom: 39px;
    }
    #shoplink .shop-item06 .shop-text,
    #shoplink .shop-item07 .shop-text{
        padding-bottom: 20px;
    }
    #shoplink .shop-item08 .shop-text{
        padding-bottom: 20px;
    }
    #shoplink .attention{
        line-height: 1.8em;
        text-align: left;
    }
    #shoplink .attention li{
        padding-left: 1em;
        text-indent: -1em;
    }
    #shoplink .attention .spbr{
        display: block;
    }
    #shoplink .ouenshop{
        font-size: 12px;
    }
    #campaign .cp-img{
        margin: -5px 0;
    }
    #campaign .cp-img li{
        width: auto;
        padding: 5px 0;
    }
}

@media (max-width: 480px){
    header .kv{
        width: 100%;
    }
    h2{
        padding-bottom: 30px;
        font-size: 50px;
    }
    #contents > section .inner{
        padding: 30px 15px;
    }
    #live h2{
        padding-top: 50px;
    }
    #live .live-info .live-title{
        width: auto;
    }
    #live .live-info ul{
        font-size: 14px;
    }
    #release .jkt .gaiyo{
        font-size: 14px;
    }
    #release .jkt .gaiyo .spbr2{
        display: block;
    }
    #release .jkt .gaiyo p .spbr{
        display: block;
    }
    #release .goods{
        margin: -10px;
    }
    #release .goods .goods-item{
        padding: 10px;
    }
    #release .goods .goods-item p{
        font-size: 12px;
        line-height: 1.3em;
    }
    #release .goods .goods-item p .spbr2{
        display: block;
    }
    #release .goods .goods-item p.small{
        font-size: 11px;
    }
    #release .goods .goods-item p.small .spbr2{
        display: block;
    }
    #contents #tokuten .inner{
        padding-top: 60px;
    }
    #shoplink{
        margin-top: 10px;
        font-size: 12px;
    }
    #shoplink h3{
        font-size: 25px;
    }
    #tokuten h4, #shoplink h4{
        font-size: 25px;
        padding-bottom: 30px;
    }
    #shoplink h4{
        padding-top: 60px;
    }
    #shoplink h4.souki span, #shoplink h4.tenpo span{
        padding-bottom: 3%;
    }
    #shoplink .lead p.bold, #shoplink h5, #shoplink ul .bold{
        font-size: 14px;
    }
    #shoplink .goods-item{
        margin: -5px;
    }
    #shoplink .goods-item .goods{
        padding: 5px;
    }
    #shoplink .lead p.bold{
        line-height: 1.5em;
    }
    #shoplink .lead p.bold .spbr2{
        display: block;
    }
    #shoplink .lead p.bold .pcbr{
        display: none;
    }
    #shoplink .lead p .spbr2{
        display: block;
    }
    #shoplink .shop-list{
        margin: -10px -5px;
        margin-top: 20px;
    }
    #shoplink .shop-list p{
        font-size: 12px;
    }
    #shoplink .shop-item{
        padding: 10px 5px;
    }
    #shoplink .shop-item .shop-text{
        font-size: 12px;
        padding: 15px 0;
    }
    #shoplink .shop-item01 .shop-text{
        padding-bottom: 47px;
    }
    #shoplink .shop-item02 .shop-text,
    #shoplink .shop-item07 .shop-text{
        padding-bottom: 33px;
    }
    #shoplink .shop-item .shop-text p.shop{
        padding-bottom: 10px;
    }
    #shoplink .shop-item .shop-text .small .spbr2{
        display: block;
    }
    #shoplink .shop-list p.btn-small{
        font-size: 11px;
    }
    #shoplink .shop-list p.btn-small .spbr2{
        display: block;
    }
    #shoplink .attention .spbr2{
        display: block;
    }
    #campaign p{
        font-size: 25px;
    }
}















