@charset "utf-8";
html,body{
  background: #fff;
  font-size: 15px;
}
#wrapper{
  overflow: hidden;
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Sawarabi Mincho",serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: relative;
}

#contents{
    border: 3px solid #eee;
    background: #FFF;
}

img{
  width: 100%;
  height: auto;
}
a:hover img{
  opacity: 0.5;
}

/*gimmick*/
.fadeIn{
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: .5s;
  -webkit-transition: .5s;
}
.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;
}
/*gimmick*/

/*header*/
#siteHeader{
    margin-top: 47px;
    position: relative;
}
#siteHeader .sp{
    width: 100%;
    display: block !important;
}
#siteHeader .pc{
    display: none !important;
}
#siteHeader .title{
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 2.8%;
}
#navigation{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    height: 50px;
    overflow: visible;
    border-left: 3px solid #eee;
    border-top: 3px solid #eee;
    border-right: 3px solid #eee;
    box-sizing: border-box;
}
#navigation .sp-nav{
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    width: 50px;
    height: 50px;
}
#navigation.open .sp-nav span {
    opacity: 0;
}
#navigation ul{
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 220px;
    right: 0;
    top: 46px;
    height: 100vh;
    box-sizing: border-box;
    padding: 30px 10px;
    background: #fff;
    transform: translateX(102%);
    -webkit-transform: translateX(102%);
    transition: .4s;
    -webkit-transition: .4s;
}
#navigation.open ul{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
#navigation li{
    display: block;
}

#navigation li a{
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
}
#navigation .sp-nav span,
#navigation .sp-nav:before,
#navigation .sp-nav:after{
    content: "";
    display: block;
    text-indent: -999px;
    background: #000;
    position: absolute;
    text-align: left;
    height: 3px;
    width: 28px;
    top: 24px;
    transition: .4s;
    -webkit-transition: .4s;
    overflow: hidden;
}
#navigation.open .sp-nav:before{
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#navigation .sp-nav:before{
    top: 15px;
}
#navigation .sp-nav:after{
    top: 33px;
}
#navigation.open .sp-nav span{
    opacity: 0;
}
#navigation.open .sp-nav:before{
    top: 24px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#navigation.open .sp-nav:after{
    top: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#navigation ul li:before{
    content: "";
    vertical-align: middle;
    background: url("../img/slash.png") no-repeat center center;
    background-size: 4px;
    display: block;
    width: 100%;
    margin: 0;
    height: 30px;
  }
#navigation ul li:first-child:before,
#navigation ul li:after{
    content: none;
}

#main .mainSec{
    padding: 20px 10px;
}

#main .inner{
    padding: 10px 10px 0;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
}

h3{
    text-align: center;
}

h2{
    text-align: center;
}

h2 img{
    padding-top: 10px;
    padding-bottom: 40px;
    width: 50%;
    margin: 0 auto;
}

h3{
    margin: 10px 0;
}

/*release*/
/*
#release .title{
    margin-bottom: 25px;
}
*/
#release .title img{
    width: 80%;
}
#release h3{
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}
#release .content p.name{
    margin: 15px 0 5px;
    font-size: 16px;
    font-weight: bold;
}
#release .content p{
    margin-bottom: 25px;
    font-size: 12px;
}
#release .gaiyo ul{
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 20px;
}
#release .gaiyo ul li span{
    font-size: 12px;
}
#release .left .goods-gaiyo li img{
    width: 80%;
    margin: 10px 0px 20px;
}

/*sotozuke*/
#sotozuke{
    background-color: #eeeeee;
}
#sotozuke h2{
  
}
#sotozuke h2 img{
  width: 100%;
  height: auto;
  padding-bottom: 25px;
}
#sotozuke p{
  text-align: center;
  line-height: 1.8em;
}
#sotozuke p.date{
  font-size: 20px;
  letter-spacing: 0.05em;
}
#sotozuke p.date span{
  display: inline-block;
  padding: 0 0.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.2em;
}
#sotozuke .attention{
  font-size: 12px;
}
#sotozuke dl{
  border: 1px solid #666;
  padding: 15px;
  margin: 30px 0;
  font-size: 12px;
  line-height: 1.6em;
}
#sotozuke dl dt{
  margin-top: 2em;
  text-indent: -0.4em;
  font-size: 13px;
  margin-bottom: 0.4em;
  font-weight: bold;
}
#sotozuke dl dt:first-child{
  margin-top: 0;
}
#sotozuke dl li{
  text-indent: -1em;
  padding-left: 1em;
}
#sotozuke dl p{
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
}

/*houjin*/
#houjin{
    margin-bottom: 10px;
    background: url("../img/bg_1.png") no-repeat top,url("../img/bg_2.png") no-repeat right bottom;
    background-size: 80%;
}
#houjin h2 img{
    width: 45%;
}
#houjin h3{
    font-size: 13px;
    line-height: 1.4em;
}
#houjin ul.houjin-list{
    margin: -10px -5px;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 5;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
}
#houjin ul.houjin-list li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 10px;
    padding-bottom: 32px;
    position: relative;
}
#houjin ul.houjin-list li .shop-btn{
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #000;
    text-decoration: none;
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
}
#houjin ul.houjin-list li .shop-btn:hover{
    background-color: #000;
    color: #fff;
    transition: .5s;
}
#houjin .houjin-list ul li .shop-btn a{
    text-decoration: none;
    color: #000;
}
#houjin .houjin-list li.vv{
    clear: both;
}
#houjin .houjin-list li p{
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4em;
}
#houjin ul.houjin-list li p .small{
    font-size: 11px;
    line-height: 1.4em;
}
#houjin ul.houjin-list li p.ouen{
    font-size: 12px;
}
#houjin .attention{
    clear: both;
    padding-top: 50px;
    padding-bottom: 10px;
}
#houjin .attention p{
    line-height: 1.8em;
    font-size: 12px;
}
/*
#houjin .ouenten-list h2{
    font-size: 20px;
    cursor: pointer;
    padding: 50px 0 0;
}
#houjin .ouenten-list h3{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
}
#houjin .ouenten-list .online ul li{
    text-align: center;
}
#houjin .ouenten-list .online li a{
    color: #000;
    text-decoration: none;
}
#houjin .ouenten-list .online li a:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/link.png") no-repeat;
    background-size: 100%;
    margin-left: 0.5em;
}
#houjin .ouenten-list .online li{
    font-size: 13px;
}
#houjin .ouenten-list .online li.neo{
    margin-top: 10px;
}
#houjin .ouenten-list .online li.neo p{
    margin-top: 10px;
}
#houjin .ouenten-list .online li.neo a.ouentten-btn{
    margin-bottom: 30px;
}
#houjin .ouenten-list .tenpo-online{
    text-align: center;
    font-size: 13px;
    line-height: 1.4em;
}
#houjin .ouenten-list .tenpo-online a{
    color: #000;
    text-decoration: none;
}
#houjin .ouenten-list .tenpo-online a:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/link.png") no-repeat;
    background-size: 100%;
    margin-left: 0.5em;
}
#houjin .ouenten-list .tenpo ul{
    font-size: 13px;
    line-height: 1.4em;
}
*/

/*movie*/
#movie{
    clear: both;
    background-color: #eeeeee;
}
#movie h2{
    width: 65%;
    margin: 0 auto;
}
#movie .movie{
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#movie .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
#movie .movie_wrapper iframe,
#movie .movie_wrapper img{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
}
#movie .movie-jyoze{
    margin-top: 20px;
}

/*tieup*/
#tieup{
    margin-bottom: 20px;
    text-align: center;
    background: url("../img/bg_2.png") no-repeat top,url("../img/bg_1.png") no-repeat right bottom;
    background-size: 80%;
}
#tieup h2 img{
    width: 100%;
}
#tieup .content p{
    font-size: 15px;
    line-height: 1.6em;
}
#tieup .content span{
    font-size: 140%;
}
#tieup .content .tieup_title{
    padding: 20px 0;
}
#tieup .content .tieup_title span{
  display: inline-block;
}
#tieup .tieup_kv{
    padding-top: 40px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}
#tieup .btn a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #000;
    margin: 0 auto;
    max-width: 480px;
    display: block;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
#tieup .btn a:hover{
    background-color: #000;
    color: #fff;
    transition: .5s;
}
#tieup .jyoze{
    border-top: 1px solid;
    padding-top: 40px;
    margin-top: 40px;
}

/*campaign*/
#campaign{
    text-align: center;
    background-color: #eee;
}
#campaign h2 img{
    width: 100%;
}
#campaign .campaign-btn{
    margin-bottom: 20px;
}
#campaign .campaign-btn a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    background-color: #eee;
    border: 1px solid #000;
    margin: 0 auto;
    max-width: 480px;
    display: block;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    line-height: 40px;
}
#campaign .campaign-btn a:hover{
    background-color: #000;
    color: #fff;
    transition: .5s;
}

/*footer*/
footer{
  text-align: center;
  padding: 40px 0;
}
#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: #000;
  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;
}

/*ouenten-list*/
#ouenten-list{
    background-color: #eee;
}
#ouenten-list h2{
    font-size: 20px;
    cursor: pointer;
}
#ouenten-list h3{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
}
#ouenten-list .online ul li{
    text-align: center;
}
#ouenten-list .online li a{
    color: #000;
    text-decoration: none;
}
#ouenten-list .online li a:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/link.png") no-repeat;
    background-size: 100%;
    margin-left: 0.5em;
}
#ouenten-list .online li{
    font-size: 13px;
}
#ouenten-list .online li.neo{
    margin-top: 10px;
}
#ouenten-list .online li.neo p{
    margin-top: 10px;
}
#ouenten-list .online li.neo a.ouentten-btn{
    margin-bottom: 30px;
}
#ouenten-list .tenpo-online{
    text-align: center;
    font-size: 13px;
    line-height: 1.4em;
}
#ouenten-list .tenpo-online a{
    color: #000;
    text-decoration: none;
}
#ouenten-list .tenpo-online a:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/link.png") no-repeat;
    background-size: 100%;
    margin-left: 0.5em;
}
#ouenten-list .tenpo ul{
    font-size: 13px;
    line-height: 1.4em;
}

@media screen and (min-width: 768px){
    #main .mainSec{
        padding: 50px 40px;
    }
    h2 img{
        width: 30%;
        padding-bottom: 70px;
    }
    
    #siteHeader{
        margin-top: 60px;
    }
    #siteHeader .sp{
        display: none !important;
    }
    #siteHeader .pc{
        width: 100%;
        display: block !important;
    }
    #siteHeader .title{
        position: absolute;
        left: 15%;
        right: 14.3%;
        bottom: 2.8%;
    }
    
    #release{
        overflow: hidden;
    }
    #release .content{
        margin: -10px -10px 0;
    }
    #release .content .left{
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 10px;
    }
    #release .content .jyoze-jkt{
        clear: both;
    }
    #release h3{
        margin-top: 0px;
    }
    #release .right .goods-gaiyo li img {
        width: 80%;
        margin: 10px 0px 20px;
    }
    
    #sotozuke h2{
      width: 95%;
      max-width: 705px;
      margin: 0 auto 20px;
    }
    #sotozuke p.date{
      font-size: 32px;
    }
    #sotozuke dl{
      font-size: 14px;
      padding: 30px;
      margin-top: 50px;
    }
    #sotozuke dl dt{
      font-size: 15px;
    }
    #sotozuke dl p{
      font-size: 12px;
    }
    #sotozuke .sotozuke-jkt{
        text-align: center;
    }
    #sotozuke .sotozuke-jkt img{
        width: 50%;
    }
    
    #houjin h2 img{
        width: 28%;
    }
    #houjin ul.houjin-list{
        margin: -30px -15px;
        margin-bottom: 0;
    }
    #houjin ul.houjin-list li{
        padding: 30px 15px;
        padding-bottom: 52px;
        width: 33.333%;
    }
    #houjin ul.houjin-list li .shop-btn{
        font-size: 17px;
        line-height: 40px;
        left: 15px;
        right: 15px;
    }
/*
    #houjin .ouenten-list .tenpo-list{
        overflow: hidden;
        text-align: center;
    }
    #houjin .ouenten-list h2{
        padding: 120px 0 0;
    }
    #houjin .ouenten-list .tenpo ul{
        box-sizing: border-box;
        column-count: 2;
        display: inline-block;
        text-align: left;
        line-height: 1.6em;
    }
*/
    
    #movie .movie-jyoze{
        margin-top: 50px;
    }
    
    #tieup h2 img{
        width: 70%;
    }
    #tieup .btn a{
        line-height: 50px;
        font-size: 17px;
    }
    #campaign .campaign-btn a{
        line-height: 50px;
        font-size: 17px;
    }
    
    #ouenten-list .tenpo-list{
        overflow: hidden;
        text-align: center;
    }
    #ouenten-list .tenpo ul{
        box-sizing: border-box;
        column-count: 2;
        display: inline-block;
        text-align: left;
        line-height: 1.6em;
    }
}

@media screen and (min-width: 980px){
        #main .mainSec{
        padding: 80px 90px;
    }
    h2 img{
        padding-bottom: 100px;
    }
    
    #navigation{
        height: 60px;
    }
    #navigation .sp-nav{
        display: none;
    }
    #navigation ul{
        transform: unset;
        height: auto;
        width: auto;
        background: unset;
        -webkit-transition: unset;
        position: relative;
        top: 0px;
        padding: 10px;
    }
    #navigation li{
        display: inline-block;
    }
    #navigation li a{
        font-size: 16px;
    }
    #navigation ul li:before{
        display: none;
    }
    #navigation ul li:first-child:before, 
    #navigation ul li:after{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 40px;
        margin-left: 0.4em;
        margin-right: 0.4em;
        background: url("../img/slash.png") no-repeat center center;
        background-size: 9px;
    }
    
    #release h3{
        font-size: 18px;
    }
    #release .gaiyo ul{
        font-size: 16px;
    }
    #release .content .tujyo-jkt{
        clear: both;
    }
    #release .content{
        margin: -25px;
    }
    #release .content .left{
        padding: 25px;
    }
    #release .gaiyo ul li span{
        font-size: 14px;
    }
    
    #sotozuke h3{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    #sotozuke p{
        font-size: 18px;
    }
    
    #houjin{
        background-size: 30%;
    }
    #houjin ul.houjin-list{
        margin: -32px -16px;
        margin-bottom: 0;
    }
    #houjin ul.houjin-list li{
        padding: 32px 16px;
        padding-bottom: 62px;
    }
    #houjin h3{
        font-size: 15px;
        margin-top: 25px;
    }
    #houjin li p{
        margin-bottom: 25px;
        font-size: 14px;
    }
    #houjin ul.houjin-list li p .small{
        font-size: 13px;
    }
    #houjin ul.houjin-list li .shop-btn{
        font-size: 20px;
        left: 16px;
        right: 16px;
    }
    
    #tieup{
        background-size: 30%;
    }
    #tieup .content span{
        font-size: 40px;
    }
    #tieup .content p{
        font-size: 24px;
    }
    #tieup .btn a{
        font-size: 20px;
        line-height: 60px;
        margin-top: 50px;
    }
    #tieup .jyoze{
        padding-top: 50px;
        margin-top: 50px;
    }
    #campaign .campaign-btn a{
        font-size: 20px;
        line-height: 60px;
    }
}

@media screen and (min-width: 1020px){
    #siteHeader{
        margin-top: 100px;
    }
    #navigation{
        height: 103px;
    }
    #navigation ul{
        padding: 30px 10px;
    }
    #navigation li a{
        font-size: 18px;
    }
}