@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  -webkit-text-size-adjust:none;
}
html,
body {
  background:#fff;
  color:#333;
  font-size:16px;
  width: 100%;
  height: 100%;
}
a {color:#999999;text-decoration: none;}
a:hover {  text-decoration: underline; }
a,img {  border:none; }
li {  list-style-type:none; }
::selection {    background:#ddd; }
::-moz-selection {    background:#ddd;  }
.noselect,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.legacy_ie {
  text-align:center;
  position: absolute;
  top: 100px;
  left:50%;
  width: 640px;
  margin-left: -320px;
  padding:10px 0;
  background:#000;
  color:#fff;
  z-index: 9000;
}
.anchor {
  display: block;
  height: 50px;
  margin-top:-50px;
}
.clear:after {
  content: " ";
  clear: both;
  display: block;
}
.pc_br {
  display: block;
}
.sp_br {
  display: none;
}

/*-----------------------*/
/* LOADING */
/*-----------------------*/
#loading {
  background:url(../images/loading.png) center center no-repeat #fff;
  border-radius: 10px;
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left:-80px;
  z-index: 9999;
  height: 160px;
  width: 160px;
  box-shadow: 0 0 10px rgba(226,183,97,0.5);
}

/*-----------------------*/
/* SHARE */
/*-----------------------*/
.share {
  clear: both;
  overflow: hidden;
  z-index: 1000;
  margin-left: 10px;
  margin-bottom: 5px;
}
.share:after {
  display: block;
  content: " ";
  clear: both;
}
.share > div {
  margin-right:10px;
  height:30px;
  float: left;
}
.share > div > a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-size:160px 120px;
  text-indent: -999px;
  overflow: hidden;
  float: left;
}
.share .inner_line {
  display: none;
}
.share_fb {  background-position: 0 0; }
.share_tw {  background-position: -40px 0; }
.share_line {  background-position: -80px 0; }
.share_hb {  background-position: -120px 0; }
.share_fb:hover {  background-position: 0 -40px; }
.share_tw:hover {  background-position: -40px -40px; }
.share_line:hover {  background-position: -80px -40px; }
.share_hb:hover {  background-position: -120px -40px; }
.share > div > span {
  height:30px;
  width: 70px;
  overflow: hidden;
  display: block;
  float: left;
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  background-position: 0 -80px;
  background-size:160px 120px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-indent: 0.5em;
}
.share > div > span > a {
  color: #333;
}

/*-----------------------*/
/* PAGETOP */
/*-----------------------*/
#pagetop {
  display: block;
  width: 110px;
  height: 150px;
  background:url(../images/pagetop.png) 0 0 no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  right: 0px;
  bottom:100%;
  z-index: 5000;
  margin-top:-150px;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  transition-property: opacity;
}
#pagetop:hover {
  opacity: 0.5;
}

/*-----------------------*/
/* OVER */
/*-----------------------*/
#over {
  width: 100%;
  height:auto;
  min-height: 100%;
  box-sizing:border-box;
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0,0,0,0.8);
  z-index: 9999;
  display: none;
  padding-bottom:60px;
}
#over > .inner {
  position: relative;
}
#over_image,
#over_youtube {
  background: #000;
  margin:0 auto;
}
#over_youtube > div {
  margin:0 auto;
}
#over_youtube iframe {
  width: 100%;
  height: 100%;
}
#over_image img {
  display: block;
  width: 100%;
  height: 100%;
}
#over_controller {
  height:80px;
  width: 100%;
  position: relative;
}
#over_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
}
#over_close img {
  display: block;
  width: 80px;
  height: 80px;
}


/*-----------------------*/
/* container */
/*-----------------------*/
#container {
  width: 100%;
  min-width: 960px;
  position: relative;
  z-index: 500;
  background:url(../images/bg.png) top center repeat-x;
  overflow: hidden;
  padding-bottom: 100px;
}


/*-----------------------*/
/* page */
/*-----------------------*/
.main {
  width: 960px;
  height: 860px;
  margin: 0 auto;
  margin-top:5px;
  position: relative;
}
  .window {
    width: 960px;
    height: 850px;
    position: absolute;
    top: 0;
    left: 0;
    background:url(../images/window.png) 0 0 no-repeat;
  }
  .char {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .in .char {
    -moz-transition-duration: 600ms;
    -moz-transition-timing-function: ease-out;
    -moz-transition-property: opacity;
    -webkit-transition-duration: 600ms;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-property: opacity;
    -ms-transition-duration: 600ms;
    -ms-transition-timing-function: ease-out;
    -ms-transition-property: opacity;
    transition-duration: 600ms;
    transition-timing-function: ease-out;
  }
  .char_rize {
    top: -68px;
    left: 492px;
  }
  .char_syaro {
    top: 18px;
    left: -114px;
  }
  .char_kokoa {
    top: 81px;
    left: -179px;
  }
  .char_chiya {
    top: 300px;
    left: 410px;
  }
  .char_chino {
    top: 208px;
    left: -38px;
  }
  .logo {
    position: absolute;
    top: 291px;
    left: 287px;
  }
  .logo2 {
    position: absolute;
    top: 621px;
    left: 325px;
  }
  .vita {
    position: absolute;
    top:0;
    left: 0;
  }
  .text {
    position: absolute;
    top: 693px;
    left: 148px;
  }
  .hana {
    position: absolute;
    display: block;
    top: 120px;
    left: 40px;
  }
  .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

.footer {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
  .copy {
    position: relative;
  }
  .copy .mages5pb {
    width: 250px;
    height: 62px;
    display: block;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    background:url(../images/copy.png) 0 0 no-repeat;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
  }
  .copy .mages5pb:hover {
    opacity: 0.5;
  }
  .copy .notice {
    width: 640px;
    height: 58px;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    background:url(../images/copy.png) 0 -62px no-repeat;
  }
  .copy .cero {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
  }
  .link a {
    display: block;
    float: left;
    margin-left: 10px;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
  }
  .link a:hover {
    opacity: 0.5;
  }
  .link a img {
    display: block;
  }

/*-----------------------*/
/* 960 */
/*-----------------------*/
@media screen and (max-width: 1100px) {

}


/*-----------------------*/
/* sp */
/*-----------------------*/
@media screen and (max-width: 640px) {

  .pc_br {    display: none;  }
  .sp_br {    display: block;  }

  .share .inner_line {
    display: block;
  }

}