@charset "UTF-8";
body {
  font: 13px/150% "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ヒラギノ角ゴ","Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",Helvetica,Arial,Verdana,sans-serif;
  color: #333;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  color: #47e0ff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  padding-bottom: 2px;
}

a:hover {
  color: #fff;
  outline: none;
  text-shadow: 0 0 5px #f00;
}

a:active {
  outline: none;
}

img {
  max-width: 100%;
}

.small {
  font-size: 80% !important;
  line-height: 130%;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right;
}

.point {
  color: #ec9800;
}

.red {
  color: #c00;
}

.sp {
  display: none;
}

.tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.tbl .cel {
  display: table-cell;
}

.attention {
  font-size: 85%;
  line-height: 140%;
  padding: 15px;
  border: 4px double rgba(150, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.4);
  color: #ccc;
}

ul {
  list-style: none;
}

/*-------------------------------------------------------------------*/
/*top
/*-------------------------------------------------------------------*/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  background: url(../img/top_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}

#top {
  background-attachment: fixed;
  height: 680px;
}
#top .splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  background: url(../img/top_white.png) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 120px;
}
#top .splash .text {
  display: none;
}
#top .main {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  background: url(../img/none.png), url(../img/top_img.png) 50% 0 no-repeat;
  background-size: auto,1100px auto;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  padding-top: 280px;
}
#top .main h1 {
  position: absolute;
  left: 50%;
  top: 390px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#top .main .blog {
  max-width: 980px;
  min-width: 600px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
#top .main .blog a {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 235px;
}
#top .main .blog a img {
  position: absolute;
  top: 0;
  right: 0;
}
#top .main .blog a img.on {
  display: none;
}
#top .main .blog a:hover img.on {
  display: inline-block;
}
#top .main .blog a:hover img.off {
  display: none;
}

/*-------------------------------------------------------------------*/
/*container
/*-------------------------------------------------------------------*/
.container {
  background: url(../img/bg_g.png) 0 0 repeat-x, url(../img/bg03.png) 50% 0 repeat-y, url(../img/bg02.png) 50% 600px repeat-y, url(../img/bg.png);
  background-size: auto,auto,100% auto,auto;
  background-attachment: scroll,fixed,fixed,fixed;
  position: relative;
}
.container:after {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  position: absolute;
  top: -70px;
  left: 0;
  background: url(../img/wrapper_bg_t.png) 50% 0 no-repeat;
  background-size: 100% 100%;
}
.container .wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 10px;
  position: relative;
}
.container .wrapper nav#menu ul {
  list-style: none;
  margin-bottom: 30px;
  display: table;
  position: relative;
}
.container .wrapper nav#menu ul li {
  height: 84px;
  position: relative;
  display: table-cell;
}
.container .wrapper nav#menu ul li img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container .wrapper nav#menu ul li span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.container .wrapper nav#menu ul li span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.container .wrapper nav#menu ul li.top span:after {
  background: url(../img/nav_home_on.png) 0 0 no-repeat;
}
.container .wrapper nav#menu ul li.story span:after {
  background: url(../img/nav_story_on.png) 0 0 no-repeat;
}
.container .wrapper nav#menu ul li.chara span:after {
  background: url(../img/nav_chara_on.png) 0 0 no-repeat;
}
.container .wrapper nav#menu ul li.gallery span:after {
  background: url(../img/nav_gallery_on.png) 0 0 no-repeat;
}
.container .wrapper nav#menu ul li.special span:after {
  background: url(../img/nav_special_on.png) 0 0 no-repeat;
}
.container .wrapper nav#menu ul li.dl span:after {
  background: url(../img/nav_dl_on.png) 0 0 no-repeat;
}
.container .wrapper nav#menu ul li:hover span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.container .wrapper nav#menu ul li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.container .wrapper .sl_bnr {
  text-align: center;
  margin-bottom: 50px;
}
.container .wrapper > section {
  margin-bottom: 50px;
}
.container .wrapper > section h1 {
  margin-bottom: 10px;
}
.container .wrapper > section h2 {
  margin: 20px 5px 5px;
}
.container .wrapper ul, .container .wrapper li {
  position: relative;
}

/*-------------------------------------------------------------------*/
/*topbox
/*-------------------------------------------------------------------*/
#topbox .inbox {
  width: 940px;
  margin: 0 auto;
}
#topbox .inbox .new {
  width: 493px;
  height: 521px;
  float: left;
  background: url(../img/new_bg.png) 0 0 no-repeat;
  padding: 50px 35px 40px 40px;
  position: relative;
}
#topbox .inbox .new .color {
  color: #09aae8;
  text-decoration: underline;
}
#topbox .inbox .new .box {
  overflow-y: auto;
  height: 430px;
}
#topbox .inbox .new .box .day {
  font-weight: bold;
  margin-bottom: 5px;
}
#topbox .inbox .new .box dl {
  margin-top: 5px;
}
#topbox .inbox .new .box dl dt {
  color: #09aae8;
  text-decoration: underline;
}
#topbox .inbox .new .box dl dd {
  margin-bottom: 10px;
}
#topbox .inbox .new .box dl dd li {
  font-size: 90%;
  line-height: 120%;
  margin-bottom: 5px;
  padding-left: 10px;
  text-indent: -1em;
}
#topbox .inbox .movie {
  width: 439px;
  height: 243px;
  float: right;
  padding: 10px 20px 0;
  text-align: center;
}
#topbox .inbox .movie img {
  width: 390px;
}
#topbox .inbox .twitter {
  width: 439px;
  height: 278px;
  float: right;
  background: url(../img/twitter_bg.png) 0 0 no-repeat;
  padding: 50px 40px 40px;
}
#topbox .inbox .twitter iframe {
  width: 359px;
  height: 145px !important;
}

/*-------------------------------------------------------------------*/
/*story
/*-------------------------------------------------------------------*/
#story {
  text-align: center;
}
#story img {
  width: 940px;
}

/*-------------------------------------------------------------------*/
/*chara
/*-------------------------------------------------------------------*/
#chara .inbox {
  width: 940px;
  margin: 0 auto;
}
#chara .inbox ul {
  width: 100%;
  list-style: none;
  list-style: none;
  position: relative;
  display: table;
  table-layout: fixed;
}
#chara .inbox ul li {
  display: table-cell;
  padding: 10px;
  position: relative;
}
#chara .inbox ul li span {
  box-shadow: 0 0 10px #ffa8c0;
  width: 100%;
  display: inline-block;
  position: relative;
}
#chara .inbox ul li span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#chara .inbox ul li span.azumi:after {
  background: url(../img/chara_azumi_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.banc:after {
  background: url(../img/chara_banc_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.ayase:after {
  background: url(../img/chara_ayase_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.ruuko:after {
  background: url(../img/chara_ruuko_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.yuduki:after {
  background: url(../img/chara_yuduki_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.umuru:after {
  background: url(../img/chara_umuru_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.asuka:after {
  background: url(../img/chara_asuka_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.desuno:after {
  background: url(../img/chara_desuno_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.sera:after {
  background: url(../img/chara_sera_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.mikado:after {
  background: url(../img/chara_mikado_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.chitose:after {
  background: url(../img/chara_chitose_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.piruruku:after {
  background: url(../img/chara_piruruku_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span.kazue:after {
  background: url(../img/chara_kazue_on.png) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}
#chara .inbox ul li span:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#chara .inbox ul li span:hover img {
  box-shadow: 0 0 1px #ffa8c0,0 0 5px #ffa8c0,0 0 10px #ffa8c0,0 0 15px #ffa8c0;
}

/*-------------------------------------------------------------------*/
/*gallery
/*-------------------------------------------------------------------*/
#gallery .inbox {
  width: 940px;
  margin: 0 auto;
}
#gallery .inbox ul {
  width: 100%;
  list-style: none;
}
#gallery .inbox ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 10px 5px;
}
#gallery .inbox ul li img {
  box-shadow: 0 0 30px #fff,0 0 20px #fff,0 0 10px #fff,0 0 10px #fff;
}

/*-------------------------------------------------------------------*/
/*special
/*-------------------------------------------------------------------*/
#special {
  position: relative;
}
#special .inbox {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
#special .inbox .wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 10px auto 20px;
}
#special .inbox .wrap .movie {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
}
#special .inbox .wrap .movie img {
  margin-bottom: 5px;
}
#special .inbox .wrap .movie .mov {
  border: 1px solid #ff3f95;
}
#special .inbox ul {
  width: 100%;
  list-style: none;
  position: relative;
}
#special .inbox ul li {
  padding: 10px;
}
#special .inbox ul li img {
  box-shadow: 0 0 30px #fff,0 0 20px #fff,0 0 10px #fff,0 0 10px #fff;
}

/*-------------------------------------------------------------------*/
/*download
/*-------------------------------------------------------------------*/
#dl .inbox {
  width: 940px;
  margin: 0 auto 100px;
  text-align: center;
}

/*-------------------------------------------------------------------*/
/*spec
/*-------------------------------------------------------------------*/
#spec {
  text-align: center;
}
#spec img {
  width: 940px;
}

/*-------------------------------------------------------------------*/
/*footer
/*-------------------------------------------------------------------*/
footer {
  text-align: center;
  font-size: 90%;
}
footer .copy {
  color: #666;
  text-shadow: 0 0 2px #fff,0 0 10px #fff0 0 10px #fff,0 0 10px #fff;
}
footer .bnr {
  margin: 100px 0 0;
  position: relative;
}
footer .bnr span {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
}
footer .bnr span:after {
  content: url(../img/foot_bnr_on.jpg);
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .bnr span:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
footer .zx {
  background: #fff;
  padding: 20px 0;
  margin-top: 30px;
}

/*-------------------------------------------------------------------*/
/*blog
/*-------------------------------------------------------------------*/
#blog {
  text-align: center;
  background: #fff;
}

/*-------------------------------------------------------------------*/
/*popup
/*-------------------------------------------------------------------*/
#popup {
  background: #fff;
  padding: 20px 0 0;
}
#popup .bg {
  width: 821px;
  height: 591px;
  margin: 0 auto;
  position: relative;
  background: url(../img/hp_op.png) 0 0 no-repeat;
}
#popup .bg .yesno {
  position: absolute;
  top: 290px;
  left: 190px;
}
#popup .bg .yesno > div {
  display: inline-block;
  width: 91px;
  height: 43px;
  position: relative;
  margin-right: 50px;
  cursor: pointer;
}
#popup .bg .yesno > div img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#popup .bg .yesno > div span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#popup .bg .yesno > div span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#popup .bg .yesno > div.yes span:after {
  content: url(../img/popup_yes_on.png);
}
#popup .bg .yesno > div.no span:after {
  content: url(../img/popup_no_on.png);
}
#popup .bg .yesno > div:hover span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#popup .bg .yesno > div:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  #popup {
    position: relative;
    text-align: center;
    padding: 50px 0 0;
  }
  #popup .bg {
    display: inline-block;
    width: 275px;
    height: 202px;
    background-size: contain;
  }
  #popup .bg .yesno {
    position: absolute;
    top: 100px;
    left: 60px;
  }
  #popup .bg .yesno > div {
    width: 40px;
    height: 23px;
    margin-right: 10px;
  }
  #popup .bg .yesno > div img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #popup .bg .yesno > div span {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #popup .bg .yesno > div span:after {
    display: none;
  }
  #popup .bg .yesno > div:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* float clear-------------------------------------------------------*/
.wrap:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both !important;
}

* html .wrap {
  height: 1%;
}

.wrap {
  display: block;
}

/* uboxs-------------------------------------------------------------------------------------------*/
.ubox {
  cursor: pointer;
}

#special .ubox, #gallery .ubox {
  cursor: pointer;
}
#special .ubox:after, #gallery .ubox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#special .ubox:hover:after, #gallery .ubox:hover:after {
  background: rgba(255, 255, 255, 0.5);
}

#uBox {
  display: none;
  position: fixed;
  z-index: 1000001;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

#uBox .uinbox {
  display: none;
}
#uBox .uinbox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
}

#uBox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* スマホ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
