@charset "UTF-8";

html{
  width: 100%;
  height: auto;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/bg1.png) repeat;
  position: relative;
  height: auto;
  width: 100%;
}

li{
  list-style: none;
}

img{
  vertical-align: bottom;  
}

p{
  color: #333;
}

img,a,ul,li{
  margin: 0;
  padding: 0;
}

.clier{
  clear: both;
}

.counter{
  display: none;
}

.none {
  opacity: 0;
  pointer-events: none;
}

.animated{
  opacity: 0;
}

#loader_bg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
}

#wrapper{
  width: 100%;
  min-width: 1040px;
  overflow: hidden;
  position: relative;
}

#bg_all{
  width: 100%;
  min-height:100%;
  position:absolute;
  top: 0;
  overflow: hidden;
  z-index: -2;
}

#bg_all .area{
  height: auto;
}

#bg_left{
  width: 215px;
  min-height: 10000px;
  position: absolute;
  top: 0px;
  left: -100px;
  background:url(../images/bg_left.png) repeat;

}
#bg_right{
  width: 198px;
  min-height: 10000px;
  position: absolute;
  top: 10px;
  right: -100px;
  background:url(../images/bg_right.png) repeat;

}

.area{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}


/* header */
header{
  width: 100%;
  height: 30px;
  margin: 0 auto;
  background:#293470;
  position: absolute;
  z-index: 100;
}

#header_top_line {
  width: 100%;
  height: 30px;
  background: #293470;
  position: absolute;
  top: 0px;
  z-index: 2
}

#header_bottom_line {
  width: 100%;
  height: 2px;
  background: #293470;
  position: absolute;
  bottom: -3px;
  z-index: 2
}

#share.area {
  height: 30px;
  background: url(../images/head/head_share.png) right 9px no-repeat;
  position: relative;
  z-index: 3;
}

.share_bt{
  float: right;
  margin-top: 5px;
  margin-right: 6px; 
  position: relative;
  right: 15px;
  opacity: 0.65;
}


.share_bt:hover{
  opacity: 1;
}

#sp_menu{
  display: none;
}

/***********************
      header　navi
************************/
#navi {
  width: 100%;
  height: 95px;
  margin-top: 30px;
  position: relative;
  z-index: 50;
}

#navi.top {
  margin-top: 0px;
}

#navi .area{
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

#navi.top .area{
  width: 850px;
  position: relative;
  left: 150px;
}

#navi .navi_logo {
  margin-top: 9px;
}
#navi .navi_logo img:hover{
  transition: 0.7s;
  filter: brightness(120%);
  }

#navi .navi_bt {
  margin-top: 34px;
}

#navi .navi_line{
  border-left:solid #333 1px;
  margin-top: 32px;
  height: 38px;
}

#navi div{ animation-duration: 0.8s;}

#navi div:nth-child(1){ animation-duration: 0.3s;}
#navi div:nth-child(2){ animation-delay: 0.5s;}
#navi div:nth-child(3){ animation-delay: 0.55s;}
#navi div:nth-child(4){ animation-delay: 0.6s;}
#navi div:nth-child(5){ animation-delay: 0.65s;}
#navi div:nth-child(6){ animation-delay: 0.75s;}
#navi div:nth-child(7){ animation-delay: 0.8s;}
#navi div:nth-child(8){ animation-delay: 0.85s;}
#navi div:nth-child(9){ animation-delay: 0.9s;}
#navi div:nth-child(10){ animation-delay: 0.95s;}
#navi div:nth-child(11){ animation-delay: 1s;}
#navi div:nth-child(12){ animation-delay: 1.05s;}

h1{
  margin: 0;
}


/***********************
      main vizual
************************/
/* main */
#mainvizual{
  width: 100%;
  height: 850px;
  margin: 30px auto 0 auto;
  background: url(../images/main/main_bg.jpg) no-repeat;
  background-size:cover;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 10;
}

#vita_logo {
  position: absolute;
  top: 19px;
  left: 0px;
  z-index: 100;
}


#eg_logo {
  position: absolute;
  top: 21px;
  left: 235px;
  z-index: 100;
}

#main_logo {
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 100;
}

#main_logo img{
  width: 100%;
}

#sale {
  position: absolute;
  top: 754px;
  right: 40px;
  z-index: 100;
}

#sale img{
  width: 100%;
}
/*
#top_chara{
  position: absolute;
  top: 90px;
  right: 0;
}
*/
#chara {
  width: 697px;
  height: 802px;
  position: absolute;
  background: url(../images/main/chara.png) no-repeat;
  top: 48px;
  right: 65px;
}

 
/*pickup*/
.pickup_bn {
  position: absolute;
  top: 440px;
  left: 95px;
  z-index: 50;
}
.pickup_bn div{
  margin-bottom: 25px;
  width: 350px;
  background-color: #fff;
  border-radius: 3px;
} 
.pickup_bn img{
  width: 100%;
}
.pickup_bn a img:hover{
  opacity:0.5;
}

#sp_vizual{
  display: none;
}

.head{
  text-align:center;
  margin: 0 auto 40px;
}

/* contetents */
#contents_area{
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 30px auto 120px;
}

#information {
  width: 100%;
  height: auto;
  padding: 60px 0 30px;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  z-index: 50;
}

#information .area{  
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}


  
/*movie*/
#movie_area{
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 30px 0;
}
#movie_area .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
 
#movie_area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  
/*twitter*/
#twitter {
  width: 60%;
  max-width: 390px;
  position: relative;
  z-index: 50;
  margin: 0 auto 60px ;
  padding-top: 60px;
}

#twitter .contents_head{
  margin-bottom: 21px;
}


/*更新履歴*/
.infobox{
  width:100%;
  max-width: 345px;
  height: auto;
  padding: 6px 6px 20px 6px; 
  border-radius: 5px;
  background-color: #fff;
  float: left;
  margin: 0 0 24px 0;
  position:relative;
  border: solid 1px #ccc;
 }

.infobox a img:hover{
  opacity:0.5;
}

.infobox:nth-of-type(6) ~ .infobox{display:none;}

.infoimg{
  width: 100%;
  height: auto;
}

.infoimg img{
  width: 100%;
}

.infodate{
  width: 98%;
  height: auto;
  padding-left: 20px;
  background: url(../images/info/info_mark.png) no-repeat;
  margin: 1%;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
}

.infodate span{
  color: #d93725;
  font-size: 10px;
  font-weight: normal;
}
.infoline{
  width: 98%;
  height: 1px;
  margin: 1%;

  background-color: #a2a2a2;
}

.infotext {
  width: 98%;
  height: auto;
  line-height: 17px;
  margin: 1%;
  font-size: 13px;
}

.infoshare{
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.infoshare a:hover{
  opacity: 0.65;
}

.viewmore {
  cursor: pointer;
  margin: 30px auto;
  position: relative;
  left: 50%;
  margin-left: -123px;
}

  
/*snsボタン*/

#sns{
  margin:0 auto;
  position: relative;
  top: -30px;
  z-index: 51;
}
#sns ul{
  width:258px;
  height:68px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#sns li{
  width:66px;
  height:68px;
  background: #fff;
  border-radius: 12px;
}

#sns li img:hover{
  opacity:0.7;
}

/* footer */
footer{
  width: 100%;
  height: auto;
  min-height: 150px;
  margin: 0 auto;
  background:#293470;
  color: #fff;
  float: left;
  position: relative;
  z-index: 2;
}

.footer_text{
  font-size: 12px;
  line-height: 1.7em;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
}

.footer_text p{
  color: #fff;
}

footer img {
  vertical-align: text-top;
}
footer .footer_link{
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_link div{
  width: 30%;
  padding:1rem 0.5rem;
  max-width: 300px;
}
footer .footer_link div a img{
  width: 100%;
  height: auto;
}
footer .footer_link a:hover{
  filter: brightness(120%);
}
@media screen and (max-width:1200px) { 

  .area{
    width:1000px; 
  }
  #mainvizual{
    display: block;
  }
  #eg_logo{
    left:228px;
  }
  #navi.top .area {
    width: 680px;
    left: 145px;
  }
  #main_logo{
    width: 540px;
    top: 110px;
  }
  #sale {
    width: 330px;
    top: 365px;
    left: 63px;
  }
  #main_logo img,#sale img{
    width: 90%;
  }
  /*
  #top_chara {
    right: -20px;
    width: 680px;
    top: 85px;
  }
  */
  #chara{
    right:-43px;
  }
  .pickup_bn {
    top: 450px;
    left: 32px;
  }
  .pickup_bn div{
    margin-bottom: 20px;
  }
  #sp_vizual{
    display: none;
  }
  .infobox{
    max-width:288px;
  }
  #twitter iframe{
    height:612px;
  }

  #bg_left{
    left: -60px;

  }
  #bg_right{
    right: -60px;

  }
}
