
.contentBox.is-main{
  padding: 0 0 80px;
}
.bigChara{
  display: inline-block;
  width: 456px;
  height: 723px;
  background: url(../images/pc/img_topsakura.png) no-repeat;
}
.contentInner{
  position: relative;
  padding: 0 0 0 400px;
}
.logoBox{
  padding: 20px 0 30px 45px;
  margin: 0 auto;
}
.sakuraLogo{
  background: url(../images/pc/logo_sakura_cc.png) no-repeat;
  width: 472px;
  height: 212px;
  margin:0 auto;
}
.chainLogo{
  float: right;
  background: url(../images/pc/logo_cc.png) no-repeat;
  width: 351px;
  height: 166px;
}

.comingSoonBox{
  background: url(../images/pc/img_sakura.png) no-repeat;
  width: 867px;
  height: 387px;
  margin: 0 auto;
}
.preBox{
  text-align: center;
  padding-bottom: 30px;
}
.preBtn{
  display: inline-block;
  background: url(../images/pc/btn_end.png) no-repeat;
  width: 431px;
  height: 78px;
}
/*
.preBtn:hover{
  background: url(../images/pc/btn_on.png) no-repeat;
}
*/
/*menu*/
.menuBox{
  background: url(../images/pc/menu/menu_base.png) no-repeat;
  width: 1050px;
  height: 50px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btnBase{
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin: 0 30px;
}
.btnBase.is-new:after{
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -24px;
  display: block;
  width: 48px;
  height: 20px;
  background: url(../images/common/icon_new.png) no-repeat;
  -webkit-animation: pop 0.4s ease infinite alternate;
     -moz-animation: pop 0.4s ease infinite alternate;
       -o-animation: pop 0.4s ease infinite alternate;
          animation: pop 0.4s ease infinite alternate;
}
@-webkit-keyframes pop{
  0%{
    top: -20px;
  }
  100%{
    top: -25px;
  }
}
@-moz-keyframes pop{
  0%{
    top: -20px;
  }
  100%{
    top: -25px;
  }
}
@-o-keyframes pop{
  0%{
    top: -20px;
  }
  100%{
    top: -25px;
  }
}
@-ms-keyframes pop{
  0%{
    top: -20px;
  }
  100%{
    top: -25px;
  }
}
@keyframes pop{
  0%{
    top: -20px;
  }
  100%{
    top: -25px;
  }
}

.btnBase.is-top{
  width: 114px;
  background: url(../images/pc/menu/menu_top_off.png) no-repeat;
}
.btnBase.is-top:hover,.btnBase.is-top.is-select{
  background: url(../images/pc/menu/menu_top_on.png) no-repeat;
}
.btnBase.is-chara{
   width: 199px;
  background: url(../images/pc/menu/menu_chara_off.png) no-repeat;
}
.btnBase.is-chara:hover,.btnBase.is-chara.is-select{
  background: url(../images/pc/menu/menu_chara_on.png) no-repeat;
}
.btnBase.is-game{
   width: 176px;
  background: url(../images/pc/menu/menu_game_off.png) no-repeat;
}
.btnBase.is-game:hover,.btnBase.is-game.is-select{
  background: url(../images/pc/menu/menu_game_on.png) no-repeat;
}
.btnBase.is-movie{
   width: 146px;
  background: url(../images/pc/menu/menu_movie_off.png) no-repeat;
}
.btnBase.is-movie:hover,.btnBase.is-movie.is-select{
  background: url(../images/pc/menu/menu_movie_on.png) no-repeat;
}
.btnBase.is-movie.is-select{
   width: 146px;
  background: url(../images/pc/menu/menu_movie_on.png) no-repeat;
}
.btnBase.is-disable{
  opacity: 0.5;
}
/*item*/
.itemBase{
  width: 1024px;
  margin: 0 auto;
  display: none;
}
.itemBase.is-select{
  display: block;
}

.title.is-chara{
  background: url(../images/pc/title_chara.png);
  width: 310px;
  height: 99px;
      margin: 9px 0 0 11px;
}
/*top*/
.topBox{
  display: table;
  width: 100%;
}
.topLeft{
  display: table-cell;
text-align: right;
}
.topRight{
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}


/*chara*/
.charaBox{
  position: relative;
  background: url(../images/pc/character/base_chara.png) no-repeat bottom;
  width: 961px;
  height: 527px;
  margin: 0 auto;
}
.charaBtnBox{
  position: absolute;
    top: 89px;
    left: 38px;
  width: 154px;
}
.charaBtn:nth-child(2n){
  margin-right: 4px;
}
.charaBtn{
  list-style: none;
  float: left;
  margin-bottom: 4px;
  width: 75px;
  height: 75px;
}
.charaBtn.is-02:nth-child(2n){
  margin-left: 4px;
}
.charaBtn.is-ogami{
  width: 154px;
  background: url(../images/pc/character/btn_chara01off.png) no-repeat;
}
.charaBtn.is-ogami:hover,.charaBtn.is-ogami.is-select{
  background: url(../images/pc/character/btn_chara01on.png) no-repeat;
}
.charaBtn.is-sakura{
  background: url(../images/pc/character/btn_chara02off.png) no-repeat;
}
.charaBtn.is-sakura:hover,.charaBtn.is-sakura.is-select{
  background: url(../images/pc/character/btn_chara02on.png) no-repeat;
}
.charaBtn.is-sumire{
  background: url(../images/pc/character/btn_chara03off.png) no-repeat;
}
.charaBtn.is-sumire:hover,.charaBtn.is-sumire.is-select{
  background: url(../images/pc/character/btn_chara03on.png) no-repeat;
}
.charaBtn.is-maria{
  background: url(../images/pc/character/btn_chara04off.png) no-repeat;
}
.charaBtn.is-maria:hover,.charaBtn.is-maria.is-select{
  background: url(../images/pc/character/btn_chara04on.png) no-repeat;
}
.charaBtn.is-airisu{
  background: url(../images/pc/character/btn_chara05off.png) no-repeat;
}
.charaBtn.is-airisu:hover,.charaBtn.is-airisu.is-select{
  background: url(../images/pc/character/btn_chara05on.png) no-repeat;
}
.charaBtn.is-kouran{
  background: url(../images/pc/character/btn_chara06off.png) no-repeat;
}
.charaBtn.is-kouran:hover,.charaBtn.is-kouran.is-select{
  background: url(../images/pc/character/btn_chara06on.png) no-repeat;
}
.charaBtn.is-kanna{
  background: url(../images/pc/character/btn_chara07off.png) no-repeat;
}
.charaBtn.is-kanna:hover,.charaBtn.is-kanna.is-select{
  background: url(../images/pc/character/btn_chara07on.png) no-repeat;
}
.charaBtn.is-orihime{
  background: url(../images/pc/character/btn_chara08off.png) no-repeat;
}
.charaBtn.is-orihime:hover,.charaBtn.is-orihime.is-select{
  background: url(../images/pc/character/btn_chara08on.png) no-repeat;
}
.charaBtn.is-reni{
  background: url(../images/pc/character/btn_chara09off.png) no-repeat;
}
.charaBtn.is-reni:hover,.charaBtn.is-reni.is-select{
  background: url(../images/pc/character/btn_chara09on.png) no-repeat;
}

/*後半*/
.charaBtnBox.is-02{
  width: 170px;
  margin-top: 40px;
}

.charaBtn.is-sakura02{
  background: url(../images/pc/character/02/btn02_chara02off.png) no-repeat;
}
.charaBtn.is-sakura02:hover,.charaBtn.is-sakura02.is-select{
  background: url(../images/pc/character/02/btn02_chara02on.png) no-repeat;
}
.charaBtn.is-sumire02{
  background: url(../images/pc/character/02/btn02_chara03off.png) no-repeat;
}
.charaBtn.is-sumire02:hover,.charaBtn.is-sumire02.is-select{
  background: url(../images/pc/character/02/btn02_chara03on.png) no-repeat;
}
.charaBtn.is-maria02{
  background: url(../images/pc/character/02/btn02_chara04off.png) no-repeat;
}
.charaBtn.is-maria02:hover,.charaBtn.is-maria02.is-select{
  background: url(../images/pc/character/02/btn02_chara04on.png) no-repeat;
}
.charaBtn.is-airisu02{
  background: url(../images/pc/character/02/btn02_chara05off.png) no-repeat;
}
.charaBtn.is-airisu02:hover,.charaBtn.is-airisu02.is-select{
  background: url(../images/pc/character/02/btn02_chara05on.png) no-repeat;
}
.charaBtn.is-kouran02{
  background: url(../images/pc/character/02/btn02_chara06off.png) no-repeat;
}
.charaBtn.is-kouran02:hover,.charaBtn.is-kouran02.is-select{
  background: url(../images/pc/character/02/btn02_chara06on.png) no-repeat;
}
.charaBtn.is-kanna02{
  background: url(../images/pc/character/02/btn02_chara07off.png) no-repeat;
}
.charaBtn.is-kanna02:hover,.charaBtn.is-kanna02.is-select{
  background: url(../images/pc/character/02/btn02_chara07on.png) no-repeat;
}
.charaBtn.is-orihime02{
  background: url(../images/pc/character/02/btn02_chara08off.png) no-repeat;
}
.charaBtn.is-orihime02:hover,.charaBtn.is-orihime02.is-select{
  background: url(../images/pc/character/02/btn02_chara08on.png) no-repeat;
}
.charaBtn.is-reni02{
  background: url(../images/pc/character/02/btn02_chara09off.png) no-repeat;
}
.charaBtn.is-reni02:hover,.charaBtn.is-reni02.is-select{
  background: url(../images/pc/character/02/btn02_chara09on.png) no-repeat;
}

.charaImgBox{
    position: absolute;
    top: 90px;
    right: 49px;
    width: 707px;
    height: 385px;
}
.charaImgBox > li{
  display: none;
  list-style: none;
  border: 3px solid #ff0;
  -webkit-box-shadow: 3px 3px 3px #666;
          box-shadow: 3px 3px 3px #666;
}
.charaImgBox > li.is-select{
  display: block;
}

.infoBox{
  position: relative;
  width: 430px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 1.6;
  padding: 0 48px;
  text-align: center;
background: -moz-linear-gradient(left,  rgba(238,127,138,0) 0%, rgba(238,127,138,1) 20%, rgba(238,127,138,1) 80%, rgba(238,127,138,0) 100%);
background: -webkit-linear-gradient(left,  rgba(238,127,138,0) 0%,rgba(238,127,138,1) 20%,rgba(238,127,138,1) 80%,rgba(238,127,138,0) 100%);
background: linear-gradient(to right,  rgba(238,127,138,0) 0%,rgba(238,127,138,1) 20%,rgba(238,127,138,1) 80%,rgba(238,127,138,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ee7f8a', endColorstr='#00ee7f8a',GradientType=1 );
}

.infoBox:after{
  content: "";
  position: absolute;
top: -20px;
    left: -10px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/sakura.png) no-repeat;
  -webkit-background-size: 60px;
       -o-background-size: 60px;
          background-size: 60px;
  -webkit-animation: roll 20s linear infinite ;
     -moz-animation: roll 20s linear infinite ;
       -o-animation: roll 20s linear infinite ;
          animation: roll 20s linear infinite ;
}
@-webkit-keyframes roll{
  0%{
    -webkit-transform: rotate(0);
  }
  100%{
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes roll{
  0%{
       -moz-transform: rotate(0);
  }
  100%{
       -moz-transform: rotate(360deg);
  }
}
@-o-keyframes roll{
  0%{
         -o-transform: rotate(0);
  }
  100%{
         -o-transform: rotate(360deg);
  }
}
@-ms-keyframes roll{
  0%{
        -ms-transform: rotate(0);
  }
  100%{
        -ms-transform: rotate(360deg);
  }
}
@keyframes roll{
  0%{
            transform: rotate(0);
  }
  100%{
            transform: rotate(360deg);
  }
}


/*movie*/
.itemBase.is-movie{
      width: 939px;
    padding-top: 9px;
}

.titleMv{
  text-align: left;
}

.movieList{
  text-align: left;
  padding: 40px 0;
  color: #ed7783;
  font-weight: bold;
  font-size: 2rem;
}

.movieList > li{
    display: inline-block;
    margin: 18px;}

.periodBox{
  position: relative;
  text-align: center; 
  padding:  3px 0;
  font-size: 2.6rem;
background: -moz-linear-gradient(left,  rgba(164,0,0,0) 0%, rgba(164,0,0,0) 1%, rgba(164,0,0,0) 10%, rgba(164,0,0,1) 30%, rgba(164,0,0,1) 70%, rgba(164,0,0,0) 90%, rgba(164,0,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(164,0,0,0) 0%,rgba(164,0,0,0) 1%,rgba(164,0,0,0) 10%,rgba(164,0,0,1) 30%,rgba(164,0,0,1) 70%,rgba(164,0,0,0) 90%,rgba(164,0,0,0) 100%);
background: linear-gradient(to right,  rgba(164,0,0,0) 0%,rgba(164,0,0,0) 1%,rgba(164,0,0,0) 10%,rgba(164,0,0,1) 30%,rgba(164,0,0,1) 70%,rgba(164,0,0,0) 90%,rgba(164,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a40000', endColorstr='#00a40000',GradientType=1 );
 margin: 15px 0;
}
.addPopupBtn{
  position: absolute;
  display: block;
    right: 0;
    bottom: 5px;
  background: url(../images/pc/btn_sakura02off.png) no-repeat;
  width: 160px;
  height: 80px;
}
.addPopupBtn:hover{
  background: url(../images/pc/btn_sakura02on.png) no-repeat;
}

.popBase{
  position: relative; 
  padding: 30px;
  margin: 20px;
  color: #000;
  background: #FFF;
  border: 2px solid #ee7f8a;
  -webkit-border-radius:  10px;
          border-radius:  10px;
}
.popBase:after{
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/sakura.png) no-repeat;
  -webkit-background-size: 60px;
       -o-background-size: 60px;
          background-size: 60px;
  -webkit-animation: roll 20s linear infinite ;
     -moz-animation: roll 20s linear infinite ;
       -o-animation: roll 20s linear infinite ;
          animation: roll 20s linear infinite ;
}
.selectBox.is-chara{
  position: absolute;
top: 32px;
    left: 344px;
}
.selectBox.is-game{
  padding-top: 20px;
}

.selectBtn{
  position: relative;
  background: #fff;
  color: #ee7f8a;
  display: inline-block;
  width: 200px;
  margin: 0 5px ;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 3px #222;
          box-shadow: 2px 2px 3px #222;
  border: 2px solid #EE7F8A;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.selectBtn:hover,.selectBtn.is-select{
  background: #ee7f8a;
  left: 1px;
  top: 1px;
  color: #fff;
  border: 2px solid #fff;
   -webkit-box-shadow: 0 0 0 #666;
          box-shadow: 0 0 0 #666;
}
.selectBtn.is-disable {
  background: #999;
  color: #aaa;
  left: 1px;
  top: 1px;
  border: 2px solid #888;
   -webkit-box-shadow: 0 0 0 #666;
          box-shadow: 0 0 0 #666;
}
.comingSoon{
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 8px; 
  font-size: 1.6rem;
  text-align: center;
  color: #FFF;
}