@charset "UTF-8";

/***********************
        left navi
************************/
#left_navi{
  width: 285px;
  height: auto;
  position: relative;
}

#left_navi .name {
  width: 235px;
  margin:0px 0 25px 16px;
}

#left_navi .name a {
  position: relative;
}

#left_navi .name a::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -15px;
  width: 0px;
  height: 28px;
  border-left: 4px solid #293470;
}

#left_navi .active .name a::after {
  border-left: 4px solid #d93725;
}

#left_navi .name.ui-tabs-selected a::after,#left_navi .name a:hover::after {
  width: 200px;
  border-bottom: 1px solid #d93725;
  border-left: 7px solid #d93725;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
/***********************
      right_content
************************/

#box_area{
  width: 100%;
  height: auto;
  min-height: 900px;
}

#box_area .area{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}


#box_area2{
  width: 100%;
  height: auto;
  min-height: 900px;
}

#box_area2 .area{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/***********************
        common
************************/


.content_head {
  width: 100%;
  height: 100px;
  text-align: center;
  padding-top: 75px;
}



/**********************************************

▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ Individual ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
                 ここよりページ個別
***********************************************/


/***********************
         Story
************************/
#story{
  height: auto;
  min-width:768px;
  min-height: 530px;
}

#story_back {
  width: 723px;
  height: 950px;
  background: url(../images/story/story_back.png) no-repeat;
  position: absolute;
  top: -100px;
  right: 0px;
  z-index: -1;
}


#story p {
  font-size: 0.9rem;
  line-height: 2.2em;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin: 110px 0 0 40px;
  color: #333;
}


#story p span{
  font-size: 1.5rem;  
}

/***********************
         system
************************/
#system{

}

#box_area .systems{
  float: right;
  width: 740px;
  min-height: 900px;
}

.box_head1 {
  width: 100%;
  height: 49px;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  position: relative;
  text-align: center;
  padding-top: 12px;
}

.box_head1::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  top: -3px;
  left: 0px;
  background: #aaa;
  box-shadow: 0px 62px #aaa;
}


.box_head1::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  top: -3px;
  right: 0px;
  background: #aaa;
  box-shadow: 0px 62px #aaa;
}

.box_head2{
  margin: 38px auto;

}

.box_text {
  font-size: 14px;
  line-height: 1.6em;
}

.box_text span{
  font-size: 11px;
  margin: 0;
  line-height: 1em;
}
.box_img{
  width: 100%;
  height: auto;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
}

.box_img a{
  width: 31.3%;
}

.box_img a img{
  width: 100%;
}

.no_img{
  pointer-events: none;
}

.box_border {
  width: 100%;
  border-top: solid 1px #aaa;
  position: relative;
}

.box_border::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  top: -3px;
  left: 0px;
  background: #aaa;
}


.box_border::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  top: -3px;
  right: 0px;
  background: #aaa;
}

/***********************
        character
************************/

#box_area .schools{
  float: right;
  width: 740px;
  min-height: 900px;
  pointer-events: none;
  position:relative;
  top:-13px;
}

#box_area .schools .ui-tabs-hide{
 display: none;
}

/***********************
         gallery
************************/
#gallery{

} 
/***********************
        contents
************************/
#contents{
  padding: 0 0 50px 0;
}
#contents #left_navi .con1,
#contents #left_navi .con2,
#contents #left_navi .con3,
#contents #left_navi .con4{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 57px 0 0;
}

#contents #left_navi .con1{
  background: url(../images/contents/update_off.png) no-repeat;
  background-position: left top;
}
#contents #left_navi .con2{
  background: url(../images/contents/dlc_off.png) no-repeat;
  background-position: left top;
}
#contents #left_navi .con3{
  background: url(../images/contents/fb_off.png) no-repeat;
  background-position: left top;
}
#contents #left_navi .con4{
  background: url(../images/contents/theme_off.png) no-repeat;
  background-position: left top;
}
#contents #left_navi .con1.active{
  background: url(../images/contents/update_on.png) no-repeat;
  background-position: left top;
}
#contents #left_navi .con2.active{
  background: url(../images/contents/dlc_on.png) no-repeat;
  background-position: left top;
}
#contents #left_navi .con3.active{
  background: url(../images/contents/fb_on.png) no-repeat;
  background-position: left top;
}
#contents #left_navi .con4.active{
  background: url(../images/contents/theme_on.png) no-repeat;
  background-position: left top;
}


.conbox{
  position: relative;
}

.conbox .dl_bt_zenkoku,
.conbox .dl_bt_bunny,
.conbox .dl_bt {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 167px;
    height: 63px;
    background: url(../images/contents/dl_bt_off.png) repeat center center;
    position: absolute;
    bottom: 9%;
    right: 3%;
}

.conbox .dl_bt2 {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 237px;
    height: 45px;
    background: url(../images/contents/dl_bt2_off.png) repeat center center;
    position: absolute;
    bottom: 8%;
    right: 3%;
}

.conbox .dl_bt_zenkoku{
  bottom: 3.5%;
}
.conbox .dl_bt_bunny{
  bottom: 34%;
}

.conbox .dl_bt_zenkoku:hover,
.conbox .dl_bt_bunny:hover,
.conbox .dl_bt:hover {
    background: url(../images/contents/dl_bt_on.png) repeat center center;  
}
.conbox .dl_bt2:hover {
    background: url(../images/contents/dl_bt2_on.png) repeat center center;  
}


.conbox .bunny_bt1 {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    bottom: 11.5%;
    left: 45.5%;
    border: solid 1px #E84F90;
    border-radius: 3px;
    width: 47.4%;
    height: 4.4%;
    background: url(../images/contents/bunny_link_bt1.png) repeat center center;
    background-size: cover;
}

.conbox .bunny_bt2 {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    bottom: 5.3%;
    left: 45.5%;
    border: solid 1px #E84F90;
    border-radius: 3px;
    width: 47.4%;
    height: 4.4%;
    background: url(../images/contents/bunny_link_bt2.png) repeat center center;
    background-size: cover;
}

.conbox .bunny_bt1:hover,
.conbox .bunny_bt2:hover{
  opacity: 0.65; 
}

#contents #left_navi .none{
  display: none;
}


#right_cont{
  float: right;
  min-height: 900px;
  padding: 0 0.5rem;
}


#right_cont .none{
  display: none;
}

#right_cont img{
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
/***********************
         special
************************/
#special{
  padding: 0 0 50px 0;
}

#special .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px 0;
}

#special .goods {
  background: url(../images/special/head_goods.png) no-repeat;
  background-position: center top;
}

#special .movie {
  background: url(../images/special/head_movie.png) no-repeat;
  background-position: center top;
}

#special .limited_cp {
  background: url(../images/special/head_limited_cp.png) no-repeat;
  background-position: center top;
}


#special .sp_bn {
  width: 40%;
  height: auto;
  margin: 1rem 2rem 0;
  background: #fff;
  max-width: 438px;
}

#special .sp_bn img{
  width: 100%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

#special .sp_bn img:hover{
  opacity: 0.4;
}


/***********************
         product
************************/

#product{
  min-height: 600px;
}

.logo{
  width: 599px;
  height: 283px;
  margin: 30px auto;
  background: url(../images/product/logo.png) no-repeat;
}


.ticket_bn{
  width: 968px;
  height: 273px;
  margin: 30px auto;
  background: url(../images/product/ticket_bn.png) no-repeat;
}

.spec_text ul li {
  padding: 10px 10px 10px 40px;
  background-color: rgba(255,255,255,0.65);
  margin: 15px auto;
  text-align: left;
  border-radius: 30px;
  font-size: 1.3vw;
  font-weight: bold;
  color: #333;
  width: 80%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.product_text {
  width: 183px;
  height: 20px;
  float: left;
  background: url(../images/product/product_text.png) no-repeat;
  margin-right: 100px;
  position: relative;
}

.product_text.genre {background-position: 0px -20px;}
.product_text.date{background-position: 0px -40px;}
.product_text.platform {background-position: 0px -60px;}
.product_text.value {background-position: 0px -80px;}
.product_text.cero {background-position: 0px -100px;}
.product_text.publisher {background-position: 0px -120px;}
.product_text.copylight {background-position: 0px -140px;}
.product_text.content_name{background-position: 0px -180px;}
.product_text.date2{background-position: 0px -160px;}
.spec_text span{float: left;}



/*************
     牌
*************/

#hai_area{
  width: 100%;
  padding:60px 0 20px; 
  display: flex;
  justify-content: center;
  background:#586297;
  position: relative;
  z-index: 50;
}
#hai_area div{
  margin: 0 7px;
}
.hai1{order:1;}.hai2{order:2;}.hai3{order:3;}.hai4{order:4;}.hai5{order:5;}.hai6{order:6;}.hai7{order:7;}.hai8{order:8;}.hai9{order:9;}
.hai10{order:10;}.hai11{order:11;}.hai12{order:12;}.hai13{order:13;}.hai14{order:14;}.hai15{order:15;}.hai16{order:16;}.hai17{order:17;}.hai18{order:18;}.hai19{order:19;}
.hai20{order:20;}.hai21{order:21;}.hai22{order:22;}.hai23{order:23;}.hai24{order:24;}.hai25{order:25;}.hai26{order:26;}.hai27{order:27;}.hai28{order:28;}.hai29{order:29;}
.hai30{order:30;}.hai31{order:31;}.hai32{order:32;}.hai33{order:33;}.hai34{order:34;}.hai35{order:5;}.hai36{order:14;}.hai37{order:23;}

#top_bt{
  width: 80px;
  height: 76px;
  text-align:left; 
  background: url(../images/top_bt.png) no-repeat;
  order: 100;
  position: relative;
  left: 30px;
}
#top_bt:hover{
  top: -10px;
}

#top_bt div{
  margin: 0;
}